/* .banner {
  width: 100%;
  margin-top: 0.87rem;
}
.banner .img-box {
  width: 100%;
}
.banner .img-box img {
  width: 100%;
}

.common-section {
  padding: 0.78rem 1.05rem;
}
.common-section .left-box {
  width: 42%;
}
.common-section .left-box .en {
  font-size: 0.1rem;
  color: #857237;
  font-weight: 800;
}
.common-section .left-box .cn {
  color: #857237;
  font-size: 0.17rem;
  margin-top: 0.08rem;
  font-weight: 800;
}
.common-section .left-box .title {
  font-size: 0.4rem;
  color: #000;
  font-weight: 800;
  margin-top: 0.2rem;
}
.common-section .left-box .desc {
  font-size: 0.19rem;
  color: #a7a7a7;
  margin-top: 0.2rem;
  line-height: 1.6;
  font-weight: 300;
}

.section1 {
  width: 100%;
  display: flex;
  position: relative;
  padding: 0.78rem 1.05rem;
}
.section1 .left-box {
  top: 0.78rem;
  width: 42%;
  height: 2.1rem;
  padding-right: 0.46rem;
}
.section1 .right-box {
  width: 58%;
  border: 1px solid #eee;
  padding: 0 0.4rem;
  margin-top: 0.4rem;
}
.section1 .right-box .content {
  font-size: 0.18rem;
  font-weight: 300;
  color: #7e7e7e;
  margin: 0.5rem 0;
  line-height: 1.6;
}
.section1 .right-box .detail-box {
  margin-top: 0.5rem;
}
.section1 .right-box .detail-box .box {
  background-color: #e0e0e0;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0.2rem;
  border-radius: 0.3rem;
}
.section1 .right-box .detail-box .box .top {
  display: flex;
  justify-content: space-between;
}
.section1 .right-box .detail-box .box .top .l {
  font-size: 0.72rem;
  font-weight: 800;
  color: #72644d;
}
.section1 .right-box .detail-box .box .top .r {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.section1 .right-box .detail-box .box .top .r .t1 {
  font-size: 0.35rem;
  color: #72644d;
  font-weight: 200;
  letter-spacing: 0.08rem;
}
.section1 .right-box .detail-box .box .top .r .t2 {
  font-size: 0.1rem;
  color: #72644d;
  font-weight: 800;
  margin-top: 0.16rem;
  
}
.section1 .right-box .detail-box .box .bottom {
  margin-top: 0.68rem;
  font-size: 0.16rem;
  color: #72644d;
  font-weight: 300;
  line-height: 1.6;
}
.section1 .right-box .detail-box .box:nth-last-of-type(1) {
  margin-bottom: 0;
}

.section2 {
  background-color: #171b20;
}
.section2 .left-box .en {
  color: #857237;
}
.section2 .left-box .cn {
  color: #857237;
}
.section2 .left-box .title {
  color: #fff;
}
.section2 .right-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.73rem;
  align-items: center;
  justify-content: space-between;
}
.section2 .right-box .box {
  width: 20.5%;
  border-top: 1px solid #fff;
  padding: 0.32rem 0 0.94rem;
}
.section2 .right-box .box .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.section2 .right-box .box .top .l {
  font-size: 0.67rem;
  color: #fff;
  font-weight: 800;
}
.section2 .right-box .box .top .r {
  font-size: 0.2rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
  padding-top: 0.15rem;
}
.section2 .right-box .box .bottom {
  font-size: 0.32rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 0.6rem;
}

.content-section {
  padding: 0.95rem 1.04rem;
  display: flex;
  justify-content: space-between;
}
.content-section .left-box {
  width: 33%;
}
.content-section .left-box .en {
  font-size: 0.14rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
}
.content-section .left-box .cn {
  color: #fff;
  font-size: 0.17rem;
  margin-top: 0.08rem;
  font-weight: 800;
}
.content-section .left-box .title {
  font-size: 0.4rem;
  color: #fff;
  font-weight: 800;
  margin-top: 0.14rem;
  white-space: nowrap;
}
.content-section .left-box .img-box {
  width: 100%;
  margin-top: 0.77rem;
}
.content-section .left-box .img-box img {
  width: 100%;
}
.content-section .right-box {
  width: 67%;
  padding-left: 2.18rem;
}
.content-section .right-box .box {
  border-bottom: 1px solid #fff;
  padding-bottom: 0.36rem;
  margin-bottom: 0.36rem;
}
.content-section .right-box .box .t-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.content-section .right-box .box .t-box .t {
  color: #fff;
  font-weight: 400;
  font-size: 0.2rem;
}
.content-section .right-box .box .t-box .t span {
  padding-left: 0.24rem;
}
.content-section .right-box .box .t-box .check-box {
  width: 0.24rem;
}
.content-section .right-box .box .t-box .check-box img {
  width: 100%;
  cursor: pointer;
}
.content-section .right-box .box .t-box .check-box img:nth-of-type(1) {
  display: block;
}
.content-section .right-box .box .t-box .check-box img:nth-of-type(2) {
  display: none;
}
.content-section .right-box .box .t-box.active .check-box img:nth-of-type(1) {
  display: none;
}
.content-section .right-box .box .t-box.active .check-box img:nth-of-type(2) {
  display: block;
}
.content-section .right-box .box .t-content {
  font-size: 0.14rem;
  color: #fff;
  line-height: 1.6;
  overflow: hidden;
  max-height: 0;
  font-weight: 200;
}
.content-section .right-box .box .t-content.active {
  max-height: 50vh;
  padding-top: 0.36rem;
}
.content-section .right-box .box:nth-last-of-type(1) {
  margin-bottom: 0;
}

.section3 {
  background: #72644d;
}

.section4 {
  background-color: #171b20;
}

.section5 {
  background: #72644d;
}

@media (max-width: 767px) {
  .common-section {
    padding: 1.05rem 0.53rem;
  }
  .common-section .left-box {
    width: 100%;
  }
  .common-section .left-box .en {
    font-size: 0.28rem;
  }
  .common-section .left-box .cn {
    font-size: 0.25rem;
  }
  .common-section .left-box .title {
    font-size: 0.38rem;
  }
  .common-section .left-box .desc {
    font-size: 0.25rem;
  }
  .section1 {
    flex-direction: column;
  }
  .section1 .left-box {
    position: static;
    padding-right: 0;
    height: auto;
  }
  .section1 .right-box {
    border: 0;
    padding-left: 0;
    width: 100%;
  }
  .section1 .right-box .content {
    font-size: 0.21rem;
  }
  .section1 .right-box .detail-box {
    margin-top: 0.88rem;
  }
  .section1 .right-box .detail-box .box {
    padding: 0.35rem;
  }
  .section1 .right-box .detail-box .box .top .l {
    font-size: 0.95rem;
  }
  .section1 .right-box .detail-box .box .top .r .t1 {
    font-size: 0.28rem;
  }
  .section1 .right-box .detail-box .box .top .r .t2 {
    font-size: 0.18rem;
  }
  .section1 .right-box .detail-box .box .bottom {
    font-size: 0.21rem;
  }
  .section2 .right-box .box {
    width: 40%;
  }
  .content-section {
    padding: 1.05rem 0.53rem;
    flex-direction: column;
  }
  .content-section .left-box {
    width: 100%;
  }
  .content-section .left-box .en {
    font-size: 0.28rem;
    font-weight: 800;
  }
  .content-section .left-box .cn {
    font-size: 0.25rem;
  }
  .content-section .left-box .title {
    font-size: 0.38rem;
  }
  .content-section .right-box {
    width: 100%;
    padding-left: 0;
    margin-top: 0.8rem;
  }
  .content-section .right-box .box {
    padding-bottom: 0.44rem;
    margin-bottom: 0.44rem;
  }
  .content-section .right-box .box .t-box .t {
    font-size: 0.25rem;
  }
  .content-section .right-box .box .t-box .check-box {
    width: 0.36rem;
  }
  .content-section .right-box .box .t-content {
    font-size: 0.23rem;
  }
  .content-section .right-box .box .t-content.active {
    padding-top: 0.44rem;
  }
} */

