@charset "utf-8";
/* CSS Document */

/*格式化样式*/
*{margin:0;padding:0}
body{font:12px/1.5 MIcrosoft YaHei,Arial, Helvetica, sans-serif;color:#333}
table{width:100%; border-collapse:collapse;border:none;border-spacing:0}
a{color:#202020;text-decoration:none;}
img{border:none}
input{vertical-align:middle;outline:none}
textarea{outline:none;}
ul,ol,dl{list-style:none;}
b,em,i,u,strong{font-weight:normal;font-style:normal;text-decoration:none;}
h1,h2,h3,h4,h5,h6{font-size:14px;font-weight:normal;}

::-webkit-input-placeholder { color: #dedede;}
::-moz-placeholder {color: #dedede;}
:-ms-input-placeholder {color: #dedede;}   

/*公共样式*/
.fl{float:left;}
.fr{float:right;}
.clearfix{overflow:hidden;zoom:1}
.clear{clear:both}

body{background:#f5f5f5}
.bg{background:url(/admin/images/login/bgbg.png) no-repeat}

.login-header{height:95px;text-align:center;padding-top:50px;}
.user-login{width:520px;height:420px;background:#fff;box-shadow:0 0 10px rgba(0,0,0,.05);border-radius:5px;margin:50px auto}
.user-login h3{font-size:24px;text-align:center;height:90px;line-height:90px}
.login-center{width:350px;margin:0 auto}
.login-center ul li{height:36px;padding-top:25px}
.user_name{height:35px;border-bottom:solid 1px #ccc;background:url(/admin/images/login/userName.png) no-repeat left center;padding-left:35px;position:relative}
.user_name input,.user_password input,.user_yzm input{height:35px;line-height:35px;border:0;width:100%;font-size:16px}
.del-user{position:absolute;width:18px;height:18px;background:url(/admin/images/login/del-user.png) no-repeat;right:0;top:50%;margin-top:-9px;cursor:pointer;display:none}
.user-more{position:absolute;width:325px;height:220px;background:#fff;border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,.05);right:0;top:40px;display:none;z-index:9}
.user-more p{height:36px;line-height:36px;padding:0 15px;font-size:14px;color:#666;cursor:pointer}
.user-more p:hover{background:#f5f5f5}

.user_password{height:35px;border-bottom:solid 1px #ccc;background:url(/admin/images/login/password.png) no-repeat left center;padding-left:35px;position:relative}
.user_yzm{height:35px;border-bottom:solid 1px #ccc;background:url(/admin/images/login/yzm.png) no-repeat left center;padding-left:35px;position:relative;width:100px;margin-top:25px}
.yzmImg{margin:0 5px;cursor:pointer}
.changeImg{color:#006ddb;font-size:14px;cursor:pointer;margin-top:20px}

.login-btn{width:100%;height:46px;line-height:46px;text-align:center;color:#fff;background:#006ddb;border:0;cursor:pointer;font-size:16px;margin-top:15px;border-radius:5px;}

.picbx{position:fixed;width:100%;height:100%;background:rgba(0,0,0,.3);top:0;left:0;display:none}
.picCen{width:352px;height:310px;position:absolute;background:#fff;top:50%;margin-top:-155px;left:50%;margin-left:-176px;border-radius:5px;}
.picCen h3{height:48px;border-bottom:solid 1px #dfdfdf;line-height:48px;text-align:center;font-size:18px}
.close-pic{position:absolute;width:15px;height:15px;background:url(/admin/images/login/close.png) no-repeat;top:16px;right:12px;cursor:pointer}
.pic-center{width:280px;margin:0 auto;margin-top:20px}
.refresh{background:url(/admin/images/login/refresh.png) no-repeat center}
.wrongTips{text-align:center;font-size:14px;color:red}





