.download1 {
    padding: 0 8.3333333333vw 2.3958333333vw 8.3333333333vw
}

.download1 .wrap .content {
    margin: 4.6875vw 0 0 0;
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 1.0416666667vw
}

.download1 .wrap .content .item {
    width: 100%;
    height: 8.3333333333vw;
    background: #FFFFFF;
    border-radius: .5208333333vw;
    transition: .6s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4.84375vw 0 3.3333333333vw
}

.download1 .wrap .content .item:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05)
}

.download1 .wrap .content .item:hover .l .img img {
    transform: scale(1.05)
}

.download1 .wrap .content .item:hover .more {
    background: #000;
    border: 1px solid transparent;
    color: #fff
}

.download1 .wrap .content .item .l {
    display: flex;
    gap: 3.125vw;
    align-items: center
}

.download1 .wrap .content .item .l .img {
    width: 6.9791666667vw;
    height: 5.7291666667vw;
    display: flex;
    align-items: center;
    justify-content: center
}

.download1 .wrap .content .item .l .img img {
    object-fit: contain;
    transition: 1s
}

.download1 .wrap .content .item .l .p1 {
    font-weight: bold;
    font-size: .9375vw;
    color: #1A1A1A
}

.download1 .wrap .content .item .more {
    width: 2.9166666667vw;
    height: 2.9166666667vw;
    border-radius: .3125vw;
    border: 1px solid #1A1A1A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: .9375vw;
    color: #1A1A1A;
    transition: .6s ease
}

@media screen and (max-width: 1024px) {
    .download1{
        padding: 0 5% 30px 5%;
    }
    .download1 .wrap .content{
        margin: 25px 0 0 0;
        gap: 15px;
        grid-template-columns: repeat(1,1fr);
    }
    .download1 .wrap .content .item{
        height: auto;
        padding: 20px 15px;
        border-radius: 6px;
    }
    .download1 .wrap .content .item .l .img{
        width: 60px;
        height: auto;
    }
    .download1 .wrap .content .item .l .p1{
        font-size: 12px;
    }
    .download1 .wrap .content .item .l{
        gap: 10px;
    }
    .download1 .wrap .content .item .more{
        width: 32px;
        height: 33px;
        border-radius: 3px;
    }
    .download1 .wrap .content .item .more .iconfont{
        font-size: 12px;
    }
}
