/*公共样式，包括头尾，侧边栏，弹框部分样式*/
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;
}
.nav-bar {
  display: none;
}
.h2-tit {
  padding-left: 30px;
}
.head-box1 {
  height: auto;
}
.head-box2 {
  display: none;
}
.clear {
  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;
  padding-bottom: 30px;
  padding-top: 25px;
  height: 50px;
  clear: both;
  border-bottom: 1px solid #eee;
}
.bread-right {
  float: right;
  height: 44px;
  margin-top: 2px;
  position: relative;
  /*padding-right: 220px;*/
}
.bread-right .hot-list {
  float: left;
  line-height: 44px;
}
.bread-right .hot-list li {
  float: left;
  margin: 0 10px;
}
.bread-right .hot-list li a {
  color: #666666;
}
.bread-right .hot-list li a:hover {
  color: #ff133f;
}
.bread-right .hot-list li .hot {
  color: #ffffff;
  background: #ff133f;
  padding: 0px 3px;
  border-radius: 50%;
  margin-left: 3px;
}
.bread-right .search-box {
  width: 280px;
  height: 44px;
  float: left;
  position: relative;
  top: 0;
  left: 0;
  border-radius: 5px;
  z-index: 1000;
  margin-right: 20px;
}
.bread-right .search-box .search-txt {
  width: 226px;
  color: #666666;
  padding-left: 10px;
  height: 42px;
  line-height: 42px;
  background-color: #fff6f7;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  border-radius: 5px 0 0 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 .search-box .search-list {
  width: 276px;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  border-top: 0;
  background: #ffffff;
  position: absolute;
  left: 2px;
  top: 43px;
  z-index: 2;
}
.bread-right .search-box .search-list li {
  padding-left: 10px;
  position: relative;
  border-bottom: 1px dashed #ddd;
  color: #666;
}
.bread-right .search-box .search-list li:hover {
  background: #FFF;
}
.bread-right .search-box .search-list li.active {
  background: #FFF;
}
.bread-right .search-box .search-list li.active i {
  display: block;
}
.bread-right .search-box .search-list li:hover i {
  display: block;
}
.bread-right .search-box .search-list a {
  color: #666;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bread-right .search-box .search-list a:hover {
  color: #ff133f;
}
.bread-right .search-box .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;
  display: none;
}
.bread-right .search-box .search-list li:last-child {
  border: 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;
}
.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*/
.list-search-box {
  background: #ffffff;
  padding-top: 40px;
}
.list-search-box > ul {
  width: 1200px;
  margin: 0 auto;
  background: #f8f9fa;
  padding: 16px 0 22px 0;
  color: #333333;
}
.list-search-box > ul li {
  padding: 5px 30px 5px 85px;
  line-height: 1;
  position: relative;
  /*span.input {
				display: inline-block;
				margin-top: 20px;
			}*/
}
.list-search-box > ul li.li2 a {
  display: inline-block;
  margin-bottom: 15px;
}
.list-search-box > ul li.li2 a.price-submit {
  margin-bottom: 0;
}
.list-search-box > ul li.li2 > b,
.list-search-box > ul li.li5 > b,
.list-search-box > ul li.li6 > b {
  /*top: 14px;*/
}
.list-search-box > ul li.li3,
.list-search-box > ul li.li4 {
  padding-top: 14px;
  padding-bottom: 14px;
}
.list-search-box > ul li.li3 > b,
.list-search-box > ul li.li4 > b {
  /*top: 14px;*/
}
.list-search-box > ul li.li6 {
  padding-top: 10px;
}
.list-search-box > ul li.li6 > b {
  /*top: 19px;*/
}
.list-search-box > ul li.li1 {
  padding-bottom: 15px;
}
.list-search-box > ul li.li1 span {
  color: #252525;
  margin-right: 0;
}
.list-search-box > ul li.li1 > b {
  top: 14px;
}
.list-search-box > ul li.li5 span {
  display: inline-block;
}
.list-search-box > ul li.li5 span a {
  color: #333333;
  margin-right: 25px;
}
.list-search-box > ul li.li5 span a:hover {
  color: #ff133f;
}
.list-search-box > ul li.li5 span a.select {
  color: #ff133f;
}
.list-search-box > ul li > b {
  font-weight: bold;
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -7px;
}
.list-search-box > ul li > label {
  margin-right: 25px;
}
.list-search-box > ul li > a {
  color: #333333;
  margin-right: 25px;
  display: none;
}
.list-search-box > ul li > a:hover {
  color: #ff133f;
}
.list-search-box > ul li > a:last-child,
.list-search-box > ul li > a.nomargin {
  margin-right: 0;
}
.list-search-box > ul li > a.select {
  color: #ff133f;
  position: relative;
}
.list-search-box > ul li > a.select:after {
  content: "";
  height: 2px;
  width: 50%;
  position: absolute;
  left: 25%;
  top: 20px;
  background: #ff133f;
}
.list-search-box > ul li .price-submit {
  width: 50px;
  height: 32px;
  display: inline-block;
  text-align: center;
  background: #ff133f;
  color: #ffffff;
  vertical-align: middle;
  line-height: 32px;
  border-radius: 16px;
  margin-left: 10px;
}
.list-search-box > ul li > span {
  color: #999999;
  margin-right: 12px;
}
.list-search-box > ul li .s {
  margin-right: 0;
}
.list-search-box > ul li .selected {
  background: #ffffff;
  padding: 8px;
  border: 1px solid #eee;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 12px;
}
.list-search-box > ul li .selected i {
  display: inline-block;
  background: url("../images/common_sprite.png") no-repeat -150px -20px;
  width: 10px;
  height: 10px;
}
.list-search-box > ul li .selected span {
  padding: 0 4px;
  background: #e5e5e5;
  margin-left: 10px;
  border-radius: 2px;
  cursor: pointer;
}
.list-search-box > ul li .clear {
  margin-left: 14px;
  color: #333333;
  cursor: pointer;
  line-height: 32px;
  display: inline-block;
}
.list-search-box > ul li .clear i {
  display: inline-block;
  background: url("../images/common_sprite.png") no-repeat -150px -40px;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.list-search-box > ul li input[type="text"] {
  width: 86px;
  height: 32px;
  text-align: center;
  border: 1px solid #eee;
  background: #ffffff;
  vertical-align: middle;
}
.list-search-box > ul li input[type="text"].error {
  border-color: #ff133f;
}
.list-search-box > ul li input[type="text"]:focus {
  border-color: #252525;
}
.list-search-box > ul li .checkbox {
  background: #ffffff;
  margin-right: 5px;
}
.list-search-box > ul li .checkbox + label {
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.list-search-box > ul li .selectItem {
  margin-right: 25px;
  z-index: 2;
  /*label {
					font-weight: normal;
					cursor: pointer;
					&:hover {
						color: @red;
					}
				}*/
}
.list-search-box > ul li .selectItem a {
  display: block;
  position: relative;
}
.list-search-box > ul li .selectItem a > label {
  cursor: pointer;
}
.list-search-box > ul li .selectItem a:after {
  display: none;
}
.list-search-box > ul li .selectItem .checkbox {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -7px;
}
.list-search-box > ul li .second-list,
.list-search-box > ul li .third-list {
  margin-top: 16px;
  position: relative;
  width: 1030px;
  left: -16px;
  padding: 15px;
  padding-bottom: 5px;
  background: #ffffff;
  display: none;
}
.list-search-box > ul li .second-list li,
.list-search-box > ul li .third-list li {
  display: inline-block;
  padding: 0;
  margin-right: 15px;
}
.list-search-box > ul li .second-list li a,
.list-search-box > ul li .third-list li a {
  padding-bottom: 10px;
  display: inline-block;
}
.list-search-box > ul li .second-list li a.select,
.list-search-box > ul li .third-list li a.select {
  font-weight: bold;
}
.list-search-box > ul li .second-list li a.select:after,
.list-search-box > ul li .third-list li a.select:after {
  display: none;
}
.list-search-box > ul li .third-list {
  margin-top: 0;
  padding: 0 0 0px 60px;
  width: 1000px;
}
.list-search-box > ul li .third-list li {
  margin-bottom: 15px;
}
.list-search-box > ul li .third-list li a {
  padding-bottom: 0;
}
.list-search-box > ul li .third-list li a.select {
  font-weight: normal;
}
.list-search-box > ul li .third-list li a.disabled {
  color: #999999;
}
.list-search-box > ul li .third-list li a.disabled .checkbox + label {
  cursor: not-allowed;
}
.content-list {
  padding-top: 50px;
  background: #ffffff;
}
.content-list .box {
  width: 1200px;
  margin: 0 auto;
}
.content-list .box .list-box {
  float: left;
  display: inline;
  width: 830px;
  padding-top: 20px;
}
.content-list .box .list-box .total,
.content-list .box .list-box .smart {
  position: relative;
  font-size: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid #eee;
  padding-left: 15px;
  color: #999999;
}
.content-list .box .list-box .total span,
.content-list .box .list-box .smart span {
  color: #252525;
}
.content-list .box .list-box .total ul,
.content-list .box .list-box .smart ul {
  position: absolute;
  right: 0;
  top: 1px;
  font-size: 14px;
  clear: both;
  overflow: hidden;
}
.content-list .box .list-box .total ul li,
.content-list .box .list-box .smart ul li {
  float: left;
  display: inline;
  margin-left: 30px;
}
.content-list .box .list-box .total ul li.first,
.content-list .box .list-box .smart ul li.first {
  margin-right: 10px;
}
.content-list .box .list-box .total ul li a,
.content-list .box .list-box .smart ul li a {
  color: #252525;
}
.content-list .box .list-box .total ul li.select a,
.content-list .box .list-box .smart ul li.select a {
  color: #ff133f;
}
.content-list .box .list-box .total ul li.select i,
.content-list .box .list-box .smart ul li.select i {
  background-position: -170px -60px;
}
.content-list .box .list-box .total ul li.select i.down,
.content-list .box .list-box .smart ul li.select i.down {
  background-position: -170px -71px;
}
.content-list .box .list-box .total ul li i,
.content-list .box .list-box .smart ul li i {
  background: url("../images/common_sprite.png") no-repeat -150px -60px;
  display: inline-block;
  margin-left: 5px;
  width: 9px;
  height: 11px;
  vertical-align: middle;
}
.content-list .box .list-box .total ul li i.down,
.content-list .box .list-box .smart ul li i.down {
  background-position: -150px -71px;
}
.content-list .box .list-box .smart {
  font-size: 20px;
  color: #252525;
}
.content-list .box .list-box > ul {
  padding: 25px 0;
}
.content-list .box .list-box > ul li {
  margin-bottom: 55px;
  position: relative;
  cursor: pointer;
}
.content-list .box .list-box > ul li .name {
  font-size: 26px;
  font-weight: bold;
  color: #252525;
  padding-left: 15px;
  line-height: 1;
  position: relative;
}
.content-list .box .list-box > ul li .name > span {
  font-size: 14px;
  padding: 2px 7px;
  border-radius: 3px;
  margin-left: 10px;
  font-weight: normal;
  vertical-align: middle;
}
.content-list .box .list-box > ul li .name > span.sales {
  background: #ff133f;
  color: #ffffff;
}
.content-list .box .list-box > ul li .name > span.types {
  background: #f8f9fa;
  color: #999999;
}
.content-list .box .list-box > ul li .name > span.hide {
  display: none;
}
.content-list .box .list-box > ul li .name > span.vip-icon {
  width: 36px;
  height: 22px;
  background: url(../images/vip2.png) no-repeat;
  display: inline-block;
}
.content-list .box .list-box > ul li .name .ps {
  position: absolute;
  right: 0;
  top: 50%;
  line-height: 19px;
  height: 19px;
  border: 1px solid #eee;
  color: #ff133f;
  font-weight: normal;
  border-radius: 15px;
  font-size: 12px;
  cursor: pointer;
  width: 19px;
  overflow: hidden;
  transition: all 0.5s;
  margin-top: -9px;
}
.content-list .box .list-box > ul li .name .ps i {
  background: url("../images/common_sprite.png") no-repeat -150px -100px;
  position: absolute;
  width: 19px;
  height: 19px;
  left: 0px;
  top: 0px;
}
.content-list .box .list-box > ul li .name .ps span {
  padding: 0 8px 0 23px;
}
.content-list .box .list-box > ul li .name .ps:hover {
  width: 81px;
}
.content-list .box .list-box > ul li .item {
  background: #f8f9fa;
  padding: 24px 0 24px 280px;
  height: 142px;
  position: relative;
  margin-top: 20px;
  color: #252525;
}
.content-list .box .list-box > ul li .item:hover {
  box-shadow: 0 3px 15px #cccccc;
}
.content-list .box .list-box > ul li .item img {
  width: 100%;
  height: 100%;
  display: block;
  background: url(https://fps-pro.ws.126.net/fps-pro/temp/6740a45b42dcea914ba6148d9881457b/img_03.png) center no-repeat;
}
.content-list .box .list-box > ul li .item a {
  color: #252525;
}
.content-list .box .list-box > ul li .item .txt1 {
  margin-bottom: 20px;
  width: 320px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content-list .box .list-box > ul li .item .txt1 i {
  background: url("../images/common_sprite.png") no-repeat -170px 0;
  display: inline-block;
  margin-right: 7px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.content-list .box .list-box > ul li .item .txt1 a {
  /*margin-right: 20px;*/
}
.content-list .box .list-box > ul li .item .txt2 {
  margin-bottom: 20px;
  position: relative;
  /*.around {
								position: absolute;
								right: 15px;
								top: 0;
							}*/
}
.content-list .box .list-box > ul li .item .txt2 i {
  background: url("../images/common_sprite.png") no-repeat -170px -16px;
  display: inline-block;
  margin-right: 6px;
  margin-left: 1px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.content-list .box .list-box > ul li .item .txt2 .place {
  display: inline-block;
  width: 235px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  margin-right: 10px;
}
.content-list .box .list-box > ul li .item .txt2 .place:hover {
  color: #ff133f;
}
.content-list .box .list-box > ul li .item .txt3 {
  margin-bottom: 20px;
}
.content-list .box .list-box > ul li .item .txt3 i {
  background: url("../images/common_sprite.png") no-repeat -170px -33px;
  display: inline-block;
  margin-right: 7px;
  width: 16px;
  height: 17px;
  vertical-align: middle;
}
.content-list .box .list-box > ul li .item .tabs span {
  background: #ffffff;
  padding: 3px 10px;
  border-radius: 20px;
  margin-right: 5px;
}
.content-list .box .list-box > ul li .item .tabs span.tab0 {
  color: #838bf4;
}
.content-list .box .list-box > ul li .item .tabs span.tab1 {
  color: #f7b709;
}
.content-list .box .list-box > ul li .item .tabs span.tab2 {
  color: #f782f0;
}
.content-list .box .list-box > ul li .item .tabs span.tab3 {
  color: #46ebca;
}
.content-list .box .list-box > ul li .item .price {
  position: absolute;
  right: 25px;
  top: 20px;
  font-size: 24px;
  color: #ff133f;
}
.content-list .box .list-box > ul li .item .price span {
  font-size: 14px;
  color: #999999;
  margin-left: 3px;
}
.content-list .box .list-box > ul li .item .btn {
  position: absolute;
  right: 15px;
  top: 57px;
  width: 140px;
  height: 29px;
  background: url("../images/common_sprite.png") no-repeat 0 -265px;
  color: #ff133f;
  text-align: center;
  line-height: 26px;
  z-index: 2;
}
.content-list .box .list-box > ul li .item .btn + .txt2 .around {
  right: 165px;
}
.content-list .box .list-box > ul li .item .hot {
  position: absolute;
  right: 40px;
  bottom: 0;
  background: url("../images/list_hot.png") no-repeat;
  width: 35px;
  height: 27px;
  color: #ffffff;
  padding: 7px 26px;
  line-height: 1.2;
}
.content-list .box .list-box > ul li .item .hot span {
  position: relative;
  z-index: 2;
  background: #ff133f;
  padding: 0 3px;
  display: block;
  left: -3px;
}
.content-list .box .list-box > ul li .item .hot i {
  position: absolute;
  width: 51px;
  height: 2px;
  background: #ffffff;
  left: 15px;
  top: 22px;
  z-index: 1;
}
.content-list .box .list-box > ul li .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 260px;
  height: 100%;
}
.content-list .box .list-box > ul li .youhui {
  position: relative;
  left: 0;
  bottom: 22px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
}
.content-list .box .list-box > ul li .youhui span {
  background: linear-gradient(111deg, #ff5757 0%, #ff9732 100%);
  padding: 5px 15px;
  border-radius: 20px;
  box-shadow: 0 0 17px rgba(255, 19, 63, 0.2);
}
.content-list .box .list-box .page {
  text-align: center;
  color: #999999;
  margin-bottom: 50px;
}
.content-list .box .list-box .page > span {
  padding: 2px 13px;
  display: inline-block;
  background: #f8f9fa;
}
.content-list .box .list-box .page > span.num {
  cursor: pointer;
}
.content-list .box .list-box .page > span.prev {
  border-radius: 20px 0 0 20px;
  cursor: pointer;
}
.content-list .box .list-box .page > span.next {
  border-radius: 0 20px 20px 0;
  cursor: pointer;
}
.content-list .box .list-box .page > span.selected {
  color: #ff133f;
  font-weight: bold;
}
.content-list .box .list-box .page > span.jump {
  background: none;
  cursor: auto;
}
.content-list .box .list-box .page > span.jump input {
  width: 30px;
  height: 20px;
  background: #f8f9fa;
  border-radius: 20px;
  margin: 0 5px;
  text-align: center;
}
.content-list .box .list-box .page > span.jump .submit {
  margin-left: 10px;
  cursor: pointer;
}
.content-list .box .list-box .page > span.jump .submit:hover {
  color: #ff133f;
}
.content-list .box .house-detail {
  width: 350px;
  float: right;
}
.content-list .box .house-detail .house-box {
  border: 1px solid #eee;
  padding: 15px 20px;
  position: relative;
  margin-bottom: 30px;
}
.content-list .box .house-detail .house-box > .name {
  font-size: 22px;
  color: #252525;
  padding-bottom: 13px;
  border-bottom: 1px solid #eee;
  position: relative;
  margin: 0;
}
.content-list .box .house-detail .house-box > .name span {
  font-size: 12px;
  color: #999999;
  margin-left: 5px;
  vertical-align: bottom;
}
.content-list .box .house-detail .house-box > .name span.area {
  font-size: 22px;
  color: #252525;
}
.content-list .box .house-detail .house-box > .name span.price {
  font-size: 16px;
  color: #ff133f;
}
.content-list .box .house-detail .house-box > .name a {
  font-size: 12px;
  color: #999999;
  position: absolute;
  right: 0;
  bottom: 13px;
}
.content-list .box .house-detail .house-data {
  cursor: pointer;
  display: none;
}
.content-list .box .house-detail .house-data ul {
  padding-top: 20px;
  clear: both;
  overflow-y: hidden;
  color: #999999;
  position: relative;
  z-index: 2;
}
.content-list .box .house-detail .house-data ul .left {
  float: left;
  text-align: left;
}
.content-list .box .house-detail .house-data ul .right {
  float: right;
  text-align: right;
}
.content-list .box .house-detail .house-data ul b {
  color: #252525;
}
.content-list .box .house-detail .house-data > i {
  background: url("../images/common_sprite.png") no-repeat -200px 0;
  width: 36px;
  height: 62px;
  position: absolute;
  left: 50%;
  margin-left: -18px;
  top: 74px;
  z-index: 1;
}
.content-list .box .house-detail .house-area {
  display: none;
  /**/
}
.content-list .box .house-detail .house-area p {
  margin-top: 25px;
  margin-bottom: 7px;
  color: #252525;
}
.content-list .box .house-detail .house-area ul.area-feature-list {
  clear: both;
  overflow: hidden;
  width: 323px;
}
.content-list .box .house-detail .house-area ul.area-feature-list li {
  float: left;
  display: inline;
  margin-right: 15px;
  padding: 3px 10px;
  background: #f8f9fa;
  color: #999999;
  border-radius: 20px;
  margin-bottom: 8px;
}
.content-list .box .house-detail .house-area ul.area-feature-list li a {
  color: #999999;
}
.content-list .box .house-detail .enroll {
  background: #f8f9fa;
  padding: 25px 0;
  text-align: center;
  margin-bottom: 30px;
}
.content-list .box .house-detail .enroll .e-title {
  font-size: 20px;
}
.content-list .box .house-detail .enroll .e-subtitle {
  font-size: 14px;
}
.content-list .box .house-detail .enroll p {
  font-size: 18px;
  color: #252525;
}
.content-list .box .house-detail .enroll p.phone {
  color: #999999;
  font-size: 14px;
  mask-type: 10px;
  padding-top: 10px;
}
.content-list .box .house-detail .enroll p.phone span {
  color: #252525;
}
.content-list .box .house-detail .enroll p.phone span b {
  font-weight: normal;
}
.content-list .box .house-detail .enroll .input {
  width: 260px;
  margin: 20px auto 15px;
}
.content-list .box .house-detail .enroll .input .in {
  width: 100%;
  height: 36px;
  background: #ffffff;
  border-radius: 20px;
  color: #999999;
  border: 1px solid #ffffff;
  text-align: center;
}
.content-list .box .house-detail .enroll .input .in.error {
  border-color: #ff133f;
}
.content-list .box .house-detail .enroll .btn {
  width: 260px;
  height: 36px;
  line-height: 36px;
  margin: 0 auto;
  border-radius: 20px;
  background: linear-gradient(111deg, #ff5757 0%, #ff133f 100%);
  box-shadow: 0 0 17px rgba(255, 19, 63, 0.2);
}
.content-list .box .house-detail .enroll .btn a {
  color: #ffffff;
  display: block;
}
.content-list .box .house-detail .wx-xcx {
  text-align: center;
  margin-bottom: 30px;
}
.content-list .box .house-detail .wx-xcx img {
  width: 180px;
  height: 180px;
  margin: 0 auto 10px;
  display: block;
}
.content-list .box .house-detail .wx-xcx span.ml20 {
  margin-left: 20px;
}
.content-list .box .house-detail .wx-xcx span.red {
  color: #f00;
}
.content-list .box .house-detail .house-sale-top10,
.content-list .box .house-detail .house-search-top10,
.content-list .box .house-detail .house-bianji {
  padding: 15px 30px;
}
.content-list .box .house-detail .house-sale-top10 > .name,
.content-list .box .house-detail .house-search-top10 > .name,
.content-list .box .house-detail .house-bianji > .name {
  font-size: 18px;
  border-bottom: 0;
  padding-top: 10px;
}
.content-list .box .house-detail .house-sale-top10 ul li,
.content-list .box .house-detail .house-search-top10 ul li,
.content-list .box .house-detail .house-bianji ul li {
  position: relative;
  margin-bottom: 18px;
}
.content-list .box .house-detail .house-sale-top10 ul li a,
.content-list .box .house-detail .house-search-top10 ul li a,
.content-list .box .house-detail .house-bianji ul li a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.content-list .box .house-detail .house-sale-top10 ul li a.vipred p.name,
.content-list .box .house-detail .house-search-top10 ul li a.vipred p.name,
.content-list .box .house-detail .house-bianji ul li a.vipred p.name {
  font-weight: bold;
  font-size: 18px;
  color: #ff133f;
}
.content-list .box .house-detail .house-sale-top10 ul li a.vipred .price,
.content-list .box .house-detail .house-search-top10 ul li a.vipred .price,
.content-list .box .house-detail .house-bianji ul li a.vipred .price {
  color: #ff133f;
}
.content-list .box .house-detail .house-sale-top10 ul li a.vipred .num,
.content-list .box .house-detail .house-search-top10 ul li a.vipred .num,
.content-list .box .house-detail .house-bianji ul li a.vipred .num {
  color: #ff133f;
}
.content-list .box .house-detail .house-sale-top10 ul li a img,
.content-list .box .house-detail .house-search-top10 ul li a img,
.content-list .box .house-detail .house-bianji ul li a img {
  display: none;
}
.content-list .box .house-detail .house-sale-top10 ul li a .name,
.content-list .box .house-detail .house-search-top10 ul li a .name,
.content-list .box .house-detail .house-bianji ul li a .name,
.content-list .box .house-detail .house-sale-top10 ul li a .price,
.content-list .box .house-detail .house-search-top10 ul li a .price,
.content-list .box .house-detail .house-bianji ul li a .price {
  display: inline-block;
  vertical-align: middle;
}
.content-list .box .house-detail .house-sale-top10 ul li a .name,
.content-list .box .house-detail .house-search-top10 ul li a .name,
.content-list .box .house-detail .house-bianji ul li a .name {
  width: 115px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #252525;
}
.content-list .box .house-detail .house-sale-top10 ul li a .price,
.content-list .box .house-detail .house-search-top10 ul li a .price,
.content-list .box .house-detail .house-bianji ul li a .price {
  color: #999999;
  max-width: 95px;
  overflow: hidden;
  white-space: nowrap;
}
.content-list .box .house-detail .house-sale-top10 ul li a .num,
.content-list .box .house-detail .house-search-top10 ul li a .num,
.content-list .box .house-detail .house-bianji ul li a .num {
  position: absolute;
  right: 0;
  top: 2px;
  color: #252525;
  max-width: 40px;
  overflow: hidden;
  white-space: nowrap;
}
.content-list .box .house-detail .house-sale-top10 ul li a .local,
.content-list .box .house-detail .house-search-top10 ul li a .local,
.content-list .box .house-detail .house-bianji ul li a .local {
  display: none;
}
.content-list .box .house-detail .house-sale-top10 ul li a .vip-icon,
.content-list .box .house-detail .house-search-top10 ul li a .vip-icon,
.content-list .box .house-detail .house-bianji ul li a .vip-icon {
  position: absolute;
  right: 17px;
  bottom: 15px;
  width: 29px;
  height: 18px;
  background: url(../images/vip.png) no-repeat;
  display: none;
}
.content-list .box .house-detail .house-sale-top10 ul li > span,
.content-list .box .house-detail .house-search-top10 ul li > span,
.content-list .box .house-detail .house-bianji ul li > span {
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 12px;
  text-align: center;
  border-radius: 3px;
  background: #eee;
  color: #252525;
  vertical-align: middle;
}
.content-list .box .house-detail .house-sale-top10 ul li > span.num1,
.content-list .box .house-detail .house-search-top10 ul li > span.num1,
.content-list .box .house-detail .house-bianji ul li > span.num1,
.content-list .box .house-detail .house-sale-top10 ul li > span.num2,
.content-list .box .house-detail .house-search-top10 ul li > span.num2,
.content-list .box .house-detail .house-bianji ul li > span.num2,
.content-list .box .house-detail .house-sale-top10 ul li > span.num3,
.content-list .box .house-detail .house-search-top10 ul li > span.num3,
.content-list .box .house-detail .house-bianji ul li > span.num3 {
  background: #ff133f;
  color: #ffffff;
}
.content-list .box .house-detail .house-sale-top10 ul li:hover a,
.content-list .box .house-detail .house-search-top10 ul li:hover a,
.content-list .box .house-detail .house-bianji ul li:hover a {
  display: inline-block;
  background: #f4f6f7;
  width: 130px;
  position: relative;
  height: 82px;
  padding-left: 128px;
}
.content-list .box .house-detail .house-sale-top10 ul li:hover a.vipred .name,
.content-list .box .house-detail .house-search-top10 ul li:hover a.vipred .name,
.content-list .box .house-detail .house-bianji ul li:hover a.vipred .name {
  color: #252525;
  font-size: 14px;
}
.content-list .box .house-detail .house-sale-top10 ul li:hover a.vipred .price,
.content-list .box .house-detail .house-search-top10 ul li:hover a.vipred .price,
.content-list .box .house-detail .house-bianji ul li:hover a.vipred .price {
  color: #999;
}
.content-list .box .house-detail .house-sale-top10 ul li:hover a img,
.content-list .box .house-detail .house-search-top10 ul li:hover a img,
.content-list .box .house-detail .house-bianji ul li:hover a img {
  display: block;
  width: 110px;
  height: 82px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3px;
}
.content-list .box .house-detail .house-sale-top10 ul li:hover a .name,
.content-list .box .house-detail .house-search-top10 ul li:hover a .name,
.content-list .box .house-detail .house-bianji ul li:hover a .name {
  padding-top: 5px;
  font-weight: bold;
  color: #252525;
  width: 120px;
  margin-bottom: 2px;
}
.content-list .box .house-detail .house-sale-top10 ul li:hover a .price,
.content-list .box .house-detail .house-search-top10 ul li:hover a .price,
.content-list .box .house-detail .house-bianji ul li:hover a .price {
  overflow: visible;
}
.content-list .box .house-detail .house-sale-top10 ul li:hover a .num,
.content-list .box .house-detail .house-search-top10 ul li:hover a .num,
.content-list .box .house-detail .house-bianji ul li:hover a .num {
  left: 128px;
  bottom: 5px;
  color: #ff133f;
  font-weight: bold;
  right: auto;
  top: auto;
  overflow: visible;
}
.content-list .box .house-detail .house-sale-top10 ul li:hover a .local,
.content-list .box .house-detail .house-search-top10 ul li:hover a .local,
.content-list .box .house-detail .house-bianji ul li:hover a .local {
  position: absolute;
  right: 17px;
  bottom: 15px;
  display: block;
  color: #999999;
}
.content-list .box .house-detail .house-sale-top10 ul li:hover a .vip-icon,
.content-list .box .house-detail .house-search-top10 ul li:hover a .vip-icon,
.content-list .box .house-detail .house-bianji ul li:hover a .vip-icon {
  display: block;
}
.content-list .box .house-detail .house-bianji li .name:hover {
  color: #ff133f;
}
.content-list .box .house-detail .house-bianji ul li a {
  display: inline-block;
  background: #f4f6f7;
  /*width: 130px;*/
  width: 155px;
  position: relative;
  height: 82px;
  padding-left: 128px;
  margin-left: 0;
}
.content-list .box .house-detail .house-bianji ul li a.vipred p.name {
  font-size: 14px;
  color: #252525;
}
.content-list .box .house-detail .house-bianji ul li a.vipred .price {
  color: #999;
}
.content-list .box .house-detail .house-bianji ul li a img {
  display: block;
  width: 110px;
  height: 82px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3px;
}
.content-list .box .house-detail .house-bianji ul li a .name {
  padding-top: 5px;
  font-weight: bold;
  color: #252525;
  /*width: 120px;*/
  width: 145px;
  margin-bottom: 2px;
}
.content-list .box .house-detail .house-bianji ul li a .price {
  overflow: visible;
}
.content-list .box .house-detail .house-bianji ul li a .num {
  left: 128px;
  bottom: 5px;
  color: #ff133f;
  font-weight: bold;
  right: auto;
  top: auto;
  overflow: visible;
}
.content-list .box .house-detail .house-bianji ul li a .local {
  position: absolute;
  right: 17px;
  bottom: 15px;
  display: block;
  color: #999999;
}
.content-list .box .house-detail .house-bianji ul li a .vip-icon {
  position: absolute;
  right: 17px;
  bottom: 15px;
  width: 29px;
  height: 18px;
  background: url(../images/vip.png) no-repeat;
  display: block;
}
.content-list .box .house-detail .house-bianji ul li > span {
  display: none;
}
.content-list .box .house-detail .house-bianji ul li:hover a {
  width: 155px;
  height: 82px;
}
.content-list .box .house-detail .house-open {
  background: #f8f9fa;
  padding: 25px 30px;
  padding-bottom: 0;
  margin-bottom: 30px;
}
.content-list .box .house-detail .house-open .name {
  font-size: 18px;
  color: #252525;
}
.content-list .box .house-detail .house-open ul {
  margin: 15px 10px 1px 10px;
}
.content-list .box .house-detail .house-open li {
  padding-left: 13px;
  padding-right: 20px;
  padding-bottom: 35px;
  border-left: 1px solid #fac6d1;
}
.content-list .box .house-detail .house-open li.last {
  border-left: 1px solid #f8f9fa;
}
.content-list .box .house-detail .house-open li .time {
  position: relative;
  color: #999999;
  margin-bottom: 8px;
  line-height: 1;
}
.content-list .box .house-detail .house-open li .time i {
  background: none;
  position: absolute;
  left: -20px;
  background: #ff133f;
  top: 0;
  width: 6px;
  height: 6px;
  border: 3px solid #fac6d1;
  border-radius: 50%;
}
.content-list .box .house-detail .house-open li .loupan {
  line-height: 1.5;
}
.content-list .box .house-detail .house-open li .loupan a {
  color: #252525;
  display: block;
  position: relative;
}
.content-list .box .house-detail .house-open li .loupan a span {
  position: absolute;
  right: 0;
  top: 0;
  color: #999999;
}
.content-list .box .house-detail .house-open li .loupan a:hover {
  color: #ff133f;
}
.content-list .box .house-detail .house-open li .loupan a:hover span {
  color: #ff133f;
}
.content-list .box .house-detail .house-hot {
  margin-bottom: 30px;
}
.content-list .box .house-detail .house-hot .name {
  padding: 0 30px 15px 30px;
  font-size: 18px;
  color: #252525;
}
.content-list .box .house-detail .house-hot .ad {
  position: relative;
  display: block;
}
.content-list .box .house-detail .house-hot .ad img {
  display: block;
  height: 168px;
  width: 100%;
}
.content-list .box .house-detail .house-hot .ad p {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 34px;
  line-height: 34px;
  background: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-weight: bold;
}
.no-data {
  padding: 35px 0;
  display: none;
}
.no-data > i {
  background: url("../images/nodata_list.png") no-repeat;
  display: block;
  width: 158px;
  height: 113px;
  margin: 0 auto;
}
.no-data p {
  color: #999999;
  text-align: center;
}
.no-data p span {
  color: #ff133f;
}
.no-price {
  background: #f8f9fa;
  padding: 10px 15px;
  color: #999999;
  display: none;
}
.no-price span {
  color: #252525;
}
.selectItem {
  background: #ffffff;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #eee;
  border-radius: 2px;
  color: #333333;
  padding: 0 68px 0 10px;
  line-height: 30px;
  position: relative;
  cursor: pointer;
}
.selectItem > i {
  background: url("../images/common_sprite.png") no-repeat -150px 0;
  width: 11px;
  height: 6px;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -3px;
}
.selectItem .selectList {
  display: none;
  position: absolute;
  left: -1px;
  top: 31px;
  width: 100%;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  font-size: 12px;
  padding: 5px 0;
  background: #ffffff;
}
.selectItem .selectList li {
  padding: 0 10px;
  line-height: 21px;
  position: relative;
}
.checkbox {
  width: 14px;
  height: 14px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.checkbox label {
  position: relative;
  z-index: 1;
  width: 12px;
  height: 12px;
  display: block;
  border: 1px solid #eee;
}
.checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  margin: 0;
  cursor: pointer;
}
.checkbox input:checked + label {
  background: url("../images/common_sprite.png") -90px -147px;
}
.checkbox input:disabled {
  cursor: not-allowed;
}
.checkbox input:disabled + label {
  cursor: not-allowed;
}
.list-ad {
  background: url('../images/list_ad.png') no-repeat;
  width: 100%;
  height: 170px;
  position: relative;
  display: none;
}
.list-ad .phone {
  position: absolute;
  width: 258px;
  height: 32px;
  /*border: 1px solid @white;*/
  background: none;
  right: 90px;
  top: 90px;
  color: #89755b;
  text-align: center;
  border-radius: 3px;
}
.list-ad .phone.error {
  border-color: #ff133f;
}
.list-ad .btn {
  position: absolute;
  width: 35px;
  height: 35px;
  background: none;
  border: 0;
  right: 49px;
  top: 91px;
  cursor: pointer;
}
.list-ad p {
  position: absolute;
  width: 260px;
  right: 91px;
  top: 137px;
  color: #4d4134;
  text-align: center;
}
.bread-left .city.city-name,
.city-name {
  display: none;
}
.tuijian-content {
  background: #ffffff;
  display: none;
}
.tuijian-content .btn {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.tuijian-content .swiper-button-prev,
.tuijian-content .swiper-button-next {
  background: url('../images/tuijian_arrow_l.png') no-repeat;
  width: 14px;
  height: 42px;
  left: 92px;
  top: 100px;
}
.tuijian-content .swiper-button-next {
  background: url('../images/tuijian_arrow_r.png') no-repeat;
  left: auto;
  right: 317px;
}
.tuijian-content .tuijian {
  width: 1200px;
  margin: 0 auto;
  background: url('../images/tuijian_bg.png') no-repeat;
  height: 218px;
  overflow: hidden;
  position: relative;
  clear: both;
}
.tuijian-content .tuijian > .tab {
  background: url('../images/tuijian_tab.png') no-repeat;
  width: 20px;
  height: 118px;
  padding-left: 13px;
  padding-right: 3px;
  padding-top: 8px;
  font-weight: bold;
  position: absolute;
  left: 25px;
  top: 40px;
}
.tuijian-content .tuijian > .tab.new {
  left: auto;
  right: 233px;
  padding-top: 16px;
  height: 110px;
}
.tuijian-content .tuijian .swiper-container {
  margin-left: 122px;
  width: 710px;
  float: left;
  padding-top: 25px;
  padding-left: 10px;
}
.tuijian-content .tuijian .swiper-container .swiper-slide {
  width: 210px;
  /*margin-right: 40px;*/
}
.tuijian-content .tuijian .swiper-container img {
  width: 210px;
  height: 140px;
  display: block;
}
.tuijian-content .tuijian .swiper-container a {
  color: #333333;
  position: relative;
}
.tuijian-content .tuijian .swiper-container a > .tab {
  position: absolute;
  background: #333333;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 20px;
  left: -10px;
  top: 10px;
  line-height: 1;
  z-index: 2;
  white-space: nowrap;
}
.tuijian-content .tuijian .swiper-container a > p {
  font-weight: bold;
  margin-top: 7px;
  position: relative;
}
.tuijian-content .tuijian .swiper-container a > p span {
  font-weight: normal;
  position: absolute;
  right: 0;
  top: 0;
  color: #666666;
}
.tuijian-content .tuijian .house {
  float: right;
  width: 212px;
  padding-top: 18px;
}
.tuijian-content .tuijian .house li {
  padding: 10px 0;
  margin-right: 35px;
  border-bottom: 1px solid #eee;
}
.tuijian-content .tuijian .house li a {
  color: #333333;
}
.tuijian-content .tuijian .house li:last-child {
  border-bottom: 0;
}
.tuijian-content .tuijian .house .title {
  font-weight: bold;
  position: relative;
  color: #333333;
}
.tuijian-content .tuijian .house .title span {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: normal;
  color: #666666;
}
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;
}
/* 看房团、直通车报名弹框 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;
}
.content-list .box .house-detail .house-area ul.area-hot-list {
  width: 100%;
  margin-top: 20px;
  width: 320px;
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
}
.content-list .box .house-detail .house-area ul.area-hot-list li {
  float: left;
  width: 140px;
  margin-right: 20px;
  margin-bottom: 10px;
  position: relative;
  font-size: 12px;
  padding: 0;
}
.content-list .box .house-detail .house-area ul.area-hot-list li:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.content-list .box .house-detail .house-area ul.area-hot-list li .img {
  overflow: hidden;
}
.content-list .box .house-detail .house-area ul.area-hot-list li img {
  width: 100%;
  height: 88px;
  border-radius: 5px;
}
.content-list .box .house-detail .house-area ul.area-hot-list li img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.content-list .box .house-detail .house-area ul.area-hot-list li p {
  text-indent: 10px;
  padding-top: 5px;
  margin-top: 0;
}
.content-list .box .house-detail .house-area ul.area-hot-list li p .vip-icon {
  position: relative;
  right: 0;
  top: 4px;
  width: 29px;
  height: 18px;
  background: url(../images/vip.png) no-repeat;
  display: inline-block;
  margin-left: 5px;
}
.content-list .box .house-detail .house-area ul.area-hot-list li .mask {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 88px;
  color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.content-list .box .house-detail .house-area ul.area-hot-list li .mask .bg {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  border-radius: 5px;
}
.content-list .box .house-detail .house-area ul.area-hot-list li .mask p {
  position: relative;
  z-index: 2;
  color: #FFF;
}
.content-list .box .house-detail .house-area ul.area-hot-list li .mask .local {
  padding-top: 65px;
}
.content-list .box .house-detail .house-area ul.area-hot-list li .mask .local {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 50%;
}
.content-list .box .house-detail .house-area ul.area-hot-list li .mask .price {
  position: absolute;
  right: 10px;
  bottom: 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;
}
.xieyi {
  margin: 10px auto 10px;
}
/* 看房团、直通车报名弹框 end*/
.selected [type=radio] {
  background-image: url(../images/common_sprite.png);
  background-position: -90px -147px;
  background-origin: center center;
}
[type=radio] {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  border: 1px solid #ddd;
  cursor: pointer;
  display: inline-block;
}
.rightNav-box .question {
  display: none;
}
.rightNav-box .collect {
  /*margin-top: 138px;*/
}
.rightNav-box .feedback {
  /*display: none;*/
}
.feedback-btn {
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  height: 0;
  overflow: hidden;
  display: block;
}
.clearfix:after {
  visibility: hidden;
  content: ".";
}
.clearfix {
  *zoom: 1;
  overflow: visible;
}
.rightNav-box {
  height: 505px;
}
.ntes_foot_link {
  margin-bottom: 0;
  padding-bottom: 24px;
}
.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;
}
.house-bianji,
.house-search-top10 {
  display: none;
}
