@charset "UTF-8";
/*******/
/* 公共 */
.header {
  position: absolute;
}

.main-box {
  min-height: 100vh;
}

@media (min-width: 992px) {
  .indt_introduce_public {
    padding-bottom: 7.4rem;
  }
  .indt_introduce_public::after {
    background-image: url("/img/furn/s1-bg.webp");
  }
  .sco-overtext-honor {
    font-size: 1.6em;
    line-height: 2em;
    font-weight: 700;
    letter-spacing: 1.6px;
  }
  .sco-overtext-honor b {
    font-size: 1.75em;
    line-height: 1.1428571429em;
  }
  .sco-overtext-honor p {
    margin-bottom: 1em;
  }
  .indtscroll_list_title {
    margin-bottom: 4.5rem;
  }
  .indtscroll_item_box {
    max-width: 620px;
  }
}
@media (max-width: 991.98px) {
  .indt_introduce_public {
    padding-bottom: 2.34rem;
  }
  .indt_introduce_public::after {
    background-image: url("/img/furn/s1-bg_m.webp");
  }
  .sco-overtext-honor {
    font-size: 0.32rem;
    line-height: 0.64rem;
    letter-spacing: 0.05em;
  }
  .sco-overtext-honor p:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  .sco-overtext-honor b {
    font-size: 0.56rem;
  }
}
/** 家居商贸 **/
.indt-furn-tabbox {
  width: 100%;
  height: 4rem;
  position: sticky;
  top: 0;
  z-index: 100;
}
.indt-furn-tabbox::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #D9D9D9;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
}
.indt-furn-tabbox.is-sticky {
  background: #fff;
}
.indt-furn-tabbox.is-sticky::after {
  opacity: 1;
}

.furn-tabswip {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}

