.height100 {
  height: 100%;
}
.text_whitespace2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.wrapper {
  position: relative;
}
.boxShadow {
  box-shadow: 0 3px 3px 3px rgba(0, 0, 0, 0.1);
}
.textoverflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.padding15 {
  padding: 0 15px;
}
.max_container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.small_container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
/*底部*/
.footer_com {
  bottom: 0;
  width: 100%;
}
.footer_box .pull_bottom_box {
  width: 100%;
  padding-bottom: 2px;
  background-image: url("/Cloud/WebUI/img/pull_bottom_02.jpg");
  background-size: 100% 100%;
}
/*底部下拉框*/
.footer_box .pull_bottom_box .bottom_select {
  width: 1200px;
  margin: auto;
  display: -webkit-flex;
  display: flex;
  height: 72px;
  align-items: center;
  justify-content: space-between;
  line-height: 72px;
}
.footer_box .bottom_font {
  text-align: center;
  padding-top: 10px;
  color: #fff;
  width: 1200px;
  margin: auto;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer_box .bottom_font .code_box {
  float: right;
}
.footer_box .bottom_font .code_box p {
  margin-top: 5px;
}
.footer_box .bottom_font .code_box span {
  margin-left: 20px;
  display: inline-block;
  width: 88px;
  height: 88px;
}
.footer_box .bottom_font .code_box img {
  width: 100%;
  height: 100%;
}
.footer_box .bottom_font .record_left {
  float: left;
  margin-right: 50px;
  padding-right: 50px;
  border-right: 1px solid #ddd;
}
.footer_box .bottom_font .record_right {
  float: left;
}
.footer_box .bottom_font .record {
  text-align: left;
}
.footer_box .bottom_font .record p {
  margin-top: 10px;
}
.footer_box .bottom_font .record p a.ga {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("/Cloud/WebUI/img/gongan.png");
}
.footer_box .bottom_font .record p.record_img a {
  width: 80px;
  height: 80px;
  display: inline-block;
  background: url("/Cloud/WebUI/img/red.png");
}
.footer_box .selected_box {
  cursor: pointer;
  position: relative;
  background: #fff;
  width: 249px;
  height: 30px;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  color: #7f7f7f;
  border: 1px #ddd solid;
}
.footer_box .select-head {
  overflow: hidden;
  position: relative;
  width: 249px;
  height: 30px;
  box-sizing: border-box;
  padding: 0 10px;
  line-height: 30px;
}
.footer_box .select-head .select-head-cont {
  float: left;
}
.footer_box .select-head .select-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  cursor: pointer;
  transition: all .3s;
  -webkit-transition: all .3s;
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: dashed;
  border-color: transparent;
  overflow: hidden;
  border-top-color: #c2c2c2;
  border-top-style: solid;
  content: '';
  border-top-color: #808080;
}
.footer_box .option {
  position: absolute;
  text-indent: 10px;
  margin-left: -1px;
  margin-top: 1px;
  width: 249px;
  color: #808080;
  background: #fff;
  line-height: 25px;
  border: 1px #cfcfcf solid;
  display: none;
  padding: 0;
  list-style: none;
}
.footer_box .option li {
  cursor: pointer;
}
.footer_box .option li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.footer_box .option-item:hover {
  background: #be4c4d;
}
.footer_box .option-item:hover a {
  color: #fff;
}
