.banner {
  position: relative;
  min-width: 1200px;
  min-height: 516px;
}

.life-contain {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  background-color: #F6F6F6;
  border: 1px solid #C1C1C1;
  padding: 30px 30px 15px;
  overflow: hidden;
  display: none;
}

.life-contain0 {
  display: block;
}

.life-contain .uni-page-contain .uni-page {
  top: 50%;
  margin-top: -18px;
}

.life-contain1 {
  padding-bottom: 30px;
}

.life-contain1.uni-about-contain .uni-about-person .uni-about-lis {
  height: 325px;
}

.life-contain1.uni-about-contain .uni-about-person .uni-about-lis li {
  width: 231px;
  height: 325px;
  margin: 0 20px;
}

.life-contain1.uni-about-contain .uni-about-person .uni-about-lis li .headpoint {
  height: 158px;
}

@media screen and (max-width: 1679px) {
  .life-contain1.uni-about-contain .uni-about-person .uni-about-lis li {
    width: 211.5px;
    margin: 0 10px;
  }
}

.life-contain2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.life-contain2 .uni-house-list {
  height: 305px !important;
}

.life-contain2 .uni-house-list .house-img {
  height: 240px;
}

@media screen and (max-width: 1679px) {
  .life-contain {
    min-width: 1200px;
    max-width: 1200px;
  }
}

.life-list-contain {
  margin: 0 -20px;
}

.life-list-contain .uni-house-list {
  margin: 0;
  height: 340px;
  overflow: hidden;
}

.life-list-contain .uni-house-lis {
  width: 30.4%;
  margin: 0 20px;
}

@media screen and (max-width: 1679px) {
  .life-list-contain .uni-house-lis {
    width: 29.9%;
  }
}

.life-list-contain .life-label {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  padding: 0 10px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #DC0605;
  -webkit-border-radius: 0px 0px 4px 0px;
  -moz-border-radius: 0px 0px 4px 0px;
  border-radius: 0px 0px 4px 0px;
  font-size: 14px;
  color: #FFFFFF;
}
/* 效果图水印 */
.life-list-contain .img-watermark{
  position: absolute;
  left: 86px;
  top: 0px;
  z-index: 3;
  height: 26px;
  line-height: 26px;
  color: white;
}

.living-contain {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  background-color: #F6F6F6;
  border: 1px solid #C1C1C1;
  padding: 30px 30px 20px;
  overflow: hidden;
}

.living-contain .large-contain {
  width: 44%;
}

.living-contain .large-contain .living-large-img {
  display: block;
  position: relative;
  width: 100%;
  height: 350px;
}

.living-contain .large-contain .living-large-img .video-icon {
  position: absolute;
  left: 28px;
  bottom: 12px;
  z-index: 10;
  width: 56px;
  height: 56px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url("http://101.35.18.18:8777/shangao_pc_static/assets/images/icon_video2.png");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: auto auto;
  -moz-background-size: auto;
  background-size: auto;
}

.living-contain .large-contain .living-large-img:hover:after {
  background-color: rgba(0, 0, 0, 0.5);
}

.living-contain .large-contain .living-large-img:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.living-contain .large-contain .living-large-title {
  display: block;
  height: 30px;
  line-height: 30px;
  margin-top: 20px;
  font-size: 18px;
  color: #4C4C4C;
  font-weight: bold;
}

.living-contain .large-contain .living-large-desc {
  font-size: 16px;
  color: #4C4C4C;
  line-height: 1em;
  margin-top: 5px;
}

.living-contain .list-contain {
  width: 56%;
}

.living-contain .living-list li {
  width: 29.566%;
  margin-left: 3.7666%;
}

.living-contain .living-list li .living-img {
  display: block;
  position: relative;
  width: 100%;
  height: 138px;
}

.living-contain .living-list li .living-img .video-icon {
  position: absolute;
  left: 12px;
  bottom: 10px;
  z-index: 10;
  width: 44px;
  height: 44px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url("http://101.35.18.18:8777/shangao_pc_static/assets/images/icon_video2.png");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: auto auto;
  -moz-background-size: auto;
  background-size: auto;
}

