.container[data-v-c4956a5c] {
    min-height: 100vh;
    padding-bottom: 4.375rem;
    background-color: #f8f8f8;
    box-sizing: border-box
}

.user-header[data-v-c4956a5c] {
    padding: .9375rem;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.user-info[data-v-c4956a5c] {
    display: flex;
    align-items: center
}

.avatar[data-v-c4956a5c] {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 1.25rem;
    margin-right: .625rem
}

.user-details[data-v-c4956a5c] {
    display: flex;
    flex-direction: column
}

.username[data-v-c4956a5c] {
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    margin-bottom: .15625rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 10.625rem
}

.user-id[data-v-c4956a5c] {
    font-size: .75rem;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 10.625rem
}

.header-icons[data-v-c4956a5c] {
    display: flex;
    align-items: center
}

.icon-item[data-v-c4956a5c] {
    width: 1.875rem;
    height: 1.875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: .3125rem
}

.icon[data-v-c4956a5c] {
    width: 1.375rem;
    height: 1.375rem
}

.earnings-card[data-v-c4956a5c] {
    margin: .625rem .9375rem 0;
    background: linear-gradient(to right, #ff7900, #ff9500);
    border-radius: .625rem .625rem 0 0;
    padding: 1.25rem .9375rem;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 .125rem .625rem rgba(255, 121, 0, .2);
    background: url(/static/images/huan2.png) no-repeat 10.9375rem 0, url(/static/images/huan.png) no-repeat 5.9375rem 3.125rem, linear-gradient(to right, #ff7900, #ff9500);
    background-size: 80% 80%, 60% 60%, 100% 100%
}

.earnings-info[data-v-c4956a5c] {
    display: flex;
    flex-direction: column
}

.earnings-value[data-v-c4956a5c] {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: .3125rem
}

.earnings-label[data-v-c4956a5c] {
    font-size: .875rem;
    opacity: .9
}

.cash-out-btn[data-v-c4956a5c] {
    background-color: #fff;
    color: #ff7900;
    font-size: .875rem;
    padding: 0 1.25rem;
    border-radius: .75rem;
    border: none;
    margin-right: 0;
    box-shadow: 0 .125rem .3125rem rgba(0, 0, 0, .1)
}

.commission-info[data-v-c4956a5c] {
    margin: 0 .9375rem .9375rem;
    background-color: #fff;
    border-radius: 0 0 .625rem .625rem;
    padding: .9375rem;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 .0625rem .3125rem rgba(0, 0, 0, .05);
    position: relative
}

.commission-info .yuan[data-v-c4956a5c] {
    display: block;
    content: "";
    position: absolute;
    top: -.3125rem;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1.875rem;
    height: 1.25rem;
    background: linear-gradient(to right, #ff8400, #fe8c20);
    border-radius: 60%;
    z-index: 1
}

.commission-item[data-v-c4956a5c] {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1
}

.commission-value[data-v-c4956a5c] {
    font-size: 1.125rem;
    font-weight: 500;
    color: #ff7900;
    margin-bottom: .3125rem
}

.commission-label[data-v-c4956a5c] {
    font-size: .75rem;
    color: #999
}

.quick-actions[data-v-c4956a5c] {
    margin: .625rem .9375rem;
    background-color: #fff;
    border-radius: .625rem;
    box-shadow: 0 .0625rem .3125rem rgba(0, 0, 0, .05);
    overflow: hidden
}

.section-title[data-v-c4956a5c] {
    padding: .9375rem;
    font-size: 1rem;
    font-weight: 700;
    color: #333;
    border-bottom: .03125rem solid #f0f0f0
}

.menu-list[data-v-c4956a5c] {
    padding: 0 .625rem
}

.menu-item[data-v-c4956a5c] {
    display: flex;
    align-items: center;
    padding: .9375rem .3125rem;
    border-bottom: .03125rem dashed #f0f0f0
}

.menu-item[data-v-c4956a5c]:last-child {
    border-bottom: none
}

.menu-icon-wrapper[data-v-c4956a5c] {
    width: 1.125rem;
    height: 1.125rem;
    margin-right: .625rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.menu-icon[data-v-c4956a5c] {
    width: 100%;
    height: 100%
}

.menu-name[data-v-c4956a5c] {
    flex: 1;
    font-size: .9375rem;
    color: #333
}

.arrow-right[data-v-c4956a5c] {
    color: #ccc;
    font-size: 1.125rem
}

.mb-g-100[data-v-c4956a5c] {
    margin-bottom: 4.6875rem !important
}