@charset "UTF-8"; 
html { margin:0; padding:0;}
body {color:#444;height:100%;font-family:"微软雅黑"; margin:0 auto;font-size:12px;background:#eeeeee;}	
a:link {color:#000000;text-decoration:none;}/* 未被访问的链接 */
a:visited {color:#000000;text-decoration:none;}/* 已被访问的链接 */
a:hover {color:#000000;text-decoration:none;}/* 鼠标指针移动到链接上 */
a:active {color:#000000;text-decoration:none;}/* 正在被点击的链接 */
ol,ul,li{list-style:none; }
form{ padding:0; margin:0;}
*{padding:0px;margin:0px;} 
h1,h2,h3,h4,h5,h6{font-size:12px;}
img{border:0;}
input[type=button], input[type=submit], input[type=file], button,textarea{ cursor: pointer; -webkit-appearance: none; }
.blue{color:#003DE4}
.pink{color:#E900C4}
.red{ color:#F00;}
.green{ color:#093;}
.gray{background:#ebebeb;color:#434343}
.clearfix:after{content:".";display:block;height:0;clear: both;visibility:hidden;}
.clearfix{*zoom:1;}
.frambox{HEIGHT: 100%;VISIBILITY: inherit; WIDTH: 100%; Z-INDEX: 1}
/* 登陆页面*/
.login{position:relative; overflow:hidden;width:100%; height:400px; z-index:88;}
.login img{ max-width:100%;}
.login .lgbox{ position:absolute; width:100%; left:0; top:0; height:100%; z-index:99;}
.login .userlogn{ margin:0 auto; width:400px; padding-top:100px; text-align:center;}
.login .lg{width:120px; margin:0 auto;border-radius:120px;height:120px; text-align:center;background:#FFF;overflow:hidden;}
.login .lg img{ max-width:100%; margin-top:0px;}
.login .lbd{ margin-top:30px; padding:25px;background: rgba(255,255,255,0.5);position:relative;border-radius:10px;text-align: center}
.login .lbd .hinput{ height:35px; line-height:35px; padding-left:30px;width:220px; border:none; background:#FFF; outline:none;}
.login .lbd .hbtn{height:40px; border:none; cursor:pointer; background:#FF6700;font-size:14px; color:#FFF; width:250px;outline: none;margin-top:15px;}
.login .lbd .hbtn:hover{ background:#0072BB;}
.login .lbd .pv{display:block;height: 30px; line-height: 30px;position: relative;margin: 0 auto;width:250px; margin-bottom: 15px;}
.login .lbd input{border-radius: 5px;}
.login .lbd .pv i{font-size: 15px;background: #ffffff;width: 20px;height: 35px;line-height: 35px;position: absolute;left: 5px;color:#888888}
.login .ltitle{ font-size:24px; padding-bottom:45px; color:#FFF;text-shadow:#000 3px 3px 3px;}

.rukulist{border-top: solid 1px #dddddd;padding: 15px 0;}
.rukulist li{float: left;width:31%;margin-right: 20px;padding: 3px 0;}
.rukulist li span{float: right;display: inline-block;cursor: pointer;padding: 2px 8px;background: #eeeeee;}
