.page-home .intro{color:#fff;padding:.3rem;background:linear-gradient(215deg, #33c3ff 0%, #4d7fed 100%)}
.page-home .intro h1{font-size:.58rem;margin-bottom:.1rem}
.page-home .intro p{font-size:.26rem;letter-spacing:1px;font-weight:300}
.page-home main .bui-accordion{border-top:0}.page-home main>.bui-list .bui-btn{padding-left:.4rem}
.page-home dl dt{padding-left:.4rem}.page-home dl dd{background:#fff;padding-left:.5rem;padding-right:0}
.page-home .bui-nav li{background:none;color:#999;font-size:.3rem}
.page-home .bui-nav li.active{color:#333;background:none}
.page-home .bui-accordion i{color:#999}
.page-home .bui-accordion .bui-btn{color:#666}
.page-home .bui-accordion>.bui-btn{color:#666}
.page-home .bui-accordion .active{color:#39a4ff}
.page-home .bui-accordion .active i{color:#39a4ff}
.bui-sidebar img{width:100%}
.bui-sidebar-wrap .bui-page main{background:#fff}
.menu{margin:.2rem;display:inline-block;background:#39a4ff;border-radius:.06rem;color:#fff;width:.7rem;height:.7rem;line-height:.6rem;text-align:center}
.menu.active{background:red}
.menu i{font-size:.48rem}
.placeholder{margin-top:1rem;text-align:center}
.placeholder img{width:1.4rem;margin:0 auto .3rem auto}
.placeholder-text{width:5.6rem;margin:0 auto;border:1px dashed #70B1E9;background:#ECF9FF;border-radius:.3rem;padding:.3rem}
.placeholder-text h3{color:#333;font-size:.4rem;margin-bottom:.2rem}
.bui-accordion dd{background:#fff}.bui-list-thumbnail .bui-btn{border-bottom:0}
.price i{font-size:.2rem;font-style:normal;margin-right:.05rem}.price{font-size:.36rem;color:#FF6701}
.controls-btn{background:#fff;margin:0;padding:.3rem .2rem;border-top:1px solid #efefef}.controls-btn .bui-btn{margin-bottom:.2rem}
.stepbar .bui-list{margin-bottom:.1rem}
.stepbar .tips{margin-bottom:.5rem}
.bui-page>.main, .bui-page>main{
	background: #FFFFFF;
}
.bui-loading.bui-loading-block{
	display: none!important;
}
.row:after, .row:before {
    display: table;
    content: " ";
    clear: both;
}
.bui-btn{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	text-align: left;
} 
.bui-hint-center {
    width: 3.4rem;
    height: 1.5rem;
    margin-left: -1.7rem;
    z-index: 99999999999!important;
}
[class*=bui-btn].active, [class*=bui-btn]:active {
    background-color:transparent;
}
[class*=bui-btn]{
	min-height:0;
}
.mine-main .bui-btn[class*=bui-btn]:active {
    background:#f2f2f2!important;
}
footer .bui-nav{
	    background:#fff;
	    color: #adb4be;
	    border: none;
	    box-shadow: 0px 0px 20px 0px 
		rgba(0, 0, 0, 0.07);
}
.bui-box-vertical img{
	    width: .5rem;
	    height: .5rem;
    margin: 0 auto;
    margin-bottom: .07rem;
}
.bui-nav>.active{
	    color:#4f7fff;
}
::-webkit-scrollbar {
    width: 0px!important;
    height: 10px;
}
*{
	padding: 0;
	margin: 0;
}
li{
	list-style: none;
}
ul{
	padding: 0;
}
a{
	text-decoration: none;
}
img{
	    vertical-align: middle;
}
i{
	font-style: initial;
}
input,button{
	 outline: none;
}
.prompt_box {
    position: fixed;
    background-color: rgba(0, 0, 0, .6);
    width: 24%;
    margin: 0.2rem 38%;
    height: 0.8rem;
    text-align: center;
    line-height: 0.8rem;
    color: #FFFFFF;
    padding: 0;
    font-size: .2rem;
    border-radius: 3px;
    top: 46%;
    left: 0%;
    z-index: 9999;
}
.head-ban{
	display: -webkit-box;display: box;
	height: 1rem;
	line-height: 1rem;
	background: #fff;
}
.head-left, .head-right {
    width: 1.5rem;
}
.head-right {
	text-align: center;
        color: #5e5e5e;
}
.head-main {
    width: 0;
    text-align: center;
    -webkit-box-flex: 1;
    box-flex: 1;
    color: #5e5e5e;
    line-height: 1rem;
    font-size: .34rem;
}
.head-left img{
	    width: .4rem;
    margin: 0 .2rem;
}
.head-right img{
	    width: .35rem;
}
/*登陆*/
.login-head{
	width: 93%;
	margin: .3rem auto;
	text-align: center;
}
.login-head-off{
	width: .35rem;
	display: block;
}
.login-head-lo{
	width: 1.75rem;
	margin: .5rem .2rem;
}
.login-head div{
	font-size: .44rem;
	font-weight: 600;
	color: #ffffff;
	margin-left: .2rem;
}
.login-main{
	width: 93%;
	margin: 0.4rem auto;
	background: url(../images/login_mn.png) no-repeat;
	background-size:100% 100%;
	padding: .1rem .3rem .5rem;
}
.login-main-inp{
	margin-top: .6rem;
}
.login-main-t{
	color: #393939;
	margin-bottom: .2rem;
}
.login-main-div{
	position: relative;
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: .25rem;	
}
.login-main-div img{
	width: .4rem;
	position: absolute;
	top: .02rem;
	left: .2rem;
}
.login-main-div input{
	background: none;
	border: none;
	font-size: .3rem;
	color: #000;
	width: 100%;
	padding-left: .8rem;
}
.login-main-div input::-webkit-input-placeholder{
	color: #bebebe;
}
.login-main-for{
	    width: 92%;
    margin:0 auto .8rem;
    text-align: center;
    font-size: .28rem;
    color:#e8e8e8;
}
.login-main-for a{
	color: #868686;
	display: inline-block;
	width: 48%;
	text-align: center;
	
}
.login-main-btn{
	display: block;
    width: 6.21rem;
    margin: .6rem auto .4rem;
    height: .88rem;
    border: none;
    background-image: linear-gradient(90deg, #02afff 0%, #0347e2 100%), linear-gradient(#4f7fff, #4f7fff);
	background-blend-mode: normal, normal;
	box-shadow:0.03rem .07rem 0 rgba(92, 137, 255, 0.35);
    border-radius: .44rem;
    color: #ffffff;
    font-size: .28rem;
}
/*注册*/

.regis-head{
	width: 93%;
	margin: .3rem auto;
}
.regis-head-img{
	width: .4rem;
}
.regis-head span{
	float: right;
	font-size: .34rem;
	color: #fff;
}
.regis-head-d{
	font-size: .44rem;
	font-weight: 600;
	color: #ffffff;
	margin-left: .2rem;
	margin-top: .5rem;
}
.regis-head-d img{
	width: .89rem;
	margin-right: .2rem;
}
.regis-main{
	width: 93%;
    margin: 0.4rem auto;
    background: #fff;
    border-radius: .25rem;
    padding: .2rem .3rem ;
}
.regis-main-inp{
	margin-top: .2rem;
	
}
.regis-main-t{
	color: #393939;
	margin-bottom: .2rem;
}
.regis-main-te{
	width: 90%;
	margin:0  auto;
    height: 1.26rem;
    line-height: 1.26rem;
    border-bottom: .01rem solid #f2f2f2;
    font-size: .28rem;
    position: relative;
}
.regis-main-tx .regis-main-hq{
	    float: right;
    margin-top: -.95rem;
    background: #027bf1;
    color: #ffffff;
    border-radius: .05rem;
    font-size: .24rem;
    height: .59rem;
    padding: 0 .25rem;
    line-height: .59rem;
    position: relative;
    z-index: 1;
}
.regis-main-tx .regis-main-th{
	margin-bottom: .25rem;
    color: #2d2d2d;
    position: absolute;
    background: none;
    font-size: .28rem;
    left: 0;
    top: .03rem;
    padding: 0;
}
.regis-main-tx .regis-main-b{
	    width: .4rem;
    margin-right: .2rem;
}
.regis-main-tx input{
	    border: none;
    color: #000;
    background: none;
    width: 100%;
    height: 100%;
    margin-left: .2rem;
    font-size: .28rem;
    padding-left: 1.2rem;
}
.regis-main-tx input::-webkit-input-placeholder{
	color: #bebebe;
}
.regis-main-yzm{
	    float: right;
    width: 2rem;
    margin-top: -.95rem;
    position: relative;
    z-index: 1;
}
.regis-main-btn{
	display: block;
    width: 6.21rem;
    margin: .4rem auto ;
    height: .94rem;
    border: none;
    background-image: linear-gradient(90deg, #02afff 0%, #0347e2 100%), linear-gradient(#4f7fff, #4f7fff);
	background-blend-mode: normal, normal;
	box-shadow:0.03rem .07rem 0 rgba(92, 137, 255, 0.35);
    border-radius: .44rem;
    color: #ffffff;
    text-align: center;
    font-size: .3rem;
}
.regis-main-for{
	    width: 92%;
    margin: .5rem auto;
    text-align: center;
    font-size: .28rem;
    color: #868686;
}
.regis-main-for span{
	 color: #0354e6;
}
.poi {
    margin-top: 0.35rem;
    color:#5e5e5e;
    font-size: 0.26rem;
}
.poi img {
    width: 0.35rem;
    float: left;
    margin-right: 0.2rem;
    margin-top: 0;
}
/*忘记密码*/
.forget-main{
	width: 90%;
	margin: .4rem auto;
}
/*首页*/
.home-head{
    height: 1rem;
    padding: 0 5%;
    line-height: 1rem;
    
    background: #fff;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    width: 17px;
    height: 4px;
        background: #fff;
    border-radius: 5px;
}
.swiper-banner2 .swiper-slide{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home-head-l{
	    width: .5rem;
    float: right;
    margin-right: 0rem;
    margin-top: .3rem;

}
.home-head-z{
    font-size: .42rem;
    font-weight: 600;
    color: #1e1e1e;
}
.home-ban {
    width: 93%;
    margin: 0.2rem auto;
}
.home-notice{
    width: 93%;
    margin: .2rem auto;
    background: #fff;
    border-radius: .45rem;
    box-shadow: 0 0 0.41rem 0 rgba(216, 216, 216, 0.26);
    padding: .2rem .35rem;
    color: #212121;
    height: .8rem;
    font-size: .28rem;
}
.home-not-img{
	    width: .4rem;
    float: left;
    margin-right: .3rem;
}
.home-not-new{
	    float: left;
    width: 88%;
    overflow: hidden;
    height: .4rem;
}
.home-ul{
	    width: 95%;
    margin: 0 auto;
    height: 1.7rem;
    margin-top: .4rem;
}
.home-ul li{
	float: left;
	width: 25%;
	text-align: center;
}

.home-ul li div{
	color: #303030;
	font-size: .26rem;
	margin-top: .2rem;
}
.home-ul li img{
	width: .95rem;
}
.home-ban2{
	width: 93%;
	margin: .2rem auto;
}
.home-ban2 img{
	width: 100%;
}
.home-mn{
	background: #fff;
    border-radius: .15rem;
    width: 93%;
	margin: .2rem auto;
    padding: .001rem;
}
.home-luse{
	
	margin: .2rem auto;
	height: .8rem;
	line-height: .8rem;
	font-size: .26rem;
	color: #0f0f0f;
}
.home-luse-l{
	width: .05rem;
    height: .28rem;
    float: left;
    margin-right: .25rem;
    background-color:  #4f7fff;
    margin-top: .26rem;
}
.home-shortcut{
	margin: .2rem auto;
}
.home-shortcut li{
	float: left;
	width: 33.33%;
	text-align: center;
}
.home-shortcut li img{
	width: .91rem;
	margin-bottom: .2rem;
}
.home-shortcut li span{
	color: #303030;
	font-size:.26rem;
}
.home-coin{
	
}
.home-coin-main{
	width: 90%;
	height: 1rem;
	line-height: 1rem;
	margin: .2rem auto;
	color: #0f0f0f;
	font-size: .28rem;	
}
.home-coin-img{
	width: .5rem;
	margin-right: .15rem;
	margin-bottom: .05rem;
}
.home-coin-right{
	float: right;
	width: 2rem;
        margin-right: .3rem;
}
.home-box{
	    position: fixed;
    left: 0;
    top: 0;
    width: 25%;
    background: rgba(0,0,0,.5);
    height: 100%;
    z-index: 999;
}
.home-box-b{
	width: 6.1rem;
	background: #fff;
	border-radius: .1rem;
	margin: 3rem .75rem;
	padding: .3rem;
}
.home-box-off{
	float: right;
	width: .26rem;
	
}
.home-coin-ri{
	float: right;
    height: .57rem;
    background: #29c497;
    margin-right: 0rem;
    font-size: .26rem;
    padding: .0 .15rem;
    line-height: .57rem;
    border-radius: .05rem;
    color: #fff;
    margin-top: .2rem;
    width: 1.5rem;
    text-align: center;
}
.home-coin-ri img{
	    width: .35rem;
    margin-bottom: .05rem;
}
.home-box-t{
	width: 3.56rem;
	text-align: center;
	height: .74rem;
	line-height: .7rem;
	color: #fff;
	margin: .2rem auto;
	background: url(../images/hint.png) no-repeat;
	background-size:100% 100%;
}
.home-box-mn{
	height: 6rem;
	overflow: auto;
	margin-top: .3rem;
}
/*公告*/
.new-text{
	width: 93%;
	padding: .25rem;
	margin: .2rem auto;
	background-color: #fff;
	border-radius: .1rem;
}
.new-tin{
	
}
.new-nt{
	color: #212121;
	margin-bottom: .2rem;
	    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.new-nr{
	font-size: .27rem;
	color: #a1a1a1;
	    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: .15rem;
}
.new-tin-r{
	 font-size: .24rem;
	 color: #fff;
	 width: 2.59rem;
	height: .38rem;
	line-height: .38rem;
	text-align: center;
	float: right;
	
	background-color: #4f7fff;
	border-radius: .15rem .03rem .15rem .03rem;
}
.new-tin-r img{
	width: .3rem;
	margin-bottom:.05rem ;
	margin-right: .1rem;
}
/*公告详情*/

		.new-xp {
    width: 90%;
    margin: 0.5rem auto;
}
.new-xp-main{
	color: #e4e5f1;
}
		.new-xp-head{
		    color: #212121;
		    font-size: .38rem;
		    line-height: .55rem;
		    margin-bottom: .2rem;
		}
		.new-xp-t{
		    font-size: .3rem;
		    margin: 0.25rem 0;
		    color: #838598;
		}
		.new-xp-main{
			width: 93%;
			margin: .2rem auto;
			color: #535353;
			
		}
		
/*个人中心*/
.mine-set{
	width: 93%;
	margin: .2rem auto;
}
.mine-set img{
	float: right;
	width: .35rem;
	margin-left: .2rem;
}
.mine-hd{
	width: 93%;
	margin: .2rem auto;
}
.mine-hd-img{
	float: right;
	width: 1.08rem;
	height:1.08rem;
	border-radius: 50%;
	margin-top: .1rem;
}
.mine-hd-left{
	
}
.mine-hd-name{
	font-size: .34rem;
	color: #252525;
	font-weight: 600;
}
.mine-hd-name span{
  width: 2rem;
    display: inline-block;
}
.mine-hd-name img{
	    width: .4rem;
    margin-bottom: .05rem;
    margin-right: .15rem;
}
.mine-hd-name img.crown{
	    width: .6rem;
    margin-bottom: .12rem;
}
.mine-hd-tel{
	color: #828282;
	font-size: .26rem;
	margin: .15rem 0;
}
.mine-hd-tel img{
	width: .3rem;
	margin-bottom: .05rem;
	margin-right: .1rem;
}
.mine-hd-btn{
	
}
.mine-hd-btn button{
	width: 2.15rem;
	height: .71rem;
	border-radius: .08rem;
	border: none;
	font-size: .28rem;
	margin-right: .15rem;
}
.mine-hd-btn button img{
		width: .33rem;
		margin-bottom: .05rem;
		margin-right: .1rem;
}
.mine-hd-btn1{
	
	background-color: #4f4f4f;
	color: #faf8c0;
} 
.mine-hd-btn2{
	background-color: #e5c76a;
	color: #fff;
} 
.mine-price{
	width: 93%;
	margin: .3rem auto;
	background-color: #ffffff;
	box-shadow: 0 0 .21rem 0 rgba(0, 0, 0, 0.05);
	border-radius: .2rem;
	padding: .25rem;
}
.mine-price-left{
	float: left;
	margin-top: .2rem;
}
.mine-price-left div{
	color: #7c7c7c;
	font-size: .28rem;
	margin-bottom: .2rem;
}
.mine-price-left span{
	font-size: .46rem;
	color: #000000;
	font-weight: 600;
}
.mine-price-right{
	float: right;
}
.mine-price-up{
	color: #8c8c8c;
	font-size: .24rem;	
	text-align: right;
}
.mine-price-pian{
	margin: .2rem 0;
	width: 3.78rem;
	height: .18rem;
	background-color: #fffbef;
	border-radius: .09rem;
	position: relative;
}
.mine-price-pian span{
	height: .18rem;
	background-color: #ffc925;
	border-radius: .09rem;
	position: absolute;
	top: 0;
	left: 0;
}
.mine-price-num{
	font-size: .26rem;
	color: #292929;
	text-align: right;
}
.mine-main{
	width: 93%;
	margin: .25rem auto;
	background: #fff;
	padding: .25rem;
}
.mine-main-d{
	height: 1rem;
	line-height: 1rem;
	border-bottom: 1px solid #f4f4f4;
	color:#292929;
	font-size: .28rem;
}
.mine-main-dimg{
	width: .4rem;
	margin-bottom: .02rem;
	margin-right: .15rem;
}
.mine-main-d span{
	vertical-align: middle;
}
.mine-main-dspan{
	float:right;
	color: #bbbbbb;
	font-size: .28rem;
	
}
.mine-main-dr{
	width: .21rem;
	float: right;
	margin-top: .4rem;
	margin-left: .15rem;
}
/*佣金*/
.commiss-list{
	width: 93%;
	background-color: #ffffff;
	box-shadow: 0 0 .21rem 0 	rgba(0, 0, 0, 0.05);
	border-radius: .20rem;
	padding: .3rem;
	margin: .2rem auto;
}
.commiss-list-hd{
	height: .7rem;
	line-height: .6rem;
	border-bottom: 1px solid #f0f0f0;
	color: #7c7c7c;
	font-size: .24rem;
}
.commiss-list-hd img{
	width: .25rem;
	margin-bottom: .07rem;
	margin-right: .05rem;
}
.commiss-list-hd span{
	color: #292929;
}
.commiss-list-b{
	margin-top: .2rem;
	
}
.commiss-list-bl{
	float: left;
	font-size: .24rem;
}
.commiss-list-bl1{
	color: #a5a5a5;
}
.commiss-list-bl2{
	color: #292929;
	margin: .1rem 0;
	font-size: .28rem;
}
.commiss-list-bl2 span{
	font-size: .24rem;
}
.commiss-list-bl3{
	color: #a5a5a5;
}
.commiss-list-br{
	float: right;
	font-size: .24rem;
	text-align: right;
}
.commiss-list-br span{
	width: 1.37rem;
	height: .54rem;
	line-height: .54rem;
	color: #fff;
	display: inline-block;
	background-color: #517ffd;
	border-radius: .27rem;
	text-align: center;
	margin: .15rem 0 .2rem;
}
.commiss-list-br div{
	color: #a5a5a5;
	
}
/*释放*/
.release-list{
	width: 93%;
	margin: .2rem auto;
	font-size: .28rem;
	color: #262626;
	font-weight: 600;
	height: 1.04rem;
	line-height: 1.04rem;
	background-color: #ffffff;
	border-radius: .15rem;
}
.release-list img{
	width: .43rem;
	margin: 0 .15rem .05rem;
	
}	
.release-list span{
	float: right;
	font-size: .24rem;
	color: #979797;
	margin-right: .2rem;
}
/*我的矿机*/
.mill-head{
 height: 1rem;
 line-height: 1rem;
 width: 93%;
 margin: 0 auto;
 font-size: .34rem;
 color: #1e1e1e;
 font-weight: 600;
}
.mill-head-r{
	width: 1.97rem;
	height: .66rem;
	float: right;
	line-height: .66rem;
	text-align: center;
	background-color:#ffb923;
	border-radius: .33rem;
	 font-size: .26rem;
	  font-weight: 500;
	 color:#fff;
	 margin-top: .2rem;
}
.mill-head-r img{
	width: .27rem;
	margin-bottom:.05rem;
	margin-right: .1rem;
}
.mill-main{
	    background: url(../images/mill_bg.png) no-repeat;
    background-size: 100% 100%;
    width: 95%;
    margin: .2rem auto;
    color: #fff;
    padding: .3rem .3rem .01rem;
}	
.mill-main-d{
	    margin-bottom: .25rem;
}	
.mill-main-dl{
    float: left;
    width: 50%;
}
.mill-main-dl div{
	    margin-bottom: .1rem;
	    font-size: .24rem;
}	
.mill-main-dl span{
	    font-size: .33rem;
}
.mill-main-dl span span{
	  font-size: .26rem;
}
.mill-main-d2 .mill-main-dl div{
	    /*margin-bottom: .1rem;*/
	    /*font-size: .26rem;*/
	    /*color: #d3e1ff;*/
}	
.mill-main-d2 .mill-main-dl span{
	    font-size: .34rem;
}

.mill-main-dr{
    float: right;
        padding-left: .5rem;
     color: #fff;  
      
}
.mill-main-dr div{
	font-size: .24rem;
}	
.mill-main-dr span img{
	width: .45rem;
	margin-bottom:.05rem;
	margin-right: .1rem;
}
.mill-main-dr span{
	width: 1.97rem;
	height: .68rem;
	float: right;
	line-height: .68rem;
	text-align: center;
	background-color: #ffffff;
	border-radius: .34rem;
	    margin-bottom: .1rem;
	    font-size: .24rem;
	    color:#4f7fff;
}
.mill-main-drc{
	float: right;
    font-size: .25rem;
    color: #fff;
    margin-top: .2rem;
}
.mill-main-drc img{
	width: .23rem;
	margin-bottom: .05rem;
	margin-left: .1rem;
}
.mill-list{
	width: 95%;
	margin: 0.2rem auto;
	background-color: #ffffff;
	box-shadow: 0 0 .44rem 0 rgba(0, 0, 0, 0.05);
	border-radius: .3rem;
	padding: .3rem;
}
.mill-list img{
	width: 1.31rem;
	float: left;
}
.mill-list-d{
	float: left;
	margin-left: .3rem;
	width: 4.9rem;
}
.mill-list-d1{
	color: #1e1e1e;
	font-size: .28rem;
	font-weight: 600;
}
.mill-list-d1 span{
	color: #ffffff;
	font-size: .24rem;
	padding: .05rem .1rem;
	background: #5282ff;
	border-radius: .17rem;
	font-weight:500;
	float: right;
}
.mill-list-d2{
	font-size: .28rem;
	color: #939393;
	margin-top: .2rem;
}
.mill-list-d2 li{
	float: left;
	width: 50%;
}
.mill-list-d2 li div{
	font-size: .24rem;
	color: #a9a9a9;
	margin-bottom: .15rem;
}
.mill-list-d2 li span{
	color:#272727;
	font-size: .28rem;
	font-weight: 600;
}
.mill-list-d2 li span span{ 
	font-size: .24rem;
	font-weight: 400;
}
/*我的矿机运行*/
.inte-nav{
	    height: .73rem;
    width: 100%;
    margin: .1rem auto;
    border-radius: .1rem;
    overflow: hidden;
}
.inte-nav .bui-nav{
	border: none;
}
.inte-nav .bui-nav>[class*=bui-btn]{
	line-height:.76;
	padding: 0;
	    float: left;
	width: 50%;
	    text-align: center;    
}

.inte-nav .bui-nav>.bui-btn span{
	    width: 100%;
    height: .76rem;
    display: inline-block;
    font-size: .28rem;
    text-align: center;
    line-height: .76rem;
    color: #6d6d6d;
    margin: 0;
}
.inte-nav .bui-nav>.bui-btn.active span {
    color:#232323;
    font-weight: 600;
    font-size: .3rem;
}
.inte-nav .bui-nav>[class*=bui-btn].active:after {
        content: "";
    display: block;
    -webkit-transform: scaleX(1);
    width: .45rem;
    background: #027cf1;
    margin: .9rem auto 0;
}
.mill-my-list{
	width: 93%;
	margin: .2rem auto;
	background: #fff;
	padding: .3rem;
	border-radius: .25rem;
}
.mill-my-list-hd{
	height: .6rem;
	line-height: .6rem;
}
.mill-my-list-hdl{
	font-size: .28rem;
	color: #1e1e1e;
	font-weight: 600;
}
.mill-my-list-hdc{
	font-size: .24rem;
	color: #a9a9a9;
	margin-left: .2rem;
}
.mill-my-list-hdr{
	font-size: .28rem;
	color: #4e4e4e;
	float: right;
}
.mill-my-list-btn{
	    width: 1.67rem;
    height: .66rem;
    float: right;
    line-height: .66rem;
    text-align: center;
    background-image: linear-gradient(90deg,#02afff 0%, #0347e2 100%),linear-gradient(#ffb923, #ffb923);
    background-blend-mode: normal, normal;
    border-radius: .33rem;
    font-size: .24rem;
    margin-top: .7rem;
    border: none;
    color: #fff;
}
.mill-my-list-b{
	
}
.mill-my-list-bd{
	margin-top: .15rem;
	color: #a9a9a9;
	font-size: .24rem;
}
.mill-my-list-dl{
	    width: .09rem;
    height: .09rem;
    display: inline-block;
    background: #29b895;
    border-radius: 50%;
    margin-bottom: .05rem;
    margin-right: .1rem;
    vertical-align: middle;
    margin-left: .1rem;
}
.mill-my-list-bd img{
	width: .25rem;
	margin-bottom: .05rem;
	margin-right: .1rem;
}

.mill-my-list-uti{
	color: #0a1823;
	font-size: .28rem;
	font-weight: 600;
	margin-left: .1rem;
}
.mill-my-list-time{
	font-size: .24rem;
	color: #0a1823;
	margin-left: .1rem;
}
/*矿机商城*/
.mill-shop{
	    width: 93%;
    padding: .2rem .3rem;
    background:  #ffffff;
    background-size: 100% 100%;
    margin: .2rem auto;
    border-radius: .25rem;
}
.mill-shop-t{
	
}
.mill-shop-t .mill-shop-img{
	width: 1.3rem;
	margin-right: .2rem;
}
.mill-shop-t span{
	color: #1e1e1e;
	font-size: .28rem;
	font-weight: 600;
}
.mill-shop-t button{
	width: 1.60rem;
	height: .66rem;
	float: right;
	line-height: .66rem;
	text-align: center;
	background-image: linear-gradient(90deg,#02afff 0%, #0347e2 100%),linear-gradient(#ffb923, #ffb923);
	background-blend-mode: normal, normal;
	border-radius: .08rem;
	    font-size: .24rem;
	 margin-top: .25rem;   
	border: none;    
	    color:#fff;
}
.mill-shop-b{

}
.mill-shop-bd{
	margin-top:.15rem;
}
.mill-shop-span{
	font-size:.24rem;
	color: #a9a9a9;
		display: inline-block;
	width: 3.3rem;
}
.mill-shop-span img{
	width: .5rem;
	margin-bottom: .05rem;
	margin-right: .1rem;
}
.mill-shop-span span{
	font-size: .28rem;
	color: #262626;
	font-weight: 600;
	margin-left: .2rem;
}
.mill-shop-span span span{
	font-size: .24rem;	
	margin-left: 0;
}
/*购买矿机*/
.mibuy-main{
	width: 93%;
	background: #fff;
	margin: .2rem auto;
	padding: .4rem .2rem;
}
.mibuy-hd{
	width: 100%;
	margin: .2rem auto;
	text-align: center;
}

.mibuy-hd-d{
	text-align: center;
	
}
.mibuy-hd-d1{
	    color:#1e1e1e;
    font-size: .333rem;
    font-weight: 600;
    text-align: left;
}
.mibuy-hd-d1 div{
	margin-bottom: .15rem;
}
.mibuy-hd-d1 span{
	color: #fe4643;
	background-color: #fff5f5;
	float: right;
	font-size: .26rem;
	padding: .2rem .2rem;
	border-radius: .1rem;
	margin-top: -.1rem;
}

.mibuy-hd-img{
	width: 2.3rem;
}
.mibuy-xx{
	background-color: #fafafa;
	border-radius: .2rem;
	padding:.1rem 0 .3rem; 
}
.mibuy-mn{
	width: 90%;
	margin: .3rem auto;
}
.mibuy-mn-d{
	color:#848484;
}
.mibuy-mn-d div{
	color:#848484;
}
.mibuy-mn-d input{
	    background: none;
    border: none;
    color: #000;
    font-size: .3rem;
    height: 1rem;
	padding:.3rem 0 .2rem;
    width: 100%;
    border-bottom: 0.02rem solid  #f1f1f1;
}
.mibuy-mn-d input::-webkit-input-placeholder{
	color: #2d2d2d;
}
.mibuy-mn-dr{
	    float: right;
    margin-right: .2rem;
    color: #2d2d2d;
    margin-top: -.7rem;
}
.mibuy-mn-dy{
	font-size: .26rem;
	color: #f9aa39;
	border: none;
	margin: .3rem 0 .4rem;
}
.mibuy-btn{
	width: 100%;
	margin: 1rem auto 0;
	text-align: center;
}
.mibuy-btn button{
	width: 90%;
	height: .88rem;
	background-image: linear-gradient(90deg,	#02afff 0%, #0347e2 100%), linear-gradient(#4f7fff, #4f7fff);
	background-blend-mode: normal, normal;
	border-radius: .44rem;
	font-size: .28rem;
	color: #fff;
	border: none;
}
/*我的收益*/
.mill-list-hd{
	width: 100%;
	height: 2.91rem;
	background: url(../images/mill_ear_bg.png) no-repeat;
	background-size:100% 100%;
	color: #fff;
	padding: .5rem .5rem;
}
.mill-list-hd span{
	font-size: .44rem;
	font-weight: 600;
}
.mill-list-hd span span{
	font-size: .35rem;
}
.mill-list-hd div{
	width: 1.56rem;
	height: .46rem;
	margin-top: .2rem;
	line-height: .46rem;
	text-align: center;
	background-color:rgba(255, 255, 255, .2);
	border-radius: .23rem;
	font-size: .26rem;
}
.mill-list-mn{
	width: 100%;
	background-color: #ffffff;
	border-radius: .3rem .3rem 0 0;
	margin-top: -.8rem;
}
.mill-list-dh{
	height: 1.2rem;
	line-height: 1.2rem;
	width: 90%;
	margin: 0 auto;
	color: #1e1e1e;
	font-weight: 600;
	font-size: .34rem;
}
.mill-listre{
	width: 90%;
	margin:0 auto .3rem;
}
.mill-listre-l{
	float: left;
}
.mill-listre-l div{
	color: #1e1e1e;
	font-weight: 600;
	margin-bottom:0;
}
.mill-listre-l span{
	color: #a9a9a9;
	font-size: .24rem;
}
.mill-listre-r{
	float: right;
	font-size: .28rem;
	color: #262626;
	font-weight: 600;
	margin-top: .2rem;
}
.mill-listre-r img{
	width: .3rem;
	margin-bottom: .05rem;
	margin-left: .1rem;
}
/*我的资产*/
.property-head{
	height: 1rem;
	line-height: 1rem;
	font-size: .38rem;
	font-weight: 600;
	color: #000000;
	width: 93%;
	margin: 0 auto;
}
.property-head img{
	float: right;
	width: .4rem;
}
.property-total{
	    background: url(../images/pro_hd_bg.png) no-repeat;
	    background-size: 100% 100%;
    width: 93%;
    margin: 0 auto .2rem;
    padding: .5rem .4rem;
    color:#fcfcfc;
    border-radius: .1rem;
}
.property-total-hd{
    font-size: .28rem;
    text-align: left;
}
.property-total-num{
	    margin-top: .2rem;
    font-size: .32rem;
}
.property-total-num-l{
	    font-size: .32rem;
}
.zhehe_zong_rmb{
	  font-size: .46rem;
}
.property-total-num-r{
	    color: #ffde9c;
    margin-top: .1rem;
    display: block;
}
.pro-my{
	    width: 93%;
    margin: 0.3rem auto;
}
.pro-my-l{
    color: #303030;
}
.property-list{
	width: 93%;
	height: 1.8rem;
	background-color: #ffffff;
	padding:.3rem .2rem;
	box-shadow: 0 0 .35rem 0 rgba(0, 0, 0, 0.05);
	border-radius: .2rem;
	margin: 0.2rem auto;
}

.property-list-left{
	float: left;
	color: #272727;
	font-size: .32rem;
	font-weight: 600;
	    width: 2rem;
	line-height: 1.2rem;
}
.property-list-left img{
	width: .64rem;
margin-bottom: .05rem;
	margin-right: .15rem;
}
.property-list-center{
	float: left;
	width: 2.2rem;
	text-align: right;
}
.property-list-cd1{
	color: #a4a4a4;
	font-size: .24rem;
}
.property-list-cd2{
	color: #272727;
	font-weight: 600;
	margin: .15rem 0;
}
.property-list-cd3{
	color: #a4a4a4;
	font-size: .24rem;
}
.property-list-right{
	float: left;
	width: 2.2rem;
	text-align: right;
}
.property-list-rd1{
	color: #a4a4a4;
	font-size: .24rem;
}
.property-list-rd2{
	color: #272727;
	font-weight: 600;
	margin: .15rem 0;
}
.property-list-rd3 img{
	width: .2rem;
}
/*币种详情*/
.part-hd{
	height: 1rem;
	line-height: 1rem;
	color: #1d1d1d;
	font-size: .42rem;
	font-weight: 600;
	width: 93%;
	margin: .3rem auto .4rem;
}
.part-hd img{
	width: .67rem;
	margin-bottom: .05rem;
	margin-right: .2rem;
}
.property-list-py{
	    width: 93%;
	    margin: 0.2rem auto;
}
.property-list-py ul{
	
}
.property-list-py ul li{
	    float: left;
    width: 33.33%;
}
.property-list-py ul li div{
	    font-size: .26rem;
    color: #ababab;
    margin-bottom: .1rem;
}
.property-list-py ul li span{
	    font-size: .3rem;
    color: #555555;
}
.part-new-head{
	    height: 1rem;
    line-height: 1rem;
    width: 90%;margin: .2rem auto;
}
.part-new-head-l{
	    color: #222222;
    font-size: .34rem;
    font-weight: 600;
}
.part-new-head-l img{
	width: .42rem;
    margin-right: .15rem;
}
.part-new-head-r{
	    margin-right: 0;
    float: right;
    color: #9e9e9e;
    font-size: .26rem;
    height: 1rem;
    line-height: 1.1rem;
}
.part-new-head-r img{
	    width: .24rem;
    margin-bottom: 0.06rem;
}
.into{
	    clear: both;
    background-color: #ffffff;
	box-shadow: 0 0 .18rem .04rem rgba(3, 0, 0, 0.03);
    height: 1.5rem;
    margin: 0.2rem 0.3rem 0 0.2rem;
    padding: 0.3rem 0 .3rem .3rem;
}
.into .wait{
    font-size: .34rem;
    color: #212121;
    font-weight: 600;
}
.into .wait i{
	     font-size: 0.26rem;
    margin-left: 0.2rem;
    font-weight: 500;
}
.pari-img-l{
	    float: left;
    margin-top: .1rem;
    margin-right: .2rem;
    width: .74rem;
}
.pari-img {
    float: right;
    margin-left: .2rem;
    width: .4rem;
    margin-right: .2rem;
    margin-top: 0.28rem;
}
.bui-tabs:after{display:block;clear:both;content:"";visibility:hidden;height:0;}
.into .ip{
	    font-size: 0.26rem;
    margin-top: 0.15rem;
    color: #6f6f6f;
}
.into .fate{
    margin-top: 0.29rem;
    color: #1f1f1f;
    font-size: 0.26rem;
}
.into-chu .fate {
    color: #ea6459;
}
.into .fate-j{
	margin-top: 0.25rem;
    color: #EA6459;
    font-size: 0.32rem;
    font-weight: 600;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.parti-foot{
	    height: 1.33rem;
    padding: .2rem 0;
    background:#fff;
}
.parti-foot-r button{
	    width: 46%;
    height: .88rem;
    background-color: #25bfe6;
    border: none;
    border-radius: .1rem;
    font-size: .26rem;
    text-align: center;
    color: #fff;
    margin-left: 2%;
}
.parti-foot-r button img{
	    width: .35rem;
    margin-bottom: .05rem;
    margin-right: .1rem;
}
/*转账详情*/
.DetailsOfTransfer .content{
   width: 94%;
    margin: 0 auto;
    border-radius: 5px;
  background-color: #ffffff;
	box-shadow: 0 0 .29rem 0 rgba(203, 203, 203, 0.18);
    margin-top: .25rem;
    overflow: hidden;
    height: 11rem;
        background-size: 100% 100%;
}
.deta-text{
	    width: 90%;
    margin: .5rem auto .3rem;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: .1rem;
}
.deta-text2{
	    width: 90%;
    margin: .3rem auto;
    padding-bottom: .3rem;
}
.deta-text-d{
	    margin-bottom: .2rem;
}
.deta-text-dl{
	    color: #b1b1b1;
    font-size: .26rem;
}
.deta-text-dr{
	font-size: .26rem;
    float: right;
    color: #181818;
    max-width: 5rem;
    font-weight: 600;
    word-break: break-all;
    text-align: right;
}
.deta-btn{
	    text-align: center;
    margin-top: .5rem;
}
.deta-btn button{
	    width: 6.59rem;
    height: .88rem;
    background-image: linear-gradient(90deg, #02afff 0%, #0347e2 100%), linear-gradient(90deg, #2ab7a1 0%, #3be3ad 100%);
	background-blend-mode: normal, 	normal;
    border: none;
    color: #fff;
    border-radius: .44rem;
}
/*收款*/
.disabled { pointer-events: none; }
	.tran-kind{
		 width: 90%;
	    margin: .2rem auto;
	    height: .88rem;
	    background-color:#fafafa;
	    line-height: .88rem;
	    border-radius: .05rem;
	}
	.tran-kind-coin{
		color: #1d1d1d;
		font-weight: 600;
	}
	.tran-kind-coin img{
		    width: .42rem;
    margin-bottom: .07rem;
    margin-left: .3rem;
    margin-right: .1rem;
	}
	.tran-kind-right{
		float: right;
    font-size: .26rem;
    color: #8b8b8b;
	}
	.tran-kind-right img{
		width: .25rem;
    margin-bottom: .09rem;
    margin-right: .3rem;
	}
	.tran-kind-tan{
		position: fixed;
	    width: 100%;
	    height: 100%;
	    background: rgba(0,0,0,0.8);
	    top: 0;
	    left: 0;
	    z-index: 999;
	    display: none;
	}
	.tran-kind-k{
		position: fixed;
	    width: 90%;
	    bottom: 0;
	    background: #ffffff;
	    border-radius: .15rem .15rem 0 0;
	    padding: .3rem;
	    left: 5%;
	}
	.tran-kind-head{
		margin-bottom: .2rem;
	}
	.tran-kind-head span{
		    color: #283440;
    font-size: .29rem;
    border-left: .06rem solid #2cc597;
    padding-left: .2rem;
	}
	.tran-kind-head img{
		    float: right;
    width: .28rem;
	}
	.tran-kind-z{
		 height: .88rem;
		line-height: .88rem;
		padding-left: .2rem;
	}
	.tran-kind-z img{
		 width: .42rem;
	    margin-bottom: .07rem;
	    margin-right: .1rem;
	}
.gath-zw{
	    width: 93%;
    margin: 0.2rem auto;
}
.gath-zw-h{
	    font-size: .28rem;
    color: #313131;
}
.gath-zw-d{
	    margin-top: .3rem;
}
.gath-zw-d span{
	display: inline-block;
    width:1.77rem;
    height: .70rem;
    line-height: .70rem;
    text-align: center;
    background: #171818;
    border-radius: .35rem;
    font-size: .26rem;
    color: #6f6f6f;
    margin-right: .15rem;
    position: relative;
}
.gath-zw-d span.active{
	background-image: linear-gradient(90deg,#02afff 0%, #0347e2 100%), linear-gradient(#27a17c, #27a17c);
	background-blend-mode: normal, normal;
    color: #fff;
}
.gath-qr{
	width: 93%;
	margin: .4rem auto;
	text-align: center;
}
.gath-qr div{
	text-align: left;
	font-size: .28rem;
	color: #9e9e9e;
	margin-bottom: .2rem;
}
.gath-qr img{
	width:2.6rem;
	
}
.gath-qr span{
	text-align: left;
	font-size: .28rem;
	color: #444444;
}
.gath-k-mn{
	text-align: center;
	margin: .5rem 0;
}
.gath-k-mn button{
    width: 93%;
   background-image: linear-gradient(90deg,#02afff 0%, #0347e2 100%), linear-gradient(#27a17c, #27a17c);
	background-blend-mode: normal, normal;
    color: #ffffff;
    border: none;
    height: .88rem;
    font-size: .26rem;
    border-radius: .44rem;
}
.gath-gth{
		width: 93%;
	margin: .2rem auto;
}
.gath-gth div{
	font-size: .24rem;
	color: #9e9e9e;
	margin-bottom: .15rem;
}
.gath-gth span{
	font-size: .24rem;
	color: #9e9e9e;
}
/*转账*/
.transfer{
    width: 90%;
    margin: .35rem auto;
}
.transfer input{
	    border: none;
    border-bottom: 0.02rem solid #ebebeb;
    background: none;
    width: 98%;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    padding-bottom: 0.2rem;
    color: #000;
    font-size: .3rem;
        padding-right: 1.5rem;
}
.transfer input::-webkit-input-placeholder{
	color:#a7a7a7;
}
.transfer div{
	    clear: both;
    color: #ffffff;
}
.transfer div img{
	    width: 0.4rem;
    float: right;
       margin-right: 0.2rem;
       margin-top: -1rem;
       position: relative;
       z-index: 99;
}
.transfer label{
	    color: #3b3b3b;
    font-size: 0.28rem;
    font-weight: 600;
}
.roll-main{
	    margin-top: .5rem;
}
.roll-head{
	    background: url(../images/roll_bg.png) no-repeat;
    background-size: 100% 100%;
    width: 90%;
    position: relative;
    z-index: 99;
    color: #ffffff;
    padding: .5rem;
    margin: 0 auto;
}
.roll-head-t{
	    color: #feffff;
    margin-bottom: .3rem;
}
.roll-head-t img{
	    float: right;
    width: .6rem;
}
.roll-head-b{
	    font-size: .4rem;
}
.roll-head-b span{
	    font-size: .3rem;
	    margin-left: .2rem;
}
.d2 {
    position: relative;
}
.turn {
    position: absolute;
    color: #F8DEAD;
      right: 0.2rem;
    top: 0.7rem;
    font-size: 0.25rem;
}
.turn span{
	    color: #3b3b3b;
    border-right: 1px solid #dfdfdf;
    padding-right: .2rem;
    margin-right: .2rem;
}
.turn span.roll-qb{
	    color: #222222;
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    font-size: .26rem;
    font-weight: 600;
}
.transfer .tran-kx{
	margin-top: 0rem;
	font-size: .26rem;
	color:#3b3b3b;
	margin-bottom: .2rem;
}
.tran-kx-r{
	float: right;
}
.tran-btn{
	background:#fff;
	text-align: center;
}
.tran-ft{
	width: 7rem;
	text-align: left;
	margin: 0 auto .4rem;
}
.tran-ft-d{
	color: #3b3b3b;
}
.tran-ft-num{
	 font-size: .36rem;
	 color:#3b3b3b;
	 font-weight: 600;
	 float: right;
}
.tran-btn button{
	    width: 7rem;
    height: .88rem;
   background-image: linear-gradient(90deg, #02afff 0%, #0347e2 100%), linear-gradient(#ea6459, #ea6459);
	background-blend-mode: normal, normal;
    border-radius: .43rem;
    color: #FFFFFF;
    border: none;
    font-size: .28;
    margin-bottom: .4rem;
}
.tran-tan{
	    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    top: 0;
    left: 0;
    z-index: 999;
        display: none;
}
.tran-k{
	    position: fixed;
    width: 100%;
    bottom: 0;
    background: #FFFFFF;
    border-radius: .15rem .15rem 0 0;
    padding: .3rem;
}
.tran-hd{
	
}
.tran-hd-off{
	float: right;
    width: .25rem;
}
.tran-hd div{
	    color: #2b2b2b;
    font-size: .32rem;
    margin-bottom: .1rem;
}
.tran-hd span{
	    font-size: .24rem;
    color: #7b7b7b;
}
.tran-mm{
	    margin-top: .4rem;
    margin-bottom: .35rem;
}
.tran-mm-h{
    color: #2b2b2b;
    margin-bottom: .16rem;
}
.tran-mm-inp{
	    border-bottom: 1px solid #ececec;
    padding-bottom: .2rem;
    position: relative;
}
.tran-mm-inp input{
	font-size: .29rem;
    background: none;
    border: none;
    width: 100%;
    color: #000;
}
.tran-mm-inp span{
	    position: absolute;
    height: .62rem;
    padding: 0 .2rem;
    font-size: .26rem;
    color: #ffffff;
    line-height: .62rem;
    background-color: #047af1;
    border-radius: .05rem;
    right: 0;
    top: -0.1rem;
}
.tran-k-btn{
	text-align: center;
}
.tran-k-btn button{
	width: 6.87rem;
    height: .88rem;
   background-image: linear-gradient(90deg, #02afff 0%, #0347e2 100%), linear-gradient(#ea6459, #ea6459);
	background-blend-mode: normal, normal;
    border-radius: .43rem;
    color: #FFFFFF;
    border: none;
}
/*历史记录*/
.reco-xz{
	    margin: .2rem 0 0.1rem;
}
.reco-xz div{
	float: left;
    width: 50%;
    text-align: center;
}
.reco-xz div span{
	    color: #777777;
}
.reco-xz div.active span{
	    color: #2f2f2f;
    border-bottom: .04rem solid #3880ff;
    padding-bottom: .1rem;
}
.no-reco{
	text-align: center;
	/*margin-top: 3rem;*/
}
.no-reco img{
	/*width: 1.63rem;*/
}
.no-reco div{
	font-size: .24rem;
	color: #c2c2c2;
	/*margin-top: .3rem;*/
}
.recora-box{
	position: fixed;
	top: 1rem;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	display: none;
}
.recora-box-t{
	width: 100%;
	background: #fff;
}
.recora-box-td{
	height: 1rem;
	line-height: 1rem;
	border-bottom: 1px solid  #f1f1f1;
	padding: 0 5%;
	color: #272727;
	font-weight: 600;
}
.recora-box-td img{
	width: .56rem;
	margin-bottom: .05rem;
	margin-right: .15rem;
}
/*钱包地址*/

.cuiw {
	width: 95%;
	margin: 0 auto;
    background-color: #ffffff;
	box-shadow: 0px 0px .21rem 0px rgba(0, 0, 0, 0.04);
    border-radius: 0.1rem;
    border-bottom: 0;
    padding-left: 0.3rem;
    margin-top: 0.2rem;
    padding: 0.3rem;
    padding-bottom: 0.2rem;
}

.list-bloc img {
    width: 0.67rem;
    margin-right: 0.25rem;
    float: left;
    margin-top: 0.15rem;
}
.cuiw .biz {
    width: 85%;
    float: left;
}
.beiz {
    font-size: .3rem;
      color:#222222;
}
.cuiw .biz i {
    float: right;
    color: #292929;
}
.list-bloc .biz p {
    color: #b5b5b5;
    font-size: .25rem;
    margin-bottom: 0;
    margin-top: 0.2rem;
}
/*新增钱包地址*/
.lock-tan{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	display: none;
	z-index: 9;
}
.lock-k{
	width: 5.35rem;
    background: #2a2a2a;
    text-align: center;
    margin: 5rem auto;
    border-radius: .15rem;
    padding: .4rem .35rem;
}
.lock-k-q{
	color: #fff;
    font-size: .32rem;
}
.lock-k-num{
	    color: #2effc6;
    font-size: .24rem;
    margin-top: .15rem;
}
.lock-k-btn{
	margin-top: .35rem;
}
.lock-k-btn button{
    width: 2rem;
    height: .72rem;
    background-color: #333333;
    border-radius: .05rem;
    color: #fff;
    font-size: .28rem;
    border: none;
}
.addres-add{
	    width: 95%;
    margin: 0.3rem auto .2rem;
}
.addres-add-sel{
	    background: #fafafa;
        padding: .3rem .4rem;
    border-radius: .1rem;
}
.addres-add-sel img{
	    width: .5rem;
    margin-right: .2rem;
}
.addres-add-sel select{
	    color: #1d1d1d;
    border: none;
    width: 85%;
    font-size: .32rem;
    background:url(../images/sele.png) no-repeat right;
    background-size: .28rem;
    appearance: none;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.addres-add-dz{
      padding: .3rem .4rem;
    border-radius: .1rem;
    margin-top: .2rem;
}
.addres-add-dz div{
	    font-size: .28rem;
    color: #3b3b3b;
    font-weight: 600;
    margin-bottom: .15rem;
}
.addres-add-dz input{
	    font-size: .27rem;
    border: none;
    width: 100%;
    color: #000;
    background: none;
    border-bottom: 1px solid  #ebebeb;
    padding-bottom: .2rem;
}
.addres-add-dz input::-webkit-input-placeholder{
	color: #a7a7a7;
}
.addres-add-dz img {
    width: 0.4rem;
    float: right;
    margin-right: 0.2rem;
    margin-top: -.7rem;
    position: relative;
    z-index: 99;
}
.addres-btn{
	text-align: center;
	background: #fff;
}
.addres-btn button{
	width: 7rem;
	height: .88rem;
	background-image: linear-gradient(90deg, #02afff 0%, #0347e2 100%), linear-gradient(#ea6459, #ea6459);
	background-blend-mode: normal, normal;
	border-radius: .43rem;	
	color: #FFFFFF;
	border: none;
	margin-bottom: 1rem;
}
/*话费*/
.tele-tel{
	height: 1.37rem;
	line-height: 1.37rem;
	padding: 0 3.5%;
	position: relative;
	border: 1px solid #f2f2f2;
	border-left: none;
	border-right: none;
}
.tele-tel input{
	background: none;
	color: #000;
	border: none;
	font-size: .34rem;
}
.tele-tel input::-webkit-input-placeholder{
	color: #b8b8b8;
}
.tele-tel img{
	position: absolute;
	width: .63rem;
	top: .4rem;
	
	right: .5rem;
}
.tele-cz{
	width: 93%;
	margin: .35rem auto 0;
}
.tele-cz-d1{
	color: #292929;
	font-size: .32rem;
}
.tele-cz-d2{
	color: #ababab;
	margin-top: .2rem;
}
.tele-ul{
	width: 93%;
	margin: .3rem auto;
}
.tele-ul li{
	float: left;
	width: 33.33%;
	text-align: center;
}
.tele-ul li span{
	width: 2.23rem;
	height: .94rem;
	line-height: .94rem;
	background-color: #fafafa;
	border-radius: .05rem;
	color: #4b4b4b;
	font-size: .28rem;
	display: inline-block;
	margin-top: .2rem;
}	
.tele-ul li.active span{
	color: #fff;
	background-color: #0378f0;
}
.tele-uti{
	width: 93%;
	margin: .5rem auto;
}
.tele-uti span{
	color: #a7a7a7;
}
.tele-uti span span{
	color: #292929;
}
.tele-uti-r{
	float: right;
}
.tele-jl{
	text-align: center;
	margin: 0 auto .5rem;
}
.addres-btn{
	text-align: center;
	background: #fff;
	padding: .01rem;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0);
}
.addres-btn button{
	width: 7rem;
	height: .88rem;
	background-image: linear-gradient(90deg, #02afff 0%, #0347e2 100%), linear-gradient(#00ba7b, #00ba7b);
	background-blend-mode: normal, normal;
	border-radius: .05rem;	
	color: #FFFFFF;
	border: none;
	font-size: .28rem;
	margin-bottom: .5rem;
}
/*充值记录*/
.tele-list{
	width: 93%;
	margin: .2rem auto;
	background-color: #ffffff;
	border-radius: .05rem;
	padding: .25rem;
}
.tele-list-uti{
	border-top: 1px solid #f2f2f2;
	color: #9b9b9b;
	padding-top: .25rem;
	font-size: .24rem;
	margin-top: .2rem;
}
.tele-list-uti img{
	width: .22rem;
	margin-bottom: 0.05rem;
	margin-right: .1rem;
}
.tele-list-uti-r{
	float: right;
}
.tele-list .pari-img-l{
	margin-top: .08rem;
}
.tele-list .wait {
    font-size: .32rem;
    color: #292929;
    font-weight: 600;
}
.tele-list .wait i {
    font-size: 0.26rem;
}
.tele-list .ip{
    font-size: 0.26rem;
    margin-bottom: 0.1rem;
    color: #9b9b9b;
}
.tele-list .fate {
    margin-top: 0.29rem;
    color:#313131;
    font-size: 0.26rem;
}
/*c2c*/
.transa-main{
	    background: url(../images/transa_bg.png) no-repeat;
    background-size: 100% 100%;
    width: 95%;
    margin: .2rem auto;
    color: #fff;
    padding: .5rem .5rem .01rem;
}	
.transa-main-d{
	    margin-bottom: .4rem;
}	
.transa-main-dl{
    float: left;
    width: 48%;
}
.transa-main-dl div{
	    margin-bottom: .1rem;
	    font-size: .28rem;
}	
.transa-main-dl span{
	    font-size: .4rem;
}
.transa-main-d2 .transa-main-dl div{
	    margin-bottom: .1rem;
	    font-size: .26rem;
}	
.transa-main-d2 .transa-main-dl span{
	    font-size: .34rem;
}
.transa-main-dl-s{
	    float: right;
    width: .02rem;
    height: .4rem;
    background: #2e2e2e;
    margin-top: -.18rem;
}
.transa-main-dr{
    float: left;
        padding-left: .5rem;
}
.transa-main-dr div{
	    margin-bottom: .1rem;
	    font-size: .26rem;
}	
.transa-main-dr span{
	font-size: .34rem;
}
.transa-main-drc{
	    float: right;
    height: .57rem;
    background: #29c497;
    margin-right: 0rem;
    font-size: .26rem;
    padding: .0 .15rem;
    line-height: .57rem;
    border-radius: .05rem;
}
.transa-main-drc img{
    width: .35rem;
	margin-bottom: .05rem;
}
.tran-jl{
	    width: 93%;
    margin: .2rem auto 0;
    border-radius: .15rem;
}
.tran-jl-d{
	    float: left;
    width: 50%;
    border-radius: .1rem;
    background-size:100%  100%;
    color: #616161;
        box-shadow: 0 0 0.18rem 0.04rem rgba(3, 0, 0, 0.03);
    padding: .3rem;
}
.tran-jl-l{
	    float: left;
    width: 50%;
    border-radius: .1rem;
    background-size:100%  100%;
    color: #616161;
        box-shadow: 0 0 0.18rem 0.04rem rgba(3, 0, 0, 0.03);
    margin-right: 0;
    padding: .3rem;
}
.tran-jl-d1{
	    font-size: .24rem;
    margin-bottom: .15rem;
    color: #979797;
}
.tran-jl-d1 span{
	font-size: .25rem;
	color: #32ffa0;
	float: right;
}
.tran-jl-d1 span img{
	width: .3rem;
}
.tran-jl-d2{
    font-size: .3rem;
}

.reco-nav{
	width: 90%;
	margin: .2rem auto;
	border: none;
}
.buy-sell-hd .bui-nav li{
	float: left;
	width:45%;
	    min-height: .6rem;
	        text-align: center;
}
.buy-sell-hd .bui-nav li span{
	    color:#999999;
    font-size: .28rem;
    margin-top: .1rem;
    display: inline-block;
}
.buy-sell-hd .bui-nav li.active span{
	color:#404040;
    font-size: .34rem;
    font-weight: 600;
    margin-top: 0;
}
.buy-sell-hd .bui-nav>[class*=bui-btn].active:after {
   content: "";
    display: block;
    -webkit-transform: scaleX(1);
    width: .58rem;
    background: #027cf1;
    margin: .9rem auto 0;
}
.buy-sell .right-xuanz{
	float: right;
	color: #2e2e2e;
	    margin-top: .15rem;
	        margin-right: .28rem;
}
.right-xuanz ul{
    float: left;
    margin-right: 0.3rem;
    text-align: center;
    font-size: .24rem;
}
.right-xuanz ul:nth-of-type(3){
	 margin-right: 0rem;
}
.right-xuanz ul img{
	width: 0.35rem;
	    margin-bottom: .05rem;
}
.right .trade-buy2{
	    background: #4f7fff;
    width: 1.5rem;
    border-radius: 0.08rem;
    height: 0.68rem;
    color: #fff;
    text-align: center;
    border: none;
    font-size: .25rem;
}
.right .trade-buy{ 
	background: #475f7b;
    width: 1.5rem;
    border-radius: 0.05rem;
    height: 0.68rem;
    color: #fff;
    border: none;
     font-size: .25rem;
     text-align: center;
}
.buy-sell-hd{
    float: left;
    width: 4rem;
}


.trade_botz .right{
	text-align: right;
    color: #fff;
    margin-top: 0!important;
}
.trade_bot2{
	    margin-bottom: 0;
}
.trade_bot2 .left .p1{
    color: #040404;
    font-size: 0.28rem;
    font-weight: 600;
    margin-bottom: 0.2rem;
}
.trade_bot2 .left .p1 img{
	    width: 0.5rem;
	    height: .5rem;
	    border-radius: 50%;
    margin-right: 0.1rem;
}
.buy-sell{
	background: #fff;
}
.trade_bot2 .right .p1{
    margin: 0;
    margin-top: 0.05rem;
    color: #707070;
    font-size: .24rem;
    margin-bottom: 0.1rem;
}
.trade_bot2 .left .p2{
    color: #a9a9a9;
    margin: 0;
        font-size: 0.27rem;
            margin-bottom: 0.1rem;
}
.trade_bot2 .left .p2 span{
	color: #373737;
}
.trade_bot2 .right .p-jia{
       font-size: 0.34rem;
    color: #0a1823;
        margin-top: .2rem;
    margin-bottom: 0.28rem;
    font-weight: 600;
}
.trade_bot2 .right .jiaoy{
	    font-size: 0.27rem;
}
.trade_bot2 .left .p4 img{
	width: 0.4rem;
}

.trade_bot2 .left .p4{
    margin-top:0.15rem;
}
.b-switch:after{display:block;clear:both;content:"";visibility:hidden;height:0;}
.trade_botz:after{display:block;clear:both;content:"";visibility:hidden;height:0;}
.trade_botz{
	       margin-top: 0.3rem;
    background: #ffffff;
    padding: 0.3rem;
    margin: 0.2rem auto;
    width: 93%;
}
.b-switch .b-coin .btc-b{
	border-bottom: 0.03rem solid #2BC497;
	color: #2bc497;
}
.trade_bot2 .left .p4 span{
	    margin-right: 0.15rem;
}
.popup-tan {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.5);
    z-index: 99999;
}
.bd-box-n{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 999999;
    width: 100%;
    background: #fff;
    overflow: hidden;
}
.hot-city-title-off{
	float: right;
	width: .3rem;
	    margin-top: -.4rem;
}
.bd-box-mn{
	height: 91%;
	margin: 0 auto;
	width: 90%;
}
.bd-box-div{
	height: .93rem;
	line-height: .93rem;
	border-bottom: 1px solid #f2f2f2;
	color: #2d2d2d;
	font-weight: 600;
}
	.current-city{
	    width: 6.4rem;
    position: relative;
    z-index: 99;
        color: #283440;
}
.store-info-form .hot-city-title i {
     display: inline-block;
    background: #4f98ff;
    margin-top: 0.1rem;
    margin-right: 0.1rem;
    width: 0.08rem;
    height: 0.37rem;
    background-color: #bc3f43;
    border-radius: 3px;
}
.store-info-form .hot-city-title h4 {
font-weight: 500;
    font-size: 0.37rem;
}
.parti-kr .currency div{
	padding-left: 0rem;
	    border-radius: 0.08rem;
}
.store-info-form .city-box {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    z-index: 999999;
    border-radius:0;
}
.current-city::-webkit-input-placeholder{
	color: #fff;
}
.store-info-form .city-box{
	border-radius:none;
}
.store-info-form .city-box .hot-city .hot {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  align-content: space-around;
  height: 3.6rem;
      padding-top: 3.5rem;
    padding-bottom: 1rem;
}
.store-info-form .city-box .hot-city .hot a {
    display: block;
    box-sizing: border-box;
    width: 92%;
    font-size: 0.27rem;
    color: #283440;
    text-align: center;
    letter-spacing: 1px;
    text-align: left;
    border-bottom: 0.02rem solid rgba(69, 82, 94, 0.3);
    margin-left: 0.3rem;
    padding-bottom: 0.3rem;
    padding-top: 0.3rem;
    padding-left: 0.3rem;
}
.store-info-form .city-box {
    z-index: 99999;
}
.parti-btc{
    color: #252525;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: .25rem;
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}

.parti-x-btn {
    background: #4f7fff;
    border: none;
    display: block;
    color: #fff;
    width: 100%;
    font-size: .25rem;
    padding: 0;
    height: 0.86rem;
    margin: 0.4rem auto;
    margin-left: 0;
    border-radius: 0.43rem;
}
.parti-x-btn2 {
   background:#475f7b;
}
.parti-x{
	    width: 90%;
    margin: auto;
}
.popup-k-d1{
	    font-size: .37rem;
    color: #283440;
    text-align: center;
    height: 1rem;
    font-weight: 600;
    line-height: 1rem;
}
.popup-cha2{
	    float: left;
    width: .4rem;
    margin-right: -.4rem;
    margin-top: .32rem;
}
.popup-k-d1 span{
	    float: right;
    color: #878787;
    font-size: .26rem;
    margin-left: -.3rem;
}
.popup-k-d2{
	    color: #657280;
    font-size: .26rem;
}
.popup-k-d2 span{
	color: #1e1e1e;
	font-size: .28rem;
	font-weight: 600;
}
.popup-k-d3{
	    font-size: .26rem;
    margin-top: .2rem;
    color: #d0d0d0;
}
.popup-k-d3 span{
	    margin-right: .2rem;
    color: #6c6c6c;
    margin-left: .2rem;
}
.popup-k-d3 span.active{
	    color: #f9aa39;
}

.popup-k-d4{
	    margin-top: .2rem;
}
.popup-k-d4 div{
	     color: #454545;
    font-size: .24rem;
}
.popup-k-d4 input{
		    background: none;
    border: none;
    color: #000;
    border-bottom: 0.02rem solid #ececec;
    width: 100%;
    padding-bottom: .1rem;
    margin-top: .15rem;
    font-size: .28rem;
}

.popup-k-d4>span{
	float: right;
    color: #252525;
    margin-top: -.5rem;
    font-size: .28rem;
    position: relative;
    z-index: 1;
}

.popup-k-d4>span span{
	    color: #f9aa39;
    margin-left: .2rem;
}

.popup-k-d5{
font-size: .27rem;
	color: #657280;
	    margin-top: .3rem;
}
.popup-k-d6{
	    margin-top: .2rem;
}
.popup-k-d6 span{
	    width: 1.67rem;
    height: .65rem;
    background-color: #f5f5f5;
    border-radius: .05rem;
    display: inline-block;
    text-align: center;
    color: #787878
    font-size: .25rem;
    line-height: .65rem;
    margin-right: .2rem;
    border: .02rem solid #f5f5f5;
}
.popup-k-d6 span.active{
	    border: .02rem solid #f9aa39;
    background: none;
    color: #f9aa39;
}
.popup-k-d6-s{
	    height: 1rem;
    line-height: 1rem;
    border-bottom: 1px solid #ececec;
	
}
.popup-k-d6-simg{
	    width: .4rem;
    margin-bottom: .05rem;
}
.popup-k-d6-ssp{
	    color: #fff;
    font-size: .28rem;
    margin-left: .15rem;
}
.popup-k-d6-sdiv{
	    float: right;
    color:#464646;
    font-size: .28rem;
}
.popup-k-d6-sdiv span{
	    margin-right: .2rem;
}
.popup-k-d6-sdiv img{
	    width: .3rem;
    margin-bottom: .05rem;
}
.popup-k-d7{
	    font-size: .27rem;
    color: #454545;
    margin-top: .25rem;
}
.popup-k-d7-l{
    float: right;
    color: #454545;	
    font-weight: 600;

}
.popup-k-sz{
	height: .9rem;
	line-height: .9rem;
	background: #fafafa;
	margin: 0.3rem -5%;	
	padding: 0 5%;
	    color: #2f2f2f;
	    font-size: .28rem;
}
.popup-k-sz img{
	    float: right;
    width: .3rem;
    margin-top: .25rem;
}
.popup-k-z{
width: .4rem;
margin-right: .2rem;
margin-bottom: .05rem;

}
.popup-k-z2{
	display: none;
	
}
/*侧滑*/
.tran-box{
	height: 100%;
	  display: none;
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    z-index: 9999999;
    background: rgba(0,0,0,.5);
}
.home_top_menu_pop{
     
    width: 6rem;
	height: 100%;
    background: #fff;
    padding:.1rem 0;
}
.home_top_menu_pop .pop_top{
	width: 100%;
  	text-align: right;
  	padding-right: 0.3rem;
  	font-size: 0.3rem;
    height: 1rem;
    line-height: 1rem;
}
.home_top_menu_pop .pop_top img{
	width: 0.5rem;
  	margin-bottom: 0.05rem;
}
.home_top_menu_pop .pop_User_Information{
}
.pop_User_Information .bibi span{
	color: #222222;
    font-size: 0.34rem;
    margin-left: 0.3rem;
    font-weight: 600;
}
.pop_User_Information .sousuo{
	    height: 0.8rem;
    color: #000;
    line-height: 0.8rem;
    margin: .2rem auto;
}
.pop_User_Information .sousuo input{
	border: none;
	background: none;
}
.pop_User_Information .sousuo input::-webkit-input-placeholder{
	color:#7A7F93;
}
.pop_User_Information .sousuo img{
	    float: left;
    width: 0.3rem;
    margin-top: 0.25rem;
    margin-right: 0.2rem;
    margin-left: 0.3rem;
}
.pop_User_Information .result .head{
       background: #fafafa;
    color: #7c7c7c;
    padding-left: 0.3rem;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: .24rem;
}
.pop_User_Information .result .head div{
	    float: left;
    width: 1.8rem;
}
.pop_User_Information .result .list div{
	float: left;
	 width: 1.8rem;
	 color: #252525;
}
.pop_User_Information .result .list .fie{
	    float: right;
    color: #474747;
    font-size: .24rem;
    text-align: right;
    font-weight: 600;
    padding-right: .5rem;
}

.pop_User_Information .result .list{
    border-bottom: 1px solid #fafafa;
    height: 1rem;
    line-height: 1rem;
    padding-left: 0.35rem;
    color: #fff;
   clear: both;
}
.pop_User_Information .result .list i{
	color:#888888;
	font-size: 0.24rem;
}
.pop_User_Information .result .list:after{display:block;clear:both;content:"";visibility:hidden;height:0;}
.pop_User_Information .bibi{
    margin-top: 0.4rem;
    margin-bottom: 0.3rem;
}
.pop_User_Information .bibi img{
	    float: right;
    width: 0.3rem;
    margin-right: 0.3rem;
}
.home_top_menu_pop .pop_User_Information .pop_UserName{
	color: #000;
    font-size: 0.4rem;
    font-weight: bolder;
    margin-bottom: 0.2rem;
}
.home_top_menu_pop .pop_Assets{
	display: -webkit-flex;
	    display: -webkit-box;
	    display: -moz-box;
	    display: -moz-flex;
	    display: -ms-flexbox;
	  display: flex;
    	-ms-flex-pack: center;
    	-webkit-box-pack: center;
    	-webkit-justify-content: center;
    	justify-content: center;
    -webkit-box-align: center;
    	-webkit-align-items: center;
    	-ms-flex-align: center;
    	align-items: center;
  	margin: 0.5rem 0;
}
.home_top_menu_pop .pop_Assets .pop_Assets_item{
  	width: 28%;
	-moz-box-shadow: 0px 0px 10px 1px #f3f3f3;
		-webkit-box-shadow: 0px 0px 10px 1px #f3f3f3;
		box-shadow: 0px 0px 10px 1px #f3f3f3;
  	text-align: center;
  	margin: 0 0.1rem;
    padding: 0.15rem 0.5rem;
    border-radius: 0.2rem;
}
.home_top_menu_pop .pop_Assets .pop_Assets_item img{
	width: 0.8rem;
  	margin-bottom: 0.1rem;
}
.home_top_menu_pop .pop_Assets .pop_Assets_item div{
	color: #363844;
}
.home_top_menu_pop .pop_list{
	padding: 0 0.4rem;
}
.home_top_menu_pop .pop_list .pop_list_item{
	margin: 0.4rem 0;
    padding-top: 0.4rem;
  	padding-left: 0.2rem;
    border-top: 1px solid #ECECEC;
}
.home_top_menu_pop .pop_list .pop_list_item img{
	width: 0.5rem;
    margin-right: 0.2rem;
  	margin-bottom: 0.05rem;
}
.home_top_menu_pop .pop_list .pop_list_item span{
	color: #363844;
  	font-size: 0.3rem;
  	height: 0.6rem;
    line-height: 0.6rem;
}
.home_fade{
    display: none;
    position: fixed;
    top: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
        background: rgba(0,0,0,0.5);
  	opacity: 0;
}
.tab-nav-item {
       height: .5rem;
    line-height: .5rem;
    position: relative;
    color: #585858;
    font-size: 0.26rem;
    display: block;
    float: left;
    width: 20%;
    text-align: center;
}
.tab-nav-item a {
    color: #252525;
    font-weight: 500;
    font-size: 0.28rem;
}
.tab-nav-item.tab-active a span {
    padding-bottom: 0.15rem;
    border-bottom: 2px solid #F4DDA7;
    color: #f9aa39;
}
/*发布订单*/
		.trade_bot2 .right{
			    margin-top: -0.6rem;
		}
		.lan-s {
    border-left: 0.07rem solid #4A7DFD;
    background: #4A7DFD;
    margin-right: 0.1rem;
    border-radius: 0.5rem;
    width: 0.08rem;
    display: inline-block;
    height: 0.4rem;
    float: left;
}
.duoxuan{
background: #fff;
    width: 6.5rem;
    margin-left: 0.5rem;
    margin-top: 4rem;
    height: 3.4rem;
    padding-top: 0.3rem;
    border-radius: 0.2rem;
}
.duoxuan div{
float: left;
}
.bt-fs{
margin-left: 0.3rem;
}
.duoxuan .sanfs{
float: right;
color: #9C9C9C;
margin-right: 0.3rem;
}
.duoxuan ul{
clear: both;
margin-left: 0.3rem;
    margin-top: 0.8rem;
}
.duoxuan ul li{
    float: left;
    background: #F4F7FA;
    width: 1.9rem;
    text-align: center;
    border-radius: 0.1rem;
    height: 0.8rem;
    margin-right: 0.1rem;
    line-height: 0.8rem;
}
.type-r input{
	color:#000;
	background: none;border: none;
}
.queren-qux button {
    width: 3.25rem;
}
.queren-qux {
    margin-top: 0.5rem;
}
.duoxuan ul .blu{
 background:#D1E6FF;
 color:#3C97FF;
}
.current-o{
    width: 5rem;
}
.current-o img{ 
float: left;
 width: 0.5rem;
 margin-top: 0.3rem;
    margin-right: 0.2rem;
     margin-bottom: 0.2rem;
}
.form-item {
    float: left;
    position: relative;
    width:4.6rem;
}
.mode{display: none;}
.type-r label {
    float: left;
    margin-right: 0.1rem;
    color: #2d2d2d;
    font-size: 0.28rem;
    font-weight: 600;
    }
    .yijia label {
    float: left;
    color: #2d2d2d;
    font-weight: 600;
}
.yijia .inp-text {
    float: left;
    width: 4rem;
    margin-left: 0.1rem;
    padding-left: 0rem;
}
.yijia input{
	width: 75%;
	    border: none;
    background: none;
    color: #000;
        float: left;
    margin-top: .28rem;
    padding-left: .2rem;
}
.type-r .choice-h{
        height: 1rem;
    line-height: 1rem;
    background-color: #ffffff;
    border-radius: .2rem;
    font-size: .28rem;
    color: #2d2d2d;
    font-weight: 600;
    width: 93%;
    margin: .2rem auto;
    padding: 0 .3rem;
}
.type-r .choice-h span{
	float: right;
}
.type-r .choice-h span img{
	width: .2rem;
	margin-bottom: .05rem;
	margin-left: .1rem;
}
.type-r  .choice-n{
	width: 93%;
    margin: .2rem auto;
    background-color: #ffffff;
        border-radius: .2rem;
    padding:.1rem .3rem;    
}
.yijia {
    height: 1rem;
    line-height: 1rem;
    margin-left: 0rem;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 0rem;
    margin-right: 0rem;
}
.yijia label{
float:left ;
font-size: 0.28rem;
}
.inp-text span{
float: right;
    margin-right: 0.1rem;
    color: #2d2d2d;
    font-size: 0.28rem;
    font-weight: 600;
}
.ord {
    width: 100%;
    margin-bottom: 0.5rem;
        margin-top: .5rem;
}
.ord button {
    width: 7rem;
   background-image: linear-gradient(90deg,#02afff 0%,#0347e2 100%), linear-gradient(#4f7fff, #4f7fff);
	background-blend-mode: normal, normal;
    color: #fff;
    height: 0.88rem;
    border-radius: 0.44rem;
    margin: 0 auto;
    display: block;
        border:none;
}
.inp-text input::-webkit-input-placeholder{
		  color:#9b9b9b;
        }
.mins input::-webkit-input-placeholder{
		color: #9b9b9b;
        }
   .form-item .current-city::-webkit-input-placeholder{
		color: #9b9b9b;
        }
   .current-city{
   	padding-left: 0rem;
   	    width: 5.2rem;
   	    margin-left: 0.3rem; 
 }
.store-info-form .city-box .express-city-box {
    background: #fff;
     border-radius:none; 
}
.store-info-form .hot-city-title {
    background: #fff;
    padding: 0.4rem 0.3rem 0.3rem;
}
.store-info-form .city-box .hot-city .hot a {
    color: #2b2b2b;
    border-bottom: 0.02rem solid #f2f2f2;
}
.hidden{
	display: none;
}
.masker {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
}
.store-info-form .hot-city-title h4 {
    font-size: 0.32rem;
    font-weight:600;
    color: #2d2d2d;
    padding-left: .2rem;
}
.new-left {
    width: .08rem;
    height: .38rem;
    float: left;
    margin-left: -.3rem;
    background-color: #027bf1;
    margin-top: .05rem;
}
.store-info-form .city-box {
    width: 100%;
    border-radius:0; 
    background:#fff;
}
.store-info-form .city-box #cityBox {
    height: inherit;
    background: #28323c;
    overflow: hidden;
    padding: inherit;
}
.store-info-form .city-box .hot-city .hot {
    height: 4rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
}
.btn-seaew button{
    width: 3.03rem;
    color: #fff;
    height: 0.83rem;
    float: left;
    border-radius: 0.1rem;
    border:none;
}
.btn-seaew .ggbb{
	background:#242424;
	margin-right:0.17rem;
	    margin-top: 0;
}
.btn-seaew .queding{
	background:#2cc597;

}
.hot-city3 img {
    width: 0.41rem;
    margin-right: 0.3rem;
}
.store-info-form .city-box .hot-city .hot a{
	width: 7.2rem;
}
.xiala-ico {
    width: 0.2rem;
    position: absolute;
    right: 0.2rem;
    top: 0.3rem;
}
.masker {
    background: rgba(0, 0, 0, 0.8);
}
.i-want{
    width: 97%;
    margin: 0.25rem auto;
    font-size: .28rem;
}
.i-want .niusq{
   width: 2rem;
    height: 0.55rem;
    color: #9b9b9b;
    display: inline-block;
    line-height: 0.55rem;
    float: left;
    text-align: center;
    font-size: .28rem;
}
.i-want .activity-w{
	     text-align: center;
}
.i-want .activity-w{
       color: #2d2d2d;
    font-size: 0.3rem;
    font-weight: 600;
}
.i-want .activity-w:after {
    content: "";
    display: block;
    -webkit-transform: scaleX(1);
    width: .45rem;
       height: .04rem;
    background: #027cf1;
    margin: 0 auto 0;
}
.currenci{
	    border-bottom: 0.02rem solid #f1f1f1;
	        margin-left: 0.25rem;
    margin-right: 0.25rem;
        margin-top: 0.2rem;
    margin-bottom: 0.23rem;
}
.currenci-ul{
	width:100%;
	margin: .3rem auto;
}
.currenci-ul li{
	float: left;
	width: 33.33%;
	text-align: center;
}
.currenci-ul li span{
	width: 1.8rem;
	height: .73rem;
	line-height: .73rem;
	background-color: #fafafa;
	border-radius: .05rem;
	color: #4b4b4b;
	font-size: .28rem;
	display: inline-block;
	margin-top: .2rem;
}	
.currenci-ul li.active span{
	color: #fff;
	background-color: #0378f0;
}
.inp-text-w{
	padding-bottom: 0.25rem;
}
.inp-text-w input::-webkit-input-placeholder{
	color:#61707b;
}
.line_dis{
	display: inline;
}
.store-info-form .city-box .hot-city .hot{
	display: block;
}
/*订单*/
.parti-kr .head{
	color: #232323;
	font-weight:600;
    border-bottom: 0.02rem solid #ececec;
}
.parti-kr .head h1{
	 height: 1rem;
    line-height: 1rem;
    font-size: 0.32rem;
    font-weight: 600;
    text-align: center
}

.parti-kr .currency div{
    color: #fff;
    font-size: 0.25rem;
    height: .65rem;
}
.parti-kr .currency .city-wrapper{
         background: #2a363f;
    width: 48%;
    height: .65rem;
    float: left;
    line-height: 0.65rem;
    color: #fff;
    margin-right: 2%;
    font-size: 0.24rem;
    position: relative;
}
.parti-kr .currency .city-wrapper span{
	    position: absolute;
    right: .2rem;
    top: 0;
}
.label-li{
	font-size: 0.27rem;
    font-weight: 600;
    margin-top: 0.47rem;
    margin-bottom: 0.3rem;
    color: #292929;
    
}
.currency select{
	width: 5.42rem;
	height: .66rem;
	line-height: .66rem;
	background-color: #fafafa;
	border: none;
	border-radius: .05rem;
}
.zhifu-box li{
       float: left;
    width: 32%;
    height: 0.65rem;
    line-height: .65rem;
    font-size: .25rem;
    background: #fafafa;
    margin-right: 2%;
    color: #3f3f3f;
    text-align: center;
    border-radius: 0.05rem;
}
.zhifu-box .avico {
	 background: #4f7fff;
    color: #fff;
}
.screenn{
    width: 90%;
    position: absolute;
    left: 5%;
    bottom: 1rem;
}
.screenn .chongzhis, .screenn .chongzhis1 {
    background: #475f7b;
    margin-left: 0;
}
.screenn button {
    float: left;
    width: 47%;
    font-size: 0.26rem;
    height: 0.85rem;
    border: none;
    color: #fff;
    margin-left: 5%;
    background: #4f7fff;
    border-radius: .05rem;
}
.adve-nav{
	
    background: #fff;
}
.adve-nav .bui-nav{
	    border: none;
    width: 95%;
        margin: .2rem auto;
}
.adve-nav .bui-nav>.bui-btn.active {
    color:#2d2d2d;
    font-weight: 600;
}
.adve-nav .bui-nav>li{
    height: .55rem;
    font-size: .26rem;
}
.adve-nav .bui-nav>[class*=bui-btn] {
    color: #9b9b9b;
}
.adve-nav .bui-nav>[class*=bui-btn].active:after {
    content: "";
    display: block;
    -webkit-transform: scaleX(1);
    width: .45rem;
    background: #036cec;
    margin: .9rem auto 0;
}


.trade_botz2 .right{
	text-align: right;
    color: #fff;
}
.trade_bot3{
	    margin-bottom: 0;
}
.trade_bot3 .left .p1{
        color: #212121;
    font-size: 0.26rem;
    margin-bottom: 0.2rem;
}
.trade_bot3 .left .p1 .p1-buy{
	    padding: .05rem .1rem;
    background: #00ba7b;
    font-size: .24rem;
    border-radius: .05rem;
    margin-right: .15rem;
    color:#fff;
}
.trade_bot3 .left .p1 .p1-sell{
	    padding: .05rem .1rem;
    background:#f66867;
    font-size: .24rem;
    border-radius: .05rem;
    margin-right: .15rem;
     color:#fff;
}
.trade_bot3 .left .p1 img{
	    width: 0.5rem;
    margin-right: 0.1rem;
}
.trade_bot3 .right .p1{
    margin: 0;
    margin-top: 0.33rem;
    color: #989898;
    margin-bottom: 0.1rem;
}
.trade_bot3 .left .p2{
    color: #a9a9a9;
    margin: 0;
        font-size: 0.24rem;
            margin-bottom: 0.1rem;
}
.trade_bot3 .left .p2 span{
	color: #373737;
}
.trade_bot3 .right .p-jia{
     font-size: 0.34rem;
    color: #0a1823;
    margin-bottom: 0.2rem;
    font-weight: 600;
    margin-top: .2rem;
}
.trade_bot3 .right .jiaoy{
	    font-size: 0.24rem;
    color: #a4a4a4;
}
.trade_bot3 .right .jiaoy img{
	 width: .3rem;
    margin-right: .1rem;
        margin-bottom: .05rem;
}
.trade_bot3 .left .p4 img{
	width: 0.4rem;
}

.trade_bot3 .left .p4{
        margin-top: 0.15rem;
}
.trade_botz2:after{display:block;clear:both;content:"";visibility:hidden;height:0;}
.trade_botz2{
	       margin-top: 0.3rem;
   background-color: #ffffff;
    padding: .3rem;
    padding-bottom: 0.35rem;
    width: 95%;
    margin: 0.2rem auto;
    border-radius: .3rem;
}
.b-switch .b-coin .btc-b{
	border-bottom: 0.03rem solid #2BC497;
	color: #2bc497;
}
.trade_bot3 .left .p4 span{
	    margin-right: 0.15rem;
}

/*订单详情*/
.part-head-l {
    float: left;
       margin-top: .3rem;
}
.top-fukuan .part-head-l>span {
font-size: .61rem;
    color: #283440;
    margin-left: 0rem;
    
}
.part-head-l span span{
	color: #292929;
	/*margin-left: .3rem;*/
	font-size: .52rem;
}
.part-head-l div {
    color: #808080;
    margin-top: 0.16rem;
    font-size: 0.24rem;
}
.part-head-r {
      float: right;
    text-align: center;
    margin-right: 0.2rem;
    margin-top: 0.5rem;
}
.part-head-r img {
    width: 0.61rem;
}
.top-fukuan{
       background: #fafafa;
   
    width: 100%;
    margin: 0 auto;
    padding: 0 5%;
     padding-bottom: .3rem;
}
.part-center {
    width: 95%;
    background-size: 100%;
    margin: 0 auto;
    font-size: .245rem;
    clear: both;
    margin-top: 0rem;

}
.part-center-tl span i{
	font-size: 0.3rem;
}
.part-head-r .liax{
font-size: 0.24rem;
color: #252525;	
}
.part-center-t {
    color: #adb6bd;
       padding: .3rem;
           border-bottom: 1px solid #f5f5f5;
}
.part-center-tl {
    float: left;
}
.part-center-tl div {
    margin-bottom: .2rem;
        color: #828c9d;
}
.part-center-tl span {
    color: #2cc597;
    font-size: 0.43rem;
}
.part-center-tr {
 float: right;
    color: #6a7786;
    font-size: 0.25rem;
}
.part-center-tr div:nth-of-type(1){
	margin-bottom: 0.1rem;
}
.part-center-b {
        margin: 0.3rem;
    padding-bottom: .2rem;
    background: #fff;
    padding: .25rem;
    border-radius: .2rem;
}
.part-center-bd {
    clear: both;
    margin-bottom: 0.37rem;
}
.part-center-bdl {
 color:#ababab;
    font-size: 0.28rem;
}
.part-center-bdl2{
	color: #283440;
	font-weight: 600;
}
.part-center-bdr {
     color: #252525;
    float: right;
    font-weight: 600;
    font-size: 0.28rem;
}

.fukuan_type img{
	    width: .35rem;
    margin-right: .15rem;
}
.part-center-yfk {
text-align: center;
    padding-bottom: .5rem;
    margin: .3rem;
}
.part-center-yfkh {
    color: #f9aa39;
}
.part-jy{
	width: 100%;
	margin: .2rem auto .3rem;
}
.part-jy-s1{
	font-size: .28rem;
	color: #2c2c2c;
}
.part-jy-s2{
	color: #131313;
	margin-left: .4rem;
	font-size: .43rem;
	font-weight: 600;
}
.part-jy-s2 span{
	font-size: .34rem;
}
	#pullDown,#pullUp{text-align:center;height:40px;line-height:40px;font-size:12px;color:#888;font-family:Arial,Microsoft YaHei}
#pullUp{display:block}
.loader{font-size:0;padding:0;}
.loader span{vertical-align:middle;border-radius:100%;display:inline-block;    width: 0.2rem;
    height: 0.2rem;margin:0 2px;-webkit-animation:loader .8s linear infinite alternate;animation:loader .8s linear infinite alternate}
.loader span:nth-child(1){-webkit-animation-delay:-1s;animation-delay:-1s;#f9aa39;}
.loader span:nth-child(2){-webkit-animation-delay:-.8s;animation-delay:-.8s;background:#f9aa39;}
.loader span:nth-child(3){-webkit-animation-delay:-.26666s;animation-delay:-.26666s;background:#f9aa39;}
.loader span:nth-child(4){-webkit-animation-delay:-.8s;animation-delay:-.8s;background:#f9aa39;}

.loader span:nth-child(5){-webkit-animation-delay:-1s;animation-delay:-1s;background:#f9aa39;}
/*@keyframes loader{from{transform:scale(0,0)}to{transform:scale(1,1)}}*/
/*@-webkit-keyframes loader{from{-webkit-transform:scale(0,0)}to{-webkit-transform:scale(1,1)}}*/
.confirm .top-h{
    text-align: center;
    margin-bottom: 0.6rem;
    padding-top: 0.5rem;
    color: #283440;
    font-size: 0.36rem;
}.confirm .top-h{
    text-align: center;
    margin-bottom: 0.6rem;
    padding-top: 0.5rem;
    color: #283440;
    font-size: 0.36rem;
}.btn-open{
	width: 5.3rem;
	margin: 0 auto;
	margin-top: 0.47rem;
}
.btn-open button{
width: 2.5rem;
    height: 0.75rem;
    float: left;
    border: none;
    font-size: 0.26rem;
}
.btn-open button:nth-of-type(1){
    background:#f2f2f2;
    margin-right: 0.3rem;
    border-radius: 0.05rem;
    
    color:#737373;
}
.btn-open button:nth-of-type(2){
	background:#4f7fff;
	border-radius: 0.05rem;
	color: #fff;
}.queren{
	font-size: 0.3rem;
	padding-left: 0.3rem;
}
.queren p{
	font-size: 0.3rem;
	color:#9e9e9e;
	margin-top: 0.04rem;
	margin-bottom: 0.2rem;
}
.queren div{
    color:#283440;
}	
.confirm{display:block;}
        .parti-kq{
    background: #fff;
    border-radius: 0.2rem;
    padding-top: 0.67rem;
    width: 74%;
    margin: 0 auto;
    margin-top: 5rem;
    height: 2.77rem;
}
.big-img img {
    display: block;
    width: 85%;
    max-width: 65%;
    margin: 0 auto;
    margin-top: 1rem;
}
.part-center-yfk button {
   background-image: linear-gradient(90deg, #4eacf8 0%, #1c46d9 100%), linear-gradient(#4f7fff,#4f7fff);
	background-blend-mode: normal, normal;
    color: #fff;
    padding: 0;
    height: .86rem;
    margin-top: 0.2rem;
    border-radius: 0;
    width: 100%;
    font-size: 0.3rem;
    border: none;
    border-radius: 0.1rem;
}
.part-bottom {
      width: 100%;
    font-size: .25rem;
    border-radius: 3px;
    color: #a0a0a0;
    padding: .3rem;
    margin-left: 0;
}
.par-pz{
	width: 66%;
	margin: 1rem auto;
	text-align: center;
}
.par-pz-hd{
	color: #5e5e5e;
	font-size: .36rem;
	margin-bottom: .5rem;
}
.par-pz-tu{
	position: relative;
}
.par-pz-tu img{
	width: 3.48rem;
}
.par-pz-tu input{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.par-pz-btn{
	width: 4.96rem;
	color: #fff;
	height: .88rem;
	background:linear-gradient(90deg, #4eacf8 0%, #1c46d9 100%),linear-gradient(#4f7fff, #4f7fff);
	border-radius: .05rem;
	border: none;
	margin-top: .5rem;
}
.part-bottom-t1 {
     margin-bottom: .32rem;
    font-size: 0.28rem;
    color: #808080;
}
.part-bottom-t1 img {
      width: 0.34rem;
    margin-right: .12rem;
    float: left;
    margin-top: 0.05rem;
}
.part-center-t:after{display:block;clear:both;content:"";visibility:hidden;height:0;}
.part-head:after{display:block;clear:both;content:"";visibility:hidden;height:0;}
.part-center-tr span{
        width: 2rem;
    display: inline-block;
    text-align: right;
}
.part-center-b:after{display:block;clear:both;content:"";visibility:hidden;height:0;}
.confirm{
    display: none;
    position: absolute;
    top: 24%;
    left: 7%;
    width: 87%;
    height: 35%;
    z-index: 1002;
    overflow: auto;
    background: #fff;
    border-radius: 6px;
	}

.confirm .top-h{
	text-align: center;
    margin-bottom: 0.3rem;
    padding-top: 0.3rem;
        color: #283440;
     
}
.part-bottom-t1 .part-bottom-t2{
	color:#a8b6c4;
} 
/**/
.part-center-s {
    margin: 0 .3rem;
    margin-top: .2rem;
    color: #f9aa39;
    margin-bottom: 0.4rem;
}
.part-center-al {
  background: #f2f2f2;
    color: #283440;
    padding: 0;
    height: 0.8rem;
    width: 1.92rem;
    border: 0.02rem solid #222323;
    border: none;
    border-radius: 0.05rem;
    font-size: 0.28rem;
}
.b_dfk2 .part-center-ar {
background-image: linear-gradient(90deg, #4eacf8 0%, #1c46d9 100%),linear-gradient(#4f7fff, #4f7fff);
	background-blend-mode: normal, normal;
    color: #fff;
    padding: 0;
    height: 0.8rem;
    border-radius: 0;
    margin-left: .2rem;
    width: 4.25rem;
    border: none;
    border-radius: 0.05rem;
    font-size: 0.28rem;
    text-align: center;
}
.part-center-ar img {
  width: .35rem;
    margin: 0 0.05rem 0 .2rem;
}
.popup-tan {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.5);
    z-index: 99999;
}
.parti-k {
    color: #283440;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: .25rem;
        background: #ffffff;
}
.parti-xx {
    text-align: left;
    margin-bottom: .1rem;
    border-radius: 0.1rem;
}
.parti-xx a.active {
    color: #FF3E59;
}
.parti-xx a {
    display: block;
    height: 1rem;
    line-height: 1rem;
    border-bottom: 0.01rem solid #f5f5f5;
    border-radius: 3px;
    color: #283440!important;
    margin-left: 0.35rem;
    margin-right: 0.35rem;
    padding-left: 0.15rem;
}
.parti-qx {
    height: 1rem;
    line-height: 1rem;
    text-align: left;
    border-radius: 3px;
    margin-bottom: .1rem;
    color: #2bc497;
    padding-left: 0.2rem;
}
.part-center-c>img {
    width: 0.4rem;
     margin-right: .1rem;
    margin-top: 0.26rem;
		    float: left;
}
.part-center-c .part-center-cr img {
      width: .3rem;
    margin-bottom: .1rem;
    float: right;
    margin-top: 0.3rem;
        margin-left: 0.1rem;
}
.part-center-c .part-center-cr {
    float: right;
    color: #b0b8bf;
}
.part-center-c {
       height: 1rem;
       line-height: 0.9rem;
    margin: 0 .3rem;
    color: #000;
    border-bottom: 1px solid #f5f5f5;
    font-size: 0.28rem;
}
.weile{
		background-color:#fafafa;
	border-radius: 0.1rem;
	height: 0.67rem;
	text-align: center;
	line-height: 0.67rem;
	color: #525c66;
	font-size: .24rem;
	margin-bottom: 0.2rem;
}
.top-fukuan:after{display:block;clear:both;content:"";visibility:hidden;height:0;}
.parti-k2{
	    background: #ffffff;
    width: 80%;
    margin: 0 auto;
    border-radius: 0.2rem;
    text-align: center;
    margin-top: 4.3rem;
    height: 2.77rem;
    padding-top: 0.67rem;
    color: #363636;
}
.parti-k2 div button{
	width: 2.4rem;
    height: 0.75rem;
    color: #3e3e3e;
    background: #f0f0f0;
    border: none;
    border-radius: 0.1rem;
    margin-right: 0.1rem;
}

.parti-kr .currency div{
    color: #fff;
    font-size: 0.25rem;
    height: .65rem;
}

.parti-kr .currency .city-wrapper span{
	    position: absolute;
    right: .2rem;
    top: 0;
}
/*客服反馈*/
.fell-list{
	width: 93%;
	margin: .2rem auto;
	background: #fff;
	border-radius: .15rem;
	padding: .2rem;
}
.fell-list img{
	width: .7rem;
	float: left;
	margin-top: 0.1rem;
	margin-right: .2rem;
}
.fell-list-d{
	float: left;
	width: 5.5rem;
}
.fell-list-d div{
	font-size: .28rem;
	color: #292929;
	    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	margin-bottom: .1rem;
}
.fell-list-d span{
	color: #bfbfbf;
	font-size: .24rem;
	
}
.mine-box{
			position: fixed;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: rgba(0,0,0,0.5);
			z-index: 999;
			display: none;
		}
		.mine-tan{
			    width: 6rem;
    padding: .3rem;
    background: #fff;
    text-align: center;
    color: #fff;
    border-radius: .1rem;
    margin: 3rem auto;
		}
		.mine-tan-off{
			    float: right;
    width: .3rem;
		}
		.mine-tan-hao{
		    color: #a7a7a7;
    margin-top: .4rem;
		}
		.mine-tan-hao span{
			color: #212121;
			font-weight: 600;
		}
		.mine-tan-tu{
			    margin: .4rem 0 .3rem
		}
		.mine-tan-tu img{
			    width: 3rem;
		}
		.mine-tan-t{
			color: #9e9e9e;
			font-size: .28rem;
		}
		.mine-tan-f{
			    width: 3.5rem;
    margin: 0.4rem auto;
    height: .86rem;
    line-height: .86rem;
    background-image: linear-gradient(90deg, #02afff 0%, #0347e2 100%), linear-gradient(#00ba7b, #00ba7b);background-blend-mode: normal, normal;
    border-radius: .43rem;
		}
/*我的反馈*/		
.feel-w{
	color: #454545;
	font-size: .28rem;
	width: 93%;
	margin: .2rem auto;
	background: #fff;
	border-radius: .2rem;
	padding: .25rem;
	position: relative;
	    padding-left: .8rem;
}
.feel-w span{
	width: .39rem;
	height: .39rem;
	background-color: #fa8a40;
	 border-radius: .08rem;
    color: #fff;
    font-size: .24rem;
    text-align: center;
    position: absolute;
    margin-right: 0;
    line-height: .39rem;
    left: .2rem;
    margin-right: 0;
}
.feel-w div{
}
.feel-w img{
	width: 1.2rem;
}
.feel-d{
	color: #454545;
	font-size: .28rem;
	width: 93%;
	margin: .2rem auto;
	background: #fff;
	border-radius: .2rem;
	padding: .25rem;
	position: relative;
	    padding-left: .8rem;
}
.feel-d span{
	    width: .39rem;
    height: .39rem;
    background-color: #4f7fff;
    border-radius: .08rem;
    color: #fff;
    font-size: .24rem;
    text-align: center;
    position: absolute;
    margin-right: 0;
    line-height: .39rem;
    left: .2rem;
    margin-right: 0;
}
.feel-d div{
}
.feel-d img{
	width: 1.2rem;
}
.feel-text{
	width: 93%;
	height: 2.2rem;
	background-color: #fafafa;
	border-radius: .2rem;
	color: #000;
	padding: .3rem;
	font-size: .28rem;
	margin-bottom: .3rem;
	border: none;
}
.feel-text::-webkit-input-placeholder{
	color: #b4b4b4;	
}
/*我要反馈*/
.fellback-text{
	text-align: center;
}
.fellback-text-img{
	border: dotted 2px #e4e4e4;
	border-radius: .10rem;
	    margin-left: .2rem!important;
}
.bui-upload .bui-btn{
	text-align: center;
}
/*账号设置*/

.mess-mn{
    width: 93%;
    margin: .2rem auto;
    border-radius: .15rem;
    color: #444444;
    font-size: .3rem;
}
.mess-mn-hd{
    text-align: center;
    font-size: .3rem;
    position: relative;
    margin-bottom: .5rem;
}
.mess-mn-hd img{
width: .96rem;
height: .96rem;
border-radius: 50%;
}
.mess-mn-hd div{
    margin-top: .2rem;
}
.mess-mn-hd input{
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.mess-mn-tx{
	background: #fff;
	padding: .2rem;
	box-shadow:0 0 .29rem 0 rgba(203, 203, 203, 0.18);
	border-radius: .08rem;
}
.mess-mn-tx img{
	width: .35rem;
	margin-bottom: .05rem;
	margin-right: .15rem;
}
.mess-mn-txd{
	    height: 1rem;
    line-height: 1rem;
    margin: .2rem auto;
    border-radius: .1rem;
    padding: 0 .3rem;
}
.mess-mn-l{
	    color:#acacac;
}
.mess-mn-rinp{
float: right;
    border: none;
    background: none;
    text-align: right;
    color:  #212121;
    margin-top: .3rem;
}
.mess-mn-r{
	    float: right;
	    color: #212121;
}
/*邀请好友*/

	.codeaa canvas{
margin-top: 0.15rem;
    width: 1.76rem;
    height: 1.8rem; 
	}

	.womens{
		    font-size: 0.64rem;
    color: #fff;
    font-weight: 600;
    font-style: italic;
    text-align: center;
    margin-top: 0.68rem;
    margin-bottom: 0.64rem;
	}
		.womens2{ 
			font-size: 0.48rem;
			text-align: center;
			margin-bottom: 1.55rem;
			color: #ffff;
		}
.iv-code i{
	font-weight:500;
}
.ivrep .wenzi p:nth-of-type(1){
	color:#000000;
	font-size: 0.35rem;
	font-weight: 600;
}
.ivrep .wenzi p:nth-of-type(2){
	color:#000000;
	font-size: 0.28rem;
	font-weight: 500;
}
.ivrep .wenzi{margin-left: 0.37rem;margin-top: 0.3rem;}
.invi-ft{
	    height: .88rem;
    line-height: .88rem;
    font-size: .26rem;
}
.invi-ft div{
	float: left;
    width: 100%;
    text-align: center;
}
.invit_ma_fuzhi{
	    color: #ffffff;
    background: #e5433e;
}   
.invit_url_fuzhi{
	    color: #282828;
    background: #f2f2f2;
}
.box-sad{
    background: url(../images/inv.png) no-repeat;
    background-size: 100%;
    height: 10.5rem;
        position: relative;
            background-repeat: no-repeat;
}	
.ivtia-code{
background: #fff;
    height: 2.1rem;
    text-align: center;
    width: 2.1rem;
    margin: 0 auto;
    margin-bottom: 1.01rem;
    position: absolute;
    bottom: -13px;
    right: 0.3rem;
    padding: 0;
}
.ivtia-code p{
    color: #fff;
    font-size: 0.6rem;
    font-style: italic;
    font-weight: 600;
    text-align: center;
    margin-top: 0.6rem;
    margin-bottom: 0.5rem;

}
.ivtia-code img{
    width: 4rem;
}
.ivtia-code div{
     word-break: break-all;
    width: 78%;
    color: #fff;
    line-height: 0.4rem;
    margin: 0 auto;
        margin-top: 1rem;
}
.iv-code{
    color: #fff;
    text-align: center;
    font-size: 0.32rem;
}
.iv-code i{
color:#e5433e;
    font-weight: 600;
    font-size: 0.35rem;
    margin-bottom: 0.3rem;
    display: inline-block;
    margin-top: 0.5rem;
}
	.codeaa canvas{
margin-top: 0.15rem;
    width: 1.76rem;
    height: 1.8rem; 
	}

	.womens{
		    font-size: 0.64rem;
    color: #fff;
    font-weight: 600;
    font-style: italic;
    text-align: center;
    margin-top: 0.68rem;
    margin-bottom: 0.64rem;
	}
		.womens2{ 
			font-size: 0.48rem;
			text-align: center;
			margin-bottom: 1.55rem;
			color: #ffff;
		}
.iv-code i{
	font-weight:500;
}
.ivrep .wenzi p:nth-of-type(1){
	color:#bababa;
	font-size: 0.36rem;
	font-weight: 600;
}
.ivrep .wenzi p:nth-of-type(1) span{

	color: #131313;	
	margin-left: .2rem;
}
.ivrep .wenzi p:nth-of-type(2){
	color:#bababa;
	font-size: 0.28rem;
	font-weight: 500;
}
.ivrep .wenzi{    margin-top: 0.2rem;}
.invi-ft{
	    height: .88rem;
    line-height: .88rem;
    font-size: .26rem;
}
.invi-ft div{
	float: left;
    width: 50%;
    text-align: center;
}
.invit_ma_fuzhi{
	    color: #ffffff;
    background: #000000;
}   
.invit_url_fuzhi{
	    color: #000000;
    background: #d9d9d9;
}
.box-sad{
    height:8.1rem;
        position: relative;
            background-repeat: no-repeat;
}	
.ivtia-code{
    background: #fff;
    height: 2.1rem;
    text-align: center;
    width: 2.1rem;
    margin: 0 auto;
    position: absolute;
    top: 9.4rem;
    right: 0.5rem;
    padding: 0;
}
.ivtia-code p{
    color: #fff;
    font-size: 0.6rem;
    font-style: italic;
    font-weight: 600;
    text-align: center;
    margin-top: 0.6rem;
    margin-bottom: 0.5rem;

}
.ivtia-code img{
    width: 4rem;
}
.ivtia-code div{
     word-break: break-all;
    width: 78%;
    color: #fff;
    line-height: 0.4rem;
    margin: 0 auto;
        margin-top: 1rem;
}
.iv-code{
    color: #fff;
    text-align: center;
    font-size: 0.32rem;
}
.iv-code i{
color: #000000;
    font-weight: 600;
    font-size: 0.35rem;
    margin-bottom: 0.3rem;
    display: inline-block;
    margin-top: 0.5rem;
}
.invit-fz{
	width: 4.5rem;
	height: .81rem;
	line-height:.81rem;
	background-image: linear-gradient(90deg, #02afff 0%, #0347e2 100%), linear-gradient(#eb4849,#eb4849);
	border-radius: .41rem;
	color: #fff;
	text-align: center;
	font-size: .32rem;
	font-weight: 600;
	    margin: 0 auto;
}
.invit-fz i{
	
}
.invit-fz span{
	color: #ffff00;
	font-size: .28rem;
}
.inv-mine{
	width: 83%;
	margin: .5rem auto;
}

.inv-mine-img{
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
}
.invi-lj{
	background:#f2f2f2;
	color: #282828;
	height: 1rem;
	line-height: 1rem;
	text-align: center;
}
/*我的好友*/
.team-nav .bui-nav>[class*=bui-btn].active:after {
    content: "";
    display: block;
    -webkit-transform: scaleX(1);
    width: .45rem;
    background: #ddb741;
    margin: .9rem auto 0;
}

.fri-ss{    width: 93%;
    margin: 0 auto;
    background: #f5f5f5;
    border-radius: .05rem;
    position: relative;
    height: .8rem;}
.fri-ss input{width: 100%;height: 100%;border: none;background: none;color: #000;padding-left: .4rem;}
.fri-ss img{position: absolute;width: .45rem;right: .2rem;top: .15rem;}
.team-ul{
	background: url(../images/team_bg.png) no-repeat;
	background-size:100% 100%;
	width: 93%;
	margin: .2rem auto;
	padding: .5rem 0;
}
.team-ul li{
	float: left;
	width: 33.33%;
	text-align: center;
}
.team-ul li div{
	font-size: .25rem;
	color: #dcdaaa;
	margin-bottom: .15rem;
}
.team-ul li span{
	font-size: .38rem;
	color: #faf8c0;
	font-weight: 600;
}
.team-ul li span.team-ul-right{
	float: right;
	width:1px;
	height: .36rem;
	background-color: #545454;
	border-radius: .01rem;
	margin-top: .25rem;
}
.friend-team-td{
	    width: 95%;
    margin: .4rem auto;
    font-size: .26rem;
    color: #7b7b7b;
}
.friend-team-td1{
	    float: left;
    width: 1.6rem;
    padding-left: .15rem;
}
.friend-team-td2{
	    float: left;
}
.friend-team-td3{
	      float: right;
    margin-right: .6rem;
}
.friend-team-td4{
	    float: right;
    padding-right: .25rem;
    width: 1.5rem;
}
.friend-list{
		    width: 95%;
    margin: .2rem auto;
    background: #ffffff;
    padding-bottom: .15rem;
    padding: .3rem .2rem;
    border-radius: .15rem;
		}
		.friend-list-l{
			    float: left;
		}
		.friend-list-img{
			     display: block;
    width: .7rem;
    height: .7rem;
    border-radius: 50%;
    margin: 0 auto -.15rem;

		}
		.friend-list-div{
			      float: left;
    margin-left: .3rem;
		}
		.friend-list-div div{
			    font-size: .34rem;
    color: #232323;
    margin-bottom: .1rem;
		}
		.friend-list-div span{
			    font-size: .26rem;
    color: #a5a5a5;
		}
		.friend-list-r{
			    float: right;
    padding: 0 .2rem;
    height: .61rem;
    line-height: .61rem;
	background-color: #4f4f4f;
    border-radius: .08rem;
    text-align: center;
    color: #faf8c0;
    font-size: .27rem;
    margin-top: .1rem;

		}
		.friend-list-r img{
			width: .26rem;
			margin-bottom:.05rem ;
			margin-right: .1rem;
		}
		.friend-list-w{
			color: #278a6d;
		}
		.friend-list-d1{
		    float: left;
    text-align: center;
		}
		.friend-list-d1 span{
		    padding: .05rem .15rem;
    background: #26d6aa;
    color: #fff;
    font-size: .24rem;
    border-radius: .05rem;

		}
		.friend-list-c{
			    float: right;
    color: #ddb741;
    margin-top: .26rem;
        width: 1.4rem;
    text-align: center;
        margin-right: .3rem;
			}
/*实名认证*/
.auto-mn{
	width: 93%;
	margin: 0.3rem auto;
}
.auto-mn-t{
	color: #292929;
	font-size: .4rem;
	font-weight: 600;
	margin-bottom: .3rem;	
}
.auto-mn-n{
	font-size: .28rem;
	color: #ff4f43;
}
.auto-mn-n img{
	width: .3rem;
	margin-bottom: .04rem;
	margin-right: .1rem;
}

.auth_zhuangtai{
	width: 93%;
	margin: .2rem auto;
	padding-left:.3rem;
	color:#ff5d5d;
	height:1.08rem;
	line-height:1.08rem;
	background:#382f42;
	font-size:.28rem;
	
	border-radius: .08rem;
}
.aoto-suc{
	
}
.aoto-suc-hd{
	text-align: center;
	margin: 2rem 0;
}
.aoto-suc-hd img{
	width: 1.4rem;
	margin-bottom: .3rem;
}
.aoto-suc-hd div{
	font-size: .32rem;
	color: #fff;
}
.aoto-suc-mn{
	width: 93%;
	margin: 0 auto;
		background-color: #ffffff;
	box-shadow: 0 0 .29rem 0rgba(203, 203, 203, 0.18);
	border-radius: .08rem;
	padding: .25rem .25rem .01rem;
}
.aoto-suc-mnd{
	color: #acacac;
	margin-bottom: .4rem;
}
.aoto-suc-mnd span{
	float: right;
	color:#212121;
}			
/*收款信息*/
.ment{
}
.ment1{
	background-color: #ffffff;
	box-shadow: 0 0 .29rem 0 rgba(203, 203, 203, 0.18);
    padding: 0.3rem;
    width: 90%;
    margin: .2rem auto;
    border-radius: .1rem;
}
.ment1 p{
	color: #1f1f1f;
	
}
.ment .users{
	clear: both;
}
.users1{
	 margin-bottom: 0.3rem;
	     color: #565656;
    height: 0.5rem;
}
.users1 img{
    width: 0.35rem;
    margin-right: 0.1rem;
}
.users1 .fl>img{
    width: 0.45rem;
}
.users1 .fr{
	color:#979797;
}
.users i{
	    color: #979797;
    margin-bottom: 0.1rem;
    display: inline-block;
}
.ment1:after{display:block;clear:both;content:"";visibility:hidden;height:0;}
.ment:after{display:block;clear:both;content:"";visibility:hidden;height:0;}
.ments-q{
	    padding-top: 0;
    padding-bottom: 0;
}
.add-yh{
    background-image: linear-gradient(90deg, #02afff 0%, #0347e2 100%), linear-gradient(	#00ba7b, #00ba7b);
	background-blend-mode: normal, normal;
    width: 94%;
    margin: 0 auto;
    text-align: center;
    color: #fff; 
    height: 0.9rem;
    line-height: 0.9rem;
    border-radius: 0.1rem;
    position: fixed;
    bottom: 4%;
    left: 3%;
}
.add-yh img{
    width: .36rem;
    margin: 0 .1rem .05rem;
}
.popup-tan {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
}
.add-fangshi .wirter{
	background-color: #ffffff;
	border-radius: .2rem.2rem 0 0;
    width:100%;
    bottom: 0;
    position: absolute;
        padding: 0.3rem;
            height: 4.1rem;
            z-index: 99;
}
.ren-img .c-s-img {
    color: #292929;
    margin-bottom: 0.5rem;
    margin-top: 0.67rem;
    font-size: 0.28rem;
}
.ren-img .i-upload {
    text-align: center;
    float: left;
    width: 50%;
    margin-bottom: 0.96rem;
    position: relative;
}
.ren-img {
    margin-top: 0.3rem;
    width: 100%;
    margin: 0 auto;
}
.ren-img .i-upload .shangc {
    height:100%;
    opacity: 0;
    width: 2rem;
    position: absolute;
    left: 0;
    top: 0rem;
}
.add-fangshi .wirter img{
	    width: 0.35rem;
    margin-right: 0.25rem;
}
.add-fangshi .wirter h1{
	color: #fff;
	font-size: 0.34rem;
	    margin-bottom: 0.33rem;
}
.add-fangshi .wirter ul li{
	border-bottom: 0.02rem solid #f2f2f2;
    padding-bottom: 0.17rem;
    font-size: 0.27rem;
    height: 1rem; 
    line-height: 1rem;
    padding-left: 0.2rem;
    color: #2b2b2b;
}
.touch-box .del {
    float: right;
    color: #fff;
    text-align: center;
    padding-left: .2rem;
}
.add-mn{
	width: 93%;
	margin: 0.3rem auto 0;
}
.add-mn-t{
	font-size: .4rem;
	margin: 0 auto;
	color: #292929;
	font-weight: 600;
}
.add-mn-z{
	
}
.auto-in .car-d1{
	color: #292929;
	margin-bottom: .3rem;
	padding: 0 .2rem;
	margin-top: .4rem;
	font-size: .28rem;
}
.auto-in .car-d2{
	padding: 0 .2rem;
	border-bottom: .02rem solid #f1f1f1;
	padding-bottom: .3rem;
}
.auto-in .car-d2 input{
	font-size: .28rem;
	background: none;
	border: none;
	width: 100%;
	color: #000;
	font-size: .28rem;
}
.auto-in .car-d2 input::-webkit-input-placeholder{
	color: #c5c5c5;
	
}

.iss-mn-d{
    width: 95%;
    margin: .2rem auto;
}
.iss-mn-dt{
	    background: #1f1f1f;
    height: 1rem;
    border-radius: .1rem;
    line-height: 1rem;
}
.iss-mn-dt span{
	    float: left;
    width: .03rem;
    height: .3rem;
    background: #32ffa0;
    margin-top: .37rem;
    margin-right: .2rem;
}
.iss-mn-dt div{
	height: 100%;
    color: #fff;
    float: left;
    width: 6rem;
    overflow: hidden;
}
.iss-mn-dt img{
	    float: right;
    width: .3rem;
    margin: .35rem .2rem;
}
.iss-block{
display: block;
}
.iss-none{
display: none;
}
.iss-mn-db{
	    background: #121212;
    padding: .3rem;
    border-radius: .1rem;
    color: #999999;
    display: none;
}
/*安全中心*/	
.safe-main-t{
	color: #acacac;
	font-size: .24rem;
	width: 93%;
	margin: .4rem auto ;
}		
.safe-main{
	    width: 93%;
    margin: 0.2rem auto;
    background: #fff;
    padding: .3rem;
    box-shadow: 0 0 .29rem 0 rgba(203, 203, 203, 0.18);
}
.safe-main-d{
	height: 1rem;
	line-height: 1rem;
	color:#1b1b1b;
	font-size: .28rem;
}
.safe-main-dimg{
	width: .4rem;
	margin-bottom: .02rem;
	margin-right: .15rem;
}
.safe-main-d span{
	vertical-align: middle;
}

.safe-main-dr{
    float: right;
    color: #b8b8b8;
    margin: 0;
    line-height: 1rem;
}
.safe-main-dr img {
    width: 0.25rem;
    margin-bottom: 0.05rem;
    margin-left: 0.15rem;
    margin-right: 0;
        margin-bottom: 0rem;
}
/*修改密码*/
.phone-main{
	width: 93%;
    margin: .2rem auto .5rem;
    background-color: #ffffff;
	box-shadow: 0px 0px .29rem 0px rgba(203, 203, 203, 0.18);
    border-radius: .1rem;
    padding: .2rem 0 .4rem;
}
.phone-main-te{
	width: 90%;
	margin:0  auto;
       padding: .3rem 0;
    border-bottom: .01rem solid #f5f5f5;
    font-size: .28rem;
}
.phone-main-tx span{
	    float: right;
    margin-top: -.6rem;
   background-color: #0379f0;
    color: #ffffff;
    border-radius: .05rem;
    font-size: .24rem;
    height: .59rem;
    padding: 0 .25rem;
    line-height: .59rem;
    position: relative;
    z-index: 1;
}
.phone-main-tx .phone-main-th{
	margin-bottom: .25rem;
    color: #212121;
    float: none;
    background: none;
    font-size: .28rem;
    padding: 0;
}
.phone-main-tx .phone-main-b{
	    width: .4rem;
    margin-right: .2rem;
}
.phone-main-tx input{
	    border: none;
    color: #222222;
    background: none;
    width: 74%;
    margin-left: .2rem;
    font-size: .28rem;
}
.phone-main-tx input::-webkit-input-placeholder{
	color: #acacac;
}
.phone-main-yzm{
	    float: right;
    width: 2rem;
    margin-top: -.6rem;
    position: relative;
    z-index: 1;
}



.safet-hint{
	font-size: .28rem;
	color: #ff3333;
	width: 86%;
    margin: .2rem auto;
}
.safet-hint img{
	width: .3rem;
	margin-right: .15rem;
	margin-bottom: .05rem;
}
.pass-btn button{
	background-color: #2cc597;
}

/*实名*/
.shiming span{
	float: left;
	color: #000;
	font-size: 0.34rem;
    font-weight: 600;
	
}
.shiming a{
	float:right;
	color: #226DED;
}
.shiming{
	margin-top: 1rem;
	margin-left: 0.3rem;
    margin-right: 0.3rem;
}
.shiming:after{display:block;clear:both;content:"";visibility:hidden;height:0;}
.renzheng div:after{display:block;clear:both;content:"";visibility:hidden;height:0;}
.renzheng div{
	    border-radius: 0.1rem;
    clear: both;
    background: #fff;
    padding: .3rem .3rem .1rem;
    margin-top: .4rem;
    box-shadow: 0px 0px .16rem .04rem rgba(3, 0, 0, 0.03);
}
.renzheng p{
	    margin-bottom: 0.3rem;
	        height: 0.5rem;
	        position: relative;
}
.renzheng input{
       border: none;
    background: none;
    width: 100%;
    height: .8rem;
    padding-bottom: 0;
    border-radius: .1rem;
    margin-top: 0;
    margin-bottom: .1rem;
    padding-left: 1.5rem;
    font-size: 0.28rem;
    border-radius: 0;
    color: #000;
}
.renzheng .rzxx{
	    color: #252525;
    font-size: .3rem;
    box-shadow: none;
}
.renzheng input::-webkit-input-placeholder{
	color:#808080;
}
.renzheng div ul:nth-of-type(1){
	margin-bottom: 0.2rem;
	    position: relative;
}
.renzheng div ul li{
	float: left;
	color: #9395A2;
	    margin-right: 0.9rem;
}
.renzheng div ul li span{
	color:#2A344D;
	margin-left: 0.2rem;
}
.renzheng div ul:nth-of-type(2){
	clear: both;
	    position: relative;
}
.renzheng{
	margin-left: 0.3rem;
    margin-top: 0.5rem;
    margin-right: 0.3rem;
}
.renzheng .xxren{
    margin-bottom: 0.3rem;
    display: inline-block;
       font-size: 0.34rem;
    color: #fff;
}
.renzheng span{
	    position: absolute;
    color: #2b2b2b;
    top: .2rem;
    font-size: .28rem;
}
.renzheng div ul .ficates{
width: 1.1rem;
    text-align: left;
    display: inline-block;
    margin-left: -0.25rem;
    color:#9293A5;
}
.renzheng div ul .li-gt{
	margin-right: 0;
}
.ren-img:after{display:block;clear:both;content:"";visibility:hidden;height:0;}
.ren-img .i-upload{
       text-align: center;
        float: left;
        width: 50%;
            margin-bottom: 0.4rem;
}
.ren-img{
    margin-top: 0.3rem;
    width: 92%;
    margin: 0 auto;
}
.ren-img .c-s-img{
       color: #1d1d1d;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    font-size: 0.3rem;;
}
.ren-img .i-upload img{
width: 3rem;
}
.ren-img .i-upload .shangc{
    height: 1.8rem;
    opacity: 0;
    width: 2rem;
    position: absolute;
    left: 0;
    top: 0rem;
}
.ren-img .i-upload #preview,.ren-img .i-upload #preview1,.ren-img .i-upload #preview2{
    margin-right: 0.11rem;
    position: relative;
    margin-bottom: 0.2rem;
    margin-bottom: 0.2rem;
}
.zm-text{
	    color: aliceblue;
    text-align: center;
    font-size: 0.24rem;
    width: 3rem;
    line-height: .62rem;
        margin: 0 auto;
    height: .62rem;
    background-color: #ffc043;
    border-radius: 0 0 .1rem .1rem;
}
.tijiaorz button{
	background-image: linear-gradient(90deg, #ffcd0a 0%, #ffb27a 100%), linear-gradient(#00ba7b, 	#00ba7b);
	background-blend-mode: normal, normal;
    color: #fff;
    width: 90%;
    margin: .5rem auto;
    display: block;
    
    border: none;
    height: 0.9rem;
    border-radius: 0.05rem;
}

.renzheng .name-q .neme-renz{
	    float: right;
    color: #373737;
    right: 0;
}
.renzheng .bangd{
	color:#A4B3C0;
}
.renzheng .yin-xo{
	text-align: center;
}
.renzheng .yin-xo span,.renzheng .yin-xo p{
     color: #A4B3C0;
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-bottom: 0.45rem;
    margin-top: 0.3rem;
	}
.renzheng .yin-xo img{
	    width: 3rem;
}
.yin-xo .foui{
    background: #25303a;
    height: 0.9rem;
    line-height: 0.9rem;
    margin-bottom: 0.45rem;
        color: #2cc597;
}
.auth_zhuangtai {
    width: 93%;
    margin: .2rem auto;
    padding-left: .3rem;
    color: #ff4545;
    height: 1.08rem;
    line-height: 1.08rem;
    background: #fff3f3;
    font-size: .28rem;
    border-radius: .08rem;
}
.yin-xo .foui i{
       color: #2cc597; 	
    }
.renzheng .step{
	    font-size: 0.2rem;
    margin-top: 1rem;
    color: #49535C;
    margin-bottom: 2rem;
}
.goole-in input{
	border: none;
	border-bottom: 0.02rem solid #245F55;
	width: 100%;
	color: #fff;
}
.goole-in input::-webkit-input-placeholder{
	color:#576A79;
}
.safet-hint{
	font-size: .28rem;
	color:#353535;
	width: 86%;
    margin: .2rem auto;
}
.safet-hint img{
	width: .3rem;
	margin-right: .1rem;
	margin-bottom: .05rem;
}