html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; background: transparent; }


@font-face {
    font-family: 'FZFSK';
    src: url('../images/font/FZFSK.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}
 

body { font-family: "FZFSK","PingFangSC-Regular", "PingFang SC" ,"Helvetica Neue", Helvetica, tahoma, Arial, "Noto Sans CJK SC", "\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei", "WenQuanYi Micro Hei", sans-serif; -webkit-font-smoothing: subpixel-antialiased; margin: 0 auto; color: #333; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-text-size-adjust: none; }

:focus { outline: 1; outline-style: none; /*outline:0*/ }

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }

ul, ol { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, blockquote:before, blockquote:after, q:before, q:after, q:before, q:after { content: ''; content: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

a { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; background: transparent; text-decoration: none; }

a:active, a:focus, a:hover, a:visited { text-decoration: none; }

a, img { -webkit-touch-callout: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted #000; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1rem 0; padding: 0; }

input, select { vertical-align: middle; }

input[type="text"], input[type="submit"], input[type="button"], input[type="password"], textarea { outline-style: none; -webkit-appearance: none; }

input[type=password], input[type=text], textarea { resize: none; outline: 0; -webkit-appearance: none; white-space: pre-wrap; word-wrap: break-word; background: #fff; }

textarea { resize: none; }

img { -ms-interpolation-mode: bicubic; border-width: 0; }

caption, th { text-align: left; }
/*# sourceMappingURL=reset.css.map */



.clearfix { *zoom: 1; }
.clearfix:after { content: '\0020'; display: block; height: 0; font-size: 0; visibility: hidden; clear: both; }
.clearit { clear: both; font-size: 0; line-height: 0; height: 0; }
.transitionAll { transition: all .3s ease; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; -webkit-backface-visibility: hidden; }
.relative { position: relative; }
.w { width: 100% !important; margin: 0 auto; }
html, body { font-size: 14px; height: 100%; }
*{box-sizing: border-box;}
.unselectable-text {
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE/Edge */
  user-select: none; /* 标准语法 */
}
::-webkit-scrollbar { width: 6px; /*对垂直流动条有效*/ height: 6px; /*对水平流动条有效*/ }
/*定义滚动条的轨道颜色、内阴影及圆角*/
::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background-color: #f5f5f5; border-radius: 3px; }
/*定义滑块颜色、内阴影及圆角*/
::-webkit-scrollbar-thumb { border-radius: 3px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background-color: #999; }
.fL { float: left; }
.fR { float: right; }
.show { display: block !important; }
.hide { display: none !important; }
.border_box { -webkit-box-sizing: border-box; box-sizing: border-box; }
.ellipsis { white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; }
.mask { width: 100%; height: 100%; background: rgba(0, 0, 0, .2); position: fixed; left: 0; top: 0; display: none; z-index: 9999; }
.body-hidden { overflow: hidden !important;height: 100%; }
.tab-con { display: none; }

/*# sourceMappingURL=function.css.map */