body {
    min-height: 100%;
    padding-bottom: 0;
    font-family: 'Open Sans';
    font-size: 13px;
    color: #393939;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    overflow-y: hidden;
   /* background: url(../images/loadingbg.jpg);*/
}
a,
a:link {
	color: #000;
	text-decoration: none;
	outline: none;
	font-family: "微软雅黑";
}
.my-container {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}


/*login页面*/

.login_wrap {
	width: 100%;
}
.logo {
	text-align: center;
	margin: auto;
	position: absolute;
	left: 50%;
	top: 9%;
	margin-left: -17%;
}

.login_wrap .easyui-panel {
	width:auto!important;
	background: none!important;
	height: auto;
	margin: auto;
	position: absolute;
	top: 40%;
	left: 50%;
	margin-left: -19%;
}

.login_wrap .panel-body {
	overflow: hidden;
	border: none;
}

.login_right {
	float: left;
	width: 40%;
	position: absolute;
	left: 48%;
	top: 2%;
	padding-top: 20px;
}

.box {
	float: left;
	width: 100%;
	margin-top: 10%;
}

.login_right .box .formInput {
	width: 100%;
	height: 42px;
	padding-bottom: 5%;
	float: left;
}

.validatebox-invalid {
	border-color: #ffa8a8;
	background-color: #fff3f3;
}


/*验证*/

.login_right .formInput .login_input {
	width: 80%;
	height: 34px;
	line-height: 34px;
	margin: 0px;
	padding: 4px 3px 4px 32px;
	font-family: 微软雅黑;
	font-size: 16px;
	border: 1px solid #bac7d2;
	border-radius: 3px;
	color: #333;
	display: block;
	transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
	background-color: #f4f4f4;
}

.login_right .formInput .login_input:focus {
	border: 1px solid #3685bb;
}
/*.formInput input{
	
}*/
.formInput .userNameBg {
	background: url(../images/user_icon.png) no-repeat 10px center;
}

.formInput .pswBg {
	background: url(../images/password_icon.png) no-repeat 10px center;
}

.formInput .codeBg {
	background: url(../images/code_icon.png) no-repeat 10px center;
}

.login_right .formInput .login_input.codeBg {
	width: 42%;
	float: left;
}

#imgCode {
	border: none;
	letter-spacing: 3px;
	float: left;
	cursor: pointer;
	width: 28%;
	margin-left: 22px;
}
a.code_text {
    float: right;
    margin-right: 8%;
    margin-top: 4px;
    color: #323232;
}
/*按钮*/
.login_bt {float: left;width: 100%;text-align: center;border-top:1px dotted #ddd;padding: 4% 10px 0 10px;margin-left: -20px;}   
.login_bt a{margin: 0 15px;}

.login_footer {position: fixed;width: 980px;left: 50%;margin-left: -500px;text-align: center;padding-top: 10px;color: #a4cce5;font-size: 13px;font-weight:normal;bottom:10px;letter-spacing: 1px;}

/*自适应*/
@media screen and (max-width: 1600px) {
	.logo{width: 38%;}
	.login_wrap .easyui-panel{
		position: absolute;
		top: 36%;
		margin-left: -23%;
	}
}
@media screen and (max-width: 1366px) {
 	.logo{width: 35%;top: 7%;}
 	.login_wrap .easyui-panel{
 		-webkit-transform: scale(0.88);
 		-moz-transform: scale(0.88);
 		-ms-transform: scale(0.88);
 		-o-transform: scale(0.88);
 		transform: scale(0.88);
 		top: 30%;
        margin-left: -26%;
 	}
}
@media screen and (max-width: 1024px) {
 	.login_wrap .easyui-panel{
 		-webkit-transform: scale(0.78);
 		-moz-transform: scale(0.78);
 		-ms-transform: scale(0.78);
 		-o-transform: scale(0.78);
 		transform: scale(0.78);
        margin-left: -36%;
 	}
}