@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 {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-box-shadow: 0 0 0 1000px white inset;
  /* border: 1PX solid #CCC !important; */
  border: 0;
}
input:-internal-autofill-selected {
  box-shadow: inset 0 0 0 1000px white!important;
}
textarea{
  -webkit-appearance: none;
  appearance: none;
}
/* ::-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 {
  font-weight: 700;
  /* color: #ED691D; */
  border-bottom: 2PX solid #ED691D;
}
/* .top_nav .router-link-exact-active::before {
  width: 20PX;
  height: 2PX;
  background: #ED691D;
  border-radius: 3PX;
  position: absolute;
  left: 50%;
  margin-left: -10PX;
  bottom: 13PX;
} */


