body {
  font-size: 0.24rem;
  background-color: #f2f2f2;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

button {
  border: 0;
}

.popbox {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.popbox .layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.popbox .btn-close {
  position: absolute;
}
.popbox .wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
}

header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1rem;
  background-color: rgba(0, 0, 0, 0.6);
}
header .logo {
  position: absolute;
  left: 0.23rem;
  top: 0.17rem;
  height: 0.66rem;
}
header .logo img {
  height: 100%;
}
header .btn-pre, header .btn-menu, header .btn-down {
  float: right;
}
header .btn-pre {
  height: 0.46rem;
  margin-right: 0.35rem;
  margin-top: 0.25rem;
}
header .btn-menu {
  width: 0.46rem;
  margin-right: 0.31rem;
  margin-top: 0.23rem;
}
header .btn-down {
  height: 0.46rem;
  margin-right: 0.35rem;
  margin-top: 0.25rem;
}
header .btn-down img {
  display: block;
  height: 100%;
}

.commu {
  width: 80%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  align-items: baseline;
  gap: 20px;
  margin: 0 auto;
}
.commu a {
  display: inline-block;
}
.commu img, .commu span {
  display: block;
}
.commu img {
  max-width: 0.8rem;
  margin-bottom: 8px;
}
.commu span {
  font-size: 0.2rem;
  text-align: center;
  color: #999;
}

.headerBox {
  display: none;
}
.headerBox .layer {
  z-index: -1;
}
.headerBox .btn-close {
  right: 0.3rem;
  top: 0.27rem;
  width: 0.6rem;
}
.headerBox nav {
  margin-top: 2.2rem;
  margin-bottom: 1.2rem;
  text-align: center;
  border-bottom: 2px solid rgba(255, 223, 18, 0.2);
}
.headerBox nav a {
  display: block;
  line-height: 1.2rem;
  border-top: 2px solid rgba(255, 223, 18, 0.2);
  font-size: 0.36rem;
  color: #ffdf80;
}

.newsBox {
  padding: 0.2rem 0.3rem;
  background-color: #fff;
}
.newsBox .btn-more {
  float: right;
  width: 0.8rem;
  height: 0.36rem;
  margin-top: 0.2rem;
  line-height: 0.36rem;
  text-align: center;
  font-size: 0.2rem;
  color: #333;
  background: url("/static/web202504/images/btn-more.png") 0 0 no-repeat;
  background-size: contain;
}

.newstab {
  position: relative;
  font-size: 0;
  overflow: hidden;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.newstab::after {
  content: "";
  transform: translateY(0);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid #ddd5c8;
}
.newstab li, .newstab a {
  position: relative;
  display: inline-block;
  line-height: 0.8rem;
  font-size: 0.28rem;
  z-index: 1;
  color: #333;
  width: 25%;
  text-align: center;
}
.newstab li:visited, .newstab a:visited {
  color: #997636;
}
.newstab li::after, .newstab a::after {
  z-index: 1;
  transform: translateY(10px);
  transition: transform 0.3s;
}
.newstab li.active, .newstab a.active {
  color: #997636;
}
.newstab li.active::after, .newstab a.active::after {
  content: "";
  transform: translateY(0);
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  border-bottom: 4px solid #997636;
  background: url("/static/web202504/images/icon-arrow-active.png") center bottom no-repeat;
}

.newslist {
  font-size: 0;
}
.newslist.show {
  display: block;
}
.newslist li {
  margin-top: 0.3rem;
}
.newslist a:visited {
  color: #997636;
}
.newslist .tag, .newslist h3 {
  float: left;
}
.newslist h3, .newslist span {
  font-size: 0.24rem;
  vertical-align: top;
}
.newslist h3 {
  font-size: 0.24rem;
  width: 82%;
}
.newslist span {
  font-size: 0.2rem;
  color: #999;
}
.newslist .date {
  width: 18%;
}
.newslist a {
  color: #000;
}

.prebox .btn-close {
  position: static;
  margin: 1.1rem auto 0;
}
.prebox .wrap {
  text-align: center;
  width: 6.3rem;
  height: 4.76rem;
  padding-top: 1.4rem;
  background: url("../images/prebox.png") 0 0 no-repeat;
  background-size: contain;
  transform: translate(-50%, -80%);
}
.prebox label {
  cursor: pointer;
  position: relative;
  padding-left: 24px;
  line-height: 24px;
  display: inline-block;
  color: #33250a;
  font-size: 0.24rem;
  margin: 0 10px;
}
.prebox label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #33250a;
}
.prebox label img {
  vertical-align: middle;
  margin-right: 6px;
}
.prebox label span {
  margin-left: 9px;
}
.prebox input[type=radio] {
  position: absolute;
  opacity: 0;
}
.prebox input[type=radio]:checked + span::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 14px;
  height: 14px;
  background-color: #33250a;
  border-radius: 50%;
}
.prebox input[type=tel] {
  display: block;
  width: 5rem;
  height: 0.78rem;
  line-height: 0.78rem;
  margin: 0.3rem auto 0.5rem;
  background-color: #fff;
  color: #33250a;
  border: 1px solid #999;
  font-size: 0.24rem;
  padding: 0.1rem 0.2rem;
  box-sizing: border-box;
}
.prebox .btn-pre {
  display: block;
  margin: 0 auto;
  width: 3.1rem;
}

