body{
	/*background: transparent url('/images/loginBg1.png') repeat scroll 0 0;*/
	font-family: "Microsoft YaHei", sans-serif;
	color: #6d6d6d;
}

.title{
	width: 100%;
	height: 70px;
	text-align: center;
}

.title-main{
	width: 1100px;
	height:70px;
	margin: 0 auto;
}

.title-main img{
	float: left;
	padding-top: 10px;
}

.title-main .div1{
	float: right;line-height: 70px;font-size: 16px;margin-left: 30px;
}

.title-main .div2{
	float: right;line-height: 70px;margin-left: 10px;
}

.main{
	width: 100%;
	height: 915px;
	background: transparent url('/images/loginBg1.png') repeat scroll 0 0;
}

.button{
	display: inline-block;
	height: 28px;
	padding: 0 15px;
	border:1px solid #d0d2d4;
	border-radius: 4px;
	color: #6d6d6d;
	line-height: 26px;
	cursor: pointer;
	background-color: #fff;
	transform: translateY(-1px);
	-o-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	-webkit-transform: translateY(0);
}
.button:hover{
	border-radius: 4px;
	background: transparent url('/images/title.png') repeat scroll 0 0;
}
.login{
	position: relative;
	width: 1200px;
	height: 420px;
	/*margin-top: 250px;*/
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	/*background: transparent url('/images/login.png') no-repeat scroll 0 0;*/
}
.login:before{
	content: "";
	display: block;
	position: absolute;
	top: -45px;
	width: 240px;
	height: 40px;
	/*background: transparent url('/images/logo.png') no-repeat scroll 0 0;*/
}
.login-box{
	position: absolute;
	top: 100px;
	right: -35px;
	width: 483px;
	height: 560px;
	padding-left: 18px;
	background: transparent url('/images/loginBox3.png') no-repeat scroll 0 0;
}
.login-head{
	margin-left: 25px;
	font-size: 24px;
	color: #fff;
	line-height: 70px;
}
.login-head:before{
	content: "";
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	top:22px;
	/*background: transparent url('/images/user.png') no-repeat scroll 0 0;*/

}
.login-content{
	margin-top: 130px;
	right: 30px;
}
.login-content p{
	height: 33px;
	padding-left: 55px;
}
.login-content p label{
	font-size: 18px;
	color: #404040;
}
.login-content p img{
	float: right;
	width: 100px;
	height: 33px;
	margin-right: 102px;
	border-radius: 4px;
	cursor:pointer;
}
.login-content p input:not([type="checkbox"]){
	width: 230px;
	padding: 4px 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: 2px 2px 5px #ddd inset;
	font-size: 18px;
	color: #404040;
}
.login-content p input.short{
	width: 125px;
}
.login-content p.oper{
	/*margin-left: 30px;*/
	margin-right: 102px;
	margin-top: 10px;
	text-align: right;
}
.login-content p.oper input{
	float: left;
	transform: translateY(5px);
	-ms-transform: translateY(5px);
	-moz-transform: translateY(5px);
	-webkit-transform: translateY(3px);
	margin-right: 10px;
}
.login-content p.oper span{
	float: left;
	font-size: 16px;
	color: #808080;
}
.login-content p.oper a{
	font-size: 16px;
	color: #808080;
	text-decoration: none;
}
.loginBtn{
	display: block;
	width: 310px;
	height: 45px;
	margin-left: 54px;
	margin-right: auto;
	margin-top: 10px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 20px;
	background: transparent url('/images/loginBtn.png') no-repeat scroll 0 0;
	cursor: pointer;
}

.short{
	padding-right: -20px;
}
/* 确认框、提示框 */
.alert-background,.confirm-background {
	position: fixed;
	display: none;
	top: 0;
	bottom: 0;
	right: 0;
	left:0;
	background-color: rgba(0,0,0,0.5);
	z-index: 970;
	overflow-x: hidden;
	overflow-y: auto;
}
.alert-body,.confirm-body {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	border: 1px solid rgba(0,0,0,0.2);
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0px 3px 9px rgba(0,​ 0,​ 0,​ 0.5);
}
.alert-title,.confirm-title {
	height: 40px;
	text-align: center;
	line-height: 40px;
}
.alert-title .close,.confirm-title .close{
	float: right;
	margin-top: 12px;
	margin-right: 10px;
	padding: 0 2px 2px 1px;
	line-height: 14px;
	cursor: pointer;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.alert-title .close:hover,.confirm-title .close:hover{
	background-color: #CC0000;
	font-weight: 800 !important;
	color: #fff !important;
}
.alert-content,.confirm-content {
	padding: 20px;
	min-height: 100px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	font-size: 16px;
}
.alert-footer,.confirm-footer {
	height: 60px;
}
[v-cloak] {
	display: none;
}

@media screen and (max-width: 1750px) {
	.main{
		width: 100%;
		/*height: 1000px;*/
		background-size:contain;
		background-repeat: no-repeat;
		background-origin: content-box;
		background-clip:content-box;
	}

	.login-box{
		position: absolute;
		top: 40px;
		right: -5px;
		width: 483px;
		height: 560px;
		padding-left: 18px;
		background: transparent url('/images/loginBox3.png') no-repeat scroll 0 0;
	}
}

@media screen and (max-width: 1450px) {
	.main{
		width: 100%;
		/*height: 600px;*/
		background-size:contain;
		background-repeat: no-repeat;
		background-origin: content-box;
		background-clip:content-box;
	}

	.login-box{
		position: absolute;
		top: 10px;
		right: -5px;
		width: 483px;
		height: 560px;
		padding-left: 18px;
		background: transparent url('/images/loginBox3.png') no-repeat scroll 0 0;
	}
}
