.download {
    position: relative;
    background: linear-gradient(to bottom, #222, RGBA(197, 36, 30, 1));
}

.download .box1 {
    position: relative;
    padding: 94px 0 145px;
    z-index: 3;
}

.download .box1 .innerTtitle {
    position: relative;
    transform: translateY(0);
}

.download .box1 .title {
    position: relative;
    margin-top: -2em;
    color: #fff;
    z-index: 6;
    text-align: center;
    letter-spacing: .1em;
}

.download .box1 .box-c {
    margin-top: 54px;
}

.download .box1 .box-c .list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 13px;
}

.download .box1 .box-c .list li {
    display: block;
    padding: 20px;
    background: #FFFFFF;
    border-radius: 5px;
}

.download .box1 .box-c .list li .picCover {
    padding-top: 100%;
}

.download .box1 .box-c .list li .pic {
    border-radius: 5px;
}

.download .box1 .box-c .list li .text-title {
    margin-top: 25px;
    text-align: center;
    font-family: Anton;
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    line-height: 30px;
}

.download .box1 .box-c .list li .btns {
    margin-top: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.download .box1 .box-c .list li .btns .btn{
    width: 40px;
    line-height: 40px;
    background: #EDEDED;
    border-radius: 20px;
    color: RGBA(44, 44, 44, 1);
    text-align: center;
    color:rgba(153, 153, 153, 1);
    transition: all .6s;
}
.download .box1 .box-c .list li .btns .btn:hover{
    background: #CF281A;
    color: #fff;
}
.download .box1 .box-c .list li .btns .btn .iconfont{
    font-size: 22px;
    font-weight: bold;
    color: #222;
    transition: all .6s;
    display: block;
    transform: rotate(180deg);
}
.download .box1 .box-c .list li .btns .btn:hover .iconfont{
    color: #fff;
}
.download .box1 .box-c .list li .btns .btn.btn1{
    width: auto;
    padding: 0 20px;
}
.download .box1 .pagination{
    margin-top: 60px;
}
@media (max-width:1199px) {
    .download .box1{
        padding: 90px 0;
    }
    .download .box1 .pagination{
        margin-top: 55px;
    }
    .download .box1 .box-c .list{
        grid-template-columns: repeat(3,1fr);
    }
}
@media (max-width:1024px) {
    .download .box1{
        padding: 80px 0;
    }
    .download .box1 .box-c,
    .download .box1 .pagination{
        margin-top: 50px;
    }
    .download .box1 .box-c .list{
        grid-template-columns: repeat(2,1fr);
    }
    .download .box1 .title{
        margin-top: -1.5em;
    }
}
@media (max-width: 768px) {
    .download .box1 .title{
        margin-top: -1em;
    }
    .download .box1{
        padding: 70px 0;
    }
    .download .box1 .box-c,
    .download .box1 .pagination{
        margin-top: 40px;
    }
}
@media (max-width: 600px) {
    /* .download .box1 .box-c .list{
        grid-template-columns: repeat(1,1fr);
    } */
}
@media (max-width: 500px) {
    .download .box1 .title{
        /* margin-top: -.5em; */
    }
    .download .box1 .box-c .list li .btns{
        margin-top: 13px;
    }
    .download .box1 .box-c .list li{
        padding: 10px;
    }
    .download .box1 .box-c .list li .text-title{
        margin-top: 15px;
        font-size: 16px;
    }
    .download .box1{
        padding: 60px 0;
    }
    .download .box1 .box-c,
    .download .box1 .pagination{
        margin-top: 30px;
    }
}