body {
    font-family: Poppins, Poppins;
}

.download {
    width: 100%;
    padding: 0.6rem 1.6rem 1rem;
    box-sizing: border-box;
}

.download .download-title {
    font-weight: bold;
    font-size: 0.36rem;
    color: #000000;
    line-height: 0.39rem;
    text-align: center;
}

.download-content .con-btn {
    display: flex;
    padding: 0.5rem 2.45rem;
}

.download-content .con-btn .btn-list {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.6rem;
    height: 0.48rem;
    border: 0.01rem solid #E9E9E9;
    font-size: 0.16rem;
    color: #777777;
    line-height: 0.24rem;
    margin-right: 0.3rem;
    box-sizing: border-box;
}

.download-content .con-btn .btn-list:last-child {
    margin-right: 0;
}

.active {
    background: #000;
    border: 0.01rem solid #000 !important;
    color: #fff !important;
}

.down-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.down-list .down-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #E9E9E9;
    width: 7.8rem;
    height: 0.8rem;
    padding-left: 0.25rem;
    padding-right: 0.35rem;
    margin-bottom: 0.35rem;
    color: #333;
    box-sizing: border-box;
}

.down-list .down-strip:hover {
    cursor: pointer;
}

.active-down {
    background: #000 !important;
    color: #fff !important;
}

.down-list .down-strip .pdf {
    width: 0.32rem;
    height: 0.32rem;
    margin-right: 0.2rem;
}

.space {
    display: flex;
}

.space:link,
.space:visited {
    text-decoration: none;
    display: flex;
    color: #333;
}

.down-list .down-strip .down-text {
    font-weight: 500;
    font-size: 0.18rem;
    padding-left: 0.2rem;
    line-height: 0.36rem;
    border-left: 0.01rem dotted #333;
}

.down-list .down-strip .btn-load {
    display: flex;
    align-items: center;
}

.down-strip .btn-load .down-load {
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.09rem;
}

.down-strip .btn-load .btn-text {
    font-size: 0.16rem;
    color: #6B6B6B;
    line-height: 0.34rem;
}