@charset "utf-8";
/* CSS Document */
*{margin:0px; padding:0px;}
body{font:14px/1.5 微软雅黑, Arial, Helvetica, sans-serif; color:#333;}
html,body{ height:100%;overflow-y:auto}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
table{border-spacing:0px; border-collapse:collapse;width:100%; border:0px;}
ul,ol{list-style-type:none;}
input,select,textarea{vertical-align:middle; font:12px/1.5 微软雅黑, Arial, Helvetica, sans-serif; color:#000; outline:0;}
a{color:#333; text-decoration:none;}
a:hover{color:#333;}
em{font-style:normal; color:#000;}
img{ border:0px;}
.clearfix{overflow:hidden; zoom:1;}
.clear{clear:both; height:0px; font-size:0px; line-height:0px; overflow:hidden;}
.icons{float:left; font-size:0px; line-height:0px; overflow:hidden; display:inline; background:url(../../../res/admin/images/icons.png) no-repeat;}
.fl{float:left;}
.fr{float:right;}

/*滚动样式*/
::-webkit-scrollbar  
{  
    width: 8px;  
    height: 8px;  
    background-color:rgba(245,245,245,.3);  
}  
   
::-webkit-scrollbar-track  
{  
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  
    border-radius: 10px;  
    background-color:rgba(245,245,245,.3);  
}  
   
::-webkit-scrollbar-thumb  
{  
    border-radius: 10px;  
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);  
    background-color: #555;  
} 
