@charset "UTF-8";

.app-property-services--services {
  position: relative;
  background: url("../images/property-services-bg-6.png") no-repeat;
  background-color: #F4F4F4;
  background-position: top center;
  /* background-size: cover; */
}

.app-property-services--services .module-logo {
  position: absolute;
  top: calc(var(--app-basis-ratio) * -118px);
  left: 50%;
  width: calc(var(--app-basis-ratio) * 216px);
  transform: translateX(-50%);
}

.app-property-services--services .app-asset-header .desc {
  text-align: center;
}

.app-property-services--services .wrapper {
  margin-top: var(--app-fs-26);
}

.app-property-services--services .tabs-box {
  border-bottom: 2px solid #DEDEDE;
}

.app-property-services--services .tab {
  position: relative;
  padding: var(--app-fs-26) var(--app-fs-20);
  margin: 0 10px;
  font-size: var(--app-fs-20);
  color: #000;
  cursor: pointer;
}

.app-property-services--services .tab::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #a97e46;
  transition: all 0.3s;
  transform: translateX(-50%);
}

.app-property-services--services .tab:hover,
.app-property-services--services .tab.show {
  color: #a97e46;
}

.app-property-services--services .tab:hover::before,
.app-property-services--services .tab.show::before {
  width: 100%;
}

.app-property-services--services .services-swiper {
  padding: calc(var(--app-basis-ratio) * 74px) 0;
}

.module-style .left-wrap {
  flex: 1;
  flex-shrink: 0;
  margin-right: calc(var(--app-basis-ratio) * 80px)
}

.module-style .left-wrap .head {
  position: relative;
  color: #a97e46;
}

.module-style .left-wrap .num {
  font-size: var(--app-fs-78);
  line-height: 1;
}

.module-style .left-wrap .label {
  margin-left: var(--app-fs-16);
  font-size: var(--app-fs-26);
}

.module-style .left-wrap .tit {
  line-height: 1;
}

.module-style .left-wrap .txt {
  margin-top: 1em;
  font-size: var(--app-fs-16);
}

.module-style .left-wrap .desc {
  margin-top: 1em;
  font-size: var(--app-fs-16);
  line-height: 1.625;
  color: #333;
}

.module-style .slide-swiper {
  width: calc(var(--app-basis-ratio) * 924px);
}

.module-style .child-navs {
  border-bottom: 1px solid #EBEBEB;
  background: #fff;
    display: none;
}

.module-style .child-navs .nav {
  flex: 1;
  padding: .6em 0;
  font-size: var(--app-fs-20);
  color: #333;
  cursor: pointer;
}

.module-style .child-navs .nav .iconfont {
  margin-right: 0.5em;
  font-size: var(--app-fs-32);
  color: #a97e46;
}

.module-style .child-navs .nav:hover,
.module-style .child-navs .nav.show {
  color: #fff;
  background: #a97e46;
}

.module-style .child-navs .nav:hover .iconfont,
.module-style .child-navs .nav.show .iconfont {
  color: #fff;
}

.module-style .services-swiper-inner,
.module-style .right-wrap {
  padding: var(--app-fs-50) 0;
  background: #fff;
}

.module-style .inner-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--app-fs-50);
  padding: 0 var(--app-fs-70);
}

.module-style .inner-list .img-wrap {
  position: relative;
  width: 100%;
}

.module-style .inner-list .img-box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 74.8%;
  overflow: hidden;
}

.module-style .inner-list .img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.module-style .inner-list .text-wrap {
  padding-top: var(--app-fs-20);
}

.module-style .inner-list .text-wrap .tit {
  display: flex;
  align-items: center;
  font-size: var(--app-fs-18);
  color: #333;
}

.module-style .inner-list .text-wrap .tit span {
  margin-right: 1em;
  font-size: 8px;
  color: #a97e46;
}

.module-style .inner-list .text-wrap .txt {
  margin-top: 1em;
  font-size: var(--app-fs-16);
  color: #666;
}

.module-style-2 .services-swiper-inner {
  padding: 0;
}

.module-style-2 .img-wrap {
  position: relative;
  width: 100%;
}

.module-style-2 .img-box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 47.9%;
  overflow: hidden;
}

.module-style-2 .img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.module-style-2 .swiper-scrollbar {
  bottom: 10%;
  left: 50%;
  width: 40%;
  height: 2px;
  background: rgba(255, 255, 255, .3);
  transform: translateX(-50%);
}

