html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
html,
body,
div,
span,
h1,
h2,
p,
img,
a,
i,
ul,
li,
label,
button,
table,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  vertical-align: middle;
  list-style: none;
  box-sizing: border-box;
}
a {
  background-color: transparent;
}
b,
strong {
  font-weight: bolder;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input {
  /* 1 */
  overflow: visible;
}
button,
select {
  /* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[hidden] {
  display: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
.full {
  width: 100%;
}
.flex {
  display: flex;
  align-items: center;
}
html,
body {
  background: 3088ea;
  max-width: 750px;
  margin: 0 auto;
  font-size: 50px;
}
body {
  background: #fff url("../image/sbg.png");
  background-size: 160px 160px;
  max-height: 100vh;
  background-blend-mode: soft-light;
}
.wraper {
  position: relative;
  padding-bottom: 0.2rem;
}
.is-driver {
  width: 3px;
  height: 0.54rem;
  background-color: white;
}

.m-header {
  width: 100%;
  background: #940000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.m-header .logo {
  width: 115px;
  max-width: 50%;
  height: auto;
}

@media (max-width: 200px) {
  .w-header .logo {
    width: 45px;
    max-width: 50%;
    height: auto;
  }
}

.w-header {
  width: 100%;
  background: #940000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.w-header .logo {
  width: 115px;
  height: auto;
}

@media screen and (max-width: 437px) {
  .w-header {
    display: none;
  }
  .m-header {
    height: 1.26rem;
  }
  .logo {
    height: 50px;
  }
  .web {
    display: none !important;
  }
  .mobile {
    display: block;
  }
}
@media screen and (min-width: 438px) {
  .m-header {
    display: none;
  }
  .w-header {
    height: 1rem !important;
  }
  .mobile {
    display: none !important;
  }
  .web {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .w-header .logo {
    width: 150px;
  }
  .w-header {
    height: 1.4rem;
  }
}

.swiper-banner {
  overflow: hidden;
}
.swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  width: 100%;
}

.swiper-banner .swiper-pagination-bullet {
  background: #a8a0a0;
  opacity: 1;
}
.swiper-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fe7a7a;
}

.main-content {
  width: 92%;
  margin: 5px auto 0;
}
.notice {
  display: flex;
  align-items: center;
  font-size: 0.26rem;
  color: #fff;
  background: #940000;
  height: 0.5rem;
  line-height: 0.3rem;
  padding: 0 0.2rem;
  border-radius: 30px;
  margin-bottom: 0.2rem;
}
.notice .gg {
  width: 0.42rem;
  margin-right: 0.2rem;
  height: 100%;
}
.marquee-wrap {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

#announce_mobile marquee {
  display: inline-block;
  white-space: nowrap;
  padding: 5px 0 0;
}

#announce_mobile,
#announce_pc {
  overflow: hidden !important;
  width: 100% !important;
}
#announce_pc marquee {
  display: inline-block;
  white-space: nowrap;
}
.net-wrapper ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #940000;
  padding: 0.08rem 0.2rem;
  font-size: 0.24rem;
  color: #fff;
  border-radius: 50px;
  margin-bottom: 0.2rem;
}

.net-wrapper .img1 {
  width: 0.4rem;
  margin-right: 0.3rem;
}

.net-wrapper span {
  flex: 1;
  text-align: center;
  color: #fbf2bf;
}

.net-wrapper .button {
  width: 1.28rem;
  margin-left: 0.4rem;
}

.pp1 {
  font-size: 0.23rem;
  color: #fbf2bf;
  text-align: center;
  line-height: 1.5;
}
.mb10 {
  margin-bottom: 0.1rem;
}
.mb20 {
  margin-bottom: 0.2rem;
}
.links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 0.25rem;
}
.links img {
  display: block;
  width: 100%;
  margin-bottom: 0.1rem;
}
.links-page {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 0.34rem;
  margin-bottom: 0.2rem;
  margin-right: 0.08rem;
}
.links-page a {
  width: 0.32rem;
  height: 100%;
}
.links-page a img {
  display: block;
  width: 100%;
}
.links-page #pageNumber {
  background: url("../image/yieshu.png") 0 0 no-repeat;
  background-size: 100% 100%;
  width: 0.42rem;
  height: 100%;
  font-size: 0.24rem;
  color: #ffffaf;
  text-align: center;
  margin: 0 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kefu {
  position: fixed;
  top: 0%;
  right: 0.1rem;
  z-index: 99;
  width: 0.7rem;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.popup-body {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 600px;
}

.popup-img {
  width: 100%;
}
