.swiper {
  width: 100%;
  position: relative;
  height: 300px;
}
.swiper .swiper-slide {
  background: #f0f0f0;
  overflow: hidden;
}
.swiper .swiper-slide .fake-video {
  width: 100%;
  height: 300px;
}
.swiper .swiper-slide .video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 29;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
}
.swiper .swiper-slide a img {
  width: 100%;
  height: 300px;
}
.swiper .swiper-slide a .zhibo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
}
.swiper .swiper-slide a .zhibo img {
  width: 3.4375rem;
  height: 3.4375rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 200;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.swiper .labtxt {
  position: absolute;
  bottom: 0.9375rem;
  left: 0;
  right: 0;
  z-index: 28;
  text-align: center;
}
.swiper .labtxt .type {
  background: rgba(255, 255, 255, 0.8);
  color: #3b4144;
  padding: 0.1875rem 0.625rem;
  border-radius: 0.625rem;
  margin-right: 1.25rem;
}
.swiper .labtxt .on {
  background-color: #15b9ff;
  color: #fff;
}
.swiper .labtxt .count {
  z-index: 27;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 0.1875rem 0.625rem;
  border-radius: 0.625rem;
  position: absolute;
  right: 15px;
}
.list-type {
  padding: 0.625rem 0 0 2%;
}
.list-type .list-type-item {
  width: 23%;
  margin-right: 2%;
  position: relative;
}
.list-type .list-type-item a {
  display: block;
}
.list-type .list-type-item a img {
  width: 100%;
  height: 3.75rem;
  border-radius: 0.25rem;
}
.list-type .list-type-item a p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2px 0;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
}
.fixtopnav {
  width: 100%;
  height: 3.125rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(3, 0, 0, 0.06);
  box-shadow: 0px 2px 3px 0px rgba(3, 0, 0, 0.06);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
}
.fixtopnav a {
  line-height: 3.125rem;
  color: #777;
  font-size: 15px;
  font-weight: bold;
  position: relative;
}
.fixtopnav a.on {
  color: #15b9ff;
}
.fixtopnav a.on:before {
  content: "";
  height: 2px;
  background: #15b9ff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.fixtopnav.show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.info .house-tag .tag {
  background-color: #f8f8f8;
  padding: 0.125rem 0.5rem;
  border-radius: 0.125rem;
  color: #869099;
  font-size: 12px;
  margin-right: 0.5rem;
  margin-top: 0.625rem;
}
.info .house-tag .on {
  background-color: #F3F7FF;
  color: #15b9ff;
}
.info .price img {
  width: 1.25rem;
  height: 0.75rem;
  -webkit-animation: guideRight 1s infinite;
  animation: guideRight 1s infinite;
}
.info .yxq {
  background-color: #f8f8f8;
  padding: 0.625rem 15px;
}
.info .lphx .md {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
}
@-webkit-keyframes guideRight {
  0% {
    -webkit-transform: translateX(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(3px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(9px);
    opacity: 1;
  }
}
@keyframes guideRight {
  0% {
    -webkit-transform: translateX(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(3px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(9px);
    opacity: 1;
  }
}
.telephone .phone {
  font-size: 16px;
}
.telephone .other {
  font-size: 13px;
}
.telephone .tel_btn {
  width: 5rem;
  height: 2.25rem;
  line-height: 2.25rem;
  border-radius: 4px;
}
.lqyh {
  margin: 0.625rem;
}
.rmhd .item,
.lqyh .item {
  border-radius: 6px;
  padding: 0 0.625rem;
}
.rmhd .item .item-lt,
.lqyh .item .item-lt {
  border-right: 2px dashed #fff;
  padding: 0.625rem 0 0.625rem 0;
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
}
.rmhd .item .item-lt .price,
.lqyh .item .item-lt .price {
  font-size: 20px;
}
.rmhd .item .item-lt .txt,
.lqyh .item .item-lt .txt {
  font-size: 15px;
}
.rmhd .item .item-rt,
.lqyh .item .item-rt {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.rmhd .item .item-rt .bm_btn,
.lqyh .item .item-rt .bm_btn {
  width: 5rem;
  height: 1.6rem;
  line-height: 1.6rem;
  border-radius: 0.9375rem;
}
.rmhd .one,
.lqyh .one {
  background-color: rgba(255, 82, 0, 0.1);
}
.rmhd .two,
.lqyh .two,
.rmhd .more,
.lqyh .more {
  background-color: rgba(21, 185, 255, 0.1);
}
.rmhd .three,
.lqyh .three {
  background-color: rgba(255, 109, 111, 0.6);
}
.rmhd .three .item-lt,
.lqyh .three .item-lt {
  font-size: 16px;
  border-right: 0;
  -webkit-box-flex: 6;
  -ms-flex: 6;
  flex: 6;
}
.rmhd .more,
.lqyh .more {
  display: block;
  text-align: center;
  border-radius: 4px;
}
.kpjf .steps {
  margin-top: 0.3125rem;
  margin-left: 0.3125rem;
  padding-bottom: 0.625rem;
  white-space: nowrap;
  font-size: 0;
  overflow-x: auto;
  position: relative;
}
.kpjf .steps .datebox {
  display: inline-block;
  padding: 0.625rem;
  border-radius: 3px;
  background-color: #f8f8f8;
  margin-right: 0.625rem;
}
.kpjf .steps .datebox .txt {
  color: #333;
}
.kpjf .steps .datebox .date {
  color: #999;
}
.kpjf .steps .on {
  background-color: rgba(21, 185, 255, 0.1);
}
.kpjf .steps .on .txt {
  color: #15b9ff;
}
.kpjf .steps .on .date {
  color: #15b9ff;
}
.info_btn {
  background-color: rgba(21, 185, 255, 0.1);
  height: 2.5rem;
  border-radius: 3px;
  margin-top: 0.625rem;
}
.lpdt .cont .list .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.lpdt .cont .list .fold {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.zybg .cont {
  position: relative;
}
.zybg .item:nth-child(1) .tt .icon {
  background: url(../image/icon-report-1.png) no-repeat;
  background-size: 100% 100%;
}
.zybg .item:nth-child(2) .tt .icon {
  background: url(../image/icon-report-2.png) no-repeat;
  background-size: 100% 100%;
}
.zybg .item:nth-child(3) .tt .icon {
  background: url(../image/icon-report-3.png) no-repeat;
  background-size: 100% 100%;
}
.zybg .item .tt .icon {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
}
.zybg .item ._list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.zybg .item .report-banner {
  width: 100%;
  height: 5.875rem;
  background: url(../image/img-report-banner.png) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.zybg .report-mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, #fff 0, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(bottom, #fff 0, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(bottom, #fff 0, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(360deg, #fff 0, rgba(255, 255, 255, 0) 100%);
}
.zlhx .swiper-container {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
.zlhx .hx-tab span {
  color: #666;
  font-size: 15px;
  margin-right: 0.5rem;
}
.zlhx .hx-tab span.active {
  color: #ff5200;
}
.zlhx .list {
  height: 12.5rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-right: 20px;
  width: 7.5rem;
}
.zlhx .list a {
  display: block;
  height: 100%;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
}
.zlhx .list img {
  webkit-border-radius: 8px;
  border-radius: 8px;
  height: 5.625rem;
  -o-object-fit: contain;
  object-fit: contain;
  width: 7.5rem;
}
.zlhx .list .price {
  color: #ef0000;
}
.zlhx .list .price span {
  font-weight: 500;
}
.zlhx .list .info_btn {
  background: #fff;
  border: 1px solid #ff5200;
  border-radius: 1.25rem;
  font-weight: 500;
  height: 2.5rem;
  color: #ff5200;
  width: 100%;
}
.banner_tel {
  height: 3.375rem;
  margin: 0 0.625rem 0.9375rem 0.625rem;
  background: url('../image/banner_tel.jpg') no-repeat center center;
  background-size: contain;
  padding: 0.3125rem 0.125rem 0.3125rem 0.3125rem;
}
.banner_tel .txt {
  padding-left: 0.3125rem;
  letter-spacing: 1px;
  font-size: 14px;
  width: 75%;
}
.banner_tel ._btn {
  font-size: 14px;
  width: 25%;
  height: 1.875rem;
  line-height: 1.875rem;
  border-radius: 1.125rem;
  background-color: #b92245;
  font-weight: 500;
  margin-right: 0.3125rem;
}
.tjf .juan {
  width: 1.375rem;
  height: 1.375rem;
  line-height: 1.375rem;
  background: url('../image/tjf_icon.png') no-repeat center center;
  background-size: cover;
  margin-left: 0.3125rem;
}
.tjf .discount-item {
  margin-bottom: 10px;
  border-radius: 0.625rem;
  padding: 0.3125rem;
}
.tjf .discount-item .item-left {
  background: #f7ebd1;
  padding: 5px;
  width: 13.75rem;
  border-radius: 10px;
}
.tjf .discount-item .item-left .item-left-top {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px dashed #999;
}
.tjf .discount-item .item-left .item-left-top .item-left-top-building {
  width: 30px;
  height: 30px;
}
.tjf .discount-item .item-left .item-left-bottom .discount-price {
  background: #f1cc65;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #f82c35;
  font-size: 10px;
  border-radius: 4px;
  margin-left: 5px;
  padding: 0 8px;
}
.tjf .discount-item .item-center {
  width: 4.375rem;
  height: 4.375rem;
  background: url(../image/discount_bg.png) 50% no-repeat;
  background-size: 100%;
  border-radius: 50%;
  margin-left: 5px;
  color: #f82c35;
}
.tjf .discount-item .item-right .price-click {
  width: 3.75rem;
  height: 1.5rem;
  line-height: 1.5rem;
  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;
}
.tjf .discount-item .item-right .price-click a {
  color: #fff;
  font-size: 12px;
}
.tjf .control {
  border-radius: 4px;
  padding: 8px 0;
  margin: 0.3125rem 0.5rem 0 0.5rem;
}
.mfzyfw .item img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
}
.mfzyfw .item .cont {
  padding: 0 10px;
  width: 68%;
}
.mfzyfw .item .rt {
  width: 22%;
}
.mfzyfw .item .rt .info_btn {
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 50%;
  background-color: rgba(21, 185, 255, 0.1);
}
.yfcx .yfcx-tab .tab-item {
  padding-right: 0.9375rem;
  color: #333;
}
.yfcx .yfcx-tab .on {
  color: #15b9ff;
}
.yfcx .textcon {
  position: relative;
  padding: 15px 0;
}
.yfcx .textcon img {
  width: 100%;
}
.yfcx .textcon .login-msg {
  width: 100%;
  position: absolute;
  top: 60%;
  left: 50%;
  z-index: 99;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.yfcx .info_btn {
  background-color: #15b9ff;
}
.mfwdj .cont .list {
  padding: 10px 0 15px 0;
  margin-bottom: 10px;
}
.mfwdj .cont .list:last-child {
  border-bottom: 0;
}
.mfwdj .cont .list .question,
.mfwdj .cont .list .answer {
  padding: 2px;
  border-radius: 3px;
  margin-right: 5px;
}
.mfwdj .cont .list img {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
}
.mfwdj .cont .list .fold {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.zbpt .zbpt_cont {
  border: 1px solid #ecf1f1;
  border-radius: 0 0 0.25rem 0.25rem;
}
.zbpt .zbpt_map {
  text-align: center;
}
.zbpt .zbpt_map a {
  margin-top: 5px;
  font-size: 15px;
  color: #031a1f;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  padding: 0.625rem 0;
  cursor: pointer;
  position: relative;
}
.zbpt .zbpt_map a .pic {
  width: 1.625rem;
  height: 1.625rem;
  margin-bottom: 3px;
}
.zbpt .zbpt_map a.active {
  font-weight: 700;
  color: #00c0eb;
}
.zbpt .zbpt_map a.active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1.375rem;
  height: 1px;
  border-radius: 1px;
  background: #00c0eb;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: "";
}
.zbpt .zbpt_map a.icon-0 .pic {
  background: url('../image/map_0.png') no-repeat center center;
  background-size: 100% 100%;
}
.zbpt .zbpt_map a.icon-1 .pic {
  background: url('../image/map_1.png') no-repeat center center;
  background-size: 100% 100%;
}
.zbpt .zbpt_map a.icon-2 .pic {
  background: url('../image/map_2.png') no-repeat center center;
  background-size: 100% 100%;
}
.zbpt .zbpt_map a.icon-3 .pic {
  background: url('../image/map_3.png') no-repeat center center;
  background-size: 100% 100%;
}
.lpdp .list:last-child {
  border-bottom: 0;
}
.lpdp .list img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
}
.lpdp .list .tag {
  padding: 2px 6px;
  border-radius: 2px;
  font-size: 12px;
  color: #15b9ff;
  background: #f4f6f9;
  margin-right: 5px;
}
.lpdp .list .text {
  line-height: 1.6875rem;
}
.lpdp .list .fold {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.lpdp .userContent {
  margin-top: 10px;
  font-size: 14px;
  color: #232323;
  line-height: 27px;
}
.lpdp .userContent .sameClanOne .leiXING {
  display: inline-block;
  background: #D7E8FE;
  border-radius: 3px;
  padding: 0px 11px 0;
  color: #15b9ff;
  line-height: 22px;
}
.lpdp .control {
  width: 100%;
  margin-top: 5px;
  cursor: pointer;
}
.lpdp .control span {
  font-size: 14px;
  color: #999;
}
.lpzx .cont-item {
  padding-bottom: 20px;
}
.lpzx .cont-item:nth-child(1) .tag {
  background: #fd7737;
  background: linear-gradient(227deg, #ff8b39 0, #fa5f35 100%);
}
.lpzx .cont-item:nth-child(2) .tag {
  background: #eac782;
  background: linear-gradient(-42deg, #f2dba0 0, #e1b466 100%);
}
.lpzx .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%);
}
.lpzx .cont-item:nth-child(4) .tag {
  background: #47b3e3;
  background: linear-gradient(-48deg, #5dd7ff 0, #47b3e3 100%);
}
.lpzx .cont-item:last-child {
  border-left: none;
  padding-bottom: 10px;
}
.lpzx .cont-item .cont-item-cont {
  position: relative;
  display: block;
}
.lpzx .cont-item .cont-item-cont .cont-tit {
  margin-bottom: 10px;
}
.lpzx .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;
}
.lpzx .cont-item .cont-item-cont .cont-tit .title .txt:hover {
  cursor: pointer;
  color: #15b9ff;
}
.lpzx .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;
}
.lpzx .cont-item .cont-item-cont .cont-cont .content .look {
  padding-top: 10px;
}
.lllp .cont .list:last-child,
.rmlp .cont .list:last-child,
.esf .cont .list:last-child {
  border-bottom: 0;
}
.lllp .cont .list .pic,
.rmlp .cont .list .pic,
.esf .cont .list .pic {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  position: relative;
  background: #f0f0f0;
}
.lllp .cont .list .pic img,
.rmlp .cont .list .pic img,
.esf .cont .list .pic img {
  width: 7.5rem;
  height: 5.375rem;
  border-radius: 3px;
  position: relative;
  z-index: 1;
}
.lllp .cont .list .content,
.rmlp .cont .list .content,
.esf .cont .list .content {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
}
.lllp .cont .list .content h3,
.rmlp .cont .list .content h3,
.esf .cont .list .content h3 {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
}
.lllp .cont .list .content .tag-cont,
.rmlp .cont .list .content .tag-cont,
.esf .cont .list .content .tag-cont {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.lllp .cont .list .content .tag,
.rmlp .cont .list .content .tag,
.esf .cont .list .content .tag {
  color: #333;
  font-size: 0.6rem;
  border: 1px solid #999;
  padding: 1px 6px;
  border-radius: 10px;
}
.lllp .cont .list .content .tag:first-child,
.rmlp .cont .list .content .tag:first-child,
.esf .cont .list .content .tag:first-child {
  color: #15b9ff;
  border-color: #15b9ff;
}
.lllp .cont .list .content .text-tags span,
.rmlp .cont .list .content .text-tags span,
.esf .cont .list .content .text-tags span {
  font-size: 12px;
  color: #869099;
  padding: 0 0.375rem;
  height: 15px;
  line-height: 15px;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
  background: #f8f8f8;
}
.lpxq .item .label {
  text-align: center;
  background-color: #f6efe5;
  width: 4.375rem;
  height: 1.625rem;
  line-height: 1.625rem;
  border-radius: 4px;
  color: #ab824c;
  font-size: 13px;
}
.lpxq .item span.tag {
  padding: 4px 5px;
  border-radius: 2px;
  margin: 5px 3px 0 0;
  font-size: 14px;
}
.lpxq .item span.tag:nth-child(3n+1) {
  background-color: rgba(21, 185, 255, 0.1);
  color: #15b9ff;
}
.lpxq .item span.tag:nth-child(3n+2) {
  background-color: rgba(255, 82, 0, 0.1);
  color: #ff5200;
}
.lpxq .item span.tag:nth-child(3n+3) {
  background-color: rgba(255, 109, 111, 0.1);
  color: #ff6d6f;
}
.lpxq .control {
  border-radius: 4px;
  padding: 8px 0;
  margin: 0.3125rem 0.5rem 0 0.5rem;
}
.mfjlq .cont .pic img {
  width: 3.5rem;
  height: 3.5rem;
}
.mfjlq .cont .mm .swiper {
  height: 1.25rem;
  overflow: hidden;
  margin-top: 5px;
}
.mfjlq .cont .mm .swiper .item {
  background-color: #fff !important;
}
.mfjlq .bb .btn {
  border: 1px solid #15b9ff;
  border-radius: 3px;
  padding: 3px 10px;
}
.lpjj .ip-video-block {
  position: relative;
  border-radius: 0.375rem;
  height: 14rem;
  overflow: hidden;
}
.lpjj .ip-video-block img {
  height: 14rem;
  width: 100%;
  border-radius: 0.375rem;
}
.lpjj .ip-video-block .video-title {
  position: absolute;
  top: 18%;
  left: 10%;
  z-index: 100;
  border: 2px solid #0b0f12;
  border-radius: 6px;
  background-color: #15b9ff;
  width: 6.5rem;
  height: 2rem;
}
.lpjj .ip-video-block .video-title .video-icon {
  height: 1rem;
  width: 1rem;
  border-radius: 0.25rem;
  background-color: #fff;
}
.lpjj .ip-video-block .video-title .name {
  font-family: FZLTCHJW--GB1-0;
  text-align: center;
}
.lpjj .ip-video-block .video-info {
  position: absolute;
  top: 50%;
  left: 5%;
  z-index: 99;
  border: 2px solid #0b0f12;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.9);
  width: 10rem;
  transform: translateY(-50%);
  padding: 1.25rem 10px 10px 10px;
}
.lpjj .ip-video-block .video-info .name,
.lpjj .ip-video-block .video-info .content {
  font-family: PingFangSC-Regular;
  color: #0b0f12;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.lpjj .ip-video-block .video-info .name {
  font-size: 18px;
  font-weight: bold;
}
.lpjj .ip-video-block .video-info .content {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  -webkit-line-clamp: 3;
}
.lpjj .ip-video-block .video-info .middle {
  height: 1.5rem;
  width: 100%;
}
.lpjj .ip-video-block .video-info .middle .dot {
  width: 0.25rem;
  height: 0.25rem;
  background-color: #0b0f12;
}
.lpjj .ip-video-block .video-info .middle .line {
  flex: 1;
  position: relative;
}
.lpjj .ip-video-block .video-info .middle .line::before {
  content: " ";
  position: absolute;
  left: 3px;
  width: 95%;
  height: 1px;
  border-top: 1px dashed #000;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.lpjj .ip-video-block .video-scroll {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -3.125rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(194, 198, 201, 0)), color-stop(10%, rgba(194, 198, 201, 0)), color-stop(31%, rgba(109, 123, 128, 0.49)), color-stop(50%, rgba(79, 97, 103, 0.66)), to(#152d36));
  background: linear-gradient(90deg, rgba(194, 198, 201, 0) 0%, rgba(194, 198, 201, 0) 10%, rgba(109, 123, 128, 0.49) 31%, rgba(79, 97, 103, 0.66) 50%, #152d36 100%);
}
.lpjj .ip-video-block .video-scroll .item {
  margin-top: 0.375rem;
  height: 3.5625rem;
}
.lpjj .ip-video-block .video-scroll .item .tip .dot {
  width: 0.625rem;
  height: 0.625rem;
  border: 0.5px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
}
.lpjj .ip-video-block .video-scroll .item .tip .dot .inner {
  width: 0.25rem;
  height: 0.25rem;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  margin: auto;
}
.lpjj .ip-video-block .video-scroll .item .tip .time {
  color: rgba(255, 255, 255, 0.7);
}
.lpjj .ip-video-block .video-scroll .item .title {
  border-left: 0.5px solid rgba(255, 255, 255, 0.7);
  height: 2.625rem;
  margin-top: 0.375rem;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}
.lpjj .ip-video-block .video-scroll .item .title .text {
  background-color: rgba(7, 31, 42, 0.7);
  width: 4.625rem;
  height: 1.875rem;
  border-radius: 0.25rem;
  margin-left: 0.5rem;
  line-height: 1.9375rem;
}
.lpjj .ip-video-block .video-scroll .active .title .text {
  background-color: #15b9ff;
}
.lpjj .ip-video-block .video-animation {
  -webkit-animation-name: upAni;
  animation-name: upAni;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
@-webkit-keyframes upAni {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  100% {
    transform: translateY(-56px);
    -webkit-transform: translateY(-56px);
  }
}
@keyframes upAni {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  100% {
    transform: translateY(-56px);
    -webkit-transform: translateY(-56px);
  }
}
.tgbm {
  width: 100%;
  position: relative;
  padding: 5px 10px;
  min-height: 100px;
  height: auto;
  background: url('../image/bmf.png') repeat;
}
.tgbm .group-title {
  box-sizing: border-box;
  font-family: 微软雅黑;
  font-weight: bold;
}
.tgbm .content .lt {
  color: #FFFF00;
  font-size: 13px;
}
.tgbm .content .group-btn {
  width: 6.6875rem;
  line-height: 1.5625rem;
  color: #501103;
  height: 30px;
  background-color: #FFFF00;
  border-radius: 1.5625rem;
  box-shadow: -1px 0 2px #501103;
}
.lpyh {
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  min-height: 1.7rem;
  line-height: 1.8;
  background-color: rgba(0, 0, 0, 0.72);
  font-size: 1.25rem;
}
.lpyh .title {
  margin-left: -0.5rem;
  width: 8.75rem;
}
.lpyh .title .lt {
  background-color: #D32F2F;
  width: 6.25rem;
  height: 2.75rem;
  line-height: 2.75rem;
  position: relative;
}
.lpyh .title .lt:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 1.375rem solid #D32F2F;
  border-top: 1.375rem solid transparent;
  border-bottom: 1.375rem solid transparent;
  position: absolute;
  top: 0;
  right: -1.375rem;
}
.lpyh .lq-btn {
  background-color: #D32F2F;
  border-radius: 0.25rem;
  padding: 0.125rem 0.625rem;
}
.rmwt .top {
  width: 100%;
  height: 9.375rem;
  overflow: hidden;
}
.rmwt .top ul {
  white-space: nowrap;
}
.rmwt .top ul::after {
  content: "";
  display: table;
  clear: both;
}
.rmwt .top ul li.list {
  width: auto;
  height: 2.5rem;
  border-radius: 0.25rem;
  background-color: #f88b39;
  margin-right: 1.25rem;
  margin-bottom: 0.9375rem;
  float: left;
}
.rmwt .top ul li.list:nth-of-type(2n) {
  background-color: #e6322e;
}
.rmwt .bottom .item {
  height: 2.5rem;
}
.rmwt .bottom .item .name,
.rmwt .bottom .item .mobile,
.rmwt .bottom .item .txt {
  flex: 1;
}
.rmwt .bottom .item .txt {
  text-align: right;
}
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 101;
  height: 3.75rem;
  padding: 0 0.9375rem;
  -webkit-box-shadow: 0px -0.094rem 0.156rem 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px -0.094rem 0.156rem 0px rgba(0, 0, 0, 0.06);
}
footer .footer_btn {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
  padding: 8px;
  border-radius: 4px;
  margin-left: 0.625rem;
}
footer .title {
  font-size: 14px;
}
footer .footer_lt {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}
footer .footer_lt .pic {
  width: 2.5rem;
}
footer .footer_lt .pic img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
}
.left-bottom-fiexd {
  position: fixed;
  right: 0.9375rem;
  bottom: 6.25rem;
  z-index: 100;
}
.left-bottom-fiexd .quick-nav-wrap .quick-nav {
  width: 3.25rem;
  height: 3.25rem;
  padding: 0 0.625rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0.05rem 0.16rem 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0.05rem 0.16rem 0 rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  margin-left: auto;
  background: #15b9ff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.left-bottom-fiexd .quick-nav-wrap .quick-nav-list {
  width: 3.25rem;
  padding: 0.625rem 0;
  background-color: #fff;
  margin-left: auto;
  border-radius: 1.625rem;
  -webkit-box-shadow: 0 0.05rem 0.16rem 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0.05rem 0.16rem 0 rgba(0, 0, 0, 0.12);
}
.left-bottom-fiexd .quick-nav-wrap .quick-nav-list .quick-nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-top: 0.625rem;
  color: #031a1f;
}
.left-bottom-fiexd .quick-nav-wrap .quick-nav-list .quick-nav-item:nth-child(1) {
  margin-top: 0;
}
.left-bottom-fiexd .quick-nav-wrap .quick-nav-list .quick-nav-item .quick-nav-text {
  word-break: keep-all;
  padding-top: 0.3125rem;
}
.left-bottom-fiexd .quick-nav-wrap .quick-nav-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.48rem;
  cursor: pointer;
}
@media screen and (max-width: 360px) {
  footer {
    padding: 0 0.3125rem;
  }
  footer .title {
    font-size: 13px;
  }
  footer .footer_btn {
    padding: 5px 2px;
    margin-left: 0.3125rem;
  }
  footer .footer_lt .pic {
    width: 2rem;
  }
  footer .footer_lt .pic img {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
  }
  .zlhx .list .info_btn {
    font-size: 13px;
  }
  .banner_tel {
    margin: 0 0.625rem 0.9375rem 0.625rem;
  }
  .banner_tel .txt {
    padding-left: 0.3125rem;
    font-size: 12px;
  }
  .banner_tel ._btn {
    font-size: 13px;
  }
  .tjf .discount-item .item-left {
    width: 14.6875rem;
  }
  .tjf .discount-item .item-center {
    width: 5rem;
    height: 5rem;
    background: url(../image/discount_bg.png) 50% no-repeat;
    background-size: 100%;
    border-radius: 50%;
    margin-left: 5px;
  }
  .tjf .discount-item .item-right {
    display: none;
  }
  .telephone .phone {
    font-size: 14px;
  }
  .telephone .other {
    font-size: 12px;
  }
  .telephone .tel_btn {
    width: 4rem;
    height: 2rem;
    line-height: 2rem;
  }
  .rmhd .item,
  .lqyh .item {
    border-radius: 6px;
    padding: 0 0.625rem;
  }
  .rmhd .item .item-lt .price,
  .lqyh .item .item-lt .price {
    font-size: 17px;
  }
  .rmhd .item .item-lt .txt,
  .lqyh .item .item-lt .txt {
    font-size: 14px;
  }
  .rmhd .item .item-rt,
  .lqyh .item .item-rt {
    padding-left: 0.3125rem;
  }
  .rmhd .item .item-rt .bm_btn,
  .lqyh .item .item-rt .bm_btn {
    width: 4.25rem;
    height: 1.6rem;
    line-height: 1.6rem;
    border-radius: 0.9375rem;
  }
  .rmhd .three .item-lt,
  .lqyh .three .item-lt {
    font-size: 14px;
    padding-right: 0;
  }
  .rmhd .three .item-rt,
  .lqyh .three .item-rt {
    padding-left: 0;
  }
}
@media screen and (min-width: 375px) and (max-width: 411px) {
  .tjf .discount-item .item-left {
    width: 12rem;
  }
  .tjf .discount-item .item-center {
    width: 4.75rem;
    height: 4.75rem;
    background: url(../image/discount_bg.png) 50% no-repeat;
    background-size: 100%;
    border-radius: 50%;
    margin-left: 5px;
  }
}
@media screen and (min-width: 412px) {
  .tjf .discount-item .item-right {
    padding-left: 0.625rem;
  }
}
