/*全局公共样式重置*/
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   border: none;
   outline: none;
   font-size: inherit;
}
ul,
ol {
   list-style: none;
}
ul,
li {
   list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b,
i,
em {
   font-weight: normal;
   font-style: normal;
}
a {
   text-decoration: none;
   font-family: '微软雅黑','Microsoft YaHei', Tahoma, Arial, sans-serif;
}
a:hover {
   text-decoration: none;
}
img {
   border: 0;
   /*ie6*/
   vertical-align: middle;
}
textarea {
   resize: none;
}
.clearfix:after {
   content: '';
   display: block;
   visibility: hidden;
   height: 0;
   clear: both;
}
.clearfix {
   zoom: 1;
}
::-webkit-scrollbar {
   width: 10px;
   height: 10px;
   background-color: #fefefe;
}
::-webkit-scrollbar-track {
   -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.3);
   border-radius: 1px;
   background-color: #fefefe;
}
::-webkit-scrollbar-thumb {
   border-radius: 4px;
   -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .3);
   background-color: #ccc;
}