.main {
    overflow: hidden;
    background: #252c2c;
}

.banner {
    width: 100%;
    position: relative;
}

.banner img {
    width: 100%;
}

.banner-des {
    /* width: 100%; */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(33.3vw / 2);
    text-align: center;
}

.banner-title {
    font-size: 2.5vw;
    font-family: SourceHanSansCN;
    font-weight: 300;
    color: #fff;
}

.banner-p {
    font-size: 1.875vw;
    font-weight: 300;
    color: #fff;
    text-align: center;
    padding: 4.688vw 0;
    background: rgba(0,0,0,.5);
}

/*  */
.equity-wrap {
    width: 100%;
    background: #252c2c;
}

.equity-box {
    width: 66.667vw;
    margin: 0 auto;
    padding: 1.042vw 0 4vw 0;
}

.equity-list {
    display: flex;
    flex-wrap: wrap;
}
.equity-list:nth-child(1){
    /* border-bottom: 1px solid hsla(0,0%,100%,.1); */
}
.equity-list:nth-child(2){
    justify-content: center;
}

.equity-item {
    width: 22vw;
    margin-right: 0vw;
    padding: 0 2vw;
    margin-top: 3.646vw;
    padding-bottom: 2vw;
    position: relative;
}
.equity-item::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background: hsla(0, 0%, 100%, .1);
    width: 80%;
}

