@charset "UTF-8";
* {
  border: 0;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%; }

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, iframe {
  margin: 0;
  padding: 0; }

html {
  margin: auto; }

/* 清除点击出现虚拟框 */
a {
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  a:focus {
    outline: 0; }
  a:link, a:visited {
    text-decoration: none; }

input, textarea, select {
  outline: none; }

a img {
  border: none; }

h3 {
  margin: 0 auto;
  text-align: center; }

img {
  display: block;
  border: none;
  font-size: 0;
  padding: 0;
  margin: 0; }

li {
  list-style: none; }

.mark, mark {
  background: none; }

@font-face {
  font-family: HYQiHei;
  src: url("./../fonts/HYQiHei-45J.ttf"); }
@font-face {
  font-family: HYQiHei-50s; }
.flex {
  display: flex !important; }

.hide {
  display: none !important; }

.fixed-nav {
  position: fixed !important;
  background: #C5002B !important;
  height: 60px !important;
  width: 100%;
  top: -60px;
  -webkit-transition: top 0.5s;
  -moz-transition: top 0.5s;
  -o-transition: top 0.5s;
  transition: top 0.5s;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); }

.fixed-nav-appear {
  top: 0; }

.overflow_auto {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: auto; }

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