﻿@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
html,
body {
	min-width: 1200px;
	min-height: 600px;
	height: 100%;
	font-family: arial, 'Microsoft Yahei', '微软雅黑';
	background: #093B62;
	
}

#container {
	position: relative;
}
#bd {}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, .2) inset !important;
	background-color: rgba(255, 255, 255, .2);
	background-image: none;
	-webkit-text-fill-color: white !important;
	transition: background-color 50000s ease-in-out 0s !important;
}
input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .6);
}

input:-moz-placeholder {
	color: rgba(255, 255, 255, .6);
}

input::-moz-placeholder {
	color: rgba(255, 255, 255, .6);
}

input:-ms-input-placeholder {
	color: rgba(255, 255, 255, .6) !important;
}

i {
	font-style: normal;
}

@font-face {
	font-family: lightblack, arial, 'Microsoft Yahei', '微软雅黑';
}

/* 背景 */
.bg {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

@keyframes fly {
	0% {
		transform: perspective(800px) rotateZ(4deg) rotateX(6deg) rotateY(0);
	}

	25% {
		transform: perspective(800px) rotateZ(1deg) rotateX(4deg) rotateY(2deg);
	}

	50% {
		transform: perspective(800px) rotateZ(3deg) rotateX(2deg) rotateY(4deg);
	}

	75% {
		transform: perspective(800px) rotateZ(1deg) rotateX(4deg) rotateY(2deg);
	}

	100% {
		transform: perspective(800px) rotateZ(4deg) rotateX(6deg) rotateY(0);
	}
}
.cloud1 {
	z-index: 3;
	display: flex;
	width: 100%;
	height: 48%;
	position: fixed;
	opacity: 1;
	animation: moving 4s linear infinite;
	-webkit-animation: moving 4s linear infinite;
	-moz-animation: moving 4s linear infinite;
	-o-animation: moving 4s linear infinite;
}
.cloud1-left,
.cloud1-right {
	flex: none;
	width: 100%;
	background: url(../images/cloud.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
}
.cloud2 {
	z-index: 2;
	display: flex;
	width: 100%;
	height: 100%;
	position: fixed;
	animation: moving 12s linear infinite;
	-webkit-animation: moving 12s linear infinite;
	-moz-animation: moving 12s linear infinite;
	-o-animation: moving 12s linear infinite;
}

.cloud2-left,
.cloud2-right {
	flex: none;
	width: 100%;
	background: url(/images/bottom_cloud.png) no-repeat bottom;
	background-size:100%;
}
.sky {
	z-index: 1;
	display: flex;
	width: 100%;
	height: 100%;
	animation: skymoving 40s linear infinite;
	-webkit-animation: skymoving 40s linear infinite;
	-moz-animation: skymoving 40s linear infinite;
	-o-animation: skymoving 40s linear infinite;
}

.sky-left,
.sky-right {
	flex: none;
	width: 100%;
	background: url(/images/sky.jpg);
	background-size:100%;
	background-repeat: no-repeat;
	background-position: top;
}

@keyframes skymoving {
	0% {
		transform: translateX(0%);
	}

	100% {
		transform: translateX(-100%);
	}
}
@keyframes moving {
	0% {
		transform: translateX(0%);
	}

	100% {
		transform: translateX(-100%);
	}
}

.footer {
	z-index: 3;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 5px;
	min-width: 1002px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	opacity: 0;
	color: #aaaaaa;
	font-size: 12px;
}

.footer a {
	color: #888888;
	text-decoration: none;
}

.footer img {
	vertical-align: middle;
	height: 24px;
	width: auto;
}

/* 内容 */
.content {
	z-index: 2;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 16%;
}
.login {
	display: flex;
	position: relative;
	min-width: 1002px;
	justify-content: center;
	align-items: center;  
	flex-direction:column;
}
.jet {
	width:88%;
	max-width: 1520px;
	min-width: 1002px;
	transform-style: preserve-3d;
	perspective-origin: 15% 20%;
	animation: fly 12s infinite linear;
	-webkit-animation:  fly 12s infinite linear;
	-moz-animation:  fly 12s infinite linear;
	-o-animation:  fly 12s infinite linear;
}
.jet img {
	width:100%;
}
.loginForm {
	padding: 1rem;
	width: 40%;
	border-radius: 0.5rem;
	border: #dcf1ff 1px solid;
	border-color: rgba(15, 100, 125, 0.2);
	background: rgba(7, 46, 76, 0.2);
	transition: all 0.4s ease 0s;
}
.loginForm:hover {
	padding: 1rem;
	width: 40%;
	border-radius: 0.5rem;
	border: #dcf1ff 1px solid;
	border-color: rgba(15, 100, 125, 0.3);
	/* background: -webkit-linear-gradient(#FFFFFF, #cfd7e4,#FFFFFF);
	background: -o-linear-gradient(#FFFFFF, #cfd7e4),#FFFFFF;
	background: -moz-linear-gradient(#FFFFFF, #cfd7e4,#FFFFFF); 
	background: linear-gradient(#FFFFFF, #cfd7e4,#FFFFFF); */
	background: rgba(7, 46, 76, 0.3);
}
.login_logo {
	margin:8px auto;
	width:50%;
}
.login_logo img {
	width:100%;
}

.loginForm .title img {
	width: 100%;
	display: block;
	margin: 1rem auto;
}
.loginForm .row {
	position: relative;
	float:left;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	width: 44%;
}
.loginForm .row_btn {
	position: relative;
	float:right;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	width: 12%;
}
.toast {
	color: white;
	height: 32px;
	position: absolute;
	top: 0;
	left: 62%;
	line-height: 32px;
	background-color: rgba(255, 255, 255, .2);
	padding: 0 16px;
	font-weight: 100;
	border: 1px solid;
	border-color: rgba(255, 255, 255, .6);
	font-size: 14px;
	border-left: 0;
	font-family: arial, 'Microsoft Yahei', '微软雅黑';
	display: none;
}

.toast span {
	background: url(toast-left.png);
	height: 106%;
	display: block;
	background-repeat: no-repeat;
	width: 10px;
	position: absolute;
	left: -9px;
	top: -1px;
	background-position-y: 25%;
}
.iconfont {
	position: absolute;
	top: 8px;
	left: 8px;
	width: 18px;
	height: 18px;
	line-height: 18px;
	color: #FFFFFF;
	opacity:1;
}

.icon-user {
	background: url(/images/icon-user.png) no-repeat;
	background-size: 100% 100%;
}

.icon-password {
	background: url(/images/icon-lock.png) no-repeat;
	background-size: 100% 100%;
}

::-webkit-input-placeholder {
	color: #02c6ff;
}
/* WebKit browsers */
:-moz-placeholder {
	color: #02c6ff;
}
/* Mozilla Firefox 4 to 18 */
::-moz-placeholder {
	color: #02c6ff;
}
/* Mozilla Firefox 19+ */
:-ms-input-placeholder {
	color: #02c6ff;
}
/* Internet Explorer 10+ */
.loginForm .row input[type='text'],
.loginForm .row input[type='password'] {
	height: 34px;
	width: 96%;
	border-radius: 4px;
	padding-left: 60px;
	border: #FFFFFF 1px solid;
	border-color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
	color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0) !important;
	box-sizing: border-box;
	transition: border-color 100ms;
	font-family: lightblack, arial, 'Microsoft Yahei', '微软雅黑';
}

.loginForm .row.user::after,
.loginForm .row.password::after {
	content: "";
	position: absolute;
	top: 8px;
	left: 40px;
	width: 1px;
	height: 18px;
	border-left: 1px solid #FFF;
	border-color: rgba(255, 255, 255, 1);
}

.loginForm .row input[type='text']:focus,
.loginForm .row input[type='password']:focus {
	border-color: #e8e8e8;
	outline: none;
	font-size: 14px;
	font-family: arial, 'Microsoft Yahei', '微软雅黑' !important;
}

.loginForm .row_btn.btnArea a.login-btn {
	float:right;
	display: inline-block;
	height: 34px;
	line-height: 34px;
	width: 98%;
	border-radius: 4px;
	font-size: 14px;
	color: white;
	text-align: center;
	background-color: transparent;
	box-sizing: border-box;
	cursor: pointer;
	transition: background-color 0.4s;
	background:#02c6ff;
	font-family: lightblack, arial, 'Microsoft Yahei', '微软雅黑';
	text-decoration:none;
}

.loginForm .row_btn.btnArea a.login-btn:hover {
	background:#093b62;
	font-family: lightblack, arial, 'Microsoft Yahei', '微软雅黑';
	text-decoration:none;
}

.privacy {
	text-align: center;
	font-size: 14px;
	color: white;
	position: relative;
	z-index: 10000;
	margin-top: -14px;
	font-family: PingFang-SC-Medium;

}

.privacy a:first-child {
	padding-bottom: 1px;
	text-decoration: none;
	color: white;
}

.privacy a:last-child {
	color: white;
	text-decoration: underline;
}

.pr {
	position: relative;
}

.qrcodeImage {
	position: absolute;
	right: 25px;
	top: 7px;
	display: block;
	width: 60px;
	height: 20px;
	cursor: pointer;
}

.hide {
	display: none;
}
