.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;

}
.btnYellowSmall {
    padding: .2rem .8rem;
    color: #933903;
    font-size: .36rem;
    font-weight: bold;
    background: -webkit-linear-gradient(#fef031, #feb70d);
    background: linear-gradient(#fef031, #feb70d);
    border-radius: 1.8rem;
    border: .03rem #B57C68 solid;

}

.btnGold {
    width: 1.5rem;
    height: 100%;
    flex-shrink: 0;
    background: linear-gradient(#fcc660, #c68931);
    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-family: 'DOMINO-B';
   color: #27acf9;

}
.textUSD{
    font-family: 'DOMINO-A';
    color: #e7980f;
}

.pupConfirmUSD-text{
    font-size: .6rem;
}

.icoDiamond {
    display: inline-block;
    width: .91rem;
    height: .68rem;
    background-image: url("../../images/agent/icon/ico_diamond.png");
}


/*.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 .2rem 0 .4rem;
    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: -.3rem;
    top: .9rem;
    padding: .1rem;
    background-color: #fff;
    z-index: 2;
    font-size: .51rem;
    border-radius: 0.2rem;
}

.selectVal ul::after {
    content: "";
    position: absolute;
    top: -.28rem;
    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: .61rem;
}

.selectVal ul .icoCustomer {
    width: .72rem;
}

.selectVal ul .icoRefresh {
    width: .64rem;
}
.selectVal ul .icoNotice {
    width: .67rem;
}
.selectVal .icoDot{
    top: -.2rem;
    right: -.2rem;
    width: .3rem;
    height: .32rem;
    background-image: url(../../images/agent/icon/ico_dot.png);
    z-index: 2;
}
.selectVal li .icoDot{
   top: .05rem;
    right: -.05rem;
}
.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;
    gap: .1rem;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.user-self-info-div [class*="user"] {
    flex: 0 0 30%;
    text-align: right;
}

.user-self-info-div [class*="user"] span {
    margin-right: .15rem;
    color: #9E9E9F;
}
.user-self-info-div .userName{
    flex: 0 0 40%;
}
.user-self-info-div .userName span{
    width: 2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.user-self-info-div .gameName{
    color: #725E41;
}
.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;
    direction: ltr;
    gap: .2rem;
}

.itemData .itemData_list li {
    display: flex;
    display: -webkit-flex;
    flex: 0 0 48%;
    padding: .2rem 0 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;
    -webkit-flex-flow: column;
    flex-flow: column;
}
.itemData .itemData_list li.flex-full{
    flex: 0 0 96%;
}
.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;
    flex: 1;
}

.itemData .itemData_list li .itemData_list_num .icoDiamond {
    position: relative;
    top: -.1rem;
    width: .7rem;
    height: .5rem;
    vertical-align: middle;
    margin-left: .1rem;
}

.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 .itemData,
.itemSalary .itemData{
    margin-top: .2rem;
}
.itemCommission .tips{
    margin: .2rem auto;
    font-size: .48rem;
}
.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;
    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: .02rem solid;
    border-image: linear-gradient(to right, transparent 0%, #24262C 10%, #24262C 90%, transparent 100%) 1;
}

.commonList_list_list li:last-of-type {
    border-bottom: none;
}

.commonList_list_list [class*="con-"] {
    padding: .2rem 0;
    flex: 1;
    color: #C1B389;
}
.commonList_list_list [class*="con-"] .icoDiamond{
    width: .5rem;
    height: .35rem;
    vertical-align: middle;
    margin-left: .1rem;
}
.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: .35rem auto .3rem;
    width: 96%;
    padding: .15rem;
    height: 2.2rem;
    background: #1C1E23;
    box-shadow: 0 .1rem 0 #282B34 inset;
    font-weight: bold;
    gap: .2rem;
    box-sizing: border-box;
    -webkit-border-radius: .16rem;
    border-radius: .16rem;
}

.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;
}
.pupConfirmUSD .btnYellow{
    font-size: .36rem;
    border-radius: 1rem;
    line-height: 1.5;
}
.pup .btn-s{
    padding: .3rem 1rem;
}
.pupStreamer .btnGreen,
.pupStreamer .btnRed,
.pupStreamer .btnYellow{
    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: .3rem 0;
    width: 100%;
    border-bottom: .02rem #E8EDEF solid;
}

.pupRecord .recordContent li:last-of-type {
    border-bottom: none;
}

.pupRecord .recordContent li [class*="con-"] {
    flex: 1;
}
.pupRecord .recordContent li .icoDiamond{
    margin-left: .1rem;
    width: .4rem;
    height: .3rem;
    vertical-align: middle;
}
.pupRecord .recordContent li .state-01{
    color: #f59600;
}
.pupRecord .recordContent li .state-02{
    color: #29A429;
}
.pupRecord .recordContent li .state-03{
    color: #EA3B3B;
}
.pupRecord .dataNone{
    padding-top: .8rem;
}
.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;
}
.pupConfirmUSD .pupContent{
    padding: .5rem .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;
    word-break: break-word;
}

.pupConfirm .contentForm .con-right {
    width: 1.6rem;
    flex-shrink: 0;
    color: #9999a1;
    direction: rtl;
    text-align: left;
}
.pupConfirmUSD .contentForm .con-right{
    width: 2.8rem;
}
.pupConfirm .icoGold {
    display: inline-block;
    margin-left: .5rem;
    width: .5rem;
    height: .5rem;
    vertical-align: middle;
    background-image: url("../../images/agent/icon/ico_coin.png");
}
.pupConfirm .icoDiamond {
    width: .7rem;
    height: .52rem;
}
.pupConfirm .tips{
    display: block;
    margin: 0 auto .2rem;
    font-size: .42rem;
    color: #161e25;
    text-align: center;
}

.amountDisplay {
    margin: .6rem auto;
    font-size: 1.34rem;
}
.amountDisplay .textUSD{
    font-size: .72rem;
}
.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;
}
.pupWithdrawalMethod{
    font-family: 'DOMINO-A';
}
.pupWithdrawalMethod .withdrawalList{
    margin-top: 1rem;
    gap: 1.2rem;
}
.pupWithdrawalMethod .withdrawalList [class*="withdrawal"]{
    margin: 0 auto;
    width: 8.8rem;
    height: 1.63rem;
    font-size: .5rem;
    color: #fff;
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
}
.pupWithdrawalMethod .withdrawalList [class*="withdrawal"] span{
    display: inline-block;
    min-width: 4rem;
}
.pupWithdrawalMethod .withdrawalList .withdrawalDiamond{
    background: -webkit-linear-gradient(#5698fc,#4b6af1);
    background: linear-gradient(#5698fc,#4b6af1);
    box-shadow: 0 .03rem 0 #3A5BD7;
}
.pupWithdrawalMethod .withdrawalList .withdrawalUsdt{
    background: -webkit-linear-gradient(#33c89a,#1b9d75);
    background: linear-gradient(#33c89a,#1b9d75);
    box-shadow: 0 .03rem 0 #108B65;
}
.pupWithdrawalMethod .withdrawalList [class*="withdrawal"] img{
    margin-left: .1rem;
    width: 1.23rem;
}
.pupWithdrawalMethod .withdrawalRecord{
    display: block;
    margin: 1.5rem auto 0;
    padding: .1rem .3rem;
    font-size: .45rem;
    color: #9e9e9f;
    border: .02rem #9e9e9f solid;
    -webkit-border-radius: .05rem;
    border-radius: .05rem;
}

.pupWithdrawalUsd .withdrawalList{
    margin-top: .5rem;
    gap: .5rem;
}
.pupWithdrawalUsd .pupContent img{
    margin-left: .2rem;
    height: .38rem;
}

.pupWithdrawalUsd .country-value{
    margin-right: .15rem;
    padding-right: .9rem;
    width: 3.6rem;
    height: .95rem;
    border: .02rem #CED3D6 solid;
    background: #fff;
    font-size: .42rem;
    text-align: right;
    -webkit-border-radius: .12rem;
    border-radius: .12rem;
    box-sizing: border-box;
}
.pupWithdrawalUsd .country-value::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 1rem;
    width: .38rem;
    height: .22rem;
    background: url("../../images/agent/icon/ico_arrow_line.png") no-repeat;
    background-size: 100% 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pupWithdrawalUsd .country-item.show .country-value::after{
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.pupWithdrawalUsd .country-list{
    display: none;
    top: calc(100% + .05rem);
    right: .8rem;
    padding: 0 .1rem;
    width: 3.6rem;
    border: .02rem #CED3D6 solid;
    background: #fff;
    -webkit-border-radius: .12rem;
    border-radius: .12rem;
    box-sizing: border-box;
}
.pupWithdrawalUsd .country-item.show .country-list{
    display: block;
}
.pupWithdrawalUsd .country-list li{
    padding: .25rem .9rem .25rem 0;
    text-align: right;
    border-bottom: .02rem #CED3D6 solid;
}
.pupWithdrawalUsd .country-list li:last-of-type{
    border-bottom: none;
}

.pupReceiveDiamond .contentForm,
.pupReceiveUSDT .USDTNumber{
    margin: .5rem auto .2rem;
    padding: .4rem .25rem;
    background: #fff;
    box-sizing: border-box;
    border: .03rem #D1D6D9 solid;
    border-radius: .12rem;
    font-size: .38rem;
    color: #9999a1
}
.pupReceiveDiamond .contentForm .icoDiamond{
    margin-right: .1rem;
    vertical-align: sub;
    width: .7rem;
    height: .6rem;
}
.pupReceiveDiamond .contentForm .textGradient{
    font-size: .78rem;
}
.pupReceiveDiamond .tips{
    font-size: .36rem;
    color: #a8a8a8;
    text-align: center;
}
.pupReceiveDiamond .tips .icoDiamond{
    margin-left: .05rem;
    width: .54rem;
    height: .4rem;
    vertical-align: middle;
}

.pupReceiveUSDT .pupContent{
    paddomh-bottom: .1rem;
}
.pupReceiveUSDT .contentForm{
    margin-top: .5rem;
    gap: .3rem;
}
.pupReceiveUSDT .contentForm .con-right{
    margin-left: .1rem;
    width: 2.6rem;
}
.pupReceiveUSDT .contentForm input,
.pupReceiveUSDT .contentForm select{
    padding: 0 .35rem;
    width: 6.1rem;
    height: .97rem;
    background: #fff;
    font-size: .42rem;
    color: #161e25;
    border: .02rem #E0E4E7 solid;
    outline: none;
    -webkit-border-radius: .2rem;
    border-radius: .2rem;
    box-sizing: border-box;
    text-align: right;
}
.pupReceiveUSDT .USDTNumber{
    text-align: center;
}
.pupReceiveUSDT .USDTNumber .USDTNumber_number{
    font-size: .9rem;
}
.pupReceiveUSDT .tips{
    margin-top: .5rem;
    font-size: .26rem;
    color: #75797D;
    text-align: center;
    line-height: 1;
}
.surePupCommon .ft-b{
    font-size: .6rem;
}

.noticePupCommon .pupContent{
    padding: .35rem;
}
.noticePupCommon .noticeList_list li{
    padding: .2rem;
    margin-bottom: .2rem;
    background: #d5d5d5;
    color: #6D7175;
    border: .02rem #cbcbcb solid;
    border-radius: .2rem;
    opacity: .7;
    text-align: right;
}
.noticePupCommon .noticeList_list li .noticeList_list_date{
    font-size: .34rem;
    color: #9999a1;
}
.noticePupCommon .noticeList_list li.Unread{
    opacity: 1;
    background: #fff;
}
.noticePupCommon .noticeList_list li.Unread::after{
    content: "";
    position: absolute;
    top: -.15rem;
    right: -.1rem;
    width: .3rem;
    height: .32rem;
    background: url(../../images/agent/icon/ico_dot.png) no-repeat;
    background-size: 100% 100%;
}
.searchArea{
    margin: 0 auto .25rem;
    width: 96%;
    gap: .2rem;
}
.searchArea .searchArea_search{
    background: #24262D;
    border-radius: .5rem;
    flex: 1;
    overflow: hidden;
}
.searchArea .searchArea_search input{
    padding:.2rem 1rem;
    width: 100%;
    height: 100%;
    background: none;
    outline: none;
    color: #cccccc;
    border: none;
    text-align: right;
    box-sizing: border-box;
}
.searchArea .searchArea_search input::-moz-placeholder { color: #424653; }
.searchArea .searchArea_search input:-ms-input-placeholder { color: #424653; }
.searchArea .searchArea_search input::-webkit-input-placeholder{ color: #424653; }
.searchArea_search .icoSearch {
    top: 50%;
    right: .2rem;
    width: .53rem;
    height: .53rem;
    background-image: url("../../images/agent/icon/ico_search.png");
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.itemStreamer .anchorNumber{
    margin: .3rem auto;
    font-size: .4rem;
    color: #f2c784;
    text-align: center;
}
.itemStreamer .anchorNumber span{
    margin-right: .1rem;
    font-size: .5rem;
}

