/* AntNews static high-fidelity theme styles */
:root {
      --theme-container-width: 1200px;
      --theme-color: #206be7;
      --theme-hover: #1162e8;
      --theme-body-bg-color: #f5f5f5;
      --theme-el-bg-color: #fff;
      --theme-black-color: hsl(0, 0%, 10%);
      --theme-gray-color: hsla(0, 0%, 10%, .8);
      --theme-light-color: hsla(0, 0%, 10%, .6);
      --theme-line-color: hsla(0, 0%, 10%, .07);
      --theme-border-radius-s: 3px;
      --theme-border-radius-m: 5px;
      --theme-border-radius-l: 8px;
      --theme-border-radius-xl: 12px;
      --theme-font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
      --thumb-ratio-default: 480 / 300;
    }

    * {
      box-sizing: border-box;
    }

    html {
      font-size: 10px;
      -webkit-text-size-adjust: 100%;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    body {
      margin: 0;
      color: var(--theme-black-color);
      background: var(--theme-body-bg-color);
      font-family: var(--theme-font-family);
      font-size: 14px;
      line-height: 1.428571429;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

    a {
      color: var(--theme-color);
      text-decoration: none;
    }

    a:hover {
      color: var(--theme-hover);
    }

    img {
      border: 0;
      max-width: 100%;
      height: auto;
      vertical-align: middle;
    }

    ol,
    ul {
      margin: 0;
      padding: 0;
      list-style: none;
    }

    h1,
    h2,
    h3,
    h4,
    p {
      margin-top: 0;
    }

    .container {
      width: var(--theme-container-width);
      margin-left: auto;
      margin-right: auto;
      padding-left: 10px;
      padding-right: 10px;
    }

    .top-news {
      position: sticky;
      top: 0;
      z-index: 1000;
      width: 100%;
      height: 60px;
      padding: 0 28px;
      color: #fff;
      background: var(--theme-color);
    }

    .top-news-content {
      width: 1209px;
      height: 60px;
      margin: 0 auto;
      padding: 0 50px 0 0;
      display: flex;
      align-items: center;
      position: relative;
      line-height: 18px;
    }

    .top-news-content .content-text {
      display: -webkit-box;
      width: 100%;
      max-height: 48px;
      overflow: hidden;
      color: inherit;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
    }

    .top-news-close {
      position: absolute;
      top: 50%;
      right: 10px;
      width: 20px;
      height: 20px;
      padding: 0;
      border: 1px solid #fff;
      border-radius: 50%;
      color: #fff;
      background: transparent;
      line-height: 18px;
      text-align: center;
      transform: translateY(-50%);
      cursor: pointer;
    }

    .header {
      position: sticky;
      top: 36px;
      z-index: 999;
      width: 100%;
      height: 64px;
      background: #fff;
      box-shadow: 0 0 3px 1px rgba(26, 26, 26, .06);
    }

    .header > .container {
      width: 100%;
      height: 64px;
      padding-left: 28px;
      padding-right: 28px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .brand-nav {
      display: flex;
      align-items: center;
      min-width: 0;
    }

    .logo {
      width: 148px;
      height: 64px;
      display: flex;
      align-items: center;
      margin: 0;
      flex: 0 0 auto;
      font-size: 20px;
      line-height: 20px;
      font-weight: 500;
    }

    .logo a {
      display: block;
      width: 148px;
      height: 36px;
    }

    .logo img {
      display: block;
      width: 148px;
      height: 36px;
    }

    .nav {
      margin-left: 25px;
      display: flex;
      align-items: center;
      height: 64px;
      font-size: 14px;
    }

    .nav > li {
      position: relative;
      height: 64px;
    }

    .nav > li > a {
      display: block;
      height: 64px;
      padding: 0 15px;
      color: var(--theme-black-color);
      line-height: 64px;
      white-space: nowrap;
    }

    .nav > li.active > a,
    .nav > li > a:hover {
      color: var(--theme-color);
    }

    .nav > li.dropdown > a::after {
      content: "⌄";
      margin-left: 4px;
      font-size: 13px;
      color: var(--theme-light-color);
    }

    .navbar-action {
      width: 224px;
      height: 26px;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 16px;
      color: var(--theme-black-color);
    }

    .navbar-action a {
      color: var(--theme-black-color);
      line-height: 26px;
    }

    .navbar-action a:hover {
      color: var(--theme-color);
    }

    .navbar-action .submit {
      height: 26px;
      padding: 0 12px;
      border-radius: var(--theme-border-radius-m);
      color: #fff;
      background: var(--theme-color);
      line-height: 26px;
    }

    #wrap {
      width: 100%;
    }

    .wrap.container {
      width: 1200px;
      height: auto;
      margin-top: 20px;
      padding-left: 10px;
      padding-right: 10px;
      display: flex;
      align-items: flex-start;
      gap: 20px;
      position: relative;
    }

    .main {
      width: 860px;
      flex: 1 1 0%;
      min-width: 0;
    }

    .sidebar {
      width: 300px;
      flex: 0 0 auto;
      position: sticky;
      top: 120px;
    }

    .slider-wrap {
      width: 100%;
      height: 320px;
      margin-bottom: 20px;
      display: flex;
      justify-content: space-between;
      overflow: visible;
    }

    .main-slider {
      width: calc(100% - 236px);
      height: 320px;
      position: relative;
      overflow: hidden;
      border-radius: 12px;
      background: rgba(26, 26, 26, .04);
    }

    .main-slider img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .slider-mask {
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(0,0,0,0) 38%, rgba(0,0,0,.78) 100%);
    }

    .main-slider h2 {
      position: absolute;
      left: 24px;
      right: 24px;
      bottom: 42px;
      margin: 0;
      color: #fff;
      font-size: 24px;
      line-height: 1.35;
      font-weight: 500;
    }

    .slider-dots {
      position: absolute;
      left: 24px;
      bottom: 22px;
      display: flex;
      gap: 6px;
      z-index: 2;
    }

    .slider-dots button {
      width: 18px;
      height: 3px;
      border-radius: 3px;
      background: rgba(255,255,255,.45);
      border: none;
      padding: 0;
      cursor: pointer;
      transition: background 0.2s ease, width 0.2s ease;
    }

    .slider-dots button:hover {
      background: rgba(255,255,255,.75);
    }

    .slider-dots button.active {
      width: 24px;
      background: #fff;
    }

    .slider-right {
      width: 226px;
      height: 320px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .side-card {
      width: 226px;
      height: 153px;
      position: relative;
      overflow: hidden;
      border-radius: 8px;
      background: rgba(26, 26, 26, .04);
    }

    .side-card img {
      width: 226px;
      height: 153px;
      object-fit: cover;
      display: block;
    }

    .side-card h3 {
      position: absolute;
      left: 14px;
      right: 14px;
      bottom: 13px;
      margin: 0;
      color: #fff;
      font-size: 16px;
      line-height: 1.36;
      font-weight: 500;
    }

    .sec-panel {
      width: 860px;
      margin-bottom: 20px;
      overflow: hidden;
      border-radius: 12px;
      background: #fff;
    }

    .topic-recommend {
      height: 207px;
    }

    .sec-panel-head {
      height: 66px;
      padding: 17px 20px 0;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
    }

    .sec-panel-head h2 {
      margin: 0;
      color: var(--theme-black-color);
      font-size: 18px;
      line-height: 26px;
      font-weight: 500;
    }

    .sec-panel-head small {
      margin-left: 8px;
      color: var(--theme-light-color);
      font-size: 14px;
      font-weight: 400;
    }

    .sec-panel-head .more {
      margin-top: 3px;
      color: var(--theme-light-color);
      font-size: 14px;
      line-height: 20px;
    }

    .topic-list {
      width: 820px;
      height: 121px;
      margin: 0 20px 20px;
      display: flex;
      gap: 15px;
    }

    .topic-list li {
      width: 193.75px;
      height: 121px;
    }

    .topic-wrap {
      width: 193.75px;
      height: 121px;
      position: relative;
      display: block;
      overflow: hidden;
      border-radius: 8px;
      color: #fff;
      background: rgba(26, 26, 26, .04);
    }

    .topic-wrap img {
      width: 193.75px;
      height: 121px;
      object-fit: cover;
      display: block;
      transition: .3s ease-out;
    }

    .topic-wrap:hover img {
      transform: scale(1.03);
    }

    .topic-wrap .topic-title {
      position: absolute;
      left: 15px;
      right: 15px;
      bottom: 14px;
      z-index: 2;
      color: #fff;
      font-size: 18px;
      line-height: 24px;
      font-weight: 500;
    }

    .main-list {
      min-height: 0;
      overflow: visible;
    }

    .tabs-head {
      height: 60px;
      padding: 0 20px;
      border-bottom: 1px solid var(--theme-line-color);
      align-items: center;
    }

    .tabs-head h2 {
      line-height: 60px;
    }

    .tabs {
      display: flex;
      gap: 24px;
      height: 60px;
      align-items: center;
      font-size: 14px;
    }

    .tabs li,
    .tabs a {
      color: var(--theme-light-color);
    }

    .tabs .active,
    .tabs a:hover {
      color: var(--theme-color);
    }

    .post-loop {
      width: 860px;
      margin: 1px 0 0;
      padding: 0 20px;
    }

    .post-loop .item {
      width: 820px;
      min-height: 194.8px;
      padding: 20px 0;
      display: flex;
      align-items: stretch;
      overflow: hidden;
      border-bottom: 1px solid var(--theme-line-color);
      transition: .3s;
    }

    .post-loop .item:hover {
      margin: 0 -20px;
      padding: 20px;
      border-radius: 12px;
      background: rgba(32, 107, 231, .03);
    }

    .item-img {
      width: 246px;
      height: 154px;
      flex: 0 0 auto;
      position: relative;
    }

    .item-img a {
      width: 246px;
      height: 154px;
      display: block;
      overflow: hidden;
      border-radius: 8px;
      background: rgba(26, 26, 26, .04);
    }

    .item-img img {
      width: 246px;
      height: 154px;
      object-fit: cover;
      display: block;
      transition: .3s ease-out;
    }

    .item-img a:hover img {
      transform: scale(1.03);
    }

    .item-category {
      position: absolute;
      left: 10px;
      top: 10px;
      z-index: 2;
      padding: 4px 8px;
      border-radius: 3px;
      color: #fff;
      background: rgba(26, 26, 26, .62);
      font-size: 12px;
      line-height: 16px;
    }

    .item-content {
      width: 100%;
      min-width: 0;
      padding-left: 20px;
      display: grid;
      grid-template-rows: min-content auto 24px;
    }

    .item-title {
      margin: 0 0 10px;
      color: var(--theme-black-color);
      font-size: 20px;
      line-height: 30px;
      font-weight: 500;
    }

    .item-title a {
      display: -webkit-box;
      max-height: 60px;
      overflow: hidden;
      color: var(--theme-black-color);
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
    }

    .item-title a:hover {
      color: var(--theme-hover);
    }

    .sticky-post {
      display: inline-block;
      margin-top: 5px;
      margin-right: 6px;
      padding: 0 5px;
      border-radius: 3px;
      color: #fff;
      background: var(--theme-color);
      font-size: 12px;
      line-height: 20px;
      font-weight: 400;
      vertical-align: top;
    }

    .item-excerpt {
      max-height: 52px;
      margin-bottom: 15px;
      overflow: hidden;
      display: -webkit-box;
      color: var(--theme-gray-color);
      font-size: 16px;
      line-height: 26px;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
    }

    .item-excerpt p {
      margin: 0;
    }

    .item-meta {
      color: var(--theme-light-color);
      font-size: 12px;
      line-height: 24px;
    }

    .item-meta img {
      width: 24px;
      height: 24px;
      margin-right: 6px;
      border-radius: 50%;
      vertical-align: top;
    }

    .item-meta-li {
      display: inline-block;
      margin-right: 15px;
      line-height: 24px;
      vertical-align: top;
    }

    .item-meta-right {
      float: right;
      line-height: inherit;
    }

    .item-no-thumb {
      display: block !important;
      min-height: 152px !important;
    }

    .item-no-thumb .item-content {
      padding-left: 0;
    }

    .item3 {
      display: block !important;
      min-height: 280px !important;
    }

    .item3 .item-content {
      padding-left: 0;
      display: block;
    }

    .item-images {
      display: flex;
      justify-content: space-between;
      margin-bottom: 10px;
    }

    .item-images img {
      width: calc(25% - 6px);
      height: 126px;
      object-fit: cover;
      border-radius: 8px;
    }

    .widget {
      width: 300px;
      margin-bottom: 20px;
      padding: 15px;
      overflow: hidden;
      border-radius: 8px;
      background: #fff;
    }

    .widget_image {
      height: 320px;
      padding: 0;
      background: transparent;
    }

    .widget_image img {
      width: 300px;
      height: 320px;
      object-fit: cover;
      border-radius: 8px;
      display: block;
    }

    .widget-title {
      position: relative;
      width: 270px;
      height: 16px;
      margin: 2px 0 15px;
      padding-left: 12px;
      color: var(--theme-black-color);
      font-size: 16px;
      line-height: 16px;
      font-weight: 500;
    }

    .widget-title::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 3px;
      height: 16px;
      border-radius: 3px;
      background: var(--theme-color);
    }

    .widget-title .more {
      float: right;
      color: var(--theme-light-color);
      font-size: 13px;
      font-weight: 400;
    }

    .kuaixun-list li {
      position: relative;
      padding: 0 0 14px 15px;
      margin-bottom: 14px;
      border-bottom: 1px solid var(--theme-line-color);
    }

    .kuaixun-list li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 7px;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--theme-color);
    }

    .kuaixun-list a {
      display: block;
      color: var(--theme-black-color);
      font-size: 14px;
      line-height: 20px;
    }

    .kuaixun-list span {
      display: block;
      margin-top: 6px;
      color: var(--theme-light-color);
      font-size: 12px;
      line-height: 18px;
    }

    .tab-widget {
      height: 612px;
    }

    .widget-tabs {
      display: flex;
      gap: 18px;
      height: 28px;
      margin-bottom: 12px;
      border-bottom: 1px solid var(--theme-line-color);
    }

    .widget-tabs a {
      color: var(--theme-light-color);
      line-height: 28px;
    }

    .widget-tabs a.active {
      color: var(--theme-color);
      font-weight: 500;
    }

    .hot-list li {
      display: flex;
      gap: 10px;
      padding: 12px 0;
      border-bottom: 1px solid var(--theme-line-color);
    }

    .hot-list img {
      width: 86px;
      height: 54px;
      object-fit: cover;
      border-radius: 5px;
      flex: 0 0 auto;
    }

    .hot-list a {
      display: block;
      color: var(--theme-black-color);
      font-size: 14px;
      line-height: 20px;
    }

    .hot-list span {
      display: block;
      margin-top: 6px;
      color: var(--theme-light-color);
      font-size: 12px;
    }

    .product-widget {
      height: 755px;
    }

    .product-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 18px 14px;
    }

    .product-grid img {
      width: 128px;
      height: 80px;
      object-fit: cover;
      border-radius: 6px;
    }

    .product-grid h4 {
      width: 128px;
      height: 42px;
      margin: 0;
      padding-top: 6px;
      overflow: hidden;
      color: var(--theme-black-color);
      font-size: 18px;
      line-height: 19.8px;
      font-weight: 500;
    }

    .partner {
      width: 1200px;
      margin: 0 auto;
      padding: 0 10px;
    }

    .partner-panel {
      width: 1180px;
      height: 215px;
      padding: 0;
      background: #fff;
      border-radius: 12px;
      overflow: hidden;
    }

    .partner-row {
      padding: 20px;
      border-bottom: 1px solid var(--theme-line-color);
    }

    .partner-row:last-child {
      border-bottom: 0;
    }

    .partner-row h2 {
      margin: 0 0 14px;
      font-size: 18px;
      line-height: 26px;
      font-weight: 500;
    }

    .partner-row h2 small {
      margin-left: 8px;
      color: var(--theme-light-color);
      font-size: 14px;
      font-weight: 400;
    }

    .links {
      display: flex;
      flex-wrap: wrap;
      gap: 12px 22px;
    }

    .links a {
      color: var(--theme-gray-color);
    }

    .footer {
      width: 100%;
      height: 152px;
      margin-top: 0;
      padding: 50px 0;
      color: rgba(255, 255, 255, .7);
      background: rgb(45, 50, 54);
      font-size: 14px;
      line-height: 20px;
    }

    .footer a {
      color: rgba(255, 255, 255, .7);
    }

    .footer-nav {
      margin-bottom: 12px;
      display: flex;
      justify-content: center;
      gap: 18px;
    }

    .copyright {
      text-align: center;
    }

