@charset "utf-8";

/* 选择栏 */
.select {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: end;
    width: 100%;
    height: 250px;
    border-bottom: 2px solid #7B7CE6;
    background-color: #F6F6FF;
}

.select .top {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.select .top p:nth-child(1) {
    font-size: 36px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #1377C1;
}

.select .top p:nth-child(2) {
    font-size: 18px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #999999;
}

.select .btn {
    display: flex;
    align-items: center;
}

.select .btn div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 44px;
    background: #E5E5E5;
    font-size: 18px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #666666;
    margin-right: 16px;
    cursor: pointer;
}

.select .btn .active {
    width: 120px;
    height: 50px;
    background: #1377C1;
    border-radius: 0px 20px 0px 0px;
    font-size: 18px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
}

/* 中间内容区 */
/* 下载 */
.content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: #FFFFFF;
    padding-top: 93px;
    padding-bottom: 250px;
}

.content .down {
    display: flex;
    align-items: center;
}

.content .down div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


.content .down div p:nth-child(2) {
    font-size: 18px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #333333;
    margin-top: 13px;
    margin-bottom: 5px;
}

.content .down div p:nth-child(3) {
    font-size: 12px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #999999;
}

.content .down div:nth-child(1) {
    margin-right: 58px;
}