.download {
    padding: 92px 0 138px 0;
}

.download .wrap {
    width: 1480px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 62px 41px;
}

.download .wrap .item {
    width: 100%;
    display: block;
    background: #2C2C2C;
}

.download .wrap .item .img {
    height: 320px;
    width: 100%;
}

.download .wrap .item .img img {
    width: 100%;
    height: 100%;
}

.download .wrap .item .text {
    padding: 39px 33px 31px 34px;
}

.download .wrap .item .text .headline {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.download .wrap .item .text .down {
    margin: 36px 0 0 0;
    border-top: 1px solid rgba(233, 233, 233, 0.2);
    padding: 19px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.download .wrap .item .text .down p {
    font-weight: 300;
    font-size: 16px;
    color: #888888;
}

.download .wrap .item .text .down .iconfont {
    font-size: 14px;
    color: #888888;
}

@media screen and (max-width: 1919px) {
    .download {
        padding: 4.7916666667vw 0 7.1875vw 0;
    }

    .download .wrap {
        width: 77.0833333333vw;
        margin: auto;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 3.2291666667vw 2.1354166667vw;
    }

    .download .wrap .item {
        width: 100%;
        display: block;
        background: #2C2C2C;
    }

    .download .wrap .item .img {
        height: 16.6666666667vw;
        width: 100%;
    }

    .download .wrap .item .img img {
        width: 100%;
        height: 100%;
    }

    .download .wrap .item .text {
        padding: 2.03125vw 1.71875vw 1.6145833333vw 1.7708333333vw;
    }

    .download .wrap .item .text .headline {
        font-weight: 400;
        font-size: 0.9375vw;
        color: #FFFFFF;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .download .wrap .item .text .down {
        margin: 1.875vw 0 0 0;
        border-top: 1px solid rgba(233, 233, 233, 0.2);
        padding: 0.9895833333vw 0 0 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .download .wrap .item .text .down p {
        font-weight: 300;
        font-size: 0.8333333333vw;
        color: #888888;
    }

    .download .wrap .item .text .down .iconfont {
        font-size: 0.7291666667vw;
        color: #888888;
    }
}

@media screen and (max-width: 1024px) {
    .download .wrap{
        width: 90%;
        gap: 20px;
        grid-template-columns: repeat(1,1fr);
    }
    .download .wrap .item .img{
        height: auto;
    }
    .download .wrap .item .text {
        padding: 15px;
    }
    .download .wrap .item .text .headline {
        font-size: 16px;
    }
    .download .wrap .item .text .down {
        margin: 10px 0 0 0;
        border-top: 1px solid rgba(233, 233, 233, 0.2);
        padding: 19px 0 0 0;
    }
    .download .wrap .item .text .down p {
        font-size: 14px;
    }
    .download .wrap .item .text .down .iconfont {
        font-size: 14px;
    }
    .download {
        padding: 40px 0 30px 0;
    }
}
