/*注册页面*/
.logo{
	margin: 0 auto;
	margin-top: 1.5rem;
	width: 30%;
}
.logo img{
	width: 100%;
}
.register{
	width: 8rem;
	margin: 1rem auto;
	padding: 0.4rem;
	border: 1px solid #a39054;
}
.register li{
	margin-bottom: 0.4rem;
	border-bottom: 1px solid #a39054;
}
.register li input{
	width: 100%;
	height:0.8rem;
	font-size: 0.46rem;
	background: transparent;
	color: #a39054;
}
.register li input::-webkit-input-placeholder{
	color: #a39054;
}
.register li.yzm-box{
	position: relative;
}
.register li.yzm-box .yzm{
	position: absolute;
	right: 0;
	top: 40%;
	margin-top: -0.3rem;
	width: 2rem;
	height: 0.8rem;
	color: #a39054;
	text-align: center;
	overflow: hidden;
	line-height: 0.6rem;
	font-size: 0.34rem;
	cursor: pointer;
}
.register li.yzm-box .yzmm{
	position: absolute;
	right: 0;
	top: 30%;
	margin-top: -0.3rem; 
	width: 2rem;
	height: 0.8rem;
	color: #a39054;
	text-align: center;
	overflow: hidden;
	line-height: 0.6rem;
	font-size: 0.34rem;
	cursor: pointer;
}

