/* 头部*/
.apply-header {
	height: 80px;
	line-height: 80px;
	border-bottom: 1px solid #EFEFEF;
}

.apply-header .apply-header-box {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
	margin: auto;
	height: 80px;
}

.login-header{
	width: 100%;
	height: 12%;
	display: flex;
	justify-content: space-between;
}
.login-header .login-qrcode{
	width: 80px;
	padding-top: 30px;
	padding-right: 80px;
}
.login-header .login-qrcode img{
	width: 100%;
}

.apply-header .apply-header-title {
	color: #5D5D5D;
}
.apply-header .apply-header-title a{
	width: 200px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.apply-header .apply-header-title a img{
	max-height: 100%;
	max-width: 100%;
}

.layui-nav .layui-nav-item a {
	max-width: 100px;
}

.layui-nav .layui-nav-item a,
.layui-nav .layui-nav-item a:hover {
	color: #5D5D5D;
}

.apply-header .layui-nav {
	padding-left: 0;
	position: relative !important;
	height: 80px;
	background-color: transparent;
}

.layui-nav .layui-nav-more {
	border-top-color: #5D5D5D;
}

.layui-nav .layui-nav-mored {
	border-color: transparent transparent #5D5D5D;
}

.phone {
	margin-left: auto;
}

.apply-header .layui-nav .layui-nav-bar {
	width: 0 !important;
}

.apply-body {
	margin: 80px 0;
	display: flex;
	justify-content: center;
}

/* 内容*/
.login-body {
	position: relative;
	min-height: 800px;
	height: 100vh;
	background: url("../img/login/login_bg.jpg") no-repeat;
	background-size: cover;
}

.log-content-box .login-logo{
	width: 326px;
	height: 54px;
	color: #eee;
	font-size: 48px;
	text-align: left;
	margin: 20px 0 0 40px;
}
.log-content-box .login-logo img{
	width: 100%;
}

.login-containter{
	position: absolute;
	top: 12%;
	width: 100%;
	height: 73%;
	bottom: 15%;
}
.login-content {
	display: inline-block;
	width: 420px;
	padding-bottom: 40px;
	box-sizing: border-box;
	background-color: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	right: 50%;
	height: 422px;
	margin-top: -200px;
	transform: translateX(-50%)
}

.login-content h2 {
	color: #333;
	font-size: 25px;
	font-weight: 500;
	padding: 35px 0;
}

.login-content h3 {
	margin-top: 10px;
	width: 100%;
	text-align: center;
	height: 30px;
	font-size: 16px;
	color: rgba(0, 0, 0, .5);
	line-height: 30px;
}

.login-content .layui-form {
	display: inline-block;
}

.login-content .login-input,
.register-content .register-input {
	background-color: rgba(255, 255, 255, .2);
	overflow: hidden;
	width: 360px;
	height: 45px;
	border: 1px solid #d7d7d7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.login-content .login-input input{
	background-color:transparent;
	color: #6b6b6b;
}

.login-content .login-input:hover {
	border-color: #4264ed;
}

.login-content .login-info {
	overflow: hidden;
	margin-bottom: 30px;
}

.login-content .login-icon {
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 45px;
}

.login-content input {
	float: left;
	width: 310px;
	height: 45px;
	line-height: 45px;
	border: none;
}

.login-content .login-verification input {
	width: 258px;
}

.login-content .login-verification .login-verify-code-img {
	display: inline-block;
	width: 100px;
	height: 45px;
	line-height: 45px;
}

.login-input-select {
	border-color: #4264ed !important;
}

.login-content .layui-btn {
	display: block;
	margin: 30px auto 0;
	width: 364px;
	height: 45px;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.log-carousel{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
input:-webkit-autofill {
	box-shadow: 0 0 0px 1000px rgba(255, 255, 0, 0.5) inset !important;
	-webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
	text-fill-color: #6b6b6b;
	-webkit-text-fill-color: #6b6b6b;

	transition: background-color 9999s ease-in-out 0s;
	-webkit-transition-delay: 9999s;
}

input::-webkit-input-placeholder {
	color: #6b6b6b;
}

input:-moz-placeholder {
	color: #6b6b6b;
}

input::-moz-placeholder {
	color: #6b6b6b;
}

input:-ms-input-placeholder {
	color: #6b6b6b;
}

.log-content-box{
	height: 100%;
	position: relative;
	text-align: center;
}

.ns-login-bottom{
	box-sizing: border-box;
	text-align: center;
	padding-bottom: 50px;
	padding-top: 2rem;
	line-height: 1.8;
	width: 100%;
	height: 15%;
	position: absolute;
	top: 85%;
	line-height: 30px;
	color: #ffffff;
}
.ns-login-bottom .login-bottom-wp{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	display: flex;
	place-content: center;
}
.ns-login-bottom .login-bottom-info{

}
.ns-login-bottom .login-bottom-qrcode{
	width: 80px;
	margin-left: 20px;
	margin-top: -10px;
}
.ns-login-bottom .login-bottom-qrcode img{
	width: 100%;
}
.ns-login-bottom a{
	display: block;
	color: #FFFFFF;
}