.body {
            background-color: #FFFFFF;  /*灰色#f3f3f3;*/
            padding-top: 0px;
            margin-top: 20px;
        }
.main-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  transition: all 0.3s ease;
}

    /* section-one*/

        .section-one {
            width: 100%;
            margin: 0 auto;
        }

        .section-one .page-title {
            width: 100%;
            margin-bottom: 14px;
            position: relative;
        }

        .section-one .page-title .divider-line {
            position: absolute;
            bottom: 0;
            left: 8px;
            width: calc(100% - 8px);
            height: 1px;
            background-color: #005C9F;
        }

        .section-one .page-title-inner {
            width: 180px;
            height: 44px;
            line-height: 34px;
            padding: 5px 0;
            background-image: url('lanmu.png');
            background-size: 100% 100%;
            font-size: 26px;
            color: #fff;
            padding-left: 40px;
        }

        .section-one .news-list-swiper {
            display: inline-block;
            width: 47%;
            height: 340px;
            position: relative;
        }

        .section-one .news-list-swiper .swiper-container {
            height: 100% !important;
            /*border-bottom: 1px solid #005C9F;*/
        }

        .section-one .news-list-swiper .swiper-slide {
            position: relative;
        }

        .section-one .news-list-swiper .swiper-slide-img {
            position: relative;
            height: 340px;
        }

        .section-one .news-list-swiper .swiper-slide-bottom {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 47%;
            height: 50px;
            line-height: 26px;
            text-align: left;
            padding: 12px 24px;
            background-image: url('jianbian2.png');
            background-size: 100% 100%;
            color: #fff;
        }

        .section-one .pagination {
            position: absolute;
            z-index: 20;
            bottom: 16px;
            width: 100%;
            text-align: right;
            right: 24px;
            margin: 0;
        }

        .section-one .section-one-pagination {
            position: absolute;
            z-index: 20;
            bottom: 16px;
            width: 100%;
            text-align: right;
            right: 24px;
            margin: 0;
        }

        .section-one .swiper-pagination-switch {
            display: inline-block;
            width: 8px;
            height: 8px;
            border-radius: 8px;
            background: #555;
            margin: 0 5px;
            opacity: 0.8;
            border: 1px solid #fff;
            cursor: pointer;
        }

        .section-one .swiper-active-switch {
            background: #fff;
        }

        .section-one .more {
            text-align: center;
            background-color: #fff;
        }

        .section-one .more span {
            display: inline-block;
            line-height: 24px;
        }

    /* 新闻列表样式 */

        .news-container {
            width: 47%;
            /*background-color: #fff;*/
            margin-left: 24px;
            color: #fff;
        }

        .news-container .tabs {
            margin-bottom: 0px;
        }

        .news-container .tabs .tab-panel {
            display: inline-block;
            width: 150px;
            padding-left: 35px;
            line-height: 42px;
            color: #000;
            background-image: url('tab_over.png');
            background-size: 100% 100%;
            cursor: pointer;
        }

        .news-container .tabs .active {
            color: #fff;
            background-image: url('tab_active.png');
            background-size: 100% 100%;
        }

        .news-container-inner {
            height: 300px;
            background-color: #ffffff;
            border: 1px solid #005C9F;
            /*border-radius: 8px; */
        }

        .news-container-inner .news-list {
            height: 256px;
            /*background-color: #ffffff; */
        }

        .news-container-inner .news-list .news-item {
            cursor: pointer;
            padding: 10px 24px;
        }

        .news-container-inner .news-list .news-item a {

        }

        .news-container-inner .news-list .news-item:hover {
            background-color: #005C9F;
        }

        .news-container-inner .news-list .news-item:hover a,
        .news-container-inner .news-list .news-item:hover .time {
            color: #fff;
        }

    /*常用网址*/
        .section-two {
            max-width: 1200px;
            margin: 40px auto;
            padding: 0 20px;
        }
        .section-two-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
            gap: 16px;
        }
        .section-two-card {
            background: #fff;
            border: 1px solid #e5e7eb;
            border-radius: 12px;
            padding: 16px;
            transition: all 0.2s ease;
            text-decoration: none;
            color: #1f2937;
        }
        .section-two-card:hover {
            border-color: #007aff;
            transform: translateY(-4px);
            box-shadow: 0 8px 16px rgba(0, 122, 255, 0.1);
        }
        .section-two-card h3 {
            font-size: 1rem;
            margin-bottom: 6px;
            color: #000;
        }
        .section-two-card p {
            font-size: 0.85rem;
            color: #6b7280;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }



    /*最新商品*/

        .section-four {
            height: 360px;
            padding: 12px 0;
           /*background-color: #FFA500;*/
        }

        .section-four-inner {
            width: 100%;
            margin: auto;
        }

        .section-four .page-title {
            width: 100%;
            margin-bottom: 12px;
            position: relative;
        }

        .section-four .page-title .divider-line {
            position: absolute;
            bottom: 0;
            left: 8px;
            width: calc(100% - 8px);
            height: 1px;
            background-color: #005C9F;
        }

        .section-four .page-title-inner {
            width: 180px;
            height: 44px;
            line-height: 34px;
            padding: 5px 0;
            background-image: url('lanmu.png');
            background-size: 100% 100%;
            font-size: 26px;
            color: #fff;
            padding-left: 40px;
        }

        .section-four .service-card {
            box-sizing: border-box;
            width: 24%;
            height: 128px;
            background: #fff !important;
            border: 1px solid #005C9F;
            border-radius: 8px;
            padding: 12px 12px;
            text-align: center;
            cursor: pointer;
            position: relative;
            color: #000000;
        }

        .section-four .service-card-inner {
            width: 100%;
            top: 50%;
            left: 50%;
        }


        .section-four .title {
            font-size: 18px;
            font-family: PingFangSC, PingFang SC;
            font-weight: 500;
        }

        .section-four .divider {
            position: absolute;
            bottom: 0;
            left: 37px;
            width: 18%;
            height: 4px;
            background-color: #005C9F;
        }

        .section-four img {
            position: absolute;
            bottom: 0;
            right: 0;
            display: none;
        }

        .section-four .active {
            background-color: #005C9F !important;
            color: #fff;
        }

        .section-four .active img {
            display: block;
        }

        .section-four .active .divider {
            display: none;
        }


    /*热门下载*/
        .section-five {
            margin: 20px auto;
            padding: 0px;
            /*background-color: #fff;*/
        }

        .section-five-inner {
            width: 100%;
            margin: auto;
        }

        .section-five .page-title {
            width: 100%;
            margin-bottom: 12px;
            position: relative;
        }

        .section-five .page-title .divider-line {
            position: absolute;
            bottom: 0;
            left: 8px;
            width: calc(100% - 8px);
            height: 1px;
            background-color: #005C9F;
        }

        .section-five .page-title-inner {
            width: 180px;
            height: 44px;
            line-height: 34px;
            padding: 5px 0;
            background-image: url('lanmu.png');
            background-size: 100% 100%;
            font-size: 26px;
            color: #fff;
            padding-left: 40px;
        }

        .section-five .topic-list::after {
            content:"";
            display:block;
            clear:both;

        }

        .section-five .topic-list .topic-item {
            width: 47%;
            height: 348px;
            position: relative;
            cursor: pointer;
            overflow: hidden;
            margin-bottom: 12px;
            margin-left: 18px;
            border: 1px solid #005C9F;
            border-radius: 5px;
        }

        .section-five .topic-list .topic-item .img {
            width:47%;
            height: 348px;
        }

        .section-five .topic-item .topic-item-bottom {
            position: absolute;
            bottom: 0;
            left: 12px;
            width: 41%;
            background-size: 48% 104px;
        }

        .section-five .topic-item .topic-item-bottom {
            width: 0;
            overflow: hidden;
        }

        .section-five .topic-item .topic-item-bottom .topic-item-bottom-cell {
            background: url('jianbian1.png');
            width: 100%;
            height: 72px;
            background-size: contain;
            display: flex;
            align-items: center;
        }

        .section-five .topic-item .topic-item-bottom .topic-item-bottom-title {
            padding-left: 25px;
            font-size: 20px;
            font-family: PingFangSC, PingFang SC;
            color: #FFFFFF;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }


        .section-five .topic-list .over-three.topic-item {
            width: 32%;
            height: 230px;
            position: relative;
            cursor: pointer;
            overflow: hidden;
            margin-bottom: 12px;
            margin-left: 12px;
        }

        
        .section-five .topic-list .over-three.topic-item .img {
            width: 32%;
            height: 230px;
        }

        .section-five .over-three.topic-item .topic-item-bottom .topic-item-bottom-cell {
            background: url('jianbian1.png');
            width: 100%;
            height: 56px;
            background-size: contain;
        }


        .news-container-inner.noShow {
            display: none;
        }

.qa-sdk-wrapper {
  position: fixed;
  z-index: 10000;
  width: 400px;
  right: -600px;
  max-height: 530px;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out;
  background: #fff;
}

.qa-sdk-close-btn {
  display: inline-block;
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 16px;
}

.qa-sdk-close-btn:hover {
  border-radius: 50%;
  background-color: #d5d9df;
}
    .ai-assist-highlight {
      background: yellow;
    }
    @media print {
      #ai-assist-root-bangs,
      #ai-assist-root-bilibili,
      #ai-assist-root-new {
        display: none !important;
      }
    }
