/* css初始化 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
body { background:#fff; color: #333; font-size:14px; font-family: 微软雅黑,Verdana, Arial, Helvetica, sans-serif; }   
td,th,caption { font-size:14px; }   
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}   
a { color: #333; text-decoration:none; }   
a:hover { text-decoration:none; color: #333;}   
img { border:none; }   
ol,ul,li { list-style:none; }   
input, textarea, select, button { font:14px Verdana,Helvetica,Arial,sans-serif; outline: none;}   
table { border-collapse:collapse; }   
html {overflow-y: scroll;}

.clear{clear: both;}


.log-m-bg{
	width: 100%;
	height: 100%;
	background: url(../images/bg-login.jpg) no-repeat center 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}
.log-m{
	width: 1050px;
	height: 530px;
	margin: 0 auto;
	background: url(../images/bg-form.png) no-repeat center 310px;
	padding-top:180px;
}
.log-m .logo{
	text-align: center;
}
.log-m .log-bd{
	width: 450px;
	margin: 0px auto;
	padding-top: 30px;
}
.log-m .userna{
	background: url(../images/icon-1.png) no-repeat 10px center;
}
.log-m .paswd{
	background: url(../images/icon-2.png) no-repeat 10px center;
}
.log-m .log-col{
	height: 60px;
	line-height: 60px;
	margin: 25px 0;
	border-radius: 8px;
	background-color: rgba(250,250,250,0.5);
}
.log-m .log-col .input{
	width: 400px;
	height: 60px;
	line-height: 60px;
	display:block;
	font-size: 22px;
	border: 0;
	padding-left: 50px;
	vertical-align: middle;
	background: rgba(250,250,250,0);
}

.log-m .log-col2{
	line-height: 60px;
	margin: 25px 0;
}
.log-m .log-col2 .input{
	width: 230px;
	padding: 0 20px;
	height: 60px;
	line-height: 60px;
	display:block;
	font-size: 22px;
	border: 0;
	border-radius: 8px;
	background-color: rgba(250,250,250,0.5);
}
.log-m .log-span{
	width: 150px;
	height: 60px;
	line-height: 60px;
	float: right;
	background:#FFF;
	border-radius:10px;
}
.log-m .log-span img{
	width: 100px;
	height: 30px;
	margin-top:15px;
	margin-left:25px;
	cursor:pointer;
}
.log-m .log-btn{
	width: 100%;
}
.log-m .log-btn button{
	width: 100%;
	height: 60px;
	color: #fff;
	font-size: 26px;
	border: 0;
	border-radius: 10px;
	background: #076cc1;
}
.log-m .log-btn span{
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
}
