body {
  font-size: 14px;
  color: #333;
  background-color: #f0f0f0;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.commu {
  position: relative;
}
.commu span,
.commu a {
  display: inline-block;
  margin-right: 25px;
  background-image: url("//hero3.woniu.com/static/web202504/images/commu.png");
  background-repeat: no-repeat;
  vertical-align: middle;
}
.commu .commu-wx {
  width: 34px;
  height: 29px;
  background-position: 0 -3px;
}
.commu .commu-wx:hover {
  background-position: 0 -59px;
}
.commu .commu-wx:hover + .qrcode {
  display: block;
}
.commu .qrcode {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  left: -68px;
  top: 96px;
  width: 180px;
  height: 180px;
  padding: 10px;
}
.commu .qrcode img {
  width: 100%;
}
.commu .commu-qq {
  width: 27px;
  height: 27px;
  background-position: -59px -3px;
}
.commu .commu-qq:hover {
  background-position: -59px -59px;
}
.commu .commu-weibo {
  width: 31px;
  height: 25px;
  background-position: -113px -3px;
}
.commu .commu-weibo:hover {
  background-position: -113px -59px;
}
.commu .commu-bilibili {
  width: 29px;
  height: 29px;
  background-position: -170px -1px;
}
.commu .commu-bilibili:hover {
  background-position: -170px -57px;
}
.commu .commu-taptap {
  width: 32px;
  height: 19px;
  background-position: -225px -6px;
}
.commu .commu-taptap:hover {
  background-position: -225px -62px;
}
.commu .commu-haoyou {
  width: 30px;
  height: 31px;
  background-position: -282px 0;
}
.commu .commu-haoyou:hover {
  background-position: -282px -56px;
}
.commu .commu-douyin {
  width: 32px;
  height: 31px;
  background-position: -113px 2px;
}
.commu .commu-douyin:hover {
  background-position: -113px -54px;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 88px;
  line-height: 88px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
header .logo {
  position: absolute;
  left: 50px;
  top: 16px;
}
header nav {
  float: right;
  font-size: 20px;
}
header nav a {
  margin: 0 30px;
  color: #fff;
}
header nav a:hover {
  color: #ffdf80;
}
header .commu {
  float: right;
}

.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;
  right: -60px;
  top: -60px;
  width: 60px;
  cursor: pointer;
}
.popbox .wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
}

.prebox .wrap {
  text-align: center;
  width: 630px;
  height: 443px;
  padding-top: 140px;
  background: url("//hero3.woniu.com/static/web202504/images/prebox.png") 0 0 no-repeat;
}
.prebox label {
  cursor: pointer;
  position: relative;
  padding-left: 24px;
  line-height: 24px;
  display: inline-block;
  color: #33250a;
  font-size: 20px;
  margin: 0 25px;
}
.prebox label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  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: 16px;
  height: 16px;
  background-color: #33250a;
  border-radius: 50%;
}
.prebox input[type=tel] {
  display: block;
  width: 510px;
  height: 68px;
  line-height: 68px;
  margin: 25px auto 60px;
  background-color: #fff;
  color: #33250a;
  font-size: 22px;
  border: 1px solid #999;
  padding: 10px 20px;
  box-sizing: border-box;
}

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

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

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

.newslist {
  font-size: 18px;
}
.newslist .tag, .newslist h3 {
  float: left;
}
.newslist h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 80%;
}
.newslist .date {
  float: right;
}
.newslist a {
  color: #000;
}
.newslist a:hover {
  color: #997636;
}

footer {
  background-color: #000;
  padding: 30px;
  color: #858585;
  text-align: center;
}
footer a {
  color: #858585;
}
footer a:hover {
  color: #e0e0e0;
}
footer .footer-logo {
  display: block;
  margin: 0 auto;
}
footer .footer-about {
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 20px;
}
footer .footer-about a {
  color: #b6b6b6;
  margin: 0 20px;
}
footer .footer-about a:hover {
  color: #e0e0e0;
}
footer .footer-txtCont {
  text-align: left;
  display: inline-block;
}
footer .footer-txtCont p {
  line-height: 1.6;
}
footer .footer-txtCont a {
  margin-right: 10px;
}
footer .footer-txtCont a:hover {
  text-decoration: underline;
}

.videoBox .btn-close {
  width: 46px;
}
.videoBox video {
  display: block;
  width: 100%;
}

.floatbox {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -180px;
  width: 180px;
  height: 360px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  z-index: 3;
  background: url("//hero3.woniu.com/static/web202511/images/float-down-bg.png") 0 0 no-repeat;
}
.floatbox .qrcode-img {
  margin-top: 72px;
  margin-left: 15px;
  margin-bottom: 5px;
  display: block;
  width: 150px;
}
.floatbox p {
  font-size: 15px;
  color: #f2eac2;
  text-align: center;
  margin-bottom: 15px;
}
.floatbox p img {
  vertical-align: middle;
  margin-right: 3px;
}
.floatbox .btn-down {
  margin-left: 15px;
  display: block;
  width: 150px;
  height: 44px;
  background: url("//hero3.woniu.com/static/web202504/images/float-down-btn.png") 0 0 no-repeat;
}
.floatbox .btn-down:hover {
  background-position: 0 -80px;
}/*# sourceMappingURL=common.css.map */