@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	color: inherit;
}

ul,
li {
	list-style: none;
	padding: 0;
	height: 100%;
}

html,
body {
	height: 100%;
	min-height: 600px;
	min-width: 1600px;
}

body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: url(../../image/login/login_bg.png)no-repeat center center #4a97f1;
	background-size: 100% 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

button,
textarea,
input[type="button"],
input[type="radio"],
input[type="date"],
select {
	-webkit-appearance: none;
	border-radius: 0;
}

input,
input[type="number"]::-webkit-outer-spin-button,
input::-webkit-inner-spin-button,
input[type="checkbox"],
input[type=range],
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.login-container {
	width: 1550px;
	height: 560px;
	background: #FFFFFF;
	border-radius: 15px;
	margin: 0 auto;
	/* padding: 1px; */
	position: relative;
	overflow: hidden;
}

.login-container h3 {
	text-align: center;
}

.login-container h3 .login_title {
	margin-top: 81px;
	margin-bottom: 65px;
	width: 106px;
}

.login-conBox-form {
	/* width: 400px; */
	width: 440px;
	height: 270px;
	margin: 0 auto;
}
.login-conBox-form li {
	/* width: 100%; */
	width: 440px;
	height: 50px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 0;
	padding-left: 40px;
	position: relative;
	/* border-radius: 2em; */
}

.login-conBox-form li.infor-error {
	padding: 0px;
	margin: 0px;
	margin-bottom: 22px;
	border: none;
	margin-top: -70px;
}

.login-conBox-form li.infor-error .alert {
	display: none;
}

.login-conBox-form li.infor-error.show .alert {
	display: block;
}

.login-conBox-form input::-webkit-input-placeholder {
	font-size: 14px;
	color: #ccc;
	/* padding-left:42px; */
}

.login-conBox-form li.checkbox {
	border: none;
	font-size: 15px;
	/* color: #5387ff; */
	line-height: 26px;
	padding-left: 0;
	overflow: hidden;
}

.login-conBox-form li.checkbox a {
	/* color: #5387ff; */
	color: #5468FD;
}

.login-conBox-form .js_check {
	width: 20px;
	height: 20px;
	background:  url(../../image/login/login_checkbox.png) no-repeat center;
	background-size: 20px 20px;
	border: 1px solid #ccc;
	margin-right: 4px;
	cursor: pointer;
}

.login-conBox-form .js_check:checked {
	background: url(../../image/login/login_checked.png)  no-repeat center;
	background-size: 16px 13px;
	border-style: dashed;
	/*  border: 1px solid #ccc; */
	cursor: pointer;
}
.login-conBox-form li.submit {
	border: none;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 440px;
	margin-bottom: 0;
}
.login-conBox-form li.submit .label {
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	color: #5468fd;
	cursor: pointer;
}

