/*plus*/

a {
    color: #fff;
}

small {
    font-size: unset;
}

h2 {
    font-size: 20px;
    line-height: 36px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
}


/*VIP index & chapter*/

.btn50_l {
    width: 49%;
    margin-top: 15px;
    float: left;
    margin-right: 1%;
    border: 0px solid rgb(25, 162, 74);
    background: linear-gradient(to top, rgb(25, 162, 74), rgb(40, 212, 102));
    font-size: 17px;
}

.btn50_r {
    width: 49%;
    margin-top: 15px;
    float: left;
    margin-left: 1%;
    border: 0px solid rgb(25, 162, 74);
    background: linear-gradient(to top, rgb(25, 162, 74), rgb(40, 212, 102));
    font-size: 17px;
}

.btn100 {
    width: 100%;
    margin-top: 15px;
    border: 0px solid rgb(25, 162, 74);
    background: linear-gradient(to top, rgb(25, 162, 74), rgb(40, 212, 102));
    ;
    font-size: 17px;
}

.footer {
    font-size: 15px;
    text-align: center;
    margin-top: 20px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #666;
}

.mui-bar-nav~.mui-content {
    height: auto;
}

.mui-input-group {
    overflow: hidden;
    height: auto;
}

.mui-content-padded {
    overflow: hidden;
    height: auto;
}