.footer-bar {
  display: none !important;
}

    .action {
      position: fixed;
      right: 0;
      top: 350px;
      z-index: 50;
      width: 40px;
      border-radius: 8px 0 0 8px;
      overflow: hidden;
    }

    .action a {
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-bottom: 1px solid var(--theme-line-color);
      color: var(--theme-light-color);
      background: #fff;
      font-size: 18px;
    }

    @media (max-width: 1239px) {
      .top-news-content,
      .wrap.container,
      .partner,
      .container {
        width: 100%;
      }

      .main {
        width: calc(100% - 320px);
      }

      .sec-panel,
      .post-loop,
      .slider-wrap {
        width: 100%;
      }
    }

    @media (max-width: 991px) {
      .header {
        top: 0;
      }

      .top-news {
        position: relative;
      }

      .header > .container {
        padding-left: 15px;
        padding-right: 15px;
      }

      .nav,
      .navbar-action {
        display: none;
      }

      .wrap.container {
        display: block;
      }

      .main,
      .sidebar {
        width: 100%;
      }

      .sidebar {
        position: static;
      }

      .slider-wrap {
        height: auto;
      }

      .main-slider {
        width: 100%;
        height: 42vw;
        min-height: 240px;
      }

      .main-slider img {
        width: 100%;
        height: 100%;
      }

      .slider-right {
        display: none;
      }
    }

    /* Landscape tablet: restore desktop slider layout */
    @media (orientation: landscape) and (min-width: 768px) {
      .slider-wrap {
        height: 320px;
        display: flex;
        justify-content: space-between;
        overflow: visible;
      }
      .main-slider {
        width: calc(100% - 236px);
        height: 320px;
      }
      .main-slider img {
        width: 100%;
        height: 100%;
      }
      .main-slider .slider-item img {
        width: 100%;
        height: 100%;
      }
      .main-slider h2 {
        font-size: 24px;
      }
      .slider-right {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 226px;
        height: 320px;
      }
      .side-card {
        width: 226px;
        height: 153px;
      }
      .side-card img {
        width: 226px;
        height: 153px;
      }
      .slider-dots {
        left: 24px;
        bottom: 22px;
      }
    }

    @media (max-width: 767px) {
      .wrap.container {
        margin-top: 15px;
      }

      .sec-panel-head {
        height: auto;
        padding: 15px;
        display: block;
      }

      .topic-recommend {
        height: auto;
      }

      .topic-list {
        width: auto;
        height: auto;
        margin: 0 15px 15px;
        flex-wrap: wrap;
      }

      .topic-list li,
      .topic-wrap,
      .topic-wrap img {
        width: 100%;
      }

      .post-loop {
        padding: 0 15px;
      }

      .post-loop .item,
      .post-loop .item:hover {
        width: 100%;
        min-height: auto;
        margin: 0;
        padding: 15px 0;
        background: none;
      }

      .item-img {
        width: 33%;
        height: auto;
      }

      .item-img a,
      .item-img img {
        width: 100%;
        height: auto;
        aspect-ratio: 480 / 300;
      }

      .item-content {
        padding-left: 10px;
        grid-template-rows: auto 0 16px;
      }

      .item-title {
        font-size: 17px;
        line-height: 1.36;
        font-weight: 400;
      }

      .item-excerpt {
        display: none;
      }

      .partner {
        display: none;
      }
    }

