.download1 {
    padding: 80px 0 77px
}

.download1 .wrap .top {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.download1 .wrap .top .title {
    font-weight: bold;
    font-size: 36px;
    color: #111111
}

.download1 .wrap .top .cut {
    display: flex;
    align-items: center;
    width: fit-content;
    height: 62px;
    background: rgba(237, 109, 0, 0);
    border-radius: 31px;
    border: 1px solid #E6E6E6;
    padding: 6px;
    justify-content: center
}

.download1 .wrap .top .cut .list {
    width: fit-content;
    padding: 0 25px;
    height: 50px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    transition: .6s ease;
    cursor: pointer
}

.download1 .wrap .top .cut .list:hover {
    color: var(--color)
}

.download1 .wrap .top .cut .list.on {
    background: var(--color);
    color: #fff
}

.download1 .wrap .content {
    margin: 50px 0
}

.download1 .wrap .content .item {
    width: 100%;
    height: 80px;
    background: #F7F7FA;
    border-radius: 12px;
    padding: 0 40px 0 31px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.download1 .wrap .content .item .r{
    display: flex;
    align-items: center;
    gap: 40px;
}
.download1 .wrap .content .item .r .time{
    font-size: 16px;
    color: #111;
}
.download1 .wrap .content .item:hover p, .download1 .wrap .content .item:hover .iconfont {
    color: var(--color)
}

.download1 .wrap .content .item:not(:last-child) {
    margin: 0 0 10px
}

.download1 .wrap .content .item p {
    font-weight: 400;
    font-size: 18px;
    color: #111;
    transition: .6s ease
}

.download1 .wrap .content .item .iconfont {
    font-size: 22px;
    color: #111;
    transition: .6s ease
}
@media screen and (max-width: 1919px) {
    .download1{
        padding: 4.1666666667vw 0px 4.0104166667vw;
    }
    .download1 .wrap .top .title{
        font-size: 1.875vw;
    }
    .download1 .wrap .top .cut{
        height: 3.2291666667vw;
        border-radius: 1.6145833333vw;
        padding: 0.3125vw;
    }
    .download1 .wrap .top .cut .list{
        padding: 0px 1.3020833333vw;
        height: 2.6041666667vw;
        border-radius: 1.3020833333vw;
        font-size: 0.9375vw;
    }
    .download1 .wrap .content{
        margin: 2.6041666667vw 0px;
    }
    .download1 .wrap .content .item{
        height: 4.1666666667vw;
        border-radius: 0.625vw;
        padding: 0px 2.0833333333vw 0px 1.6145833333vw;
    }
    .download1 .wrap .content .item .r{
        gap: 2.0833333333vw;
    }
    .download1 .wrap .content .item .r .time{
        font-size: 0.8333333333vw;
    }
    .download1 .wrap .content .item:not(:last-child){
        margin: 0px 0px 0.5208333333vw;
    }
    .download1 .wrap .content .item p{
        font-size: 0.9375vw;
    }
    .download1 .wrap .content .item .iconfont{
        font-size: 1.1458333333vw;
    }
}
@media screen and (max-width: 768px) {
    .download1 {
        padding: 40px 0 60px;
    }
    .download1 .wrap .top .title {
        font-size: 20px;
    }
    .download1 .wrap .top .cut {
        height: 40px;
        margin: 20px 0 0;
        padding: 3px;
        border-radius: 20px;
    }
    .download1 .wrap .top .cut .list {
        height: 34px;
        font-size: 15px;
        padding: 0 15px;
        border-radius: 17px;
    }
    .download1 .wrap .top {
        display: block;
    }
    .download1 .wrap .content {
        margin: 30px 0 40px;
    }
    .download1 .wrap .content .item:not(:last-child) {
        margin: 0 0 20px;
    }
    .download1 .wrap .content .item {
        height: unset;
        border-radius: 6px;
        padding: 20px 20px 60px;
        position: relative;
    }
    .download1 .wrap .content .item p {
        font-size: 15px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 90%;
    }
    .download1 .wrap .content .item .r .time {
        font-size: 14px;
        position: absolute;
        left: 20px;
        bottom: 20px;
    }
    .download1 .wrap .content .item .iconfont {
        font-size: 12px;
    }
    .download1 .wrap .content .item .r {
        gap: 0 10px;
    }
}