.living-contain .living-list li .living-img:hover:after {
  background-color: rgba(0, 0, 0, 0.5);
}

.living-contain .living-list li .living-img:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.living-contain .living-list li .living-title {
  display: block;
  height: 24px;
  line-height: 24px;
  margin-top: 5px;
  font-size: 14px;
  color: #4C4C4C;
  font-weight: bold;
}

.living-contain .living-list li .living-desc {
  font-size: 14px;
  color: #4C4C4C;
  line-height: 1em;
  margin-top: 5px;
  margin-bottom: 28px;
}

.living-contain .living-list li .living-desc .price {
  color: #FF3131;
  font-weight: bold;
}

@media screen and (max-width: 1679px) {
  .living-contain {
    min-width: 1200px;
    max-width: 1200px;
  }
}

.house-box {
  max-width: 1400px;
  margin: 0 auto;
  background-color: #f6f6f6;
  padding: 30px;
  border: 1px solid #dadada;
}

@media screen and (max-width: 1679px) {
  .house-box {
    min-width: 1200px;
    max-width: 1200px;
  }
}

.more-hot-house {
  display: block;
  width: 200px;
  height: 56px;
  line-height: 56px;
  background-color: #262626;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin: 20px auto 0;
}

.look-house-form {
  padding: 0 30px 10px;
  border: 1px solid #DADADA;
  background-color: #fff;
}

.look-house-form .lhouse-title {
  height: 58px;
  line-height: 28px;
  color: #1E1E1E;
  font-size: 20px;
  font-family: '宋体';
  font-weight: bold;
  padding-top: 18px;
}

.look-house-form .lhouse-title>span {
  font-family: Microsoft YaHei;
  font-size: 16px;
  margin-left: 6px;
  opacity: .7;
  font-weight: normal;
}

.look-house-form .lhouse-input {
  position: relative;
  height: 24px;
  line-height: 24px;
  margin-bottom: 10px;
}

.look-house-form .lhouse-input .lhosue-cap {
  font-size: 13px;
  color: #1E1E1E;
  opacity: .8;
}

.look-house-form .lhouse-input .input {
  font-size: 13px;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  border: 1px solid #CCCCCC;
  background: none;
}

.send-code-btn{
  position: absolute;
  right: 0;
  top: 0;
  height: 24px;
  padding:0 10px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  color: #4c86f1;
  font-size: 12px;
}

.send-code-btn.count-down{
  color: #999;
}
.look-house-form .lhouse-btn {
  width: 100%;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #DC0605;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 1679px) {
  .look-house-form {
    padding: 0 20px 10px;
  }
}

.vr-contain {
  max-width: 1400px;
  margin: 0 auto;
  background-color: #f6f6f6;
  padding: 30px 30px 0;
  border: 1px solid #ddd;
}

.vr-contain .large-contain {
  width: 42%;
}

.vr-contain .large-contain .vr-large-img {
  display: block;
  position: relative;
  width: 100%;
  height: 360px;
}

.vr-contain .large-contain .vr-large-img:hover:after {
  background-color: rgba(0, 0, 0, 0.5);
}

.vr-contain .large-contain .vr-large-img:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.vr-contain .large-contain .vr-large-title {
  display: block;
  height: 52px;
  line-height: 52px;
  font-size: 18px;
  color: #4C4C4C;
  font-weight: bold;
  margin-bottom: 4px;
}

.vr-contain .list-contain {
  width: 58%;
}

.vr-contain .vr-list li {
  width: 45.879%;
  margin-left: 4.120%;
}

.vr-contain .vr-list li .vr-img {
  display: block;
  position: relative;
  width: 100%;
  height: 152px;
}

.vr-contain .vr-list li .vr-img:hover:after {
  background-color: rgba(0, 0, 0, 0.5);
}

.vr-contain .vr-list li .vr-img:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.vr-contain .vr-list li .vr-title {
  display: block;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  color: #4C4C4C;
  font-weight: bold;
  margin-bottom: 14px;
}

