body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,legend,button
form,fieldset,input,textarea,p,blockquote,th,td{
margin: 0;
padding: 0;
}
body {
  background-color: #e8e8e8;
  font-family:"Arial", 'Microsoft Yahei',"Lucida Grande", "Tahoma","Helvetica", "sans-serif";
}
/* ¹ö¶¯ÌõÑùÊ½ */
::-webkit-scrollbar-track-piece {
  background-color: #f8f8f8;
  border-radius: 5px;
}

::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}

::-webkit-scrollbar-thumb {
  background-color: #ccc;
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #bbb;
}
ul li {
  list-style: none;
}
a:hover {
  text-decoration: none;
}
a {
  text-decoration: none;
}
i {
  font-style: normal;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}