@CHARSET "UTF-8";
*{
    margin: 0;
    padding: 0;
    border: 0px none;
}
/* .login_bg{
	height: 100%;
	width: 100%;
	margin: 0 auto;
	background-image: url('patterns/bg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	 font-family: '微软雅黑';
} */
.login_div{
	width: 340px;
	height: 310px;
	background: url('patterns/login_kuang.png') no-repeat;
	margin: 0 auto;
	margin-top: 20px;
	padding: 20px;
	position: relative;
}
.logo{
	display: block;
	width: 394px;
	height: 44px;
	margin: 0 auto;
	margin-top: 150px;
}
.login_title{
	width: 300px;
	height: 65px;
	color: #444;
	font-size: 24px;
	text-align: center;
	margin: 0 auto;
	line-height: 65px;
	/*border-bottom: 1px solid #cfcdc9;*/
}
.login_input{
	width: 228px;
	height: 38px;
	padding-right: 10px;
	border: 1px solid #c7c7c7;
	-moz-border-radius: 8px;      /* Gecko browsers */
             -webkit-border-radius: 8px;   /* Webkit browsers */
             border-radius:8px;            /* W3C syntax */
             margin: 0 auto;
             display: block;
             margin-top: 20px;
             font-size: 16px;
}
/*
.login_name{
	padding-left: 50px;
	background: url('patterns/url.png') no-repeat 10px 5px;
}
.login_pass{
	padding-left: 50px;
/*	background: url(patterns/pass.png) no-repeat 10px 5px;*/
}
*/
.login_btn{
	width: 288px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	background: #fe8c02;
	color: #fff;
	 display: block;
	font-size: 16px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 15px;
	border: 0px;
}
.pass_rem{
	margin-left: 25px;
	margin-right: 10px;
	margin-top: 5px;
	float: left;
}
.for_pass{
	color: #aeaeae;
	float: right;
	text-decoration: none;
	font-size: 15px;
	margin-right: 25px;
}

label.error{
	position: absolute;
	top: 0px;
	left: 50px;
	color: red;
	font-size: 12px;
}

#username-error{
	top: 148px;
}

#password-error{
	top: 208px;
}



.login_bg {
	min-width: 1200px;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	background-image: url(img/login_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	font-family: '微软雅黑';
}

.login_box{
				width: 1200px;
				height: 518px;
				position: absolute;
				top: 50%;
				left: 50%;
				margin-left: -600px;
				margin-top: -259px;
			}
			.login_div{
				width: 398px;
    		    height: 438px;
				background: url(img/login_bg_kuang.png) no-repeat;
				margin: 0 auto;
				padding: 40px;
				float: left;
			}
			.login_title{
				width: 321px;
				height: 33px;
				display: block;
				margin: 0 auto;
				margin-top: 20px;
				margin-bottom: 60px;
			}
			.login_input{
				width: 320px;
				height: 58px;
				padding-right: 10px;
				background-color: #f5f5f5;
				-moz-border-radius: 5px;      /* Gecko browsers */
                -webkit-border-radius: 5px;   /* Webkit browsers */
                border-radius:5px;            /* W3C syntax */
                margin: 0 auto;
                display: block;
                margin-bottom: 20px;
                font-size: 18px;
                color: #444;
                padding-left: 50px;
                float: left;
                margin-left: 10px;
			}
			.login_name{
			    margin-left: 20px;
			    display: block;
			    margin-top: -65px;
			    float: left;
			}
			.login_btn{
				width: 380px;
				height: 60px;
				text-align: center;
				line-height: 60px;
				background: #5f82ff;
				color: #fff;
				 display: block;
				font-size: 24px;
				margin: 0 auto;
				margin-top: 40px;
				margin-bottom: 15px;
				-moz-border-radius: 5px;      /* Gecko browsers */
                -webkit-border-radius: 5px;   /* Webkit browsers */
                border-radius:5px;            /* W3C syntax */
			}
			.pass_rem{
				margin-left: 25px;
				margin-right: 10px;
				margin-top: 5px;
				float: left;
			}
			.show_bg{
				width: 720px;
				height: 487px;
				float: left;
				overflow: hidden;    
				margin-top: 45px;
				position: relative;
				z-index: 1;
			}
			.bg_list{
				position: relative;
				width: 2160px;
				height: 487px;
				z-index: 9;
			}
			.bg_list li{
				width: 720px;
				height: 487px;
				float: left;
				list-style-type:none;
			}
			.bg_list li img{
				width: 720px;
				height: 487px;
			}
			 /* 复选框自定义样式 Start */
			/* label 图片浮动，一般不浮动会显示不全 */
			.checklist{width:24px;height:24px;float:left;}
			/* checkbox 原复选框隐藏 */
			.chk_1{width:24px;height:24px;opacity:0;filter:alpha(opacity=0);}
			/* label 的背景图片 iCheck未选中 iCheck-ed选中 */
			.iCheck{width:24px;height:24px;background:url(img/login_bg_ck1.png) no-repeat;margin-left: 20px;}
			.iCheck-ed{width:24px;height:24px;background:url(img/login_bg_ck2.png) no-repeat;margin-left: 20px;}
			/* 复选框自定义样式 End */


