@charset "UTF-8";

/**
 * 登录页
 * 2020-12-23
 * hjh
 */
html {
	height: 100%;
	overflow: hidden;
	background: transparent;
}

body {
	height: 100%;
	overflow: auto;
	background: transparent;
}

.content {
	position: relative;
	min-width: 1366px;
	min-height: 600px;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.main {
	position: absolute;
	height: 532px;
	width: 526px;
	left: 75%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	z-index: 99;
}

.logo {
	width: 526px;
	height: 121px;
	margin: 0 auto;
}

.logo img {
	width: 100%;
	height: 100%;
}

.main-box {
	position: absolute;
	width: 526px;
	height: 598px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-perspective: 600px;
	perspective: 600px;
	overflow: hidden;
}

.logo-box {
	width: 406px;
	height: 417px;
	position: relative;
	margin: 40px auto 0;
	background: rgba(255,255,255,0.26);
	border-radius: 8px;
}

.example {
	position: absolute;
	/* width: 420px; */
	/* height: 420px; */
	background: #fff;
	overflow: hidden;
	border-radius: 5px;
}

.NOIE>div {
	display: none;
	position: absolute;
	top: 8px;
	left: 8px;
	right: 8px;
	bottom: 8px;
	/* min-height: 100%; */
	/* width: 100%; */
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.rotateCubeTopOut {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: rotateCubeTopOut .6s both ease-in;
	animation: rotateCubeTopOut .6s both ease-in;
}

.rotateCubeTopIn {
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-animation: rotateCubeTopIn .6s both ease-in;
	animation: rotateCubeTopIn .6s both ease-in;
}

.rotateCubeBottomOut {
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-animation: rotateCubeBottomOut .6s both ease-in;
	animation: rotateCubeBottomOut .6s both ease-in;
}

.rotateCubeBottomIn {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: rotateCubeBottomIn .6s both ease-in;
	animation: rotateCubeBottomIn .6s both ease-in;
}

@-webkit-keyframes rotateCubeTopOut {
	50% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
		transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
	}

	100% {
		opacity: .3;
		-webkit-transform: translateY(-100%) rotateX(90deg);
		transform: translateY(-100%) rotateX(90deg);
	}
}

@keyframes rotateCubeTopOut {
	50% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
		transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
	}

	100% {
		opacity: .3;
		-webkit-transform: translateY(-100%) rotateX(90deg);
		transform: translateY(-100%) rotateX(90deg);
	}
}

@-webkit-keyframes rotateCubeTopIn {
	0% {
		opacity: .3;
		-webkit-transform: translateY(100%) rotateX(-90deg);
		transform: translateY(100%) rotateX(-90deg);
	}

	50% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
		transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
	}
}

@keyframes rotateCubeTopIn {
	0% {
		opacity: .3;
		-webkit-transform: translateY(100%) rotateX(-90deg);
		transform: translateY(100%) rotateX(-90deg);
	}

	50% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
		transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
	}
}

@-webkit-keyframes rotateCubeBottomOut {
	50% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
		transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
	}

	100% {
		opacity: .3;
		-webkit-transform: translateY(100%) rotateX(-90deg);
		transform: translateY(100%) rotateX(-90deg);
	}
}

@keyframes rotateCubeBottomOut {
	50% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
		transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
	}

	100% {
		opacity: .3;
		-webkit-transform: translateY(100%) rotateX(-90deg);
		transform: translateY(100%) rotateX(-90deg);
	}
}

@-webkit-keyframes rotateCubeBottomIn {
	0% {
		opacity: .3;
		-webkit-transform: translateY(-100%) rotateX(90deg);
		transform: translateY(-100%) rotateX(90deg);
	}

	50% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
		transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
	}
}

@keyframes rotateCubeBottomIn {
	0% {
		opacity: .3;
		-webkit-transform: translateY(-100%) rotateX(90deg);
		transform: translateY(-100%) rotateX(90deg);
	}

	50% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
		transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
	}
}

.background-video {
	min-width: 1366px;
	min-height: 600px;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 1;
}

.video-cover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-size: 1366px, 768px;
	/* background: #256ccf; */
}

.particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 99;
	left: 0;
	top: 0;
	overflow: hidden;
	min-width: 1366px;
}

.login-tab {
	width: 320px;
	margin: 28px auto 0;
}

.head {
	height: 48px;
	line-height: 46px;
	border-bottom: 2px solid #e1e7ed;
	font-size: 0;
}

.head-title {
	position: relative;
	display: inline-block;
	width: 50%;
	height: 48px;
	font-size: 22px;
	font-weight: 500;
	line-height: 48px;
	text-align: center;
}

.head-title a {
	color: #aaa;
}

.head-title.active a {
	color: #0068b7;
}

.head-title.active:after {
	position: absolute;
	content: "";
	height: 2px;
	width: 100%;
	background: #0068b7;
	left: 0;
	bottom: 0;
	z-index: 2;
}