/* Additional page templates */
:root {
  --theme-container-width: 1200px;
  --theme-color: #206be7;
  --theme-hover: #1162e8;
  --theme-body-bg-color: #f5f5f5;
  --theme-el-bg-color: #fff;
  --theme-black-color: hsl(0, 0%, 10%);
  --theme-gray-color: hsla(0, 0%, 10%, .8);
  --theme-light-color: hsla(0, 0%, 10%, .6);
  --theme-line-color: hsla(0, 0%, 10%, .07);
  --theme-border-radius-s: 3px;
  --theme-border-radius-m: 5px;
  --theme-border-radius-l: 8px;
  --theme-border-radius-xl: 12px;
  --theme-font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
}

* { box-sizing: border-box; }
html { font-size: 10px; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  color: var(--theme-black-color);
  background: var(--theme-body-bg-color);
  font-family: var(--theme-font-family);
  font-size: 14px;
  line-height: 1.428571429;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Safety net: prevent injected CSS (e.g. from comments) from constraining body layout. */
html > body {
  max-width: none;
  padding: 0;
  border: 0;
}
a { color: var(--theme-color); text-decoration: none; }
a:hover { color: var(--theme-hover); }
img { max-width: 100%; height: auto; vertical-align: middle; border: 0; }
ol, ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, p, figure { margin-top: 0; }

.container {
  width: var(--theme-container-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.top-news {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 36px;
  padding: 0 16px;
  color: #fff;
  background: var(--theme-color);
}

.top-news-content {
  width: 1209px;
  height: 36px;
  margin: 0 auto;
  padding: 0 36px 0 0;
  display: flex;
  align-items: center;
  position: relative;
  line-height: 18px;
}

.top-news-content .content-text {
  position: relative;
  width: 100%;
  height: 18px;
  overflow: hidden;
  color: inherit;
  line-height: 18px;
}
.top-news-content .content-text .top-news-item {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  pointer-events: none;
}
.top-news-content .content-text .top-news-item.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.top-news-content .content-text .top-news-item a {
  color: inherit;
  text-decoration: underline;
}
.top-news-content .content-text .top-news-item a:hover {
  opacity: 0.85;
}

.top-news-close {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: transparent;
  line-height: 18px;
  text-align: center;
  transform: translateY(-50%);
}

.header {
  position: sticky;
  top: 36px;
  z-index: 999;
  width: 100%;
  height: 64px;
  background: #fff;
  box-shadow: 0 0 3px 1px rgba(26, 26, 26, .06);
}

.header > .container {
  width: 100%;
  height: 64px;
  padding-left: 28px;
  padding-right: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brand-nav { display: flex; align-items: center; min-width: 0; }
.logo {
  width: 148px;
  height: 64px;
  display: flex;
  align-items: center;
  margin: 0;
  flex: 0 0 auto;
}
.logo a, .logo img { display: block; width: 148px; height: 36px; }
.nav {
  margin-left: 25px;
  display: flex;
  align-items: center;
  height: 64px;
  font-size: 14px;
}
.nav > li { position: relative; height: 64px; }
.nav > li > a {
  display: block;
  height: 64px;
  padding: 0 15px;
  color: var(--theme-black-color);
  line-height: 64px;
  white-space: nowrap;
}
.nav > li.active > a, .nav > li > a:hover { color: var(--theme-color); }
.nav > li.dropdown > a::after {
  content: "⌄";
  margin-left: 4px;
  font-size: 13px;
  color: var(--theme-light-color);
}
.navbar-action {
  width: 224px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.navbar-action a { color: var(--theme-black-color); line-height: 26px; }
.navbar-action .submit {
  height: 26px;
  padding: 0 12px;
  border-radius: var(--theme-border-radius-m);
  color: #fff;
  background: var(--theme-color);
  line-height: 26px;
}

.wrap.container {
  width: 1200px;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  position: relative;
}
.main { width: 860px; flex: 1 1 0%; min-width: 0; }
.sidebar {
  width: 300px;
  flex: 0 0 auto;
  position: sticky;
  top: 120px;
}

.sec-panel {
  width: 860px;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
}

.archive-header {
  min-height: 116px;
  padding: 28px 20px 20px;
  border-bottom: 1px solid var(--theme-line-color);
}
.archive-header h1 {
  margin: 0 0 10px;
  color: var(--theme-black-color);
  font-size: 26px;
  line-height: 34px;
  font-weight: 500;
}
.archive-description {
  margin: 0;
  color: var(--theme-light-color);
  font-size: 14px;
  line-height: 22px;
}
.filter-tabs {
  height: 60px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid var(--theme-line-color);
}
.filter-tabs a { color: var(--theme-light-color); }
.filter-tabs a.active { color: var(--theme-color); font-weight: 500; }

.post-loop {
  width: 860px;
  margin: 1px 0 0;
  padding: 0 20px;
}
.post-loop .item {
  width: 820px;
  min-height: 194.8px;
  padding: 20px 0;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  border-bottom: 1px solid var(--theme-line-color);
  transition: .3s;
}
.post-loop .item:hover {
  margin: 0 -20px;
  padding: 20px;
  border-radius: 12px;
  background: rgba(32, 107, 231, .03);
}
.item-img {
  width: 246px;
  height: 154px;
  flex: 0 0 auto;
  position: relative;
}
.item-img a {
  width: 246px;
  height: 154px;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(26, 26, 26, .04);
}
.item-img img {
  width: 246px;
  height: 154px;
  object-fit: cover;
  display: block;
}
.item-category {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
  padding: 4px 8px;
  border-radius: 3px;
  color: #fff;
  background: rgba(26, 26, 26, .62);
  font-size: 12px;
  line-height: 16px;
}
.item-content {
  width: 100%;
  min-width: 0;
  padding-left: 20px;
  display: grid;
  grid-template-rows: min-content auto 24px;
}
.item-title {
  margin: 0 0 10px;
  color: var(--theme-black-color);
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
.item-title a {
  display: -webkit-box;
  max-height: 60px;
  overflow: hidden;
  color: var(--theme-black-color);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.item-excerpt {
  max-height: 52px;
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  color: var(--theme-gray-color);
  font-size: 16px;
  line-height: 26px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.item-excerpt p { margin: 0; }
.item-meta {
  color: var(--theme-light-color);
  font-size: 12px;
  line-height: 24px;
}
.item-meta img {
  width: 24px;
  height: 24px;
  margin-right: 6px;
  border-radius: 50%;
  vertical-align: top;
}
.item-meta-li {
  display: inline-block;
  margin-right: 15px;
  line-height: 24px;
  vertical-align: top;
}
.item-meta-right { float: right; line-height: inherit; }
.sticky-post {
  display: inline-block;
  margin-top: 5px;
  margin-right: 6px;
  padding: 0 5px;
  border-radius: 3px;
  color: #fff;
  background: var(--theme-color);
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  vertical-align: top;
}
.pagination {
  height: 78px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.pagination a, .pagination span {
  min-width: 34px;
  height: 34px;
  padding: 0 10px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-light-color);
  background: rgba(26,26,26,.04);
}
.pagination .current { color: #fff; background: var(--theme-color); }

.widget {
  width: 300px;
  margin-bottom: 20px;
  padding: 15px;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}
.widget_image { height: 320px; padding: 0; background: transparent; }
.widget_image img {
  width: 300px;
  height: 320px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}
.widget-title {
  position: relative;
  width: 270px;
  height: 16px;
  margin: 2px 0 15px;
  padding-left: 12px;
  color: var(--theme-black-color);
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}
.widget-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: var(--theme-color);
}
.widget-title .more {
  float: right;
  color: var(--theme-light-color);
  font-size: 13px;
  font-weight: 400;
}
.kuaixun-list li {
  position: relative;
  padding: 0 0 14px 15px;
  margin-bottom: 14px;
  border-bottom: 1px solid var(--theme-line-color);
}
.kuaixun-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--theme-color);
}
.kuaixun-list a {
  display: block;
  color: var(--theme-black-color);
  font-size: 14px;
  line-height: 20px;
}
.kuaixun-list span {
  display: block;
  margin-top: 6px;
  color: var(--theme-light-color);
  font-size: 12px;
  line-height: 18px;
}
.widget-tabs {
  display: flex;
  gap: 18px;
  height: 28px;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--theme-line-color);
}
.widget-tabs a { color: var(--theme-light-color); line-height: 28px; }
.widget-tabs a.active { color: var(--theme-color); font-weight: 500; }
.hot-list li {
  display: flex;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid var(--theme-line-color);
}
.hot-list img {
  width: 86px;
  height: 54px;
  object-fit: cover;
  border-radius: 5px;
  flex: 0 0 auto;
}
.hot-list a {
  display: block;
  color: var(--theme-black-color);
  font-size: 14px;
  line-height: 20px;
}
.hot-list span {
  display: block;
  margin-top: 6px;
  color: var(--theme-light-color);
  font-size: 12px;
}

.single-entry {
  padding: 30px 40px 36px;
  overflow: visible;
}
.entry-header { margin-bottom: 22px; text-align: left; }
.entry-cats { margin-bottom: 12px; }
.entry-cats a {
  display: inline-block;
  margin-right: 8px;
  padding: 4px 9px;
  border-radius: 3px;
  color: #fff;
  background: var(--theme-color);
  font-size: 12px;
  line-height: 16px;
}
.entry-title {
  margin: 0 0 14px;
  color: var(--theme-black-color);
  font-size: 32px;
  line-height: 1.35;
  font-weight: 600;
}
.entry-thumb {
  margin: 0 0 24px;
  overflow: hidden;
  border-radius: 12px;
}
.entry-thumb img {
  display: block;
  width: 100%;
  height: 430px;
  object-fit: cover;
}
.entry-content {
  color: var(--theme-black-color);
  font-size: 16px;
  line-height: 1.85;
  overflow: hidden;
}
.entry-content p { margin: 0 0 1.15em; }
.entry-content h2 {
  margin: 1.6em 0 .65em;
  font-size: 24px;
  line-height: 1.35;
}
.entry-content h3 {
  margin: 1.4em 0 .55em;
  font-size: 20px;
}
.entry-content blockquote {
  margin: 1.4em 0;
  padding: 12px 18px;
  border-left: 4px solid var(--theme-color);
  background: rgba(32, 107, 231, .06);
  color: var(--theme-gray-color);
}
.entry-content img {
  border-radius: 8px;
  margin: .5em 0 1.2em;
}
.entry-tags {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--theme-line-color);
}
.entry-tags a {
  display: inline-block;
  margin: 6px 6px 0 0;
  padding: 5px 10px;
  border-radius: 30px;
  background: rgba(26, 26, 26, .05);
  color: var(--theme-gray-color);
}
.post-nav, .related-posts, .comments-area {
  padding: 20px;
}
.post-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.post-nav a {
  padding: 15px;
  border-radius: 8px;
  background: rgba(26,26,26,.035);
  color: var(--theme-black-color);
  line-height: 1.6;
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.related-grid img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
}
.related-grid h3 {
  margin: 8px 0 0;
  color: var(--theme-black-color);
  font-size: 15px;
  line-height: 1.45;
  font-weight: 500;
}
.comment {
  padding: 16px 0;
  border-bottom: 1px solid var(--theme-line-color);
  display: flex;
  gap: 12px;
}
.comment img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
.comment strong { display: block; margin-bottom: 4px; }
.comment p { margin: 0; color: var(--theme-gray-color); }

.search-form {
  display: flex;
  gap: 8px;
  margin-top: 14px;
}
.search-field {
  height: 42px;
  flex: 1;
  border: 1px solid var(--theme-line-color);
  border-radius: 5px;
  padding: 0 12px;
  font: inherit;
  outline: none;
}
.search-submit, .btn {
  height: 42px;
  border: 0;
  border-radius: 5px;
  padding: 0 18px;
  color: #fff;
  background: var(--theme-color);
  font: inherit;
}

.page-entry { padding: 34px 42px 42px; }
.page-entry .entry-title { font-size: 30px; }
.empty-page {
  min-height: 430px;
  padding: 70px 40px;
  text-align: center;
}
.empty-page h1 {
  margin: 0 0 12px;
  font-size: 36px;
  line-height: 1.25;
}
.empty-page p {
  color: var(--theme-light-color);
  font-size: 16px;
}
.empty-page .search-form {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  width: 100%;
  height: 152px;
  padding: 50px 0;
  color: rgba(255, 255, 255, .7);
  background: rgb(45, 50, 54);
  font-size: 14px;
  line-height: 20px;
}
.footer a { color: rgba(255, 255, 255, .7); }
.footer-nav {
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  gap: 18px;
}
.copyright { text-align: center; }

@media (max-width: 1239px) {
  .top-news-content, .wrap.container, .container { width: 100%; }
  .main { width: calc(100% - 320px); }
  .sec-panel, .post-loop { width: 100%; }
}
@media (max-width: 991px) {
  .top-news { position: relative; }
  .header { top: 0; }
  .navbar-action { display: none; }
  .wrap.container { display: block; }
  .main, .sidebar { width: 100%; }
  .sidebar { position: static; }
}
@media (max-width: 767px) {
  .sec-panel { border-radius: 8px; }
  .post-loop { padding: 0 15px; }
  .post-loop .item, .post-loop .item:hover {
    width: 100%;
    min-height: auto;
    margin: 0;
    padding: 15px 0;
    background: none;
  }
  .item-img { width: 33%; height: auto; }
  .item-img a, .item-img img { width: 100%; height: auto; aspect-ratio: 480 / 300; }
  .item-content { padding-left: 10px; grid-template-rows: auto 0 16px; }
  .item-title { font-size: 17px; line-height: 1.36; font-weight: 400; }
  .item-excerpt { display: none; }
  .single-entry, .page-entry { padding: 22px 18px; }
  .entry-title { font-size: 24px; }
  .entry-thumb img { height: auto; }
  .related-grid, .post-nav { grid-template-columns: 1fr; }
}


/* WordPress template compatibility */
.slider-side { width: 226px; height: 320px; display: flex; flex-direction: column; justify-content: space-between; }
.main-slider .slider-item { position: absolute; inset: 0; opacity: 0; transition: opacity .35s ease; }
.main-slider .slider-item.active { opacity: 1; z-index: 1; }
.main-slider .slider-item a { display: block; width: 100%; height: 100%; }
.main-slider .slider-item img { width: 100%; height: 100%; object-fit: cover; display: block; }
.widget_image_myimg { height: 320px; padding: 0; background: transparent; }
.widget_image_myimg img { width: 300px; height: 320px; object-fit: cover; border-radius: 8px; display: block; }
.sec-panel-head > a:not(.more) { margin-top: 3px; color: var(--theme-light-color); font-size: 14px; line-height: 20px; }
.topic-wrap .topic-bg { display: none; }
.topic-wrap .topic-count { position: absolute; left: 15px; right: 15px; bottom: 14px; z-index: 2; color: rgba(255,255,255,.85); font-size: 12px; transform: translateY(20px); }
.navigation.pagination { height: 78px; padding: 20px; display: flex; align-items: center; justify-content: center; }
.navigation.pagination .nav-links { display: flex; gap: 8px; justify-content: center; }
.navigation.pagination .page-numbers { min-width: 34px; height: 34px; padding: 0 10px; border-radius: 5px; display: inline-flex; align-items: center; justify-content: center; color: var(--theme-light-color); background: rgba(26,26,26,.04); }
.navigation.pagination .page-numbers.current { color: #fff; background: var(--theme-color); }
.entry-meta { color: var(--theme-light-color); font-size: 12px; line-height: 24px; }
.entry-footer { margin-top: 0; }
.comment-list { list-style: none; padding: 0; margin: 0; }
.comment-list .comment { padding: 16px 0; border-bottom: 1px solid var(--theme-line-color); }
.comment-author .avatar { width: 42px; height: 42px; border-radius: 50%; margin-right: 10px; }
.comment-form-comment textarea { width: 100%; min-height: 130px; border: 1px solid var(--theme-line-color); border-radius: 8px; padding: 12px; font: inherit; }
.form-submit .submit { height: 42px; border: 0; border-radius: 5px; padding: 0 18px; color: #fff; background: var(--theme-color); font: inherit; }
.nav > li.current-menu-item > a,
.nav > li.current_page_item > a,
.nav > li.current-menu-ancestor > a { color: var(--theme-color); }
/* 6.11.7 post navigation: card with cover image, guaranteed styles */
.antnews-post-nav {
  margin-top: 32px;
  padding-top: 0;
  border-top: 0;
}
.antnews-post-nav .nav-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.antnews-post-nav .nav-card {
  position: relative;
  display: block;
  height: 100px;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.antnews-post-nav .nav-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.14);
}
.antnews-post-nav .nav-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.antnews-post-nav .nav-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.15) 50%, transparent 100%);
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.antnews-post-nav .nav-corner-label {
  position: absolute;
  top: 8px;
  z-index: 3;
  font-size: 12px;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.3px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
.antnews-post-nav .nav-prev .nav-corner-label {
  left: 10px;
}
.antnews-post-nav .nav-next .nav-corner-label {
  right: 10px;
}
.antnews-post-nav .nav-card-title {
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0 12px 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
@media (max-width: 640px) {
  .antnews-post-nav .nav-links {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

/* AntNews widgets and admin-driven demo content */
.product-widget { height: 755px; }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 14px; }
.product-grid img { width: 128px; height: 80px; object-fit: cover; border-radius: 6px; }
.product-grid h4 { width: 128px; height: 42px; margin: 0; padding-top: 6px; overflow: hidden; color: var(--theme-black-color); font-size: 18px; line-height: 19.8px; font-weight: 500; }
.compact-posts-thumb .compact-thumb img,
.hot-list img { background: rgba(26,26,26,.04); }
.widget_antnews_tabs_widget { height: 612px; }
.widget_antnews_product_grid_widget { height: 755px; }
.widget_antnews_kuaixun_widget { min-height: 550px; }
.antnews-admin-note { padding: 12px 15px; border-left: 4px solid var(--theme-color); background: rgba(32,107,231,.06); }

/* Fixes and interactive tabs */
.screen-reader-text,
.skip-link.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.skip-link.screen-reader-text:focus {
  clip: auto !important;
  clip-path: none;
  width: auto;
  height: auto;
  margin: 0;
  padding: 8px 12px;
  left: 12px;
  top: 12px;
  z-index: 100000;
  background: #fff;
  border-radius: 4px;
  color: var(--theme-color);
}
.antnews-tab-panel { display: none; }
.antnews-tab-panel.active { display: block; }
.tabs button,
.widget-tabs button {
  border: 0;
  background: transparent;
  padding: 0;
  color: var(--theme-light-color);
  font: inherit;
  cursor: pointer;
}
.tabs button.active,
.tabs button:hover,
.widget-tabs button.active,
.widget-tabs button:hover {
  color: var(--theme-color);
}
.widget-tabs button { line-height: 28px; }
.product-grid h4 {
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  height: 40px;
}

.antnews-loop-ad {
  display: block !important;
  width: 820px;
  min-height: 120px !important;
  padding: 20px 0 !important;
}
.antnews-loop-ad:hover {
  margin: 0 !important;
  padding: 20px 0 !important;
  background: none !important;
}
.antnews-loop-ad a,
.antnews-loop-ad img {
  display: block;
  width: 100%;
  height: 120px;
  border-radius: 12px;
  object-fit: cover;
}
.entry-top-box {
  display: grid;
  grid-template-columns: 180px 180px 1fr;
  gap: 18px;
  margin: 0 0 24px;
  align-items: stretch;
}
.entry-top-box .entry-thumb {
  width: 180px;
  height: 180px;
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
  background: rgba(26,26,26,.04);
}
.entry-top-box .entry-thumb img {
  display: block;
  width: 180px;
  height: 180px;
  object-fit: cover;
}
.entry-square-ad {
  width: 180px;
  height: 180px;
  overflow: hidden;
  border-radius: 12px;
  background: rgba(26,26,26,.04);
}
.entry-square-ad a,
.entry-square-ad img {
  display: block;
  width: 180px;
  height: 180px;
  object-fit: cover;
}
.entry-summary-box {
  min-height: 180px;
  padding: 18px 20px;
  border-radius: 12px;
  background: rgba(32,107,231,.06);
  border: 1px solid rgba(32,107,231,.1);
}
.entry-summary-box h2 {
  margin: 0 0 10px;
  color: var(--theme-black-color);
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}
.entry-summary-box p {
  margin: 0;
  color: var(--theme-gray-color);
  font-size: 15px;
  line-height: 1.75;
}

@media (min-width: 992px) {
  .header > .container {
    position: relative;
    justify-content: center;
  }
  .header .brand-wrap {
    position: absolute;
    left: 28px;
    top: 0;
  }
  .header .navbar-collapse {
    width: auto;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .navbar-action {
    position: absolute;
    right: 28px;
    top: 19px;
  }
  .header .nav {
    margin-left: 0;
  }
}

/* 6.10.9 final override placed at file end: left dropdown menu and no top gap */
@media (orientation: portrait), (max-width: 991px) {
  html,
  body {
    scroll-padding-top: 0 !important;
  }
  .top-news {
    position: relative !important;
    top: auto !important;
  }
  body .header,
  body.admin-bar .header,
  body.top-news-hidden .header,
  body.admin-bar.top-news-hidden .header,
  body.navbar-open .header,
  body.admin-bar.navbar-open .header,
  body.navbar-open.top-news-hidden .header,
  body.admin-bar.navbar-open.top-news-hidden .header {
    position: sticky !important;
    top: 0 !important;
    height: 56px !important;
    min-height: 56px !important;
    max-height: 56px !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    overflow: visible !important;
    z-index: 3000 !important;
  }
  .header > .container {
    position: relative !important;
    height: 56px !important;
    min-height: 56px !important;
    max-height: 56px !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    overflow: visible !important;
    flex-wrap: nowrap !important;
  }
  .header .navbar-collapse,
  body.navbar-open .header .navbar-collapse {
    position: absolute !important;
    top: 56px !important;
    left: 12px !important;
    right: auto !important;
    width: 8em !important;
    min-width: 8em !important;
    max-width: calc(100vw - 24px) !important;
    height: auto !important;
    max-height: calc(100vh - 70px) !important;
    overflow-y: auto !important;
    margin: 0 !important;
    padding: 6px 0 !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    border-radius: 0 0 10px 10px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12) !important;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 3100 !important;
  }
  body:not(.navbar-open) .header .navbar-collapse {
    display: none !important;
  }
  body.navbar-open .header .navbar-collapse {
    display: block !important;
  }
  .header .navbar-collapse .header-search,
  .header .navbar-collapse .navbar-action {
    display: none !important;
  }
  .header .nav,
  .header .nav.navbar-nav,
  .nav.navbar-nav {
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }
  .header .nav > li,
  .header .nav.navbar-nav > li,
  .nav.navbar-nav > li {
    display: block !important;
    float: none !important;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
  }
  .header .nav > li:last-child,
  .nav.navbar-nav > li:last-child {
    border-bottom: 0 !important;
  }
  .header .nav > li > a,
  .header .nav.navbar-nav > li > a,
  .nav.navbar-nav > li > a {
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    padding: 10px 14px !important;
    line-height: 1.45 !important;
    text-align: left !important;
    white-space: normal !important;
    word-break: keep-all;
    color: var(--theme-black-color) !important;
    background: transparent !important;
  }
  .header .nav > li > a:hover,
  .header .nav > li > a:focus {
    color: var(--theme-color) !important;
    background: rgba(26, 115, 232, 0.06) !important;
  }
  body.navbar-open::after {
    top: 0 !important;
    z-index: 2500 !important;
  }
}

/* 6.10.9 final mobile menu override: left dropdown, 8-char width, no sticky gap */
@media (orientation: portrait), (max-width: 991px) {
  html,
  body {
    scroll-padding-top: 0 !important;
  }
  .top-news {
    position: relative !important;
    top: auto !important;
  }
  body .header,
  body.admin-bar .header,
  body.top-news-hidden .header,
  body.admin-bar.top-news-hidden .header,
  body.navbar-open .header,
  body.admin-bar.navbar-open .header {
    position: sticky !important;
    top: 0 !important;
    height: 56px !important;
    min-height: 56px !important;
    max-height: 56px !important;
    overflow: visible !important;
    z-index: 3000 !important;
  }
  .header > .container {
    position: relative !important;
    height: 56px !important;
    min-height: 56px !important;
    max-height: 56px !important;
    overflow: visible !important;
    flex-wrap: nowrap !important;
  }
  .header .navbar-collapse,
  body.navbar-open .header .navbar-collapse {
    position: absolute !important;
    top: 56px !important;
    left: 12px !important;
    right: auto !important;
    width: 8em !important;
    min-width: 8em !important;
    max-width: calc(100vw - 24px) !important;
    height: auto !important;
    max-height: calc(100vh - 70px) !important;
    overflow-y: auto !important;
    margin: 0 !important;
    padding: 6px 0 !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    border-radius: 0 0 10px 10px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12) !important;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 3100 !important;
  }
  body:not(.navbar-open) .header .navbar-collapse {
    display: none !important;
  }
  body.navbar-open .header .navbar-collapse {
    display: block !important;
  }
  .header .navbar-collapse .header-search,
  .header .navbar-collapse .navbar-action {
    display: none !important;
  }
  .header .nav,
  .header .nav.navbar-nav,
  .nav.navbar-nav {
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }
  .header .nav > li,
  .header .nav.navbar-nav > li,
  .nav.navbar-nav > li {
    display: block !important;
    float: none !important;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
  }
  .header .nav > li:last-child,
  .nav.navbar-nav > li:last-child {
    border-bottom: 0 !important;
  }
  .header .nav > li > a,
  .header .nav.navbar-nav > li > a,
  .nav.navbar-nav > li > a {
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    padding: 10px 14px !important;
    line-height: 1.45 !important;
    text-align: left !important;
    white-space: normal !important;
    word-break: keep-all;
    color: var(--theme-black-color) !important;
    background: transparent !important;
  }
  .header .nav > li > a:hover,
  .header .nav > li > a:focus {
    color: var(--theme-color) !important;
    background: rgba(26, 115, 232, 0.06) !important;
  }
  body.navbar-open::after {
    top: 0 !important;
    z-index: 2500 !important;
  }
}

@media (max-width: 767px) {
  .antnews-loop-ad {
    width: 100%;
  }
  .entry-top-box {
    grid-template-columns: 1fr;
  }
  .entry-top-box .entry-thumb,
  .entry-top-box .entry-thumb img,
  .entry-square-ad,
  .entry-square-ad a,
  .entry-square-ad img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }
}

/* 6.9.1 header and announcement fixes */
body.top-news-hidden .top-news,
html.top-news-hidden .top-news {
  display: none !important;
}
body.top-news-hidden .header,
html.top-news-hidden body .header {
  top: 0 !important;
}
body.admin-bar.top-news-hidden .header {
  top: 32px !important;
}
@media screen and (max-width: 782px) {
  body.admin-bar.top-news-hidden .header {
    top: 46px !important;
  }
}
.nav-toggle {
  display: none !important;
}
.header-search {
  height: 38px;
  flex: 1 1 220px;
  max-width: 260px;
  min-width: 140px;
  margin-left: 18px;
  display: flex;
  align-items: center;
  border: 1px solid var(--theme-line-color);
  border-radius: 19px;
  background: rgba(26,26,26,.035);
  overflow: hidden;
}
.header-search input,
.header-search .search-field {
  flex: 1;
  min-width: 0;
  height: auto;
  padding: 0 10px 0 14px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--theme-black-color);
  font: inherit;
  border-radius: 18px 0 0 18px;
}
.header-search button,
.header-search .search-submit {
  width: 52px;
  min-width: 52px;
  height: auto;
  flex: 0 0 52px;
  border: 0;
  color: #fff;
  background: var(--theme-color);
  font-size: 12px;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 0 19px 19px 0;
}
.header-search form,
.mobile-header-search form {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: stretch;
  margin: 0;
  gap: 0;
}
/* Reset global .search-form / .search-field / .search-submit overrides inside header */
.header-search .search-form,
.mobile-header-search .search-form {
  margin: 0;
  gap: 0;
  display: flex;
  height: 100%;
  align-items: stretch;
}
.header-search .search-field,
.mobile-header-search .search-field {
  height: auto;
  border: 0;
  border-radius: 19px 0 0 19px;
}
.header-search .search-submit,
.mobile-header-search .search-submit {
  height: auto;
  border: 0;
  border-radius: 0 19px 19px 0;
  padding: 0;
}
/* Ensure screen-reader label inside search form does not affect layout */
.header-search .screen-reader-text,
.mobile-header-search .screen-reader-text {
  position: absolute !important;
  margin: 0;
  width: 1px;
  height: 1px;
}

@media (min-width: 992px) {
  .header .navbar-collapse {
    max-width: calc(100% - 520px);
    min-width: 0;
  }
  .header .nav {
    flex: 0 0 auto;
  }
}
@media (max-width: 1180px) and (min-width: 992px) {
  .header-search {
    max-width: 190px;
  }
}
@media (max-width: 991px) {
  .header-search {
    display: none;
  }
}

/* 6.9.2 sidebar alignment and adaptive widget heights */
.wrap.container {
  align-items: flex-start !important;
}
.wrap.container > .sidebar,
.sidebar {
  align-self: flex-start !important;
  margin-top: 0 !important;
}
.widget_kuaixun,
.widget_antnews_kuaixun_widget,
.widget_antnews_tabs_widget,
.widget_antnews_product_grid_widget,
.product-widget {
  height: auto !important;
  min-height: 0 !important;
}
.widget .kuaixun-list li:last-child,
.widget .hot-list li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.product-grid {
  margin-bottom: 0;
}

/* 6.10.0 settings, HTML ads and sidebar layout fixes */
.top-news-list {
  display: flex !important;
  align-items: center;
  gap: 22px;
  white-space: nowrap;
  overflow: hidden;
}
.top-news-list a,
.top-news-list span {
  position: relative;
  flex: 0 0 auto;
  color: inherit;
  line-height: 20px;
}
.top-news-list a:not(:last-child)::after,
.top-news-list span:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  width: 1px;
  height: 12px;
  background: rgba(255,255,255,.45);
  transform: translateY(-50%);
}
.antnews-html-ad,
.antnews-html-ad * {
  max-width: 100%;
}
.antnews-html-ad img,
.antnews-html-ad iframe,
.antnews-html-ad ins {
  display: block;
  max-width: 100%;
}
.widget_image_myimg .antnews-html-ad,
.widget_image_myimg .ad-card {
  width: 300px;
  min-height: 0;
  overflow: hidden;
  border-radius: 8px;
}
.widget_image_myimg .antnews-html-ad img,
.widget_image_myimg .antnews-html-ad iframe {
  width: 100%;
  border-radius: 8px;
}
.antnews-loop-ad.antnews-html-ad > * {
  width: 100%;
}
.antnews-loop-ad.antnews-html-ad img,
.antnews-loop-ad.antnews-html-ad iframe,
.antnews-loop-ad.antnews-html-ad ins {
  width: 100%;
  min-height: 120px;
  border-radius: 12px;
}
.entry-square-ad > * {
  width: 100%;
  height: 100%;
}
.entry-square-ad img,
.entry-square-ad iframe,
.entry-square-ad ins {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .wrap.container {
    display: flex !important;
    align-items: flex-start !important;
  }
  .wrap.container > .main,
  .wrap.container > .sidebar {
    align-self: flex-start !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .wrap.container > .sidebar {
    width: 300px !important;
    flex: 0 0 300px !important;
    position: sticky;
    top: 60px;
  }
  body.admin-bar .wrap.container > .sidebar {
    top: 92px;
  }
  body:not(.top-news-hidden) .wrap.container > .sidebar {
    top: 120px;
  }
  body.admin-bar:not(.top-news-hidden) .wrap.container > .sidebar {
    top: 152px;
  }
  .sidebar > .widget:first-child {
    margin-top: 0 !important;
  }
}
@media (orientation: portrait), (max-width: 991px) {
  .wrap.container {
    display: block !important;
  }
  .main,
  .sidebar,
  .wrap.container > .sidebar,
  .widget,
  .widget_image_myimg,
  .widget_image_myimg .ad-card {
    width: 100% !important;
    max-width: none !important;
    flex-basis: auto !important;
  }
  .sidebar {
    position: static !important;
    margin-top: 20px !important;
  }
  .widget_image_myimg img,
  .widget_image_myimg iframe,
  .widget_image_myimg ins {
    width: 100% !important;
    height: auto !important;
  }
}

/* 6.10.2 loop item and portrait spacing fixes */
.post-loop .item.item-no-thumb {
  display: flex !important;
  width: 820px;
  min-height: auto !important;
  align-items: stretch;
}
.post-loop .item.item-no-thumb .item-img {
  display: block !important;
  width: 246px;
  height: 154px;
  flex: 0 0 246px;
}
.post-loop .item.item-no-thumb .item-content {
  display: grid !important;
  width: 100%;
  min-width: 0;
  padding-left: 20px !important;
}
.post-loop .item.item-no-thumb .item-title {
  margin-bottom: 10px;
}
.post-loop .item.item-no-thumb .item-excerpt {
  display: block;
  max-height: none;
}
@media (orientation: portrait), (max-width: 991px) {
  .wrap.container {
    margin-bottom: 0 !important;
    gap: 0 !important;
  }
  .main-list {
    min-height: 0 !important;
  }
  .main,
  .sec-panel.main-list {
    margin-bottom: 0 !important;
  }
  .post-loop .item.item-no-thumb,
  .post-loop .item.item-no-thumb:hover {
    display: flex !important;
    width: 100% !important;
    min-height: auto !important;
    padding: 15px 0 !important;
  }
  .post-loop .item.item-no-thumb .item-img {
    display: block !important;
    width: 33% !important;
    height: auto !important;
    flex: 0 0 33% !important;
  }
  .post-loop .item.item-no-thumb .item-content {
    display: grid !important;
    min-width: 0;
    padding-left: 10px !important;
  }
  .post-loop .item.item-no-thumb .item-excerpt {
    display: none;
  }
  .sidebar {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

/* 6.10.5 fixes: sidebar bottom alignment, portrait top menu, single entry inline category */
@media (min-width: 992px) {
  .wrap.container {
    align-items: stretch !important;
  }
  .wrap.container > .main,
  .wrap.container > .sidebar {
    align-self: stretch !important;
  }
  .wrap.container > .sidebar {
    position: relative !important;
    top: auto !important;
    display: flex;
    flex-direction: column;
  }
  .wrap.container > .sidebar > .widget:last-child {
    margin-bottom: 0 !important;
  }
}
@media (orientation: portrait), (max-width: 991px) {
  .header { display: block !important; }
  .header .navbar-collapse {
    display: flex !important;
    flex-direction: column;
    width: 100%;
  }
  .header .nav,
  .nav.navbar-nav {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 6px 10px;
    gap: 4px 10px;
  }
  .header .nav > li,
  .nav.navbar-nav > li {
    height: auto;
    line-height: 1.4;
  }
  .header .nav > li > a,
  .nav.navbar-nav > li > a {
    padding: 6px 10px;
    height: auto;
    line-height: 1.4;
    font-size: 14px;
  }
  .header-search {
    display: flex !important;
    width: calc(100% - 30px);
    max-width: none;
    margin: 6px 15px 10px;
  }
}
.single-entry .entry-header .entry-title {
  display: block;
  font-size: 28px;
  line-height: 1.4;
}
.single-entry .entry-header .entry-cats {
  display: inline;
  margin: 0 8px 0 0;
  vertical-align: middle;
  white-space: nowrap;
}
.single-entry .entry-header .entry-cats a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px 0 0;
  padding: 4px 9px;
  border-radius: 3px;
  color: #fff;
  background: var(--theme-color);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
}
.single-entry .entry-header .entry-title-text {
  display: inline;
  vertical-align: middle;
  color: var(--theme-black-color);
  font-weight: 600;
}

/* 6.10.6 portrait header: hamburger menu + right aligned search */
.mobile-header-search {
  display: none;
}
@media (min-width: 992px) {
  .mobile-header-search {
    display: none !important;
  }
}
@media (orientation: portrait), (max-width: 991px) {
  .header {
    min-height: 56px;
    overflow: visible;
  }
  .header > .container {
    display: flex !important;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    height: auto;
    min-height: 56px;
    padding: 0 12px;
    gap: 8px;
  }
  .nav-toggle {
    display: inline-flex !important;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: transparent;
    cursor: pointer;
    order: 1;
  }
  .nav-toggle span:not(.screen-reader-text) {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: var(--theme-black-color);
  }
  .brand-wrap,
  .header .brand-wrap {
    position: static !important;
    left: auto !important;
    top: auto !important;
    display: flex;
    flex: 0 1 auto;
    min-width: 0;
    order: 2;
  }
  .logo,
  .logo a {
    display: flex;
    align-items: center;
    min-width: 0;
    height: auto;
    width: auto;
    font-size: 18px;
    line-height: 38px;
  }
  .logo img {
    max-width: 118px;
    max-height: 34px;
  }
  .mobile-header-search {
    display: flex !important;
    height: 38px;
    flex: 0 0 132px;
    max-width: 42%;
    margin-left: auto;
    align-items: center;
    overflow: hidden;
    border: 1px solid var(--theme-line-color);
    border-radius: 19px;
    background: rgba(26,26,26,.035);
    order: 3;
  }
  .mobile-header-search form {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: stretch;
  }
  .mobile-header-search input,
  .mobile-header-search .search-field {
    flex: 1;
    min-width: 0;
    height: auto;
    padding: 0 8px 0 14px;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 13px;
    border-radius: 19px 0 0 19px;
  }
  .mobile-header-search button,
  .mobile-header-search .search-submit {
    width: 48px;
    min-width: 48px;
    flex: 0 0 48px;
    height: auto;
    border: 0;
    color: #fff;
    background: var(--theme-color);
    font-size: 12px;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 0 19px 19px 0;
  }
  .header .navbar-collapse {
    display: none !important;
    width: 100%;
    max-width: none;
    flex: 0 0 100%;
    margin: 0;
    order: 4;
  }
  body.navbar-open .header .navbar-collapse {
    display: block !important;
  }
  .header .navbar-collapse .header-search {
    display: none !important;
  }
  .header .nav,
  .nav.navbar-nav {
    display: flex !important;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 6px 0 10px;
    border-top: 1px solid var(--theme-line-color);
  }
  .header .nav > li,
  .nav.navbar-nav > li {
    width: 100%;
    height: auto;
  }
  .header .nav > li > a,
  .nav.navbar-nav > li > a {
    display: block;
    width: 100%;
    padding: 10px 8px;
    height: auto;
    line-height: 1.4;
    text-align: left;
  }
}
@media (max-width: 374px) {
  .mobile-header-search {
    flex-basis: 104px;
    max-width: 38%;
  }
  .mobile-header-search button,
  .mobile-header-search .search-submit {
    width: 40px;
    min-width: 40px;
    flex: 0 0 40px;
    font-size: 11px;
    white-space: nowrap;
  }
  .logo img {
    max-width: 96px;
  }
}

/* 6.10.7 portrait nav: vertical dropdown with translucent background */
@media (orientation: portrait), (max-width: 991px) {
  body.navbar-open .header .navbar-collapse,
  .header .navbar-collapse {
    background: rgba(255, 255, 255, 0.96) !important;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  }
  body.navbar-open .header .navbar-collapse {
    display: block !important;
  }
  .header .nav,
  .header .nav.navbar-nav,
  .nav.navbar-nav {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    width: 100% !important;
    gap: 0 !important;
    padding: 6px 0 10px !important;
    border-top: 1px solid var(--theme-line-color);
    background: transparent;
  }
  .header .nav > li,
  .header .nav.navbar-nav > li,
  .nav.navbar-nav > li {
    width: 100% !important;
    height: auto !important;
    flex: 0 0 auto !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .header .nav > li:last-child,
  .nav.navbar-nav > li:last-child {
    border-bottom: 0;
  }
  .header .nav > li > a,
  .header .nav.navbar-nav > li > a,
  .nav.navbar-nav > li > a {
    display: block !important;
    width: 100% !important;
    padding: 12px 18px !important;
    height: auto !important;
    line-height: 1.5 !important;
    font-size: 15px !important;
    text-align: left !important;
    color: var(--theme-black-color) !important;
    background: transparent !important;
  }
  .header .nav > li > a:hover,
  .header .nav > li > a:focus,
  .nav.navbar-nav > li > a:hover {
    background: rgba(26, 115, 232, 0.06) !important;
    color: var(--theme-color) !important;
  }
  body.navbar-open::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.18);
    z-index: 80;
    pointer-events: none;
  }
  .header {
    position: relative;
    z-index: 90;
  }
}

/* 6.10.8 portrait header: kill top gap; make menu a floating dropdown with auto-fit width/height */
@media (orientation: portrait), (max-width: 991px) {
  .top-news {
    position: relative !important;
    top: auto !important;
  }
  .header {
    position: sticky !important;
    top: 0 !important;
    height: auto !important;
    min-height: 56px;
    overflow: visible !important;
  }
  body.admin-bar .header {
    top: 46px !important;
  }
  body.top-news-hidden .header,
  body.admin-bar.top-news-hidden .header {
    top: 0 !important;
  }
  body.admin-bar.top-news-hidden .header {
    top: 46px !important;
  }
  .header > .container {
    height: auto !important;
    min-height: 56px;
    overflow: visible !important;
  }
  .header .navbar-collapse {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 95;
    border-top: 1px solid var(--theme-line-color);
  }
  body:not(.navbar-open) .header .navbar-collapse {
    display: none !important;
  }
  body.navbar-open .header .navbar-collapse {
    display: block !important;
  }
  .header .nav,
  .header .nav.navbar-nav,
  .nav.navbar-nav {
    display: block !important;
    flex-direction: initial !important;
    width: auto !important;
    padding: 6px 0 !important;
    border-top: 0 !important;
  }
  .header .nav > li,
  .header .nav.navbar-nav > li,
  .nav.navbar-nav > li {
    display: block !important;
    width: auto !important;
    flex: initial !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .header .nav > li > a,
  .header .nav.navbar-nav > li > a,
  .nav.navbar-nav > li > a {
    display: inline-block !important;
    width: auto !important;
    padding: 10px 18px !important;
    text-align: left !important;
    white-space: nowrap;
  }
}

/* 6.10.9 effective final mobile override: must remain after 6.10.8 rules */
@media (orientation: portrait), (max-width: 991px) {
  html,
  body {
    scroll-padding-top: 0 !important;
  }
  .top-news {
    position: relative !important;
    top: auto !important;
  }
  body .header,
  body.admin-bar .header,
  body.top-news-hidden .header,
  body.admin-bar.top-news-hidden .header,
  body.navbar-open .header,
  body.admin-bar.navbar-open .header,
  body.navbar-open.top-news-hidden .header,
  body.admin-bar.navbar-open.top-news-hidden .header {
    position: sticky !important;
    top: 0 !important;
    height: 56px !important;
    min-height: 56px !important;
    max-height: 56px !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    overflow: visible !important;
    z-index: 3000 !important;
  }
  .header > .container {
    position: relative !important;
    height: 56px !important;
    min-height: 56px !important;
    max-height: 56px !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    overflow: visible !important;
    flex-wrap: nowrap !important;
  }
  .header .navbar-collapse,
  body.navbar-open .header .navbar-collapse {
    position: absolute !important;
    top: 56px !important;
    left: 12px !important;
    right: auto !important;
    width: 8em !important;
    min-width: 8em !important;
    max-width: calc(100vw - 24px) !important;
    height: auto !important;
    max-height: calc(100vh - 70px) !important;
    overflow-y: auto !important;
    margin: 0 !important;
    padding: 6px 0 !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    border-radius: 0 0 10px 10px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12) !important;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 3100 !important;
  }
  body:not(.navbar-open) .header .navbar-collapse {
    display: none !important;
  }
  body.navbar-open .header .navbar-collapse {
    display: block !important;
  }
  .header .navbar-collapse .header-search,
  .header .navbar-collapse .navbar-action {
    display: none !important;
  }
  .header .nav,
  .header .nav.navbar-nav,
  .nav.navbar-nav {
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }
  .header .nav > li,
  .header .nav.navbar-nav > li,
  .nav.navbar-nav > li {
    display: block !important;
    float: none !important;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
  }
  .header .nav > li:last-child,
  .nav.navbar-nav > li:last-child {
    border-bottom: 0 !important;
  }
  .header .nav > li > a,
  .header .nav.navbar-nav > li > a,
  .nav.navbar-nav > li > a {
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    padding: 10px 14px !important;
    line-height: 1.45 !important;
    text-align: left !important;
    white-space: normal !important;
    word-break: keep-all;
    color: var(--theme-black-color) !important;
    background: transparent !important;
  }
  .header .nav > li > a:hover,
  .header .nav > li > a:focus {
    color: var(--theme-color) !important;
    background: rgba(26, 115, 232, 0.06) !important;
  }
  body.navbar-open::after {
    top: 0 !important;
    z-index: 2500 !important;
  }
}


/* 6.10.10 desktop layout: remove huge bottom blank, restore sticky sidebar */
@media (min-width: 992px) {
  .main-list,
  .wrap.container > .main {
    min-height: 0 !important;
    height: auto !important;
  }
  .wrap.container {
    display: flex !important;
    align-items: flex-start !important;
  }
  .wrap.container > .main,
  .wrap.container > .sidebar {
    align-self: flex-start !important;
  }
  .wrap.container > .sidebar {
    position: relative !important;
    top: auto !important;
    align-self: flex-start !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    display: block !important;
  }
  body.admin-bar .wrap.container > .sidebar {
    top: auto !important;
    max-height: none !important;
  }
  body:not(.top-news-hidden) .wrap.container > .sidebar {
    top: auto !important;
    max-height: none !important;
  }
  body.admin-bar:not(.top-news-hidden) .wrap.container > .sidebar {
    top: auto !important;
    max-height: none !important;
  }
}

/* 6.10.11 desktop sidebar: scroll with page, no independent scrollbar */
@media (min-width: 992px) {
  .wrap.container > .sidebar {
    position: relative !important;
    top: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }
}


/* 6.11.0 desktop sidebar follows page then stays in view; homepage pagination polish */
@media (min-width: 992px) {
  .wrap.container > .sidebar {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 60px !important;
    align-self: flex-start !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }
  body.admin-bar .wrap.container > .sidebar {
    top: 92px !important;
  }
  body:not(.top-news-hidden) .wrap.container > .sidebar {
    top: 120px !important;
  }
  body.admin-bar:not(.top-news-hidden) .wrap.container > .sidebar {
    top: 152px !important;
  }
}
.antnews-home-pagination,
.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 24px 0 6px;
}
.antnews-home-pagination .page-numbers,
.pagination .page-numbers {
  min-width: 34px;
  height: 34px;
  padding: 0 10px;
  border: 1px solid var(--theme-line-color);
  border-radius: 17px;
  color: var(--theme-black-color);
  background: #fff;
  line-height: 32px;
  text-align: center;
}
.antnews-home-pagination .page-numbers.current,
.antnews-home-pagination .page-numbers:hover,
.pagination .page-numbers.current,
.pagination .page-numbers:hover {
  color: #fff;
  border-color: var(--theme-color);
  background: var(--theme-color);
}


/* 6.11.1 desktop sidebar sticky bottom breathing space */
@media (min-width: 992px) {
  .wrap.container {
    align-items: flex-start !important;
  }
  .wrap.container > .main,
  .wrap.container > .sidebar {
    align-self: flex-start !important;
  }
  .wrap.container > .sidebar {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 60px !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    padding-bottom: 24px !important;
    margin-bottom: 0 !important;
    box-sizing: border-box;
  }
  body.admin-bar .wrap.container > .sidebar {
    top: 92px !important;
  }
  body:not(.top-news-hidden) .wrap.container > .sidebar {
    top: 120px !important;
  }
  body.admin-bar:not(.top-news-hidden) .wrap.container > .sidebar {
    top: 152px !important;
  }
  .wrap.container > .sidebar > .widget:last-child {
    margin-bottom: 0 !important;
  }
}


/* 6.11.5 polished multi-level dropdown menu */
/* Desktop: sub-menus hidden by default, show on hover */
@media (min-width: 992px) {
  .nav.navbar-nav .menu-item-has-children {
    position: relative;
  }
  .nav.navbar-nav .menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 6px;
    margin-bottom: 2px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg);
    opacity: 0.5;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }
  .nav.navbar-nav .menu-item-has-children:hover > a::after,
  .nav.navbar-nav .menu-item-has-children:focus-within > a::after {
    transform: rotate(-135deg);
    opacity: 1;
  }
  .nav.navbar-nav .menu-item-has-children > .sub-menu,
  .nav.navbar-nav .menu-item-has-children > ul {
    display: block;
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    min-width: 200px;
    margin: 0;
    padding: 8px 0;
    list-style: none;
    background: #fff;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    z-index: 1100;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(6px);
    transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s ease;
  }
  .nav.navbar-nav .menu-item-has-children:hover > .sub-menu,
  .nav.navbar-nav .menu-item-has-children:hover > ul,
  .nav.navbar-nav .menu-item-has-children:focus-within > .sub-menu,
  .nav.navbar-nav .menu-item-has-children:focus-within > ul {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }
  .nav.navbar-nav .menu-item-has-children > .sub-menu::before,
  .nav.navbar-nav .menu-item-has-children > ul::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    width: 12px;
    height: 12px;
    background: #fff;
    transform: translateX(-50%) rotate(45deg);
    border-radius: 2px;
    box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.04);
    z-index: -1;
  }
  .nav.navbar-nav .menu-item-has-children > .sub-menu > li,
  .nav.navbar-nav .menu-item-has-children > ul > li {
    position: relative;
  }
  .nav.navbar-nav .menu-item-has-children > .sub-menu > li > a,
  .nav.navbar-nav .menu-item-has-children > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 18px;
    white-space: nowrap;
    color: #444;
    font-size: 14px;
    line-height: 1.45;
    text-decoration: none;
    transition: color 0.2s ease, background 0.2s ease;
  }
  .nav.navbar-nav .menu-item-has-children > .sub-menu > li > a::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(-45deg);
    opacity: 0.35;
  }
  .nav.navbar-nav .menu-item-has-children > .sub-menu > li > a:hover,
  .nav.navbar-nav .menu-item-has-children > .sub-menu > li:hover > a,
  .nav.navbar-nav .menu-item-has-children > ul > li > a:hover,
  .nav.navbar-nav .menu-item-has-children > ul > li:hover > a {
    color: var(--theme-color);
    background: rgba(26, 115, 232, 0.06);
  }
  .nav.navbar-nav .menu-item-has-children > .sub-menu > li:first-child > a,
  .nav.navbar-nav .menu-item-has-children > ul > li:first-child > a {
    border-radius: 10px 10px 0 0;
  }
  .nav.navbar-nav .menu-item-has-children > .sub-menu > li:last-child > a,
  .nav.navbar-nav .menu-item-has-children > ul > li:last-child > a {
    border-radius: 0 0 10px 10px;
  }
  /* 2nd+ level: expand to the right */
  .nav.navbar-nav .menu-item-has-children > .sub-menu .menu-item-has-children > .sub-menu,
  .nav.navbar-nav .menu-item-has-children > .sub-menu .menu-item-has-children > ul {
    top: 0;
    left: calc(100% + 10px);
    transform: translateX(0) translateY(6px);
    border-radius: 10px;
  }
  .nav.navbar-nav .menu-item-has-children > .sub-menu .menu-item-has-children:hover > .sub-menu,
  .nav.navbar-nav .menu-item-has-children > .sub-menu .menu-item-has-children:focus-within > .sub-menu,
  .nav.navbar-nav .menu-item-has-children > .sub-menu .menu-item-has-children:hover > ul,
  .nav.navbar-nav .menu-item-has-children > .sub-menu .menu-item-has-children:focus-within > ul {
    transform: translateX(0) translateY(0);
  }
  .nav.navbar-nav .menu-item-has-children > .sub-menu .menu-item-has-children > .sub-menu::before,
  .nav.navbar-nav .menu-item-has-children > .sub-menu .menu-item-has-children > ul::before {
    display: none;
  }
}