.register .register-btn{
	display: block;
	margin-top: 0.5rem;
	width: 100%;
	border: 1px solid #a39054;
	text-align: center;
	height: 1rem;
	line-height: 1rem;
	background: #77693c;
	color: #ceb35f;
	font-size: 0.46rem;
}
header{
	height: 1.2rem;
	background: #000;
	overflow: hidden;
	position: relative;
}
header .back{
	position: absolute;
	left: 0.4rem;
	top: 50%;
	margin-top: -0.28rem;
	width: 0.56rem;
    height: 0.56rem;
    background: url(../img/back-ico.png) no-repeat;
    background-size: contain;
}
header h1{
	text-align: center;
	line-height: 1.2rem;
	color: #a39054;
	font-size: 0.48rem;
}
.account li{
	position: relative;
	border-bottom: 1px solid #a39054;
	padding: 0.4rem 0.4rem;
	display: flex;
	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.account li > a{
	display: flex;
	width: 100%;
	align-items: center;
	color: #a39054;
	font-size: 0.46rem;
	line-height: 0.56rem;
}
.account li .icon{
	width: 0.56rem;
	height: 0.56rem;
	margin-right: 0.48rem;
}
.account li .icon img{
	width: 100%;
	height: 100%;
	display: block;
    border: none;
}
.account li .text{
	width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.account li .time{
	position: absolute;
    right: 0.4rem;
    top: 50%;
    width: 0.56rem;
	height: 0.56rem;
	margin-top: -0.28rem;
}
.account li .time i{
	display: block;
	width: 0.56rem;
	height: 0.56rem;
	background: url(../img/arrow-icon.png) no-repeat;
	background-size: contain;
}
.account li .time i.refresh{
	background: url(../img/refresh-ico.png) no-repeat;
	background-size: contain;
}
.info li{
	position: relative;
	border-bottom: 1px solid #a39054;
	padding: 0.4rem 0.4rem;
	display: flex;
	/*overflow: hidden;*/
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #a39054;
    font-size: 0.46rem;
    line-height: 0.76rem;
}
.info li label{
	width: 2.8rem;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.info li .bk-select{
	float: left;
	width: 5rem;
	height: 33px;
	line-height:33px;
	padding: 0 0.2rem;
	font-size: 0.46rem;
	background: transparent;
	border: 1px solid #a39054;
	color: #a39054;
	cursor: pointer;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance:none;
	border-radius:0px;
    background:url("/style/user/img/select-ico.png") 4.5rem center no-repeat;
}
.info li .bk-select::-ms-expand{
	color: #a39054;
	padding: 0 10px;
	font-size: 0.45rem;
    background:transparent;
	cursor: pointer;
    border: none;
    display: none;
}

.info li .bk-select option{
	background: transparent;
	border: 1px solid #a39054;
	cursor: pointer;
}
.info li span.red{
	color: #fd472b;
}
.info li span.green{
	color: #10b304;
}
.info li input{
	border-radius:0px;
	display: block;
	width: 5rem;
	padding: 0 0.2rem;
	line-height:33px;
	height: 33px;
	border: 1px solid #a39054;
	background: transparent;
	position: relative;
	cursor: pointer;
	color: #a39054;
	font-size: 0.46rem;
}
.info li input::-webkit-input-placeholder{
	color: #a39054;
}
.info li .bank-text{
	width: 5rem;
	position: relative;
}
.info li .bank-text:after,.info li .bank-pass:after{
	content: "";
	right: 0.2rem;
	position: absolute;
	top: 50%;
	margin-top: -0.07rem;
	width: 0;
	height: 0;
	border-top: 0.14rem solid #a39054;
    border-left: 0.1rem solid transparent;
    border-right: 0.1rem solid transparent;
}
.info li .bank-pass{
	display: inline-block;
	margin-right: 0.14rem;
	width: 1.14rem;
	position: relative;
}
.info li .bank-pass input{
	width: 1.14rem;
}
.bank-btn{
	display: block;
	width: 8rem;
	margin: 1rem auto;
	text-align: center;
	border: 1px solid #a39054;
	height: 1rem;
	line-height: 1rem;
	border-radius: 5px;
	color: #a39054;
	font-size: 0.36rem;
}
.bank-btns{
	display: block;
	width: 8rem;
	margin: 20px auto;
	text-align: center;
	border: 1px solid #a39054;
	height: 1rem;
	line-height: 1rem;
	border-radius: 5px;
	color: #a39054;
	font-size: 0.36rem;
	cursor: pointer;
}
.bank-btnd{
	background-color:#201A0A;
	display: block;
	width: 8rem;
	margin: 20px auto;
	text-align: center;
	border: 1px solid #a39054;
	height: 1rem;
	line-height: 1rem;
	border-radius: 5px;
	color: #a39054;
	font-size: 0.36rem;
	cursor: pointer;
}
.mui-backdrop {
    position: fixed;
    z-index: 998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
}
.mui-poppicker{
	background: #000 !important;
	border-top: solid 1px #a39054 !important;	
}
.mui-poppicker-header .mui-btn{
    color: #a39054;
    padding: 0.2rem 0.266667rem !important;
    font-size: 0.373334rem !important;
    border: 0 !important;
    background: none !important;
}
.mui-poppicker-body{
    height: 4.8rem !important;
    border-top: solid 1px #a39054;
}
.mui-picker{
	background: #000 !important;
}
.mui-pciker-list,
.mui-pciker-rule{
    height: 0.866667rem !important;
    line-height: 0.866667rem !important
}
.mui-pciker-list li{
    font-size: 0.32rem !important;
    color: #a39054 !important;
}
.mui-pciker-rule-ft{
	border-top: solid 1px #a39054;
    border-bottom: solid 1px #a39054;
}
.list-info table{
	width: 100%;
}
.list-info table th,.list-info table td{
	height: 1rem;
	text-align: center;
	line-height: 1rem;
	font-size: 0.32rem;
	color: #a39054;
	border: 1px solid #a39054;
}
.list-info table th{
	font-size: 16px;
	font-weight: lighter;	
}
.editadd{
	font-size: 14px;
	color: #a39054;
}
   .as{position:relative;background:green;}
    .bs{position:absolute;right:0;background:red;}
	
	/*input:focus{
                    border-color: #66afe9;
                    outline: 0;
                    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
                    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
            }*/
			
			
			
#tp{
	width: 100%;
    height: 0.8rem;
    font-size: 0.46rem;
    background: transparent;
    color: #a39054;
	
}
.shortselect {
    color: #a39054;
    height: 33px;
    width: 174px;
    line-height: 33px;
    border: 1px solid #a39054;
    padding-left: 5px;
    -webkit-appearance: push-button;
    border-radius: 0px;
    padding-right: 2px;
    background: url(/style/user/webuser/img/select-ico.png) no-repeat scroll 85% center transparent;
	
}
.layui-form-select{
	 display:none;
	/* padding-right: 2px;
	 color: #a39054;
	 float:left;
	 margin-left:5px;
	 line-height: 23px;
	 -webkit-appearance: push-button;*/
}


			