.module-style-2 .swiper-scrollbar-drag {
  background: #fff;
}

.module-style-2 .swiper-button {
  width: calc(var(--app-basis-ratio) * 60px);
  height: calc(var(--app-basis-ratio) * 60px);
  background: rgba(0, 0, 0, .3);
  color: #fff;
  font-size: var(--app-fs-18);
}

.module-style-2 .swiper-button-prev {
  left: 0;
  transform: rotate(180deg);
}

.module-style-2 .swiper-button-next {
  right: 0;
}

.module-style-3 .services-swiper-inner-2 {
  padding: var(--app-fs-50) 0;
  background: #fff;
}

.module-style-3 .img-item {
  flex: 1;
  color: #333;
}

.module-style-3 .img-item img {
  width: 100%;
  aspect-ratio: 1/0.553;
  object-fit: cover;
}

.module-style-3 .img-item .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1em;
  font-size: var(--app-fs-18);
  color: currentColor;
}

.module-style-3 .img-item .txt span {
  margin-right: 1em;
  font-size: 8px;
  color: currentColor;
}

.module-style-3 .img-item+.img-item {
  margin-left: 2px;
  color: #a97e46;
}

.module-style-3 .swiper-scrollbar {
  bottom: 10%;
  left: 50%;
  width: 40%;
  height: 2px;
  background: rgba(0, 0, 0, .3);
  transform: translateX(-50%);
}

.module-style-3 .swiper-scrollbar-drag {
  background: #AA7E46;
}

.module-style-4 .foot {
  padding: var(--app-fs-40) 0;
  margin-top: calc(var(--app-basis-ratio) * 36px);
  background: #fff;
}

.module-style-4 .foot .item {
  flex: 1;
  padding: 0 var(--app-fs-60);
}

.module-style-4 .foot .item+.item {
  border-left: 1px solid #EBEBEB;
}

.module-style-4 .foot .item .tit {
  display: flex;
  align-items: center;
  font-size: var(--app-fs-18);
  color: #a97e46;
}

.module-style-4 .foot .item .tit span {
  margin-right: 1em;
  font-size: 8px;
}

.module-style-4 .foot .item .txt {
  margin-top: .5em;
  font-size: var(--app-fs-16);
  color: #666;
}

@media (max-width: 992px) {
  .app-property-services--services .tabs-box {
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
  }

  .app-property-services--services .tabs {
    align-items: flex-start;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .app-property-services--services .tabs-box .tab {
    white-space: nowrap;
  }

  .module-style {
    flex-direction: column;
  }

  .module-style .left-wrap {
    width: 100%;
    margin-right: 0;
  }

  .module-style .left-wrap .label {
    font-size: 14px;
  }

  .module-style .left-wrap .txt {
    margin-top: 10px;
  }

  .module-style .left-wrap .head {
    align-items: flex-start;
  }

  .module-style .inner-list .text-wrap {
    padding: 16px 0;
  }

  .module-style .inner-list .text-wrap .tit {
    font-size: 14px;
  }

  .module-style .inner-list .text-wrap .txt {
    margin-top: 10px;
  }

  .module-style .slide-swiper {
    width: 100%;
    margin-top: 24px;
  }

  .module-style-3 .slide-swiper {
    padding: 20px;
    background: #fff;
  }

  .module-style-3 .services-swiper-inner-2 {
    padding: 0;
  }

  .module-style-3 .swiper-slide {
    flex-direction: column;
  }

  .module-style-3 .img-item {
    flex: none;
    width: 100%;
  }

  .module-style-3 .img-item+.img-item {
    margin-top: 20px;
    margin-left: 0;
  }

  .module-style-3 .swiper-scrollbar {
    background: rgba(255, 255, 255, .3);
  }

  .module-style-3 .swiper-scrollbar-drag {
    background: #fff;
  }

  .module-style-4 .main {
    flex-direction: column;
  }

  /* .module-style .child-navs {
    flex-direction: column;
  } */

  .module-style .child-navs .nav .iconfont {
    font-size: 16px;
  }

  .module-style .inner-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
    padding: 0 20px;
  }

  .module-style-4 .foot {
    flex-wrap: wrap;
    padding: 0 20px;
  }

  .module-style-4 .foot .item {
    flex: none;
    width: 100%;
    padding: 20px 0;
  }

  .module-style-4 .foot .item+.item {
    border-left: none;
    border-top: 1px solid #EBEBEB;
  }

  .module-style-4 .foot .item .tit {
    font-size: 14px;
  }
}