html, body { height: 100%; }
body { 
	background: #000;
	overflow-x: hidden; 
}
.btn { transition: none; }
.page {
	position: relative;
	height: 100%;
	min-height: 880px;
}
.login {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	
}
.login .video {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
	height: 900px;
	display: none\9;
}
.login .video video {
	width: 100%;
	height: 100%;
}
.footer {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	text-align: center;
	color: #444;
}
.form-simplify {
	position: absolute;
	left: 50%;
	top: 450px;
	margin-left: -140px;
	width: 316px;
	z-index: 11;
	box-sizing: border-box;
}
.form-simplify .thirdlogin .btn,
.form-simplify .layui-form-checkbox[lay-skin=primary] i {
	background: url(../images/defsp.png) no-repeat;
}
.form-simplify .form-item {
	position: relative;	
	margin-bottom: 5px;
}
.form-simplify .form-label {
	position: absolute;
	z-index: 1;
	padding: 0;
	width: 105px;
	line-height: 58px;
	color: #fff;
	font-size: 16px;
	text-align: right;
	font-weight: bold;
}
.form-simplify .form-input {
	display: block;
	margin: 0;
	padding: 9px 20px 9px 110px; 
	height: 58px;
	background: url(../images/definput.png) no-repeat 50% 0;
	box-sizing: border-box;
}
.form-simplify .form-input input {
	display: block;
	height: 38px;
	background: none;
	border: none;
	color: #fcdeb1;
	font-size: 16px;
	line-height: 38px\9;
	font-family: \5FAE\8F6F\96C5\9ED1;
}
.form-simplify .form-word { 
	margin-top: 0;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 0 0 2px #000;
}
.form-simplify .form-word.error { color: #d30000; }

.form-simplify .btn-submit {
	display: block;
	margin: 20px auto 0;
	border: none;
	width: 230px;
	height: 110px;
	background: none;
	cursor: pointer;
}
.form-simplify .btn-submit:hover { background-position: 0 -55px; }

.form-simplify .agree {
	margin-top: 15px;
	text-align: center;    		
	font-size: 13px;			
	text-align: center;
}
.form-simplify .agree a { 
	display: inline-block; 
	vertical-align: middle;
	color: #fff;
	text-decoration: underline;
}
.form-simplify .layui-form-checkbox[lay-skin=primary] i:before { content: none }
.form-simplify .layui-form-checkbox[lay-skin=primary] i {
	border: none;
	width: 22px;
	height: 22px;
	background-position: -22px -165px;
	transition: none;
}
.form-simplify .layui-form-checked[lay-skin=primary] i { background-position: 0 -165px; }
.form-simplify .layui-form-checkbox[lay-skin=primary] span { 
	font-size: 13px;
	padding-right: 0;
	color: #fff;
	line-height: 22px;
}
.form-simplify .thirdlogin { 
	margin-top: 10px;
	text-align: center; 
}
.form-simplify .thirdlogin .btn {
	display: inline-block;
	margin: 0 5px;
	width: 48px;
	height: 48px;
	background-color: rgba(0,0,0,.2);
	text-indent: -9999em;
	border-radius: 500px;
}
.form-simplify .thirdlogin .btn-qq { background-position: 0 -110px; }
.form-simplify .thirdlogin .btn-qq:hover { background-position: -96px -110px; }
.form-simplify .thirdlogin .btn-wx { background-position: -48px -110px; }
.form-simplify .thirdlogin .btn-wx:hover { background-position: -144px -110px; }