@media screen and (max-width: 1679px) {
  .vr-contain {
    min-width: 1200px;
    max-width: 1200px;
  }
}

.activity-case {
  max-width: 1400px;
  margin: 0 auto;
}

@media screen and (max-width: 1679px) {
  .activity-case {
    min-width: 1200px;
    max-width: 1200px;
  }
}

.activity-box {
  width: 56.5%;
}

.activity-content {
  position: relative;
  height: 374px;
  background-color: #f6f6f6;
  padding: 15px 20px 15px 28px;
  border: 1px solid #e8e8e8;
}

.activity-content:before {
  content: '';
  position: absolute;
  left: 44%;
  top: 13px;
  bottom: 13px;
  width: 1px;
  background-color: #e6e6e6;
}

.activity-content .left {
  padding-right: 30px;
  padding-top: 12px;
  width: 44%;
}

.activity-content .right {
  width: 56%;
}

.activity-content .active-left-img {
  margin-bottom: 8px;
}

.activity-content .active-left-img .w-fill-img {
  display: block;
  width: 100%;
  height: 155px;
}

@media screen and (max-width: 1679px) {
  .activity-content .active-left-img .w-fill-img {
    height: 128px;
  }
}

.activity-content .active-left-title {
  height: 40px;
  line-height: 40px;
}

.activity-content .active-left-title>a {
  color: #2d2c2c;
  font-weight: bold;
}

.activity-content .active-left-desc {
  line-height: 34px;
  color: #2d2c2c;
  margin-bottom: 6px;
}

.activity-content .active-left-desc .addr {
  font-size: 16px;
}

.activity-content .active-left-desc .time {
  font-size: 14px;
  font-style: italic;
}

.activity-content .active-left-content {
  height: 48px;
  line-height: 24px;
  color: #2d2c2c;
  font-size: 13px;
  overflow: hidden;
}

.activity-content .active-left-more {
  text-align: right;
  margin-top: 6px;
}

.activity-content .active-left-more>a {
  background-color: #4a4a4a;
  line-height: 24px;
  padding: 0 6px;
  color: #f4f4f4;
  font-size: 12px;
  font-style: italic;
}

.activity-content .active-right-lists {
  padding-top: 10px;
  padding-left: 20px;
}

.activity-content .active-right-list {
  text-align: right;
  margin-bottom: 6px;
}

.activity-content .active-right-list>a {
  display: block;
  width: 100%;
  text-align: left;
  line-height: 24px;
  color: #2d2c2c;
  font-size: 14px;
}

.activity-content .active-right-list .time {
  color: #2d2c2c;
  font-size: 12px;
}

.activity-content .submit-booking {
  padding-left: 20px;
  padding-top: 4px;
}

.activity-content .submit-booking-inner {
  padding: 20px;
  background-color: #F0F0F0;
  margin-right: -2px;
}
@media screen and (max-width:1679px){

  .activity-content .submit-booking-inner {
    padding: 20px 10px;
  }
  .activity-content .submit-booking-inner .submit-title .caption{
    margin-right: 0 !important;
  }
  .activity-content .submit-booking-inner .submit-title .submit-btn{
    float: right;
    padding:0 10px !important;
  }
}

.activity-content .submit-booking-inner .submit-title {
  line-height: 24px;
  position: relative;
  color: #141414;
  font-size: 13px;
  margin-bottom: 20px;
}

.activity-content .submit-booking-inner .submit-title .caption {
  margin-right: 20px;
}

.activity-content .submit-booking-inner .submit-title .submit-btn {
  padding: 0 16px;
  color: #fff;
  line-height: 24px;
  background-color: #4a4a4a;
  cursor: pointer;
}

.activity-content .submit-booking-inner .submit-input input {
  width: 48%;
  height: 24px;
  line-height: 20px;
  font-size: 13px;
  color: #333;
  padding-left: 12px;
  background-color: transparent;
  border: 1px solid #dadada;
}

@media screen and (max-width: 1679px) {
  .activity-content {
    height: 366px;
  }
}