.equity-item::after{
    content: "";
    position: absolute;
    bottom: 8%;
    right: 0;
    /* transform: translateY(-50%); */
    height: 80%;
    background: hsla(0, 0%, 100%, .1);
    width: 1px;
}
.equity-item:nth-child(3n) {
    margin-right: 0;
}
.equity-item:last-child::after{
    content: "";
    width: 0;
}


.equity-title {
    font-size: 1.25vw;
    /* font-family: SourceHanSansCN;
    font-weight: bold; */
    color: #BEA576;
    line-height: 1.875vw;
    text-align: center;
}

.equity-p {
    font-size: 0.938vw;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #999;
    line-height: 1.875vw;
    margin-top: 1.042vw;
}
.equity-img-wrap{
    background: #fff;
    margin-top: 50px;
}
.equity-img {
    width: 100%;
    margin-top: 1.042vw;
}

.equity-img img {
    width: 100%;
}

.content-wrap {
    background: #131616;
    padding: 7.292vw 0 5.208vw 0;
}

.content-box {
    margin: 0 auto;
    width: 66.667vw;
}

.top {
    text-align: center;
    padding-bottom: 2.344vw;
    border-bottom: 1px solid #BEA578;
}

.title {
    font-size: 2vw;
    font-family: SourceHanSansCN;
    font-weight: 300;
    color: #FFFFFF;
}

.text {
    font-size: 0.938vw;
    font-family: SourceHanSansCN;
    font-weight: 300;
    color: #8B8B8B;
    line-height: 1.875vw;
    margin-top: 3.125vw;
}

/*  */
.des-box {}

/* .des {
    margin-top: 4.688vw;
} */

.des-title {
    font-size: 1.25vw;
    /* font-family: SourceHanSansCN;
    font-weight: bold; */
    color: #BEA578;
    line-height: 1.667vw;
}

.des-p {
    font-size: 0.938vw;
    font-family: SourceHanSansCN;
    font-weight: 300;
    color: #999;
    line-height: 1.667vw;
    margin-bottom: 1.563vw;
}

