﻿@charset "UTF-8";
/* reset */
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, 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;
  box-sizing: border-box;
  font-size: 14px;
  font: inherit;
  vertical-align: baseline;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  scrollbar-width: thin; }
strong{font-weight:bold;}
  /* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul, li { 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; }
body { font-size: 14px; font-family: 'Microsoft YaHei', Arial, sans-serif; }
.vertical-center, .vertical-center:after { display: inline-block; vertical-align: middle; }
.vertical-center:after { height: 100%; font-size: 0; }
.clearfix:after { content: ''; display: block; clear: both; width: 0; height: 0; }
.fl { float: left; }
.fr { float: right; }
a { text-decoration: none; color: inherit; }
a:hover { color: #1A8FCC; }
a:focus { outline: none; }
input { outline: none; -webkit-user-select: auto; }


::-webkit-scrollbar-track-piece { background-color: #fff; }
::-webkit-scrollbar { width: 4px; height: 6px; }
::-webkit-scrollbar-thumb { background-color: #d5d5d5; background-clip: padding-box; border-radius: 3px; min-height: 28px; }
::-webkit-scrollbar-thumb:hover { background-color: #999; }

.app-container { min-width: 320px; }

.icon-svg { width: 1em; height: 1em; vertical-align: -0.15em; fill: currentColor; overflow: hidden;}
