html,body {position:relative;height: 100%; }
.clr { clear: both; }
.loginBg {position:fixed;left:0;top:0;width: 100%;height: 100%; }
.loginBg video{display:block;width: 100%;height: 100%;position: absolute;
    top: 0;
    left: 0;
    z-index: 2; 
    object-fit: cover;}
#logo1 { position: absolute; left: 120px; top: 190px; }
#logo2 { position: absolute; left: 530px; top: 40px; }

.box { width: 960px; margin: 0 auto; }

.login-page{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	height: 100%; 
}
.mainBox { 
	position: relative;
	display: flex; 
	width: 1120px; 
	height: 520px;
	top:50%;
	margin: -260px auto 0;   
	border-radius: 15px; 
	box-shadow: 2px 2px 5px #12446c;
	overflow: hidden;
}

.mainBox .left{
	/* display: flex; */
	/* justify-content: center;
	align-items: center; */
	width: 50%;
	background: rgba(0,0,0,.4); 
}
.mainBox .left .contain{
	width: 65%;
	margin:0 auto;
}
.mainBox .right{
	width: 50%;
	background: #fff; 
}

.logo-icon{
	margin:30px 0 100px 0;
}
.welcome-txt{
	padding:0 0 20px 0;
	margin-bottom: 20px;
	border-bottom:1px solid #fff;
	color:#fff;
	font-size: 24px;
}
.name{
	margin-bottom: 50px;
	font-size: 40px;
	color:#fff;
}
.service-list{
	display: flex;
	justify-content: space-between;
}
.service-list li{
	
}
.service-list li img{
	
}
.service-list li span{
	display: block;
	margin-top:10px;
	text-align: center;
	font-size: 14px;
	color:#fff;
}

#loginBox { background: #fff; float: right; position: relative; height: 100%; width: 520px; }
#output { position: absolute; top: 380px; left: 65px; width: 370px; }
.layui-btn-login{ background: #3381ff !important; border-radius: 8px; height: 54px; line-height: 54px; font-size: 18px; transform: .5s;}
.layui-btn-login:hover { border-radius: 5px; }

.loginTitle { color: #5ca3f5; font-size: 30px; text-align: center; line-height: 160px; }

.login-form { width: 370px; margin: 150px auto; }
.layui-form-item {display: flex; height: 50px;  color: #fff; }
.input-item { background: #fff; border: 1px solid #ddd; margin-bottom: 20px; border-radius: 5px;overflow: hidden; }
.input-item input{
	height: 50px; 
	line-height: 50px;
}
.input-item .link{display:inline-block;line-height:50px;color:#09f;}
.input-item .icon{
	flex-shrink: 0;
	width: 50px;
	height: 50px;
	border-right:1px solid #ddd;
}
.input-item1 .icon{
	background: #fff url(../images/dl_icon1.png) no-repeat center;background-size: 50%;
} 
.input-item2 .icon{ 
	background: #fff url(../images/dl_icon2.png) no-repeat center;background-size: 50%; 
}
.input-item4 .icon{ 
	background: #fff url(../images/dl_icon6.png) no-repeat center;background-size: 50%; 
}

.input-item .layui-input { border: none; background: none; font-size: 16px; }
.layui-form-checked span, .layui-form-checked:hover span { background: #5ca3f5; }
.layui-form-checked i, .layui-form-checked:hover i { color: #5ca3f5; }
.layui-form-checked, .layui-form-checked:hover { border-color: #5ca3f5; }

.forgot { position: absolute; bottom: 40px; right: 40px; color: #fff; }

.footer {  }
.copyright {position: fixed;bottom:20px; width: 100%;  text-align: center;color:#f5f5f5;z-index:1000;}
.copyright a{color:#f5f5f5;}
.flink { margin: 0 auto; width: 640px; text-align: center; }
.flink li { display: inline-block; padding: 0 35px; line-height: 30px; float: left;}

.chekphone_div{
	position: fixed;
	left: 0;
	top:0;
	width: 100%;
	height: 100%; 
	display: flex;
	justify-content: center;
	align-items: center;
}