.furn-tablist .tabitem {
  width: auto;
  position: relative;
}
.furn-tablist .tabitem > * {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  color: inherit;
  font-size: 1em;
  font-weight: inherit;
  line-height: inherit;
  cursor: pointer;
  white-space: nowrap;
}
.furn-tablist .tabitem > *::after {
  content: "";
  width: 0;
  height: 2px;
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: #00ACA6;
  position: absolute;
  left: 0;
  bottom: -0.8125em;
  z-index: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.indt-furn-tabcont {
  margin: 3rem 0 0;
}

.indt-furn-panel {
  display: none;
}
.indt-furn-panel.active {
  display: block;
}
.indt-furn-panel.active .antd-fadeUp {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
}
.indt-furn-panel.active .antd-fadeUp:nth-child(2) {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
.indt-furn-panel.active .antd-fadeUp:nth-child(3) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.antd-fadeUp {
  opacity: 0;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

@media (min-width: 992px) {
  .furn-tablist {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .furn-tablist .tabitem {
    height: 2.8rem;
    border-radius: 1.4rem;
    border: solid 1px #999;
    background: #fff;
    font-size: 0.8rem;
    line-height: 1em;
    color: #111;
    padding: 0 1.5rem;
    display: -webkit-flex;
    display: flex;
    position: relative;
    cursor: pointer;
  }
  .furn-tablist .tabitem:not(:last-child) {
    margin: 0 2.5rem 0 0;
  }
  .furn-tablist .tabitem.active {
    background: #00ACA6;
    border-color: #00ACA6;
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  .indt-furn-tabbox:not(.is-sticky) .furn-tablist .tabitem:hover {
    background: #00ACA6;
    border-color: #00ACA6;
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  .indt-furn-tabbox.is-sticky .furn-tablist .tabitem:hover {
    color: #00ACA6;
  }
  .indt-furn-tabbox.is-sticky .furn-tablist .tabitem.active {
    color: #00ACA6;
  }
  .indt-furn-tabbox.is-sticky .furn-tablist .tabitem.active a {
    color: #fff;
  }
  .indt-furn-tabbox.is-sticky .furn-tablist .tabitem.active > *::after {
    width: 100%;
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 991.98px) {
  .indt-furn-tabwrap {
    position: relative;
  }
  .indt-furn-tabbox {
    height: auto;
    position: absolute;
    overflow: hidden;
  }
  .indt-furn-tabbox::after {
    opacity: 1;
  }
  .indt-furn-tabbox.is-sticky {
    position: fixed;
  }
  .furn-tablist .tabitem {
    height: 100%;
    font-size: 0.3rem;
    line-height: 1.1em;
  }
  .furn-tablist .tabitem > * {
    padding: 0.38rem 0;
  }
  .furn-tablist .tabitem.active {
    color: #00ACA6;
  }
  .furn-tablist .tabitem.active > *::after {
    width: 100%;
    opacity: 1;
    visibility: visible;
  }
  .indt-furn-tabcont {
    margin: 0.42rem 0 0;
  }
}
/* 合作品牌 */
.indt-furn-brand {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 10;
  padding: 6rem 0 0;
}

.furn-brand-wrap {
  width: 100%;
  position: relative;
  padding: 0 0 8rem;
  margin: 3rem 0 0;
}
.furn-brand-wrap.is-open .furn-brand-more .bi {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.furn-brand-box {
  overflow: hidden;
  height: 12.5rem;
}

.furn-brand-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 2.5rem 6%;
  overflow: hidden;
}
.furn-brand-list .imgs {
  width: 100%;
  height: 2.5rem;
  position: relative;
  overflow: hidden;
}
.furn-brand-list .imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: scale-down;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}

.furn-brand-foot {
  width: 100%;
  height: 8rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 2em 0 0;
  z-index: 20;
}

.furn-brand-more {
  -webkit-flex: none;
          flex: none;
  cursor: pointer;
  padding: 1em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  white-space: nowrap;
  color: #00ACA6;
}
.furn-brand-more .text {
  font-size: 0.28rem;
  line-height: 1em;
  color: #333;
}
.furn-brand-more .text_close {
  display: none;
}
.furn-brand-more .bi {
  -webkit-flex: none;
          flex: none;
  width: 26px;
  height: 14px;
  display: block;
  pointer-events: none;
}
.furn-brand-more.is-open .text_open {
  display: none;
}
.furn-brand-more.is-open .text_close {
  display: inline;
}
.furn-brand-more.is-open .bi {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.furn-brand-more.is-disabled {
  pointer-events: none;
}

@media (max-width: 991.98px) {
  .indt-furn-brand {
    padding: 1.6rem 0 2rem;
  }
  .indt-furn-brand .indt_public_title {
    text-align: center;
  }
  .furn-brand-wrap {
    margin: 0.9rem 0 0;
    padding: 0;
  }
  .furn-brand-box {
    height: 7.6rem;
  }
  .furn-brand-list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.8rem 4.9vw;
  }
  .furn-brand-list .imgs {
    height: 0.6rem;
  }
  .furn-brand-foot {
    height: auto;
    bottom: unset;
    padding: 0;
    position: relative;
    margin: 0.57rem 0 0;
  }
  .furn-brand-more {
    padding: 0.2rem;
  }
  .furn-brand-more .bi {
    width: 14px;
    height: 14px;
    margin: 0 0 0 8px;
  }
}
/* 灰色块 */
.indt-furn-gray {
  width: 100%;
  position: relative;
  background: #F4F4F4;
  padding: 4.75rem 0 8rem;
}
.indt-furn-gray .indt-sect {
  padding: 0;
  margin: 0 0 8rem;
}
.indt-furn-gray .indt-sect:last-child {
  margin-bottom: 0;
}

.indt-furn-serv .indt_public_title {
  text-align: center;
  margin-bottom: 3.65rem;
}

.furn-serv-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem 4rem;
  position: relative;
}

.furn-serv-item {
  width: 100%;
  position: relative;
}
.furn-serv-item .item-box {
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.furn-serv-item .item-icon {
  -webkit-flex: none;
          flex: none;
  margin: 0 1.75rem 0 0;
}
.furn-serv-item .item-icon img {
  width: 3.75rem;
  height: 3.75rem;
  display: block;
  object-fit: contain;
  object-position: center center;
  position: relative;
}
.furn-serv-item .item-body {
  -webkit-flex: 1;
          flex: 1;
}
.furn-serv-item .item-title {
  font-size: 1.2rem;
  line-height: 1.25em;
  font-weight: 700;
}
.furn-serv-item .item-desc {
  font-size: 0.9rem;
  line-height: 1.5rem;
  margin: 0.7rem 0 0;
}

.furn-assurance-graid {
  width: 100%;
  display: -webkit-flex;
  display: flex;
}
.furn-assurance-graid .indt_public_title {
  -webkit-flex: none;
          flex: none;
  white-space: nowrap;
  margin: 0 11.57% 0 0;
}

.furn-assurance-body {
  -webkit-flex: 1;
          flex: 1;
}

.furn-assurance-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.5rem;
}

.furn-assurance-item {
  width: 100%;
  position: relative;
}
.furn-assurance-item .item-box {
  width: 100%;
  background: #fff;
  position: relative;
  padding: 1.5rem;
  color: #111;
  border-radius: 10px;
}
.furn-assurance-item .item-icon {
  display: block;
  margin-bottom: 0.75rem;
}
.furn-assurance-item .item-icon img {
  width: 3rem;
  height: 3rem;
  display: block;
  object-fit: contain;
  object-position: center center;
  position: relative;
}
.furn-assurance-item .item-title {
  font-size: 1.2rem;
  line-height: 1.25em;
  font-weight: 700;
}
.furn-assurance-item .item-desc {
  font-size: 0.9rem;
  line-height: 1.5rem;
  margin: 0.75rem 0 0;
}

.furn-fullimg-box {
  width: 100%;
  position: relative;
}

.furn-fullimg-imgs {
  width: 100%;
  position: relative;
}
.furn-fullimg-imgs img {
  width: 100%;
  display: block;
  position: relative;
}

.furn-fullimg-body {
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 6rem 0 8rem;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  z-index: 20;
}
.furn-fullimg-body .icon-imgs {
  margin: 2.5rem 0 0;
  position: relative;
}
.furn-fullimg-body .icon-imgs img {
  max-width: 100%;
  height: 2.5rem;
  display: block;
  object-fit: scale-down;
  object-position: left center;
}

@media (min-width: 992px) {
  .indt-furn-tabbox.is-sticky .furn-tablist .tabitem.active > *::after {
    opacity: 0;
  }
  .furn-fullimg-body .box {
    width: 50%;
    max-width: 650px;
  }
}
@media (max-width: 991.98px) {
  .indt-furn-gray {
    padding: 1.6rem 0;
  }
  .indt-furn-gray .indt-sect {
    margin-bottom: 1.6rem;
  }
  .indt-furn-serv .indt_public_title {
    margin-bottom: 0.8rem;
  }
  .furn-serv-list {
    display: block;
  }
  .furn-serv-item {
    position: relative;
    margin-bottom: 0.7rem;
  }
  .furn-serv-item .item-icon {
    margin: 0 0.35rem 0 0;
  }
  .furn-serv-item .item-icon img {
    width: 0.75rem;
    height: 0.75rem;
  }
  .furn-serv-item .item-body {
    padding: 0 0 0.7rem;
    border-bottom: solid 1px #D4D4D4;
  }
  .furn-serv-item .item-title {
    font-size: 0.4rem;
  }
  .furn-serv-item .item-desc {
    margin: 0.3rem 0 0;
    font-size: 0.34rem;
    line-height: 0.6rem;
    text-align: justify;
  }
  .furn-serv-item:first-child {
    padding-top: 0;
  }
  .furn-serv-item:last-child {
    margin-bottom: 0;
  }
  .furn-assurance-graid {
    display: block;
  }
  .furn-assurance-graid .indt_public_title {
    text-align: center;
    margin: 0 0 0.6rem;
  }
  .furn-assurance-list {
    grid-gap: 0.2rem;
  }
  .furn-assurance-list .item-box {
    padding: 0.7rem 0.3rem;
    height: 100%;
    border-radius: 0.1rem;
  }
  .furn-assurance-list .item-icon {
    margin-bottom: 0.24rem;
  }
  .furn-assurance-list .item-icon img {
    width: 0.6rem;
    height: 0.6rem;
  }
  .furn-assurance-list .item-title {
    font-size: 0.4rem;
  }
  .furn-assurance-list .item-desc {
    font-size: 0.34rem;
    line-height: 0.6rem;
    margin: 0.34rem 0 0;
    text-align: justify;
  }
  .furn-fullimg-body {
    padding: 1.4rem 0 1.6rem;
  }
  .furn-fullimg-body .icon-imgs {
    margin: 1.2rem 0 0;
  }
  .furn-fullimg-body .icon-imgs img {
    height: 0.8rem;
  }
}
.p-furn .ckmore {
  margin-left: 2.5em;
  cursor: pointer;
}

.furn-fullimg-imgs img {
  height: 39vw;
}

@media (max-width: 991.98px) {
  .furn-fullimg-imgs img {
    height: 100vh;
  }
  .p-furn .ckmore {
    margin-left: 0.2rem;
  }
}
.fullimg-box-feq-wrap {
  position: absolute;
  left: 0;
  bottom: 4em;
  width: 100%;
}

.fullimg-box-feq {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.fullimg-box-feq .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  will-change: transition;
}
.fullimg-box-feq .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 4px;
  background: #fff;
}