/*@media screen and (min-width: 768px) and (max-width: 1280px) {


.header{
	height: 88px;
}
.back-white-btn{
	position: absolute;
	display: block;
	top: 22px;
	left: 31px;
	width: 44px;
	height: 44px;
	background: url(../images/ico-back-1.png) no-repeat center;
	background-size: 100% 100%;
	z-index: 2;
}
.page-title{
	width: 100%;
	height: 38px;
	position: relative;
	z-index: 1;
	padding: 0 30px;
	text-align: center;
	color: #fff;
	line-height: 88px;
	font-size: 20px;
}
.login-box{
	width: 500px;
	height: 722px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -361px;
	z-index: 2;
}
.logo{
	width: 368px;
	height: 48px;
	background: url(../images/logo.png) no-repeat center;
	background-size: 100% 100%;
	margin: 0 auto;
}
.login-enter{
	width: 100%;
	overflow: hidden;
	margin-top: 124px;
}
.login-ipt-box{
	position: relative;
	width: 100%;
	padding-bottom: 22px;
	background: url(../images/enter-bg.png) bottom repeat-x;
	margin-bottom: 32px;
}
.login-ipt{
	width: 100%;
	height: 50px;
	padding: 8px 10px 8px 45px;
	color: #fff;
	font-size: 30px;
	line-height: 34px;
}
.user-ipt{
	background: url(../images/ico_user.png) no-repeat left center;
	background-size: 34px 34px;
}
.pw-ipt{
	background: url(../images/ico_lock.png) no-repeat left center;
	background-size: 34px 34px;
}
.yz-ipt{
	background: url(../images/ico_code.png) no-repeat left center;
	background-size: 34px 34px;
}
.yz-ipt-box{
	margin-right: 160px;
}
.yz-btn{
	position: absolute;
	top: 0;
	right: 0;
	width: 146px;
	height: 50px;
	background: url(../images/yz-btn.png) no-repeat;
	background-size: 100% 100%;
	line-height: 20px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
}
.check-box{
	float: left;
	width: 24px;
	height: 24px;
	background: url(../images/box_1.png) no-repeat center;
	background-size: 100% 100%;
	cursor: pointer;
}
.check-box.on{
	width: 24px;
	height: 24px;
	background: url(../images/box_2.png) no-repeat center;
	background-size: 100% 100%;
	cursor: pointer;
}
.check-txt{
	float: left;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	vertical-align: middle;
	margin-left: 5px;
	opacity: 1;
}
.login-btn{
	width: 100%;
	height: 60px;
	border: 1px solid #fff;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	line-height: 38px;
	font-size: 20px;
	background: none;
	cursor: pointer;
}
.register-btn{
	width: 100%;
	height: 60px;
	border: 1px solid #d0b269;
	border-radius: 5px;
	color: #000;
	text-align: center;
	line-height: 38px;
	font-size: 20px;
	background: #d0b269;
	cursor: pointer;
	margin-top: 14px;
}
.check-ipt-box{
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.login-btn-box{
	width: 100%;
	margin-top: 80px;
}
.forget-link{
	position: absolute;
	bottom: 35px;
	left: 0;
	z-index: 2;
	width: 100%;
	text-align: center;
}
.forgetPW{
	color: #fff;
	font-size: 22px;
}


















}
*/