

    .product-main-area {
      padding: 3rem 0;
    }

    .carousel-container .carousel-arrow::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      font-size: 19px;
      line-height: 1;
      font-style: normal;
      font-family: "Material Design Icons";
      transform: translate(-50%, -50%);
    }

    .carousel-container .carousel-arrow-left::before {
      transform: translate(-50%, -50%) rotate(180deg);
    }

    .product-main-content {
      display: flex;
      /* justify-content: center; */
      flex-direction: column;
      height: 100%;
      /* margin-top: 1rem; */
      margin-left: 2rem;
    }

    .product-main-content .back {
      position: relative;
      color: #222;
      margin-left: 2rem;
      font-size: 1rem;
      display: block;
    }

    .product-main-content .back::before {
      content: "";
      position: absolute;
      color: #1472ff;
      top: 50%;
      left: -2rem;
      font-size: 1.2rem;
      line-height: 1;
      font-style: normal;
      font-family: "Material Design Icons";
      transform: translateY(-50%) rotate(180deg);
    }

    .product-main-title {
      /* margin-top: 1.2rem; */
      font-size: 1.5rem;
      color: #222;
      font-weight: 700;
      padding-bottom: 1rem;
      border-bottom: 2px solid #000;
    }

    .product-main-price {
      display: flex;
      align-items: center;
      margin-bottom: 10px;
    }

    .product-main-price-current {
      font-size: 1.75rem;
      color: #e74c3c;
      font-weight: bold;
      margin-right: 10px;
    }

    .product-main-price-original {
      font-size: 0.875rem;
      color: rgba(136, 136, 136, 1);
      text-decoration: line-through;
    }

    .product-main-info {
      line-height: 1.8;
      font-size: 0.875rem;
      color: rgba(102, 102, 102, 1);
      margin-top: 10px;
      margin-bottom: 20px;
    }

    .product-main-keyword-container {
      display: flex;
      align-items: center;
      margin-bottom: 15px;
    }

    .product-main-keyword-title {
      font-size: 0.875rem;
      color: rgba(136, 136, 136, 1);
      font-weight: 700;
      margin-right: 10px;
    }

    .product-main-keyword {
      font-size: 1rem;
      padding: 5px 10px;
      border: 1px solid #d9d9d9;
      color: #595959;
      border-radius: 3px;
      margin-right: 5px;
    }

    .product-main-categories {
      display: flex;
      align-items: center;
      font-size: 0.875rem;
      line-height: 2.5;
    }

    .product-main-categories-title {

      color: rgba(136, 136, 136, 1);
      font-weight: bold;
    }

    .product-main-categories-badge {
      padding-left: 0.5rem;
      color: #1472ff;
    }

    .product-main-phone {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      width: 100%;
      padding-top: 3%;
      padding-bottom: 3%;
      margin-top: 3%;
      border-top-style: dashed;
      border-top-width: 1px;
      border-top-color: rgba(221, 221, 221, 1);
      border-bottom-style: dashed;
      border-bottom-width: 1px;
      border-bottom-color: rgba(221, 221, 221, 1);
      line-height: 1.5;
    }

    .product-main-phone-title {

      font-size: 1.2rem;
      font-weight: bold;
    }

    .product-main-phone-number {
      color: #1472ff;
      font-size: 1.2rem;
      font-weight: bold;
    }

    .product-contact-buttons {
      margin: 2rem 0;
      display: flex;
      gap: 1rem;
    }

    .product-contact-buttons .btn {
      padding: 0.8rem 2rem;
      border-radius: 4px;
      text-decoration: none;
      font-size: 0.875rem;
      transition: all 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .contact-us-btn {
      background-color: white;
      color: #29293A;
      border: 1px solid #29293A !important;
    }

    .online-consult-btn {
      background-color: #1472ff;
      color: white;
    }

    .contact-us-btn:hover {
      color: #29293A;
      /* 保持字体颜色不变 */
    }

    .online-consult-btn:hover {
      color: white;
      /* 保持字体颜色不变 */
    }

    .product-main-desc-title {
      font-size: 1.5rem;
      font-weight: 700;
      margin: 1rem 0;
    }

    .product-main-desc {
      background-color: rgba(243, 243, 243, 0.44);
      padding: 1.5rem;
      border-radius: 0.6rem;
      font-size: 0.875rem;
      width: 100%;
    }

    .product-main-desc h4, .product-main-desc strong, .product-main-desc h4 span {
      margin-top: 10px;
      color: #1472ff !important;
    }

    .product-main-desc hr {
      margin-top: 10px;
      border-top: 2px solid #1472ff;
    }

    .product-main-desc table {
      width: 100% !important;
    }

    .product-main-desc table tr {
      text-align: center;
      height: 50px;
    }

    .product-main-desc table tr th {
      background-color: #eee;
      border: 1px solid #cccccc;
    }

    .product-main-desc table tr td {
      border: 1px solid #cccccc;
    }


        .product-image-carousel {
          position: relative;
          margin-bottom: 20px;
        }

        .carousel-container {
          position: relative;
          overflow: hidden;
          border-radius: 8px;
        }

        .carousel-main-image {
          text-align: center;
          margin-bottom: 15px;
        }

        .carousel-main-image img {
          width: 100%;
          height: 500px;
          object-fit: cover;
          border-radius: 8px;
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
        }

        .carousel-arrow {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          background: rgba(0, 0, 0, 0.5);
          color: white;
          border: none;
          width: 50px;
          height: 50px;
          border-radius: 50%;
          cursor: pointer;
          font-size: 20px;
          display: flex;
          align-items: center;
          justify-content: center;
          transition: all 0.3s ease;
          z-index: 10;
        }

        .carousel-arrow:hover {
          background: rgba(0, 0, 0, 0.7);
          transform: translateY(-50%) scale(1.1);
        }

        /* 缩略图样式 */
        .carousel-thumbnails {
          display: flex;
          /* justify-content: center; */
          gap: 10px;
          /* margin-top: 15px; */
          overflow-x: auto;
          padding: 10px 0;
        }

        .carousel-thumbnail {
          width: 80px;
          height: 80px;
          border: 2px solid transparent;
          border-radius: 6px;
          overflow: hidden;
          cursor: pointer;
          transition: all 0.3s ease;
          flex-shrink: 0;
        }

        .carousel-thumbnail img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: transform 0.3s ease;
        }

        .carousel-thumbnail:hover {
          transform: translateY(-2px);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }

        .carousel-thumbnail.active {
          border-color: #007bff;
          box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.2);
        }

        .carousel-thumbnail.active img {
          transform: scale(1.05);
        }

        /* 响应式设计 */
        @media (max-width: 768px) {
          .carousel-thumbnail {
            width: 60px;
            height: 60px;
          }

          .carousel-thumbnails {
            gap: 8px;
          }
        }

        .carousel-arrow-left {
          left: 20px;
        }

        .carousel-arrow-right {
          right: 20px;
        }

        /* 响应式设计 */
        @media (max-width: 768px) {
          .carousel-arrow {
            width: 40px;
            height: 40px;
            font-size: 16px;
          }

          .carousel-arrow-left {
            left: 10px;
          }

          .carousel-arrow-right {
            right: 10px;
          }
        }

        /* 星星评分样式 */
        .product-main-rating {
          font-size: 18px;
          line-height: 1;
        }

        .product-main-rating .fa-star,
        .product-main-rating .fa-star-o {
          color: #ffc107;
          margin-right: 2px;
          transform: none !important;
          -webkit-transform: none !important;
          -ms-transform: none !important;
          display: inline-block;
          vertical-align: baseline;
          font-style: normal;
          font-weight: normal;
          line-height: 1;
          speak: none;
          text-decoration: inherit;
          text-transform: none;
          position: relative;
          top: 0;
        }

        .product-main-rating .fa-star-o {
          color: #ddd;
        }

        .rating-text {
          margin-left: 10px;
          font-size: 14px;
          color: #666;
          font-weight: 500;
        }

        /* 猜你喜欢独立样式 - 避免与商品描述区域冲突 */
        .like-products-section {
          background: transparent;
          padding: 0;
        }

        .like-products-section .product-tab-area {
          margin: 0 -15px;
        }

        .like-products-section .item-box {
          background: #fff;
          border-radius: 8px;
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          transition: all 0.3s ease;
          overflow: hidden;
          margin-bottom: 30px;
        }

        .like-products-section .item-box:hover {
          transform: translateY(-5px);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
        }

        .like-products-section .item-box a {
          text-decoration: none;
          color: inherit;
        }

        .like-products-section .item-box img {
          width: 100%;
          height: 12rem;
          object-fit: cover;
          transition: transform 0.3s ease;
        }

        .like-products-section .item-box:hover img {
          transform: scale(1.05);
        }

        .like-products-section .text-area {
          padding: 20px;
          text-align: center;
        }

        .like-products-section .text-area p {
          color: #666;
          font-size: 14px;
          margin-bottom: 8px;
          text-transform: uppercase;
        }

        .like-products-section .text-area h3 {
          font-size: 1rem;
          font-weight: 600;
          color: #333;
          /* margin-bottom: 15px; */
          overflow: hidden;
          text-overflow: ellipsis;
          text-align: left;
        }

        .like-products-section .price-area {
          margin-bottom: 10px;
        }

        .like-products-section .price-area p {
          font-size: 20px;
          font-weight: 700;
          color: #14b0b6;
          margin: 0;
        }

        .like-products-section .price-area span {
          margin-left: 10px;
          color: #999;
          font-size: 16px;
        }

        .like-products-section .product-rating-small {
          margin-bottom: 15px;
        }

        .like-products-section .product-rating-small .fa-star,
        .like-products-section .product-rating-small .fa-star-o {
          font-size: 11px;
          margin-right: 1px;
          color: #ffc107;
          transform: none !important;
          -webkit-transform: none !important;
          -ms-transform: none !important;
          display: inline-block;
          vertical-align: baseline;
          font-style: normal;
          font-weight: normal;
          line-height: 1;
          speak: none;
          text-decoration: inherit;
          text-transform: none;
          position: relative;
          top: 0;
        }

        .like-products-section .product-rating-small .fa-star-o {
          color: #ddd;
        }

        /* 猜你喜欢小尺寸样式 */
        .like-products-section .like-small-item {
          /* padding: 10px; */
          margin-bottom: 15px;
          background: #fff;
          border-radius: 6px;
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
          transition: transform 0.2s ease, box-shadow 0.2s ease;
        }

        .like-products-section .like-small-item:hover {
          transform: translateY(-2px);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
        }

        .like-products-section .like-small-img {
          height: 150px;
          object-fit: cover;
          border-radius: 4px;
          width: 100%;
        }

        .like-products-section .like-small-text {
          padding: 0.5rem 1rem;
        }

        .like-products-section .like-small-text p {
          font-size: 11px;
          margin-bottom: 3px;
          color: #666;
        }

        .like-products-section .like-small-title {
          font-size: 13px;
          margin-bottom: 5px;
          line-height: 1.3;
          /* height: 34px; */
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          color: #333;
          font-weight: 500;
        }

        .like-products-section .like-small-price {
          margin-bottom: 0;
          display: flex;
          align-items: center;
        }

        .like-products-section .like-small-price p {
          font-size: 14px;
          font-weight: 600;
          color: #e74c3c;
          margin: 0;
        }

        .like-products-section .like-small-price span {
          font-size: 12px;
          color: #999;
        }

        .like-products-section .like-small-rating {
          margin-top: 5px !important;
          line-height: 1;
        }

        .like-products-section .like-small-rating .fa {
          font-family: FontAwesome !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
        }

        @media (max-width: 1200px) {
          .like-products-section .like-small-img {
            height: 130px;
          }
        }

        @media (max-width: 768px) {
          .like-products-section .like-small-img {
            height: 120px;
          }

          .like-products-section .like-small-title {
            font-size: 12px;
            height: 30px;
          }
        }

        @media (max-width: 576px) {
          .like-products-section .like-small-img {
            height: 140px;
          }
        }

        .like-products-section .btn {
          background: #14b0b6;
          border: none;
          border-radius: 4px;
          padding: 8px 16px;
          font-size: 14px;
          color: #fff;
          text-decoration: none;
          display: inline-block;
          transition: background 0.3s ease;
        }

        .like-products-section .btn:hover {
          background: #0f8a8f;
          color: #fff;
        }