.dynamic-news-invest {
  max-width: 1400px;
  margin: 0 auto;
}

@media screen and (max-width: 1679px) {
  .dynamic-news-invest {
    min-width: 1200px;
    max-width: 1200px;
  }
}

.case-box {
  width: 42%;
}

.case-content {
  position: relative;
  height: 374px;
  padding: 24px 18px;
  background-color: #f6f6f6;
  border: 1px solid #e8e8e8;
}

.case-content .case-one-img {
  width: 52%;
}

.case-content .case-one-img .w-fill-img {
  display: block;
  width: 100%;
  height: 155px;
}

@media screen and (max-width: 1679px) {
  .case-content .case-one-img .w-fill-img {
    height: 128px;
  }
}

.case-content .case-one-detail {
  width: 47%;
  padding-left: 20px;
}

.case-content .case-one-detail .case-title {
  display: block;
  width: 100%;
  line-height: 48px;
  margin-bottom: 8px;
  color: #2d2c2c;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 1679px) {
  .case-content .case-one-detail .case-title {
    margin-bottom: 0;
  }
}

.case-content .case-one-detail .case-desc {
  height: 48px;
  line-height: 24px;
  color: #2d2c2c;
  font-size: 14px;
}

.case-content .case-one-detail .case-time {
  line-height: 24px;
  color: #2d2c2c;
  font-size: 14px;
  margin-top: 6px;
}

.case-content .case-lists {
  margin-top: 24px;
}

@media screen and (max-width: 1679px) {
  .case-content .case-lists {
    margin-top: 30px;
  }
}

.case-content .case-list {
  position: relative;
  line-height: 36px;
  font-size: 14px;
  padding-right: 100px;
}

.case-content .case-list .case-list-cap {
  display: block;
  width: 100%;
  color: #2d2c2c;
}

.case-content .case-list .case-list-time {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
}

@media screen and (max-width: 1679px) {
  .case-content {
    height: 366px;
  }
}

.public-box {
  width: 31.3333%;
  margin-right: 3%;
}

.public-box:last-child {
  margin-right: 0;
}

.public-inner {
  padding: 40px 30px;
  border: 1px solid #ddd;
  background-color: #f6f6f6;
  height: 536px;
}

.public-inner .public-img .w-fill-img {
  display: block;
  width: 100%;
  height: 150px;
}

@media screen and (max-width: 1679px) {
  .public-inner .public-img .w-fill-img {
    height: 128px;
  }
}

.public-inner .public-title {
  line-height: 32px;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
}

.public-inner .public-title>a {
  color: #2d2c2c;
}

.public-inner .public-time {
  text-align: center;
  font-size: 14px;
  color: #2d2c2c;
  line-height: 32px;
}

.public-inner .public-desc {
  height: 72px;
  max-height: 72px;
  line-height: 24px;
  font-size: 13px;
  color: #2d2c2c;
}

.public-inner .public-skip {
  text-align: right;
  padding-bottom: 16px;
  border-bottom: 1px dotted #a9a9a9;
}

.public-inner .public-skip>a {
  line-height: 24px;
  color: #fff;
  padding: 0 12px;
  background-color: #4a4a4a;
  font-size: 12px;
  font-style: italic;
}

.public-inner .public-more-list {
  padding-top: 16px;
}

.public-inner .public-more-lis {
  line-height: 36px;
  font-size: 13px;
}

.public-inner .public-more-lis>a {
  color: #333333;
}

@media screen and (max-width: 1679px) {
  .public-inner {
    height: 512px;
  }
}

.feature-content {
  position: relative;
  width: 1400px;
  margin: 0 auto;
}

.feature-content .feature-top {
  position: relative;
  height: 290px;
}

.feature-content .feature-top .feature-large-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 42.683%;
  height: 100%;
}

