@media screen and (max-width: 1200px) {
  .adapt.w {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .adapt.w {
    width: 100%;
  }
  .adapt #wrapBox1 {
    width: 280px;
  }
  .adapt #wrapBox1 a {
    width: 100%;
  }
  .adapt #wrapBox1 .swiper-slide {
    height: 50px;
  }
  .adapt.topic-box .enter {
    font-size: 16px;
    width: 74px;
    line-height: 20px;
    height: 56px;
    display: block;
    position: static;
    width: 100%;
    background-color: #fff;
    color: #2d66a5;
    text-align: left;
    height: auto;
  }
  .adapt.topic-box .enter::before {
    content: '';
    display: inline-block;
    width: 2px;
    height: 14px;
    margin-right: 12px;
    background-color: #2d66a5;
  }
  .adapt.topic-box .warp-pic-list {
    margin-left: 0;
    padding: 8px 38px;
  }
  .adapt.topic-box {
    height: 110px;
  }
  .adapt.topic-box .swiper-button-prev,
  .adapt.topic-box .swiper-button-next {
    top: 47px;
  }
  .adapt.topic-box .swiper-button-prev {
    left: 10px;
  }
  .adapt.topic-box .swiper-button-next {
    right: 10px;
  }
  .adapt.topic-box .warp-pic-list .swiper-slide {
    height: 40px;
  }
}
@media screen and (max-width: 370px) {
  .adapt.w {
    width: 100%;
  }
  .adapt #wrapBox1 {
    width: 250px;
  }
  .adapt #wrapBox1 a {
    width: 100%;
  }
  .adapt #wrapBox1 .swiper-slide {
    height: 40px;
  }
  .adapt.topic-box {
    height: 110px;
  }
  .adapt.topic-box .swiper-button-prev,
  .adapt.topic-box .swiper-button-next {
    top: 43px;
  }
}
