.m-login-header {
	width: 100%;
	height: 100px;
	border-bottom: 1px solid rgba(0,0,0,.08);
	font-size: 0
}

.m-login-header .m-header-content {
	height: 100px;
	border-collapse: collapse
}

.m-login-header .m-header-content .header-item {
	display: inline-block;
	vertical-align: top
}

.m-login-header .m-header-content .header-item img {
	width: 100px;
	height: 40px;
	margin: 30px 33px 0
}

.m-login-header .m-header-content .header-item.theme {
	width: 126px;
	height: 30px;
	text-align: right;
	font-size: 24px;
	color: #222;
	border-left: 1px solid rgba(0,0,0,.1);
	margin: 35px 0
}

.m-login-header .m-header-content .login-header-right {
	float: right;
	margin: 35px 0
}

.m-login-header .m-header-content .login-header-right a {
	display: inline-block;
	vertical-align: top;
	width: 115px;
	height: 30px;
	line-height: 30px;
	padding-left: 30px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #f03a58;
	color: #f03a58;
	font-size: 14px;
	background: url(/static/image/login/head_message@2x.png) no-repeat 8px 8px
}

.m-login-header .m-header-content .login-header-right img {
	display: inline-block;
	vertical-align: top;
	width: 178px;
	height: 30px;
	margin-left: 15px
}

.m-login-contain {
	height: 680px;
	margin: 0 auto;
	background: url(../images/05092238.png) no-repeat 50%
}

.m-login-panel {
	float: right;
	margin-top: 115px;
	padding: 30px 25px;
	background-color: #fff;
	border-radius: 8px;
	position: relative
}

.m-login-panel .header {
	padding-bottom: 6px;
	font-size: 24px;
	font-weight: 400;
	color: #222
}

.m-login-panel .error-message {
	position: absolute;
	left: 25px;
	right: 25px;
	top: 70px;
	padding: 5px 5px 5px 25px;
	border-radius: 3px;
	background: #fef0f0 url(/static/image/login/list_ico_info@2x.png) no-repeat 5px 5px;
	font-size: 12px;
	color: #ff6336
}

.m-login-form .reg-btn {
	float: right
}

.m-login-form .form-line {
	margin-top: 20px
}

.m-login-form .form-line a:focus {
	outline: 1px dotted #fd7505;
	color: #fd7505
}

.m-login-form .form-line .title {
	display: block;
	line-height: 26px;
	font-size: 16px
}

.m-login-form .form-line .short {
	display: block;
	width: 300px;
	height: 50px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid rgba(0,0,0,.1);
	line-height: 50px;
	padding-left: 50px;
	font-size: 14px
}

.m-login-form .form-line .short:focus {
	border: 1px solid #00a5ff
}

.m-login-form .form-line .captcha {
	display: block;
	width: 300px;
	height: 50px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.m-login-form .form-line .content {
	position: relative;
	overflow: hidden
}

.m-login-form .form-line .content .ico {
	position: absolute;
	margin-right: 10px;
	top: 10px;
	left: 10px;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: 50%
}

.m-login-form .form-line .content .ico.ico-account {
	background-image: url(../images/img/ico_user@2x.png)
}

.m-login-form .form-line .content .ico.ico-password {
	background-image:url(../images/img/ico_passcode@2x.png)
}

.m-login-form .form-line.form-checkcode input {
	float: left;
	width: 80px
}

.m-login-form .form-line.form-checkcode img {
	float: left;
	width: 80px;
	height: 35px;
	margin-left: 6px;
	border: 1px solid #ccc
}

.m-login-form .form-line.form-checkcode a {
	float: left;
	height: 35px;
	line-height: 35px;
	margin-left: 6px
}

.m-login-form .form-line .bottom-a {
	color: #f03a58;
	font-size: 14px
}

.m-login-form .form-error {
	padding-left: 20px;
	line-height: 26px;
	color: #de0539;
	background: url(/static/image/public/error.jpg) no-repeat 0
}

.m-login-form .form-btn {
	display: block;
	width: 300px;
	height: 50px;
	margin-top: 25px;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	background: #de0539;
	border: none;
	text-align: center;
	border-radius: 4px;
	cursor: pointer
}

.m-login-form .form-btn:focus {
	outline: 1px dotted #fd7505
}

.m-login-form .form-btn[disabled] {
	background: silver
}