/* 清除浏览器默认样式 */
*{margin: 0;padding: 0;box-sizing: border-box;}
/* 清除列表符号 */
ul,li{list-style: none;}
/* 清除b,strong的默认样式 */
/* b,strong{font-weight: normal} */
/* 清除i,em的默认样式 */
i,em{font-style: normal;}
/* 清除a标签的默认下划线 */
a{text-decoration: none;}
/* 解决img/input基线对齐的bug */
img,input{vertical-align: middle}
/* 解决img默认向下撑开的间距 */
img{display: block;}
/* 万能清除法清除浮动 */
.clear-fix::after{content:".";clear:both;height:0;width:100%;overflow:hidden;display:block;visibility:hidden;}
.clear-fix{zoom: 1;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,
p,blockquote,th,td {
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
body,dl,dd,ul,ol,h1,h2,h3,h4,h5,h6,p,form,header,section,article,footer{margin:0;}
body,button,input,select,textarea{font:12px/1.5 tahoma,'\5FAE\8F6F\96C5\9ED1',sans-serif}
h1,h2,h3,h4,h5,h6{font-size:100%}
em,b{font-style:normal}
a{text-decoration:none} 
a:hover{text-decoration:underline}
img{border:0} 
button,input,select,textarea{font-size:100%;outline:none}
table{border-collapse:collapse;border-spacing:0}
td,th,ul,ol{padding:0}

* {font-family: "Microsoft YaHei",微软雅黑,SimSun,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu,"Hiragino Sans GB",sans-serif}
*{
    /* font-family: 'CustomFont'; */
    user-select: none;
    }
    ::-webkit-scrollbar {
    width: 10px;
    height: 10px; 
    }
    .font-omit {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    }
    .font-omit-two{
        overflow : hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        word-break: break-all;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2
    }
    .btnHover:hover {
    filter: brightness(1.1);
    cursor: pointer;
    }
    ::-webkit-scrollbar-button {
    display: none; }
    ::-webkit-scrollbar-corner {
    display: none; }
    ::-webkit-scrollbar-thumb {
    background-color: rgba(68, 68, 68, 0.3); }
    ::-webkit-scrollbar-thumb {
    width: 10px;
    border-radius: 10px; }
    ::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 10px; }
    ::-webkit-scrollbar-track-piece {
    background-color: transparent; }