.btnGreen {
    padding: .2rem .8rem;
    color: #025d3e;
    font-size: .36rem;
    font-weight: bold;
    background: -webkit-linear-gradient(#2FF2B5, #15CC98);
    background: linear-gradient(#2FF2B5, #15CC98);
    border-radius: 1.8rem;
    border: .03rem #6F9E54 solid;
}

.btnGrey {
    padding: .2rem .8rem;
    color: #4D4D4D;
    font-size: .36rem;
    font-weight: bold;
    background: -webkit-linear-gradient(#B1B1B1,#8E8E8E);
    background: linear-gradient(#B1B1B1,#8E8E8E);
    border-radius: 1.8rem;
    border: .03rem #949494 solid;
}

.btnRed {
    padding: .2rem .8rem;
    color: #8c0014;
    font-size: .36rem;
    font-weight: bold;
    background: -webkit-linear-gradient(#FD7866, #ED5439);
    background: linear-gradient(#FD7866, #ED5439);
    border-radius: 1.8rem;
    border: .03rem #B55967 solid;

}

.btnGold {
    width: 1.5rem;
    height: 100%;
    flex-shrink: 0;
    background: linear-gradient(#E8B961, #BF9344);
    color: #4F2B12;
    line-height: 1;
    font-size: .4rem;
    font-weight: bold;
    border-radius: .16rem;
}

.btnYellow {
    padding: 0 .2rem;
    height: 100%;
    flex-shrink: 0;
    background: linear-gradient(#FEF44F, #FEC717);
    color: #933903;
    line-height: 1;
    font-weight: bold;
    font-size: .62rem;
    border-radius: .16rem;
    white-space: nowrap;
    border: .03rem #BE9688 solid;
}

.cl-red {
    color: #f83232;
}

.cl-green {
    color: #4cf15b;
}

.textGradient {
    font-weight: bold;
    -webkit-text-stroke: .06rem #803C04;
}

.textGradient::after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    -webkit-text-stroke: 0;
    background: -webkit-linear-gradient(180deg, #F9FF4A, #FAA70C 60%);
    background: linear-gradient(180deg, #F9FF4A, #FAA70C 60%);
    -webkit-background-clip: text;
    color: transparent;
}

.wrapper {
    display: flex;
    display: -webkit-flex;
    height: 100vh;
    flex-flow: column;
}

header,
footer {
    flex-shrink: 0;
}

.itemTop {
    padding: .4rem .5rem 0;
    height: 1.48rem;
    background: linear-gradient(#131417, #22252C);
    border-bottom: .01rem #2D3035 solid;
    justify-content: space-between;
    box-sizing: border-box;
    flex-shrink: 0;
}

.selectVal {
    flex-shrink: 0;
}

.selectVal ul {
    position: absolute;
    left: 0.2rem;
    top: 1.5rem;
    padding: .1rem;
    background-color: #fff;
    z-index: 2;
    font-size: .51rem;
    border-radius: 0.2rem;
}

.selectVal ul::after {
    content: "";
    position: absolute;
    top: -.3rem;
    left: .5rem;
    background: url(../../images/trade/ico_selectVal.png) no-repeat;
    background-size: auto;
    background-size: 100% 100%;
    width: .36rem;
    height: .3rem;
}

.selectVal .icoSet {
    position: relative;
    top: -.15rem;
    z-index: 1;
    width: .69rem;
}

.selectVal ul [class*="ico"] {
    margin-left: .2rem;
    margin-right: .2rem;
}

.selectVal ul .icoQuit {
    width: .641rem;
}

.selectVal ul .icoCustomer {
    width: .72rem;
}

.selectVal ul .icoRefresh {
    width: .64rem;
}


.selectOptions li {
    position: relative;
    display: flex;
    display: -webkit-flex;
    margin: 0 auto;
    border-bottom: 1px #B4BDD5 solid;
    align-items: center;
    padding: .15rem 0;
    gap: var(--default-gap);
    width: 3rem;
    align-items: center;
    justify-content: flex-end;
}

.selectOptions li:last-of-type {
    border-bottom: 0;
}

.user-self-info-div {
    flex: 1;
    color: #5D5E62;
    font-size: .45rem;
}

.user-self-info-div [class*="user"] {
    flex: 0 0 45%;
    text-align: right;
}

.user-self-info-div [class*="user"] span {
    margin-right: .15rem;
    color: #9E9E9F;
}

.itemContent,
.listBody {
    flex: 1;
    color: #f2c784;
    overflow: hidden;
    width: 100%;
}

.itemMy {
    flex: 1;
    overflow: auto;
    width: 100%;
}

.itemMy .institutionName {
    padding-top: .25rem;
    direction: rtl;
    font-size: .34rem;
}

.icoEdit {
    margin-right: .32rem;
    width: .62rem;
    height: .62rem;
    background-image: url("../../images/agent/icon/ico_edit.png");
}

.itemMy .itemApply {
    margin:.4rem auto 0;
    padding: .2rem .25rem;
    width: 90%;
    background: #1C1E23;
    border: 1px #A7884E solid;
    border-radius: .16rem;
    justify-content: space-between;
}

.itemMy .itemApply .icoUserAdd {
    margin-left: .1rem;
    width: .52rem;
    height: .52rem;
    background-image: url("../../images/agent/icon/ico_user_add.png");
    flex-shrink: 0;
}

.itemMy .itemApply .icoPerson {
    margin-left: .1rem;
    width: .9rem;
    height: .9rem;
    background-image: url("../../images/agent/icon/ico_person.png");
    flex-shrink: 0;
}

.itemMy .applyNum {
    color: #9e9e9f;
}
.itemMy .applyNum.color-yellow{
    color: #FFE795;
}

.itemMy .applyNum .applyNum_text {
    direction: ltr;
    font-size: .44rem;
}

.itemMy .applyNum .applyNum_num {
    margin-right: .1rem;
    font-size: .7rem;
    color: #20dda5;
}

.itemMy .applyNum .applyNum_num.color-yellow{
    color: #FFE795;
}

.itemData {
    margin: .4rem auto 0;
    padding: .15rem 0;
    width: 95%;
    background: #1C1E23;
    box-shadow: 0 .05rem 0 #282B34 inset;
    border-radius: .16rem;
}

.itemData .itemData_title {
    color: #616e78;
    font-size: .36rem;
    text-align: center;
    font-weight: bold;
}

.itemData .itemData_list {
    margin: .2rem auto;
    width: 98%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    direction: ltr;
    gap: .2rem;
}

.itemData .itemData_list li {
    flex: 0 0 48%;
    padding: .2rem 0;
    height: 2.2rem;
    background: #22242B;
    border: 1px #B6914D solid;
    border-radius: .16rem;
    color: #a8a8a8;
    font-size: .34rem;
    text-align: center;
    box-sizing: border-box;
}
.itemData .itemData_list_three li{
    flex: 0 0 32%;
}

.itemData .itemData_list .itemData_list_title {

}

.itemData .itemData_list li .itemData_list_num {
    font-size: .9rem;
    color: #ffe593;
}

.itemCommission,
.itemSalary {
    width: 100%;
    flex: 1;
    overflow: hidden;
}

.tabList {
    margin: .4rem auto 0;
    width: 98%;
    height: .95rem;
    background: #000;
    color: #5c5c62;
    border-radius: 0.56rem;
}

.tabList li {
    flex: 1;
    height: 100%;
    text-align: center;
}

.tabList li.active {
    background: linear-gradient(#151C24, #1F2C38);
    border: 1px #4F4230 solid;
    border-radius: 2rem;
    color: #F5EEC5;
}

.itemCommission .infoTop {
    margin: 0 auto;
    width: 96%;
    padding: .25rem;
    height: 2.8rem;
    background: #1C1E23;
    border-radius: .16rem;
    box-sizing: border-box;
    gap: .25rem;
    direction: ltr;
    flex-shrink: 0;
}

.itemCommission .infoTop .infoTop_info {
    flex: 1;
    height: 100%;
    border: 1px #88724B solid;
    border-radius: .5rem;
    color: #959596;
}

.itemCommission .infoTop .infoTop_info .infoTop_info_num {
    color: #ffe593;
    font-size: .9rem;
}

.commonTab {
    margin: .3rem auto;
    gap: .15rem;
    width: 96%;
    direction: ltr;
    flex-shrink: 0;
}

.commonTab li {
    flex: 1;
    padding: .15rem 0;
    height: .75rem;
    color: #73737a;
    text-align: center;
    border: .03rem #202128 solid;
    border-radius: .5rem;
}

.commonTab li.active {
    background: #22242B;
    color: #FFF8CD;
}

.commonList {
    margin: 0 auto;
    width: 96%;
    flex: 1;
    background: #1B1D22;
    text-align: center;
    overflow: hidden;
}

.commonList_list_title {
    width: 100%;
    background: #22242B;
}

.commonList_list_title li {
    padding: .2rem 0;
    flex: 1;
    color: #9C9C9D;
    font-size: .34rem;
}

.commonList_list {
    width: 100%;
    flex: 1;
    overflow: hidden;
}

.commonList_list_list {
    width: 100%;
    flex: 1;
    overflow: auto;
}

.commonList_list_list li {
    border-bottom: .1rem #24262C solid;
}

.commonList_list_list li:last-of-type {
    border-bottom: none;
}

.commonList_list_list [class*="con-"] {
    padding: .2rem 0;
    flex: 1;
    color: #C1B389;
}

.itemDividend,
.itemStreamer,
.itemVault {
    flex: 1;
    width: 100%;
    overflow: hidden;
}

.itemStreamer .listBody {
    overflow-y: auto;
}

.itemStreamer .itemData_title {
    color: #f2c784;
}

.icoGame {
    display: inline-block;
    margin-left: .15rem;
    width: .69rem;
    height: .51rem;
    background-image: url("../../images/agent/icon/ico_game.png");
}

.itemVault .itemVaultTop {
    margin: .6rem auto .25rem;
    width: 96%;
    padding: .15rem;
    height: 2.2rem;
    background: #1C1E23;
    box-shadow: 0 .1rem 0 #282B34 inset;
    font-weight: bold;
    gap: .4rem;
}

.itemVault .itemVaultTop .itemVaultTop_info {
    padding: 0 .2rem;
    flex: 1;
    height: 100%;
    border: .03rem #7D6A4A solid;
    border-radius: .18rem;
    box-sizing: border-box;
    gap: .2rem;
}

.itemVault .itemVaultTop .itemVaultTop_info_num {
    flex: 1;
    color: #959596;
    text-align: center;
}

.itemVault .itemVaultTop .itemVaultTop_info_num .itemVaultTop_info_num {
    font-size: .9rem;
    color: #ffe593;
}

.itemVault .itemVaultTop .itemVaultTop_info_num .icoGold {
    margin-left: .2rem;
    width: .8rem;
    height: .8rem;
    background-image: url("../../images/agent/icon/ico_coin.png");
}

.itemVault .commonList_list {
    margin: 0 auto .2rem;
    width: 94%;
    background: #1B1D22;
    text-align: center;
    border-radius: .16rem;
}

.updateTime {
    margin: 0 auto;
    width: 96%;
    color: #616e78;
    text-align: right;
    font-size: .28rem;
}


.page {
    font-size: .42rem;
    width: 100%;
    text-align: center;   height: 1.2rem;
    flex-shrink: 0;
    gap: .2rem;
    color: #896f50;
}

.page button {
    position: relative;
    padding: .05rem .05rem .05rem .5rem;
    font-size: .36rem;
    color: #616e78;
    border: .02rem #434751 solid;
    border-radius: .1rem;
}
.page button.icoNext{
    padding: .05rem .5rem .05rem .05rem;
}
.page button.icoPre::after,
.page button.icoNext::after {
    content: "";
    position: absolute;
    top: 50%;
    left: .1rem;
    width: .15rem;
    height: .2rem;
    background: url("../../images/agent/icon/ico_page_arrow.png") no-repeat;
    background-size: 100% 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.page button.icoNext::after{
    left: inherit;
    right: .1rem;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.page .page-select-info{
    margin-top: .05rem;
}

.commissionContent,
.commissionContent [class*="commissionContent_"] {
    width: 100%;
    flex: 1;
    overflow: hidden;
}

.navContainer {
    width: 100%;
    height: 1.56rem;
    border-top: .05rem #292A32 solid;
    background: #1F2026;
}

.navContainer ul {
    height: 100%;
    font-size: .36rem;
    color: #a9865c;
    direction: ltr;
    text-align: center;
}

.navContainer ul li {
    position: relative;
    height: 100%;
    border-right: .05rem #17181D solid;
    flex: 1;
    font-weight: bold;
}

.navContainer ul li.active {
    color: #FFF8CD;
}

.navContainer ul li.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.47rem;
    background: url("../../images/agent/bg_tab_active.png") no-repeat;
    background-size: 100% 100%;
}

.pup {
    top: 50%;
    left: 50%;
    width: 96%;
    min-height: 5rem;
    padding-bottom: .3rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #151C24;
    border: .03rem #9C8253 solid;
    border-radius: .25rem;
    z-index: 110;
}

.pup::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: .89rem;
    background: url("../../images/agent/bg_pup_before.png") no-repeat;
    background-size: 100% 100%;
    z-index: -10;
}

.pup .pupTitle {
    height: 1.4rem;
    color: #F2E5CF;
    font-size: .45rem;
    text-align: center;
}

.pup .btnClose {
    top: .3rem;
    right: .5rem;
    width: .54rem;
    height: .55rem;
    background-image: url("../../images/agent/icon/ico_close.png");
}

.pup .pupContent {
    margin: 0 auto;
    padding: .75rem .35rem;
    width: 96%;
    background: #F4F8FA;
    border-radius: .2rem;
    box-sizing: border-box;
    overflow: hidden;
}

.pup .btnList {
    margin: .6rem auto 0;
}

.pup .btnGreen {
    padding: .3rem 2rem;
    font-size: .36rem;
    border-radius: 1rem;
    font-weight: bold;
}

.pupStreamer .btnGreen,
.pupStreamer .btnRed {
    padding: .3rem .6rem;
    width: 4.5rem;
    box-sizing: border-box;
}

.pup .cl-green {
    color: #29a429;
}

.pup .btnList {
    gap: .35rem;
}

.pup .iptEdit input {
    padding: 0 .2rem;
    width: 100%;
    height: 1.2rem;
    background: #fff;
    border: .03rem #CFD4D7 solid;
    text-align: right;
    border-radius: .2rem;
    outline: none;
    box-sizing: border-box;
    direction: rtl;
}

.pupCommon .itemText {
    min-height: 2.5rem;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
    font-size: .4rem;
}

.pupCommon .itemText p {
    word-break: break-word;
}

.pupApplyList .pupContent {
    padding: .3rem;
}

.pupApplyList .pupContent ul {
    max-height: 10rem;
    overflow: auto;
}

.pupApplyList .pupContent li {
    padding: .25rem .2rem;
    margin: 0 auto .2rem;
    width: 100%;
    background: #E0E5E7;
    border: .02rem #D3D9DF solid;
    border-radius: .18rem;
    color: #9999a1;
    font-size: .46rem;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    box-sizing: border-box;
}

.pupApplyList .pupContent li span {
    color: #384657;
}

.pupApplyList .btnResult {
    gap: .3rem;
}

.pupApplyList .btnResult .btnRefuse {
    width:  1.07rem;
    height: 1.06rem;
    background-image: url("../../images/agent/icon/ico_refuse.png");
}

.pupApplyList .btnResult .btnpass {
    width:  1.07rem;
    height: 1.06rem;
    background-image: url("../../images/agent/icon/ico_pass.png");
}


.pupRecord .pupContent {
    padding: 0 0 .8rem 0;
    text-align: center;
}

.pupRecord .recordTitle {
    padding: .2rem 0;
    color: #9e9e9f;
    background: #DEE0E1;
}

.pupRecord .recordTitle li {
    flex: 1;
}

.pupRecord .recordContent {
    max-height: 20rem;
    overflow: auto;
}

.pupRecord .recordContent li {
    padding: .5rem 0;
    width: 100%;
    border-bottom: .1rem #E8EDEF solid;
}

.pupRecord .recordContent li:last-of-type {
    border-bottom: none;
}

.pupRecord .recordContent li [class*="con-"] {
    flex: 1;
}

.pupStreamer .pupContent {
    padding: .2rem;
}

.pupStreamer .streamerInfo {
    font-weight: bold;
}

.pupStreamer .streamerData {
    max-height: 12rem;
    overflow: auto;
}

.pupStreamer .itemData {
    margin: .35rem auto;
}


.pupStreamer .btnList {
    margin-top: .2rem;
}

.pupConfirm .pupContent {
    padding: .7rem .35rem;
}

.pupConfirm .contentForm {
    padding: .2em;
    background: #fff;
    box-sizing: border-box;
    border: .03rem #D1D6D9 solid;
    border-radius: .12rem;
}

.pupConfirm .contentForm .contentForm_info {
    padding: .25rem 0;
}

.pupConfirm .contentForm .con-left {
    padding-right: .15rem;
    flex: 1;
    text-align: right;
    font-weight: bold;
    box-sizing: border-box;
    font-size: .42rem;
}

.pupConfirm .contentForm .con-right {
    width: 1.6rem;
    flex-shrink: 0;
    color: #9999a1;
    direction: rtl;
    text-align: left;
}

.pupConfirm .icoGold {
    display: inline-block;
    margin-left: .5rem;
    width: .5rem;
    height: .5rem;
    vertical-align: middle;
    background-image: url("../../images/agent/icon/ico_coin.png");
}

.amountDisplay {
    margin: .6rem auto;
    font-size: 1.34rem;
}

.amountDisplay .icoGold {
    position: relative;
    top: -.1rem;
    display: inline-block;
    margin-left: .2rem;
    width: 1.06rem;
    height: 1.09rem;
    vertical-align: middle;
    background-image: url("../../images/agent/icon/ico_coin.png");
}

.amount-label {
    color: #a0a0c0;
    font-size: .18rem;
    margin-bottom: .1rem;
    display: block;
}

.amount-value {
    color: #ffffff;
    font-size: .46rem;
    font-weight: 800;
    text-shadow: 0 .03rem .06rem rgba(0, 0, 0, 0.3);
    letter-spacing: .02rem;
}

.slider-labels {
    display: flex;
    justify-content: space-between;
    margin-bottom: .15rem;
    color: #a0a0c0;
    font-size: .16rem;
}

.sliderSection {
    background: #E3E7EA;
    height: 1.3rem;
    border-radius: .2rem;
    gap: .2rem;
}

.sliderContainer {
    background: #4D535B;
    border-radius: .2rem;
    flex: 1;
}

.sliderWrapper {
    position: relative;
    height: .3rem;
    display: flex;
    align-items: center;
}


.slider-track {
    position: absolute;
    width: 100%;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    overflow: hidden;
}

.slider-fill {
    position: absolute;
    height: 100%;
    background: linear-gradient(to right, #FFF559, #F9B324);
    border-radius: .5rem;
    width: 40%;
    transition: width 0.3s ease;
    border: .03rem #3B424B solid;
}

.slider-handle {
    position: absolute;
    width: .66rem;
    height: .66rem;
    background: linear-gradient(145deg, #FEE92D, #FEC818);
    border: .03rem #7B5143 solid;
    border-radius: 50%;
    box-shadow: 0 .05rem .15rem rgba(0, 0, 0, 0.3);
    cursor: grab;
    z-index: 10;
    left: 40%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.1s, box-shadow 0.1s;
}

.slider-handle:active {
    cursor: grabbing;
    transform: translateX(-50%) scale(0.95);
    box-shadow: 0 .03rem .08rem rgba(0, 0, 0, 0.4);
}

.amountControls {
    padding: .3rem 0;
    gap: .35rem;
}

.amountControls .btnYellow {
    padding: .24rem .6rem;
    border-radius: 1rem;
}

.dataNone{
    flex: 1;
    font-size: .42rem;
    color: #616e78;
    flex-flow: column;
}
.dataNone img{
    margin-bottom: .2rem;
    width: 3.13rem;
    height: 3.13rem;
}