.feature-content .feature-top .feature-large-img>img {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.feature-content .feature-top .feature-form {
  width: 34%;
  padding: 0 40px;
}

.feature-content .feature-top .feature-form .feature-fcap {
  color: #D6133C;
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
}

.feature-content .feature-top .feature-form .feature-fdesc {
  color: #040000;
  font-size: 18px;
  font-weight: bold;
  line-height: 38px;
  margin-bottom: 8px;
}

.feature-content .feature-top .feature-form .feature-fname {
  width: 64px;
  padding-right: 10px;
  font-size: 13px;
  color: #1E1E1E;
  opacity: .8;
  text-align: right;
}

.feature-content .feature-top .feature-form .feature-fdate {
  position: relative;
}

.feature-content .feature-top .feature-form .feature-fdate .fdate {
  position: relative;
}

.feature-content .feature-top .feature-form .feature-fdate .fdate .datepicker {
  position: absolute;
  left: 0;
  top: 0;
}

.feature-content .feature-top .feature-form .feature-fdate .input {
  width: 100%;
  font-size: 13px;
  height: 100%;
  padding: 0 10px;
  border: 1px solid #CCCCCC;
  background: none;
  cursor: pointer;
}

.feature-content .feature-top .feature-form .feature-fdate:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -2px;
  border-top: 4px solid #272636;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}

.feature-content .feature-top .feature-form .feature-finput {
  position: relative;
  height: 24px;
  line-height: 24px;
  margin-bottom: 10px;
}

.feature-content .feature-top .feature-form .feature-finput>.input {
  font-size: 13px;
  height: 100%;
  padding: 0 10px;
  border: 1px solid #CCCCCC;
  background: none;
}

.feature-content .feature-top .feature-form .feature-fbtn {
  display: block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #DC0605;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-top: 14px;
}

.feature-content .feature-top .feature-info {
  width: 90%;
  height: 290px;
  margin-left: 10%;
  border: 1px solid #C1C1C1;
  background-color: #F6F6F6;
  padding-top: 20px;
  padding-bottom: 24px;
}

.feature-content .feature-top .feature-detail {
  width: 30%;
  padding: 0 30px 0 40px;
  border-left: 1px solid #E6E6E6;
  height: 238px;
}

.feature-content .feature-top .feature-detail .feature-dcap {
  line-height: 24PX;
  font-size: 16px;
  color: #4C4C4C;
  padding-bottom: 9px;
  font-weight: bold;
  border-bottom: 1px dotted #BBBBBB;
  margin-bottom: 1px;
}


.feature-content .feature-top .feature-detail ul {
  height: 216px;
}

.feature-content .feature-top .feature-detail li {
  height: 36px;
  line-height: 36px;
  border-top: 1px dotted #BBBBBB;
  font-size: 14px;
  color: #2D2C2C;
}

.feature-content .feature-btm {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 28px;
}

.feature-content .feature-btm .feature-img {
  width: 32%;
  height: 220px;
}

.feature-content .feature-btm .feature-img>img {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

@media screen and (max-width: 1679px) {
  .feature-content {
    min-width: 1200px;
    max-width: 1200px;
  }
}

.honor-content {
  position: relative;
  width: 1400px;
  margin: 0 auto;
  border: 1px solid #c6c6c6;
  padding: 30px;
  background-color: #F6F6F6;
  overflow: hidden;
}

.honor-content .uni-page-contain .uni-page {
  top: 50%;
  margin-top: -18px;
}

.carousel-box {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}

.carousel-box .carousel-list-box {
  width: 100%;
  overflow: hidden;
}

.carousel-box .carousel-list {
  margin: 0 -14px;
  height: 320px;
  overflow: hidden;
}

.carousel-box .carousel-list .carousel-lis {
  height: 320px;
  margin: 0 14px;
  width: 46.9%;
}

@media screen and (max-width: 1679px) {
  .carousel-box .carousel-list .carousel-lis {
    height: 278px;
    width: 46.3%;
  }
}

@media screen and (max-width: 1679px) {
  .carousel-box .carousel-list {
    height: 278px;
  }
}

@media screen and (max-width: 1679px) {
  .honor-content {
    min-width: 1200px;
    max-width: 1200px;
  }
}

.about-contain {
  margin-bottom: 60px;
}

.about-content {
  width: 1400px;
  margin: 0 auto;
  border: 1px solid #c6c6c6;
  padding: 30px;
  background-color: #F6F6F6;
}


.about-content .ql-editor{
  white-space: normal !important;
}

@media screen and (max-width: 1679px) {
  .about-content {
    min-width: 1200px;
    max-width: 1200px;
  }
}

.about-video {
  height: 100%;
  background-color: #f4f4f4;
  padding-bottom: 28px;
  border-bottom: 1px solid #E6E6E6;
}

.about-video .video-box {
  position: relative;
  width: 33%;
  overflow: hidden;
}

.about-video .video-box>video {
  display: block;
  width: 100%;
  height: 272px;
  outline: none;
}

.about-video .video-box>.w-fill-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.about-video .video-box>.w-fill-img:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("http://101.35.18.18:8777/shangao_pc_static/assets/images/icon_video1.png");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: auto auto;
  -moz-background-size: auto;
  background-size: auto;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.about-video .info-box {
  width: 67%;
  padding-left: 30px;
  padding-top: 6px;
  line-height: 32px;
  color: #010101;
  font-size: 14px;
}
@media screen and (max-width: 1679px){
  .about-video .info-box {
    padding-top: 0;
    line-height: 26px;
  }
}
/*banner的搜索*/
.banner-wrapper{
  position: relative;
}
.banner-search{
  position: absolute;
  left: 50%;
  bottom: 50px;
  width: 800px;
  margin-left: -400px;
}
.search-top{
  line-height: 1em;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.search-top .s-cap{
  position: relative;
  padding: 20px 16px;
  opacity: 0.8;
  cursor: pointer;
  text-shadow: 0 3px 20px rgba(0,0,0,.2);
}
.search-top .s-cap:after{
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  border-bottom: 8px solid rgba(255,255,255,.8);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  margin-left: -7px;
  opacity: 0;
}
.search-top .s-cap.curr{
  opacity: 1;
}
.search-top .s-cap.curr:after{
  opacity: 1;
}
.search-contain{
  width: 100%;
  height: 48px;
  line-height: 48px;
}
.search-contain .s-inp{
  width: 680px;
  height: 100%;
}
.search-contain .s-inp > input{
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 14px;
  font-size: 14px;
  color: #333;
  background-color: rgba(255,255,255,.8);
  border-radius:  4px 0px 0px 4px;
}
.search-contain .s-inp > input::-webkit-input-placeholder{
  color:#666;
}
.search-contain .s-inp > input::-moz-input-placeholder{
  color:#666;
}
.search-contain .s-inp > input::-ms-input-placeholder{
  color:#666;
}
.search-contain .s-inp > input:input-placeholder{
  color:#666;
}
.search-contain .s-btn{
  width: 120px;
  background-color: rgba(220, 6, 5, .7);
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  border-radius: 0px 4px 4px 0px;
}
.search-contain .s-btn:hover{
  background-color: rgba(220, 6, 5, .8);
}
.active-code{
  width: 100%;
  position: relative;
  margin-top: 10px;
}
.active-code input{
  width: 100% !important;
}
.video-price{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  line-height: 32px;
  text-align: right;
  box-sizing: border-box;
  padding-left: 60px;
  padding-right: 10px;
  padding-top: 38px;
  color: #F9BD67;
  font-size: 12px;
  font-weight: bold;
}
.house-nav{
  margin-bottom: 24px;
  display: none;
}
.house-nav.show{
  display: block;
}
.house-nav .more{
  color: #434343;
  padding: 0 20px;
  cursor: pointer;
  font-size: 14px;
}
.house-nav .more:first-child{
  padding-left: 0;
}
.house-nav .more.last{
  font-style: italic;
}
.index-house-contain{
  display: none;
}
.index-house-contain.show{
  display: block;
}
.city-choose-nav{
  height: 24px;
  line-height: 23px;
  padding:0 10px;
  font-size: 14px;
  color: #434343;
  margin-left: 30px;
  margin-top: 18px;
  cursor: pointer;
}
.city-choose-nav.curr{
  background-color: #262626;
  color: #fff;
}