@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;
    margin-bottom: 14rem;
}
.manuals .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;
    max-width: 176rem;
}
.manuals .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;
    flex-wrap: wrap;
}
.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: 83.89rem;
    height: 34.48rem;
    object-fit: cover;
}
.manuals .manuals-content img.picture:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3); /* 阴影 */
}
.manuals:last-child{
    margin-bottom: 20rem;
}
/* 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;
    }
    .manuals .manuals-content img.picture{
            width: 95vw;
           height: auto;
           margin-top: 11rem;
    }
    .manuals .manuals-content .manuals-content-item-span{
            width: 95vw;
    word-wrap: break-word;
    display: flex;
    }
    .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;
        line-height: 7rem;
    }
    .manuals-content-item-span img{
        width: 9rem;
        height: auto;
    }
    .video .bottom-text,.video-container-group .bottom-text{
        font-size: 6rem;
    }
    
    
    .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;
    }

}
