.add_icon {
    width: 80px;
    flex: 0 0 auto !important;
    display: flex;
    /* align-items: center; */
    justify-content: center;

    margin-top: 50px;
}
.addCart_0 {
    flex: 0 0 200px !important;
    width: 200px;
}

.carousel-wrapper {
      /* width: fit-content; */
      /* max-width: calc(100% - 162px - 200px - 80px - 130px); */
      /* padding: 20px; */
      /* background-color: #f9f9f9; */

      flex: 0 0 auto !important;

      position: relative;
    }

    .carousel-container {
      width: 708px;
      /* margin: 0 auto; */
      position: relative;
      overflow: hidden;
      /* padding-right: 130px; */

      /* max-width: calc(100% - 162px - 200px - 80px - 130px); */
      max-width:708px;
    }

    .carousel-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 20px;
      padding: 0 10px;
    }

    .carousel-title {
      font-size: 18px;
      font-weight: bold;
      color: #333;
    }

    .carousel-track {
      display: flex;
      transition: transform 0.3s ease-out;
      will-change: transform;
    }

    .carousel-item {
      flex: 0 0 162px;
      width: 162px;
      /* padding: 10px; */
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .carousel-item + .carousel-item{
      /* margin-left: 20px; */
    }

    .product-card {
      width: 100%;
      /* border-radius: 8px; */
      overflow: hidden;
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
      height: 100%;
    }

    /* .product-card:hover {
      transform: translateY(-5px);
    } */

  .product-card-img{
    width: 162px;
    height: 162px;

    margin-bottom: 8px;
  }
  .product-card-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    -webkit-user-drag: none;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* 标准语法 */
  }


    .product-img {
      width: 100%;
      /* height: 180px; */
      object-fit: contain;
      /* padding: 15px; */
      /* background-color: #f5f5f5; */
    }

    .product-info {
      padding-left: 8px;
      padding-right: 8px;

      -webkit-user-drag: none;
      -webkit-user-select: none; /* Safari */
      -moz-user-select: none; /* Firefox */
      -ms-user-select: none; /* IE 10+ */
      user-select: none; /* 标准语法 */
      flex: 1;
      max-width: 100%;
      max-height: 100%;

      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .product-name {
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      /* height: 36px; */

      font-family: Microsoft YaHei, Microsoft YaHei;
      font-weight: 400;
      font-size: 16px;
      color: #333333;
      text-align: left;
      font-style: normal;
      text-transform: none;

      line-height: 1;
    }

    .product-code {
      font-family: Microsoft YaHei, Microsoft YaHei;
      font-weight: bold;
      font-size: 16px;
      color: #333333;
      text-align: left;
      font-style: normal;
      text-transform: none;

      margin-top: 8px;
      margin-bottom: 11px;
      line-height: 1;
    }

    .product-price {
      line-height: 1;
      font-family: Microsoft YaHei, Microsoft YaHei;
      font-weight: 400;
      font-size: 16px;
      color: #FF0100;
      text-align: left;
      font-style: normal;
      text-transform: none;
      display: inline-block;
    }

    .select-checkbox {
      text-align: center;
      float: right;
    }

    .select-checkbox input {
      width: 20px;
      height: 20px;
      cursor: pointer;
      position: relative;
    }
    .select-checkbox input[type="checkbox"]{
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      background: transparent !important;
      border-radius: 50% !important;
      background-image: url('https://omo-oss-image.thefastimg.com/portal-saas/pg2025062721000468134/cms/image/0ec2c7bf-12e1-43d3-8020-d6ff00d18fc6.png') !important;
      background-repeat: no-repeat !important;
      background-size: 100% !important;
    }

    /* 勾选标记（使用伪元素实现） */
    .select-checkbox input[type="checkbox"]:checked{
      border-color: #FF0100 !important;
    }
    .select-checkbox input[type="checkbox"]:checked::after {
      content: "";
      background-image: url('https://omo-oss-image.thefastimg.com/portal-saas/pg2025062721000468134/cms/image/2c803ac6-77f4-445a-a714-a968be1c11a9.png');
      background-repeat: no-repeat;
      background-size: 100%;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0px;
      left: 0px;
      display: inline-block;
    }


    .carousel-btn {
      /* position: absolute; */
      /* top: 50%; */
      /* transform: translateY(-50%); */
      width: 37px;
      height: 55px;
      background-color: #f2f2f2;
      /* border: 1px solid #e0e0e0; */
      border: 0;
      /* border-radius: 50%; */
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      z-index: 10;
      /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
      transition: all 0.3s ease;
    }

    .carousel-btn:hover {
      /* background-color: #f2f2f2; */
    }
    .carousel-btn:focus{
      border: 0;
      outline: none;
    }

    .carousel-btn i {
      font-size: 16px;
      color: #666;
    }

    .prev-btn {
      /* left: 10px; */

      margin-bottom: 3px;
    }

    .next-btn {
      /* right: 10px; */
    }
    .fa svg{
      margin-left: 0;
      margin-right: 0;


      width: 35px;
      height: 60px;
    }

    .control{
      position: absolute;
      right: -40px;
      top: 0;
    }

    .fa-chevron-left{
      transform: rotate(-180deg);
      /* margin-bottom: 3px; */
    }

    /* 拖拽相关样式 */
    .carousel-track {
      /* cursor: grab; */
    }

    .carousel-track.dragging {
      cursor: grabbing;
      transition: none;
    }

    /* 响应式调整 */
    @media (max-width: 992px) {
      /* .carousel-item {
        flex: 0 0 33.333%;
      } */
    }

    @media (max-width: 768px) {
      .carousel-item {
        flex: 0 0 50%;
      }
    }

    @media (max-width: 576px) {
      .carousel-item {
        flex: 0 0 100%;
      }
    }




    .addCart_0{
      margin-left: auto;

      background: #F2F2F2;

      padding-left: 33px;
      padding-right: 33px;
      padding-top: 30px;
    }

    .addCart_0 p{
      font-family: Microsoft YaHei, Microsoft YaHei;
      font-weight: 400;
      font-size: 16px;
      color: #333333;
      font-style: normal;
      text-transform: none;
      text-align: center;
    }


    .addCart_0 p:nth-child(1) span{
      color: #BB0100;
    }
    .addCart_0 p:nth-child(2) span{
      color: #EA3200;
      margin-top:12px;
      margin-bottom: 19px;
    }
    .addCart_0 p:nth-child(2) {
      margin-top:12px;
      margin-bottom: 19px;
    }
    .cart_b{
    background: #0070C0;
    border-radius: 20px 20px 20px 20px;
      line-height: 40px;
      font-family: Microsoft YaHei, Microsoft YaHei;
      font-weight: 400;
      font-size: 16px;
      color: #FFFFFF;
      font-style: normal;
      text-transform: none;

      padding-left: 11px;
      padding-right:11px;

      cursor: pointer;
    }
    .ban{
      opacity: 0.7;
      /* background-color: #d1d1d1; */
      cursor: not-allowed !important;
    }



    #c_static_001_P_73299-1743645129871 .e_button-167{
      width: 131px;

      display: flex;
      justify-content: center;
      border-radius: 25px;
      align-items: center;

    }
    #c_static_001_P_73299-1743645129871 .e_button-167 span{
      width: fit-content;
      font-size: 16px;
    }