.swiper-container {
    height: 100%;
    overflow: hidden;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
  }

  .swiper-slide img {
    width: 100%;
    height: auto;
    min-height: 100%;
  }
  html{
    background: #F6F6F6;
  }

  .goodsList-content {
    max-width: 1600px;
    margin: auto;
    margin-top: 12rem;
    display: grid;
    grid-template-columns: 1.5fr 9fr;
    margin-bottom: 12rem;
    gap: 3.6rem;
    padding: 0 2rem;
    box-sizing: border-box;
  }
  .goodsList-content-left {
    border-radius: 2rem;
    overflow: hidden;
    background: #ffffff;
    padding-bottom: 2rem;
    align-self: start;
    height: fit-content;
  }
  .goodsList-content-left-title {
    background: #7fbe27;
    padding: 3rem;
  }
  .goodsList-content-left-title-text {
    font-weight: 500;
    font-size: 2.8rem;
    color: #ffffff;
    margin-bottom: 0.8rem;
    /*text-align: center;*/
  }
  .goodsList-content-left-title-subtitle {
    font-weight: 400;
    font-size: 1.4rem;
    color: #ffffff;
    /*text-align: center;*/
  }
  .goodsList-tab-item {
    display: flex;

    margin-top: 3.2rem;
  }
  .goodsList-tab-item-left {
    width: 0.4rem;
    height: 2rem;
    background: #7fbe27;
    margin-right: 3rem;
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  .tab-name {
    font-weight: 400;
    font-size: 1.8rem;
    color: #333333;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e1e1e1 !important;
    width: 100%;
    margin-right: 3.2rem;
    transition: color 0.2s ease;
  }
  .goodsList-tab a.active .tab-name {
    color: #7fbe27;
  }
  .goodsList-tab a:hover .tab-name {
    color: #7fbe27;
  }
  .goodsList-tab a.active .goodsList-tab-item-left {
    opacity: 1;
  }
  .goodsList-tab a:hover .goodsList-tab-item-left {
    opacity: 1;
  }
  .goodsList-tab a:last-child .tab-name {
    border-bottom: none !important;
  }
  .goodsList-content-right-title {
    display: flex;
    align-items: center;
    margin-bottom: 3.6rem;
  }
  .sx_box {
    width: 0.5rem;
    height: 3.2rem;
    background-color: #1977fe;
    margin-right: 2.4rem;
  }
  .sx_text {
    font-weight: bold;
    font-size: 3.2rem;
    color: #333333;
  }
  .goodsList-content-right-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }
  .goods_item {
    background: #ffffff;
    border-radius: 2rem;
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .goods_item:hover .gooodImg {
    transform: scale(1.1);
  }
  .top_img {
    height: 34.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
    /*padding: 0 11.3rem;*/
  }
  .top_img .gooodImg {
    max-width: 100%;
    height: auto !important;
    transition: transform 0.3s ease;
  }
  .goodsName {
    padding: 4.4rem 3rem;
    border-top: 1px solid #e5e5e5;
    text-align: center;
    font-weight: 550;
    font-size: 2rem;
    color: #333333;
    line-height:3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
  }
  .pagination-box {
    display: flex;
    gap: 2rem;
    margin-top: 8rem;
    justify-content: center;
  }
  .prev img {
   width: 2rem;
   height: auto;
  }
  
  .next img {
    width: 2rem;
    height: auto;
  }
  .item_pages:hover {
    background: #7fbe27;
    color: #ffffff;
  }
  .pagination-box .active {
    background: #7fbe27 !important;
    color: #ffffff !important;
  }
  .item_pages {
    width: 5rem;
    height: 5rem;
    background: #ffffff;
    border-radius: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 1.6rem;
    color: #333333;
  }
  /* 响应式设计 */
  @media (max-width: 1200px) {
    .goodsList-content {
      padding: 0 2rem;
    }
    .goodsList-content-right-list {
      grid-template-columns: repeat(2, 1fr);
      gap: 2rem;
    }
    /* .top_img {
      height: 28rem;
      padding: 0 8rem;
    } */
  }
  @media (max-width: 1600px) {
    .top_img .gooodImg {
      max-width: 100%;
     height: auto;
      object-fit: contain;
    }
  }
  @media (max-width: 1460px) {
    .top_img .gooodImg {
      max-width: 100%;
      height: auto;
      object-fit: contain;
    }
  }
  @media (max-width: 1200px) {
    .top_img .gooodImg {
      max-width: 100%;
      height: auto;
      object-fit: contain;
    }
  }
  @media (max-width: 992px) {
    .goodsList-content {
      grid-template-columns: 1fr;
      gap: 2rem;
      margin-top: 6rem;
      margin-bottom: 6rem;
    }
    .goodsList-content-left {
      width: 100%;
    }
    .goodsList-content-right-list {
      grid-template-columns: repeat(2, 1fr);
    }
    .sx_text {
      font-size: 2.4rem;
    }
    .sx_box {
      height: 2.4rem;
      width: 0.4rem;
    }
    .goodsName {
      font-size: 2rem;
      padding: 3rem 2rem;
    }
    .top_img .gooodImg {
      max-width: 50%;
      height: auto;
      object-fit: contain;
    }
  }
  @media (max-width: 768px) {
    .top_img{
      /*padding: 0 8rem;*/
    }
    .goodsList-content {
      padding: 0 1.5rem;
      margin-top: 4rem;
      margin-bottom: 4rem;
    }
    .goodsList-content-left {
      display: none;
    }
    .goodsList-content-left-title {
      padding: 2rem;
    }
    .goodsList-content-left-title-text {
      font-size: 2.2rem;
    }
    .goodsList-content-left-title-subtitle {
      font-size: 1.2rem;
    }
    .tab-name {
      font-size: 1.4rem;
      padding-bottom: 1.5rem;
    }
    .goodsList-tab-item {
      margin-top: 2rem;
    }
    .goodsList-content-right-list {
      grid-template-columns: repeat(2, 1fr);
      gap: 1rem;
    }
    .goodsList-content-right-title {
      margin-bottom: 2.4rem;
    }
    .sx_text {
      font-size: 2rem;
    }
    .sx_box {
      height: 2rem;
      width: 0.3rem;
      margin-right: 1.5rem;
    }
    .goodsName {
      font-size: 1.4rem;

      /*height: 8rem;*/
      display: flex;
      align-items: center;
      justify-content: center;
      /*line-height: 2rem;*/
    }
    /* .top_img {
      height: 28rem;
      padding: 0 3rem;
    } */
    .top_img .gooodImg {
      max-width:100% !important;
      height: auto !important;
      object-fit: contain;
    }
    .pagination-box {
      margin-top: 4rem;
      gap: 1rem;
    }
    .item_pages {
      width: 4rem;
      height: 4rem;
      font-size: 1.4rem;
    }
  }
  @media (max-width: 480px) {
    .top_img{
      height: 20rem;
    }
    .goodsList-content {
      padding: 0 2rem;
      margin-top: 3rem;
      margin-bottom: 3rem;
    }
    .goodsList-content-left-title {
      padding: 1.5rem;
    }
    .goodsList-content-left-title-text {
      font-size: 1.8rem;
    }
    .goodsList-content-left-title-subtitle {
      font-size: 1rem;
    }
    .tab-name {
      font-size: 1.2rem;
      padding-bottom: 1.2rem;
    }
    .goodsList-tab-item {
      margin-top: 1.5rem;
    }
    .goodsList-tab-item-left {
      width: 0.3rem;
      height: 1.6rem;
      margin-right: 2rem;
    }
    .goodsList-content-right-title {
      margin-bottom: 2rem;
    }
    .sx_text {
      font-size: 1.6rem;
    }
    .sx_box {
      height: 1.6rem;
      width: 0.25rem;
      margin-right: 1rem;
    }
    .goodsName {
      font-size: 1.2rem;
      padding: 2rem;
    }

    .pagination-box {
      margin-top: 3rem;
      gap: 0.8rem;
      flex-wrap: wrap;
    }
    .item_pages {
      width: 3.5rem;
      height: 3.5rem;
      font-size: 1.2rem;
    }
  }