/* Mobile: sub-menus collapsed by default, expand on .sub-open class */
@media (orientation: portrait), (max-width: 991px) {
  .nav.navbar-nav .menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 8px;
    margin-bottom: 1px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg);
    opacity: 0.5;
    transition: transform 0.25s ease;
  }
  .nav.navbar-nav .menu-item-has-children.sub-open > a::after {
    transform: rotate(-135deg);
  }
  .nav.navbar-nav .menu-item-has-children > .sub-menu,
  .nav.navbar-nav .menu-item-has-children > ul {
    display: none;
    padding: 4px 0 4px 14px;
    list-style: none;
    border-left: 2px solid var(--theme-line-color);
    margin: 2px 0 4px 4px;
  }
  .nav.navbar-nav .menu-item-has-children.sub-open > .sub-menu,
  .nav.navbar-nav .menu-item-has-children.sub-open > ul {
    display: block;
    animation: antnewsSubFadeIn 0.25s ease;
  }
  @keyframes antnewsSubFadeIn {
    from { opacity: 0; transform: translateY(-4px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  .nav.navbar-nav .menu-item-has-children > .sub-menu > li > a,
  .nav.navbar-nav .menu-item-has-children > ul > li > a {
    display: block;
    padding: 7px 12px;
    font-size: 14px;
    color: #444;
    text-decoration: none;
    border-radius: 6px;
    transition: color 0.2s ease, background 0.2s ease;
  }
  .nav.navbar-nav .menu-item-has-children > .sub-menu > li > a:hover {
    color: var(--theme-color);
    background: rgba(26, 115, 232, 0.06);
  }
}


/* 6.11.7 post-nav !important fallback: guarantee card styles work */
.antnews-post-nav {
  margin-top: 32px !important;
  padding-top: 0 !important;
  border-top: 0 !important;
}
.antnews-post-nav .nav-links {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 16px !important;
}
.antnews-post-nav .nav-card {
  position: relative !important;
  display: block !important;
  height: 100px !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  text-decoration: none !important;
}
.antnews-post-nav .nav-card img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.antnews-post-nav .nav-card-overlay {
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.15) 50%, transparent 100%) !important;
  z-index: 1 !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: center !important;
}
.antnews-post-nav .nav-corner-label {
  position: absolute !important;
  top: 8px !important;
  z-index: 3 !important;
  font-size: 12px !important;
  color: #fff !important;
  text-shadow: 0 1px 4px rgba(0,0,0,0.5) !important;
}
.antnews-post-nav .nav-prev .nav-corner-label {
  left: 10px !important;
}
.antnews-post-nav .nav-next .nav-corner-label {
  right: 10px !important;
}
.antnews-post-nav .nav-card-title {
  position: relative !important;
  z-index: 2 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #fff !important;
  text-align: center !important;
  padding: 0 12px 10px !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.4) !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
