header {
	text-align: center;
	margin: 1rem 0;
}
header .headPortrait img {
	width: 110px;
	height: 110px;
	border-radius: 50%;
}
.userSubmit {
	width: 6.1rem;
	padding: 0 0.7rem;
	margin-bottom: 1rem;
}
.userSubmit .userName,
.userSubmit .passWord,
.userSubmit .checkSelect,
.userSubmit .checkCode {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #e8e8e8;
	position: relative;
}
.userSubmit .userName img,
.userSubmit .passWord .passwordimg,
.userSubmit .checkSelect img,
.userSubmit .checkCode img {
	width: 20px;
	position: absolute;
	left: 10px;
	top: 12px;
}
.userSubmit .passWord .passwordeye {
	width: 22px;
	position: absolute;
	right: 0;
	top: 15px;
}
.userSubmit .userName input,
.userSubmit .passWord input,
.userSubmit .checkCode input,
.userSubmit .checkSelect select {
	width: 80%;
	font-size: 16px;
	/* color: #adadad; */
	border: none;
	margin-left: 40px;
}
.userSubmit .checkSelect {
	margin-bottom: 0.4rem;
}
/* ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½Ê¾ï¿½ï¿½Ï¢ */
.user_err, .user_err1, .user_err2, .checkCode_err, .password_err,.newpass_err,.secnewpass_err {
	width: 100%;
	height: 0.4rem;
	line-height: 0.4rem;
	font-size: 0.25rem;
	color: red;
	margin-left: 0.6rem;
	margin-top: 0.1rem;
}

.userSubmit .forgetPassword,
.userSubmit .register,
.userSubmit .faq {
	font-size: 0.25rem;
	color: #666;
	margin-top: 0.1rem;
	cursor: pointer;
}
.btn .login {
	width: 100%;
	height: 0.8rem;;
	color: #fff;
	background: #1889d9;
	border: 1px solid #1889d9;
	border-radius: 0.1rem;
	cursor: pointer;
	font-size: 0.35rem;
	letter-spacing: 8px;
}
.moreLogin {
	text-align: center;
	width: 100%;
	border-top: 1px solid #e8e8e8;
	margin-top: 30px;
	padding-top: 30px;
	position: relative;
}
.moreLogin .otherLogin {
	width: 180px;
	text-align: center;
	font-size: 16px;
	color: #adadad;
	background: #fff;
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -90px;
}
.moreLogin img {
	width: 50px;
}
/* .moreLogin img:last-child {
	margin-left: 50px;
} */
#yzm {
	width: 100px;
	height: 30px;
	font-size: 14px;
	color: #1a69e9;
	border: 1px solid #ccc;
	border-radius: 20px;
	background: #fff;
}
/* °ó¶¨Î¢ÐÅµ¯¿ò */
.modalDialog {
	display: none;
	width: 280px;
	height: 150px;
	font-size: 14px;
	text-align: center;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -140px;
	margin-top: -75px;
	z-index: 1001;
}
.modalDialog .confirmSure {
	font-size: 18px;
	color: 000;
	font-weight: bold;
	margin: 20px 0 25px;
} 
.modalDialog .confirmSureCnt {
	font-size: 14px;
	color: #000;
	margin-bottom: 15px;
}
.modalDialog .btn {
	overflow: hidden;
	width: 280px;
	margin-top: 29px;
	border-top: 1px solid #ccc;
}
.modalDialog .btn button {
	float: left;
	width: 140px !important;
	height: 35px;
	border-radius: 0 0 0 5px;
	border: none;
	border-right: 1px solid #ccc;
	background: #fff;
	color: #1889d9;
}
.modalDialog .btn button:last-child {
	border: none;
	border-radius: 0 0 5px 0;
}
.modalDialog .btn button:first-child {
	color: #5f646e;
} 