.grid-swiper .swiper-pagination {
  visibility: hidden;
}

.banner-swiper-container {
  position: relative;
  overflow: hidden;
}

.qrcode {
  background: white;
  padding: 20px;
  height: auto !important;
  z-index: 1;
}

.download_header__6jmEs h5:hover .qrcode,
.FooterActive_ative_wrap__1k0hk
  .FooterActive_right__1djj2
  .FooterActive_btn1__3qLUU:hover
  .qrcode,
.styles_download__1K54z .intro .btn.mobile:hover > span {
  display: grid;
}

.download_header__6jmEs a .qrcode,
.download_header__6jmEs button .qrcode,
.download_header__6jmEs h5 .qrcode {
  width: auto;
}

.product_content {
  display: none;
}
.product_content.active {
  display: block;
}

.page-numbers {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #fafafa;
  margin: 0 10px;
  cursor: pointer;
}

.page-numbers.current {
  background: #ff7401;
  color: #fff;
}

.page-numbers.prev,
.page-numbers.next {
  width: 60px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #fafafa;
  cursor: pointer;
}

.styles_detail__3BLcC h1 {
    font-size: 18px;
    color: #333;
    margin-bottom: 30px;
}

.wechat-qrcode img {
    margin: 10px auto;
}

.article-container.container {
    margin-bottom: 100px;
}

.Pagination_page_wrap__37QUY {
    justify-content: center;
}

.mobile {
    display: none;
}

.hot-rankings.hot-rankings {
    background: white;
    padding: 36px 30px 30px 30px;
}

.AcademyDetail_right__l_c93.AcademyDetail_right__l_c93>:first-child {
    margin-top: 20px;
}

.hot-column {
    background: white;
    padding: 16px 30px 30px 30px;
}

.hot-column .common__h {
    line-height: 28px;
}

.hot-column .title-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.hot-column .current-column-article-info .title {
    font-size: 14px;
}

.hot-column .current-column-article-info .summary {
    font-size: 12px;
}

.btn.btn-down.mobile.pc { 
    display: inline-block;   
    max-width: 190px;
}

.AcademyDetail_content__35_9N p + p {
    margin-top: 30px;
}


.styles_download__2PPfL {
    width: unset;
}

.styles_download__2PPfL>div:last-child {
    padding: 0;
}

.download-wrap__pcDown {
    background: #ffc361;
    border: 1px solid #ffc361;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    font-family: PingFangSC;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    width: 85%;
    height: 36px;
    margin: 8px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.styles_download__2PPfL>div:last-child a.more {
    margin-bottom: 8px;
    background: unset;
}

.item-body{
    font-size: 16px;
}

@media (min-width: 1200px) {
  .grid-swiper .swiper-slide:nth-child(-n + 4) {
    margin-top: 0;
  }

  .grid-swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    pointer-events: none;
  }
}

@media (max-width: 1080px) {
  .download_list_wrap__3yOnb h4 {
    font-size: 6.4vw;
    margin-bottom: 4vw;
    line-height: 8vw;
  }
  .strength-container .swiper-pagination {
    visibility: hidden;
  }
  
  .styles_search__1XjA7 {
    display: flex;
    height: 200px;
   }
   
   .styles_search__1XjA7 input {
     width: 100%;
     margin: 30px auto 20px;
   }
   
   .styles_detail__3BLcC {
       display: block;
   }
   
   .mobile {
        display: block;
    }
    
    .mobile.content .contentWrap {
        padding: 4vw;
    }
    
    .mobile .styles_frontPageArticle__OqhMp.styles_streamline__T9_2X, .AcademyDetail_relatedSuggestion__2knQC {
        padding: 4.5vw 4vw;
    }
    
    .mobile .current-column-article-container {
        margin-top: 4.5vw;
    }
    
    .mobile .current-column-article-info {
        display: flex;
        flex-direction: column;
        margin-left: 5.5vw;
    }
    
    .mobile .current-column-article-info .summary {
        margin-top: auto;
        font-size: 3vw;
    }
    
    .mobile .current-column-article-item img {
        width: 25vw;
        height: 19.5vw;
    }
    
    .mobile .current-column-article-info .title {
        font-size: 4vw;
    }
    
    .mobile .styles_frontPageArticle__OqhMp .styles_top__punT3 h2 {
        font-size: 6.25vw;
    }
    
    .mobile .current-column-article-container .view-more {
        width: 100%;
        background: #F2F2F2;
        text-align: center;
        height: 11vw;
        display: grid;
        place-items: center;
        color: #737373;
    }
    
    .styles_download__1K54z .intro .btn.mobile {
        text-align: center;
    }

    .panel p + p {
        margin-top: 4vw;
    }
    
    .pc {
        display: none;
    }
    
    .btn.btn-down.mobile.pc { 
        display: none;   
    }
}

