/*------------------------------第一帧------------------------------*/
.section { text-align: center; overflow: hidden ;}
/* .sect-video .video-text {position: fixed;  width: 100%; left: 0; top: 43%; justify-content: center;align-items: center; color: #fff;font-size: 3.75rem; font-weight: 900;mix-blend-mode: overlay; z-index: 2; } */
.pro-video::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.30); z-index: 9999; }
#myproVideo { position: absolute; right: 0; bottom: 0; top: 0; width: 100%; height: 100%; background-size: 100% 100%; background-position: center; background-size: contain; object-fit: cover; z-index: 1; }
#section0 { overflow: hidden;}
video::-webkit-media-controls { display: none !important; }

.pro-video .pro-video-txt {position: fixed;  width: 100%; left: 0; top: 200px; justify-content: center;align-items: center; font-weight: 900; z-index: 9999;}
.pro-video-txt .pro-video-txtp { color: #fff; font-size: 3rem; font-weight: 300;}
.pro-video-txt .pro-video-txtj { color: #fff; font-size: 2rem; font-weight: 400;}
.pro-video-txt .pro-video-btn { margin-top: 2.5rem;}

.pro-video-btn .btn-buy {width: 9.25rem; height: 2.5rem; border-radius: 50px; border: 1px solid var(--white, #FFF); background: #FFF;
color: black; font-size: 1rem; font-weight: 300; margin-right:24px;
}
.btn-buy:hover {background: rgba(255, 255, 255, 0.9); cursor: pointer;}

.pro-video-btn .btn-look {width: 9.25rem; height: 2.5rem; border-radius: 50px; border: 1px solid var(--white, #FFF); background: rgba(255, 255, 255, 0.00);
color: white; font-size: 1rem; font-weight: 300;
    
}
.btn-look:hover { background: rgba(255, 255, 255, 0.2); cursor: pointer;}

.btn-look img { width: 1.125rem; height: 1.125rem; vertical-align: -0.15rem; margin-left: 0.5rem; }

/*-------------------------------第二帧------------------------------*/
#section1 .pro-details1 { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); 
    /* padding-top: 4rem; */
    margin: 2rem 0;
    width: 75rem;
    height: 42.9375rem;
    display: flex;
    flex-direction: column;
}
.pro-details1 .pro-details1-head { width: 100%; height: 8.625rem; }
.pro-details1-head h1 { color: #000; font-size: 2.5rem; font-weight: 700; height: 3.375rem; }
.pro-details1-head div { width: 40.5625rem; height: 4rem; color: var(--grey700, #595959); font-size: 1.25rem; font-weight: 350; line-height: 2rem;
                margin: 0 auto; margin-top: 1.25rem; }


.pro-details1 .pro-details1-content { width: 100%; height: 33.0625rem; margin-top: 1.25rem; display: flex; justify-content: space-between; }
.pro-details1-content .pro-details1-left { width: 27.875rem; height: 100%; display: flex; align-items: baseline; flex-wrap: wrap; }
.pro-details1-content .pro-details1-center { width: 28.0625rem; height: 100%; display: flex; align-items: baseline; }
.pro-details1-content .pro-details1-right { width: 17.1875rem; height: 100%; display: flex; align-items: baseline; flex-wrap: wrap; }
.details1-box1,.details1-box2,.details1-box3,.details1-box4,.details1-box5,.details1-box6{border-radius: 1rem; position: relative;}
.details1-box1{width: 13.5rem; height: 16rem; margin-right: .875rem; margin-bottom: 1.0625rem; }
.details1-box2{width: 13.5rem; height: 16rem; }
.details1-box3{width: 27.875rem; height: 16rem; }
.details1-box4{width: 28.0625rem; height: 33.0625rem; }
.details1-box5{width: 17.1875rem; height: 16rem; margin-bottom: 1.0625rem; }
.details1-box6{width: 17.1875rem; height: 16rem; }

.details1-box-img{ width: 100%; height: 100%; overflow: hidden; border-radius: 1rem; }
.details1-box-img img{ width: 100%; height: 100%; object-fit: cover; transition: all .5s ease .1s;}
.details1-box-img img:hover { transform: scale(1.1); cursor: pointer;}

.details1-box-txt{ position: absolute; top: 10.625rem; width: 100%; height: 5.375rem; border-radius: 0px 0px 1rem 1rem; 
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.82) 100%); padding: 1.5rem 1.4375rem; }
.details1-box-txt h3{ color: #000000; font-size: 1.625rem; font-weight: 500; }

.details1-box-txt1 { position: absolute; top: 0; width: 100%; height: 6.75rem; border-radius: 1rem 1rem 0 0; }
.details1-box-txt1 h3{ color: #000000; font-size: 1.625rem; font-weight: 500; line-height: 6.75rem; }

.details1-box-txt2 { position: absolute; top: 0; width: 100%; height: 6.75rem; border-radius: 1rem 1rem 0 0; }
.details1-box-txt2 h3{ color: #000000; font-size: 1.625rem; font-weight: 500; line-height: 6.75rem; text-align: left; padding-left: 1.875rem; }


/*-------------------------------第三帧-------------------------------*/
#section2 {overflow: hidden; background-color: black;}
/*txt style*/
.pro-details2-tab { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); background-color: black;
     width: 100vw; height: 836px;} /*height: 100vh;*/
.pro-tab-txt { width: 100%; height: 3.375rem; margin-top: 50px; }
.pro-tab-txt h3 { font-size:40px; font-weight: 600; text-align: center; color: #fff; }

/*tab cards 组件*/
.pro-tabs ul.horizontal { list-style: none outside none; margin: 0; margin-top: .875rem; margin-bottom: 1.875rem;}
.pro-tabs li { background: #000000; margin: 0 2.25rem 0 0; display: inline-block; }
.pro-tabs a { color: #8C8C8C; display: block; font-size: 1.5rem; font-weight: 400; padding: 1.625rem 0px; text-decoration: none; }
/*修改*/
.horizontal .active { background: #000000 !important; border-bottom: 3px solid #FFFFFF !important; }
.horizontal .active > a { color: #FFFFFF;}

/*tab div*/
.pro-tabs > div { margin-top: 0px; height: 100%; width: 100%;}
.pro-tab1-txt {width: 40.5625rem; height: 4rem; margin: 0 auto; color: #DCDCDC; font-size: 1.25rem; font-weight: 300; line-height: 1.875rem; }

/*自定义tab1 swiper里的组件*/
.swiper-container { width: 100%; height: 509px; margin: 0 auto; overflow: hidden;} /*630px*/
.swiper-wrapper { -webkit-transform: translateZ(0); transform: translateZ(0); }
.swiper-slide { width: 1200px; width: auto;}
/*swiperbutton组件*/
.swiper-container .swiper-button-next, .swiper-container .swiper-button-prev { width: 52px; height: 52px; background: hsla(0,0%,100%,.16); color: #999; border-radius: 50%; display: flex; justify-content: center; align-items: center; }
/* .swiper-button-next:after , .swiper-button-prev:after { font-size: 20px; } */
.swiper-container .swiper-button-prev { left: calc(50% - 560px); right: calc(50% - 560px); left: auto;}
.swiper-container .swiper-button-next { right: calc(50% - 560px); left: calc(50% - 560px); right: auto}
/*video设置*/
.swiper-container .video-box { position:relative; width:1120px; height:509px; }
.swiper-container .video-box .video-box-in { position:absolute; top: 0; left: 0; width: 100%; height: 100%; }
.swiper-container .video { width: 100%; height: 100%; object-fit: cover; }
/*分页器设置*/
.swiper-pagination{ position: absolute;bottom: 0; left: 50%; transform: translate(-50%,-50%); width: auto; border-bottom: 1px solid hsla(0,0%,85%,.3); z-index: 9999;}
.swiper-pagination .pagination-item { padding-bottom: 20px; margin-left: 60px; color: hsla(0,0%,100%,.3); font-size: 19px; line-height: 27px; cursor: pointer; }
.swiper-pagination .pagination-item { margin-left: 0; margin-right: 50px; background-color: transparent; }
.swiper-pagination .pagination-item:last-child { margin-right: 0px; }
.swiper-pagination .pagination-item .line { display: none; }
.swiper-pagination .pagination-item.active { position: relative; color: #ccc; border-bottom-color: #ccc; }
.swiper-pagination .pagination-item.active .line { display: block; width: 100%; height: 2px; background: #ccc; position: absolute; bottom: -1.5px; left: 0; }
/*----------------------------------------------------------------------------------------*/
/*自定义tab2里的组件*/
.swipervc-container { width: 100%; height: 509px; margin: 0 auto; overflow: hidden;} /*630px*/
/*swiperbutton组件*/
.swipervc-container .swiper-button-next, .swipervc-container .swiper-button-prev { width: 52px; height: 52px; background: hsla(0,0%,100%,.16); 
    color: #999; border-radius: 50%; display: flex; justify-content: center; align-items: center; }

.swipervc-container .swiper-button-prev { left: calc(50% - 560px); right: calc(50% - 560px); left: auto;}
.swipervc-container .swiper-button-next { right: calc(50% - 560px); left: calc(50% - 560px); right: auto}
/*video设置*/
.swipervc-container .video-box { position:relative; width:1120px; height:509px; }
.swipervc-container .video-box .video-box-in { position:absolute; top: 0; left: 0; width: 100%; height: 100%; }
.swipervc-container .video { width: 100%; height: 100%; object-fit: cover; }
/*分页器设置*/
.swipervc-pagination{ position: absolute;bottom: 0; left: 50%; transform: translate(-50%,-50%); width: auto; border-bottom: 1px solid hsla(0,0%,85%,.3); z-index: 9999;}
.swipervc-pagination .paginationc-item { padding-bottom: 20px; margin-left: 60px; color: hsla(0,0%,100%,.3); font-size: 19px; line-height: 27px; cursor: pointer; }
.swipervc-pagination .paginationc-item { margin-left: 0; margin-right: 50px; background-color: transparent; }
.swipervc-pagination .paginationc-item:last-child { margin-right: 0px; }
.swipervc-pagination .paginationc-item .line { display: none; }
.swipervc-pagination .paginationc-item.active { position: relative; color: #ccc; border-bottom-color: #ccc; }
.swipervc-pagination .paginationc-item.active .line { display: block; width: 100%; height: 2px; background: #ccc; position: absolute; bottom: -1.5px; left: 0; }

/*----------------------------------------------------------------------------------------*/
/*自定义tab3里的组件*/
.swiperc-container { width: 100%; height: 509px; margin: 0 auto; overflow: hidden;} /*630px*/
/*swiperbutton组件*/
.swiperc-container .swiper-button-next, .swiperc-container .swiper-button-prev { width: 52px; height: 52px; background: hsla(0,0%,100%,.16); 
    color: #999; border-radius: 50%; display: flex; justify-content: center; align-items: center; }

.swiperc-container .swiper-button-prev { left: calc(50% - 560px); right: calc(50% - 560px); left: auto;}
.swiperc-container .swiper-button-next { right: calc(50% - 560px); left: calc(50% - 560px); right: auto}
/*video设置*/
.swiperc-container .video-box { position:relative; width:1120px; height:509px; }
.swiperc-container .video-box .video-box-in { position:absolute; top: 0; left: 0; width: 100%; height: 100%; }
.swiperc-container .video { width: 100%; height: 100%; object-fit: cover; }
/*分页器设置*/
.swiperc-pagination{ position: absolute;bottom: 0; left: 50%; transform: translate(-50%,-50%); width: auto; border-bottom: 1px solid hsla(0,0%,85%,.3); z-index: 9999;}
.swiperc-pagination .paginationc-item { padding-bottom: 20px; margin-left: 60px; color: hsla(0,0%,100%,.3); font-size: 19px; line-height: 27px; cursor: pointer; }
.swiperc-pagination .paginationc-item { margin-left: 0; margin-right: 50px; background-color: transparent; }
.swiperc-pagination .paginationc-item:last-child { margin-right: 0px; }
.swiperc-pagination .paginationc-item .line { display: none; }
.swiperc-pagination .paginationc-item.active { position: relative; color: #ccc; border-bottom-color: #ccc; }
.swiperc-pagination .paginationc-item.active .line { display: block; width: 100%; height: 2px; background: #ccc; position: absolute; bottom: -1.5px; left: 0; }


/*-------------------------------第四帧-------------------------------*/
.pro-details4 {height: 88.8125rem; display: flex; flex-direction: column; justify-content: center; align-items: center;}
.pro-details4 .pro-details4-content {width: 75rem; height: 23.0625rem; margin-top: 4.25rem; display: flex; flex-direction: row; flex-wrap: wrap; }

.pro-details4-text {width: 28rem; height: 23.0625rem; display: flex; flex-direction: column; align-items: flex-start; }
.pro-details4-text h2{ font-size: 2.5rem; font-weight: 700; color: black; margin-top: 81px; }
.pro-details4-text h5{ font-size: 1.5rem; font-weight: 500; background: linear-gradient(107deg, #E5000E 8.48%, #FC9F09 96.68%); background-clip: text;
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-top: 12px; }
.pro-details4-text .pro-details4-smltext { width: 431px; margin-top: 40px; font-size: 20px; font-weight: 300; color: #595959; 
    line-height: 32px; text-align: left; }

        
.pro-details4-rtext {width: 26.9375rem; height: 23.0625rem; display: flex; flex-direction: column; align-items: flex-end; }
.pro-details4-rtext h2{ font-size: 2.5rem; font-weight: 700; color: black; margin-top: 81px; }
.pro-details4-rtext h5{ font-size: 1.5rem; font-weight: 500; background: linear-gradient(107deg, #E5000E 8.48%, #FC9F09 96.68%); background-clip: text;
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-top: 12px; }
.pro-details4-rtext .pro-details4-smltext { width: 431px; margin-top: 40px; font-size: 20px; font-weight: 300; color: #595959; 
    line-height: 32px; text-align: right; }

.pro-details4-img {width: 39.375rem; height: 23.0625rem; overflow: hidden; border-radius: 1rem; }
.pro-details4-img img {width: 100%; height: 100%; object-fit: cover; }

/*-------------------------------第五帧-------------------------------*/
#section4 { background-color: #141414; }
.pro-details5 {  height: 45.1875rem; display: flex; flex-direction: column; align-items: center;}
.pro-details5 h2 { font-size: 2.5rem; font-weight: 600; color: #ffffff; }
.pro-details5 .pro5-box { width: 1200px; height: 600px; border-radius: 16px; overflow: hidden; background-color: #000000; 
    margin-top: 60px; display: flex; flex-direction: row; justify-content: space-between; align-items: center;
}
.pro5-box .pro5-box-left { width: 352px; height: 552px; margin-top: 24px; margin-left: 24px; margin-bottom: 24px; text-align: left; }
.pro5-box-left h4 { font-size: 2.25rem; font-weight: 600; color: #ffffff; line-height: 108px; 
            padding-top: 33px; padding-left: 50px;
}
.pro5-box-left p { font-size: 1.5rem; font-weight: 300; color: #DCDCDC; padding-top: 2px; padding-left: 50px;}
.pro5-box .pro5-box-right { width: 800px; height: 552px; margin-top: 24px; margin-right: 24px; margin-bottom: 24px; }
.pro5-box-right .promodel{ width: 100%; height: 100%; background-color: black; }

/*-------------------------------第六帧-------------------------------*/
.pro-details6 { height: 43.875rem; display: flex; flex-direction: column; align-items: center; }
.pro-details6 h2 { font-size: 2.5rem; font-weight: 700; color: #000000; }
.pro-details6 h4 { font-size: 2rem; font-weight: 350; color: #000000; }
.pro-details6-smtext { width: 50rem; margin-top: 7px; font-size: 20px; font-weight: 300; color: #2B2B2B; margin-bottom: 21px;}

/*video设置*/
.pro-details6 .d6-video-box { position:relative; width:1080px; height:504px; border-radius: 16px; overflow: hidden; }
.pro-details6 .d6-video-box  .d6-video-box-in { position:absolute; top: 0; left: 0; width: 100%; height: 100%; }
.pro-details6 .d6-video { width: 100%; height: 100%; object-fit: cover; }

/*-------------------------------第七帧-------------------------------*/
.pro-details7 {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); margin: 2rem 0; width: 75rem; height: 40.375rem; display: flex; flex-direction: column;}
.pro-details7 .pro-details7-head { width: 100%; height: 8.625rem; }
.pro-details7-head h1 { color: #000; font-size: 2.5rem; font-weight: 700; height: 3.375rem; }
.pro-details7-head div { width: 36.25rem; height: 4rem; color: var(--grey700, #595959); font-size: 1.25rem; font-weight: 350; line-height: 2rem;
                        margin: 0 auto; margin-top: 1.25rem;  }

.pro-details7 .pro-details7-con{ width: 100%; height: 30.5rem; margin-top: 1.25rem; display: flex; justify-content: space-between; }
.pro-details7-con .pro-details7-left { width: 391px; height: 100%; display: flex; align-items: baseline; }
.pro-details7-con .pro-details7-center { width: 392px; height: 100%; display: flex; align-items: baseline; }
.pro-details7-con .pro-details7-right { width: 391px; height: 100%; display: flex; align-items: baseline; flex-wrap: wrap; }
.details7-box1,.details7-box2,.details7-box3,.details7-box4 { border-radius: 1rem; position: relative; }
.details7-box1 { width: 100%; height: 30.5rem;}
.details7-box2 { width: 100%; height: 30.5rem;}
.details7-box3 { width: 100%; height: 14.75rem; margin-bottom: 1rem;}
.details7-box4 { width: 100%; height: 14.75rem; }
        
.details7-box-img { width: 100%; height: 100%; overflow: hidden; border-radius: 1rem; }
.details7-box-img img{ width: 100%; height: 100%; object-fit: cover; transition: all .5s ease .1s;}
.details7-box-img img:hover { transform: scale(1.1); cursor: pointer;}

.details7-box-txt { position: absolute; bottom: 0; width: 391px; height: 144px; border-radius: 0px 0px 1rem 1rem; 
            background: rgba(255, 255, 255, 0.53); backdrop-filter: blur(2px); }
.details7-box-txt h3 { color: #000000; font-size: 2rem; font-weight: 500; padding-top: 36px;}
.details7-box-txt a { color:#000000; font-size: 1rem; font-weight: 300; padding-bottom: 36px; }
.details7-box-txt a:hover {text-decoration: underline;}
.details7-box-txt img { width: 10px; height: 12px;}

.details7-box-txt2 { position: absolute; top:0; width: 391px; height: 108px; border-radius: 1rem 1rem 0rem 0rem; 
        background: rgba(255, 255, 255, 0.53); backdrop-filter: blur(2px); text-align: left;}
.details7-box-txt2 h3 { color: #000000; font-size: 2rem; font-weight: 500; padding-top: 16px; padding-left: 16px; }
.details7-box-txt2 a { color:#000000; font-size: 1rem; font-weight: 300; padding-top: 16px; padding-left: 16px; }
.details7-box-txt2 a:hover {text-decoration: underline;}
.details7-box-txt2 img { width: 10px; height: 12px;}

/*-----------modal vedio style-----------*/
.style-modal-vedio {display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #232526; z-index: 10000; }
.style-modal-vedio-btn {top: 5rem; right: 5rem; font-size: 1.5rem; line-height: 1; transition: all .5s ease; width: 2.5rem; position: absolute; 
    padding: 0; background-color:rgba(0,0,0,.2); color: #fff; height: 2.5rem; border: none; display: inline-flex; justify-content: center; 
    align-items: center; white-space: nowrap; text-align: center; border-radius: 50%!important; outline: none; cursor: pointer; z-index: 10100;}
.style-modal-vedio-btn:hover { background-color:#919699 }
#product-video { max-width:52.5rem; max-height:29.5rem;top: 50%;left: 50%; transform: translate(-50%,-50%);}