
/*S 左边的文案描述*/
.neon-desc {
	position: relative;
	color: #fff;
	padding-left: 136px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	-webkit-animation: textOpcityAni 2s forwards;
	animation: textOpcityAni 2s forwards;
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.neon-desc .neon-desc__title{
	font-family: "Microsoft YaHei";
	font-size: 48px;
	font-weight: 700;
	width: 576px;
	padding: 22px 0;
}
.neon-desc .neon-desc__subtitle{
	font-family: "PingFang HK";
	font-size: 16px;
	font-weight: 600;
}

.neon-desc .neon-desc__logocontent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.neon-desc .neon-desc__logo1 {
	width: 56px;
}
.neon-desc .neon-desc__logo2 {
	width: 50px;
	-webkit-animation: logoroute 1s forwards;
	animation: logoroute 1s forwards;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.neon-desc .neon-desc__logo3 {
	width: 142px;
}

@-webkit-keyframes logoroute {
	0%{-webkit-transform: rotateY(0);transform: rotateY(0)}
	100%{-webkit-transform: rotateY(360deg);transform: rotateY(360deg)}
}

@keyframes logoroute {
	0%{-webkit-transform: rotateY(0);transform: rotateY(0)}
	100%{-webkit-transform: rotateY(360deg);transform: rotateY(360deg)}
}

@-webkit-keyframes textOpcityAni {
	100%{opacity: 1}
}

@keyframes textOpcityAni {
	100%{opacity: 1}
}
/*E 左边的文案描述*/
body {
	background-color: #000;
}
/* 内容*/
.login-body {
	position: relative;
	min-height: 700px;
	height: 100vh;
	width: 100%;
	overflow: hidden;
}

.login_video {
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.log-content-box{
	position: absolute;
	right: 0;
	top: 0;
	width: 650px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-animation: boxTrsAni 1.5s forwards;
	animation: boxTrsAni 1.5s forwards;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

@-webkit-keyframes boxTrsAni {
	100%{-webkit-transform: translateX(0);transform: translateX(0)}
}

@keyframes boxTrsAni {
	100%{-webkit-transform: translateX(0);transform: translateX(0)}
}

.login-content {
	margin: auto 0;
}

.login-content .log-brand {
	margin-bottom: 40px;
}

.login-content .log-subtitle {
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.3;
	color: #fff;
	margin: 0 0 10px;
	padding-bottom: 0;
	text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

.login-content .log-subtitle-en {
	margin: 0;
	padding-bottom: 14px;
	position: relative;
}

.login-content .log-subtitle-en::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 3px;
	border-radius: 2px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.15));
}

.login-content .log-subtitle-en__text {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.88);
	padding: 0;
	margin: 0;
}

.login-content .layui-form {
	display: inline-block;
}

.login-content .login-input,
.register-content .register-input {
	overflow: hidden;
	width: 374px;
	height: 58px;
	border: 3px solid #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.login-content .login-input input{
	background-color:transparent;
	color: #fff;
	float: left;
	width: 310px;
	height: 45px;
	line-height: 45px;
	border: none;
	font-size: 16px;
	font-weight: 700;
	padding-left: 24px;
}

.login-content .login-input input:-webkit-autofill {
	background-color: transparent !important;
	text-fill-color: #fff;
	-webkit-text-fill-color: #fff;
	-webkit-transition: background-color 9999s ease-in-out 0s;
	transition: background-color 9999s ease-in-out 0s;
	-webkit-transition-delay: 9999s;
	box-shadow: 0 0 50px 50px transparent inset;
	-webkit-box-shadow: 0 0 50px 50px transparent inset !important;
}

.login-content .login-input input:-ms-input-placeholder{
	color: rgba(255,255,255,0.6);
}

.login-content .login-input input::-ms-input-placeholder{
	color: rgba(255,255,255,0.6);
}

.login-content .login-input input::placeholder,input:-ms-input-placeholder,input::-moz-placeholder,input:-moz-placeholder,input::-webkit-input-placeholder{
	color: rgba(255,255,255,0.6);
}

.login-content .login-info {
	margin-bottom: 16px;
}

.login-content .login-verification input {
	width: 258px;
}

.login-content .login-verification .login-verify-code-img {
	display: inline-block;
	width: 100px;
	height: 45px;
	line-height: 43px;
	margin: 0 10px 0 auto;
}

.login-content .forgot-password{
	font-size: 16px;
	margin-top: 16px;
	text-align: right;
	font-family: "PingFang HK";
	cursor: pointer;
}

.login-content .login-btn,.login-content .apply-btn {
	display: block;
	margin: 24px auto 0;
	width: 380px;
	height: 64px;
	background-color: #fff;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	-webkit-border: 0;
	-moz-border: 0;
	border: 0;
}

.login-content .login-btn:hover,.login-content .apply-btn:hover{
	opacity: 0.9;
}

.login-content .apply-btn {
	background-color: #D3FD5A;
	margin-top: 16px;
}

.log-bottom {
	position: absolute;
	bottom: 52px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}
.log-bottom .log-bottom-text {
	color:rgba(255, 255, 255, 0.50);
	margin-right: 12px;
}
.filings-code {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.filings-code a{
	display: inline-block;
	color:rgba(255, 255, 255, 0.50);
	text-align: center;
}

.log-bottom .log-bottom__img{
	width: 12px;
	margin-right: 4px;
}

.operation-register {
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	margin-top: 10px;
	color: rgba(0, 0, 0, .5);
}

.ns-login-bottom{color: #999;-webkit-box-sizing: border-box;box-sizing: border-box;text-align: center;padding-bottom: 50px;padding-top: 50px;line-height: 1.8;position: absolute; bottom: 0;left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);}
.ns-login-bottom a{color: #999;}
.ns-login-bottom .gov-box img{max-width: 20px;max-height: 20px;margin-right: 5px;}
.ns-footer-img{margin-bottom: 10px;}
.ns-footer-img img{max-width: 100px;max-height: 27px;}
.log-carousel{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.login-verify-code-img img{
	opacity: 0.5;
}


/*媒体查询*/
@media (max-height: 800px) {
	.login-content .login-input,
	.register-content .register-input {
		width: 360px;
		height: 50px;
	}

	.login-content .login-btn, .login-content .apply-btn {
		width: 360px;
		height: 55px;
		margin: 16px auto 0;
	}

	.log-bottom {
		bottom: 32px;
	}

	.login-content .forgot-password {
		margin-top: 8px;
		font-size: 14px;
	}
	.login-content .log-brand {
		margin-bottom: 32px;
	}

	.login-content .log-subtitle {
		font-size: 22px;
		margin-bottom: 8px;
	}

	.login-content .log-subtitle-en {
		padding-bottom: 12px;
	}
}