/*标签初始化*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, img,button {margin: 0;padding: 0;border: none; } 
dl,dt,dd,ul,ol,li,p {list-style-type: none; margin:0; padding:0;}
em, cite, th,h1,h2,h3,h4,h5,h6 { font-style: normal; font-weight: normal;}
input,img{vertical-align:middle;}
html,body{height:100%;}
body{ background:#0A89BA url(../images/login-bg.jpg) no-repeat center 0; font-family:"微软雅黑", "宋体", Arial, Helvetica, sans-serif;}
h1,h2,h3,h4{}
a{ color:#666; text-decoration: none; cursor:pointer;}
a:hover {color:#f00; text-decoration:underline;}
/*标签初始化 ok*/

.logintit{ padding-top:128px; height:55px; text-align:center;}
.loginwarp{ width:578px; height:336px; margin:0 auto; background:url(../images/login-warp-bg.png) no-repeat 0 0;}
.loginwarp .loginbox{ width:438px; margin:0 auto; padding:32px 0 0 0;}
.loginwarp .loginbox .inputwarp{ margin-top:20px;height:43px; padding:5px 5px 5px 18px; }
.loginwarp .loginbox .inputbg1 {background:url(../images/input-bg-01.png) no-repeat 0 0;}
.loginwarp .loginbox .inputbg2 {background:url(../images/input-bg-01.png) no-repeat 0 -73px;}
.loginwarp .loginbox .inputbg3 {background:url(../images/input-bg-01.png) no-repeat 0 -146px;}
.loginwarp .loginbox .inputwarp .inputtxt{ width:360px; height:38px; border:1px solid #0A89BA; font-size:16px; color:#ace8ff; font-family:"微软雅黑", "宋体", Arial, Helvetica, sans-serif; background-color:#0A89BA;}
.loginwarp .loginbox .inputwarp input.inputtxt:focus{outline:none;}

.loginwarp .loginbox .loginbtnbox{margin-top:20px; height:55px;}
.loginwarp .loginbox .loginbtnbox .fotgettxt{ float:left; line-height:55px; color:#105069;}
.loginwarp .loginbox .loginbtnbox .fotgettxt strong{}
.loginwarp .loginbox .loginbtnbox .loginsubmit{ float:right;}
.logincopyright{ height:35px; line-height:35px; text-align:center; font-size:14px; color:#105069;}

/*提示背景*/
.tishibg{ width:100%; height:100%; position:fixed; top:0; left:0; background:url(../images/tishi-bg.png) repeat 0 0; z-index:10;}
.tishibg .tishitxt{ width:426px; height:111px; text-align:center; font-size:18px; color:#f6ff00; z-index:20; position:absolute; left:50%;top:230px; margin-left:-213px; background:url(../images/tishi-bg-2.png);}
.tishibg .tishitxt span{ display:block; padding-top:30px; line-height:35px;}