/*公共样式，包括头尾，侧边栏，弹框部分样式*/
body {
  font-size: 14px;
  color: #666666;
  background-color: #f4f6f7;
}
.h2-tit {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  padding-top: 20px;
}
/*div's size*/
.main-box {
  width: 1200px;
  margin: 0 auto;
}
.box1200 {
  width: 1140px;
  padding: 0 30px;
  margin: 0 auto;
  background-color: #ffffff;
}
.box730 {
  width: 730px;
  float: left;
  background-color: #ffffff;
}
.box450 {
  width: 450px;
  float: left;
  background-color: #ffffff;
}
.box830 {
  width: 830px;
  float: left;
  background-color: #ffffff;
}
.box350 {
  width: 350px;
  float: left;
  background-color: #ffffff;
}
.displaynone1 {
  display: none;
}
.model {
  width: 1200px;
  margin: 0 auto 30px;
  background-color: #ffffff;
  border-radius: 5px;
  position: relative;
  top: 0;
  left: 0;
}
.area-ad.model {
  margin-bottom: 30px;
}
.hoverShadow:hover {
  box-shadow: 0 0px 10px #f2122f;
}
.h2-tit {
  padding-left: 30px;
}
.head-box1 {
  height: 150px;
}
.head-box2 {
  display: none;
}
.clear {
  clear: both;
}
.clear:after {
  height: 0;
  content: " ";
  display: block;
  visibility: hidden;
  font-size: 0;
  clear: both;
}
.toDetail {
  position: absolute;
  top: 32px;
  right: 20px;
  width: 23px;
  display: inline-block;
  height: 10px;
  background: url("../images/index_sprite.png") no-repeat -80px 0;
  cursor: pointer;
}
.bread {
  width: 1200px;
  margin: 0 auto 25px;
  padding-top: 25px;
  height: 50px;
  clear: both;
}
.bread-right {
  float: right;
  height: 44px;
  margin-top: 2px;
  width: 615px;
  position: relative;
}
.bread-right .search-box {
  width: 280px;
  height: 44px;
  float: left;
  position: relative;
  top: 0;
  left: 0;
  border-radius: 5px;
  z-index: 4;
}
.bread-right .search-box .search-txt {
  width: 226px;
  color: #666666;
  padding-left: 10px;
  height: 44px;
  line-height: 44px;
  background-color: #fff6f7;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  border-radius: 5px;
}
.bread-right .search-box .btn-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  cursor: pointer;
  background-color: #ff133f;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.bread-right .search-box .btn-search span {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin: 13px 0 0 13px;
  background: url("../images/common_sprite.png") no-repeat -16px 0;
}
.bread-right .map-search {
  width: 95px;
  height: 42px;
  line-height: 42px;
  float: left;
  border: 1px solid #ff133f;
  color: #ff133f;
  text-align: center;
  border-radius: 4px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 4;
  margin-left: 15px;
}
.bread-right .map-search:hover {
  box-shadow: 0 0px 2px #f2122f;
}
.bread-right .wx-code {
  position: absolute;
  right: 0;
  top: -27px;
}
.bread-right .wx-code img {
  width: 100px;
  height: 100px;
  vertical-align: middle;
  margin-right: 10px;
}
.bread-right .wx-code .txt {
  display: inline-block;
  vertical-align: middle;
}
.bread-right .wx-code .txt span {
  color: #ff133f;
}
.bread-left {
  float: left;
}
.bread-left .bleft-top {
  position: relative;
  top: 0;
  left: 0;
  clear: both;
}
.bread-left .bleft-top .clearfloat {
  clear: both;
}
.bread-left .bleft-bottom {
  position: relative;
  bottom: -2px;
  left: 0;
}
.bread-left .bleft-bottom a {
  color: #999999;
}
.bread-left .bleft-bottom a:hover {
  color: #ff133f;
}
.bread-left .bleft-bottom a.last {
  color: #666666;
}
.bread-left .bleft-bottom a.last:hover {
  color: #ff133f;
}
.bread-left .bleft-bottom .dot {
  margin: 0 9px;
  color: #dadada;
  display: inline-block;
  width: 3px;
  height: 3px;
  vertical-align: top;
}
.bread-left .logo {
  float: left;
}
.bread-left .logo .imglogo {
  width: 120px;
  height: 28px;
  background-image: url(../images/logo.png);
}
.bread-left .city {
  color: #999999;
  display: inline-block;
  line-height: 28px;
  float: left;
  margin-left: 21px;
  cursor: pointer;
}
.bread-left i {
  background: url("../images/common_sprite.png") no-repeat 0 0;
  display: inline-block;
  width: 10px;
  height: 14px;
  margin-right: 4px;
  vertical-align: middle;
}
.bread-left .line {
  height: 12px;
  display: inline-block;
  color: #ecf0f1;
  float: left;
  margin: 4px 10px 0 10px;
}
.bread-left .cityBox {
  position: relative;
  top: 0;
  left: 0;
  float: left;
}
.bread-left .cityBox .headerCitybox {
  display: none;
  position: absolute;
  left: -207px;
  top: 0;
  z-index: 99;
}
.bread-left .cityBox.show .headerCitybox {
  display: block;
}
.bread-left .cityMap {
  width: 66px;
  height: 22px;
  line-height: 22px;
  border-radius: 8px;
  font-size: 12px;
  color: #999999;
  display: inline-block;
  text-align: center;
  margin-top: 3px;
}
.bread-left .cityMap:hover {
  cursor: pointer;
  color: #ff133f;
  background-color: #f2f2f2;
}
.bread-left .header-city {
  z-index: 3;
  width: 600px;
  margin-top: 34px;
  padding-bottom: 10px;
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0px 1px 8px -2px #000000;
}
.bread-left .header-city i {
  display: block;
  height: 10px;
  width: 19px;
  position: absolute;
  top: 26px;
  left: 227px;
  background: url(../images/common_sprite.png) -65px -172px;
}
.bread-left .header-city .inner {
  padding: 16px 0 12px 0;
}
.bread-left .header-city a {
  padding-right: 8px;
  color: #666666;
}
.bread-left .header-city a:hover {
  color: #ff133f;
}
.bread-left .header-city a.active {
  color: #ff133f;
}
.bread-left .header-city .up {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 16px;
}
.bread-left .header-city .first {
  margin-left: 32px;
  margin-right: 20px;
}
.bread-left .header-city .down {
  margin: 0 32px 0 28px;
  line-height: 25px;
  padding-top: 12px;
  clear: both;
  overflow: hidden;
}
.bread-left .header-city .down .hide {
  display: none;
}
.bread-left .header-city .down a {
  color: #999999;
  white-space: nowrap;
  padding-right: 4px;
  float: left;
}
.bread-left .header-city .down a:hover {
  color: #ff133f;
}
/* index head end*/
/* head slide begin*/
.bigWidth {
  width: 100%;
  height: 718px;
  background-color: #ffffff;
}
.head-slide {
  width: 1200px;
  height: 380px;
  clear: both;
  margin-top: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.head-slide .toTuku {
  display: block;
  width: 30px;
  height: 100px;
  position: absolute;
  right: -30px;
  background: url("../images/index_sprite.png") no-repeat 0 0;
}
.head-slide .toTuku span {
  margin-top: 20px;
  color: #999999;
  font-size: 12px;
  text-align: center;
  width: 30px;
  display: inline-block;
}
.head-slide .toTuku2 {
  display: block;
  width: 30px;
  padding-bottom: 4px;
  background-color: #f4f6f7;
  position: absolute;
  right: -30px;
  color: #999999;
  font-size: 12px;
  text-align: center;
}
.head-slide .toTuku2 .tuicon {
  display: inline-block;
  background: url("../images/index_sprite.png") no-repeat -272px -168px;
  width: 16px;
  height: 15px;
  margin: 5px 3px 4px 0;
}
.head-slide .toTuku2 .enter {
  display: inline-block;
  width: 20px;
  line-height: 14px;
}
.head-slide .toTuku2 .num {
  text-align: center;
  width: 30px;
  margin-bottom: 6px;
  display: inline-block;
}
.head-slide .leftBox {
  width: 870px;
  height: 380px;
  overflow: hidden;
  border-radius: 4px;
  float: left;
  position: relative;
  top: 0;
  left: 0;
}
.head-slide .leftImg {
  width: 870px;
  min-height: 380px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.head-slide .rightBox {
  width: 325px;
  min-height: 188px;
  overflow: hidden;
  border-radius: 4px;
  float: right;
  margin-bottom: 5px;
  position: relative;
  top: 0;
  left: 0;
}
.head-slide .rightImg {
  width: 325px;
  min-height: 188px;
  position: absolute;
  top: 0;
  left: 0;
}
.head-slide .head-max-img {
  width: 1200px;
  height: 380px;
}
.head-slide .head-max-img .max {
  width: 1200px;
  height: 380px;
  overflow: hidden;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}
.head-slide .head-max-img .maxImg {
  width: 1200px;
  min-height: 380px;
  position: absolute;
  top: 0;
}
/* head slide end*/
/*信息概述 begin*/
.model.lpInfo-sum {
  width: 895px;
  padding: 27px 32px 33px 78px;
  min-height: 270px;
  position: relative;
  z-index: 2;
  top: -73px;
  left: 50%;
  margin-left: -500px;
  margin-top: 0;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.97);
  border: 1px solid #ecf0f1;
  box-shadow: 0 0px 10px #ccc;
  border-radius: 5px;
}
.model.lpInfo-sum .sumheadbg {
  display: none;
}
.model.lpInfo-sum .lp-status {
  position: absolute;
  z-index: 1;
  top: -1px;
  left: 26px;
  width: 28px;
  height: 62px;
  border-top: 2px solid #ff133f;
  background-color: #ff133f;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  text-align: center;
}
.model.lpInfo-sum .lp-status.over {
  background-color: #f4f6f7;
}
.model.lpInfo-sum .lp-status.over span {
  color: #999999;
}
.model.lpInfo-sum .lp-status span {
  width: 15px;
  color: #fafdfd;
  display: inline-block;
  line-height: 16px;
  padding-top: 16px;
}
.model.lpInfo-sum .sum-head {
  position: relative;
  top: -6px;
  z-index: 1;
  clear: both;
}
.model.lpInfo-sum .sum-head .clear {
  clear: both;
}
.model.lpInfo-sum .sumh-left {
  float: left;
  width: 510px;
}
.model.lpInfo-sum .sumh-left .wx-code {
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 15px;
}
.model.lpInfo-sum .sumh-left .lpk-name {
  width: 395px;
  height: 55px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.model.lpInfo-sum .sumh-left .big-name {
  float: left;
  font-size: 32px;
  color: #333333;
  margin-right: 20px;
  height: 55px;
  line-height: 55px;
  max-width: 550px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.model.lpInfo-sum .sumh-left .alias_name {
  float: left;
  font-weight: bold;
  height: 55px;
  line-height: 55px;
  max-width: 150px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.model.lpInfo-sum .sumh-left .lpk-feature {
  width: 395px;
  float: left;
}
.model.lpInfo-sum .sumh-left .lpk-feature span {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  padding: 0 12px;
  color: #999999;
  font-size: 12px;
  margin-right: 10px;
  margin-bottom: 5px;
  background-color: #f4f6f7;
  border-radius: 12px;
}
.model.lpInfo-sum .sumh-left .lpk-feature .hasDetailFeature {
  cursor: pointer;
  position: relative;
  top: 0;
  left: 0;
}
.model.lpInfo-sum .sumh-left .lpk-feature .hasDetailFeature:hover .feature-box {
  display: block;
}
.model.lpInfo-sum .sumh-left .lpk-feature .hasDetailFeature .feature-box {
  position: absolute;
  bottom: 30px;
  left: 0;
  background-color: #ffffff;
  box-shadow: 0 0px 10px #ccc;
  border: 1px solid #e5e6e7\9;
  padding: 10px 20px;
  max-width: 420px;
  display: none;
}
.model.lpInfo-sum .sumh-left .lpk-feature .hasDetailFeature .feature-box .arrow {
  width: 10px;
  height: 19px;
  background: url("../images/common_sprite.png") no-repeat -65px -182px;
  position: absolute;
  bottom: -23px;
  left: 24px;
}
.model.lpInfo-sum .sumh-left .lpk-feature .hasDetailFeature .feature-box p {
  min-width: 210px;
  max-width: 400px;
  max-height: 84px;
  overflow: hidden;
}
.model.lpInfo-sum .sumh-right {
  float: right;
}
.model.lpInfo-sum .sumh-right .price-tips {
  font-size: 12px;
  color: #999999;
  text-align: left;
  margin-left: 23px;
  max-width: 460px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.model.lpInfo-sum .sumh-right .price-box {
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
}
.model.lpInfo-sum .sumh-right .price-box .price-icon {
  cursor: pointer;
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  background: url("../images/index_sprite.png") no-repeat -41px 0;
  position: relative;
  top: 0;
  left: 0;
}
.model.lpInfo-sum .sumh-right .price-box .price-icon:hover .price-dialog {
  display: block;
}
.model.lpInfo-sum .sumh-right .price-box .price-icon.oneLine .price-dialog {
  top: -10px;
}
.model.lpInfo-sum .sumh-right .price-box .price-icon.oneLine .price-dialog .arrow {
  top: 10px;
}
.model.lpInfo-sum .sumh-right .price-box .price-icon.oneLine .price-dialog {
  top: -20px;
}
.model.lpInfo-sum .sumh-right .price-box .price-icon.oneLine .price-dialog .arrow {
  top: 20px;
}
.model.lpInfo-sum .sumh-right .price-box .price-icon .price-dialog {
  display: none;
  position: absolute;
  top: -20px;
  right: 31px;
  z-index: 5;
  width: 210px;
  padding: 10px 20px;
  background-color: #ffffff;
  box-shadow: 0 0px 10px #ccc;
}
.model.lpInfo-sum .sumh-right .price-box .price-icon .price-dialog p {
  font-size: 12px;
  color: #999999;
  line-height: 20px;
}
.model.lpInfo-sum .sumh-right .price-box .price-icon .price-dialog .arrow {
  position: absolute;
  top: 20px;
  right: -10px;
  width: 10px;
  height: 19px;
  display: inline-block;
  background: url("../images/common_sprite.png") no-repeat -34px -172px;
}
.model.lpInfo-sum .sumh-right .price-box .price-title {
  color: #999999;
  display: inline-block;
  vertical-align: middle;
}
.model.lpInfo-sum .sumh-right .price-box .price {
  color: #ff133f;
  font-size: 26px;
  font-weight: bold;
  max-width: 325px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.model.lpInfo-sum .sumh-right .price-box .price.over {
  color: #666666;
}
.model.lpInfo-sum .sumh-right .price-box .trend-tit {
  color: #666666;
  display: inline-block;
}
.model.lpInfo-sum .sumh-right .price-box .trendbox {
  cursor: pointer;
  display: none;
}
.model.lpInfo-sum .sumh-right .price-box .trendbox:hover .hvr-icon-spin {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.model.lpInfo-sum .sumh-right .price-box .trend-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 3px 0 10px;
  vertical-align: middle;
  cursor: pointer;
  background: url("../images/index_sprite.png") no-repeat -41px -32px;
}
.model.lpInfo-sum .sum-con {
  margin-top: 9px;
  overflow: unset;
}
.model.lpInfo-sum .sumC-left {
  float: left;
  width: 402px;
}
.model.lpInfo-sum .sumC-left .sum-detail {
  line-height: 26px;
}
.model.lpInfo-sum .sumC-left .sum-detail .sumd-tit {
  color: #333333;
  font-weight: bold;
}
.model.lpInfo-sum .sumC-left .sum-detail .sumd-con {
  color: #666666;
}
.model.lpInfo-sum .sumC-left .sum-detail .icon {
  background-image: url("../images/index_sprite.png");
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 11px;
  cursor: pointer;
  display: inline-block;
}
.model.lpInfo-sum .sumC-left .sum-detail .address-icon {
  width: 35px;
  height: 20px;
  background-position: -41px -64px;
}
.model.lpInfo-sum .sumC-left .sum-detail .huxing-icon {
  width: 35px;
  height: 20px;
  background-position: -41px -100px;
}
.model.lpInfo-sum .sumC-left .sum-detail .open {
  font-size: 12px;
  color: #ff133f;
  background-color: #ffecf0;
  border-radius: 20px;
  cursor: pointer;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  padding: 0 10px;
}
.model.lpInfo-sum .sumC-left .sum-detail .open:hover .hvr-icon-buzz-out {
  -webkit-animation-name: hvr-icon-buzz-out;
  animation-name: hvr-icon-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.model.lpInfo-sum .sumC-left .sum-detail .open-icon {
  width: 12px;
  height: 12px;
  margin: 2px 4px 0 0;
  vertical-align: inherit;
  background-position: 0 -168px;
}
.model.lpInfo-sum .sumC-right {
  width: 490px;
  float: right;
  position: relative;
  top: 0;
  right: -10px;
}
.model.lpInfo-sum .sumC-right .line-box {
  width: 100%;
  height: 58px;
}
.model.lpInfo-sum .sumC-right .line-box.ztc-box {
  position: relative;
  top: -6px;
  left: 0;
}
.model.lpInfo-sum .sumC-right .line-tit {
  color: #ffffff;
  width: 50px;
  padding-left: 32px;
  float: left;
  height: 58px;
  line-height: 58px;
}
.model.lpInfo-sum .sumC-right .ztc-tit {
  background-image: url("../images/index_sprite.png");
  background-position: 0 -255px;
}
.model.lpInfo-sum .sumC-right .kft-tit {
  background-image: url("../images/index_sprite.png");
  background-position: 0 -197px;
}
.model.lpInfo-sum .sumC-right .line-con {
  float: left;
  color: #999999;
  width: 387px;
  padding-left: 20px;
  height: 58px;
  line-height: 58px;
  background-image: url("../images/index_sprite.png");
  background-position: -90px -197px;
  background-repeat: no-repeat;
  position: relative;
  top: 0;
  left: 0;
}
.model.lpInfo-sum .sumC-right .line-con .rArrow {
  position: absolute;
  right: 16px;
  top: 24px;
  width: 10px;
  height: 16px;
  display: inline-block;
  background-image: url("../images/index_sprite.png");
  background-position: -184px -152px;
}
.model.lpInfo-sum .sumC-right .line-con:hover {
  cursor: pointer;
  color: #333333;
  background-position: -90px -255px;
}
.model.lpInfo-sum .sumC-right .tg-box {
  width: 430px;
  height: 52px;
  overflow: hidden;
  border-radius: 8px;
  background: #ffecf0;
  position: relative;
  text-align: center;
  padding-top: 20px;
  margin-left: 26px;
  font-size: 16px;
  cursor: pointer;
}
.model.lpInfo-sum .sumC-right .tg-box b {
  color: #333;
}
.model.lpInfo-sum .sumC-right .tg-box .name {
  width: 12px;
  color: #fff;
  font-size: 12px;
  padding: 8px;
  position: absolute;
  left: 0;
  top: 0;
  height: 56px;
  background: #ff133f;
  line-height: 1.2;
}
.model.lpInfo-sum .sumC-right .tg-box button {
  color: #fff;
  background: #ff133f;
  width: 48px;
  border: 0;
  height: 100%;
  border-radius: 18px 0 0 18px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 8px 0 12px;
}
.model.lpInfo-sum .sum-foot {
  margin-top: 10px;
}
.model.lpInfo-sum .sumf-left {
  float: left;
  height: 35px;
  line-height: 35px;
  padding-left: 4px;
  padding-top: 10px;
}
.model.lpInfo-sum .sumf-left:hover {
  cursor: pointer;
}
.model.lpInfo-sum .sumf-left:hover .hvr-icon-pulse-grow {
  -webkit-animation-name: hvr-icon-pulse-grow;
  animation-name: hvr-icon-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.model.lpInfo-sum .sumf-left .zxzx {
  display: inline-block;
  width: 101px;
  height: 31px;
  background: url(http://fps-pro.ws.126.net/fps-pro/temp/c4a44a88b430faab4d3c6f72852d33eb/zxzx.png);
  vertical-align: middle;
  margin-left: -6px;
  margin-right: 10px;
  display: none;
}
.model.lpInfo-sum .sumf-left .tel-icon {
  width: 15px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/index_sprite.png");
  background-position: 0 -136px;
  background-repeat: no-repeat;
  margin-right: 4px;
  cursor: pointer;
}
.model.lpInfo-sum .sumf-left .tel-tit {
  color: #333333;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
.model.lpInfo-sum .sumf-left .tel-con {
  color: #ff133f;
  font-weight: bold;
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
}
.model.lpInfo-sum .sumf-left .ewm {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.model.lpInfo-sum .sumf-left .ewm:hover .ewm-con {
  display: block;
}
.model.lpInfo-sum .sumf-left .ewm .icon {
  background: url("../images/index_sprite.png") 0 -495px no-repeat;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  cursor: pointer;
  display: inline-block;
  margin-left: 15px;
}
.model.lpInfo-sum .sumf-left .ewm .txt {
  width: 50px;
  color: #999;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  line-height: 1.2;
  font-size: 12px;
}
.model.lpInfo-sum .sumf-left .ewm .ewm-con {
  position: absolute;
  background: #fff;
  border: 1px solid #333;
  padding: 10px;
  top: 50%;
  right: -130px;
  margin-top: -73px;
  font-size: 12px;
  color: #999;
  border-radius: 5px;
  margin-left: 8px;
  line-height: 2;
  text-align: center;
  display: none;
}
.model.lpInfo-sum .sumf-left .ewm .ewm-con img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  display: block;
}
.model.lpInfo-sum .sumf-left .ewm .ewm-con .arrow {
  position: absolute;
  left: -7px;
  top: 50%;
  width: 10px;
  height: 8px;
  background: url('../images/index_arrow.png') 0 0 no-repeat;
}
.model.lpInfo-sum .sumf-right {
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  float: right;
  width: 300px;
  color: #333333;
  font-weight: bold;
  text-align: right;
}
.model.lpInfo-sum .sumf-right .customer-box {
  display: none;
}
.model.lpInfo-sum .sumf-right .customer-icon {
  width: 24px;
  height: 18px;
  display: inline-block;
  background-image: url("../images/index_sprite.png");
  background-position: -41px -137px;
  background-repeat: no-repeat;
  margin-right: 6px;
  vertical-align: middle;
}
.model.lpInfo-sum .sumf-right span {
  height: 22px;
  line-height: 22px;
  display: inline-block;
  padding: 0 12px;
  color: #999999;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 10px;
}
.model.lpInfo-sum .sumf-right .box {
  display: block;
}
.model.lpInfo-sum .sumf-right .box .hoverInfo {
  display: none;
  border: 1px solid #dcdcdc;
  border-radius: 12px;
}
.model.lpInfo-sum .sumf-right .box .hoverInfo a {
  color: #999999;
}
.model.lpInfo-sum .sumf-right .box:hover .promise {
  display: none;
}
.model.lpInfo-sum .sumf-right .box:hover .hoverInfo {
  display: inline-block;
}
.model.lpInfo-sum .sumf-right .box2 {
  display: block;
}
.model.lpInfo-sum .sumf-right .box2 .hoverInfo2 {
  display: none;
  border: 1px solid #dcdcdc;
  border-radius: 12px;
}
.model.lpInfo-sum .sumf-right .box2 .hoverInfo2 a {
  color: #999999;
}
.model.lpInfo-sum .sumf-right .box2:hover .promise2 {
  display: none;
}
.model.lpInfo-sum .sumf-right .box2:hover .hoverInfo2 {
  display: inline-block;
}
.model.lpInfo-sum .sumf-right .promise,
.model.lpInfo-sum .sumf-right .promise2 {
  border: 1px solid #dcdcdc;
  border-radius: 12px;
}
/*信息概述 end*/
/*通屏报名栏 begin*/
.w1200-box {
  margin: 30px;
}
.w1200-kft .fl2 {
  cursor: pointer;
}
.w1200-signup {
  width: 1200px;
  height: 90px;
  border-radius: 0;
  position: relative;
  top: 0;
  left: 0;
}
.w1200-signup.model {
  margin-bottom: 20px;
  margin-top: 20px;
}
.w1200-signup.is-open .again-box {
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
}
.w1200-signup.is-open .pos-box {
  display: none;
}
.w1200-signup .pos-box {
  background: url("../images/index_sprite.png") no-repeat 0 -385px;
}
.w1200-signup .pos-box .fl {
  float: left;
}
.w1200-signup .pos-box .fl1 {
  font-size: 32px;
  color: #ffffff;
  font-weight: bold;
  padding: 0 35px 0 72px;
  line-height: 90px;
  position: relative;
  top: 0;
  left: 0;
}
.w1200-signup .pos-box .fl1 span {
  margin-left: 15px;
  display: inline-block;
  width: 24px;
  height: 14px;
  background: url("../images/index_sprite.png") no-repeat -786px -93px;
}
.w1200-signup .pos-box .fl2 {
  position: relative;
  top: 0;
  left: 0;
  margin-right: 20px;
  padding: 20px 40px 0 40px;
  text-align: center;
}
.w1200-signup .pos-box .fl2 .left-bracket {
  position: absolute;
  top: 0;
  left: 0;
  top: 16px;
  width: 18px;
  height: 55px;
  background: url("../images/index_sprite.png") no-repeat -536px 0;
}
.w1200-signup .pos-box .fl2 .right-bracket {
  position: absolute;
  top: 16px;
  right: 0;
  width: 18px;
  height: 55px;
  background: url("../images/index_sprite.png") no-repeat -596px 0;
}
.w1200-signup .pos-box .fl2 .kz-tit {
  font-size: 20px;
  color: #ffffff;
  max-width: 480px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 2px;
}
.w1200-signup .pos-box .fl2 .kz-con {
  color: #ffffff;
  font-size: 16px;
}
.w1200-signup .pos-box .fl3 {
  margin-top: 28px;
}
.w1200-signup .pos-box .fl3 label {
  color: #ffffff;
  margin-right: 2px;
}
.w1200-signup .pos-box .fl3 .time {
  height: 22px;
  line-height: 22px;
  background-color: #941616;
  color: #ffffff;
  padding: 0 6px;
  margin-left: 2px;
  display: inline-block;
  border-radius: 3px;
}
.w1200-signup .again-box {
  position: relative;
  -webkit-transform: translateZ(-2px) rotateY(180deg);
  transform: translateZ(-2px) rotateY(180deg);
  height: 90px;
  background: url("../images/index_sprite.png") no-repeat 0 -385px;
  -webkit-transform: translateZ(-2px) rotateX(180deg);
  transform: translateZ(-2px) rotateX(180deg);
  -webkit-transition: width 1.5s cubic-bezier(0.23, 1, 0.32, 1), height 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: width 0.8s cubic-bezier(0.23, 1, 0.32, 1), height 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: width 0.8s cubic-bezier(0.23, 1, 0.32, 1), height 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: width 0.8s cubic-bezier(0.23, 1, 0.32, 1), height 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.w1200-signup .again-box .kz-line-list {
  text-align: center;
  width: 1030px;
  height: 55px;
  overflow: hidden;
  padding-top: 14px;
}
.w1200-signup .again-box .akz-line {
  padding: 0 17px;
  display: inline-block;
  margin: 0 auto;
  height: 55px;
  position: relative;
  top: 0;
  left: 0;
}
.w1200-signup .again-box .akz-line.even .kz-tit {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
}
.w1200-signup .again-box .kz-num {
  background: url("../images/index_sprite.png") no-repeat -536px -72px;
  width: 86px;
  height: 17px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  color: #ea7c7c;
}
.w1200-signup .again-box .kz-tit {
  color: #ffffff;
}
.w1200-signup .btn-signUp {
  position: absolute;
  top: 7px;
  right: 51px;
  width: 82px;
  height: 76px;
  background: url("../images/index_sprite.png") no-repeat -786px 0px;
  cursor: pointer;
}
/*通屏报名栏 end*/
/*模块7，8—快讯&评测 begin*/
.model.kuixun {
  height: 223px;
  margin-bottom: 30px;
  background-color: transparent;
}
.kx-left {
  padding: 28px 20px 0 30px;
  width: 680px;
  height: 200px;
  background-color: #ffffff;
  float: left;
  border-radius: 5px;
  position: relative;
  top: 0;
  left: 0;
}
.kx-left .kx-nav h3 {
  display: inline-block;
}
.kx-left .kx-nav .line {
  height: 18px;
  display: inline-block;
  margin: 0 18px;
  width: 1px;
  background-color: #ccc;
  vertical-align: middle;
}
.kx-left .kx-nav .aNav {
  color: #999999;
  font-size: 18px;
  cursor: pointer;
}
.kx-left .kx-nav .aNav.ne-active {
  color: #333333;
  font-weight: bold;
}
.kx-left .kx-detail {
  width: 100%;
  height: 120px;
  margin-top: 30px;
  clear: both;
  display: block;
  padding-bottom: 50px;
  position: relative;
  top: 0;
  left: 0;
}
.kx-left .kx-detail .kx-link {
  display: block;
}
.kx-left .kx-detail .no-kx {
  color: #999999;
  text-align: center;
  margin-top: 64px;
}
.kx-left .kx-detail .kx-page {
  top: -43px;
  right: 20px;
}
.kx-left .kx-detail .h2-tit {
  padding-left: 0;
  width: 574px;
  padding-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 4px;
}
.kx-left .kx-detail .kx-con {
  max-height: 65px;
  overflow: hidden;
  line-height: 21px;
  margin-top: 12px;
  color: #999999;
}
.kx-left .kx-detail .kfd-right {
  float: right;
  width: 574px;
}
.kx-left .kx-detail .timebox {
  width: 86px;
  height: 98px;
  background-color: #f1f8fc;
  border: 1px solid #76b8e5;
  text-align: center;
  float: left;
}
.kx-left .kx-detail .day {
  color: #76b8e5;
  font-size: 38px;
  text-align: center;
  margin: 10px auto 10px;
  width: 56px;
  display: inline-block;
  border-bottom: 1px solid #76b8e5;
}
.kx-left .kx-detail .yearMonth {
  color: #76b8e5;
}
.kx-left .aImg .h2-tit {
  width: 680px;
  margin-bottom: 16px;
  float: left;
  margin-top: 0;
}
.kx-left .aImg .toDetail {
  top: -33px;
}
.kx-left .aImg.kx-detail {
  margin-top: 20px;
  height: 150px;
  display: block;
}
.kx-left .aImg .kfd-left {
  width: 110px;
  float: left;
  position: relative;
  top: 0;
  left: 0;
}
.kx-left .aImg .kfd-left .kxImg {
  width: 110px;
  height: 82px;
  margin-right: 12px;
  display: block;
  border: 0;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.kx-left .aImg .kfd-left .videobg {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(http://nos-mulhz.163yun.com/house-public/7599975305b72e80edb15b09c1bdf510.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 110px;
  height: 82px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.kx-left .aImg .kfd-right {
  width: 556px;
}
.kx-left .threeImg .h2-tit {
  width: 680px;
  margin-bottom: 16px;
  float: left;
  margin-top: 0;
}
.kx-left .threeImg .kx-page {
  top: -33px;
}
.kx-left .threeImg.kx-detail {
  margin-top: 20px;
  height: 150px;
  display: block;
}
.kx-left .threeImg .kfd-left {
  width: 375px;
  float: left;
}
.kx-left .threeImg .kfd-left .kxImg {
  width: 110px;
  height: 82px;
  margin-right: 12px;
  display: block;
  border: 0;
  float: left;
}
.kx-left .threeImg .kfd-right {
  width: 305px;
}
.kx-right {
  border-radius: 5px;
  width: 450px;
  height: 100%;
  background: url(http://nos-mulhz.163yun.com/house-public/5a8bc6d158243c14f291507c393bf71d.png) no-repeat;
  float: right;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
}
.kx-right .nav-con {
  float: left;
  width: 450px;
  height: 223px;
}
.kx-right .kxr-nav {
  position: absolute;
  right: 18px;
  bottom: 30px;
}
.kx-right .kxr-nav .lArrow {
  margin-right: 4px;
}
.kx-right .kxr-nav .arrow-box {
  width: 17px;
  height: 20px;
  float: left;
  text-align: center;
  cursor: pointer;
}
.kx-right .kxr-nav .arrow-box:hover .left {
  background-position: -536px -272px;
}
.kx-right .kxr-nav .arrow-box:hover .right {
  background-position: -564px -272px;
}
.kx-right .kxr-nav .arrow-box span {
  background-image: url("../images/index_sprite.png");
  display: inline-block;
  width: 8px;
  height: 15px;
  margin-top: 2px;
}
.kx-right .kxr-nav .arrow-box .left {
  background-position: -536px -255px;
}
.kx-right .kxr-nav .arrow-box .right {
  background-position: -564px -255px;
}
.kx-right .ewm {
  float: left;
  width: 117px;
  height: 117px;
  border: 13px solid #f4f6f7;
  border-radius: 8px;
  margin: 45px 12px 0 35px;
}
.kx-right .nav-right-box {
  float: left;
  width: 200px;
  max-height: 130px;
  overflow: hidden;
  margin-top: 62px;
}
.kx-right .nav-right-box p {
  color: #333333;
  line-height: 26px;
}
.kx-right .nav-right-box p span {
  color: #ff133f;
}
.kx-right .nav-common {
  padding: 24px 0 0 46px;
  width: 404px;
}
.kx-right .nav-common .nav-tit {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
}
.kx-right .nav-common .nav-stit {
  color: #ff0000;
  font-weight: bold;
  margin-top: 4px;
}
.kx-right .nav-common .inp-box {
  width: 360px;
  height: 44px;
  line-height: 44px;
  margin-top: 16px;
  position: relative;
  top: 0;
  left: 0;
  background-color: #fff4e3;
  border-radius: 6px;
}
.kx-right .nav-common .inp-box .mobile {
  width: 255px;
  padding-left: 15px;
  color: #dcb272;
}
.kx-right .nav-common .inp-box .btn-sign {
  width: 90px;
  height: 100%;
  background-color: #ffbc53;
  color: #333333;
  text-align: center;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 6px;
}
.kx-right .nav-common .slogan {
  margin-top: 16px;
  color: #ffbc53;
  font-weight: bold;
}
.kx-right .nav-common .countdown {
  margin-top: 12px;
}
.kx-right .nav-common .countdown .time {
  height: 20px;
  line-height: 20px;
  padding: 0 6px;
  background-color: #ffbc53;
  display: inline-block;
  color: #ffffff;
  border-radius: 4px;
}
.kx-right .nav-common .countdown .txt {
  font-size: 12px;
}
/*模块7，8—快讯&评测 end*/
/*模块9,10—基本信息 相册 end*/
.infoAndAlbum.model {
  background-color: transparent;
  height: 272px;
}
.baseInfo {
  width: 380px;
  padding: 0 40px 0 30px;
  height: 100%;
  line-height: 30px;
  background-color: #ffffff;
  float: left;
  border-radius: 5px;
  position: relative;
  top: 0;
  left: 0;
}
.baseInfo .h2-tit {
  margin-bottom: 12px;
  padding-top: 23px;
  height: 30px;
  line-height: 30px;
  padding-left: 0;
}
.baseInfo .con {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999999;
}
.baseInfo .con .tit {
  color: #333333;
}
.baseInfo .detail-box .con {
  width: 50%;
  float: left;
  color: #999999;
}
.baseInfo .detail-box .con .tit {
  color: #333333;
}
.album {
  width: 700px;
  padding-left: 30px;
  float: right;
  background-color: #ffffff;
  height: 272px;
  border-radius: 5px;
}
.album .h2-tit {
  padding-left: 0;
  padding-top: 23px;
  line-height: 30px;
  height: 30px;
}
.album-box {
  width: 710px;
}
.album-box li {
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 195px;
  height: 150px;
  overflow: hidden;
  text-align: center;
  float: left;
  margin-right: 40px;
  border-radius: 5px;
  position: relative;
  top: 0;
  left: 0;
}
.album-box li:hover img {
  transform: scale(1.05);
}
.album-box li:hover .mask-bg {
  transition: all 0.4s ease-in-out;
  left: 0;
}
.album-box li:hover .mask-box {
  transition: all 0.4s ease-in-out;
  left: 0;
}
.album-box li.noImg {
  color: #999999;
  width: 700px;
  text-align: center;
  margin-top: 90px;
}
.album-box li img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  transition: all 0.4s ease-out;
  opacity: 1;
}
.album-box li .mask-bg {
  width: 100%;
  height: 100%;
  background: url(http://nos-mulhz.163yun.com/house-public/8c103f8cb94d5b177d4240c295941e51.png) repeat 0 0;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  left: 195px;
}
.album-box li .mask-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  left: 195px;
}
.album-box li .m-tit {
  color: #eff3f5;
  font-weight: bold;
  position: absolute;
  left: 0;
  right: 0;
  top: 55px;
  height: 24px;
  line-height: 24px;
}
.album-box li .m-tit2 {
  color: #eff3f5;
  font-weight: bold;
  position: absolute;
  left: 0;
  right: 0;
  top: 36px;
  height: 24px;
  line-height: 24px;
}
.album-box li .m-con {
  font-size: 12px;
  color: #c1c1c1;
  position: absolute;
  left: 0;
  right: 0;
  top: 75px;
}
/*模块9,10—基本信息 相册 end*/
/*模块11—主力户型 begin*/
.huxing .hx-head {
  padding-top: 22px;
}
.huxing .h2-tit {
  float: left;
  padding-left: 30px;
}
.huxing .huxing-nav {
  float: left;
  margin-top: 20px;
  height: 26px;
  line-height: 26px;
  margin-left: 20px;
}
.huxing .huxing-nav span {
  font-size: 12px;
  color: #999999;
  display: inline-block;
  padding: 0 10px;
  height: 26px;
  line-height: 26px;
  border-radius: 12px;
  cursor: pointer;
}
.huxing .huxing-nav .ne-active {
  color: #666666;
  background-color: #f5f5f5;
}
.huxing .more {
  text-align: center;
  padding-bottom: 25px;
  cursor: pointer;
  display: none;
}
.huxing .hx-explain {
  min-height: 15px;
  float: left;
  width: 1140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 15px;
  display: block;
  line-height: 45px;
  height: 45px;
  background-color: #f7f7f8;
  color: #999999;
}
.huxing .hx-explain .hxe-tit {
  color: #333333;
  margin-left: 60px;
}
.hx-list {
  margin-top: 25px;
  clear: both;
  overflow: hidden;
}
.aHuxing {
  min-height: 165px;
  padding: 15px 0 15px 30px;
  width: 1140px;
  display: none;
  position: relative;
  top: 0;
  left: 0;
}
.aHuxing.aHuxing-new {
  width: 240px;
  margin-right: 30px;
  float: left;
}
.aHuxing.aHuxing-new .imgbox {
  height: 180px;
  width: 100%;
}
.aHuxing.aHuxing-new .hxImg {
  min-height: 180px;
}
.aHuxing.show {
  display: block;
}
.aHuxing .imgbox {
  width: 210px;
  height: 150px;
  border-radius: 4px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
}
.aHuxing .imgbox:hover .hxImg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1, 1.1);
  /* Safari and Chrome */
  -o-transform: scale(1.1, 1.1);
  /* Opera */
  -moz-transform: scale(1.1, 1.1);
  /* Firefox */
}
.aHuxing .imgbox .hx-tit {
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
  line-height: 30px;
  text-indent: 20px;
}
.aHuxing .hxImg {
  width: 100%;
  height: auto;
  min-height: 150px;
}
.aHuxing .hx-detail {
  float: left;
  max-width: 888px;
  margin-left: 30px;
}
.aHuxing .hx-detail .price-box {
  position: absolute;
  top: 130px;
  left: 272px;
  display: none;
}
.aHuxing .hx-detail .price-box .price-tit {
  font-size: 16px;
  color: #999999;
  margin-right: 4px;
  vertical-align: middle;
  display: inline-block;
}
.aHuxing .hx-detail .price-box .price {
  color: #ff0000;
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
}
.aHuxing .hx-detail .price-box .price-icon {
  cursor: pointer;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 4px;
  vertical-align: middle;
  background: url("../images/index_sprite.png") no-repeat -41px 0;
  position: relative;
  top: 0;
  left: 0;
}
.aHuxing .hx-detail .price-box .price-icon:hover .price-dialog {
  display: block;
}
.aHuxing .hx-detail .price-box .price-icon .price-dialog {
  display: none;
  position: absolute;
  top: -22px;
  left: 31px;
  z-index: 5;
  width: 230px;
  height: 44px;
  padding: 10px 20px;
  background-color: #ffffff;
  box-shadow: 0 0px 10px #ccc;
}
.aHuxing .hx-detail .price-box .price-icon .price-dialog p {
  font-size: 12px;
  color: #999999;
  line-height: 20px;
}
.aHuxing .hx-detail .price-box .price-icon .price-dialog .arrow {
  position: absolute;
  top: 50%;
  left: -10px;
  width: 10px;
  height: 19px;
  margin-top: -9px;
  display: inline-block;
  background: url("../images/common_sprite.png") no-repeat -44px -172px;
}
.aHuxing .hx-detail .hx-feature {
  margin-top: 10px;
}
.aHuxing .hx-detail .hx-feature span {
  display: inline-block;
  padding: 0 10px;
  background-color: #f5f5f5;
  height: 28px;
  line-height: 28px;
  color: #666666;
  text-align: center;
  margin-right: 14px;
  margin-bottom: 10px;
  border-radius: 6px;
}
.aHuxing .hx-detail .hx-tit {
  font-size: 20px;
  color: #333333;
  margin-top: 12px;
  height: 30px;
  width: 880px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.aHuxing .hx-detail .hx-tit .line {
  color: #cccccc;
  padding: 0 6px;
  font-weight: normal;
}
.aHuxing .hx-detail .hx-tit .lp-status {
  height: 24px;
  line-height: 24px;
  padding: 0 7px;
  background-color: #ff133f;
  color: #ffffff;
  border-radius: 6px;
  margin-left: 14px;
  font-size: 14px;
  font-weight: normal;
}
.aHuxing .hx-detail .hx-tit .lp-status.over {
  background-color: #f4f6f7;
  color: #666666;
}
.aHuxing .hx-detail2 {
  clear: both;
  overflow: hidden;
  width: 100%;
  padding-top: 14px;
}
.aHuxing .hx-detail2 .hx-feature {
  margin-top: 10px;
}
.aHuxing .hx-detail2 .hx-feature span {
  display: inline-block;
  padding: 0 5px;
  background-color: #f5f5f5;
  height: 20px;
  line-height: 20px;
  color: #666666;
  text-align: center;
  margin-right: 14px;
  margin-bottom: 10px;
  border-radius: 3px;
  font-size: 12px;
}
.aHuxing .hx-detail2 .hx-feature .line {
  color: #cccccc;
  padding: 0 6px;
  font-weight: normal;
}
.aHuxing .hx-detail2 .hx-feature .lp-status {
  height: 20px;
  line-height: 20px;
  padding: 0 7px;
  background-color: #ff133f;
  color: #ffffff;
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
}
.aHuxing .hx-detail2 .hx-feature .lp-status.over {
  background-color: #f4f6f7;
  color: #666666;
}
.aHuxing .hx-detail2 .hx-txt {
  max-width: 125px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}
.aHuxing .hx-detail2 .left {
  float: left;
}
.aHuxing .hx-detail2 .right {
  float: right;
}
.aHuxing .hx-gujia {
  position: absolute;
  top: 126px;
  right: 10px;
  display: none;
}
.aHuxing .hx-gujia p {
  color: #999999;
}
/*模块11—主力户型 end*/
/*模块12—房价走势 begin*/
.zoushi {
  z-index: 4;
  background-color: #f4f6f7;
}
.zoushi .trend-tit {
  padding-top: 26px;
}
.zoushi .trend-tit .h2-tit {
  float: left;
  padding-top: 0;
  padding-right: 25px;
}
.zoushi .trend-tit .time-tab {
  float: left;
  padding: 0 12px;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  margin-right: 8px;
  border-radius: 14px;
}
.zoushi .trend-tit .time-tab.current {
  color: #033333;
  background-color: #f5f5f5;
}
.zoushi .trend-tit .remind {
  float: right;
  height: 28px;
  line-height: 28px;
  margin-right: 74px;
}
.trend-left {
  float: left;
  width: 730px;
  background-color: #ffffff;
  margin-right: 20px;
  border-radius: 5px;
  position: relative;
  top: 0;
  left: 0;
}
.trend-left .price-chart {
  width: 700px;
  height: 355px;
  top: 20px;
}
.trend-left.width1200 {
  width: 1200px;
  border: none;
}
.trend-left.width1200 .price-chart {
  width: 1180px;
}
.trend-left .pChart-tit {
  text-align: center;
  border-top: 1px solid #f4f6f7;
  height: 42px;
  line-height: 42px;
}
.trend-left .pChart-tit .tit1 {
  font-weight: bold;
  color: #666666;
}
.trend-left .pChart-tit .red {
  color: #ff133f;
}
.trend-left .pChart-tit .tit3,
.trend-left .pChart-tit .tit4 {
  font-size: 12px;
  margin-left: 15px;
  color: #c1c1c1;
}
.trend-right {
  position: relative;
  top: 0;
  left: 0;
  border-radius: 5px;
  float: left;
  width: 450px;
  background-color: #ffffff;
  height: 100%;
}
.trend-right .h2-tit span {
  color: #c1c1c1;
  font-size: 12px;
  font-weight: normal;
  display: block;
}
.trend-right .h2-tit span span {
  display: inline;
}
.trend-right .chartbox {
  position: relative;
  top: 0;
  left: 0;
}
.trend-right .chartbox .salCenter {
  position: absolute;
  left: 0;
  top: 78px;
  width: 100%;
  text-align: center;
}
.trend-right .chartbox .salCenter .percent {
  color: #333333;
  font-weight: bold;
  font-size: 50px;
  font-family: "Arial";
}
.trend-right .chartbox .salCenter .percent-tit {
  font-size: 16px;
  margin: 5px auto 0;
  width: 66px;
}
.trend-right .saleChart {
  width: 270px;
  height: 250px;
  margin: 40px auto 20px;
}
.trend-right .saleChartTit {
  color: #999999;
  text-align: center;
}
.trend-right .saleChartTit span {
  color: #333333;
  font-weight: bold;
}
.trend-right .saleChartTit span.accflat {
  margin-right: 20px;
}
.developers-trend {
  display: none;
  height: 100%;
  background-color: #ffffff;
}
.developers-trend .dev-chart {
  width: 1180px;
  height: 400px;
  margin-top: 20px;
}
/*模块12—房价走势 end*/
/*模块13—城市看房团报名 begin*/
.city-kf {
  height: 200px;
  position: relative;
  top: 0;
  left: 0;
}
.city-kf .kfleft {
  position: absolute;
  top: 0;
  left: 0;
  width: 269px;
  border-right: 1px solid #f5f5f5;
}
.city-kf .kfleft .h2-tit {
  padding-top: 30px;
  margin-bottom: 10px;
}
.city-kf .kfleft .h2-tit span {
  font-size: 12px;
  color: #999999;
  margin-left: 10px;
  font-weight: normal;
}
.city-kf .kf-line-box {
  width: 930px;
  position: absolute;
  top: 0;
  left: 270px;
  height: 200px;
}
.city-kf .akf-line {
  position: absolute;
  top: 0;
  left: 270px;
  height: 200px;
  width: 610px;
  background-color: #ffffff;
}
.city-kf .akf-line .up {
  height: 155px;
  padding-top: 40px;
  padding-left: 30px;
  display: none;
  border-left: 1px solid #f5f5f5;
}
.city-kf .akf-line .up.show {
  display: block;
}
.city-kf .akf-line .up .upr-con {
  color: #999999;
  line-height: 24px;
  max-height: 78px;
  overflow: hidden;
}
.city-kf .akf-line .up .upr-tit {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  margin-bottom: 8px;
}
.city-kf .akf-line .up .circle {
  width: 28px;
  height: 28px;
  display: inline-block;
  margin-right: 8px;
  background: url("../images/index_sprite.png") no-repeat -80px -73px;
  vertical-align: middle;
}
.city-kf .akf-line .up .time {
  color: #ff133f;
  font-size: 12px;
  margin-left: 6px;
}
.city-kf .akf-line .up .btn-sign {
  padding: 0 24px;
  height: 34px;
  line-height: 34px;
  border-radius: 17px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  background-color: #ff133f;
}
.city-kf .akf-line .down {
  width: 68px;
  height: 154px;
  padding: 46px 5px 0 5px;
  float: left;
  border-left: 1px solid #f5f5f5;
  text-align: center;
  display: block;
}
.city-kf .akf-line .down:hover {
  cursor: pointer;
}
.city-kf .akf-line .down:hover p {
  font-weight: bold;
}
.city-kf .akf-line .down:hover .icon {
  display: block;
}
.city-kf .akf-line .down p {
  color: #333333;
  line-height: 22px;
  max-height: 88px;
  overflow: hidden;
}
.city-kf .akf-line .down .icon {
  width: 27px;
  height: 27px;
  margin: 0 auto;
  display: none;
  background: url("../images/index_sprite.png") no-repeat -80px -32px;
}
/*模块13—城市看房团报名 end*/
.map-box .h2-tit {
  padding-top: 28px;
}
/* 模块15—用户点评 begin*/
.noComment {
  text-align: center;
  padding: 0 30px;
  height: 160px;
}
.noComment .h2-tit {
  float: left;
  padding-left: 0;
}
.noComment .tie-tit {
  padding-top: 5px;
}
.noComment .ttit-right {
  float: right;
  color: #333333;
  margin-top: 20px;
}
.noComment .no-tit1 {
  width: 160px;
  height: 20px;
  margin: 22px auto 8px;
  position: relative;
  top: 0;
  left: 0;
}
.noComment .no-tit1 .tit-con {
  width: 140px;
  text-align: center;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  left: 10px;
  z-index: 4;
}
.noComment .no-tit1 .line {
  width: 100%;
  height: 1px;
  background-color: #333333;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.noComment .btn-comment {
  margin: 0 auto;
  width: 106px;
  height: 34px;
  line-height: 34px;
  background-color: #ff133f;
  color: #ffffff;
  border-radius: 17px;
  cursor: pointer;
}
.noComment .toLogin {
  cursor: pointer;
  color: #ff133f;
  padding-right: 3px;
  font-weight: bold;
}
.noComment .toLogin .login-icon {
  padding-right: 3px;
  width: 11px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  background: url("../images/index_sprite.png") no-repeat -80px -169px;
}
.hasComment .hc-tit {
  padding-top: 6px;
}
.hasComment .h2-tit {
  float: left;
}
.hasComment .total-score {
  float: left;
  margin-top: 22px;
}
.hasComment .total-score .ts-tit {
  color: #333333;
  margin: 0 8px 0 20px;
}
.hasComment .total-score .star {
  width: 18px;
  height: 17px;
  display: inline-block;
  margin-right: 8px;
  background-image: url("../images/index_sprite.png");
  background-repeat: no-repeat;
  background-position: -130px -149px;
  vertical-align: middle;
  margin-right: 6px;
}
.hasComment .total-score .star.flash {
  background-position: -107px -149px;
}
.hasComment .comment-list {
  margin-top: 24px;
}
.hasComment .aComment {
  width: 1150px;
  margin: 0 20px 38px 30px;
  position: relative;
  top: 0;
  left: 0;
}
.hasComment .aComment .great {
  width: 68px;
  height: 67px;
  background: url("../images/index_sprite.png") no-repeat -120px 0;
  position: absolute;
  top: 0;
  right: 50px;
}
.hasComment .aComment .headImg {
  float: left;
  width: 68px;
  height: 68px;
  margin-right: 15px;
  position: relative;
  top: 0;
  left: 0;
}
.hasComment .aComment .headImg .img {
  width: 68px;
  height: 68px;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.hasComment .aComment .headImg .imgbg {
  width: 68px;
  height: 68px;
  background-image: url(http://nos-mulhz.163yun.com/house-public/aca4aab3021400689db3b86ff9e16619.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.hasComment .aComment .comment-right {
  width: 1065px;
  float: left;
}
.hasComment .aComment .cr-tit {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 10px;
}
.hasComment .aComment .cr-tit .name {
  color: #333333;
  font-weight: bold;
  margin-right: 10px;
}
.hasComment .aComment .cr-tit .device {
  font-size: 12px;
  color: #c1c1c1;
  margin-right: 4px;
}
.hasComment .aComment .cr-tit .time {
  font-size: 12px;
  color: #c1c1c1;
}
.hasComment .aComment .cr-tit .zan {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  color: #999999;
  display: inline-block;
  vertical-align: middle;
  padding: 0 9px;
  height: 20px;
  line-height: 20px;
  background-color: #f4f6f7;
  border-radius: 10px;
  cursor: pointer;
}
.hasComment .aComment .cr-tit .zan.hasZan .zan-icon {
  background-position: -82px -149px;
}
.hasComment .aComment .cr-tit .zan .zan-icon {
  width: 12px;
  height: 11px;
  margin-top: 4px;
  display: inline-block;
  margin-right: 4px;
  background-image: url("../images/index_sprite.png");
  background-repeat: no-repeat;
  background-position: -367px 0;
}
.hasComment .aComment .cr-tit .zan .zan-num {
  display: inline-block;
  height: 20px;
  line-height: 20px;
}
.hasComment .aComment .cr-con {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666666;
  margin-bottom: 12px;
}
.hasComment .aComment .footer {
  font-size: 12px;
  color: #c1c1c1;
}
.hasComment .aComment .footer.need {
  display: none;
}
.hasComment .aComment .footerneed {
  display: none;
}
.hasComment .operate {
  position: relative;
  top: -10px;
  left: 0;
  padding-bottom: 20px;
}
.hasComment .btn-comment {
  margin-left: 545px;
  width: 106px;
  height: 34px;
  line-height: 34px;
  background-color: #f4f6f7;
  color: #999999;
  border-radius: 17px;
  cursor: pointer;
  float: left;
  text-align: center;
}
.hasComment .btn-comment:hover {
  color: #ffffff;
  background-color: #ff133f;
}
.hasComment .remind {
  margin-left: 16px;
  float: left;
  width: 176px;
  height: 18px;
  margin-right: 4px;
  margin-top: 8px;
  background-image: url("../images/index_sprite.png");
  background-repeat: no-repeat;
  background-position: -80px -119px;
}
#comment .error-reminds {
  width: auto;
  text-align: center;
  margin: -30px auto 10px;
}
#comment .comment-con {
  width: 740px;
  height: 550px;
  margin-left: -370px;
  margin-top: -275px;
}
#comment .hasHolder:focus + span,
#comment .hasHolder.full + span {
  top: -21px;
  left: -20px;
  font-size: 12px;
  color: #999999;
}
#comment .txtA-box {
  position: relative;
  top: 0;
  left: 0;
  width: 640px;
  height: 120px;
  margin-left: 50px;
  background-color: #f4f6f7;
}
#comment .txtA-box .holder {
  width: 830px;
  top: 10px;
  left: -5px;
}
#comment .cContent {
  line-height: 24px;
  width: 610px;
  height: 110px;
  color: #999999;
  position: absolute;
  top: 0;
  left: 0;
  resize: none;
  background-color: transparent;
  z-index: 2;
  border-radius: 4px;
  border: none;
  padding: 10px 15px 0 15px;
}
#comment .num-remind {
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: #c1c1c1;
}
#comment .num-remind .red {
  color: #ff133f;
}
#comment .btn-submit {
  width: 230px;
  margin: 0 auto;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  color: #ffffff;
  background-color: #ff133f;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
}
#comment .niming {
  margin-left: 334px;
  margin-top: 6px;
}
#comment .radio-outer {
  float: left;
  margin-right: 40px;
}
#comment .radio-outer.selected input {
  background-image: url(../images/common_sprite.png);
  background-position: -90px -147px;
  background-origin: center center;
}
#comment .xuqiu {
  margin: 23px 0 40px 50px;
}
#comment .xuqiu .xq-tit {
  float: left;
  color: #333333;
  margin-right: 20px;
}
#comment .xuqiu .radio-outer {
  float: left;
  margin-right: 40px;
}
#comment .xuqiu .inpStyle {
  color: #666666;
}
#comment input {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  border: 1px solid #ddd;
}
#comment .score-list {
  margin: 34px 0 24px 50px;
}
#comment .score-list li {
  height: 30px;
  line-height: 30px;
}
#comment .score-list .tit {
  font-size: 16px;
  color: #333333;
}
#comment .score-list .tips {
  font-size: 14px;
  color: #999999;
}
#comment .score-list .word-dis {
  margin-left: 13px;
  margin-right: 38px;
  font-size: 14px;
  color: #999999;
  visibility: hidden;
}
#comment .score-list .star-list {
  padding: 0 0 20px 20px;
}
#comment .score-list .star-list i {
  width: 20px;
  height: 18px;
  background-image: url("../images/index_sprite.png");
  background-repeat: no-repeat;
  background-position: -132px -148px;
  display: inline-block;
  margin-right: 3px;
  cursor: pointer;
}
#comment .score-list .star-list i.flash {
  background-position: -107px -148px;
}
/* 模块15—用户点评 end*/
/* 模块17—榜单 begin*/
.rank-box {
  background-color: #f4f6f7;
}
.rank-box .listbox {
  width: 386px;
  height: 316px;
  border-radius: 5px;
  background-color: #ffffff;
  display: none;
  float: left;
}
.rank-box .listbox.esfbox {
  display: none;
}
.rank-box .listbox .esf {
  margin-left: 34px;
}
.rank-box .listbox .esf .ahouse {
  display: block;
  height: 48px;
  line-height: 48px;
  width: 305px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rank-box .listbox .esf .square {
  width: 4px;
  height: 4px;
  background-color: #999999;
  margin-right: 8px;
  margin-top: 22px;
  float: left;
}
.rank-box .listbox .esf span {
  float: left;
  color: #333333;
}
.rank-box .listbox .esf span.red {
  color: #ff133f;
}
.rank-box .listbox .esf span.line {
  color: #ababab;
  margin: 0 7px;
}
.rank-box .listbox .price-tit {
  color: #999999;
}
.rank-box .listbox.twoCol {
  width: 585px;
}
.rank-box .listbox.twoCol .rank-list {
  margin-left: 50px;
}
.rank-box .listbox.twoCol .rank-list a {
  width: 135px;
}
.rank-box .listbox.twoCol .rank-list .address {
  width: 90px;
  text-align: center;
}
.rank-box .listbox.twoCol .rank-list .price {
  width: 150px;
  padding-left: 20px;
}
.rank-box .listbox.twoCol .rank-list .ps {
  padding-left: 16px;
}
.rank-box .listbox.twoCol .rank-list .ps span {
  margin-left: 4px;
}
.rank-box .listbox.twoCol.borderRight {
  margin-right: 30px;
}
.rank-box .listbox.borderRight {
  margin-right: 20px;
}
.rank-box .listbox.borderLeft {
  margin-left: 20px;
}
.rank-box .rank-list {
  margin-left: 25px;
}
.rank-box .rank-tit {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin: 25px 0 11px 0;
}
.rank-box .arank {
  height: 45px;
  line-height: 45px;
}
.rank-box .arank .square {
  width: 4px;
  height: 4px;
  background-color: #999999;
  margin-right: 6px;
}
.rank-box .arank .tit a {
  display: block;
  width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
}
.rank-box .arank .tit a:hover {
  color: #ff133f;
  cursor: pointer;
  font-weight: bold;
}
.rank-box .arank .address {
  width: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999999;
}
.rank-box .arank .price {
  width: 130px;
  color: #ff133f;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rank-box .arank .price .dw {
  color: #999999;
}
.rank-box .arank .price .dw-tit {
  color: #999999;
  margin-right: 4px;
}
.rank-box .arank .ps {
  font-size: 12px;
  color: #999999;
  cursor: pointer;
  width: 40px;
}
.rank-box .arank .ps:hover span {
  display: inline-block;
}
.rank-box .arank .ps span {
  display: none;
}
/* 模块17—榜单 end*/
/* 模块17—榜单 begin*/
.yunyan-box {
  display: none;
  background: url(http://nos-mulhz.163yun.com/house-public/6f2a463ef16d632e725220a7257c7ed3.png?39) no-repeat 0 0;
  width: 1200px;
  height: 70px;
  position: relative;
  top: 0;
  left: 0;
}
.yunyan-box .baoming-txt {
  position: absolute;
  top: 18px;
  width: 175px;
  height: 35px;
  line-height: 35px;
  border-radius: 17px;
  text-align: center;
  color: #f0ac00;
  border: 1px solid #f0ac00;
  background-color: #ffffff;
}
.yunyan-box .baoming-txt.baoming-txt-hint {
  border: 1px solid #ff133f;
  box-shadow: 0 0px 2px #ff133f;
}
.yunyan-box .enroll-name {
  left: 583px;
}
.yunyan-box .enroll-phone {
  left: 772px;
}
.yunyan-box .baoming-btn {
  width: 160px;
  height: 35px;
  line-height: 35px;
  display: block;
  text-align: center;
  background-color: #333333;
  font-size: 16px;
  color: #f0ac00;
  position: absolute;
  right: 30px;
  top: 18px;
  cursor: pointer;
  border-radius: 16px;
}
/* 模块17—榜单 end*/
/* 模块18—装修 begin*/
.zhuangxiu {
  display: none;
}
.zhuangxiu .zx-head h3 {
  float: left;
}
.zhuangxiu .zx-head .zhuangxiu-nav {
  float: left;
  padding-top: 20px;
  margin-left: 10px;
}
.zhuangxiu .zx-head .zhuangxiu-nav li {
  float: left;
  margin-left: 15px;
  padding: 0 10px;
  line-height: 24px;
  border-radius: 15px;
  cursor: pointer;
}
.zhuangxiu .zx-head .zhuangxiu-nav li.ne-active {
  background: #f5f5f5;
}
.zhuangxiu .zx-list {
  padding: 20px 0 55px 30px;
}
.zhuangxiu .zx-list li {
  width: 270px;
  height: 210px;
  float: left;
  margin-right: 20px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.zhuangxiu .zx-list li p {
  position: absolute;
  left: 0;
  width: 100%;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
  top: 170px;
  line-height: 40px;
  color: #fff;
  text-align: center;
}
.zhuangxiu .zx-list img {
  display: block;
  width: 100%;
  height: 210px;
}
.zhuangxiu .zx-list.designer {
  padding: 20px 0 0 30px;
}
.zhuangxiu .zx-list.designer li {
  width: 260px;
  height: 228px;
  float: left;
  margin-right: 32px;
  overflow: hidden;
  position: relative;
  text-align: left;
  margin-bottom: 20px;
}
.zhuangxiu .zx-list.designer li .photo-box {
  position: relative;
  display: block;
}
.zhuangxiu .zx-list.designer li .photo-box .tab {
  position: absolute;
  left: 0;
  top: 20px;
  background: #ff133f;
  color: #ffffff;
  padding: 3px 8px;
  line-height: 1;
  border-radius: 0 15px 15px 0;
}
.zhuangxiu .zx-list.designer li p.detail {
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  top: auto;
  line-height: 30px;
  color: #fff;
}
.zhuangxiu .zx-list.designer li .head {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #fff;
  vertical-align: middle;
  display: inline-block;
}
.zhuangxiu .zx-list.designer li .name {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  background: none;
  text-align: left;
  color: #333;
  position: static;
  width: auto;
}
.zhuangxiu .zx-list.designer li .yuyue {
  position: absolute;
  right: 0;
  bottom: 7px;
  background: #eee;
  color: #666;
  padding: 2px 15px;
  border-radius: 15px;
  cursor: pointer;
}
.zhuangxiu .zx-list.designer li .name-box {
  color: #333;
}
.zhuangxiu .zx-list.designer img.photo {
  display: block;
  width: 100%;
  height: 170px;
  margin-bottom: 20px;
}
.zhuangxiu .zx-list.designer .photo-box:hover p {
  display: block;
}
.el_mask {
  z-index: 1000;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
.el_mask .close {
  cursor: pointer;
  background: url(https://fps-pro.ws.126.net/fps-pro/frontends/designer/v12/images/close.png) no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  right: -44px;
  top: -65px;
}
.el_mask .form {
  width: 800px;
  height: 250px;
  margin: 0px auto;
  top: 30%;
  background: #fff;
  position: relative;
  padding: 30px 90px 10px 90px;
}
.el_mask .form .form_name,
.el_mask .form .form_phone {
  display: inline-block;
  margin: 30px 0;
}
.el_mask .form .form_msg span {
  line-height: 98px;
  display: inline-block;
  float: left;
  margin-right: 14px;
}
.el_mask .form input {
  margin: 0 20px 0 10px;
  width: 260px;
  height: 40px;
  text-indent: 0.5em;
  font-size: 16px;
  border: 1px solid #00000000;
  background: #f5f5f5;
}
.el_mask .form input:focus {
  outline: none;
  border: 1px solid #000000;
}
.el_mask .form span {
  font-size: 16px;
  color: #a9a9a9;
}
.el_mask .form textarea {
  resize: none;
  background: #f5f5f5;
  width: 590px;
  height: 84px;
  border: 1px solid #00000000;
  font-size: 16px;
  padding: 10px;
}
.el_mask .form textarea:focus {
  outline: none;
  border: 1px solid #000000;
}
.el_mask .form textarea::-webkit-input-placeholder {
  color: #bcbcbc;
}
.el_mask .form textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bcbcbc;
}
.el_mask .form textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bcbcbc;
}
.el_mask .form textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bcbcbc;
}
.el_mask .form .form_title {
  text-align: center;
  color: #343434;
  font-weight: 800;
  font-size: 18px;
}
.el_mask .form .form_sumbit {
  background: url("https://fps-pro.ws.126.net/fps-pro/frontends/designer/v12/images/submit.png");
  width: 100px;
  height: 38px;
  position: absolute;
  cursor: pointer;
  right: 55px;
  bottom: 63px;
}
.el_mask .form .form_sumbit:hover {
  background: url("https://fps-pro.ws.126.net/fps-pro/frontends/designer/v12/images/submit2.png") no-repeat;
}
/* 模块18—装修 end*/
/*模块19-推荐 begin*/
.tuijian .tj-list {
  padding: 20px 0 55px 30px;
}
.tuijian .tj-list li {
  width: 220px;
  height: 240px;
  float: left;
  margin-right: 10px;
  overflow: hidden;
  position: relative;
}
.tuijian .tj-list li img {
  display: block;
  width: 100%;
  min-height: 170px;
}
.tuijian .tj-list li .ptitle {
  color: #333333;
  font-size: 16px;
  margin-top: 18px;
  font-weight: bold;
}
.tuijian .tj-list li .ptitle span {
  float: right;
  margin-top: 4px;
  color: #999999;
  font-size: 12px;
  font-weight: normal;
}
.tuijian .tj-list li .pprice {
  margin-top: 10px;
  font-size: 16px;
  color: #ff133f;
  font-weight: bold;
}
.tuijian .tj-list li .pprice span {
  color: #999999;
  font-weight: normal;
  display: inline-block;
  margin-left: 5px;
}
/*模块19-推荐 end*/
/* 变价 开盘提醒弹框 begin*/
#verifyPhoneDialog .reminds {
  width: 380px;
  margin: 20px auto 17px;
  text-align: left;
}
#verifyPhoneDialog .reminds.toCenter {
  text-align: center;
}
#verifyPhoneDialog .join-type {
  width: 222px;
  margin: 0 auto 22px;
}
#verifyPhoneDialog .join-type .radio-outer {
  float: left;
  cursor: pointer;
}
#verifyPhoneDialog .join-type .radio-outer.out1 {
  margin-right: 60px;
}
#verifyPhoneDialog .join-type .radio-outer.selected input {
  background-image: url("../images/common_sprite.png");
  background-position: -90px -147px;
  background-origin: center center;
}
#verifyPhoneDialog .join-type .inpStyle {
  color: #999999;
}
#verifyPhoneDialog .join-type input {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  border: 1px solid #ddd;
  margin-right: 6px;
}
/* 变价 开盘提醒弹框 end*/
/* 看房团、直通车报名弹框 begin*/
#hn_kft_true .foot_text li,
#hn_kft_false .foot_text li {
  width: 195px;
}
#hn_kft_true .like-lp,
#hn_kft_false .like-lp {
  margin-left: 50px;
}
#hn_kft_true .bmain-box {
  margin-top: 10px;
}
#hn_kft_true .dialog-con1 {
  margin-top: -310px;
}
.zt_kf #ztcTime {
  cursor: pointer;
  text-align: left;
}
.zt_kf .xy-remind {
  text-align: center;
  color: #ff133f;
  display: none;
}
.zt_kf .user-instruction {
  position: absolute;
  bottom: 8px;
  left: 45px;
  background-color: #ffffff;
  width: 500px;
  padding-top: 18px;
  z-index: 99;
  border-radius: 8px;
  display: none;
  border: 1px solid #ddd;
}
.zt_kf .user-instruction .ui-tit {
  color: #333333;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.zt_kf .user-instruction .ui-con {
  padding: 0 42px;
  line-height: 24px;
  color: #959595;
  margin-bottom: 30px;
}
.zt_kf .user-instruction .ui-con p {
  text-align: left;
}
.zt_kf .user-instruction .ui-con p.first {
  text-indent: 2em;
}
.zt_kf .user-instruction .iKnow {
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-top: 1px solid #f4f6f7;
  cursor: pointer;
}
.zt_kf .dialog-body .error-reminds .error-words {
  font-size: 14px;
}
.zt_kf .dialog-body .bmain-box {
  width: 100%;
  margin-top: 40px;
}
.zt_kf .dialog-body .bmain-box .mb-left {
  float: left;
  width: 160px;
}
.zt_kf .dialog-body .bmain-box .mb-left .ewm-box {
  width: 105px;
  height: 132px;
  background-color: #f4f6f7;
  text-align: center;
  margin-left: 40px;
  padding-top: 9px;
}
.zt_kf .dialog-body .bmain-box .mb-left .ewm-box p {
  font-size: 12px;
  text-align: center;
  color: #999999;
}
.zt_kf .dialog-body .bmain-box .mb-left .ewm {
  width: 77px;
  height: 77px;
  margin: 0 auto;
  display: block;
  border: 5px solid #ffffff;
  border-radius: 4px;
}
.zt_kf .dialog-body .bmain-box .mb-right {
  float: right;
  width: 388px;
  margin-right: 40px;
}
.zt_kf .dialog-body .bmain-box .mb-right .btn-submit {
  margin-left: 15px;
  margin-top: 6px;
}
.zt_kf .dialog-body .like-lp {
  text-align: left;
  margin-top: 10px;
  margin-left: 30px;
}
.zt_kf .dialog-body .like-lp .l-tit {
  color: #333333;
  font-weight: bold;
  display: inline-block;
}
.zt_kf .dialog-body .like-lp .radio-outer {
  margin-right: 18px;
  margin-top: 0;
  margin-bottom: 8px;
  display: inline-block;
}
.zt_kf .dialog-body .like-lp label {
  margin-left: 4px;
}
.zt_kf .dialog-body .like-lp .selected label {
  color: #666666;
}
.zt_kf .dialog-body .zt-line-detail {
  text-align: center;
  margin-bottom: 12px;
}
.zt_kf .dialog-body .zt-line-detail .l-tit {
  margin-top: 16px;
  margin-bottom: 2px;
  height: 24px;
  line-height: 24px;
  color: #333333;
  font-weight: bold;
}
.zt_kf .dialog-body .zt-line-detail .l-tit .t1 {
  margin-right: 4px;
  color: #ff4048;
}
.zt_kf .dialog-body .zt-line-detail .l-con {
  line-height: 20px;
  color: #666666;
}
.zt_kf .dialog-body .width396 {
  width: 396px;
  margin: 0 auto;
}
.zt_kf .dialog-body .input-row {
  width: 396px;
  padding-left: 0;
  border: 1px solid #f4f6f7;
}
.zt_kf .dialog-body .input-row.width195 {
  width: 172px;
  border: 1px solid #f4f6f7;
  padding-left: 20px;
  float: left;
  border-radius: 6px;
}
.zt_kf .dialog-body .input-row.width195.error {
  border: 1px solid #ff133f;
}
.zt_kf .dialog-body .input-row.ml9 {
  padding-left: 20px;
  width: 172px;
  float: right;
  border-radius: 4px;
}
.zt_kf .dialog-body .input-row .inp {
  font-size: 14px;
}
.zt_kf .dialog-body .input-row .inp.tel {
  width: 100%;
  padding-left: 0;
}
.zt_kf .dialog-body .input-row .inp.pt20 {
  padding-left: 20px;
  width: 375px;
}
.zt_kf .dialog-body .input-row .inp.txtCenter {
  text-align: center;
}
.zt_kf .dialog-body .kf-time {
  height: 100%;
  width: 164px;
  float: left;
  border-right: 9px solid #ffffff;
  border-radius: 6px;
  position: relative;
  top: 0;
  left: 0;
}
.zt_kf .dialog-body .kf-time i {
  width: 20px;
  height: 22px;
  background: url("../images/index_sprite.png") no-repeat -272px -133px;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 18px;
  cursor: pointer;
}
.zt_kf .dialog-body .inp.join-num {
  padding-left: 20px;
  width: 376px;
}
.zt_kf .dialog-con1 {
  width: 590px;
  margin-left: -295px;
  margin-top: -295px;
}
.zt_kf .btn-submit {
  margin: 0 auto 5px;
}
.zt_kf .inpStyle {
  color: #999999;
}
.zt_kf .inpStyle span:hover {
  cursor: pointer;
  text-decoration: underline;
}
.zt_kf .radio-outer {
  text-align: center;
}
.zt_kf .join-question {
  text-align: right;
  line-height: 20px;
  height: 20px;
  color: #ccc;
  cursor: pointer;
  width: 100px;
  margin-left: 490px;
}
.zt_kf .join-question:hover .qu-list {
  display: block;
}
.zt_kf .join-question:hover .arrow {
  display: block;
}
.zt_kf .join-question .ask {
  width: 15px;
  height: 16px;
  display: inline-block;
  margin-right: 19px;
  margin-left: 4px;
  background: url("../images/index_sprite.png") -272px -109px no-repeat;
  vertical-align: middle;
}
.zt_kf .join-question .arrow {
  display: none;
  width: 7px;
  height: 13px;
  background: url("../images/index_sprite.png") -272px -89px no-repeat;
  position: absolute;
  bottom: 204px;
  left: 584px;
  z-index: 3;
}
.zt_kf .ztc-tel {
  color: #999999;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background-color: #eff0f1;
}
.zt_kf .qu-list {
  display: none;
  width: 300px;
  padding: 20px 25px;
  background-color: #000;
  border-radius: 6px;
  border: 1px solid #666666;
  position: absolute;
  bottom: 0;
  left: 590px;
  text-align: left;
  max-height: 330px;
  overflow: auto;
}
.zt_kf .qu-list .about-us {
  color: #959595;
  font-weight: bold;
  margin-bottom: 10px;
}
.zt_kf .qu-list .aQuestion {
  line-height: 24px;
  margin-bottom: 6px;
}
.zt_kf .qu-list .q-tit {
  color: #959595;
  font-weight: bold;
  font-size: 12px;
}
.zt_kf .qu-list .q-con {
  font-size: 12px;
  color: #6f6f6f;
}
.zt_kf .foot_text {
  background: #f9fafb;
  border-top: 1px solid #eff0f1;
  border-bottom: 1px solid #eff0f1;
  border-radius: 0 0 5px 5px;
  margin-top: 8px;
}
.zt_kf .foot_text li {
  float: left;
  width: 146px;
  border-right: 1px solid #eff0f1;
  margin-bottom: 0;
  position: relative;
  top: 0;
  left: 0;
  zoom: 1;
  text-align: center;
  padding-bottom: 9px;
}
.zt_kf .foot_text li .bg {
  background: url("../images/index_sprite.png") -536px -133px no-repeat;
  width: 120px;
  height: 98px;
  margin: 0 auto 5px;
  line-height: 92px;
  font-size: 16px;
}
.zt_kf .foot_text li .bg span {
  color: #ff133f;
  position: static;
  font-size: 14px;
}
.zt_kf .foot_text li p {
  font-size: 12px;
  color: #999999;
  margin-top: -14px;
}
.zt_kf .foot_text li.n {
  border-right: 0;
}
#true_kft .dialog-con1 {
  margin-top: -315px;
}
#true_kft .dialog-body .input-row {
  height: 54px;
  line-height: 54px;
  margin-bottom: 10px;
}
#true_kft .foot_text {
  height: 130px;
}
#true_ztc .dialog-con1 {
  margin-top: -315px;
}
#true_ztc .input-row {
  margin-bottom: 12px;
  height: 56px;
  line-height: 56px;
}
#true_tg .dialog-con1 {
  padding-bottom: 40px;
}
.xieyi {
  margin: 10px auto 10px;
}
/* 看房团、直通车报名弹框 end*/
/*可售房源模块 begin*/
.model.salinghouse {
  padding: 25px;
  width: 1150px;
}
.model.salinghouse .title {
  color: #cccccc;
  font-size: 14px;
}
.model.salinghouse .title span {
  margin-right: 10px;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
}
.model.salinghouse .salinghouse-box {
  height: 162px;
  margin-top: 10px;
}
.model.salinghouse .left-hd {
  float: left;
  height: 160px;
  width: 920px;
  border: 1px solid #ecf0f1;
  border-top: 0;
}
.model.salinghouse .presale {
  padding: 0 34px;
  height: 34px;
  position: relative;
}
.model.salinghouse .presale .scrollbox {
  white-space: nowrap;
  width: 852px;
  height: 32px;
  border-top: 1px solid #ecf0f1;
  border-bottom: 1px solid #ecf0f1;
  overflow: hidden;
}
.model.salinghouse .presale .scrollbox a {
  display: inline-block;
  line-height: 32px;
  color: #999999;
  width: 140px;
  text-align: center;
  position: relative;
}
.model.salinghouse .presale .scrollbox a span {
  display: none;
}
.model.salinghouse .presale .scrollbox a:hover {
  color: #ff133f;
}
.model.salinghouse .presale .scrollbox a:hover:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background: #ff133f;
  bottom: 0px;
  left: 50%;
  margin-left: -25px;
}
.model.salinghouse .presale .scrollbox a.select {
  color: #ff133f;
}
.model.salinghouse .presale .scrollbox a.select:after {
  conent: "";
  height: 1px;
  position: absolute;
  width: 50px;
  background: #ff133f;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}
.model.salinghouse .presale .scrollbox a.select span {
  display: inline-block;
}
.model.salinghouse .presale .prev,
.model.salinghouse .presale .next {
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  background: #ecf0f1;
  color: #cccccc;
  text-align: center;
  line-height: 34px;
  font-size: 20px;
  cursor: pointer;
  top: 0;
}
.model.salinghouse .presale .prev:hover,
.model.salinghouse .presale .next:hover {
  background: #ff133f;
  color: #ffffff;
}
.model.salinghouse .presale .prev {
  left: 0;
}
.model.salinghouse .presale .next {
  right: 0;
}
.model.salinghouse .con {
  background: #f4f6f7;
  height: 126px;
  display: none;
}
.model.salinghouse .con.select {
  display: block;
}
.model.salinghouse .con-left {
  margin-top: 15px;
  margin-left: 25px;
  color: #333333;
  float: left;
}
.model.salinghouse .con-left p {
  color: #666;
}
.model.salinghouse .con-left p span {
  color: #333333;
  font-weight: bold;
}
.model.salinghouse .con-left ul {
  width: 360px;
  margin-top: 10px;
}
.model.salinghouse .con-left ul li {
  width: 165px;
  float: left;
  margin-bottom: 5px;
}
.model.salinghouse .con-right {
  float: left;
  color: #333333;
  margin-top: 15px;
  margin-left: 120px;
  position: relative;
}
.model.salinghouse .con-right:before {
  content: "";
  position: absolute;
  left: -60px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #ecf0f1;
}
.model.salinghouse .con-right p.title {
  color: #333;
  font-weight: bold;
}
.model.salinghouse .con-right ul {
  width: 360px;
  margin-top: 10px;
}
.model.salinghouse .con-right ul li {
  margin-bottom: 5px;
}
.model.salinghouse .con-right ul a {
  display: inline-block;
  float: right;
  color: #333;
}
.model.salinghouse .con-right ul em,
.model.salinghouse .con-right ul i {
  font-style: normal;
}
.model.salinghouse .con-right ul em {
  color: #ff133f;
  margin: 0 5px;
}
.model.salinghouse .con-right ul i {
  color: #d1d1d1;
  margin-left: 15px;
}
.model.salinghouse .right-hd {
  width: 203px;
  margin-left: 25px;
  float: left;
  position: relative;
}
.model.salinghouse .right-hd .none-data {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 130px;
  z-index: 100;
  display: none;
  padding-top: 30px;
  background: #fff;
}
.model.salinghouse .right-hd .none-data .none-img {
  width: 81px;
  height: 63px;
  margin: 0 auto;
  background: url(http://fps-pro.ws.126.net/fps-pro/temp/7f6dad41ed331a4c82ebac5c3f4ee5f4/tongji.png);
}
.model.salinghouse .right-hd .none-data p {
  color: #999999;
  text-align: center;
  margin-top: 10px;
}
.model.salinghouse .right-hd .echartsale {
  height: 120px;
  width: 100%;
}
.model.salinghouse .right-hd p {
  text-align: center;
  color: #333333;
  font-size: 14px;
}
.model.salinghouse .right-hd p#house-total,
.model.salinghouse .right-hd p#house-unsold {
  text-indent: 47px;
  text-align: left;
}
.model.salinghouse .right-hd .datas {
  position: absolute;
  width: 75px;
  left: 64px;
  top: 30px;
}
.model.salinghouse .right-hd .data-percent {
  color: #333333;
  font-size: 18px;
}
.model.salinghouse .right-hd .data-word {
  color: #999999;
  font-size: 14px;
}
/*可售房源模块  end*/
/* Icon Pop */
@-webkit-keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.hvr-icon-pop {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-pop:hover,
.hvr-icon-pop:focus,
.hvr-icon-pop:active {
  -webkit-animation-name: hvr-icon-pop;
  animation-name: hvr-icon-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Icon Spin */
@-webkit-keyframes hvr-icon-spin {
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes hvr-icon-spin {
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.hvr-icon-spin {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
/* Icon Buzz Out */
@-webkit-keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.hvr-icon-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
/* Icon Pulse Grow */
@-webkit-keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
@keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
.hvr-icon-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.toDetail {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.toDetail:hover,
.toDetail:focus,
.toDetail:active {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.selected .input {
  background-image: url(../images/common_sprite.png);
  background-position: -90px -147px;
  background-origin: center center;
}
.input {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  border: 1px solid #ddd;
  cursor: pointer;
  display: inline-block;
}
body #yunyan_enroll_mask,
body #yunyan_enroll_detail,
body #yunyan_enroll_finished {
  z-index: 999;
}
.ad.headAd {
  padding-top: 1px;
  background-color: #ffffff;
}
.inner-ad {
  margin: 0 auto 30px;
}
.area-ad.model {
  border-radius: 0;
}
.firstSearch {
  color: #666;
  font-size: 16px;
  cursor: pointer;
}
.search-list {
  display: none;
  width: 280px;
  border: 1px solid #eaeaea;
  border-top: 0;
  position: absolute;
  left: -1px;
  top: 48px;
  z-index: 2;
  background-color: #fff;
  max-height: 450px;
  overflow: auto;
}
.search-list li {
  line-height: 24px;
  margin: 0 16px;
  position: relative;
  border-bottom: 1px solid #ddd;
  color: #666;
  padding: 14px 0 14px 10px;
}
.search-list li:hover {
  background: #FFF;
}
.search-list li.total {
  line-height: 26px;
}
.search-list li.active {
  background: #FFF;
}
.search-list a {
  color: #666;
  display: block;
  font-size: 16px;
}
.search-list i {
  width: 7px;
  height: 13px;
  background: url(http://static.ws.126.net/f2e/house/index2016/images/house_sprite.png) -284px -70px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
  display: none;
}
.search-list li:hover i {
  display: block;
}
.search-list li.active i {
  display: block;
}
.search-list li:last-child {
  border: 0;
}
.search-list li .name {
  font-size: 16px;
  color: #333;
  width: 210px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.search-list li .price,
.search-list li .num {
  color: #999;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -12px;
}
.search-list li .place {
  font-size: 14px;
  color: #ccc;
  line-height: 20px;
}
.search-list li span {
  color: #ff4f56;
}
.search-list li.total span {
  margin-right: 4px;
}
.search-list li .price {
  display: none;
}
/*img.feedback-btn {
	z-index: -1;
	visibility: hidden;
}*/
/*二手房*/
.slide-in-con {
  clear: both;
  overflow: hidden;
  padding: 20px 0 20px 30px;
}
.slide-in-con .slide-in-con-li {
  float: left;
  width: 260px;
  margin-right: 32px;
  height: 278px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
}
.slide-in-con .slide-in-con-li:hover {
  box-shadow: 0 0 20px #ccc;
}
.slide-in-con .slide-in-con-li .house-img {
  width: 260px;
  height: 195px;
  overflow: hidden;
}
.slide-in-con .slide-in-con-li .house-img img {
  width: 100%;
  height: 100%;
  display: block;
}
.slide-in-con .slide-in-con-li .bottom {
  clear: both;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 155px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
}
.slide-in-con .slide-in-con-li .bottom .b-left {
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.slide-in-con .slide-in-con-li .title {
  color: #212121;
  font-size: 16px;
  height: 34px;
  padding: 10px;
}
.slide-in-con .slide-in-con-li .title:hover {
  color: #28c99f;
}
.slide-in-con .slide-in-con-li .bottom .b-right {
  position: absolute;
  width: 80px;
  text-align: center;
  right: 0;
  bottom: 0;
}
/*二手房*/
.adviser .adviser-center .swiper-slide-active {
  border-bottom: 1px solid #eee;
}
#tuijan {
  display: none;
}
.adviser-layout .adviser .adviser-right {
  z-index: 2;
}
.w1200-ztc {
  display: none;
}
