body.noScroll{
  overflow: hidden;
}
.banner {
  width: 100%;
  height: 9.8rem;
  background: #000;
  position: relative;
}

.bannerText {
  position: absolute;
  top: 1.56rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bannerTit {
  font-family:'MiSans, MiSans' !important;
  font-weight: bold;
  font-size: 0.35rem;
  color: #FFFFFF;
  opacity: 0;
  animation:op 1s 2s forwards;
}

.bannerTxt {
  font-family:'MiSans, MiSans' !important;
  font-weight: 300;
  font-size: 0.2rem;
  color: #FFFFFF;
  margin-bottom: .45rem;
  opacity: 0;
   animation:op 1s 2.5s forwards;
}
@keyframes op {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.new_241025_animate{
    animation:bts 2s forwards;
}
@keyframes bts {
  from {
    transform: scale(1.3);
  }

  to {
    transform: scale(1);
  }
}
.yihang{
    display: flex;
    /*align-items: center;*/
     font-family:'MiSans, MiSans' !important;
    font-weight: bold;
    font-size: 0.5rem;
    color: #6C4F2E ;
}
.trimsdatak .scroll_num{
    text-align: center;
    font-family:'MiSans, MiSans' !important;
font-weight: bold;
font-size: 0.5rem;
color: #6C4F2E;
}
.proBox {
  display: flex;
  flex-wrap: wrap;
}

.bannerText img {
  width: 10.62rem;
  padding-right: 2.04rem;
}

.proItem {
  width: 7.58rem;
  display: block;
  margin-right: .4rem;
}

.proItem:nth-child(2n) {
  margin-right: 0;
}

.proImg {
  width: 100%;
  height: 5.06rem;
  margin-top: .9rem;
  overflow: hidden;
  margin-bottom: .33rem;
}

.proTxt {
  font-family:'MiSans, MiSans' !important;
  font-weight: bold;
  font-size: 0.35rem;
  color: #6C4F2E;
  margin-bottom: .18rem;
}

.proTit {
    height: 0.65rem;
  font-family:'MiSans, MiSans' !important;
  font-weight: 300;
  font-size: 0.18rem;
  color: #000000;
  line-height: 0.3rem;
}
.xixixitext{
    padding: 0.2rem 0;
    background: #000000;
    color: #fff;
        font-family:'MiSans, MiSans' !important;
    font-weight: 400;
    font-size: 0.14rem;
    text-align: left;
    /*text-indent: 2em;*/
    padding-left: 1.81rem;
}
.tabBox {
    width: 100% !important; 
  display: flex;
  align-items: center;
  /*padding: 1.22rem 0;*/
  padding-top: 0.48rem;
}

.tabSwiper {
  /*width: 10.04rem;*/
  width: 100%;
  height: 8.42rem;
  margin: 0 !important;
  /*margin-right: 4.06rem !important;*/
}
.tabSwiper .swiper-slide img{
    object-fit:cover;
}
.tabBtn{
    margin-top: 1.33rem;
    margin-left: 1.77rem;
    margin-right:1.81rem;
    display: flex;
    justify-content: space-between;
}
.tabBtnText{
    color: #6C4F2E;
    font-size: 0.35rem;
    line-height: 0.88rem;
    font-weight: Bold;
}
.tabImgBox{
    display: flex;
}
.btnItem {
  margin: .1rem 0;
  width: 0.69rem;
  height: 0.69rem;
  border-radius: 0rem 0rem 0rem 0rem;
  border: 0.01rem solid transparent;
  box-sizing: border-box;
  padding: .04rem;
  cursor: pointer;
}

.btnItem.active {
  border: 0.01rem solid #000000;
}

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

.showItem {
  width: 0.44rem;
  height: 0.44rem;
  padding: .13rem;
  border: 0.02rem solid #FFFFFF;
  box-sizing: border-box;
  position: absolute;
  border-radius: 50%;
  background: #fff;
  background-clip: content-box;
  cursor: pointer;
}

.show1 {
  left: 27.14%;
  top: 52.93%;
}

.show2 {
  left: 40.21%;
  top: 50.4%;
}

.show3 {
  left: 52.86%;
  top: 71.46%;
}

.show4 {
      left: 56.6%;
    top: 41.46%;
}

.showImg {
  width: 5.78rem;
  height: 2.81rem;
  padding: .08rem;
  box-sizing: border-box;
  border: 0.02rem solid #FFFFFF;
  position: absolute;
  display: none;
}

.showImg1 {
  left: calc(100% + .67rem);
  bottom: calc(100% + 0.2rem);
}

.showImg2 {
  left: calc(100% + .29rem);
  bottom: calc(100% + 1.2rem);
  z-index: 999;
}

.showImg3 {
     left: 0.7rem;
    bottom: -0.3rem;
}

.showImg4 {
     left: .68rem;
    top: -3.1rem;
}

.line {
  position: absolute;
  background: #fff;
}

.line::after {
  content: '';
  position: absolute;
  background: #fff;
}

.show1 .line {
  width: .02rem;
  height: 0;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.show1.active .line {
  height: 1.6rem;
  transition: all .3s;
}

.show1 .line::after {
  width: 0;
  height: .02rem;
  top: 0;
  left: 0;
}

.show1.active .line::after {
  width: 0.89rem;
  transition: all .3s .3s;
}



.show2 .line {
  width: .02rem;
  height: 0;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.show2 .line::after {
  width: 0;
  height: .02rem;
  top: 0;
  left: 0;
}
.show2.active .line {
  height: 2.69rem;
  transition: all .3s;
}
.show2.active .line::after {
  width: 0.5rem;
  transition: all .3s .3s;
}


.show3 .line {
  width: .02rem;
  height: 0;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.show3 .line::after {
  width: 0;
  height: .02rem;
  top: 0;
  left: 0;
}
.show3.active .line {
  height: 0.9rem;
  transition: all .3s;
}
.show3.active .line::after {
  width: 0.5rem;
  transition: all .3s .3s;
}



.show4 .line {
  width: .02rem;
  height: 0;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.show4.active .line {
  height: 1.19rem;
  transition: all .3s;
}

.show4 .line::after {
  width: 0;
  height: .02rem;
  top: 0;
  left: 0;
}

.show4.active .line::after {
  width: 0.5rem;
  transition: all .3s .3s;
}
.other {
  width: 6.38rem;
  margin: 0 auto;
  padding: .55rem 0;
}

.otherTit {
  font-family:'MiSans, MiSans' !important;
  font-weight: bold;
  font-size: 0.35rem;
  color: #6C4F2E;
  text-align: center;
}

.otherTxt {
  font-family:'MiSans, MiSans' !important;
  font-weight: 300;
  font-size: 0.18rem;
  color: #000000;
  line-height: 0.3rem;
  text-align: center;
}

.videoOne {
  height: 10.67rem;
  position: relative;
}

.videoOne video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.videoOne .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: .8rem;
  height: .8rem;
  cursor: pointer;
}


.video {
  height: 9.92rem;
  position: relative;
}

.video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: .8rem;
  height: .8rem;
  cursor: pointer;
}

.video2 {
  height: 8.67rem;
}

.trims {
        overflow: hidden;
        position: relative;
  width: 100%;
  height: 9.75rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: .7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.trimsTit {
  font-family:'MiSans, MiSans' !important;
  font-weight: bold;
  font-size: 0.35rem;
  color: #6C4F2E;
  padding-bottom: .1rem;
  border-bottom: 0.02rem solid #707070;
  cursor: pointer;
  margin-bottom: .66rem;
}

.trims img {
        transition: all 1.8s;
    position: absolute;
    top: 0.66rem;
    left: 95%;
    /*left: 50%;*/
    transform: translate(-50%);
  width: 10.02rem;
  height: 6.9rem;
  margin-bottom: .85rem;
}

.trimsBox {
  display: flex;
  justify-content: center;
}

.trimsItem {
  width: 1.5rem;
  margin: 0 1rem;
}

.trimsItemTit {
  font-family:'MiSans, MiSans' !important;
  font-weight: bold;
  font-size: 0.5rem;
  color: #000000;
  text-align: center;
}

.trimsItemTxt {
  font-family:'MiSans, MiSans' !important;
  font-weight: 300;
  font-size: 0.18rem;
  color: #000000;
  text-align: center;
}

.proB {
  display: flex;
  margin-top: .3rem;
  margin-bottom: .86rem
}

.proB .trimsItem {
  width: auto;
  margin: 0;
  margin-right: .78rem;
}

.proB .trimsItemTit {
  font-family:'MiSans, MiSans' !important;
  font-weight: 600;
  font-size: 0.3rem;
  color: #6C4F2E;
  text-align: left;
}

.proB .trimsItemTxt {
  font-family:'MiSans, MiSans' !important;
  font-weight: 300;
  font-size: 0.18rem;
  color: #000000;
  text-align: left;
}

.avantier {
  padding-top: .68rem;
}

.avantierTit {
  font-family: p-medium;
  font-weight: bold;
  font-size: 0.35rem;
  color: #6C4F2E;
  text-align: center;
}

.avantierTxt {
  font-family:'MiSans, MiSans' !important;
  font-weight: 300;
  font-size: 0.2rem;
  color: #000000;
  text-align: center;
  margin-bottom: .62rem;
}

.avantierList {
  /*display: flex;*/
  /*flex-wrap: wrap;*/
}
.avantierListk{
    display: flex;
    
    grid-gap: 0.07rem;
}
.avantierItem {
  /*width: 4.17rem;*/
  /*height: 3.36rem;*/
  /*margin-right: .07rem;*/
  margin-bottom: .07rem;
}

.avantierItem:nth-child(6),.avantierItem:nth-child(10),.avantierItem:nth-child(16) {
  /*width: 4.88rem;*/
  margin-right: 0;
}

/*.avantierItem:nth-child(3n) {*/
/*  width: 4.2rem;*/
/*}*/

/*.avantierItem:nth-child(4n) {*/
/*  width: 5.68rem;*/
/*  margin-right: 0rem;*/
/*}*/

.alert{
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 100%;
  left: 0;
  background: #fff;
  z-index: 100;
  transition: all .3s;
  overflow-y: scroll;
}

.alert.active{
  top: 0;
}

.colse{
  width: .23rem;
  height: .23rem;
  position: absolute;
  top: .57rem;
  right: .52rem;
  cursor: pointer;
}

.alertT{
  width: 100%;
  height: 6.17rem;
  background: #FFFFFF;
  background-image: url(../img/alertBack.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.alertTbox{
  display: flex;
  padding-top: .68rem;
  justify-content: space-between;
}

.alertTit{
  font-family:'MiSans, MiSans' !important;
  font-weight: bold;
  font-size: 0.35rem;
  color: #000000;
}

.alertTxt{
  font-family:'MiSans, MiSans' !important;
  font-weight: 500;
  font-size: 0.2rem;
  color: #000000;
}

.alertR{
  width: 6.4rem;
  display: flex;
  flex-wrap: wrap;
}

.alertItem{
  width: 3.2rem;
  margin-bottom: .19rem;
}

.alertImg{
  width: 100%;
  height: 2.12rem;
  margin-bottom: .09rem;
}

.alertItemTit{
  font-family:'MiSans, MiSans' !important;
  font-weight: 500;
  font-size: 0.18rem;
  color: #000000;
  /*padding: 0 .53rem;*/
  text-align: center;
}

.alertTable table{
  width: 100%;
  border-collapse: collapse;
}

.alertTable tr{
  height: .65rem;
}

.alertTable th,
.alertTable td{
  border: 0.01rem solid #747474;
  color: #fff;
  padding: 0 1.81rem;
  text-align: left;
}

.alertTable th{
  background: #000000;
  font-family:'MiSans, MiSans' !important;
  font-weight: bold;
  font-size: 0.25rem;
}

.alertTable td{
        width: 50%;
  background: linear-gradient( 90deg, #040404 0%, #232323 100%);
  font-family:'MiSans, MiSans' !important;
  font-weight: 400;
  font-size: 0.2rem;
}
.trimsdata{
    top: 8.27rem;
    position: absolute;
    display: flex;
    align-items: center;
    gap: 1.66rem;
}
.scroll_num{
    font-family:'MiSans, MiSans' !important;
    font-weight: bold;
    font-size: 0.5rem;
    color: #6C4F2E;
    margin-bottom: 0.07rem;
    /*letter-spacing: 10px;*/
}
.trimsdatak{
        text-align: center;
    font-family:'MiSans, MiSans' !important;
font-weight: 300;
font-size: 0.18rem;
color: #000000;
line-height: 0.3rem;
}
@media only screen and (max-width:768px){
    .tabBtn{
            flex-direction: column;
            margin-left: 1.2rem;
    margin-right: 1.2rem;
    }
    .tabImgBox{
        justify-content: space-evenly;
    }
    .videoOne{
        height: 5rem;
    }
    .tabBtn{
            margin-top: 1.3rem;
    }
    .tabSwiper{
        height: auto;
        margin-bottom: 1rem !important;
    }
    .trims img{
        width: 7rem;
    }
    .trimsdata{
            gap: 0.6rem;
    }
    .video2{
        height: 3.6rem;
    }
}
