 /* 基本重置 */
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  ol,
  ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  a {
    text-decoration: none;
    color: inherit;
    /* 使用父元素的颜色 */
  }

  body {
    color: #333;
  }

  b {
    font-weight: normal;
  }

  .page {
    max-width: 1920px;
    margin: 0 auto;
  }


  .main {
    padding-top: 64px;
  }


  .customer-list-wrap {
    position: relative;
    /* background-image: url(../imgs/bg.a7f9bbb.png); */
    /* background-size: cover; */
  }

  .customer-list-wrap .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
  }

  .customer-list-wrap .bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* 保持图片纵横比，覆盖整个容器 */
  }

  .customer-list-wrap .container {
    width: 1200px;
    margin: 0 auto;
  }

  .customer-list-wrap .container .content {
    width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .customer-list-wrap .content .box {
    width: 1137px;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
  }

  .customer-list-wrap .content .header-swiper-wrapper .swiper-wrapper {
    height: 74px;
    display: flex;
  }

  .customer-list-wrap .content .header-swiper-wrapper .swiper-wrapper .swiper-slide {
    width:20%;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .customer-list-wrap .content .header-swiper-wrapper .swiper-wrapper .swiper-slide-active {
    color: #3778fa;
    text-shadow: 0 0 .25px currentColor;
    border-bottom: 2px solid #3778fa;
    background-color: #fff;
  }

  .visibleee {
    display: flex;
  }

  .hiddennn {
    display: none;
  }

  .customer-list-wrap .container .content .content-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
  }

  .customer-list-wrap .container .content .content-list .content-item {
    width: 25%;
    height: 339px;
    padding: 0 12px 8px 12px;
  }

  .customer-list-wrap .container .content-list .content-item .body-item {
    background-color: #fff;
    box-shadow: 0 6px 16px 4px rgba(61, 75, 102, .1);
    border-radius: 4px;
    margin-bottom: 15px;
  }

  .customer-list-wrap .container .content-list .content-item .body-item .item-wrap {
    padding-bottom: 25px;
    overflow: hidden;
    position: relative;
  }

  .customer-list-wrap .container .content-list .content-item .body-item .item-wrap .image {
    margin-bottom: 10px;
    width: 100%;
    height: 140px;
  }

  .customer-list-wrap .content-list .article {
    text-align: left;
    height: 130px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 25px;
    cursor: pointer;
  }

  .customer-list-wrap .content-list .article .news-title-wrap {
    margin-bottom: 6px;
    display: flex;
    align-items: center;
  }

  .customer-list-wrap .content-list .article .news-title-wrap .blue {
    min-width: 60px;
    padding: 1px;
    letter-spacing: 0;
    font-size: 14px;
    margin-right: 6px;
    text-align: center;
    background-color: #eaf1ff;
    color: #3778fa;
    border-radius: 2px;
  }

  .customer-list-wrap .content-list .article .news-title-wrap .title {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 18px;
    font-weight: 500;
  }

  .customer-list-wrap .content-list .article .summay {
    font-size: 16px;
    line-height: 24px;
    color: #9196a4;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }

  .customer-list-wrap .content-list .article .summay .test-info {
    text-align: justify;
  }

  .customer-list-wrap .content-list .article .detail {
    position: absolute;
    width: 260px;
    height: 180px;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 30px;
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff 50%, #fff);
    visibility: hidden;
  }

  .customer-list-wrap .content-list .article .detail .detail-text {
    margin-bottom: 0;
    color: #3778fa;
    cursor: pointer;
  }

  @media screen and (min-width: 769px) and (max-width: 1500px) {
    .main {
      padding-top: 116px;
    }

  }

  @media (max-width: 960px) {
    .main {
      padding-top: 64px;
    }

    .customer-list-wrap .container {
      width: 100%;
    }

    .customer-list-wrap .container .content {
      width: 100%;
      padding: 15px;
    }

    .customer-list-wrap .content .box {
      width: 100% !important;
      height: auto;
      background-color: #fff;
      border-radius: 3px;
      border-bottom: none;
    }
    .header-swiper-wrapper .swiper-wrapper {
      height: auto !important;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
    }

    .customer-list-wrap .content .header-swiper-wrapper .swiper-wrapper .swiper-slide {
      border-radius: 3px;
      width: 33.3%;
		height:40px;
      font-size: 14px;
      line-height: 40px;
      position: relative;
    }

    .customer-list-wrap .content .header-swiper-wrapper .swiper-wrapper .swiper-slide-active {
      background-color: #007aff;
      color: #fff;
      text-shadow: none;
    }

    .customer-list-wrap .container .content .content-list .content-item {
      width: 100%;
		height:auto;
      flex-direction: column;
      padding: 0px;
    }


    .customer-list-wrap .container .content-list .content-item .body-item .item-wrap {
      padding-bottom: 0;
    }

  .customer-list-wrap .container .content-list .content-item .body-item .item-wrap .image {
    height: auto;
  }

    .customer-list-wrap .content-list .article {
      padding: 0 15px 15px 15px;
      cursor: pointer;
    }

    .customer-list-wrap .content-list .article .news-title-wrap .title {
      font-size: 14px;
    }

    .customer-list-wrap .content-list .article .summay {
      font-size: 16px;
    }

    .customer-list-wrap .content-list .article .detail {
      width: 100%;
    }
  }