html,
body {
  background-color: #fff;
}
.list-banner {
  position: relative;
  padding-bottom: 0.9375rem;
  background-color: #fff;
}
.list-banner .swiper-slide {
  width: 100%;
  height: 8.75rem;
}
.list-banner .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.list-banner .swiper-container-horizontal > .swiper-pagination-bullets,
.list-banner .swiper-pagination-custom,
.list-banner .swiper-pagination-fraction {
  bottom: 1.875rem;
}
.list-banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.list-banner .swiper-pagination-bullet {
  width: 0.25rem;
  height: 0.25rem;
  background: #fff;
  opacity: 0.6;
}
.list-banner .swiper-pagination-bullet-active {
  width: 0.75rem;
  height: 0.25rem;
  border-radius: 0.375rem;
  background: #fff;
  opacity: 1;
}
.list-banner .banner-mask {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 0.9375rem;
  background: url(../image/bg-list-banner.png) no-repeat;
  background-size: 100%;
  z-index: 1;
}
.list-banner .search-banner-wrap {
  position: absolute;
  bottom: -1px;
  left: 0.625rem;
  right: 0.625rem;
  margin: auto;
  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;
  width: 21.5625rem;
  height: 2.5rem;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  color: #c4cbcc;
  z-index: 2;
  cursor: pointer;
}
.help-house {
  margin: 0.625rem;
  padding: 0.625rem;
  margin-bottom: 0.9375rem;
  -webkit-box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.05);
  border-radius: 0.375rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.help-house .help-house-title {
  color: #00c0eb;
  margin-bottom: 1.25rem;
}
.help-house .help-house-title .help-num {
  font-size: 16px;
  margin: 0 2px;
  font-weight: 700;
}
.help-house .cont .item {
  padding-bottom: 8px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ecf0f4;
  cursor: pointer;
}
.help-house .cont .item input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: none;
  font-size: 14px;
  max-width: 16.25rem;
  height: 1.375rem;
  line-height: 1.375rem;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #031a1f;
}
.help-house .cont .item .arrow {
  color: #c4cbcc;
  margin-left: auto;
}
.help-house .cont .two input {
  max-width: 6.25rem;
}
.help-house .cont .btn {
  width: 100%;
  height: 2.6875rem;
  line-height: 2.6875rem;
  font-weight: 700;
  border-radius: 0.3125rem;
  border: none;
  background: #00c0eb;
  margin-top: 0.9375rem;
}
.layer-border {
  border-radius: 0.9375rem !important;
}
.layer-border0 {
  border-radius: 0.9375rem 0.9375rem 0 0;
}
.layer-pop .cont .select-area div.item {
  width: 6.625rem;
  height: 2.125rem;
  margin-top: 1px;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  line-height: 2.125rem;
  font-size: 12px;
  border-radius: 2px;
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f4f7f9;
  color: #031a1f;
  cursor: pointer;
}
.layer-pop .cont .select-area div.item:nth-child(3n) {
  margin-right: 0;
}
.layer-pop .cont .select-area div.item.active {
  border: 1px solid #64d8f2;
  background: #effbfe;
  color: #00c0eb;
}
.layer-pop .btn {
  height: 2.75rem;
  line-height: 2.75rem;
  margin: 0 auto;
  border: none;
  border-radius: 0.25rem;
  font-size: 15px;
  font-weight: 700;
  background: #00c0eb;
  color: #fff;
}
section.zfj {
  cursor: pointer;
  width: 21.5625rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0.9375rem auto;
}
section.zfj img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.fang_item {
  margin: 0.625rem 0.9375rem 0.9375rem 0.9375rem;
}
.fang_item a {
  position: relative;
  z-index: 1;
  width: 100%;
}
.fang_item a .pic {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  width: 7rem;
  height: 5.25rem;
  margin-right: 0.625rem;
  border-radius: 0.25rem;
}
.fang_item a .pic img {
  width: 100%;
  height: 100%;
  border-radius: 0.25rem;
}
.fang_item a .content {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
}
.fang_item a .content .tt .tag {
  width: 1.875rem;
  height: 1rem;
  border-radius: 1px;
  font-size: 0.625rem;
  text-align: center;
}
.fang_item a .content .tt .zai {
  background: #e1fbf3;
  color: #12c48e;
}
.fang_item a .content .tt .dai {
  background: #effbfe;
  color: #00c0eb;
}
.fang_item a .content .tags {
  display: inline-block;
  font-size: 0.625rem;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 0.3125rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #47b3e3;
  background: #f3f6f9;
  border-radius: 1px;
  overflow: hidden;
  margin-top: 0.3125rem;
}
.fang_item a .content .address {
  color: #8d9799;
  line-height: 1.25rem;
}
.fang_item a .content .bb1 {
  padding: 5px 0;
}
.fang_item a .content .bb2 i {
  color: #f2d087;
}
section.list-banner-two {
  height: 5.625rem;
  margin: 0.9375rem 0.9375rem 0.3125rem 0.9375rem;
}
section.list-banner-two img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  -o-object-fit: cover;
  object-fit: cover;
}
section.tslp {
  padding: 0.9375rem;
}
section.tslp .title {
  line-height: 1.625rem;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0.625rem;
  color: #031a1f;
}
section.tslp .search .item {
  padding: 2px 0.5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 6.75rem;
  height: 3rem;
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  background: #f5f9fc;
}
section.tslp .search .item:nth-child(3n) {
  margin-right: 0;
}
section.tslp .search .item .t_title {
  color: #031a1f;
  font-weight: 700;
}
.select_tag {
  padding: 0 0.9375rem;
}
.select_tag .tags_item {
  height: 1.625rem;
  line-height: 1.625rem;
  border: 1px solid #cdd7e1;
  padding: 3px 0.625rem;
  border-radius: 0.75rem;
  margin-top: 0.9375rem;
}
.rxb {
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fffaf5));
  background: -webkit-linear-gradient(bottom, #fff 0, #fffaf5 100%);
  background: -moz-linear-gradient(bottom, #fff 0, #fffaf5 100%);
  background: -o-linear-gradient(bottom, #fff 0, #fffaf5 100%);
  background: linear-gradient(360deg, #fff 0, #fffaf5 100%);
  padding: 0.9375rem;
}
.rxb .tt .lt .arrow {
  color: #fff;
  width: 1.125rem;
  height: 1.125rem;
  background-color: #ffad5b;
  border-radius: 50%;
}
.rxb .tt .lt ._title {
  font-weight: 700;
  color: #b36500;
  padding-left: 0.3125rem;
}
.rxb .cont {
  padding-top: 0.9375rem;
}
.rxb .cont .rxb_swiper .rxb_list {
  width: 8.25rem;
  position: relative;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  margin-right: 0.625rem;
}
.rxb .cont .rxb_swiper .rxb_list a .top-tag {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.25rem;
  -webkit-border-radius: 0.25rem 0 0.25rem 0;
  -moz-border-radius: 0.25rem 0 0.25rem 0;
  border-radius: 0.25rem 0 0.25rem 0;
  background: #ffad5b;
  font-weight: 700;
  color: #fff;
}
.rxb .cont .rxb_swiper .rxb_list a img {
  display: block;
  width: 8.25rem;
  height: 4.5rem;
  -webkit-border-radius: 0.25rem 0.25rem 0 0;
  -moz-border-radius: 0.25rem 0.25rem 0 0;
  border-radius: 0.25rem 0.25rem 0 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.rxb .cont .rxb_swiper .rxb_list a .bb {
  padding: 0.25rem 0.3125rem 0.3125rem;
  border: 1px solid #d5dadb;
  -webkit-border-radius: 0 0 0.25rem 0.25rem;
  -moz-border-radius: 0 0 0.25rem 0.25rem;
  border-radius: 0 0 0.25rem 0.25rem;
  border-top: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rxb .cont .rxb_swiper .rxb_list a .bb .name {
  max-width: 7.5rem;
  white-space: nowrap;
  word-break: keep-all;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  font-weight: 700;
  color: #031a1f;
}
.rxb .cont .rxb_swiper .rxb_list a .bb .area {
  font-size: 12px;
  color: #fa5f35;
  padding-top: 3px;
}
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: 2;
  -ms-flex: 2;
  flex: 2;
  padding: 8px 0;
  border-radius: 4px;
  margin-left: 0.625rem;
}
footer .tel_btn {
  padding-right: 0.3125rem;
  color: #031a1f;
}
@media screen and (max-width: 320px) {
  .list-banner .search-banner-wrap {
    width: 17.875rem;
  }
  section.tslp .search .item {
    margin-right: 0.3125rem;
    width: 5.75rem;
  }
  .layer-pop {
    border-radius: 0.9375rem 0.9375rem 0 0;
  }
  .layer-pop .cont .select-area div.item {
    width: 5.75rem;
    margin-right: 5px;
  }
  section.list-banner-two {
    height: 4.75rem;
  }
}