@media (max-width: 640px) {
  .antnews-post-nav .nav-links {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
}

/* 1.1.0 mobile tab nav: no text wrap, horizontal scroll */
@media (max-width: 991px) {
  .tabs-head {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin: 0 -16px;
    padding: 0 16px;
  }
  .tabs-head::-webkit-scrollbar {
    display: none;
  }
  .tabs-head .antnews-tab-nav,
  .tabs-head ul.tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    white-space: nowrap;
  }
  .tabs-head .antnews-tab-nav li,
  .tabs-head ul.tabs li {
    flex: 0 0 auto;
  }
  .tabs-head .antnews-tab-nav button,
  .tabs-head ul.tabs button,
  .tabs-head .antnews-tab-nav a,
  .tabs-head ul.tabs a {
    white-space: nowrap;
    padding: 8px 14px;
  }
}

/* 1.1.0 comment form label/input alignment */
.comment-respond .comment-form-author label,
.comment-respond .comment-form-email label,
.comment-respond .comment-form-url label {
  display: inline-block;
  min-width: 80px;
  text-align: right;
  padding-right: 10px;
  vertical-align: middle;
}
.comment-respond .comment-form-author input,
.comment-respond .comment-form-email input,
.comment-respond .comment-form-url input {
  width: calc(100% - 100px);
  vertical-align: middle;
}
@media (max-width: 640px) {
  .comment-respond .comment-form-author label,
  .comment-respond .comment-form-email label,
  .comment-respond .comment-form-url label {
    display: block;
    min-width: auto;
    text-align: left;
    padding-right: 0;
    margin-bottom: 4px;
  }
  .comment-respond .comment-form-author input,
  .comment-respond .comment-form-email input,
  .comment-respond .comment-form-url input {
    width: 100%;
  }
}


