@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{
    display: flex;
    gap: 6.7rem;
    justify-content: space-between;
}
.manuals .manuals-content span{

}
.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: 2.5rem;
    color: #000000;
    line-height: 3.01rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.manuals .manuals-content img.picture{
    width: 84.89rem;
    height: 34.48rem;
}
.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;
    width:11.1% !important;;
}
.social .social-content .social-content-item img{
    width: 12rem;
    height: 12rem;
}
.social .social-content .social-content-item span{
    width: 24.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;
    cursor: pointer;
}
.video .video-container {
    position: relative;
    width: 177.6rem;
    height: 72.13rem;
    background: #000;
    overflow: hidden;
}
.video .video-container::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35%;
    transition: all 0.3s ease;
    z-index: 2;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0) 60%);
}
.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: 11.7rem;
    height: 11.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;
    width: 177.6rem;
}
.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;
}
.video-container-group .video-container{
    width: calc(50% - 2rem);
}


/* 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;
    }
    .manuals .manuals-content img.picture{
        width: 90vw;
        height: auto;
    }
     .social .social-content{
        gap: 19rem;
    }
    .video .video-container{
        width: 100%;
        height: auto;
    }
    .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;
    }
    .manuals .manuals-content{
            flex-wrap: wrap;
    }
    .video-container-group{
        width: 90vw;
    }
    
    
     .modal-dialog .modal-content {
                width: 78vw;
        height: 78rem;
        padding: 5rem;
    }
    .modal-dialog{
        width: 78vw;
    }
    .modal-title {
        font-size: 7.7rem;
    }
    .modal-dialog input {
        padding: 2rem;
        font-size: 6.3rem;
        margin-top: 6rem;
        height: 22rem;
    }
    .modal-dialog input::placeholder {
        font-size: 6.3rem;
    }

    .modal .btn {
        font-size: 6.4rem;
        width: 30rem;
        border-radius: 1.3rem;
    }
    .modal a {
        font-size: 6.4rem;
       
    }
    .close{
        font-size: 7rem;
    }

}
