.wrapper {
  width: 6.81rem;
  margin: 0 auto;
}
.nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.7rem;
  position: relative;
  z-index: 1;
}
.nav .nav-item {
  font-family: PingFang SC;
  font-weight: Medium;
  font-size: 0.36rem;
  color: #333;
}
.nav .active {
  font-family: PingFang SC;
  font-weight: 800;
  font-size: 0.36rem;
  color: #BB0808;
  position: relative;
}
.nav .active::before {
  content: '';
  width: 0.47rem;
  height: 0.08rem;
  background: url(../img/active.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.16rem;
}
.gs-cont {
  display: none;
}
.gs-cont .title {
  font-family: PingFang SC;
  font-weight: 800;
  font-size: 0.44rem;
  color: #000000;
  line-height: 0.7rem;
  margin-bottom: 0.45rem;
}
.gs-cont .cont {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 0.34rem;
  color: #333333;
  line-height: 0.56rem;
}
.lingdao .title {
  margin-bottom: 0.54rem;
}
.lingdao .lingdao-item {
  margin-bottom: 0.59rem;
  border-bottom: 0.01rem solid #E5E5E5;
  display: flex;
  justify-content: space-between;
}
.lingdao .lingdao-item .name {
  display: inline-block;
  font-family: PingFang SC;
  font-weight: 800;
  font-size: 0.36rem;
  color: #1A1A1A;
  padding-bottom: 0.12rem;
  border-bottom: 0.03rem solid #BB0808;
}
.lingdao .lingdao-item img {
  width: 1.06rem;
  height: 0.04rem;
  margin-bottom: 0.24rem;
}
.lingdao .lingdao-item .jianjie {
  width: 5.25rem;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 0.22rem;
  color: #666666;
  line-height: 0.5rem;
}
.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.56rem;
}
.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;
}
