@keyframes lx{
	0%{transform: rotate(20deg) translateX(0px);opacity: 1;}
	30%{transform: rotate(20deg) translateX(500px);opacity: 1;}
	31%{transform: rotate(20deg) translateX(500px);opacity: 0;}
	100%{transform: rotate(20deg) translateX(500px);opacity: 0;}
}
@-moz-keyframes lx{
	0%{transform: rotate(20deg) translateX(0px);opacity: 1;}
	30%{transform: rotate(20deg) translateX(500px);opacity: 1;}
	31%{transform: rotate(20deg) translateX(500px);opacity: 0;}
	100%{transform: rotate(20deg) translateX(500px);opacity: 0;}
}
@-ms-keyframes lx{
	0%{transform: rotate(20deg) translateX(0px);opacity: 1;}
	30%{transform: rotate(20deg) translateX(500px);opacity: 1;}
	31%{transform: rotate(20deg) translateX(500px);opacity: 0;}
	100%{transform: rotate(20deg) translateX(500px);opacity: 0;}
}
@-webkit-keyframes lx{
	0%{transform: rotate(20deg) translateX(0px);opacity: 1;}
	30%{transform: rotate(20deg) translateX(500px);opacity: 1;}
	31%{transform: rotate(20deg) translateX(500px);opacity: 0;}
	100%{transform: rotate(20deg) translateX(500px);opacity: 0;}
}
body{
	display: none;
}
.empty-top{
	height: 40px;
}
.container{
	min-width: 1200px;
	background-image: linear-gradient(90deg,
	#5c8bff 0%,
	#65caff 100%);
	height: 100%;
	position: relative;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c8bff', endColorstr='#65caff',GradientType=0 );
}
.header{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.logo{
	float: left;
}
.linkTo{
	overflow: hidden;
	float: right;
}
.linkTo div{
	float:right;
	font-size: 16px;
	color:#fff;
	line-height: 33px;
}
.linkTo div:not(:first-child){
	margin-right: 87px;
}
.footer{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 2em;
	text-align: center;
	color:#fff;
	font-size: 14px;
}
.login-container{
	position: relative;
	width: 560px;
	height: 375px;
	margin: 0 auto;
}
.loginBox{
	width: 560px;
	height: 375px;
	margin: 0 auto;
	background-color: #f3f6ff;
	box-shadow: 0px 0px 5px 0px
	rgba(38, 104, 255, 0.66);
	position: relative;
	z-index: 20;
	box-shadow: 1px 1px 1px #00B7EE;
}
.box-content{
	overflow: hidden;
	position: relative;
}
.empty-title{
	height: 36px;
}
.boxTitle{
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 2px;
	color: #888888;
}
.content-left{
	width: 354px;
	border-right: 1px dashed #e5e6eb;
}
.content-left input{
	padding-left: 44px;
	width: 190px;
	height: 40px;
	font-size: 14px;
	font-family: "微软雅黑";
	letter-spacing: 2px;
}
.icon{
	display: block;
	position: absolute;
}
.icon-user{
	width: 13px;
	height: 14px;
	top:13px;
	left: 20px;
	background: url(../../img/newlogin/css_sprites.png)!important;
	background-repeat: no-repeat;
	background-position: -79px -45px!important;
}
.icon-pwd{
	width: 13px;
	height: 15px;
	top:12px;
	left: 20px;
	background: url(../../img/newlogin/css_sprites.png);
	background-repeat: no-repeat;
	background-position: -79px -10px;
}
.icon-check{
	width: 14px;
	height: 15px;
	top:13px;
	left: 19px;
	background: url(../../img/newlogin/css_sprites.png);
	background-repeat: no-repeat;
	background-position: -44px -10px;
}
.content-left label{
	margin-left: 60px;
	position: relative;
}
.content-left label:not(:first-child){
	margin-top: 15px;
}
label{
	display: block;
}
.input-oper{
	margin-top: 15px;
	margin-left: 60px;
	font-size: 14px;
	position: relative;
}
.icon-normal{
	position: relative;
	display: inline-block;
	width: 15px;
	height: 14px;
	top: 2px;
	background-color: #fff;
	background-image: url(../../img/newlogin/css_sprites.png);
	background-repeat: no-repeat;
	background-position: -10px -11px;
	cursor: pointer;
}
.icon-active{
	position: relative;
	display: inline-block;
	width: 15px;
	height: 14px;
	top: 2px;
	background-color: #fff;
	background-image: url(../../img/newlogin/css_sprites.png);
	background-repeat: no-repeat;
	background-position: -10px -45px;
	cursor: pointer;
}
.remember{
	margin-left: 3px;
}
.forget{
	color: #4593ff;
	cursor: pointer;
	margin-right: 60px;
}
.forget:hover{
	color: #4593ff;
}
.toSys{
	font-size: 14px;
	letter-spacing: 20px;
	text-indent: 20px;
	margin-top: 15px;
	width: 234px;
	margin-left: 60px;
	line-height: 40px;
	cursor: pointer;
	height: 40px;
	background-color: #4593ff;
	color:#fff;
	text-align: center;
}
.content-right{
	width: 205px;
}
.content-right p{
	text-align: left;
	display: block;
	margin-top: 14px;
	margin-left: 30px;
}
.blue{
	color:#4593ff;
	font-size: 16px;
}
.ewm{
	display: block;
	margin-left: 30px;
	margin-top: 15px;
}
.lx li{
	width: 100px;
	position: absolute;
	background-image: linear-gradient(90deg,
	rgba(255,255,255,0) 0%,
	rgba(255,255,255,1) 100%);
	height: 2px;
	z-index: 1;
}
.verification1{
	position: relative;
}
.verification2{
	position: absolute;
	width: 80px;
	height: 30px;
	left: 150px;
	top: 5px;
	/*background-color: #00b47b;*/
}
#btn{
	color: #008be6;
	border-left: 1px solid #999;
	padding-left: 20px;
}
body .layui-layer-btn.layui-layer-btn-{
	display: flex;
	text-align: right;
	justify-content: space-around;
	padding: 0 15px 20px;
	pointer-events: auto;
	user-select: none;
	-webkit-user-select: none;
	font-size: 12px;
}
body .layui-layer-btn .layui-layer-btn0{
	border-color: #1E9FFF;
	background-color: #1E9FFF;
	color: #fff;
	padding: 0 28px;
	margin-left: 30px;
	margin-right: 10px;
}
body .layui-layer-btn .layui-layer-btn1{
	padding: 0 28px;
	margin-right: 30px;
	margin-left: 10px;
}
.checkCode input,.checkCode a{
	font-size: 12px;
	font-family: "微软雅黑";
}
.checkCode a{
	cursor: pointer;
}
.checkCode{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding:20px;
}
#btn.code-default{
	color: #999;
}