.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.des {
    margin-bottom: 34px;
    font-size: 16px;
}

.jump_button {
    display: block;
    width: 184px;
    margin: 0 auto;
    padding: 8px 24px;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 17px;
    text-align: center;
    color: #fff;
    line-height: 24px;
    border-radius: 4px;
    overflow: hidden;
    background-color: #07c160;
}

.jump_button:active {
    background-color: #06ae56;
}

.infoBox {
    flex: 1;
}

.info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.footer {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
    margin-bottom: 30px;
}

.riskInformTips {
    padding: 16px 25px 0;
    color: rgba(0, 0, 0, 0.35);
    font-size: 12px;
}
