@charset "UTF-8";
html,
body {
  background: #FFFFFF !important;
  /*>=1024的设备*/
  /*>=1100的设备*/
  /*>=1280的设备*/
}
@media (min-width: 1024px) {
  html,
  body {
    font-size: 18px;
  }
}
@media (min-width: 1100px) {
  html,
  body {
    font-size: 20px;
  }
}
@media (min-width: 1280px) {
  html,
  body {
    font-size: 22px;
  }
}
@media (min-width: 1366px) {
  html,
  body {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  html,
  body {
    font-size: 25px;
  }
}
@media (min-width: 1680px) {
  html,
  body {
    font-size: 28px;
  }
}
@media (min-width: 1920px) {
  html,
  body {
    font-size: 33px;
  }
}
.dis-lg-no {
  display: none !important;
}
.dis-lg-ib {
  display: inline-block !important;
}
.dis-lg-bl {
  display: block !important;
}
.dis-lg-flex {
  display: box !important;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}
@media (max-width: 800px) {
  .dis-xs-no {
    display: none !important;
  }
  .dis-xs-ib {
    display: inline-block !important;
  }
  .dis-xs-bl {
    display: block !important;
  }
  .dis-xs-flex {
    display: box !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
}
.align-cm {
  text-align: center;
  vertical-align: middle;
}
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  color: #FFFFFF;
  text-decoration: none;
}
ul {
  display: flex;
}
li {
  list-style: none;
  white-space: nowrap;
}
.pt-s {
  padding-top: 0.606061rem;
}
.container {
  width: 36.363636rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .container {
    max-width: 95%;
  }
}
.container .row {
  display: flex;
}
.logo {
  width: 9.606061rem;
  margin: 0 auto;
  padding-top: 1em;
}
.logo img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .logo {
    margin: 0 auto;
    text-align: center;
  }
}
.m-show {
  display: none;
}
@media screen and (max-width: 750px) {
  .m-show {
    display: block;
  }
}
header {
  position: static;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background-color: white;
  font-size: 0.727273rem;
  font-family: "Microsoft YaHei";
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 750px) {
  header {
    position: static;
  }
}
header .top {
  text-align: center;
  background: #e4302a;
  height: 1.515152rem;
  line-height: 1.515152rem;
  color: #FFF;
}
header .top a {
  color: #FFF;
  text-decoration: underline;
}
header .top span {
  float: right;
  margin-right: 20px;
  cursor: pointer;
}
nav ul {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1;
  margin-left: 0.909091rem;
  text-align: center;
  vertical-align: bottom;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
}
@media screen and (max-width: 750px) {
  nav ul {
    display: none;
  }
}
nav ul li {
  display: inline-block;
  vertical-align: bottom;
}
nav ul li:not(.logo) {
  padding-top: 0.848485rem;
  flex: 1;
}
nav ul li:not(.logo) a.active,
nav ul li:not(.logo) a:hover {
  background-color: rgba(255, 136, 0, 0.1);
  color: #ff8800;
}
nav ul li a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto;
  border-radius: 0.757576rem;
  padding: 0.333333rem 0.484848rem;
  transition: all 0.2s ease-out;
  font-size: 0.727273rem;
  color: #000000;
}
.m-nav {
  display: none;
}
@media screen and (max-width: 768px) {
  .m-nav {
    display: block;
  }
}
.m-nav ul {
  width: 92.66667vw;
  height: 11.33333vw;
  margin: 0.30303rem auto;
  display: flex;
}
.m-nav ul li {
  flex: 1;
  display: block;
  font-size: 3.73333333vw;
  font-family: '方正胖娃_GBK';
  text-transform: uppercase;
  line-height: 11.33333vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 6px;
  color: #333;
}
.m-nav ul li:not(:first-of-type) {
  margin-left: 0.30303rem;
}
.m-nav ul li a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto;
  padding: 0;
  color: inherit;
}
.m-nav ul li.active {
  background-color: #FFFFFF;
  color: #de0616;
}
.m-nav ul li.active::after {
  width: 26px;
  height: 2px;
  content: '';
  display: block;
  margin: 0 auto;
  background-color: #de0616;
}
[v-cloak] {
  display: none;
}
img {
  visibility: hidden;
}
img[src] {
  visibility: visible;
}
img::after {
  content: attr(alt);
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transform: translateY(100%);
  transition: transform 0.2s;
}
img:hover::after {
  transform: translateY(0);
}
.img-box {
  position: relative;
  overflow: hidden;
}
.img-inline {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  max-width: 100%;
  *width: 100%;
  height: auto;
  border: none;
}
.img-center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  max-width: 100%;
  width: auto;
  *width: 100%;
  max-height: 100%;
  height: auto;
  *height: 100%;
  margin: auto;
  border: none;
}
.img-max {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}
.img-cover {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: none;
  width: 100%;
  *width: 100%;
  max-height: none;
  height: 100%;
  *height: 100%;
  margin: auto;
  border: none;
  object-position: 50% 50%;
  object-fit: cover;
}
.video-box {
  position: relative;
  overflow: hidden;
}
.video-inline {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  max-width: 100%;
  *width: 100%;
  height: auto;
  border: none;
}
.video-center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  max-width: 100%;
  width: auto;
  *width: 100%;
  max-height: 100%;
  height: auto;
  *height: 100%;
  margin: auto;
  border: none;
}
.video-max {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}
.video-cover {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: none;
  width: 100%;
  *width: 100%;
  max-height: none;
  height: 100%;
  *height: 100%;
  margin: auto;
  border: none;
  object-position: 50% 50%;
  object-fit: cover;
}
.box-5b1:before {
  content: '';
  display: block;
  padding-bottom: 20%;
}
.box-4b1:before {
  content: '';
  display: block;
  padding-bottom: 25%;
}
.box-3b1:before {
  content: '';
  display: block;
  padding-bottom: 33.33333333%;
}
.box-5b2:before {
  content: '';
  display: block;
  padding-bottom: 40%;
}
.box-2b1:before {
  content: '';
  display: block;
  padding-bottom: 50%;
}
.box-16b9:before {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}
.box-5b3:before {
  content: '';
  display: block;
  padding-bottom: 60%;
}
.box-3b2:before {
  content: '';
  display: block;
  padding-bottom: 66.66666667%;
}
.box-4b3:before {
  content: '';
  display: block;
  padding-bottom: 75%;
}
.box-5b4:before {
  content: '';
  display: block;
  padding-bottom: 80%;
}
.box-1b1:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.box-gold:before {
  content: '';
  display: block;
  padding-bottom: 61.80339887%;
}
.box-silver:before {
  content: '';
  display: block;
  padding-bottom: 70.71067812%;
}
