@charset "UTF-8";
/* 登录首页 */
.login-bg {
	height: 100vh;
	background: no-repeat;
	background-size: 100% 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 100px 15px 42px;
}

.login-bg .goback {
	position: absolute;
	top: 0;
	left: 12px;
	height: 44px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.login-bg .login-logo {
	height: 54px;
	background: url(../img/xhd_logo.png) center no-repeat;
	background-size: contain;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.login-bg .login {
	margin-top: 178px;
}

.login-bg .login .new-user {
	float: right;
	margin-top: 19px;
	color: #fff;
	font-size: 12px;
}

.login-bg .login .new-user:active {
	color: #396df9;
}

.login-bg .login-bottom {
	position: fixed;
	bottom: 42px;
	width: 100%;
	color: #fff;
	font-size: 12px;
	text-align: center;
}

/* 表单 */
.login-body {
	background-color: #f5f5f5;
}

.login-wrap {
	padding: 32px 29px 0;
}

.login-wrap.hide {
	display: none;
}

.form-control {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 20px;
	margin-bottom: 22px;
	height: 44px;
	border: 1px solid #c4c8cc;
	border-radius: 44px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.form-control input {
	width: 80%;
	height: inherit;
	font-size: 14px;
	color: #333;
	border: none;
	background-color: transparent;
}

.form-control .yzmcode {
	width: 65%;
}

.form-control .tel {
	color: #484e54;
	font-size: 14px;
}

.form-control .tel:after {
	content: '';
	width: 0;
	height: 0;
	display: inline-block;
	border: 4px solid transparent;
	border-left: 6px solid #666;
	margin-left: 4px;
}

.form-control .codetxt {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 8px;
	height: 25px;
	font-size: 14px;
	color: #396df9;
	line-height: 25px;
	border-left: 1px solid #c4c8cc;
	background: none;
}

.form-control .codetxt.disabled {
	color: #999;
}

.form-control img {
	display: block;
	width: 100%;
}

.form-control .pwd_icon {
	width: 21px;
	height: 13px;
	display: inline-block;
	background: url(../img/pwd-icon.png);
	background-size: 100%;
}

.form-control .pwd_icon.open {
	background: url(../img/pwdopen-icon.png);
	background-size: 100%;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #f5f5f5 inset;
}

.loginRegister_tips {
	font-size: 12px;
	text-align: center;
	margin-top: 250px;
}

.setPwd_tipsBox {
	padding-left: 21px;
	line-height: 20px;
	font-size: 14px;
	margin-bottom: 20px;
	color: #aaa;
}

.form-error {
	border-color: #c6213c !important;
}

.form_errorTips {
	position: absolute;
	left: 22px;
	bottom: -18px;
	color: #c6213c;
	font-size: 12px;
}

.error {
	margin-top: -18px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	font-size: 11px;
	color: #c6213c;
}

.error-tips {
	font-size: 10px;
}

.btn {
	margin-top: 12px;
	width: 100%;
	cursor: pointer;
}

.login-switch {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 20px;
}

.login-switch a {
	font-size: 12px;
	color: #484e54;
	cursor: pointer;
}

.login-switch a:active {
	color: #396df9;
}

.login-switch a:nth-child(2) {
	color: #999;
}

.login-help {
	margin-top: 20px;
	color: #484e54;
}

.login-help a {
	margin-left: 5px;
	color: #79a3e2;
}

.login-help a:active {
	color: #396df9;
}

.dialog_box {
	width: 100%;
	height: 0;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 4;
	overflow: hidden;
	display: block;
	height: 100%;
}

.dialog_wrapper {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.dialog_container {
	background: #fff;
	border-radius: 8px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	bottom: 0;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	height: 226px;
	width: 280px;
}

.dialog_title {
	line-height: 100px;
	font-size: 16px;
}

.dialog_nocode_reason {
	padding-left: 35px;
	color: #999;
	line-height: 26px;
	text-align: left;
	margin-top: -30px;
	font-size: 14px;
}

.dialog_nocode_close {
	font-size: 15px;
	margin-top: 12px;
	line-height: 40px;
	border-top: 1px solid #e6e6e6;
	color: #4a97ff;
	cursor: pointer;
}

.dialog_nocode_close:active {
	color: #177aff;
}

.dialog_nocode_item {
	font-size: 14px;
}

.login-wrap .btnWrap {
	position: relative;
}

.login-wrap .btnWrap .btn {
	position: absolute;
	top: 0;
	left: 10px;
	display: none;
}
.login-wrap .form-list .btnWrap #checkRule {
	background-color: #67c23ab0 !important;
	display: block;
}

/*# sourceMappingURL=maps/login.css.map */
