a:hover {
    color: #000000;
}
.swiper-slide {
    height: 620rem;
}
.download {
    width: 100%;
    height: 71rem;
    background: #fff;
}

/* 头部 */
.new_btn {
    width: 1400rem;
    margin: 0 auto;
    display: flex;
    justify-content: start;
    align-items: center;
}

.new_btn > a {
    font-size: 24rem;
    width: 140rem;
    height: 71rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.activate {
    background: #00a1a1;
    color: #fff;
}

.activate:hover {
    color: #fff;
}

/* 详情 左*/
.download_file {
    width: 1400rem;
    margin: 40rem auto 0;
}

.new_cart {
    height: 120rem;
    display: flex;
    justify-content: start;
    align-items: center;
    border: 1rem solid rgb(233, 233, 233);
    position: relative;
    margin-top: 20rem;
    background: #fff;
}

.new_img {
    width: 88rem;
    height: 88rem;
    margin-left: 22rem;
}

.new_t {
    padding: 10rem 30rem;
    height: 120rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.new_p {
    font-size: 22rem;
    font-weight: 500;
    color: #00a1a1;
}

.new_btn_t {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.new_time {
    font-size: 16rem;
    font-weight: 400;
    color: #999999;
    display: flex;
    justify-content: start;
    align-items: center;
}

.sp_m {
    margin-right: 20rem;
}

.btn {
    background: linear-gradient(to left, #03c4c4, #007171);
    width: 70rem;
    height: 30rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25rem;
    position: absolute;
    bottom: 20rem;
    right: 30rem;
}

.btn > a {
    color: #fff;
}
.bgurl {
    background: #f8f9fa;
}
/* body {
    background: #f8f9fa !important;
} */
.foot {
    background-color: #f8f9fa;
}
