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, center,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: 0;font: inherit;font-size: 100%;vertical-align: baseline;
    font-family: var(--el-font-family);}
html{line-height: 1;}
ol, ul{list-style: none;}
table{border-collapse: collapse;border-spacing: 0;}
caption, th, td{text-align: left;font-weight: normal;vertical-align: middle;}
q, blockquote {quotes: none;}
q:before, q:after, blockquote:before, blockquote:after{content: "";content: none;}
a img {border: none;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {display: block;}
fieldset, img { border:0; }
img { display: block; }
h1, h2, h3, h4, h5, h6 { font-size:100%; }
em,i,u{font-style:normal;}
input, button, select, textarea { outline:none; }
textarea { resize:none; } /**禁用了文本的拖拉，尤其在谷歌下**/
p{ text-justify:distribute; } /**为了使文本段落左右两边对齐**/
a { color:#333; text-decoration:none; }
a:hover { color: #333; text-decoration:none; }
body{font:12px/18px;color:#333;background:#fff;}
li{list-style: none;}
a{text-decoration: none;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.mainColor{color:#e85744;}
.fl{float:left;}
.fr{float:right;}
.textcenter{text-align:center;}
:root {
    --el-font-family: 'SourceHanSansCN-Regular', 'Arial', 'Helvetica', sans-serif;
  }
@font-face {
  font-family: SourceHanSansCN-Regular;
  font-style: normal;
  font-weight: normal;
  src: url('../../fonts/SourceHanSansCN-Regular.otf') format('opentype'),
  url('../../fonts/SourceHanSansCN-Regular.woff') format('woff'),
  url('../../fonts/SourceHanSansCN-Regular.woff2') format('woff2');
  font-display: swap;
}