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, img, ins, kbd, q, s, samp,small, 
strike, strong, sub, sup, tt, var,b, u, i,dl, 
dt, dd, ol, ul, li,fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, 
figcaption, footer, header, hgroup, menu, nav, 
output, ruby, section, summary,time, mark, audio, 
video{
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
    font: inherit;
    vertical-align: baseline;
    font-family: "微软雅黑",Arial,"黑体","宋体",sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
nav ul {
    list-style: none;
}
html,body{
    height: 100%;
}
button,input,select,textarea{
    margin: 0;
    padding: 0;
    font-family: "微软雅黑",Arial,"黑体","宋体",sans-serif;
    vertical-align: middle;
}
:focus {
    outline: 0;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    margin: 0;
    padding: 0;
    display: block;
    height: 1px;
    border: 0;   
    border-top: 1px solid #cccccc;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}
del {
    text-decoration: line-through;
}
mark {
    background-color: #ff9;
    color: #000; 
    font-style: italic;
    font-weight: bold;
}
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
a {
    background: transparent;
    text-decoration: none;
    -webkit-user-select: none;
}
a,a:link,a:visited,a:hover,a:active{ 
    color: inherit;
}
textarea{
    resize: none;
    overflow: auto;
}
@font-face{
  font-family: 'iconfont';
  src: url('./iconfont.ttf?1594893625410');
}
.iconfont{
  font-family: "iconfont"!important;
  -webkit-font-smoothing: antialiased;
  font-size: 0.14rem;
}
