﻿@charset "utf-8";
/* CSS Document */

*{ margin:0; padding:0}
body  { background:url(bg.jpg) center top no-repeat #1679bd}
.logo { width:323px; height:70px; margin:0 auto; margin-top:65px; position:relative}
.logo span.verson{ position:absolute; left:280px; top:0; font-size:15px; line-height:15px;color:#e2eff4; font-weight:bold; font-family:"微软雅黑"}
.input { width:448px; height:39px; background:url(bg_input.gif) no-repeat; margin:0 auto; margin-top:145px;}
.input ul { list-style:none; margin-top:4px; float:left; position:relative}
.input ul li { float:left;}
.input ul li.username { width:145px; position:relative}
.input ul li.userpwd { width:145px; position:relative}
.input ul li.md5 { width:87px; position:relative}
.input ul li.btn_login { width:65px; margin-left:4px;}
.input ul li.btn_loginNoVerifyCode { width:65px; margin-left:0px;}
.input ul li.ukey { width:52px; margin-left:100x;position:absolute; right:-52px; top:0}

.input ul li input { font-family:"微软雅黑"; font-size:14px; color:#929fb2; font-weight:bold}
.input ul li input.username { width:98px; padding:7px 0; background:transparent fixed; border:none; margin-left:3px; margin-left:40px}
.input ul li input.userpwd { width:106px;  padding:7px 0; background:transparent; border:none; margin-left:3px;margin-left:30px; }
.input ul li input.md5 { width:50px;  padding:7px 0;  background:transparent; border:none;margin-left:35px;}
.input ul li input.submit {width:63px; height:30px; display:block;  overflow:hidden; text-indent:-999px; background:none; border:none}
.input ul li.btn_login  a { width:63px; height:30px; display:block;  overflow:hidden; text-indent:-999px;}

.input ul li.md5 .yzm { width:89px; height:36px; background:url(bg_md5.gif) no-repeat; position:absolute; left:0; top:30px; display:none; text-align:center; padding-top:5px;}
.input ul li.md5 .yzm img { border:none}
.input ul li .tips { width:221px; height:39px; background:url(tips.gif) no-repeat; position:absolute; left:-25px; top:-35px; color:#929fb2; font-size:12px; line-height:36px;; text-align:center; font-weight:bold; display:none}
#tips_md5 { left:-45px}

.copyright { font-size:12px; color:#FFFFFF; text-align:center; margin-top:195px;}
.copyright dl { width:360px; height:60px; margin:0 auto;}
.copyright dl dt{ width:60px; text-align:center;float:left}
.copyright dl dd{ width:300px; text-align:center; float:left; padding-top:15px;}
.copyright dl dd p address { text-align:center; width:100%}