#ipt_android + span img {
  width: 20px;
}

#ipt_ios + span img {
  width: 18px;
}

#ipt_pc + span img {
  width: 16px;
}

.popbox.qrcode {
  text-align: center;
}
.popbox.qrcode p {
  font-size: 0.3rem;
  color: #e6c973;
  margin-bottom: 0.35rem;
}
.popbox.qrcode .qrcode-img {
  width: 3.6rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0.1rem;
  margin-bottom: 0.5rem;
  background: url("../images/qrcode-bg.png") 0 0 no-repeat;
  background-size: contain;
}
.popbox.qrcode .qrcode-img img {
  display: block;
  width: 100%;
}
.popbox.qrcode .btn-close {
  position: static;
}

footer {
  font-size: 8px;
  background-color: #000;
  text-align: center;
  padding: 10px;
  color: #fff;
}

footer a {
  color: #fff;
}

footer .footer_logo {
  margin-bottom: 10px;
}

footer p {
  margin-bottom: 5px;
}

@media screen and (orientation: landscape) {
  footer {
    font-size: 12px;
  }
  .headerBox .btn-close {
    width: 0.36rem;
    right: 0.1rem;
    top: 0.1rem;
  }
  .headerBox nav {
    margin-top: 0.6rem;
    margin-bottom: 0.3rem;
  }
  .headerBox nav a {
    line-height: 0.6rem;
    font-size: 0.24rem;
  }
  .headerBox .commu {
    grid-template-columns: repeat(6, 1fr);
  }
  .headerBox .commu span {
    font-size: 0.18rem;
  }
  .headerBox .commu img {
    width: 0.5rem;
    margin-left: auto;
    margin-right: auto;
  }
  .popbox.qrcode p {
    font-size: 0.28rem;
  }
  .popbox.qrcode .qrcode-img {
    width: 2rem;
    margin-bottom: 0.3rem;
  }
  .prebox .wrap {
    width: 5rem;
    height: 80vh;
    transform: translate(-50%, 0);
    top: 0;
    background-position: center 0;
    padding-top: 0.8rem;
  }
  .prebox input[type=tel] {
    width: 70%;
    height: 0.5rem;
    margin-bottom: 0.3rem;
  }
  .prebox .btn-pre {
    width: 2.5rem;
  }
  .prebox .btn-close {
    position: static;
    margin: 0.55rem 0 0 0;
  }
}/*# sourceMappingURL=common.css.map */