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

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

/* PC 端隐藏移动版 banner wrapper，避免 slides 堆叠溢出遮挡下方 */
.banner-swiper-container > .mobile-banner-wrapper {
  display: none;
}

@media (max-width: 1080px) {
  .banner-swiper-container > .mobile-banner-wrapper {
    display: flex;
  }
}

/* PC 端隐藏移动端汉堡菜单容器，避免 flex gap 占位 */
@media (min-width: 1081px) {
  .styles_nav__3zu4a .styles_nav_right__1yceC {
    display: none;
  }
}

/* 移动端：放大 nav top 的 logo，打破 PC 继承过来的 8.22:1 扁比例 */
@media (max-width: 1080px) {
  .styles_nav__3zu4a .logo {
    width: 45vw !important;
    min-width: 160px !important;
    max-width: 300px !important;
    aspect-ratio: auto !important;
    height: 9vw !important;
    min-height: 34px !important;
    max-height: 48px !important;
    background-size: contain !important;
    background-position: left center !important;
    background-repeat: no-repeat !important;
  }
}

/* 底部活动栏"马上开户"按钮背景色 */
.FooterActive_ative_wrap__1k0hk .FooterActive_right__1djj2 .FooterActive_btn3__2yX4t {
  background: #b0a501;
}

/* 删除"电脑版下载"按钮后，给剩余按钮之间补 20px 间距 */
.FooterActive_ative_wrap__1k0hk .FooterActive_right__1djj2 {
  gap: 20px;
}

/* 首页 calendar-list（行情中心）：高度与左侧 kchart 严格对齐
   链条：common-container(flex) -> calendar-container stretch -> calendar-list flex-grow
        -> items flex:1 等分 -> 内部 summary flex:1 吸收剩余
*/
.calendar-list {
  flex-grow: 1;
  min-height: 0; /* 允许 flex 子元素在父容器内正确收缩 */
  display: flex;
  flex-direction: column;
}

.calendar-list .styles_calender_list__lwLZ4 {
  flex: 1 1 auto;
  min-height: 0;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: transparent;
}

.calendar-list .calendar-news-item {
  flex: 1 1 0 !important;
  min-height: 0;
  display: flex !important;
  flex-direction: column;
  gap: 4px;
  padding: 12px 18px !important;
  margin: 0 !important;
  background: #fff !important;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
}

.calendar-list .calendar-news-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}

.calendar-list .calendar-news-title {
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.calendar-list .calendar-news-item:hover .calendar-news-title {
  color: #b0a501;
}

.calendar-list .calendar-news-date {
  flex: 0 0 auto;
  font-size: 11px;
  color: #999;
}

.calendar-list .calendar-news-summary {
  flex: 0 1 auto;
  min-height: 0;
  font-size: 12px;
  line-height: 1.55;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 移动端：没有左侧图表约束，改回按内容高度堆叠 */
@media (max-width: 1080px) {
  .calendar-list {
    min-height: auto;
  }
  .calendar-list .styles_calender_list__lwLZ4 {
    flex: initial;
    min-height: auto;
    gap: 2vw;
  }
  .calendar-list .calendar-news-item {
    flex: 0 0 auto !important;
    padding: 4vw 5vw !important;
    border-radius: 1vw;
    overflow: visible;
  }
  .calendar-list .calendar-news-title {
    font-size: 4vw;
  }
  .calendar-list .calendar-news-date {
    font-size: 3vw;
  }
  .calendar-list .calendar-news-summary {
    font-size: 3.2vw;
    flex: 0 0 auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.qrcode {
  /*background: white;*/
  background: url('../img/qr-code_bg.webp') no-repeat;
  padding: 18px;
  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;   
    }
}