.login-conBox-form li button {
	border: none;
	width: 310px;
	height: 50px;
	/* background: -webkit-linear-gradient(left, #6195fc , #4f55fe);
      background: -o-linear-gradient(right, #6195fc, #4f55fe);
      background: -moz-linear-gradient(right, #6195fc, #4f55fe);
      background: linear-gradient(to right, #6195fc , #4f55fe); */
	background: linear-gradient(-90deg, #6193fc, #5057fe);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#6195fc, endColorstr=#4f55fe);
	/*IE<9>*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#6195fc, endColorstr=#4f55fe)";
	/*IE8+*/
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	/* border-radius:28px; */
	/* box-shadow: 0px 2px 4px rgba(0,0,0,.2); */
	cursor: pointer;
}

/* .login-conBox-form img{
	width: 26px;
	height: 26px;
	position: absolute;
	left: 15px;
	top: 12px;
} */
.login-conBox-form img {
	/* width: 16px;
    height: 18px; */
	position: absolute;
	left: 16px;
	top: 16px;
}

.login-conBox-form li input {
	width: 100%;
	border: none;
	box-shadow: none;
	/* height: 26px; */
	height: 100%;
	line-height: 1;
	/* margin-left: 10px; */
	/* padding-left: 10px; */
	/* margin-bottom: 20px; */
	vertical-align: middle;
	/* border: 1px solid #ccc; */
}

/* .login-conBox-form li.submit input {
  margin-left: 4px;
} */

.login-conBox-form .code {
	position: absolute;
	width: 100px;
	height: 50px;
	right: 0px;
	top: -1px;
	/* text-align: center; */
	display: inline-flex;
	justify-content: flex-end;
	align-items: center;
}

.login-conBox-form .code img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.login-conBox-form .change_captcha {
	position: absolute;
	width: 155px;
	height: 50px;
	right: auto;
	top: -1px;
	left: 100%;
	margin-left: 10px;
	/* text-align: center; */
	display: inline-flex;
	justify-content: flex-end;
	align-items: center;
}

.login-conBox-form .code1 {
	margin-left: 20px;
}

.login-conBox-form .code1 .wjmm{
	display: block;
	width: 100%;
	height: 100%;
	text-align: right;
	color: #5468fd;
	line-height: 30px;
}
.login-conBox-form .code .wjmm {
	display: block;
	width: 70px;
	/* height: 100%; */
	text-align: right;
	color: #5468fd;
	line-height: 14px;
	margin-right: 15px;
}

.footer {
	width: 100%;
	display: block;
	font-size: 16px;
	color: #8ebfff;
	text-align: center;
	text-shadow: #5468fd;
	position: absolute;
	bottom: 10px;
}

.errorTips {
	width: 100%;
	padding: 5px 10px;
	line-height: 18px;
	border-radius: 4px;
	font-size: 12px;
	color: #f00;
	background: #fff;
	position: absolute;
	display: none;
	border: 1px solid #f00;
}

.errorTips-right {
	/*left: 100%;
      top: 12px;*/
	left: 0px;
	top: 100%;
	z-index: 9;
}

.errorTips .icon-caret-left {
	font-size: 22px;
	color: #ff423f;
	position: absolute;
	left: -6px;
	top: 50%;
	margin-top: -11px;
}



/*//忘记密码*/
.forget_password {
	padding: 10px 50px;
}

.forget_password .register_box {
	width: 100%;
	height: 35px;
	margin: 0 auto;
	line-height: 35px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #4F4F4F;
}

.forget_password .register_box.margin-top {
	margin-top: 10px;
}

.forget_password .register_box>span {
	width: 100px;
	display: block;
	float: left;
	text-align: right;
	color: #4F4F4F;
}

.forget_password .register_box>.right_div_zc {
	display: block;
	margin-left: 115px;
	height: 100%;
	position: relative;
}

.forget_password .register_box>.right_div_zc input {
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #E0E0E0;
	outline: none;
	padding-left: 5px;
}

.forget_password .register_box>.right_div_zc input.width_70 {
	width: 70%;
}

.forget_password .register_box>.submit_button {
	width: 85%;
	height: 100%;
	margin: 0 auto;
	background-color: #399EFD;
	color: #FFFFFF;
	border: none;
	outline: none;
	display: block;
	border-radius: 5px;
}

.forget_password .register_box>.right_div_zc .code {
	height: 100%;
	text-align: center;
	float: right;
	background-color: #1e90ff;
	color: #FFFFFF;
	width: 25%;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}

.login_leftimg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 434px;
}

.login_rightimg {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 502px;
}

.login-conBox-form .code .change_captcha {
	position: absolute;
	width: 155px;
	height: 50px;
	right: 20px;
	top: 4px;
}
.login-conBox-form li .yzm{
	height: 100%;
	width: 100%;
}

.login-conBox-form li.user-code{
	width: calc(100% - 155px - 10px);
}
.login-conBox-form li.user-pwd .js_pwd{
	width: calc(100% - 100px);
}