.title {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 13px;
}

.topBar {
    height: 120px;
    background-color: #fff;
    padding: 28px 23px;
}

.topBar span {
    font-size: 20px;
}

.topBar p {
    font-size: 36px;
    font-weight: 700;
    color: #EE2737;
    margin-top: 20px;
}

.topBar p span {
    margin-left: 14px;
    color: #999;
    font-size: 12px;
    font-weight: 400;
}

.topBar p i {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    font-size: 8px;
    font-weight: 400;
    color: #fff;
    border-radius: 50%;
    background-color: #C2A070;
    margin-left: 10px;
}

.accountContent {
    height: 460px;
    background-color: #fff;
    margin-top: 10px;
    padding: 20px 25px;
}

.accountContent p {
    font-size: 20px;
}

.search .layui-form-select {
    width: 180px;
}

.search .layui-input-block {
    margin-left: 0px;
    min-height: 36px;
    margin-right: 10px;
}

.search .layui-inline {
    margin-right: 10px;
}

.search {
    display: flex;
    margin-top: 20px;
}

.btnn {
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #333;
    font-size: 14px;
    background-color: #fff;
    width: 60px;
}

.tableCheck {
    width: 100%;
    border-spacing: 100px;
    border-bottom: 1px solid #FAFAFA;
}

.tableCheck td {
    text-align: center;
}

.tableCheck thead tr {
    background-color: #FAFAFA;
    height: 40px;
}

.tableCheck tbody tr {
    height: 70px;
    background-color: #fff;
    line-height: 70px;
}

.tableCheck tbody tr:nth-child(2n) {
    background-color: #FAFAFA;
}

.tableFoot {
    display: flex;
    justify-content: end;
}

.tableFoot .add {
    margin: 0px 15px;
}

.tableFoot div:nth-child(2) {
    margin: 0px 20px;
}

.tableFoot input {
    width: 50px;
    border: 1px solid #dcdcdc
}


/*提现*/

.topBar .txBtn {
    display: inline-block;
    width: 80px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background-color: #EE2737;
    font-size: 14px;
}