.des-bt {
    margin: 0 auto;
    margin-top: 3.646vw;
    width: 16.979vw;
    height: 2.969vw;
    background: #BEA578;
    border-radius: 50px;
    font-size: 1.042vw;
    font-family: SourceHanSansCN;
    font-weight: 300;
    color: #FFFFFF;

    display: flex;
    align-items: center;
    justify-content: center;
}

.table-box {
    border: 1px solid #262C2C;
    margin: 1.823vw 0;
}

.table-th {
    background: #262C2C;
    display: flex;
}

.table-th .td {
    flex: 1;
    font-size: 0.938vw;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #FFFFFF;
    padding: 1.25vw 0;
    text-align: center;
}

.table {}

.tr {
    display: flex;
    border-top: 1px solid #262C2C;
}

.table .td {
    flex: 1;
    font-size: 0.938vw;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #999;
    padding: 1.042vw 0;
    text-align: center;
    border-right: 1px solid #262C2C;
}
.des-re-p{
    font-weight: bold;
}
.table .td:last-of-type {
    border-right: 0;
}

.icon {
    text-align: center;
    display: block;
    font-size: 75px;
    line-height: 1em;
    color: #fff;
    margin-bottom: 1.563vw;
}

/* 2023-12-04 增加Tabs结构*/
.tabs-hds {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tabs-hd {
    color: #888;
    cursor: pointer;
}

.tabs-hd.active {
    color: #fff;
}

.tabs-hds div:first-child {
    order: 1;
}

.tabs-hds div:nth-child(2) {
    order: 3;
}

.tabs-hds .divide {
    order: 2;
    font-size: 2vw;
    padding-left: 0.5em;
    padding-right: 0.5em;
    line-height: 1;
}

.tabs-bd {
    display: none;
}

.tabs-bd.active {
    display: block;
}

/*  */
@media only screen and (max-width: 768px) {
    .equity-item::before,.equity-item::after{
        display: none;
    }
    .icon {
        font-size: 60px;
    }

    .banner-des {
        top: auto;
        transform: translateY(0);
        bottom: 10.667vw;
    }

    .banner-title {
        font-size: 6.4vw;
    }

    .banner-p {
        /* margin-top: 4.267vw; */
        font-size: 4vw;
    }

    .equity-box {
        width: 100%;

        padding-top: 11.333vw;
    }

    .equity-list {
        padding: 0 5.333vw;
        flex-direction: column;
    }

    .equity-item {
        width: 100%;
        margin: 0;
        margin-bottom: 12vw;
    }

    .equity-title {
        font-size: 4.8vw;
        line-height: 4.8vw;
        text-align: center;
    }

    .equity-p {
        font-size: 4vw;
        line-height: 6.4vw;
        margin-top: 4vw;
    }

    .content-wrap {
        padding: 15.733vw 5.333vw 12.533vw 5.333vw;
    }

    .content-box {
        width: 100%;
        margin: 0;
    }

    .top {
        padding-bottom: 5.333vw;
    }

    .title {
        font-size: 4.8vw;
    }

    .text {
        font-size: 3.2vw;
        margin-top: 7.333vw;
        line-height: 5.6vw;
    }

    .des {
        margin-top: 12vw;
    }

    .des-title {
        font-size: 4vw;
        line-height: 5.733vw;
        margin-bottom: 1.333vw;
    }

    .des-p {
        font-size: 3.2vw;
        line-height: 5.733vw;
        margin-bottom: 6.667vw;
    }

    .table-box {
        margin: 5.333vw 0;
    }

    .table-th .td,
    .table .td {
        font-size: 3.2vw;
        line-height: 5.6vw;
        padding: 3.333vw;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .des-bt {
        margin: 0 auto;
        margin-top: 13.333vw;
        width: 70%;
        height: 10.667vw;
        font-size: 4vw;
    }

    .tabs-hds .divide {
        font-size: 4.8vw;
    }
}
