@charset "utf-8";
::-webkit-scrollbar {
  width: 6px;
  overflow: visible;
  background-color: #FFFFFF;
  border-left: 1px solid #DADCE0;
}
::-webkit-scrollbar-thumb {
  overflow: visible;
  border: solid 1px #C1C1C1;
  background-color: #C1C1C1;
}
::-webkit-scrollbar-thumb:hover {
  border: solid 1px #A8A8A8;
  background-color: #A8A8A8;
}
::-webkit-scrollbar-thumb:active {
  border: solid 1px #787878;
  background-color: #787878;
}
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, main, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}
div, article, aside, details, figcaption, figure, footer, header, main, 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;
}
input {
  -webkit-appearance: none;
}
input:focus, textarea:focus {
  outline: none;
}
textarea {
  resize: none;
  -webkit-appearance: none;
}
input[type="button"], input[type="submit"], input[type="reset"] {
  -webkit-appearance: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #888888;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #888888;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #888888;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #888888;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent;
}
button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit;
  outline: none;
}
img {
  border: 0;
  display: block
}
html, body {
  width: 100%;
  height: 100%;
  min-width: 1240px;
  background-color: #FFFFFF;
}
body, header, nav, main, footer, input, textarea, select {
  font-family: -apple-system, BlinkMacSystemFont, "Inter", "SF Pro Text", "Helvetica Neue", "Helvetica", "PingFang SC", "Arial", "Microsoft YaHei", "sans-serif";
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
A:link, A:visited {
  text-decoration: none;
  color: #757575;
}
A:hover {
  color: #E20000;
}
h1 {
  font-size: 32px;
  font-weight: normal;
  line-height: 40px;
  margin-bottom: 5px;
}
h2 {
  font-size: 28px;
  font-weight: normal;
  line-height: 30px;
  margin-bottom: 5px;
  color: #E20000;
}
h3 {
  font-size: 24px;
  font-weight: normal;
  line-height: 30px;
  margin-bottom: 5px;
}
h4 {
  font-size: 22px;
  font-weight: normal;
  line-height: 30px;
  margin-bottom: 5px;
}
h5 {
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  margin-bottom: 5px;
}
p {
  margin-top: 10px;
  margin-bottom: 10px;
}
strong {
  font-weight: bold;
}
.fixed {
  position: fixed;
  z-index: 99;
}
.shadow {
  -webkit-box-shadow: 1px 1px 12px rgba(0, 0, 0, .08);
  -moz-box-shadow: 1px 1px 12px rgba(0, 0, 0, .08);
  box-shadow: 1px 1px 12px rgba(0, 0, 0, .08);
}
.clearfix::after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix {}
/** {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}*/