.h_z_bg{
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("/static/img/h_z_bg.jpg");
    background-size: 100% 100%;
}
.main{
    max-width: var(--layout-max-width);
    margin: 0 auto;
}
.h_p_b{
    height: 100vh;
    /*background-image: url("/static/img/home_banner_d.png");*/
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat;
}
.h_p_b .swiper-slide .banner-link{
    display: block;
    position: relative;
    height: 100%;
}
.h_p_b .h_p_b_bg{
    position: relative;
    z-index: 1;
    height: 100vh;
}
.h_p_b .h_p_b_bg .thumb{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.h_p_b .swiper-slide .h_p_b_m{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}
.h_p_b .swiper-slide .h_p_b_m .main{
    position: relative;
    height: 100%;
}
.h_p_b .swiper-slide .h_p_b_m .main .content{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*.h_p_b .swiper-slide .h_p_b_m .main .left-panel{*/
/*    width: calc(700 / var(--layout-max-width-number) * 100%);*/
/*    position: absolute;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    z-index: 2;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*}*/
.h_p_b .swiper-slide .h_p_b_m .main .left-panel{
    width: calc(700 / var(--layout-max-width-number) * 100%);
    position: relative;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.h_p_b .swiper-slide .h_p_b_m .main .left-panel .label{
    font-size: 90px;
    line-height: 108px;
}
.h_p_b .swiper-slide .h_p_b_m .main .left-panel .value{
    font-size: 70px;
    position: relative;
    background-image: url("/static/img/home_banner_thumb_circle.png");
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: 330px 0;
    line-height: 84px;
    margin-top: 34px;
}
.h_p_b .swiper-slide .h_p_b_m .main .left-panel .btn{
    width: 142px;
    height: 48px;
    border-radius: 12px;
    color: #000;
    background-color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.h_p_b .swiper-slide .h_p_b_m .main .right-panel{
    position: relative;
    width: calc(563 / var(--layout-max-width-number) * 100%);
    margin-right: calc(-64 / var(--layout-max-width-number) * 100%);
    margin-bottom: -20px;
    z-index: 1;
}
.h_p_b .swiper-slide .h_p_b_m .main .right-panel div{
    position: relative;
    padding-bottom: calc( 732 / 563 * 100% );
}
.h_p_b .swiper-slide .h_p_b_m .main .right-panel img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.h_p_b .swiper-pagination{
    bottom: 70px;
}
.h_p_b .swiper-pagination .bullet{
    font-size: 26px;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: 50% 25px;
    padding-bottom: 10px;
    cursor: pointer;
}
.h_p_b .swiper-pagination .bullet + .bullet{
    margin-left: 60px;
}
.h_p_b .swiper-pagination .bullet.bullet-active{
    background-image: url("/static/img/home_banner_bullet_active.png");
}
.h_o_b{
    background-color: rgba(0, 0, 0, 0.15);
    padding-top: 148px;
    padding-bottom: 108px;
}
.h_o_b .h_o_b_box{
    display: flex;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.h_o_b .h_o_b_box .item{
    height: 340px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 22px;
    border: 1px solid #525252;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.h_o_b .h_o_b_box .item .text{
    font-size: 60px;
    font-weight: bold;
    line-height: 72px;
    color: rgba(163, 163, 163, 1);
}
.h_o_b .h_o_b_box .item .line{
    position: absolute;
    left: 30px;
    right: 30px;
    height: 12px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.h_o_b .h_o_b_box .item .line span{
    width: 12px;
    height: 12px;
    flex: 12px 0 0;
    background-color: #525252;
    border-radius: 2px;
    margin-right: 18px;
}
.h_o_b .h_o_b_box .item .line.top-line{
    top: 21px;
}
.h_o_b .h_o_b_box .item .line.bottom-line{
    bottom: 21px;
}
.h_o_b .h_o_b_box.h_o_b_one{
    padding-right: 70px;
    flex-direction: row-reverse;
}
.h_o_b .h_o_b_box.h_o_b_one .item{
    width: 510px;
    flex: 510px 0 0;
}
.h_o_b .h_o_b_box.h_o_b_one .item:nth-child(1){
    width: 934px;
    flex: 934px 0 0;
}
.h_o_b .h_o_b_box.h_o_b_one .item:nth-child(1) .line{
    left: 25px;
    right: 25px;
}
.h_o_b .h_o_b_box.h_o_b_one .item + .item{
    margin-right: 58px;
}
.h_o_b .h_o_b_box.h_o_b_two{
    padding-left: 38px;
    margin-top: 41px;
}
.h_o_b .h_o_b_box.h_o_b_two .item{
    width: 622px;
    flex: 622px 0 0;
}
.h_o_b .h_o_b_box.h_o_b_two .item:nth-child(1){
    width: 714px;
    flex: 714px 0 0;
}

.h_o_b .h_o_b_box.h_o_b_two .item + .item{
    margin-left: 62px;
}
.h_o_b .h_o_b_box_container{
    position: relative;
}
.h_o_b .h_o_b_box_container .h_o_b_mask{
    width: 100%;
    height: 580px;
    position: absolute;
    top: calc(50% - 580px / 2);
    left: 0;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.h_o_b .h_o_b_box_container .h_o_b_mask::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 1);
    filter: blur(200px);
    z-index: 1;
    border-radius: 150px;
}
.h_o_b .h_o_b_box_container .h_o_b_mask img{
    width: 763px;
    z-index: 2;
}
.h_o_b .h_o_b_box_container .h_o_b_mask .text{
    text-align: center;
    font-size: 46px;
    line-height: 66px;
    height: 66px;
    margin-top: 43px;
    z-index: 2;
}

.h_n .main{
    position: relative;
}
.h_n .thumb{
    display: block;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
}
.h_n .thumb img{
    width: 100%;
}
.h_n .more{
    position: absolute;
    top: -47px;
    right: 0;
    color: transparent;
    -webkit-background-clip: text;
    color: #fff;
    /*background-image: linear-gradient(90deg, rgba(255, 59, 176, 1) 0%, rgba(255, 190, 77, 1) 34.24%, rgba(89, 212, 32, 1) 68.57%, rgba(0, 191, 255, 1) 100%);*/
    font-size: 20px;
    height: 29px;
    line-height: 29px;
}
.p_h{
    margin-top: 160px;
}
.p_h .container{
    display: flex;
    justify-content: space-between;
    z-index: 1;
    position: relative;
}
.p_h .p_h_thumb{
    position: relative;
    height: 400px;
    flex: 1;
}
.p_h .p_h_thumb .p_h_f_l{
    position: absolute;
    right: -20px;
    bottom: -200px;
}
.p_h .p_h_thumb .p_h_f_l img{
    width: 100%;
    height: 100%;
}
.p_h .p_h_video{
    width: 798px;
    height: 400px;
    border-radius: 5px;
    box-sizing: border-box;
    position: relative;
    background-color: #000;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 80px;
    padding-right: 56px;
}
.p_h .p_h_video::before{
    position: absolute;
    content: '';
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: 100% 100%;
    background-image: url("/static/img/p_h_video_border.png");
}
.p_h .p_h_video .content{
    display: flex;
    flex-direction: column;
}
.p_h .p_h_video .content p:nth-child(1){
    font-size: 18px;
    line-height: 22px;
}
.p_h .p_h_video .content p{
    font-size: 14px;
    line-height: 20px;
}
.p_h .p_h_video .content p + p{
    margin-top: 39px;
}
.p_h .p_h_video .thumb{
    width: 360px;
    height: 360px;
    position: relative;
}
.p_h .p_h_video .thumb img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.p_h .p_h_video .pre_video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p_h .p_h_video .pre_video video{
    width: 100%;
    height: 100%;
    background-color: #000;
    object-fit: contain;
}
.p_h .thumb-container{
    margin-top: 24px;
    z-index: 2;
}
.p_h .left-panel{
    width: 605px;
    height: 400px;
    background-position: 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
}
.p_h .left-panel img{
    position: absolute;
}
.p_h .left-panel img:nth-child(1){
    left: 45px;
    top: 62px;
}
.p_h .left-panel img:nth-child(2){
    right: 23px;
    top: 40px;
}
.p_h .left-panel:hover img:nth-child(2){
    transform: scale(1.13);
}
.p_h .right-panel{
    width: 690px;
    height: 400px;
    box-sizing: border-box;
    padding: 26px 34px 0 34px;
    border-radius: 5px;
    overflow: hidden;
    background-image: url("/static/img/product_thumb_right.png");
    background-size: 100% 100%;
}
.p_h .right-panel .title{
    font-size: 18px;
    line-height: 22px;
    height: 22px;
}
.p_h .right-panel ul{
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
}
.p_h .right-panel li{
    flex-basis: 134px;
    box-sizing: border-box;
}
.p_h .right-panel li .thumb{
    position: relative;
}
.p_h .right-panel li .thumb div{
    position: relative;
    padding-bottom: calc(222 / 130 * 100%);
}
.p_h .right-panel li .thumb div img{
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.p_h .right-panel li .thumb div:hover{
    transform: scale(1.13);
}
.p_h .right-panel li .text{
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    font-weight: bold;
}
.p_h .left-panel img, .p_h .right-panel img{
    width: 100%;
    height: 100%;
}
.p_card-container{
    margin-top: 125px;
}
.p_card-container .main{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}
.p_card-container .card-box{
    flex-basis: 425px;
    height: 500px;
    box-sizing: border-box;
    position: relative;
    border-radius: 5px;
    justify-content: space-between;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 1);
}
.p_card-container .card-box::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: 100% 100%;
    background-image: url("/static/img/p_card-border.png");
    z-index: 2;
}
.p_card-container .card-box .thumb{
    margin: auto;
    position: relative;
}
.p_card-container .card-box .thumb img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.p_card-container .card-box[data-hover]:hover .thumb{
    transform: scale(1.1);
}
.p_card-container .card-box .thumb .pre_video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p_card-container .card-box .thumb .pre_video video{
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: #000;
}
.p_card-container .card-box .text{
    position: absolute;
    width: 100%;
    left: 0;
    top: 408px;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}
.p_card-container-2{
    margin-top: 120px;
}
.p_card-container-2 .main{
    display: flex;
    justify-content: space-between;
}
.p_card-container-2 .card-box{
    border-radius: 5px;
}
.p_card-container-2 .left-panel{
    width: 799px;
}
.p_card-container-2 .left-panel .card-box{
    display: flex;
    justify-content: space-between;
    height: 382px;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    border: 1px solid transparent;
}
.p_card-container-2 .left-panel .card-box::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: 100% 100%;
    background-position: 0;
    background-image: url("/static/img/p_card-border-2.png");
}
.p_card-container-2 .left-panel .card-box .text{
    /*flex: 1;*/
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    font-size: 18px;
    line-height: 22px;
    padding-left: 85px;
}
.p_card-container-2 .left-panel .card-box .thumb{
    width: 415px;
    height: 100%;
}
.p_card-container-2 .left-panel .card-box .thumb img{
    max-width: 100%;
    max-height: 100%;
}
.p_card-container-2 .left-panel .card-box[data-hover]:hover .thumb{
    transform: scale(1.13);
}
.p_card-container-2 .left-panel .card-box + .card-box{
    margin-top: 21px;
}
.p_card-container-2 .right-panel{
    width: 498px;
}
.p_card-container-2 .right-panel .card-box{
    height: 100%;
    background-color: rgba(0, 0, 0, 1);
    box-sizing: border-box;
    position: relative;
    border: 1px solid transparent;
}
.p_card-container-2 .right-panel .card-box::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: 100% 100%;
    background-position: 0;
    background-image: url("/static/img/p_card-border-3.png");
}
.p_card-container-2 .right-panel .card-box .thumb{
    margin: auto;
    position: relative;
}
.p_card-container-2 .right-panel .card-box .thumb img{
    width: 100%;
}
.p_card-container-2 .right-panel .card-box .thumb .pre_video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p_card-container-2 .right-panel .card-box .thumb .pre_video video{
    width: 100%;
    height: 100%;
}
.p_card-container-2 .right-panel .card-box .text{
    position: absolute;
    width: 100%;
    left: 0;
    top: 650px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}
.p_download-container{
    padding: 90px 0;
}
.p_download-container .btn{
    display: block;
    margin: auto;
    font-size: 20px;
    text-align: center;
    width: 428px;
    height: 90px;
    line-height: 90px;
    border-radius: 5px;
    box-sizing: border-box;
    overflow: hidden;
    border-color: rgba(255, 255, 255, 1);
    background-image: url("/static/img/product_download_bg.png");
    background-size: 100% 100%;
}
.brand-banner{
    width: 100%;
}
.brand-banner img{
    width: 100%;
}
.brand-des{
    padding-top: 110px;
    padding-bottom: 92px;
    position: relative;
}
.brand-des:after{
    position: absolute;
    content: '';
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
}
.brand-des p{
    font-size: 35px;
    text-align: center;
    line-height: 50px;
    position: relative;
    z-index: 3;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand-des p .brand-des-logo{
    width: 171px;
    margin-top: 4px;
}
.brand-des .brand-des-icon{
    position: absolute;
    left: calc(1092 / 1920 * 100%);
    top: 266px;
    z-index: 2;
    width: 342px;
}
.brand-list{
    padding-bottom: 1px;
}
.brand-list .card{
    padding-top: 115px;
    padding-bottom: 97px;
}
.brand-list .card-box{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.brand-list .card .content{
    width: calc(100% - 580px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding-right: 87px;
}
.brand-list .card .content .title{
    font-size: 30px;
    position: relative;
}
.brand-list .card .content .title .text{
    font-size: 30px;
    position: relative;
    z-index: 2;
    line-height: 36px;
    font-weight: 400;
}
.brand-list .card .content .title .icon{
    position: absolute;
    width: 136px;
    left: 32%;
    top: 36px;
    z-index: 1;
}
.brand-list .card .content .des{
    width: 100%;
    font-size: 18px;
    line-height: 24px;
}
.brand-list .card .thumb{
    width: 580px;
    height: 400px;
}
.brand-list .card .thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.brand-list .card:nth-child(2n){
    padding-top: 99px;
    padding-bottom: 133px;
    background-color: rgba(0, 0, 0, 0.6);
}
.brand-list .card:nth-child(2n) .card-box{
    flex-direction: row-reverse;
}
.brand-list .card:nth-child(2n) .content{
    padding-right: 0;
    padding-left: 87px;
}
.brand_footer{
    padding: 100px 0;
    text-align: center;
}
.brand_footer p{
    font-size: 20px;
    line-height: 24px;
    height: 24px;
}
.news-container{
    background-image: url("/static/img/news_bg.png");
    background-repeat: no-repeat;
    background-size: 984px;
    background-position: bottom -110px right;
    padding-top: 74px;
}
.news-container .main{
    width: 1000px;
}
.news-container .news-list .card{
    display: flex;
    justify-content: space-between;
    height: 161px;
    border-radius: 20px;
    /*background-color: rgba(184, 184, 184, 1);*/
    background-color: #fff;
    overflow: hidden;
}
.news-container .news-list .card + .card{
    margin-top: 29px;
}
.news-container .news-list .card .thumb{
    width: 295px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}
.news-container .news-list .card .thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-container .news-list .card .content{
    flex: 1;
    padding-left: 78px;
    padding-right: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-container .news-list .card .content *{
    color: #000;
}
.news-container .news-list .card .content .left-text{
    font-size: 26px;
    line-height: 32px;
    width: 120px;
}
.news-container .news-list .card .content .right-text{
    flex: 1;
    font-size: 28px;
    line-height: 34px;
    padding-left: 30px;
}
.news-container .news_page{
    text-align: center;
    padding: 55px 0;
}
.news-container .news_page a{
    display: inline-block;
    font-size: 14px;
    opacity: .5;
    margin: 0 15px;
}
.news-container .news_page a.is-active{
    color: rgba(255, 238, 0, 1);
    opacity: 1;
}
.newshow{
    padding: 132px 0 62px 0;
}
.newshow *{
    color: #000;
}
.newshow .content *{
    max-width: 100%;
    font-size: unset;
}
.contact-page .content{
    display: flex;
    justify-content: space-between;
}
.contact-page .content .panel{
    box-sizing: border-box;
    width: 622px;
}
.contact-page .content .panel .panel-title{
    height: 90px;
    padding-top: 30px;
    line-height: 60px;
    box-sizing: border-box;
    font-size: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.contact-page .content .left-panel .item{
    height: 140px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    padding-left: 58px;
    background-image: url("/static/img/h_footer_email.png");
    background-repeat: no-repeat;
    background-size: 27px 19px;
    background-position: left 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact-page .content .left-panel .item .label{
    font-size: 20px;
    line-height: 40px;
}
.contact-page .content .left-panel .item .value{
    font-size: 20px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 40px;
}
.contact-page .content .right-panel .apply-content{
    height: calc(100% - 90px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.contact-page .content .right-panel .apply-content .card-box{
    width: 278px;
}
.contact-page .content .right-panel .apply-content .card-box .search-box{
    height: 40px;
    line-height: 40px;
    /*background-color: #fff;*/
    box-sizing: border-box;
    background-image: url("/static/img/contact_comitok_official.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    color: #000;
    font-size: 20px;
    user-select: none;
}
.contact-page .content .right-panel .apply-content .card-box .list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 36px;
}
.contact-page .content .right-panel .apply-content .card-box .list .icon{
    width: 38px;
    height: 38px;
    margin-bottom: 22px;
    margin-right: 22px;
    display: block;
    overflow: hidden;
}
.contact-page .content .right-panel .apply-content .card-box .list .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.contact-page .content .right-panel .apply-content .card-box .list .icon:nth-child(5n){
    margin-right: 0;
}