.pc_tips{
  font-size: 16px;
}
.bg_success{
  background: #3ca5f6;
}


.member_login{
	width: 352px;
	height: auto;
	overflow: hidden;
	margin: 100px auto;
}

.member_login h1{
	font-size: 28px;
	color: #222;
	font-weight: bold;
	text-align: center;
}
.member_login form{
	padding-top: 30px;
}
.member_login form input[type=text],.member_login form input[type=password]{
	border:1px #e5e4e4 solid;
	background: #fff;
	border-radius: 4px;
	width: 330px;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #222;
	padding: 0 10px;
	margin-top: 15px;
}
.member_login form .other_func{
	font-size: 14px; color: #666;
	text-align: right;
	padding-top: 15px;
}
.member_login form .other_func a{
	color: #666;
}

.member_login form input[type=button]{
	background: #ff0028; color: #fff;
	font-size: 18px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	border:none;
	border-radius: 4px;
	width: 352px;
	margin-top: 30px;
}







.member_login_layer{
	width: 322px;
	height: auto;
	overflow: hidden;
	margin: 0px auto 40px auto;
}

.member_login_layer h1{
	font-size: 28px;
	color: #222;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}
.member_login_layer form{
}
.member_login_layer form input[type=text],.member_login_layer form input[type=password]{
	border:1px #e5e4e4 solid;
	background: #fff;
	border-radius: 4px;
	width: 300px;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #222;
	padding: 0 10px;
	margin-top: 15px;
}
.member_login_layer form .other_func{
	font-size: 14px; color: #666;
	text-align: right;
	padding-top: 15px;
}
.member_login_layer form .other_func a{
	color: #666;
}

.member_login_layer form input[name=login],.member_login_layer form input[name=reg]{
	background: #ff0028; color: #fff;
	font-size: 18px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	border:none;
	border-radius: 4px;
	width: 322px;
	margin-top: 30px;
}

.member_login_layer form input[name=smscode]{
	border:1px #e5e4e4 solid;
	background: #fff;
	border-radius: 4px;
	width: 200px;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #222;
	padding: 0 10px;
	margin-top: 15px;
	float: left;
}

.member_login_layer form input[name=getsmscode]{
	background: #ff0028; color: #fff;
	font-size: 14px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	border:none;
	border-radius: 4px;
	width: 90px;
	margin-top: 15px;
	float: right;
}

.member_login_layer form input[type!=button]:focus{
	border:1px #333 solid;
}

.member_login_layer form .func-reg{
	font-size: 16px; color: #222;
	text-align: center;
	margin-top: 20px;
}