html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td ,textarea,input { margin:0; padding:0;  }
address,cite,dfn,em,var, i {font-style:normal;}
body {
    font-size: 14px;
    background-color: var(--body-bg);
    line-height: 1.5;
    font-family:'Microsoft Yahei','simsun','arial','tahoma';
    color: var(--text-color-one);
    height: 100vh;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
table { border-collapse:collapse; border-spacing:0; }
h1, h2, h3, h4, h5, h6, th { font-size: 100%; font-weight: normal; }
button,input,select,textarea{font-size:100%;}
fieldset,img{border:0;}
a,
img {
    -webkit-touch-callout: none
}
a,
a:active,
a:focus,
a:hover,
a:visited {text-decoration: none}
input[type=password],
input[type=text],
textarea {
    resize: none;
    outline: 0;
    -webkit-appearance: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    background: var(--bg-main)
}
ul, ol { list-style: none; }
:focus{ outline:none;}
.clearfix{ clear: both; content: ""; display: block; overflow: hidden }
.clear{clear: both;}
.fl{ float: left; }
.fr{float: right;}

.form-control,.dropdown-menu{
    font-size: 14px;
}
.layui-form-checked[lay-skin=primary]>i{
    border-color: var(--boder-color-three) !important;
    background-color: var(--bg-active);
}
.layui-form-radio:hover>*, .layui-form-radioed, .layui-form-radioed>i{
    color: var(--text-color-active);
}

/*滚动条*/
/* 定制整个页面的滚动条 */
/*::-webkit-scrollbar {
    width: 12px;  !* 宽度 *!
}

::-webkit-scrollbar-track {
    background: transparent;  !* 轨道颜色 *!
}

::-webkit-scrollbar-thumb {
    background: transparent;  !* 滚动条颜色 *!
}

::-webkit-scrollbar-thumb:hover {
    background: var(--text-color-four);  !* 滚动条hover颜色 *!
}

!* 定制特定元素的滚动条 *!
.element::-webkit-scrollbar {
    width: 8px;

}

.element::-webkit-scrollbar-track {
    background: transparent;
}

.element::-webkit-scrollbar-thumb {
    background: transparent;
}

.element::-webkit-scrollbar-thumb:hover {
    background: transparent;
}*/
/* Firefox */
/** {
    scrollbar-width: none;
    scrollbar-color: var(--text-color-four) transparent;

}
*:hover{
    scrollbar-width: thin;
}*/
/*去掉滚动箭头*/

/**/

