.bgimg{
	position: absolute;
	left: 0;top: 0;right: 0;bottom: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
.fixed{
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.login-bg{
	background: url(../images/loginbg.png) no-repeat center 0;
	background-size: cover;
}
.login{
	width: 600px;
	min-height: 415px;
	background: rgba(0,0,0,0.5);
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 50px 70px;
}
.login .form-title{
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	line-height: 25px;
	margin-bottom: 20px;
}
.login .item{
	width: 100%;
}
.login .item .input{
	width: 100%;
	margin-top: 20px;
	position: relative;
	display: inline-block;
	border-radius: 3px;
	border: 1px solid #e1e1e1;
	overflow: hidden;
}
.login .item .input label{
	width: 60px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background-color: #CCCCCC;
	color: #999999;
	float: left;
	cursor: pointer;
}
.login .item .input .check-input{
	width: calc(100% - 60px);
	float: left;
	padding: 5px 10px;
	line-height: 24px;
	
	height: 50px;
	background: #FFFFFF;
}
.login .ajax-form-commit{
	width: 100%;
	height: 45px;
	text-align: center;
	line-height: 45px;
	background-color: #333333;
	color: #FFFFFF;
	margin-top: 30px;
	cursor: pointer;
}
.login .ajax-form-commit:hover{
	opacity: 0.7;
}
.m-error{
	color: red;
	display: block;
	margin-left: 60px;
}
@media screen and (max-width:991px){
	.login{
		width: 90%;
	}
}
.site-expired-bg{
	background: url(../images/expiredbg.png) no-repeat center 0;
	background-size: cover;
}
.site-expired{
	width: 30%;
	position: fixed;
	left: 0; right: 0;
	margin: 0 auto;
	top: 40%;
}
.site-expired img{
	width: 100%;
}
@media screen and (max-width:991px){
	.site-expired{
		width: 80%;
		top: 20%;
	}
}
@media screen and (max-width: 767px){
	.site-expired{
		width: 60%;
		top: 30%;
	}
}
@media screen and (max-width:567px){
	.site-expired{
		width: 80%;
		top: 40%;
	}
}
/* 404 */
.page404{
	width: 60%;
	max-width: 584px;
}
.page404 img{
	width: 100%;
}

.img-txt{
	text-align: center;
	color: #333333;
	margin-top: 30px;
}
.page404 .pagebtn{text-align: center;}
.page404 .pagebtn a{background-color: #333;color: #fff;text-align: center;padding: 0 20px;height: 40px;line-height: 40px;display: inline-block;text-decoration: none;}


@media screen and (max-width:567px){
	.page404{
		width: 90%;
	}
}