.wrapper {
  width: 6.9rem;
  margin: 0 auto;
}
.adv {
  height: 1.4rem;
  border-radius: 0.1rem;
  margin-bottom: 0.35rem;
  margin-top: -1.5rem;
  position: relative;
  z-index: 1;
}
.adv img {
  width: 100%;
  height: 1.4rem;
  border-radius: 0.1rem;
}
.main-swiper {
  overflow: hidden;
  position: relative;
  margin-bottom: 0.48rem;
  box-sizing: border-box;
  padding-right: 0.2rem;
}
.main-swiper .mainSwiper-item {
  display: block;
  width: 6.6rem;
  height: 5rem;
  border-radius: 0.1rem;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  position: relative;
}
.main-swiper .mainSwiper-item img {
  width: 100%;
  height: 3.71rem;
  border-radius: 0.1rem 0.1rem 0rem 0rem;
}
.main-swiper .mainSwiper-item .item-title {
  width: 100%;
  height: 0.8rem;
  background: url(../img/swiper-title-bg.png) no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 0.08rem 1.09rem 0 0.21rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 0.28rem;
  color: #FFFFFF;
  line-height: 0.34rem;
  position: absolute;
  left: 0;
  top: 2.91rem;
}
.main-swiper .mainSwiper-item .summary {
  width: 100%;
  height: 1.3rem;
  box-sizing: border-box;
  padding: 0.25rem 0.52rem 0 0.24rem;
  position: relative;
}
.main-swiper .mainSwiper-item .summary .summary-info {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 0.32rem;
  color: #333333;
  line-height: 0.44rem;
}
.main-swiper .mainSwiper-item .summary .more {
  position: absolute;
  right: 0.17rem;
  bottom: 0.19rem;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 0.26rem;
  color: #BB0808;
}
.main-swiper .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.main-swiper .swiper-wrapper .swiper-slide {
  opacity: 0;
  width: 6rem;
  width: 80%;
  /* 主slide宽度（中间显示） */
  height: auto;
  position: relative;
  z-index: 1;
  /* 非活跃slide层级低 */
  transform: scale(0.9);
  /* 非活跃slide缩小 */
  transition: all 0.4s;
}
.main-swiper .swiper-wrapper .swiper-slide-active {
  width: 6.6rem;
  z-index: 10;
  /* 覆盖前后slide */
  opacity: 1;
  transform: scale(1);
}
.main-swiper .swiper-wrapper .swiper-slide-prev {
  opacity: 1;
}
.main-swiper .swiper-wrapper .swiper-slide-next {
  opacity: 1;
}
.main-swiper .swiper-pagination {
  position: absolute;
  bottom: 1.5rem;
  right: 0.24rem;
  font-family: PingFang SC;
  font-weight: 800;
  font-size: 0.24rem;
  color: #FFFFFF;
  text-align: right;
  box-sizing: border-box;
  padding-right: 0.8rem;
}
.main-swiper .swiper-pagination .swiper-pagination-current {
  font-size: 0.3rem;
}
.main-swiper .swiper-pagination .swiper-pagination-total {
  font-size: 0.24rem;
}
.news-item {
  display: block;
  text-decoration: none;
  box-sizing: border-box;
  padding-left: 0.3rem;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 0.34rem;
  color: #333333;
  line-height: 0.46rem;
  margin-bottom: 0.28rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.news-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 0.1rem;
  height: 0.1rem;
  background: url(../img/point.png) no-repeat;
  background-size: 100% 100%;
}
.line {
  width: 100%;
  height: 0.1rem;
  background-color: #f5f5f5;
  margin-bottom: 0.3rem;
}
.nav-cont {
  box-sizing: border-box;
  padding: 0 0.18rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.56rem;
}
.nav-cont .nav-item {
  display: block;
  text-decoration: none;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 0.36rem;
  color: #333;
}
.nav-cont .active {
  font-weight: 800;
  color: #BB0808;
  position: relative;
}
.nav-cont .active::after {
  content: '';
  width: 0.46rem;
  height: 0.08rem;
  background: url(../img/active-line.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.24rem;
}
.pic-news-cont .pic-news-item {
  display: block;
  text-decoration: none;
  width: 100%;
  margin-bottom: 0.48rem;
}
.pic-news-cont .pic-news-item img {
  width: 100%;
  height: 3.88rem;
  margin-bottom: 0.25rem;
}
.pic-news-cont .pic-news-item .item-title {
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 0.34rem;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.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;
}
.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;
}
