@font-face {
    font-family: '452';
    src: url('../../font-awesome/fonts/452-cai978.ttf') format('woff'),
    url('.../../font-awesome/fonts/452-cai978.ttf') format('woff2');
}
.manuals-container{
    padding-left: 10.8rem;
    padding-right: 14.9rem;
}

.banner-home img{
    width: 100%;
    padding: 0px;
    height: 100%;
    object-fit: cover;
}
.manuals{
    width: 100%;
    margin-top: 7.5rem;
}
.manuals .title,.social .title,.video .title{
    font-family: '452';
    font-weight: normal;
    font-size: 7.4rem;
    color: #464646;
    text-align: left;
    font-style: normal;
    text-transform: none;
    width: 100%;
    display: block;
    border-bottom: 1px solid #a0a0a0;
    position: relative;
}
.manuals .title::before,
.social .title::before,
.video .title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 19rem;
    background-color: red;
}
.manuals .title{
    margin-bottom: 3.6rem;
}
.video .title{
    margin-bottom: 5.9rem;
}
.manuals .manuals-content{

}
.manuals .manuals-content span{

}
.manuals .manuals-content .manuals-content-item{
    height: 32rem;
    margin-bottom:15rem;
}
.manuals .manuals-content .manuals-content-item-span{
    margin-top: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 2rem;
    padding-right: 2rem;
}
.manuals .manuals-content .manuals-content-item-span span{
    font-family: Arial, Arial;
    font-weight: normal;
    font-size: 3.05rem;
    color: #000000;
    line-height: 3.01rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.manuals .manuals-content img.picture{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.social{
    margin-top: 13.1rem;
}
.social .social-content{
    display: flex  ;
    /*gap: 13.7rem;*/
    justify-content: space-between;
    padding-left: 4.3rem;
    padding-right: 1.2rem;
    margin-top: 11.2rem;
    padding-bottom: 16.4rem;
}
.social .social-content .social-content-item{
    gap: 5.1rem;
}
.social .social-content .social-content-item img{
    width: 17.1rem;
    height: 17.1rem;
}
.social .social-content .social-content-item span{
    width: 16.7rem;
    height: 4.8rem;
    font-family: Arial, Arial;
    font-weight: normal;
    font-size: 2.5rem;
    color: #959595;
    line-height: 3.02rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.video{
    margin-top: 13.7rem;
}
.video .video-container {
    position: relative;
    width: 177.6rem;
    height: 72.13rem;
    background: #000;
    overflow: hidden;
}

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

.video .custom-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 22.7rem;
    height: 22.7rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.video .custom-play-button img{
    width: 100%;
    height: 100%;
}


.video .bottom-text {
    position: absolute;
    bottom: 2.8rem;
    left: 6.1rem;

    z-index: 2;

    font-family: Arial, Arial;
    font-weight: normal;
    font-size: 5.34rem;
    color: #FFFFFF;
    line-height: 5.27rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.video-container-group{
    display: flex;
    gap: 4rem;
    margin-top: 5.5rem;
}
.video-container-group  .video-container{
    height: 47.77rem;
}
.video-container-group  .bottom-text {

    font-size: 3.06rem;
    left: 3.2rem;
    bottom: 2.7rem;
}
.video-container-group .custom-play-button{
    width: 10.8rem;
    height: 10.8rem;
}

.category-children .category-title1 {
    font-family: 'Square721';
    font-weight: normal;
    font-size: 2.96rem;
    color: #636363;
    line-height: 3.07rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex
;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 2.6rem;
    margin-left: 6rem;
    margin-top: 2rem;
    gap: 1rem;
    cursor: pointer;
}
.category-left{
    padding-left: 0px !important;
        overflow-y: auto;
    height: 60vh;
}
.category-title{
    padding-left: 0px !important;
}
.category-title .arrow{
    width: 2rem !important;
    height: 2rem !important;
    transform: rotate(-45deg) !important;
}
/* 展开状态箭头 */
.category-title .arrow.open {
    transform: rotate(45deg);
}
.category-children label{
    margin-bottom: 2.6rem !important;
        margin-left: 9rem !important;
}
/* Modal 垂直居中 */
.modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    margin: 0;
    width: 33rem;
}
.modal-dialog .modal-content{
       width: 44rem;
    height: 20rem;
    padding: 1rem;
    
}
.modal-dialog input{
    padding: 1rem;
    font-size: 1.3rem;
}
.modal .btn{
        font-size: 1.4rem;
    width: 8rem;
    border-radius: 0.3rem;
}
.modal-title{
    font-size: 1.7rem;
}
.modal  a{
    cursor: pointer;
    font-size: 1.4rem;
    color: #6a6868;
}
.modal-dialog #confirmDownload{
        background-color: #e73737;
    border: none;
}
/* Chrome / Safari / Edge */
.modal-dialog input::placeholder {
    font-size: 1.3rem;
}

/* Firefox */
.modal-dialog input::-moz-placeholder {
   font-size: 1rem;
}

/* Internet Explorer 10–11 */
.modal-dialog input:-ms-input-placeholder {
    font-size: 1rem;
}

/* Microsoft Edge (旧版) */
.modal-dialog input::-ms-input-placeholder {
    font-size: 1rem;
}
@media screen and (max-width: 768px) {
    .banner-home {
        aspect-ratio: 9/16;
    }
    .social .social-content .social-content-item{
        margin-top: 10rem;
    }

    .social .social-content .social-content-item span{
        width: 49.7rem;
        font-size: 6.5rem;
        line-height: 8.02rem;
        height: auto;
    }
    .social .social-content .social-content-item img {
        width: 29.1rem;
        height: 29.1rem;
    }
    .manuals .title, .social .title, .video .title{
        font-size: 11.4rem;
    }
    .manuals .title::before, .social .title::before, .video .title::before{
        width: 33rem;
    }
    .manuals .manuals-content .manuals-content-item-span span{
        font-size: 6.05rem;
    }
    .manuals-content-item-span img{
        width: 9rem;
        height: auto;
    }
    .video .bottom-text,.video-container-group .bottom-text{
        font-size: 6rem;
    }
}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 12rem;
    object-fit: cover;
}



.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
    cursor: pointer;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    cursor: url('../../images/cur.png'), auto;
    object-fit: cover;
}
.mySwiper img{
    height: 12rem;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    display: none;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
    left: var(--swiper-navigation-sides-offset, 2rem);
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 2rem);
}
.download{
    position: absolute;
    right: 1rem;
    bottom: 4.3rem;
    cursor: pointer;
}
.preview{
    position: absolute;
    right: 1rem;
    bottom: 9.3rem;
    cursor: pointer;

}
.category-left,.category-title{
    padding-left: 0px;
}

.category-title{

    font-family: Arial, Arial;
    font-weight: 900;
    font-size: 3.5rem;
    color: #000000;
    line-height: 4.15rem;
    /* letter-spacing: 32px; */
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 0rem !important;
}
.category-left,.category-content{
    margin-top: 0rem !important;
}
.totals{

    font-family: Arial, Arial;

    font-size: 2.91rem;
    color: #000000;
    line-height: 3.02rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.totals span{
    font-weight: 900;
}
.product-content{
    margin-top: 0rem;
}
.product-content .download_all{
    background-color: #CCC;
    COLOR: #FFF;
    MARGIN-LEFT: 1REM;
    padding: 1rem 2rem;
    border-radius: 1rem;
    cursor: pointer;
}

.pswp img {

    height: auto !important;

}