.finance_nav {
    width: 100%;
    height: 84px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #DFE1EB;
}

.finance_nav span {
    margin-left: 150px;
    cursor: pointer;
    font-size: 26px;
    line-height: 35px;
    position: relative;
    color: #333333
}

.finance_nav span:first-child {
    margin-left: 0;
}

.finance_nav span.active {
    color: #0046E8;
}


.finance_nav span.active::after {
    position: absolute;
    content: "";
    width: 26px;
    height: 4px;
    background: #0046E8;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px;
}

.finance_title {
    width: 90%;
    height: 98px;
    max-width: 1600px;
    margin: 22px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ECEDEF;
}

.finance_title p {
    display: flex;
    align-items: center;
    font-size: 34px;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 46px;
    color: #333333;
}

.finance_title p img {
    margin-right: 10px;
}
.title{
    margin-top: 48px;
}

.download {
    width: 50%;
    height: 96px;
    background: rgba(0, 70, 232, 0.02);
    border: 1px solid rgba(0, 70, 232, 0.30196078431372547);
    border-radius: 8px;
    margin-bottom: 79px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.finance_main {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto 84px;
}

.finance_main>p {
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
    color: #333333;
    margin-bottom: 32px;
}

.finance_main>span {
    font-size: 16px;
    display: block;
    line-height: 32px;
    margin-bottom: 27px;
    color: #333333;
}

.finance_main em {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
    line-height: 32px;
    display: block;
    color: #333333;
}

.download p {
    font-size: 16px;
    margin-left: 40px;
    line-height: 21px;
    color: #333333;
}

.filename {
    font-size: 14px;
    line-height: 19px;
    margin-left: 40px;
    color: #999999;
}

.download>span {
    font-size: 18px;
    line-height: 24px;
    margin-right: 40px;
    display: flex;
    align-items: center;
    color: #0046E8;
}

.download>span img {
    margin-right: 8px;
}

.financeBox {
    margin-bottom: 81px;
}

.finance_main1 em {
    display: flex;
    align-items: flex-start;
}

.finance_main1 span {
    display: flex;
    align-items: flex-start;
}

.finance_main1 em img, .finance_main1 span img {
    margin-right: 20px;
    margin-top: 3px;
}

.earnest_nav {
    display: flex;
    margin-top: 50px;
    justify-content: center;
}

.earnest_nav span:first-child {
    margin-right: 81px;
}

.earnest_nav span {
    width: 220px;
    height: 57px;
    font-size: 24px;
    cursor: pointer;
    line-height: 57px;
    text-align: center;
    position: relative;
    border-radius: 50px;
    display: inline-block;
    color: #333333;
}

.earnest_nav span.active {
    color: #0046E8;
    border: 1px solid #0046E8;
}

.earnest_nav span.active::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 9px;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/v2.0_home/images/pitch.png) center center / 100% 100%;
}

.box>div {
    display: none;
}

.box>div.on {
    display: block;
}

.financeBox1 .finance_main {
    display: none;
}

.financeBox1 .finance_main.on {
    display: block;
    margin-top: 39px;
}

@media (max-width: 800px) {
    .finance_nav {
        width: 90%;
        margin: auto;
        height: 50px;
    }
    .finance_main{
        margin-bottom: 0;
    }
    .download{
        margin-bottom: 50px;
    }
    .finance_nav span {
        font-size: 17px;
        margin-left: 53px;
    }
    .finance_nav span.active::after {
        bottom: -9px;
    }
    .finance_title p {
        font-size: 22px;
    }
    .download {
        height: 60px;
    }
    .finance_title {
        margin: 40px auto 0;
    }
    .finance_main>p {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 16px;
    }
    .title{
        margin-top: 40px;
    }
    .finance_main>span {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .download {
        width: 100%;
    }
    .filename {
        font-size: 12px;
    }
    .download p {
        font-size: 14px;
    }
    .download>span {
        font-size: 16px;
    }
    .finance_title {
        height: 50px;
    }
    .finance_main1 span {
        align-items: flex-start;
    }
    .earnest_nav span:first-child {
        margin-right: 20px;
    }
    .earnest_nav span {
        font-size: 19px;
    }
    .earnest_nav span {
        width: 150px;
        height: 43px;
        font-size: 16px;
        line-height: 43px;
    }
}