@charset "utf-8";
/* CSS Document */
body { padding:0;margin:0;font-size:12px; font-family:"微软雅黑", "Microsoft YaHei", Arial, sans-serif; background-color:#FFF;} 
img { border: 0;} 
ol,ul,li { list-style: none; margin:0; padding:0;} 
a{text-decoration: none; color:#666;}
.clrboth{ clear:both; font-size:0;background-color:#000; line-height:0px; height:0; overflow:hidden;}
.m10{ height:10px; font-size:0; clear:both;}
.m15{ height:15px; font-size:0; clear:both;}
.m20{ height:20px; font-size:0; clear:both;}
.m25{ height:25px; font-size:0; clear:both;}
.m30{ height:30px; font-size:0; clear:both;}
.m40{ height:40px; font-size:0; clear:both;}
.m50{ height:50px; font-size:0; clear:both;}
html{height:100%;margin:0;}
body{height:100%;margin:0;}


.login_all{ width:100%; height:100%; background-color:#f0eef1; position:absolute;}
.login_r{
	width:100%; height:100%; position:absolute; right:0; top:0;
	background-image: url(../images/bg_r.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.login_l{	width:100%; height:100%; position:absolute; left:0; bottom:0;
	background-image: url(../images/bg_l.png);
	background-repeat: no-repeat;
	background-position: left bottom;}
.login_c{
	width:410px;
	height:430px; z-index:99;
	background-image: url(../images/temp2.png);
	background-repeat: no-repeat;
	background-position: left top;
	position:absolute;
	left:50%;
	top:50%;
	margin:-250px 0 0 -205px;
	color:#666;
}
.login_c .input1{ width:300px; height:30px; line-height:30px; color:#666; position:absolute; left:80px;top:170px; border:none;}
.login_c .input2{ width:300px; height:30px; line-height:30px; color:#666; position:absolute; left:80px;top:240px; border:none;}
.login_c .input3{ width:150px; height:30px; line-height:30px; color:#666; position:absolute; left:80px;top:310px; border:none;}
.login_c .code{ width:130px; height:50px; background-color:#CCC; position:absolute; left:270px; top:300px;cursor:pointer}
.login_c .button{
	width:390px;
	height:60px;
	line-height:60px;
	display:block;
	text-align:center;
	font-size:22px;
	border:1px solid #3992D4;
	color:#FFF;
	background-image: url(../images/login_button.png);
	background-repeat: no-repeat;
	background-position: left top;
	position:absolute;
	left:10px; top:370px;
	transition-duration: .2s;
	border-radius:5px;
	cursor:pointer
}
.login_c .button:hover{
	background-image: url(../images/login_button.png);
	background-repeat: no-repeat;
	background-position: left -60px;
	border:1px solid #6FC400;
}
