@charset "utf-8";
/* CSS  reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

body {
  font-size: 14px;
  font-family: "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, tahoma, arial, Verdana, sans-serif;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
}

html, body {
  height: 100%;
}

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

img {
  border: 0;
}

a, button, label, textarea, div, select, option, li, option {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input {
  -webkit-appearance: none;
}

input::-ms-clear {
  display: none;
}

a, del, ins {
  text-decoration: none;
}

ol, ul, li {
  list-style: none;
}

caption, th {
  text-align: left;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  outline: none;
}

textarea {
  resize: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
  border: 1PX solid #CCC !important;
}

/* ::-webkit-scrollbar {
  display: none;
} */


.fb {
  font-weight: bold;
}

.fn {
  font-weight: normal;
}

.t2 {
  text-indent: 2em;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.clear:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

.vm {
  vertical-align: middle;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.pf {
  position: fixed;
}

.hidden {
  visibility: hidden;
}

.none {
  display: none !important;
}

.dis_none {
  display: none !important;
}

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

input::-ms-clear {
  display: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.router-link-exact-active {
  color: #FE9524!important;
  border-bottom: 2PX solid #FE9524;
}
