
.tab-title-lg .el-tabs__item {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}
.tab-title-lg .el-tabs__header {
    margin-bottom: 20px;
}
.money_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    font-size: 14px;
    color: #989898;
    margin-bottom: 20px;
}
.money_box span {
    font-weight: 550;
    font-size: 18px;
}