.login-form {
	padding-top: 28px;
}

.login-form>.form-row {
	position: relative;
	margin-bottom: 20px;
	line-height: 40px;
	padding: 0;
}

.form-row>.icon {
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	left: 20px;
	top: 12.5px;
}

.form-row>.icon.user {
	background-image: url("../images/user_ico.png");
}

.form-row>.icon.pwd {
	background-image: url("../images/pwd_ico.png");
}

.form-row>.txt {
	width: 100%;
	height: 40px;
	padding: 0 30px 0 44px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 40px;
	font-size: 14px;
	border-radius: 2px;
	border: none;
	outline: none;
	border: 1px solid #e2e8ee;
	/* color:#aaa; */
}

.form-row>.txt::placeholder{
	color:#aaa;
}

.form-row>.txt:focus{
	border-color:#227cc1;
}

.see-password {
	position: absolute;
	width: 16px;
	height: 14px;
	background: url("../images/see_pwd_no.png") no-repeat center;
	right: 14px;
	top: 13px;
	cursor: pointer;
}

.see-password.active {
	background: url("../images/see_pwd.png") no-repeat center;
}

.keep-pass {
	display: block;
	padding-left: 25px;
	background: url("../images/pwd_keep.png") no-repeat left center;
	height: 16px;
	color: #666;
	line-height: 16px;
	/* margin-top: 12px; */
	font-size: 14px;
}

.chose{
	padding-top: 8px;
}

.keep-pass.chose {
	padding-top: 0;
	background: url("../images/pwd_keep_checked.png") no-repeat left;
}

.btnbar {
	padding-top: 18px;
}

.btnbar>.btnlogin {
	width: 100%;
	font-size: 18px;
	color: #2154af;
	line-height: 40px;
	border: none;
	cursor: pointer;
	outline: none;
	height: 40px;
	background: -webkit-gradient(linear, right top, left top, from(#00cffc), to(#00f1fa));
	background: linear-gradient(-90deg, #00cffc 0%, #00f1fa 100%);
	border-radius: 2px;
}

.btnbar>.btnlogin:hover,
.btnbar>.btnlogin:active {
	background: -webkit-gradient(linear, right top, left top, from(#81eafd), to(#b1f3ff));
	background: linear-gradient(-90deg, #81eafd 0%, #b1f3ff 100%);
}

.other-btns {
	margin-top: 30px;
}

.other-btns a {
	width: 78px;
	height: 24px;
	border: 1px solid #55a6e3;
	border-radius: 3px;
	font-weight: 300;
	color: #0068b7;
	line-height: 22px;
	font-size: 14px;
	text-align: center;
}

.other-btns a:hover {
	background: #adf2fe;
	color: #2154af;
}

.usb-alert {
	font-size: 16px;
	color: #FDFEAA;
	line-height: 40px;
	padding-left: 38px;
	background: url("../images/alert.png") no-repeat left center;
}

/* 验证相关 */
.login-form>.form-row.error>.txt {
	background: #fff7f7;
	border-color: #fb5353;
}

label.error {
	position: absolute;
	left: 0;
	padding-left: 30px;
	line-height: 20px;
	color: #fc5353;
	top: 40px;
	background: url("../images/error.png") no-repeat 8px center;
}

.qr-login {
	text-align: center;
	color: #fff;
	line-height: 24px;
	background: url("../images/login_box2.png") no-repeat center;
}

.qr-title {
	font-size: 24px;
	padding-top: 50px;
	color: #1d68c4;
	font-weight: bold;
}

.qr-alert {
	font-weight: 300;
	font-size: 16px;
	margin-top: 38px;
	color: #333;
}

.qr-alert span {
	color: #1d68c4;
	margin: 0 5px 0 4px;
}

.code-pic {
	width: 200px;
	height: 199px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 40px auto 0;
}

.code-pic img {
	width: 100%;
	height: 100%;
}

.ico-change {
	display: none;
	position: absolute;
	width: 65px;
	height: 40px;
	cursor: pointer;
	background: transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: -25px;
	top: -15px;
	overflow: hidden;
}

.ico-change i {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-repeat: no-repeat;
	background-position: center;
	top: 26px;
	left: 24px;
}

.code i {
	background-image: url("../images/account_login.png");
}

.brain i {
	background-image: url("../images/qr_login.png");
}

/* 验证码 */
.verifycode-box {
	margin-top: -10px;
}

.codeinput {
	float: left;
	width: 144px;
	border: 1px solid #ccc;
	height: 32px;
	line-height: 32px;
	outline: none;
	border: none;
	padding: 0 5px;
}

.codeimg {
	float: left;
	border-width: 0px;
	width: 50% !important;
	height: 32px;
	padding: 0px;
	margin-left: 5px;
}

.codeimg img {
	width: 100%;
	height: 100%;
	cursor: pointer;
}