*{margin: 0;padding: 0;}
a{text-decoration: none;color: #666666;}
/* 合并表格线 && 去掉间隙 */
table{ border-collapse: collapse; border-spacing:0; }
/* 去除浏览器滚动轴 */
/* ::-webkit-scrollbar { width: 0; height: 0;}
.hidis:-webkit-scrollbar { width: 10px !important; height: 100% !important;} */
/* ::-webkit-scrollbar {
    width:5px;
    height:10px;
}
::-webkit-scrollbar-track     {
    background:#f5f5f5;
}
::-webkit-scrollbar-track-piece {
    background:#ccc;
}
::-webkit-scrollbar-thumb{
    background:#a3a3a3;
    border-radius:4px;
}
::-webkit-scrollbar-corner {
    background:#f5f5f5;
}
::-webkit-scrollbar-resizer  {
    background:#a3a3a3;
} */
/* 清除列表样式 */
ul,ol{ list-style: none;}
input,button,textarea,select,input:focus,textarea:focus{ background:none; outline:none; }
a:hover,button:hover{ cursor: pointer; }
h4{font-size: 1.125rem;color:#333333;font-weight: 700;}
h5{font-size: 1rem; color: #333333;font-weight: 700;}
p{font-size: .875rem}
i{font-style: normal;}

/* body{ background-color: #f1f1f1;overflow-x: hidden} */
body{ background-color: #f1f1f1;}

/* 阿里图标库配置 */
/* @font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.eot');
    src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'),
        url('../font/iconfont.woff2') format('woff2'),
        url('../font/iconfont.woff') format('woff'),
        url('../font/iconfont.ttf') format('truetype'),
        url('../font/iconfont.svg#iconfont') format('svg');
  }
  .iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  } */
