﻿html{height:100%;}
body{font-size:12px; height:100%; font-family:"微软雅黑"; margin:0px; padding:0px;background:#152c59 url(../images/login_bg.png) repeat-x center top;} 
html,body,div,span,h1,h2,h3,h4,h5,h6,p,em,font,img,strong,dl,dt,dd,ol,ul,li,form{margin:0;padding:0;}
a:link,a:visited,a:active{ color: #79a9c8; text-decoration: none}
a:hover{ color: #fff; text-decoration: none; position: relative; right: 0px; top: 0px}
form{margin:0px; padding:10px 20px;}

 /*登录界面*/
.divmain_login{width:100%; height:100%; margin:0 auto;padding:0; text-align:center; position:relative;}
.loginform{background: url(../images/login_box.png) no-repeat center top; height:500px; width:845px; position:absolute; left:50%; top:50%; margin-top:-250px;margin-left:-422px;}
.divlogin_login {width:465px;height:263px;padding:77px 0 0 190px;}
.login_list{width:100%;float:left;margin:4px auto;}
.login_list span{width:180px;float:left; text-align:left;margin:0 10px 0 0;}
.login_inupt{float:left;width:210px;height:28px;border:1px solid #9f9e9e; background:#fff;}

.login_btn{width:100%; height:56px;float:left;margin-top:8px; line-height:56px;}
.login_notice{ width:100%;height:30px;line-height:30px; color:#fff;}
.login_notice em{font-style:normal;}

.btn,.btn_over{width:80px;height:22px; color:#2a4a61; border:0; background:url(../images/btn_04.png) no-repeat center center; cursor:pointer;font-size:12px; margin:18px 5px;}
.btn_over{background:url(../images/btn_05.png) no-repeat center center;}
/*登录界面*/

.login_title{ display:none;}

/*
@media screen and (max-width: 760px){
	.loginform{width:100%;height:auto; background-size:100% 100%; background:none; margin:0px; position:static;}	
	.divlogin_login{width:100%;height:auto; padding:0px; color:#fff;}
	.login_list span{width:100%; line-height:30px; font-size:14px; margin:0px;}
	.login_inupt{width:100%; border:0px;}
	.login_notice{font-size:14px;}
	.login_notice em{width:100%; float:left;}
	.login_title{display:block; line-height:50px;font-size:18px;color:#fff;margin-top:20px;}
}*/