@charset "utf-8";
/* ====================
     公共样式
==================== */
html, body, div, p, ul,ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, frameset, table, th, tr, td, fieldset{margin:0;padding:0;}
body{background:#D6DEE0 url(bgs.jpg); color:#333; font-family:"微软雅黑",Verdana, Arial,'宋体'; font-size:12px;}
html{overflow-y:hidden;}
/* li */ 
ul,li{list-style-type:none;} 

/* img */ 
img{border:0 none; vertical-align:middle;} 

/* IE5.xIE6бbug */ 
* html body{overflow: visible;} 
* html iframe, * html frame{overflow: auto;} 
* html frameset{overflow: hidden;}

/* a */ 
a, a:link { color: #333; text-decoration: none; }
a:visited {  }
a:active, a:hover { text-decoration: none; color:#207EE0; }
a:focus { outline: none; }

/*********闭合盒子处理**********/
.clearfix:after {content:"24dq"; display:block; height:0; clear:both; visibility:hidden;}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}.clearfix {display:block;}
/* End hide from IE-mac */

.clear {clear: both; margin-top: -1px; font-size: 1px; visibility: hidden; width: 1px; line-height:0; height: 0px}
input{outline:0px;}

/* 登录样式 */
.box{ width:100%;min-height:700px; background:url(bg.jpg) top center no-repeat;}
.box .loginbox{width:200px; margin:0px auto; padding-top:200px;}
.box .loginbox .formuser{ width:150px; height:22px; background:url(input_1.gif) no-repeat; padding-left:50px; padding-top:4px;}
.box .loginbox .formupass{ width:150px; height:22px; background:url(input_2.gif) no-repeat; margin-top:20px; padding-left:50px; padding-top:4px;}
.box .loginbox .formyzm{ width:280px; margin-top:20px;}
.box .loginbox .yzm{ float:left; width:90px; height:22px; background:url(input_3.gif) no-repeat; padding-left:50px; padding-top:4px;}
.box .loginbox .pic{ float:left; width:100px; padding-left:10px;}
.box .loginbox .f_input{ width:140px; border:0; height:18px; line-height:18px; color:#999999; font-family:'微软雅黑',Verdana, Arial,'宋体'; font-size:12px;}
.box .loginbox .f_yzm{ width:80px; border:0; height:20px; line-height:20px; color:#999999; font-family:'微软雅黑',Verdana, Arial,'宋体'; font-size:12px;}
.box .loginbox .forms{ width:200px; margin:0px auto; margin-top:20px;}
.box .loginbox .forms .dl{ float:left; width:80px; height:30px; padding-right:20px;}
.box .loginbox .forms .cz{ float:left; width:80px; height:30px;}
.box .loginbox .forms .subdl{ background:url(dl.jpg) no-repeat; width:80px; height:30px; border:0; cursor:pointer;}
.box .loginbox .forms .subcz{ background:url(cz.jpg) no-repeat; width:80px; height:30px; border:0; cursor:pointer;}
.box .copy{ text-align:center; padding-top:75px;}