/* 1.1.0 kuaixun expandable detail */
.kuaixun-list .kuaixun-toggle {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.kuaixun-list .kuaixun-detail {
  display: none !important;
  margin-top: 8px;
  padding: 10px 12px;
  background: var(--theme-line-color);
  border-radius: 6px;
  color: var(--theme-light-color);
  font-size: 13px;
  line-height: 1.6;
}
.kuaixun-list li.open .kuaixun-detail {
  display: block !important;
  animation: kuaixunFadeIn 0.25s ease;
}
.kuaixun-list .kuaixun-readmore {
  display: inline-block;
  margin-top: 6px;
  font-size: 12px;
  color: var(--theme-color);
}
@keyframes kuaixunFadeIn {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: translateY(0); }
}


/* 1.1.0 slider prev/next arrows */
.main-slider .slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.85);
  color: #333;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, transform 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.main-slider .slider-arrow:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.08);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.18);
}
.main-slider .slider-arrow.prev {
  left: 10px;
}
.main-slider .slider-arrow.next {
  right: 10px;
}
@media (max-width: 991px) {
  .main-slider .slider-arrow {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }
  .main-slider .slider-arrow.prev {
    left: 6px;
  }
  .main-slider .slider-arrow.next {
    right: 6px;
  }
}

/* 1.1.3 WordPress core CSS classes */
.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignwide {
  width: 100%;
  max-width: 100%;
}
.alignfull {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.wp-caption {
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}
.wp-caption-text {
  font-size: 13px;
  color: var(--theme-light-color);
  text-align: center;
  margin-top: 8px;
  padding: 0 4px;
}
.gallery-caption {
  font-size: 13px;
  color: var(--theme-light-color);
  text-align: center;
  padding: 4px;
}
.bypostauthor {
  display: block;
}
.bypostauthor .comment-author {
  position: relative;
}
.bypostauthor .comment-author::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--theme-color);
  margin-left: 4px;
  vertical-align: middle;
}
