@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	font-weight: normal;
	font-family: '微软雅黑';
	box-sizing: border-box;
	outline: none !important;
}

body.loginbg {
	background: #291e51 url(../images/login/loginbg1.jpg) no-repeat;
	background-size: 100% auto;

}


}

img {
	vertical-align: middle;
}


.loginbg {
	width: 100%;
	/*background: url(../images/login/loginbg.jpg) no-repeat;
	background-size: 100% 100%;*/
	height: 100vh;
	position: absolute;
	z-index: 1;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}


.login-box {
	margin: 0 auto;
	max-width: 310px;
	position: relative;

}



/* 头部 */
.login-title {
	width: 100%;
	transition: all .1s;
	margin-top: 50px;

	text-align: center;
}

.login-title .systit {
	color: #e9f6fd;
	font-size: 35px;

}

.login-title .systit img {
	width: 100px;
}

.login-title .mz {
	font-size:30px;
	height: 70px;
	color: #FFFFFF;
	position: relative;
	margin-bottom: 20px;
}

.login-title .mz::before {
	content: '';
	width: 48px;
	height: 100%;
	background: url(../images/login/left.png) no-repeat center;
	background-size: 100% auto;

}

.login-title .mz::after {
	content: '';
	width: 48px;
	height: 100%;
	background: url(../images/share/right.png) no-repeat center;
	background-size: 100% auto;
}

.login {
	position: relative;
	padding: 25px 10px;
	padding-bottom: 20px;

	border-radius: 10px;
	color: white;
	background: rgba(0,0,0,0.2);
	box-shadow: 0px 0px 3px #3DCBE0;

}

.login::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: -1px;
	top: 0px;
	bottom: 0;
	z-index: -22;
	/*background: url(../images/login/loginbg1.png) no-repeat top;
	background-size: 100% 100%;*/
}




.login .login-groud {
	position: relative;
	margin: 10px 5%;
	font-size: 14px;
	color: white;
	height: 46px;
	line-height: 46px;
	box-shadow: 0px 0px 4px 0 #20BACF inset;
	border:1px solid #11626D;
	
	border-radius: 23px 23px;
	padding:0 6px;

}

.login .login-groud::after {
	content: " ";
	width: 100%;
	height: 10px;
	position: absolute;
	left: 0;
	bottom: -3px;
	border-bottom: none;
	/*background: url(../images/header/line.png) no-repeat left;
	background-size: 120% 6px;*/
	z-index: 888;
}

.login .form-control {
	background: transparent;
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 15px;
	color: white;
	border: none;
	outline: none;
	display: table-cell;
	position: relative;
	vertical-align: middle;
	box-sizing: border-box;
}

.login-groud .login-lable {
	min-width: 100px;
	font-size: 14px;
}

.login-groud .logo_icon {
	min-width: 20px;
	margin-right: 5px;
}

.login-groud .logo_icon .icon {
	width: 18px;
	height: 18px;

}

.btn-code {
	width: 75px;
	text-align: center;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

.btn-code .codepic_img {
	width: 100%;
	height: 30px;
	border-radius: 30px;
	background: #03ced2;
	margin-top:-2px;
}

.forget-reg {
	margin: 10px;
	font-size: 14px;
	overflow: hidden;
	color: #fff;
}

.forget-reg .link_a {
	width: 100%;
	color: #000;
	font-size: 14px;
	line-height: 30px;
	text-decoration: underline;
}

.login-submit {
	width: 70%;

	clear: both;
	margin: 0 auto;
	padding-top: 10px;
	position: relative;

}

.login-submit-btn {
	width: 100%;
	border: none;
	height: 45px;
	line-height: 14px;
	font-size: 16px;
	text-align: center;

	display: block;
	background: url(../images/login/btnbg.png) no-repeat;
	background-size: 100% 45px;
	color: #fff;
	animation: sun 8s infinite;
background-color: #109A79;
}

@keyframes sun {
	100% {
		background-position: -400% 0;
	}
}

::-webkit-input-placeholder {
	color: #aaa;
}

::-webkit-input-placeholder {
	color: #aaa;
}

::-moz-placeholder {
	color: #aaa;
}

:-moz-placeholder {
	color: #aaa;
