body{
	font-family: "HiraginoSansGB W3","Microsoft YaHei"
}
.m-main{
	width:100%;
	margin:auto;
	display: -webkit-box;
	--webkit-box-orient: vertical;
	overflow: hidden;
}
.main{
	padding:  15px 10px 50px 10px;
	-webkit-box-flex: 1;
}
.order-m {
	border-top:0.5px solid #d2d2d2;
	border-left:0.5px solid #d2d2d2;
	border-right:0.5px solid #d2d2d2;
	background-color: #fff;
	position: relative;
}
.order-m ul li{
	display: -webkit-box;
	display: -moz-box;
	line-height:44px;
	border-bottom: 0.5px solid #d2d2d2;
	overflow: hidden;
	position: relative;
	padding:0px;
	height:44px;
}
.order-m ul li .img{
	position: relative;
	top:7px;
	width:75px;
	height:30px;
}
.order-m ul li .img img{
	width:75px;
	height:30px;
}
.order-m ul li .change_img{
	color:#555555;
	font-size: 12px;
	text-decoration: underline;
	margin-right:40px;
	margin-left: 10px;
}
.order-m ul li label {
	display: block;
	width:28px;
	height: 44px;
	background: url(../images/register_icon.png) no-repeat;
	background-size: 50px 150px;
	padding-left:0px;
}
.order-m ul li label.tel_icon{
	background-position: 6px 9px;
}
.order-m ul li label.person_icon{
	background-position: 6px -90px;
}
.order-m ul li label.yzm_icon{
	background-position: 6px -27px;
}
.order-m ul li label.password_icon{
	background-position: 6px -59px;
}

.order-m ul li span {
	font-size: 15px;
	display: block;
	padding: 0px 5px 0px 5px;
}
.order-m ul li span.yzm_input{
	-webkit-box-flex: 2;
	-moz-box-flex: 2;
}
input[type = text]{
	border:none;
	outline: 0;
}
.order-txt{
	border:0;
	color:#555555;
	width:100%;
	font-size: 15px;
	margin-top: 12px;
}
.order-m ul li .no-disable{
	-webkit-border-radius:0px;
	-webkit-box-flex:1;
	-moz-box-flex:1;
	background-color: #d2d2d2;
	line-height: 46px;
	height:46px;
	color:#fff;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	padding:0px 15px;
	cursor: default;
	display: block;
	width:auto;
}
.save{
	cursor: pointer;
	border:0px;

	background: #2577e3;
	color:#fff;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	width:100%;
	margin-top: 24px;
	display: block;
	padding:0px;
	line-height: 40px;
	-webkit-border-radius:3px;
}

.error_tip{
	font-size: 12px;
	color:#fc413d;
	background-color:#f5dbce;
	padding:10px 0 10px 10px;
	margin-bottom: 15px;
	border:solid 1px #ffa576;
}
.error_tip.success{
	color:#65c201;
	background-color:#e4edd9;
	border:solid 1px #abda79;
}
.delecte_icon{
	width:16px;
	height:16px;
	position: absolute;
	background: url(../images/delect_icon.png);
	right:15px;
	top:14px;
	cursor: pointer;
	display: none;
	background-size: 20px 20px;
}

/* ΝόΌΗΓάΒλ */
.forget-password {color: #f00; font-size: 14px; padding-top: 1em;}
