body{
	font-size: 1.4rem !important;	
}
.content input:-moz-placeholder { 
    color: #666;  
}
.content input::-moz-placeholder { 
    color: #666;
}
.content input:-ms-input-placeholder{
    color: #666;
}
.content input::-webkit-input-placeholder{
    color: #666;
}
.content input{
	height: 30px;
	width: 100%;
}
.content{
	width: 90%;
	margin: 0px auto;
}
.content .am-selected{
	width: 100% !important;
	margin-left: -10px;
}
.content .am-selected  button{
	border:none !important;
	width: 100% !important;
	color: #666 !important;
}
.content .am-selected .am-selected-status{
	font-size: 1.4rem;
}
.banner{
	padding: 0px 0px 10px 0px;
	margin: 0px auto;
}
.content input{
	border:none;
	outline: none;
}
.line{
	width: 100%;
	height: 1px;
	margin-bottom: 5px;
	background-color: #e3e3e3;
}
.verification{
	padding-bottom: 10px;
	line-height: 30px;
}

.content .form_input{
	margin-bottom: 5px;
	padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 5px;
    border-bottom: 1px solid #E3E3E3;
}
.content select{
	width: 100%;
	border: none;
	color:#000;
	outline: none !important;
}
.agree{
	width: 100%;
	text-align: center;
	padding-bottom: 5%;
}
.agree a{
	color: #666;
}
.agree span:nth-child(2){
	font-size: 0.9em;
}
.checkbox{
	color: #F93839 !important;
}
.checkbox{
	margin: 0px 5px;
    vertical-align: middle;
	display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url(../img/icon/checkbox.png);
    background-position: -1% 10%;
    background-size: cover;
}
.uncheck{
	background-position: 100% 0%;
}
.next{
	width: 90%;
	margin: 5px 5%;
	background-color: #F93839 !important;
	color: #FFFFFF !important;
	border-radius: 8px !important;
}
.getCode{
	font-size: 0.9em !important;
	background-color: #FFFFFF !important;
	color: #F93839 !important;
	border:1px solid  #F93839  !important;
}
.getCode_disabled{
	background-color: #F93839 !important;
	color: #FFFFFF !important;
}
.tips{
	text-align: center;
    position: fixed;
    bottom: 35%;
    width: 50%;
    left: 25%;
    padding: 5% 0px;
    opacity: 0.45;
    border-radius: 8px;
    color: #ffffff;
    background-color: #000000;
}
.am-btn a{
	color: #FFFFFF !important;
}
.am-selected-list li.am-checked .am-icon-check{
	color: #F93839 !important;
}
/*等待审核*/
.loading_banner{
	text-align: center;
	width: 60%;
	padding-top: 25%;
	margin: 0px auto;
}
.loading_dt{
	padding-top: 10%;
	width: 100%;
	text-align: center;
}
.loading_dt span{

	display: block;
	margin: 0px auto;
}
.loading_dt a{
	color: #666;
}
/*修改密码*/
.edit_password{
	margin-top: 15px;
	padding-bottom: 10px;
    line-height: 30px;
}

/*修改手机号*/
.user_tel{
	text-align: center;
	width: 100%;
	padding: 10% 0px;
}
.tel_input{
	padding-bottom: 10px;
	border-bottom: 1px solid #e3e3e3;
}
/*绑定手机号*/
.bound_tel{
	text-align: center;
	padding: 10% 0px;
}
.bound_input {
	border-radius: 8px;
	padding: 3px 10px;
    border: 1px solid #e3e3e3;
    width: 90%;
    margin: 10px auto;
}
.bound_input img{
	width: 5%;
	vertical-align: middle;
	display: inline-block;
}
.bound_input input{
	width: 90%;
	padding-left: 5px;
	display: inline-block;
}
.bound_code{
	border-radius: 8px;
	padding: 0px 0px 0px 10px;
    border: 1px solid #e3e3e3;
    width: 90%;
    margin: 10px auto;
}
.code_input{
	padding: 3px 0px;
	width: 60%;
	display: inline-block;
}
.bound_code img{
	width: 10%;
}
.bound_code input{
	padding-left: 5px;
	display: inline-block;
	width: 60%;
	vertical-align: middle;
}
.bound_code button{
	border:1px solid #e3e3e3;
	float: right;
	background-color: #d7d7d7;
	padding: 8px 0px;
    text-align: center;
    width: 38%;
    height: 100%;
    color: #666666;
    display: inline-block;
    vertical-align: middle;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
/*供应商入驻*/
.submit_s{
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #FFFFFF;
}
.submit_s img{
	width: 60%;
}


/*修改收货地址*/
.address_edit{
	margin: 1rem 0px;
}
.address_edit .form_input span{
	color: #999999;
	display: block;
	height: 30px;
	line-height: 30px;
}
