/*产品文件*/
.product-files-wrapper {
    margin: 50px auto;
    font-family: Helvetica;
    max-width: 1200px;
}
.product-files-wrapper .title {
    color: #1D1F21;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 37px;
}
.download-files-btn {
    border-radius: 8px;
    border: 1px solid var(--color);
    padding: 15px 50px;
    color: var(--color);
}
.download-files-btn:hover {
    background-color: var(--color);
    color: #fff;
}
.download-files-btn img {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 10px;
}
.checked-down-files{
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
}
.checked-down-files input{
    cursor: pointer;
}
.checked-down-files label{
    margin-left: 5px;
    cursor: pointer;
}
.download-icon-active {
    display: none;
}
.download-files-btn:hover .download-icon-active {
    display: inline-block;
}
.download-files-btn:hover .download-icon-default {
    display: none;
}
.file-references {
    margin: 10px 0;
    color: #44494E;
    font-size: 14px;
    line-height: 21px;
}
.product-files-wrapper .download-files-btn{
    padding: 15px 20px;
    margin-top: 30px;
}
.file-references,.files-size{
    margin-left: 2em;
}
.files-size {
    color: #9BA7B2;
}
.file-action {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 21px;
}
.file-action img {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.file-action .file-item-file-icon{
    width: 32px;
    height: 32px;
    object-fit: contain;
}
.file-action a {
    display: inline-block;
    margin-right: 10px;
    color: var(--color);
    font-weight: bold;
}
.file-action a:hover {
    color:#1962A1;
}
.file-action a img {
    margin-right: 5px;
}
.product-files-wrapper-title{
    font-size: 28px;
    font-weight: 700;
    line-height: 37.21px;
    letter-spacing: -0.015em;
    text-align: left;
    color: #1D1F21;
    margin-bottom: 42px;
}
.file-item {
    display: flex;
    /* border-bottom: 1px solid #CBD4DC; */
    margin: 15px 0;
    padding-bottom: 19px;
}
.file-item:nth-last-child(1){
    border: none;
}
.file-item-img{
    width: 202px;
    height: 169px;
}
.file-item-img img,.file-item-blog-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.file-item-blog-img{
    width: 287px;
    height: 197px;
}
.file-item-content{
    padding-left: 23px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.file-item-content a:hover :is(.file-item-title,.file-item-border-title){
    color: var(--color);
}
.file-item-title{
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    color: #1D1F21;
    margin-bottom: 15px;
}
.file-item-border-title{
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    padding-bottom:15px;
    border-bottom: 1px solid #CBD4DC;
}
.file-item-subtitle{
    color: #44494E;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}
.file-item-btn{
    width: fit-content;
    padding: 0 20px;
    background-color: var(--color);
    cursor: pointer;
    color: #fff;
    border-radius: 8px;
    height: 35px;
    line-height: 35px;
    transition: 0.3s;
}
.file-item-btn:hover{
    background-color: var(--color-hover);
}
.paging-content{
    display: flex;
    align-items: center;
}
.paging-content .custom-select{
    display: flex;
    align-items: center;
    box-shadow: 0px 2px 4px 0px var(--color)1A;
    border-radius: 6px;
    padding: 0 13px;
    height: 30px;
    outline: none;
}
.paging-content .custom-select span{
    display: flex;
    align-items: center;
    gap: 4px;
}
.paging-content>span{
    color: var(--color);
    margin-right: 7px;
}
/*pc*/
@media only screen and (min-width: 1025px){}

/*特殊尺寸处理*/
@media only screen and (min-width: 750px)and (max-width:1025px){}

/*mobile*/
@media only screen and (max-width: 1024px) {
    .checked-down-files label{
        /* font-size: 0.22rem; */
    }
    .file-action{
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
    }
    .file-action .file-item-file-icon{
        width: 0.32rem;
        height: 0.32rem;
    }
    .product-files-wrapper-title{
        font-size: 0.28rem;
        margin-bottom: 0.4rem;
        line-height: 0.37rem;
    }
    .product-files-wrapper {
        width: 95%;
        margin: 25px auto 0 auto;
    }
    .product-files-wrapper .title {
        margin-bottom: 20px;
        font-size: 22px;
    }
    .file-item {
        margin: 30px 0;
    }
    .file-item-right {
        width: 44px;
        height: 55px;
        flex-shrink: 0;
    }
    .download-files-btn {
        border-radius: 4px;
        padding: 7px 20px;
    }
    .product-files-wrapper .download-files-btn{
        padding: 0.23rem 0.2rem;
    }
    .file-item{
        border: none;
        padding: 0;
    }
}
