.lxwm {
  width: 7.26rem;
  height: 12.07rem;
  margin: 0 auto;
  background: url(../img/lxwm.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.lxwm .lxwm-title {
  width: 3.91rem;
  height: 0.4rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0.81rem;
}
.lxwm .lxwm-title img {
  width: 100%;
  height: 100%;
}
.lxwm .info {
  width: 4.45rem;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 0.32rem;
  color: #1A1A1A;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1.81rem;
}
.lxwm .info p {
  margin-bottom: 0.2rem;
}
.lxwm .qrcode {
  width: 3.3rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2.57rem;
}
.lxwm .qrcode img {
  display: block;
  width: 2.63rem;
  height: 2.63rem;
  margin: 0 auto;
  margin-bottom: 0.49rem;
}
.lxwm .qrcode p {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 0.3rem;
  color: #666666;
}
.nav1 {
  width: 100%;
  display: flex;
  align-items: center;
  overflow-x: auto;
  scrollbar-width: none;
  box-sizing: border-box;
  padding-left: 0.31rem;
  margin-bottom: 0.52rem;
  height: 0.8rem;
  position: relative;
  z-index: 10;
  margin-top: -1.5rem;
}
.nav1 .nav1-item {
  flex-shrink: 0;
  text-align: center;
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 0.36rem;
  color: #333;
  margin-right: 0.4rem;
  text-decoration: none;
}
.nav1 .active {
  color: #bb0808;
  position: relative;
}
.nav1 .active::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -0.16rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.47rem;
  height: 0.08rem;
  background-color: #bb0808;
  border-radius: 0.04rem;
}
.nav1::-webkit-scrollbar {
  width: 0rem;
  display: none;
}
