.elementor-1647 .elementor-element.elementor-element-7629bf4{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1647 .elementor-element.elementor-element-7629bf4.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1647 .elementor-element.elementor-element-adf1cf4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-media-carousel .elementor-carousel-image-overlay{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-1647 .elementor-element.elementor-element-ac960c2.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper){margin-bottom:10px;}.elementor-1647 .elementor-element.elementor-element-ac960c2 .elementor-swiper-button{font-size:20px;}.elementor-1647 .elementor-element.elementor-element-ef13b74{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1647 .elementor-element.elementor-element-f063a4f{margin:-28px -28px calc(var(--kit-widget-spacing, 0px) + -28px) -28px;}.elementor-1647 .elementor-element.elementor-element-f063a4f.elementor-element{--align-self:center;}.elementor-1647 .elementor-element.elementor-element-a267724{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-1647 .elementor-element.elementor-element-21559a9{width:auto;max-width:auto;--grid-side-margin:28px;--grid-column-gap:28px;--grid-row-gap:0px;--grid-bottom-margin:0px;}.elementor-1647 .elementor-element.elementor-element-21559a9 .elementor-share-btn{font-size:calc(0.55px * 10);}.elementor-1647 .elementor-element.elementor-element-21559a9 .elementor-share-btn__icon{--e-share-buttons-icon-size:2.7em;}.elementor-1647 .elementor-element.elementor-element-5be6bc8{--display:flex;}.elementor-1647 .elementor-element.elementor-element-5fdd6bb{--display:flex;}.elementor-1647 .elementor-element.elementor-element-5d64ec4{--n-accordion-title-font-size:1rem;--n-accordion-item-title-space-between:0px;--n-accordion-item-title-distance-from-content:0px;--n-accordion-icon-size:15px;}.elementor-1647 .elementor-element.elementor-element-47f23f0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-1647 .elementor-element.elementor-element-8617e70 .elementor-button{background-color:#000000;}.elementor-1647 .elementor-element.elementor-element-8617e70.elementor-element{--align-self:center;}@media(max-width:1024px){.elementor-1647 .elementor-element.elementor-element-ac960c2.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper){margin-bottom:10px;} .elementor-1647 .elementor-element.elementor-element-21559a9{--grid-side-margin:28px;--grid-column-gap:28px;--grid-row-gap:0px;--grid-bottom-margin:0px;}}@media(min-width:768px){.elementor-1647 .elementor-element.elementor-element-7629bf4{--content-width:840px;}.elementor-1647 .elementor-element.elementor-element-adf1cf4{--width:50%;}.elementor-1647 .elementor-element.elementor-element-ef13b74{--width:50%;}}@media(max-width:767px){.elementor-1647 .elementor-element.elementor-element-7629bf4{--content-width:840px;}.elementor-1647 .elementor-element.elementor-element-ac960c2.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper){margin-bottom:10px;} .elementor-1647 .elementor-element.elementor-element-21559a9{--grid-side-margin:28px;--grid-column-gap:28px;--grid-row-gap:0px;--grid-bottom-margin:0px;}.elementor-1647 .elementor-element.elementor-element-b5d0232{width:100%;max-width:100%;padding:-4px -4px -4px -4px;}.elementor-1647 .elementor-element.elementor-element-b5d0232.elementor-element{--align-self:center;}.elementor-1647 .elementor-element.elementor-element-8617e70{width:100%;max-width:100%;margin:-31px -31px calc(var(--kit-widget-spacing, 0px) + -31px) -31px;padding:6px 6px 6px 6px;}.elementor-1647 .elementor-element.elementor-element-8617e70.elementor-element{--align-self:center;}}/* Start custom CSS for html, class: .elementor-element-b25eb08 *//* ========== 手机端图片适配（追加到你原 CSS 最底部） ========== */
@media (max-width: 600px){

  /* 顶部 Customer Photos：改成网格更好看 */
  .photos-grid{
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important; /* 2列 */
    gap: 10px !important;
  }

  .photo-thumb{
    width: 100% !important;
    height: 110px !important;      /* 手机更大更舒服 */
    border-radius: 10px !important;
    object-fit: cover !important;
  }

  /* 每条评论：改成上下结构（文字在上，图在下） */
  .review-item{
    flex-direction: column !important;
    gap: 12px !important;
    padding: 18px 0 !important;
  }

  /* 右侧图片改成大横图 */
  .review-attached-img{
    width: 100% !important;
    height: 190px !important;      /* 横向大图比例 */
    border-radius: 12px !important;
    object-fit: cover !important;
    border: 1px solid #eee !important;
  }

  /* 评论文字略微缩小更像真实评论 */
  .review-text{
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}/* End custom CSS */