/* === product intro === */
  .pd_intro{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5rem 0rem;
    background-color: #fcf6ef;
  }
  .pd_intro .pd_wh{
    max-width: 1280px;
    overflow: hidden;
  }
  .pd_intro h2{
    font-family: Marcellus-Regular;
    font-size: 2.9rem;
    font-weight: normal;
    font-stretch: normal;
    color: #ba8c63;
    text-align: center;
    padding-bottom: 1rem;
  }
  .pd_intro p{
    font-family: Marcellus-Regular;
    font-size: 1.4rem;
    font-weight: normal;
    font-stretch: normal;
    color: #191919;
    text-align: center;
  }
  .pd_showcase{
    display: flex;
    padding-top: 2.9rem;
    overflow: hidden;
  }
  .showcase-left{
    width: 35.9rem;
    height: 37.2rem;
    padding-right: 1.2rem;
  }
  .pd_info{
    display: block;
    overflow: hidden;
  }
  
  .showcase-right{
    display: flex;
  }
  .showcase-right img{
    width: 21.1rem;
    height: 21.1rem;
    padding-right: 0.4rem;
  }
  .pd_info h4{
    font-family: PingFang-SC-Regular;
    font-size: 1.7rem;
    font-weight: normal;
    font-stretch: normal;
    color: #191919;
    padding-top: 0.9rem;
  }
  .pd_info p{
    font-family: PingFang-SC-Regular;
    font-size: 0.9rem;
    font-weight: normal;
    font-stretch: normal;
    color: #191919;
    text-align: left;
  }
  .pd_info .starlevel{
    font-family: PingFang-SC-Regular;
    font-size: 1.6rem;
    font-weight: normal;
    font-stretch: normal;
    color: #191919;
    padding-top: 2rem;
  }
  .pd_info .price{
    font-family: PingFang-SC-Regular;
    font-size: 2.4rem;
    line-height: 4rem;
    font-weight: normal;
    font-stretch: normal;
    color: #191919;
  }
  .pd_info button{
    width: 42.4rem;
    height: 3.6rem;
    background-color: #d5b79d;
    text-align: center;
    font-family: PingFang-SC-Medium;
    font-size: 0.9rem;
    font-weight: normal;
    font-stretch: normal;
    color: #f9f5f6;
  }

  .mb_fl{
      display: block;
  }


  /*pd_advantages*/
  .pd_advantages{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2.4rem 0 2rem 0;
    text-align: center;
    background-color: #fcf6ef;
  }
  .pd_advantages .pd_wh{
    max-width: 1280px;
    overflow: hidden;
    
  }
  .pd_advantages h3{
    font-family: Marcellus-Regular;
    font-size: 2.3rem;
    font-weight: normal;
    font-stretch: normal;
    color: #191919;
    padding-bottom: 3.8rem;
  }
  .pd_advantages p{
    width: 100%;
    font-family: Marcellus-Regular;
    font-size: 1.4rem;
    font-weight: normal;
    font-stretch: normal;
    padding-bottom: 3.5rem;
    color: #191919;
  }
  .adv_wh{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .fast_left{
    width: 38%;
    overflow: hidden;
    text-align: left;
  }
  .fast_left strong{
    font-family: Marcellus-Regular;
    font-size: 1.6rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.3rem;
    color: #000000;
  }
  .fast_left p{
    font-family: PingFang-SC-Regular;
    font-size: 0.9rem;
    font-weight: normal;
    font-stretch: normal;
    color: #191919;
    padding-bottom: 1.5rem;
  }
  .fast_left .other_p{
    padding:1.2rem 0rem;
  }
  .fast_right{
    width:50%;
    overflow: hidden;
  }
  .fast_right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /*stanford*/
  .pd_stanford{
    background-image: url('./../images/stanford_bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 7rem 0 6.2rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .pd_stanford .pd_wh{
    max-width: 1280px;
    overflow: hidden;
  }
  .pd_stanford h3{
    font-family: Marcellus-Regular;
    font-size: 1.7rem;
    font-weight: normal;
    font-style: italic;
    color: #000000;
    padding-bottom: 5.4rem;
  }
  .pd_stanford .stanford_logo{
    width: 100%;
    text-align: left;
    padding-bottom: 1rem;
  }
  .stanford_content{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
    padding-bottom: 4rem;
  }
  .stanford_content .stanford_l{
    width: 50%;
    text-align: left;
    overflow: hidden;
  }
  .stanford_l .con_t{
    padding-top: 2rem;
  }
  .stanford_l strong{
    font-family: Marcellus-Regular;
    font-size: 1.7rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.3rem;
    color: #000000;
  }
  .stanford_l p{
    font-size: 0.9rem;
    line-height: 1rem;
    font-weight: normal;
    letter-spacing: 0rem;
    color: #000000;
  }
  .stanford_content .stanford_r{
    width: 50%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(201px, 1fr)); /* 自动适应列数 */
    gap: 1rem; /* 图片间距 */
  }
  .stanford_r img{
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px; /* 可选：圆角 */
    display: block;
  }
  .standford_alliance{
    width: 100%;
    text-align: center;
  }
  .standford_alliance .standford_alliance_text{
    text-align: left;
    padding-bottom: 1.8rem;
  }
  .standford_alliance_text p{
    font-family: PingFang-SC-Light;
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.3rem;
    color: #000;
  }
  .standford_alliance img{
    width: 98%;
  }


  /*Complexion Healing*/
  .complexion-healing{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4.8rem 0 7rem 0;
    text-align: center;
  }
  .complexion-healing .product-wh{
    max-width: 1280px;
    overflow: hidden;
  }
  .complexion-healing h3{
    font-family: Marcellus-Regular;
    font-size: 2.3rem;
    font-weight: normal;
    font-stretch: normal;
    color: #191919;
    padding-bottom: 3.8rem;
  }

  
  .healing-grid{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .healing-item {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    gap: 1rem;
    overflow: hidden;
  }

  .healing-item img {
    height: auto;
    object-fit: cover;
    padding-right: 1.3rem;
  }

  .healing-item p {
    
    font-family: PingFang-SC-Regular;
    font-size: 0.9rem;
    font-weight: normal;
    color: #191919;
    flex: 1; /* 文字自动占据剩余空间 */
    padding-top:0.7rem ;
    text-align: left;
  }




  /* === 响应式设计 === */
  @media (max-width: 768px) {

    /*pd_intro*/
    .pd_showcase{
      flex-direction:column;
      justify-content: center;
      align-items: center;
    }
    .pd_intro{
      width:100%;
      overflow: hidden;
      padding: 3rem 0rem;
    }
    .pd_intro h2{
      font-size: 1.6rem;
      width: 100%;
    }
    .pd_intro p{
      font-size: 0.5rem;
      line-height: 1rem;
    }

    .showcase-left{
      width: 86%;
      height: auto;
      padding-right: 0rem;
    }
    .showcase-right{
      width: 100%;
      justify-content: center;
      align-items: center;
      padding-top: 0.3rem;
    }
    .showcase-right img{
      width: 48.5%;
      height: auto;
      padding-left: 0.4rem;
    }
    .pd_intro .text{
      text-align: left;
    }
    .pd_info{
      width: 86%;
    }

    .pd_info .starlevel{
      font-size: 0.9rem;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }

    .pd_info .price{
      font-size: 1.6rem;
      line-height: 2.5rem;
    }

    .mb_fl{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-end;
    }

    .pd_info h4{
      font-size: 0.8rem;
    }
    .pd_info button{
      width: 14.4rem;
      height: 2.7rem;
    }



    /*pd_advantages*/
    .pd_advantages h3{
      font-size: 1.6rem;
      padding-bottom: 1rem;
    }
    .pd_advantages p{
      font-size: 0.5rem;
      line-height: 1rem;
      padding-bottom: 1.5rem;
    }
    .adv_wh{
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .fast_left{
      width:86%;
    }
    .fast_left p{
      padding-bottom: 1rem;
    }
    .fast_left strong{
      font-size: 1rem;
    }
    .fast_right{
      width: 86%;
    }


    /* stanford*/
    .pd_stanford{
      padding: 2rem 0rem;
    }
    .pd_stanford .pd_wh{
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .pd_stanford h3{
      font-size: 1rem;
      padding-bottom: 1rem;
    }
    .pd_stanford p{
      font-size: 0.5rem;
      line-height: 1rem;
      padding-bottom: 1.5rem;
    }
    .pd_stanford .stanford_content{
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding-bottom: 2rem;
    }
    .pd_stanford .stanford_logo{
      width: 86%;
    }
    .stanford_logo img{
      width: 50%;
    }
    .stanford_content .stanford_l{
      width: 86%;
    }
    .stanford_l .con_t{
      padding-top: 0rem;
    }
    .stanford_l strong{
      font-size: 1rem;
    }
    .stanford_l p{
      padding-bottom: 1rem;
    }
    .stanford_content .stanford_r{
      width: 86%;
    }


    .standford_alliance{
      width: 86%;
    }
    .standford_alliance_text p{
      font-size: 0.6rem;
      padding-bottom: 0.8rem;
    }











    /*complexion-healing*/
    .complexion-healing{
      width:100%;
      overflow: hidden;
      padding: 4.4rem 0 2.5rem 0rem;
    }
    .complexion-healing .product-wh{
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .complexion-healing h3{
      font-size: 0.8rem;
      padding-bottom: 1.4rem;
    }
    .healing-grid{
      width:86%;
      justify-content:space-between;
    }
    
    .healing-item{
      width: 46%;
      padding: 0 2%;
      box-sizing: content-box;
    }
    .healing-item img{
      height: 10.6rem;
    }
    .healing-item p{
      width: 96%;
      font-size: 0.4rem;
      padding-top: 0.5rem;
    }




  }