
        /* CSS样式 */
        .core-products-display {
          width: 1920px;
          height: 450px;
          background: rgba(255, 255, 255, 1);
          position: relative;
        }
      
        .whitening {
          position: absolute;
          left: 10px;
          top: 0;
          width: 300px;
          height: 414px;
          border-radius: 10px;
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
          z-index: 2;
          transition: transform 0.3s;
          overflow: hidden;
        }
      
        .whitening-details {
          position: absolute;
          left: 310px;
          top: 0;
          width: 450px;
          height: 414px;
          background: #aed0ee;
          border-radius: 10px;
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
          z-index: 1;
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center;
          color: white;
          font-size: 20px;
          transition: transform 0.3s;
        }
      
        .whitening-details ul {
          list-style: none;
          padding: 0;
          margin: 0;
          width: 50%;
          display: flex;
          flex-direction: column;
          justify-content: center;
          margin-left: 20px;
          margin-top: 40px;
        }
      
        .whitening-details ul li {  
          padding: 1px 0;
          margin-bottom: 10px;
          font-size: 13px;
          transition: font-size 0.2s;
          white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
        }
      
        .whitening-details ul li:hover {
          font-size: 15px;
        }
      
        .whitening-details h2 {
          position: absolute;
          top: 15px;
          left: 0;
          width: 100%;
          text-align: center;
          color: white;
          font-size: 25px;
          margin: 0;
          padding: 0;
        }
        .whitening img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.whitening-details.active,
  .whitening.active {
    transform: scale(1.03);
  }

        .moisturing {
          position: absolute;
          left: 780px;
          top: 0;
          width: 300px;
          height: 414px;
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
          z-index: 2;        
          border-radius: 10px;
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
          transition: transform 0.3s;
          overflow: hidden;
        }
      
        .moisturing-details {
          position: absolute;
          left: 1080px;
          top: 0;
          width: 225px;
          height: 414px;
          background: #bcd4e7;
          border-radius: 10px;
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
          z-index: 1;
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center;
          color: white;
          font-size: 20px;
          transition: transform 0.3s;
        }
      
        .moisturing-details ul {
          list-style: none;
          padding: 0;
          margin: 0;
          width: 70%;
          display: flex;
          flex-direction: column;
          justify-content: center;
          margin-top: 40px;
        }
      
        .moisturing-details ul li {
          padding: 1px 0;
          margin-bottom: 10px;
          font-size: 13px;
          transition: font-size 0.2s;
          white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
        }
      
        .moisturing-details ul li:hover {
          font-size: 15px;
        }
      
        .moisturing-details h2 {
          position: absolute;
          top: 15px;
          left: 0;
          width: 100%;
          text-align: center;
          color: white;
          font-size: 25px;
          margin: 0;
          padding: 0;
        }
        .moisturing img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.moisturing-details.active,
  .moisturing.active {
    transform: scale(1.03);
  }
        .sunscreen {
          position: absolute;
          left: 1325px;
          top: 0;
          width: 300px;
          height: 414px;
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
          z-index: 2;        
          border-radius: 10px;
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
          transition: transform 0.3s;
          overflow: hidden;
        }
      
        .sunscreen-details {
          position: absolute;
          left: 1625px;
          top: 0;
          width: 225px;
          height: 414px;
          background: #6f94cd;
          border-radius: 10px;
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
          z-index: 1;
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center;
          color: white;
          font-size: 20px;
          transition: transform 0.3s;
        }
      
        .sunscreen-details ul {
          list-style: none;
          padding: 0;
          margin: 0;
          width: 70%;
          display: flex;
          flex-direction: column;
          justify-content: center;
          margin-left: 30px;
          margin-top: 40px;
        }
      
        .sunscreen-details ul li {
          padding: 1px 0;
          margin-bottom: 10px;
          font-size: 13px;
          transition: font-size 0.2s;
          white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
        }
      
        .sunscreen-details ul li:hover {
          font-size: 15px;
        }
      
        .sunscreen-details h2 {
          position: absolute;
          top: 15px;
          left: 0;
          width: 100%;
          text-align: center;
          color: white;
          font-size: 25px;
          margin: 0;
          padding: 0;
        }
        .sunscreen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
      
        .active {
          transform: scale(1.1);
        }
        .whitening-details ul li::after,
.moisturing-details ul li::after,
.sunscreen-details ul li::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: white;
  transform: scaleX(0);
  transition: transform 0.2s;
}
.sunscreen-details.active,
  .sunscreen.active {
    transform: scale(1.03);
  }

.whitening-details ul li:hover::after,
.moisturing-details ul li:hover::after,
.sunscreen-details ul li:hover::after {
  transform: scaleX(1);
}
.whitening-details ul li:hover,
        .moisturing-details ul li:hover,
        .sunscreen-details ul li:hover {
          font-weight: bold;
        }
      