*{margin:0;padding: 0;font-family: "寰蒋闆呴粦";font-size: 13px;}
ul,li,form, dl,dt,dd, div{ padding: 0px; margin: 0px;list-style: none;}
select,input,textarea{ border-radius:0; -webkit-border-radius:0; }
input:focus { outline: none;}
input,button,select,textarea{outline:none; 
scrollbar-highlight-color:#fff;  
scrollbar-arrow-color:#000;  
scrollbar-track-color:#fff;   
::-webkit-scrollbar-thumb{  
   background-color:#eeeeee;  
   height:50px;  
   outline-offset:-2px;  
   outline:2px solid #fff;  
   -webkit-border-radius:4px;  
   border: 2px solid #fff;  
}  
  
::-webkit-scrollbar-thumb:hover{  
   background-color:#F01360;  
   height:50px;  
   -webkit-border-radius:4px;  
}  
  
::-webkit-scrollbar{  
   width:8px;  
   height:8px;  
}  
  
::-webkit-scrollbar-track-piece{  
   background-color:#fff;  
   -webkit-border-radius:0;  
}