html,
body {
  font-size: 12px;
  font-family: "Hiragino Sans GB", "微软雅黑", "Microsoft YaHei", SimHei, Tahoma, "宋体b8b体", SimSun, sans-serif;
  color: #333;
  background: #fff;
}
a {
  text-decoration: none;
  cursor: pointer;
}
p {
  margin: 0;
  padding: 0;
}
img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
button {
  border: 0;
  outline: none;
  cursor: pointer;
}
input,
select,
textarea {
  outline: none;
  border: none;
  background: none;
}
.top {
  width: 100%;
  height: 50px;
  line-height: 50px;
}
.clearfix {
  zoom: 1;
  clear: both;
  margin: 0 auto;
  overflow: hidden;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-f {
  color: #fff;
}
.text-3 {
  color: #333;
}
.text-6 {
  color: #666;
}
.text-7 {
  color: #777;
}
.text-9 {
  color: #999;
}
.text-c {
  color: #ccc;
}
.text-blue {
  color: #15b9ff;
}
.text-b7 {
  color: #b7b7b7;
}
.text-pink {
  color: #ff6d6f;
}
.text-orange {
  color: #ff5200;
}
.bg-blue {
  background-color: #15b9ff;
}
.bg-orange {
  background-color: #ff5200;
}
.bg-f4 {
  background-color: #f4f4f4;
}
.bg-f {
  background-color: #fff;
}
.border-b {
  border-bottom: 1px solid #f4f4f4;
}
.ftn12 {
  font-size: 12px!important;
}
.ftn14 {
  font-size: 14px!important;
}
.ftn16 {
  font-size: 16px!important;
}
.ftn18 {
  font-size: 18px!important;
}
.ftn20 {
  font-size: 20px!important;
}
.ftn22 {
  font-size: 22px!important;
}
.ftn24 {
  font-size: 24px!important;
}
.ftn28 {
  font-size: 28px!important;
}
.ftn30 {
  font-size: 30px!important;
}
.font-weight {
  font-weight: bold;
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-cloumn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-5 {
  padding: 5px;
}
.p-10 {
  padding: 10px;
}
.p-15 {
  padding: 15px;
}
.p-20 {
  padding: 20px;
}
.p-l-5 {
  padding-left: 5px;
}
.p-l-10 {
  padding-left: 10px;
}
.p-l-20 {
  padding-left: 20px;
}
.p-r-5 {
  padding-right: 5px;
}
.m-5 {
  margin: 5px;
}
.m-10 {
  margin: 10px;
}
.m-15 {
  margin: 15px;
}
.m-20 {
  margin: 20px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-l-10 {
  margin-left: 10px;
}
.m-l-20 {
  margin-left: 20px;
}
.m-r-20 {
  margin-right: 20px;
}
.m-r-10 {
  margin-right: 10px;
}
.m-r-5 {
  margin-right: 5px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.padded-t-20 {
  padding-top: 20px;
}
.padded-b-20 {
  padding-bottom: 20px;
}
.p-t-10 {
  padding-top: 10px;
}
.p-b-5 {
  padding-bottom: 10px;
}
.p-b-10 {
  padding-bottom: 10px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fix-width {
  position: relative;
  min-height: 100%;
  min-width: 1200px;
}
.row {
  max-width: 1200px;
  margin: 0 auto;
}
.row-discount {
  position: relative;
}
.w-870 {
  width: 870px;
}
.swiper-slide:after {
  content: '' !important;
}
.box {
  padding: 20px 0;
}
.box h2 {
  padding-bottom: 20px;
}
.right-box {
  position: fixed;
  bottom: 300px;
  z-index: 101;
  height: 341px;
}
.right-box .right-box-cont {
  border-top: 6px solid #15b9ff;
  width: 64px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 7px 1px rgba(187, 186, 186, 0.34);
  box-shadow: 0px 0px 7px 1px rgba(187, 186, 186, 0.34);
  border-radius: 6px;
}
.right-box .right-box-cont div.item {
  width: 100%;
  height: 64px;
  margin: 0 auto;
  position: relative;
}
.right-box .right-box-cont div.item:hover {
  cursor: pointer;
  color: #15b9ff;
}
.right-box .right-box-cont div.item:after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #eee;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -20px;
}
.right-box .right-box-cont div.item .un_ewm {
  position: absolute;
  left: -150px;
  bottom: 0px;
  width: 140px;
  height: 177px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 7px 1px rgba(187, 186, 186, 0.34);
  box-shadow: 0px 0px 7px 1px rgba(187, 186, 186, 0.34);
  border-radius: 6px;
  z-index: 25;
}
.right-box .right-box-cont div.item .un_ewm .un_ewm_img {
  width: 114px;
  height: 114px;
  margin: 0 auto;
  margin-top: 20px;
}
.xf-top .xf-top-t {
  color: #777;
  padding: 10px 0;
}
.xf-top .xf-top-m {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.xf-top .xf-top-m .xf-top-m-lt .xf-top-m-lt-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.xf-top .xf-top-m .xf-top-m-lt .xf-top-m-lt-top .tag {
  padding: 0 8px;
  height: 20px;
  line-height: 20px;
  border-radius: 2px;
  margin-left: 8px;
}
.xf-navbar {
  height: 40px;
  background-color: #f4f4f4;
}
.xf-navbar .xf-navbar-main {
  line-height: 40px;
  padding: 0 20px;
}
.xf-navbar .xf-navbar-main ul li {
  position: relative;
  margin-right: 30px;
  height: 40px;
  font-size: 16px;
  color: #333;
  line-height: 40px;
  cursor: pointer;
}
.xf-navbar .xf-navbar-main ul li:hover {
  cursor: pointer;
  font-weight: bold;
}
.xf-navbar .xf-navbar-main ul li:hover i {
  display: block;
}
.xf-navbar .xf-navbar-main ul li i {
  position: absolute;
  display: none;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #333;
  border-radius: 3px;
}
.xf-navbar .xf-navbar-main ul li.active {
  font-weight: bold;
}
.xf-navbar .xf-navbar-main ul li.active i {
  display: block;
}
.position-nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #f4f4f4;
  z-index: 20;
  -webkit-animation: showNav 0.5s linear;
  animation: showNav 0.5s linear;
}
.position-nav-hide {
  height: 40px;
}
@-webkit-keyframes showNav {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showNav {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.xf-lpyh .title {
  position: relative;
}
.xf-lpyh .title .tips {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 548px;
  height: 68px;
  padding: 14px;
  border-radius: 4px;
  background: rgba(119, 119, 119, 0.96);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
.xf-lpyh .xf-lpyh-main {
  padding: 0 20px;
  margin-bottom: 20px;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  overflow: hidden;
}
.xf-lpyh .xf-lpyh-main .pic {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.xf-lpyh .xf-lpyh-main .pic img {
  width: 120px;
  height: 72px;
}
.xf-lpyh .xf-lpyh-main .mm {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}
.xf-lpyh .xf-lpyh-main .rt {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  border-left: 1px solid #f4f4f4;
  padding-left: 20px;
}
.xf-lpyh .xf-lpyh-main .rt a.btn {
  height: 30px;
  line-height: 30px;
  margin-left: 30px;
  padding: 0 20px;
  border-radius: 4px;
}
.xf-lpyh .xf-lpyh-main .rt a.btn:hover {
  background: #FF8C00;
}
.xf-hxfx .xf-hxfx-main .list {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f4f4f4;
}
.xf-hxfx .xf-hxfx-main .list .pic img {
  width: 200px;
  height: 140px;
}
.xf-hxfx .xf-hxfx-main .list .mm {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}
.xf-hxfx .xf-hxfx-main .list .mm .name {
  font-weight: bold;
  line-height: normal;
  height: auto!important;
}
.xf-hxfx .xf-hxfx-main .list .mm .tag {
  padding: 0 8px;
  font-size: 12px;
  border-radius: 2px;
  height: 20px;
  line-height: 20px;
  margin-left: 8px;
}
.xf-hxfx .xf-hxfx-main .list .rt .btn {
  border: 1px solid #ff5200;
  border-radius: 4px;
  height: 30px;
  line-height: 28px;
  padding: 0 20px;
  display: block;
}
.xf-hxfx .xf-hxfx-main .list:last-child {
  border-bottom: 0!important;
}
.xf-hxfx .xf-hxfx-main .check-all {
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  border: 1px solid #eaeaea;
  display: block;
  width: 100%;
}
.xf-hxfx .xf-hxfx-main .check-all:hover {
  text-decoration: none;
  background: #f4f4f4;
}
.xf-hxfx .zhekou_btn {
  height: 42px;
  line-height: 42px;
  border-radius: 4px;
  padding: 0 20px;
}
.xf-hxfx .zhekou_btn:hover {
  cursor: pointer;
}
.xf-tjf .discount-item {
  width: 410px;
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 8px;
  margin-right: 5px;
  margin-left: 0;
}
.xf-tjf .discount-item .item-left {
  background: #f7ebd1;
  padding: 5px;
  width: 215px;
  border-radius: 10px;
}
.xf-tjf .discount-item .item-left .item-left-top {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px dashed #999;
}
.xf-tjf .discount-item .item-left .item-left-top .item-left-top-building {
  width: 30px;
  height: 30px;
}
.xf-tjf .discount-item .item-left .item-left-bottom .discount-price {
  background: #f1cc65;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #e1280a;
  font-size: 12px;
  border-radius: 4px;
  margin-left: 5px;
  padding: 0 8px;
}
.xf-tjf .discount-item .item-center {
  width: 80px;
  height: 80px;
  background: url(../image/discount_bg.png) 50% no-repeat;
  background-size: 100%;
  border-radius: 50%;
  margin-left: 5px;
}
.xf-tjf .discount-item .item-right .price-click {
  width: 75px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  background: #ff6c16;
  -webkit-box-shadow: 0 20px 20px -20px #5e5e5e;
  box-shadow: 0 20px 20px -20px #5e5e5e;
}
.xf-tjf .discount-item .item-right .price-click a {
  color: #fff;
  font-size: 13px;
}
.xf-zjdp .dp-item {
  margin-bottom: 25px;
}
.xf-zjdp .dp-item:last-child {
  margin-bottom: 0;
}
.xf-zjdp .dp-item .zuo {
  width: 100px;
}
.xf-zjdp .dp-item .zuo .headPhoto {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
.xf-zjdp .dp-item .zuo .headPhoto a {
  display: block;
  height: 80px;
  position: relative;
  text-align: center;
}
.xf-zjdp .dp-item .zuo .headPhoto a img {
  display: inline-block;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.xf-zjdp .dp-item .zuo .headPhoto a .bastJiaDianPin {
  border: none;
  outline: none;
  min-width: 90px;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  font-size: 12px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 4px 8px;
}
.xf-zjdp .dp-item .zuo .headPhoto a .bastJiaDianPin .yuanDotXing {
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  margin-right: 5px;
  display: block;
}
.xf-zjdp .dp-item .zuo .headPhoto a .bastJiaDianPin .yuanDotXing span {
  display: inline-block;
}
.xf-zjdp .dp-item .zuo .ziXun {
  width: 70%;
  height: 24px;
  margin: 0 auto;
  line-height: 24px;
  border: 1px solid #15b9ff;
  color: #15b9ff;
  text-align: center;
  font-size: 12px;
  border-radius: 2px;
  cursor: pointer;
}
.xf-zjdp .dp-item .you {
  padding-left: 15px;
  width: 755px;
}
.xf-zjdp .dp-item .you .user {
  width: 740px;
  display: table-cell;
  vertical-align: bottom;
}
.xf-zjdp .dp-item .you .user .userTab > span {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  color: #15b9ff;
  background: #f4f6f9;
  margin-right: 7px;
}
.xf-zjdp .dp-item .you .user .userTab > span.different {
  background: #fff1ec;
  color: #ff5200;
}
.xf-zjdp .dp-item .you .user .likenum {
  font-size: 12px;
  color: #ff5200;
  float: right;
  cursor: pointer;
  position: relative;
  top: 3px;
  right: 0;
}
.xf-zjdp .dp-item .you .user .likenum .praise {
  width: 100%;
  height: 20px;
  margin-top: 0px;
  padding-top: 6px;
  padding-left: 5px;
}
.xf-zjdp .dp-item .you .userContent {
  margin-top: 10px;
  font-size: 14px;
  color: #232323;
  line-height: 27px;
}
.xf-zjdp .dp-item .you .userContent .sameClanOne .leiXING {
  display: inline-block;
  background: #D7E8FE;
  border-radius: 3px;
  padding: 0px 11px 0;
  color: #15b9ff;
  line-height: 22px;
}
.xf-zjdp .dp-item .you .control {
  width: 100%;
  margin-top: 5px;
  cursor: pointer;
}
.xf-zjdp .dp-item .you .control span {
  font-size: 14px;
  color: #999;
}
.xf-lq .look_type {
  position: relative;
  margin: auto;
  width: 1200px;
  margin-top: 28px;
  margin-bottom: 40px;
}
.xf-lq .look_type img {
  width: 1200px;
  height: 100px;
  border-radius: 10px;
}
.xf-lq .look_type input {
  position: absolute;
  outline: none;
}
.xf-lq .look_type input:nth-child(1) {
  right: 42px;
  top: 20px;
  border-radius: 25px;
  font-size: 14px;
  color: #7d7d7d;
  text-indent: 25px;
  z-index: 8;
  width: 428px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #c9c9c9;
  background-color: #fff;
}
.xf-lq .look_type input:nth-child(2) {
  width: 100px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
  top: 25px;
  right: 52px;
  background: #ca3634;
  z-index: 10;
  border: none;
  outline: none;
}
.xf-lpxx .xf-lpxx-main .xx-list {
  width: 50%;
  padding-bottom: 20px;
}
.xf-lpxx .xf-lpxx-bottom {
  padding: 20px 0;
}
.xf-lpxx .xf-lpxx-bottom .title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.xf-lpxx .xf-lpxx-bottom .content {
  -webkit-box-flex: 10;
  -ms-flex: 10;
  flex: 10;
  line-height: 24px;
}
.xf-lpdt .xf-lpdt-main {
  margin-top: 20px;
  padding-left: 15px;
}
.xf-lpdt .xf-lpdt-main .cont-item {
  padding-bottom: 30px;
  border-left: 1px solid #eaeaea;
}
.xf-lpdt .xf-lpdt-main .cont-item:nth-child(1) .tag {
  background: #fd7737;
  background: linear-gradient(227deg, #ff8b39 0, #fa5f35 100%);
}
.xf-lpdt .xf-lpdt-main .cont-item:nth-child(2) .tag {
  background: #eac782;
  background: linear-gradient(-42deg, #f2dba0 0, #e1b466 100%);
}
.xf-lpdt .xf-lpdt-main .cont-item:nth-child(3) .tag {
  background: #0ad487;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #20e594), to(#13cb8d));
  background: linear-gradient(180deg, #20e594 1%, #13cb8d 100%);
}
.xf-lpdt .xf-lpdt-main .cont-item:nth-child(4) .tag {
  background: #47b3e3;
  background: linear-gradient(-48deg, #5dd7ff 0, #47b3e3 100%);
}
.xf-lpdt .xf-lpdt-main .cont-item:last-child {
  border-left: none;
  padding-bottom: 10px;
}
.xf-lpdt .xf-lpdt-main .cont-item .cont-item-cont {
  position: relative;
  top: -8px;
  margin-left: 20px;
  display: block;
}
.xf-lpdt .xf-lpdt-main .cont-item .cont-item-cont .cont-tit {
  margin-bottom: 10px;
}
.xf-lpdt .xf-lpdt-main .cont-item .cont-item-cont .cont-tit i {
  position: absolute;
  left: -24px;
  top: 7px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #eaeaea;
}
.xf-lpdt .xf-lpdt-main .cont-item .cont-item-cont .cont-tit .title .tag {
  height: 20px;
  width: 40px;
  line-height: 20px;
  margin-right: 10px;
  border-radius: 8px 0 8px 0;
}
.xf-lpdt .xf-lpdt-main .cont-item .cont-item-cont .cont-tit .title .txt:hover {
  cursor: pointer;
  color: #15b9ff;
}
.xf-lpdt .xf-lpdt-main .cont-item .cont-item-cont .cont-cont .content p {
  max-height: 52px;
  line-height: 26px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.xf-lpdt .xf-lpdt-main .cont-item .cont-item-cont .cont-cont .content .look {
  padding-top: 10px;
}
.xf-lpdt .xf-lpdt-bt {
  padding: 12px 20px;
  height: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 1px;
}
.xf-lpdt .xf-lpdt-bt .pic {
  width: 120px;
  height: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.xf-lpdt .xf-lpdt-bt .pic img {
  width: 100%;
  height: 100%;
}
.xf-lpdt .xf-lpdt-bt .form input {
  width: 180px;
  height: 30px;
  font-size: 14px;
  color: #333;
  line-height: 28px;
  padding: 0 10px;
  background: #fff;
  border: 1px solid #ccc;
  border-right: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px 0 0 3px;
  overflow: hidden;
}
.xf-lpdt .xf-lpdt-bt .form .btn {
  height: 30px;
  width: 96px;
  text-align: center;
  padding: 0;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  margin: 0;
  border-radius: 0 3px 3px 0;
  background-color: #ff5200;
  cursor: pointer;
}
.xf-lpdt .more-info {
  margin-top: 20px;
}
.xf-lpdt .more-info:hover {
  background: #f9f9f9;
}
.xf-lpdt .more-info a {
  display: block;
  line-height: 40px;
  border-top: 1px solid #eaeaea;
  border: 1px solid #eaeaea;
  border-radius: 4px;
}
.xf-xc h2 {
  margin-right: 20px;
}
.xf-xc .list-cont a {
  color: #333;
  margin-right: 20px;
}
.xf-xc .list-cont a:hover {
  color: #15b9ff;
  border-bottom: 1px solid #15b9ff;
}
.xf-xc .list-cont a.active {
  color: #15b9ff;
  border-bottom: 1px solid #15b9ff;
}
.xf-xc .xf-xc-main {
  padding: 0 28px 0 36px;
  position: relative;
}
.xf-xc .xf-xc-main .swiper-button-prev,
.xf-xc .xf-xc-main .swiper-button-next {
  z-index: 5;
  background: rgba(0, 0, 0, 0.6);
  line-height: 44px;
  outline: none;
}
.xf-xc .xf-xc-main .swiper-button-prev {
  left: 0;
}
.xf-xc .xf-xc-main .swiper-button-next {
  right: 0;
}
.xf-xc .xf-xc-main .xc-list {
  width: 259px!important;
  height: 150px;
  overflow: hidden;
  border-radius: 6px;
  margin-right: 10px;
}
.xf-xc .xf-xc-main .xc-list:hover .xc-cont img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.xf-xc .xf-xc-main .xc-list .xc-cont {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.xf-xc .xf-xc-main .xc-list .xc-cont span {
  font-size: 14px;
  color: #fff;
  padding: 2px 5px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.xf-xc .xf-xc-main .xc-list .xc-cont img {
  width: 100%;
  height: 100%;
}
.xf-yg .xf-yg-main .yg_item {
  height: 38px;
  border: 0px solid #eee;
  margin-bottom: 6px;
}
.xf-yg .xf-yg-main .yg_item .yg_item_input {
  height: 32px;
  border: 1px solid #eee;
  line-height: 32px;
  margin-left: 15px;
  padding-left: 8px;
  width: 200px;
  position: relative;
}
.xf-yg .xf-yg-main .yg_item .yg_item_input select {
  font-size: 14px;
  width: 100%;
  color: #666;
}
.xf-yg .xf-yg-main .yg_item .yg_item_input input {
  font-size: 14px;
  color: #666;
}
.xf-yg .xf-yg-main .yg_item .yg_item_input .yg_danwei {
  position: absolute;
  right: 6px;
  color: #666;
}
.xf-yg .xf-yg-main .yg-btn {
  cursor: pointer;
  width: 100px;
  height: 38px;
  line-height: 38px;
}
.xf-yg .xf-yg-main .yg-rt .yg-res .yg_money {
  padding: 0 6px;
}
.xf-yg .xf-yg-main .yg-rt .yg-res .list i {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin-right: 10px;
}
.d-layer {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}
.xf-other {
  margin: 20px auto;
}
.xf-other .tab {
  border-bottom: 1px solid #EAE9E9;
  padding-bottom: 18px;
}
.xf-other .tab .item {
  padding-right: 30px;
  color: #333;
}
.xf-other .tab .active {
  color: #ff5200;
}
.xf-other .xf-other-main .list-item {
  list-style: none;
  width: 276px;
  float: left;
  margin: 10px 8px;
  overflow: hidden;
  background-color: #f5f7fa;
}
.xf-other .xf-other-main .list-item .content {
  padding: 10px;
}
.xf-other .xf-other-main .list-item .List-TopPhoto {
  width: 256px;
  height: 211px;
  overflow: hidden;
  border: 1px solid #e3e3e3;
  margin-bottom: 10px;
}
.xf-other .xf-other-main .list-item .List-TopPhoto a img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.xf-other .xf-other-main .list-item .List-TopPhoto a img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.xf-layer {
  position: relative;
  width: 500px;
  border-radius: 15px;
  background-color: #fff;
  overflow: hidden;
}
.xf-layer .dialog-close {
  position: absolute;
  top: 20px;
  right: 12px;
  z-index: 1000;
}
.xf-layer .consultant-brand {
  padding: 26px 40px 30px 40px;
  background-color: #48b3e2;
  overflow: hidden;
}
.xf-layer .consultant-brand h3 {
  margin-bottom: 18px;
  font-weight: 400;
}
.xf-layer .consultant-brand .zc img {
  width: 420px;
  height: 100px;
}
.xf-layer .dialog-cons-wrap {
  padding: 30px 50px 36px;
}
.xf-layer .dialog-cons-wrap .con-txt {
  text-align: left;
  font-size: 14px;
  color: #666;
  margin-bottom: 24px;
}
.xf-layer .dialog-cons-wrap .ipt-area {
  overflow: hidden;
}
.xf-layer .dialog-cons-wrap .ipt-area .ipt {
  width: 370px;
  height: 32px;
  padding: 0 14px;
  border: solid 1px #eaeaea;
  color: #777;
  padding: 0 12px;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  background: #fff;
}
.xf-layer .dialog-cons-wrap .ipt-area .error {
  text-align: center;
  color: #ff5200;
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin: 0;
  overflow: hidden;
}
.xf-layer .dialog-cons-wrap .btn3 {
  border: medium none;
  outline: none;
  color: #fff;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  font-size: 14px;
  overflow: hidden;
  width: 250px;
  padding: 0;
  font-weight: 700;
  height: 34px;
  line-height: 34px;
  border-radius: 4px;
  background-color: #48b3e2;
}
.xf-layer .fy-kf,
.xf-layer .gz-kf {
  position: relative;
  background-color: #48b3e2;
  border-radius: 15px;
}
.xf-layer .fy-kf h3,
.xf-layer .gz-kf h3 {
  padding-top: 20px;
  margin-top: 0;
}
.xf-layer .fy-kf .cont,
.xf-layer .gz-kf .cont {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 22px 40px 24px;
}
.xf-layer .fy-kf .dialog-cons-wrap,
.xf-layer .gz-kf .dialog-cons-wrap {
  padding-top: 0;
}
.xf-layer .gz-kf .base-info-upper {
  padding: 20px 40px 18px;
}
.xf-layer .gz-kf .base-info-upper .process-box {
  height: 61px;
}
.xf-layer .gz-kf .base-info-upper .process-box ul {
  margin-top: 59px;
  padding: 0 44px;
}
.xf-layer .gz-kf .base-info-upper .process-box ul .process-li-4 {
  width: 32.5%;
}
.xf-layer .gz-kf .base-info-upper .process-box ul .process-li-4 .info-text-2 {
  background: #caebf4;
  top: -59px;
}
.xf-layer .gz-kf .base-info-upper .process-box ul .process-li-4 .info-text-3 {
  background: #ddf1f7;
}
.xf-layer .gz-kf .base-info-upper .process-box ul .process-li-4 .info-text-4 {
  background: #fff;
  top: -59px;
}
.xf-layer .gz-kf .base-info-upper .process-box ul li {
  position: relative;
  float: left;
  width: 32.5%;
}
.xf-layer .gz-kf .base-info-upper .process-box ul li:first-child {
  width: auto;
}
.xf-layer .gz-kf .base-info-upper .process-box ul li:first-child .info-text {
  left: -49px;
}
.xf-layer .gz-kf .base-info-upper .process-box ul li .triangle-tip {
  position: absolute;
  right: -2px;
  width: 0;
  height: 0;
  border-style: solid;
}
.xf-layer .gz-kf .base-info-upper .process-box ul li .triangle-tip-up {
  top: 10px;
  border-width: 0 6px 6px;
}
.xf-layer .gz-kf .base-info-upper .process-box ul li .triangle-tip-up-1 {
  border-color: transparent transparent #abdeee;
}
.xf-layer .gz-kf .base-info-upper .process-box ul li .triangle-tip-down {
  top: -14px;
  border-width: 6px 6px 0;
}
.xf-layer .gz-kf .base-info-upper .process-box ul li .triangle-tip-down-2 {
  border-color: #caebf4 transparent transparent;
}
.xf-layer .gz-kf .base-info-upper .process-box ul li .triangle-tip-up-3 {
  border-color: transparent transparent #ddf1f7;
}
.xf-layer .gz-kf .base-info-upper .process-box ul li .triangle-tip-down-4 {
  border-color: #fff transparent transparent;
}
.xf-layer .gz-kf .base-info-upper .process-box .info-text {
  position: absolute;
  top: 16px;
  right: -48px;
  width: 105px;
  height: 45px;
  text-align: center;
  color: #2cadd7;
  border-radius: 3px;
}
.xf-layer .gz-kf .base-info-upper .process-box .info-text .info-text-2 {
  background: #caebf4;
  top: -59px;
}
.xf-layer .gz-kf .base-info-upper .process-box .info-text .info-text-2 .text {
  margin-top: 3px;
}
.xf-layer .gz-kf .base-info-upper .process-box .info-text p {
  font-size: 12px;
}
.xf-layer .gz-kf .base-info-upper .process-box .info-text .text {
  font-size: 14px;
  margin-top: 5px;
  font-weight: 600;
}
.xf-layer .gz-kf .base-info-upper .process-box .info-text .time {
  line-height: 1.3;
}
.xf-layer .gz-kf .base-info-upper .process-box .circle {
  float: right;
  width: 8px;
  height: 8px;
  margin-top: -3px;
  border-radius: 50%;
  background-color: #abdeee;
}
.xf-layer .gz-kf .base-info-upper .process-box .line {
  overflow: hidden;
  height: 2px;
  background-color: #abdeee;
}
.xf-layer .gz-kf .base-info-upper .process-box .info-text-1 {
  background: #abdeee;
}
.xf-layer .fy-kf .table-source {
  border-collapse: collapse;
  border-spacing: 0;
  padding-bottom: 20px;
}
.xf-layer .fy-kf .table-source .house-type {
  width: 180px;
  float: none;
}
.xf-layer .fy-kf .table-source .house-status,
.xf-layer .fy-kf .table-source .house-left {
  width: 121px;
}
.xf-layer .fy-kf .table-source td {
  padding: 0;
  margin: 0;
  height: 30px;
  border: 1px solid #abdeee;
  font-size: 14px;
  text-align: center;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.xf-layer .xtzx-kf .top-cont {
  padding: 35px 60px 30px 60px;
  background-color: #48b3e2;
  overflow: hidden;
}
.xf-layer .xtzx-kf .cont {
  padding: 30px 50px 0 50px;
}
.xf-layer .xtzx-kf .cont .pic img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.xf-layer .xtzx-kf .cont .content {
  line-height: 24px;
}
.xf-layer .lq-kf {
  position: relative;
  width: 500px;
  text-align: center;
  height: 300px;
  background: url(../image/red-bg02.png) no-repeat !important;
  background-size: 100% 100%;
}
.xf-layer .lq-kf .dialog-close {
  position: absolute;
  top: 10px;
  right: 30px;
  z-index: 1000;
}
.xf-layer .lq-kf .dialog-bd {
  width: 400px;
  margin: 0 auto;
  padding-top: 41px;
}
.xf-layer .lq-kf .dialog-bd .red-number {
  font-size: 0;
  color: #fffc00;
}
.xf-layer .lq-kf .dialog-bd .red-number p {
  font-size: 18px;
  line-height: 45px;
}
.xf-layer .lq-kf .dialog-bd .red-number span {
  margin-right: 8px;
  display: inline-block;
  width: 30px;
  height: 45px;
  background: #fff;
  color: #e85045;
}
.xf-layer .lq-kf .dialog-bd .red-number span:first-child {
  margin-left: 16px;
}
.xf-layer .lq-kf .dialog-bd .p2 {
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  margin: 25px 0 15px 0;
}
.xf-layer .lq-kf .dialog-bd .ipt {
  width: 370px;
  height: 32px;
  padding: 0 14px;
  border: solid 1px #eaeaea;
  float: left;
  color: #b7b7b7;
  line-height: 32px;
  padding: 0 12px;
  border-radius: 3px;
  background: #fff;
  overflow: hidden;
}
.xf-layer .lq-kf .dialog-bd .error {
  text-align: center;
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin: 0;
  overflow: hidden;
}
.xf-layer .lq-kf .dialog-bd .error-msg {
  color: #fffc00;
}
.xf-layer .lq-kf .dialog-bd .look-house .btn-area button {
  padding: 0;
  border: none;
  width: 70px;
  height: 70px;
  font-size: 16px;
  font-weight: 700;
  background: #fffc00;
  border-radius: 50%;
  color: #e85045;
  cursor: pointer;
  outline: 0;
}
.xf-layer .lq-kf .dialog-bd .look-house .btn-area button:hover {
  background: #fffe94;
}
.xf-layer .group-cont {
  padding: 35px 60px 30px 60px;
  background-color: #48b3e2;
  overflow: hidden;
}
.xf-layer .group-cont .pic img {
  width: 60px;
  height: 60px;
}
.xf-layer .zyjh {
  border-radius: 4px;
  margin: auto;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../image/bg3.png);
  padding-top: 90px;
  z-index: 2000;
  max-height: 627px;
}
.xf-layer .zyjh .close {
  position: absolute;
  width: 52px;
  height: 52px;
  top: 0;
  right: 35px;
  border-radius: 50%;
  cursor: pointer;
}
.xf-layer .zyjh .title {
  font-size: 24px;
  line-height: 27px;
  font-family: Source Han Serif CN;
  font-weight: bold;
  color: #6A563F;
  text-align: center;
}
.xf-layer .zyjh .layout {
  position: absolute;
  left: 210px;
  top: 192px;
}
.xf-layer .zyjh .area {
  position: absolute;
  left: 435px;
  top: 192px;
}
.xf-layer .zyjh .unitPrice {
  position: absolute;
  left: 220px;
  top: 218px;
}
.xf-layer .zyjh .allPrice {
  position: absolute;
  left: 435px;
  top: 218px;
}
.xf-layer .zyjh .inputArea {
  padding-top: 230px;
}
.xf-layer .zyjh .tel {
  display: block;
  width: 50%;
  margin: 0 auto;
  height: 40px;
  background: transparent;
  border-bottom: 2px solid #fff;
  color: #fff;
}
.xf-layer .zyjh .btnArea {
  padding: 30px 0;
  text-align: center;
  margin-top: 20px;
}
.xf-layer .zyjh .signUpBtn {
  background-color: #a0896e;
  color: #ffffff;
  padding: 10px 65px !important;
  border-radius: 30px;
  font-size: 20px;
  -webkit-box-shadow: 0px 0px 3px 2px #826d55;
  box-shadow: 0px 0px 3px 2px #826d55;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cab194), to(#6A563F));
  background-image: linear-gradient(#cab194, #6A563F);
  cursor: pointer;
  width: unset;
}
.swiper-layer {
  width: 1120px;
  height: 560px;
}
.swiper-layer .swiper-slide {
  background-size: cover;
  background-position: center;
}
.swiper-layer .swiper-layer-lt {
  padding: 10px;
  width: 815px;
  background-color: #000;
}
.swiper-layer .swiper-layer-lt .swiper-pop {
  width: 815px;
  height: 460px;
}
.swiper-layer .swiper-layer-lt .swiper-pop img {
  width: 815px;
  height: 460px;
}
.swiper-layer .swiper-layer-rt {
  width: 245px;
  overflow: hidden;
  padding: 5px 20px 0 20px;
}
.swiper-layer .swiper-layer-rt .swiper-layer-tab a {
  display: block;
  line-height: 35px;
  margin-top: 10px;
  color: #656565;
  padding: 0 10px;
  background: #ecebe9;
  border-radius: 5px;
}
.swiper-layer .swiper-layer-rt .swiper-layer-tab .cur {
  background: #3a3935;
  color: #f5c01d;
}
.swiper-layer .swiper-layer-bb {
  padding: 5px 38px;
  position: relative;
  width: 745px;
}
.swiper-layer .swiper-layer-bb .swiper-thumbs {
  height: 74px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.swiper-layer .swiper-layer-bb .swiper-thumbs .swiper-slide {
  height: 70px;
  border: 2px solid #d9d9d9;
}
.swiper-layer .swiper-layer-bb .swiper-thumbs .swiper-slide-thumb-active {
  border-color: #f5c01d;
}
.swiper-layer .swiper-layer-bb .swiper-button-prev,
.swiper-layer .swiper-layer-bb .swiper-button-next {
  width: 30px;
  text-align: center;
  height: 70px;
  line-height: 70px;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
  top: 5px;
  margin-top: 0;
}
.swiper-layer .swiper-button-next,
.swiper-layer .swiper-button-prev {
  z-index: 5;
  background: rgba(0, 0, 0, 0.6);
  line-height: 44px;
  outline: none;
}
.swiper-layer .swiper-button-next:hover,
.swiper-layer .swiper-button-prev:hover {
  background: rgba(0, 0, 0, 0.7);
}
.swiper-layer .swiper-button-prev {
  left: 0;
}
.swiper-layer .swiper-button-next {
  right: 0;
}
