.a_top{
    padding: .1rem 0 .08rem;
    display: grid;
    grid-template-columns: minmax(.62rem, .72fr) minmax(.74rem, auto) minmax(.86rem, 1fr);
    align-items: center;
    column-gap: .035rem;
}
.a_user{
    min-width: 0;
    color: #8691b5;
    font-size: .09rem;
    line-height: .135rem;
}
.a_user strong{
    display: block;
    color: #FFFFFF;
    font-size: .12rem;
    line-height: .16rem;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.a_user span{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.a_user i{
    font-style: normal;
}
.a_balances{
    justify-self: start;
    min-width: 0;
    color: #8691b5;
    font-size: .085rem;
    line-height: .13rem;
    transform: translateX(-.08rem);
}
.a_balances div{
    display: flex;
    align-items: center;
    white-space: nowrap;
    height: .14rem;
}
.a_balances img{
    display: block;
    width: .145rem;
    height: .145rem;
    margin-right: .035rem;
    flex-shrink: 0;
}
.a_balances span{
    color: #FFFFFF;
    text-align: left;
    font-weight: bold;
    margin-right: .02rem;
}
.a_balances i{
    font-style: normal;
    text-align: left;
    color: #FFFFFF;
}
.a_2{
    color: #FFFFFF;
    font-size: .105rem;
    line-height: .2rem;
    text-align: right;
    justify-self: end;
    align-self: center;
    white-space: nowrap;
}
.a_2 b{
    font-size: .135rem;
    font-weight: bold;
    background: linear-gradient(#3ed4d7, #0066e6);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin-right: .06rem;
}
.b_1 a{
    display: block;
    width: 100%;
    border-radius: .06rem;
    background: linear-gradient(#001d46,#02142c);
    border: 1px solid #163186;
    color: #FFFFFF;
    line-height: .3rem;
    font-size: .1rem;
    position: relative;
    box-shadow:inset 0 0 .2rem rgba(0, 112, 255, .35);
}
.b_1 a:after{
    content: "";
    display: block;
    position: absolute;
    width: .05rem;
    height: .1rem;
    background-image: url("../img/04.png");
    background-size: 100% 100%;
    right: .1rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.b_1 a img{
    display: block;
    float: left;
    width: .15rem;
    margin: .07rem .06rem 0 .1rem;
}
.payout-address-card{
    width: 100%;
    border-radius: .06rem;
    background: linear-gradient(#001d46,#02142c);
    border: 1px solid #163186;
    color: #FFFFFF;
    min-height: .42rem;
    position: relative;
    box-shadow:inset 0 0 .2rem rgba(0, 112, 255, .35);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .06rem;
    padding: .06rem .07rem .06rem .1rem;
}
.payout-address-main{
    min-width: 0;
    display: flex;
    align-items: center;
    flex: 1;
}
.payout-address-main img{
    display: block;
    width: .15rem;
    margin-right: .035rem;
}
.payout-address-text{
    min-width: 0;
}
.payout-address-text strong{
    display: block;
    color: #FFFFFF;
    font-weight: normal;
    font-size: .1rem;
    line-height: .15rem;
}
.payout-address-text span{
    display: block;
    color: #8d9dcc;
    font-size: .085rem;
    line-height: .13rem;
    max-width: 1.85rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.payout-address-actions{
    display: flex;
    gap: .04rem;
    flex-shrink: 0;
}
.payout-address-actions button{
    display: block;
    height: .24rem;
    min-width: .38rem;
    border-radius: .04rem;
    border: 1px solid #1e3479;
    color: #FFFFFF;
    font-size: .09rem;
    outline: none;
    background: linear-gradient(#005efb,#003ccf);
}
.payout-address-actions button:nth-child(2){
    background: #001326;
    color: #ff7184;
}
.c_1{
    border-radius: .06rem;
    background: linear-gradient(#001d46,#02142c);
    border: 1px solid #163186;
    margin-top: .05rem;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    font-size: .1rem;
    min-height: .34rem;
    line-height: .16rem;
    box-shadow:inset 0 0 .2rem rgba(0, 112, 255, .35);
    padding: .06rem .28rem .06rem .1rem;
    position: relative;
}
.c_1 img{
    display: block;
    width: .16rem;
    flex-shrink: 0;
    margin-right: .06rem;
}
.c_1 span{
    display: block;
    flex: 1;
    min-width: 0;
    margin-left: .05rem;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
    word-break: break-all;
    color: #FFFFFF;
    font-size: .085rem;
    line-height: .13rem;
}
.c_1 a{
    display: block;
    position: absolute;
    width: .14rem;
    height: .14rem;
    background-image: url("../img/05.png");
    background-size: 100% 100%;
    right: .08rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.d_1{
    margin-top: .06rem;
    border: 1px solid #1e3479;
    border-radius: .06rem;
    background: #000f1f;
    overflow: auto;
    height: 1.45rem;
    padding: 0 .05rem .05rem .05rem;
}
.d_1 table{
    width: 100%;
}
.d_1 table thead tr{
  position: sticky;
  top: 0;
  z-index: 2;
}
.d_1 table th{
    font-size: .08rem;
    color: #7985b9;
    font-weight: normal;
    border-bottom: 1px solid #1e3479;
    padding: .03rem 0;
    background: #000f1f;
}
/*.d_1 table th i{
    display: block;
    font-size: .09rem;
}*/
.d_1 table td{
    color: #FFFFFF;
    text-align: center;
    font-size: .08rem;
    height: .26rem;
    border-bottom: 1px solid #1e3479;
    padding: 0 .02rem;
}
.d_1 table td.jj{
    color: #b5d150;
}
.d_1 table td.hxz span{
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: .76rem;
    cursor: pointer;
}
.e_1{
    margin-top: .06rem;
    border: 1px solid #1e3479;
    border-radius: .06rem;
    background: #000f1f;
    padding: 0 .04rem .06rem;
}
.e_1 ul li{
    float: left;
    color: #7985b9;
    font-size: .09rem;
    line-height: .12rem;
    margin-right: .1rem;
    margin-top: .08rem;
	width: 46%;
}
.e_1 ul li img{
    display: block;
    float: left;
    width: .1rem;
    margin-right: .04rem;
}
.e_1 ul li span{
    color: #FFFFFF;
}
.jyhx{
    float: left;
    color: #7985b9;
    font-size: .09rem;
    line-height: .12rem;
    margin-right: .1rem;
    margin-top: .08rem;
}
.jyhx img{
    display: block;
    float: left;
    width: .1rem;
    margin-right: .04rem;
}
.jyhx span{
    color: #FFFFFF;
}
.e_2 span{
    color: #7985b9;
    font-size: .09rem;
    margin-right: .03rem;
    padding-right: .02rem;
    border-right: 1px solid #1e3479;
    display: block;
    float: left;
    margin-top: .06rem;
}
.e_2 span i{
    margin-right: .02rem;
}
.e_2 span:nth-last-child(2){
    border-right: none;
}
.f_1 form{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #000f1f;
    border: 1px solid #1e3479;
    border-radius: .06rem;
    padding: .04rem;
}
.f_1 form .f_4{
    width: 34%;
    height: .3rem;
    background-color: #000f1f;
    background-image: url("../img/01.png");
    background-repeat: no-repeat;
    background-position: left.03rem center;
    background-size: .19rem;
    padding-left: .28rem;
    outline: none;
    color: #FFFFFF;
    font-size: .11rem;
    border: 1px solid #1e3479;
    border-radius: .06rem;
}
.f_1 form .f_4.currency-trx{
    background-image: url("../img/18.png");
}
.f_1 form .select-wrapper{
    width: 30%!important;
    height: .3rem!important;
    position: relative;
    background-color: #000f1f;
    background-image: url("../img/01.png");
    background-repeat: no-repeat;
    background-position: left.03rem center;
    background-size: .19rem;
    border-radius: .06rem;
    border: 1px solid #1e3479;
    z-index: 2!important;
}
.f_1 form .select-wrapper.currency-trx{
    background-image: url("../img/18.png");
}
.f_1 form .select-button{
    width: 100%!important;
    height: 100%!important;
    border: 0;
    background: none;
    text-align: left;
    outline: none;
    color: #FFFFFF;
    font-size: .11rem;
    padding-left: .28rem;
}
.f_1 form .select-down{
    position: absolute;
    top: .12rem!important;
    right: .04rem;
    height: .045rem;
    width: .08rem;
    background-image: url("../img/11.png");
    background-size: 100% 100%;
}  
.f_1 form .select-list{
    width: 100%!important;
    border-radius: 3px;
    border: 1px solid #1e3479;
    background-color: #000f1f;
    display: none;
    z-index: 2;
    position: absolute;
    top: .32rem!important;
    max-height: 1rem;
    overflow: auto;
}
.select-list ul{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    line-height: 34px;
    max-height: 240px;
  }
.select-list ul li{
    width: 100%;
    height: .3rem!important;
    line-height: .3rem;
    padding-left: 10px;
    color: #FFFFFF;
    font-size: .11rem;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
}
.select-list ul li.selected,.select-list ul li:hover{
    color: #000f1f;
    background: #FFFFFF;
}
.f_12{
    width: 42%;
    height:.4rem;
    margin-top: .06rem;
    background-color: #000f1f;
    border: 1px solid #1e3479;
    border-radius: .06rem;
    color: #FFFFFF;
    line-height: .39rem;
    font-size: .11rem;
    padding-left: .08rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.f_12 .select-wrapper{
    width: 100%!important;
    height: .4rem!important;
    position: relative;
    background-color: #000f1f;
    border-radius: .06rem;
    border: 1px solid #1e3479;
    z-index: 1!important;
}
.f_12 .select-button{
    width: 100%!important;
    height: 100%!important;
    border: 0;
    background: none;
    text-align: left;
    outline: none;
    color: #FFFFFF;
    font-size: .11rem;
    padding-left: .08rem;
}
.f_12 .select-down{
    position: absolute;
    top: .17rem!important;
    right: .08rem;
    height: .05rem;
    width: .1rem;
    background-image: url("../img/11.png");
    background-size: 100% 100%;
}  
.f_12 .select-list{
    width: 100%!important;
    border-radius: 3px;
    border: 1px solid #1e3479;
    background-color: #000f1f;
    display: none;
    z-index: 2;
    position: absolute;
    top: .42rem!important;
    max-height: .8rem;
    overflow: auto;
}

.f_5{
    width: 33%;
}
.f_5 .demo--label{
	display:block;
    float: left;
    width: 49%;
}
.f_5 .demo--label:nth-child(2){
    float: right;
}
.demo--radio {
	display:none
}
.demo--radioInput {
	background: linear-gradient(#005efb,#003ccf);
	border-radius:.06rem;
	display:block;
    width: 100%;
	height:.26rem;
    text-align: center;
    color: #FFFFFF;
    line-height: .26rem;
    font-size: .12rem;
}
.demo--radio:checked + .demo--radioInput{
	background: linear-gradient(#389e7f,#237f63);
}
.f_6{
    width: 100%;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: .05rem;
}
.f_6 .demo--label{
	display:block;
    width: 8.4%;
}
.f_7{
    width: 56%;
    height:.4rem;
    background-color: #000f1f;
    border: 1px solid #1e3479;
    border-radius: .06rem;
    color: #FFFFFF;
    line-height: .39rem;
    font-size: .1rem;
    padding-left: .07rem;
    margin-top: .06rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.f_7 span{
    vertical-align: baseline;
}
.f_8{
    margin-top: .1rem;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.f_9{
    width: 18%;
    height: .52rem;
    border-radius: .06rem;
    background: linear-gradient(#001d46,#02142c);
    border: 1px solid #163186;
    box-shadow:inset 0 0 .2rem rgba(0, 112, 255, .35);
    color: #FFFFFF;
    text-align: center;
    font-size: .09rem;
    padding-top: .1rem;
}
.f_9 img{
    display: block;
    margin: 0 auto;
    width: .18rem;
    margin-bottom: .03rem;
}
.f_10{
    width: 49%;
    height: .52rem;
    border-radius: .06rem;
    background: linear-gradient(#005efb,#003ccf);
    text-align: center;
    color: #FFFFFF;
    font-size: .12rem;
    line-height: .52rem;
    cursor: pointer;
}
.f_11{
    width: 29%;
    height: .52rem;
    border-radius: .06rem;
    background: linear-gradient(#001d46,#02142c);
    border: 1px solid #163186;
    box-shadow:inset 0 0 .2rem rgba(0, 112, 255, .35);
    color: #FFFFFF;
    text-align: center;
    font-size: .09rem;
    line-height: .52rem;
}
.f_11 img{
    display: inline-block;
    width: .20rem;
    margin-right: .04rem;
}
.f_11 span{
    display: inline-block;
    background-image: url("../img/04.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: .05rem;
    padding-right: .07rem;
}
.bot_bg{
    margin-top: .15rem;
    width: 100%;
    height: .52rem;
}
.bottom{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width:94%;
    height: .52rem;
    max-width: 750px;
    background: #001736;
    border-radius: .26rem;
    z-index: 9999;
}
.bottom li{
    float: left;
    width: 50%;
    text-align: center;
    height: .52rem;
    border-radius: .26rem;
}
.bottom li a{
    display: block;
    color: #9f9f9f;
    font-size: .1rem;
    padding-top: .08rem;
}
.bottom li a i{
    display: block;
    width: .21rem;
    height: .21rem;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-bottom: .04rem;
}
.bottom li a i.yx{
    background-image: url("../img/14.png");
}
.bottom li a i.wd{
    background-image: url("../img/16.png");
}
.bottom li.on{
    background: linear-gradient(#001d46,#02142c);
    border: 1px solid #163186;
    box-shadow:inset 0 0 .2rem rgba(0, 112, 255, .35);
}
.bottom li.on a{
    color: #FFFFFF;
}
.bottom li.on a i.yx{
    background-image: url("../img/15.png");
}
.bottom li.on a i.wd{
    background-image: url("../img/17.png");
}
.address-modal-mask{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10000;
    background: rgba(0,0,0,.55);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .18rem;
}
.address-modal{
    width: 100%;
    max-width: 3.2rem;
    border-radius: .08rem;
    background: #000f1f;
    border: 1px solid #163186;
    box-shadow: inset 0 0 .2rem rgba(0, 112, 255, .35), 0 .08rem .25rem rgba(0,0,0,.5);
    padding: .16rem .14rem .14rem;
}
.address-modal h3{
    color: #FFFFFF;
    font-weight: normal;
    font-size: .15rem;
    line-height: .2rem;
}
.address-modal p{
    color: #7985b9;
    font-size: .1rem;
    line-height: .16rem;
    margin-top: .06rem;
}
.address-modal input{
    width: 100%;
    height: .38rem;
    margin-top: .12rem;
    border: 1px solid #1e3479;
    border-radius: .06rem;
    background: #000f1f;
    color: #FFFFFF;
    outline: none;
    font-size: .11rem;
    padding: 0 .1rem;
}
.address-modal input::placeholder{
    color: #52618c;
}
.address-error{
    min-height: .18rem;
    color: #ff4962;
    font-size: .09rem;
    line-height: .18rem;
    margin-top: .04rem;
}
.address-actions{
    display: flex;
    justify-content: space-between;
    gap: .08rem;
    margin-top: .04rem;
}
.address-actions button{
    display: block;
    flex: 1;
    height: .36rem;
    border-radius: .06rem;
    border: 1px solid #163186;
    color: #FFFFFF;
    font-size: .12rem;
    outline: none;
}
.address-cancel{
    background: linear-gradient(#001d46,#02142c);
}
.address-submit{
    background: linear-gradient(#005efb,#003ccf);
}
.hash-modal-mask{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10001;
    background: rgba(0,0,0,.7);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .16rem;
}
.hash-modal{
    position: relative;
    width: 100%;
    max-width: 3.35rem;
    border-radius: .08rem;
    background: #081526;
    border: 1px solid #1b3488;
    box-shadow: inset 0 0 .18rem rgba(0, 112, 255, .18), 0 .08rem .28rem rgba(0,0,0,.55);
    padding: .26rem .14rem .18rem;
}
.hash-modal h3{
    color: #FFFFFF;
    font-weight: bold;
    font-size: .2rem;
    line-height: .26rem;
}
.hash-close{
    position: absolute;
    top: .12rem;
    right: .12rem;
    width: .28rem;
    height: .28rem;
    border: none;
    outline: none;
    background: transparent;
    color: #a6b0cf;
    font-size: .28rem;
    line-height: .28rem;
}
.hash-content{
    margin-top: .24rem;
    min-height: .8rem;
    border-radius: .06rem;
    background: #00101f;
    color: #16d4ff;
    font-size: .14rem;
    line-height: .26rem;
    letter-spacing: 0;
    word-break: break-all;
    padding: .18rem .14rem;
}
.hash-copy{
    display: block;
    width: 100%;
    height: .48rem;
    margin-top: .2rem;
    border: none;
    outline: none;
    border-radius: .06rem;
    background: linear-gradient(#0067ff,#003fe0);
    color: #FFFFFF;
    font-size: .15rem;
}
.page-toast{
    position: fixed;
    left: 50%;
    top: 38%;
    z-index: 11000;
    transform: translateX(-50%) translateY(.12rem);
    max-width: 80%;
    border-radius: .18rem;
    background: rgba(0, 0, 0, .78);
    color: #FFFFFF;
    font-size: .11rem;
    line-height: .18rem;
    padding: .08rem .14rem;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
}
.page-toast.show{
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}
.zx_c .items{display:none;list-style: none;}
.zx_c .items.thisclass{display:list-item;}
.tab{
    padding: .2rem 0 0 0;
}
.tab_1{
    width: .3rem;
    height: .26rem;
    border: 1px solid #152340;
    border-radius: .15rem;
}
.tab_1 img{
    display: block;
    width: .16rem;
    margin: 0 auto;
    margin-top: .1rem;
}
.tab .zx_t li{
    display: inline-block;
    background: #000f1f;
    border: 1px solid #152340;
    border-radius: .05rem;
    width: .9rem;
    height: .26rem;
    text-align: center;
    color: #FFFFFF;
    font-size: .12rem;
    line-height: .26rem;
    margin-right: .06rem;
}
.tab .zx_t li img{
    width: .17rem;
    transform: translateY(-.01rem);
    margin-right: .05rem;
}
.tab .zx_t li.active{
    background: linear-gradient(to right,#00132e,#022873);
}
.tab_2{
    width: 100%;
    background: #000f1f;
    border: 1px solid #152340;
    border-radius: .06rem;
    padding: .08rem 0;
    margin-top: .1rem;
}
.tab_2 li{
    width: 33.333%;
    float: left;
}
.tab_2 li a{
    display: block;
    text-align: center;
    color: #FFFFFF;
    font-size: .1rem;
}
.tab_2 li a i{
    display: block;
    margin: 0 auto;
    width: .3rem;
    height: .3rem;
    border-radius: .15rem;
    background: #000f1f;
    border: 1px solid #152340;
    margin-bottom: .05rem;
}
.tab_3{
    width: 100%;
    background: #000f1f;
    border: 1px solid #152340;
    border-radius: .06rem;
    padding: 0 .05rem;
    margin-top: .1rem;
}
.tab_3 li{
    width: 100%;
    border-bottom: 1px solid #152340;
    padding: .08rem 0;
    color: #FFFFFF;
    font-size: .1rem;
    line-height: .19rem;
    overflow: hidden;
}
.tab_3 li:nth-last-child(1){
    border-bottom: none;
}
.tab_3 li .tab_4{
    float: left;
    border-right: 1px solid #152340;
    padding-right: .2rem;
}
.tab_3 li .tab_4 img{
    display: block;
    float: left;
    width: .19rem;
    margin-right: .04rem;
}
.tab_3 li .tab_4 span{
    margin-left: .15rem;
}
.tab_3 li .tab_5{
    float: right;
}
.tab_3 li .tab_5 span{
    margin-left: .3rem;
}
.tab_3 em{
    font-style: normal;
}
.fu{
    color: #ff0427;
}
.zheng{
    color: #b5d150;
}
.tab_6{
    border-radius: .06rem;
    background: #000f1f;
    border: 1px solid #152340;
    margin-top: .1rem;
    position: relative;
    color: #FFFFFF;
    font-size: .1rem;
    line-height: .32rem;
}
.tab_6 img{
    display: block;
    float: left;
    width: .17rem;
    margin: .07rem .06rem 0 .06rem;
}
.tab_6 a{
    display: block;
    position: absolute;
    width: .12rem;
    height: .12rem;
    background-image: url("../img/05.png");
    background-size: 100% 100%;
    right: .08rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.tab_7{
    margin-top: .1rem;
    border-radius: .06rem;
    background: #000f1f;
    border: 1px solid #152340;
    padding: .06rem .03rem;
}
.tab_7 h3{
    display: block;
    float: left;
    width: .75rem;
    height: .35rem;
    background-image: url("../img/26.png");
    background-size: 100% 100%;
    text-align: center;
    color: #FFFFFF;
    font-weight: normal;
    font-size: .13rem;
    margin-top: -.025rem;
    line-height: .36rem;
}
.tab_7 button{
    display: block;
    float: right;
    width: .4rem;
    height: .26rem;
    border-radius: .06rem;
    border: none;
    outline: none;
    color: #FFFFFF;
    font-size: .11rem;
    background: linear-gradient(#005efb,#003ccf);
}
.tab_8{
    float: left;
    width: calc(100% - 1.19rem);
    margin-left: .02rem;
    height: .26rem;
    background: #000f1f;
    border-radius: .06rem;
    border: 1px solid #152340;
    color: #FFFFFF;
    line-height: .26rem;
    font-size: .08rem;
    padding: 0 .02rem;
}
.tab_7 ul{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tab_7 ul li{
    width: 32%;
    background: #000f1f;
    border: 1px solid #152340;
    border-radius: .04rem;
    text-align: center;
    color: #FFFFFF;
    font-size: .09rem;
    padding: .07rem 0;
    margin-top: .05rem;
}
.tab_7 ul li span{
    display: block;
    font-size: .14rem;
    margin-top: .05rem;
}
.tab_9 li{
    margin-top: .1rem;
    border-radius: .06rem;
    background: #000f1f;
    border: 1px solid #152340;
    padding: .06rem .05rem;
}
.tab_9 li.empty-state{
    color: #7985b9;
    font-size: .1rem;
    text-align: center;
    line-height: .28rem;
}
.tab_9 li img{
    display: block;
    float: left;
    width: .24rem;
}
.tab_10{
    float: left;
    width: 50%;
    margin-left: .05rem;
}
.tab_10 h3{
    font-weight: normal;
    font-size: .09rem;
    color: #FFFFFF;
}
.tab_10 h3 span{
    font-size: .09rem;
    margin-left: .06rem;
}
.tab_10 h3 span i{
    color: #0031a6;
}
.tab_10 p{
    color: #FFFFFF;
    font-size: .06rem;
	margin-top: .1rem;
}
.tab_11{
    width: calc(51% - .35rem);
    float: right;
}
.tab_11 table{
    width: 100%;
}
.tab_11 table td{
    background: #000f1f;
    border: 1px solid #152340;
    font-size: .08rem;
    text-align: right;
    line-height: .16rem;
    padding: .01rem .005rem;
    color: rgba(255,255,255,.7);
}
.tab_11 table td span{
    color: #FFFFFF;
}
.tab_11 table td span.zheng{
    color: #b5d150;
}
.more a{
    display: block;
    color: #FFFFFF;
    font-size: .09rem;
    margin-top: .1rem;
    text-align: center;
}
.more a img{
    width: .065rem;
    margin-left: .05rem;
	margin-top: -0.03rem;
}

