@charset "UTF-8";
@media (min-width: 768px) {
  .os5-2026-6-25 {
    --color-white: #FFFFFF;
    --color-black: #000000;
    --color-primary: #F6741A;
    --border-white: 1px solid #FFFFFF;
    /* = "1px solid #FFFFFF" */
    --border-black: 1px solid #000000;
    font-size: 5.2083333333vw;
    height: 100%;
    width: 100%;
    background-color: #f9f9f9;
    /* 统一颜色/边框变量 */
  }
  .os5-2026-6-25 p {
    margin-bottom: 0em;
  }
  .os5-2026-6-25 a {
    text-decoration: none !important;
    color: inherit !important;
    display: contents !important;
  }
  .os5-2026-6-25 a:hover {
    text-decoration: none !important;
    color: inherit !important;
  }
  .os5-2026-6-25 .flex-col {
    display: flex;
    flex-direction: column;
  }
  .os5-2026-6-25 .flex-row {
    display: flex;
    flex-direction: row;
  }
  .os5-2026-6-25 .flex-1 {
    flex: 1;
  }
  .os5-2026-6-25 .justify-start {
    display: flex;
    justify-content: flex-start;
  }
  .os5-2026-6-25 .justify-center {
    display: flex;
    justify-content: center;
  }
  .os5-2026-6-25 .justify-end {
    display: flex;
    justify-content: flex-end;
  }
  .os5-2026-6-25 .justify-evenly {
    display: flex;
    justify-content: space-evenly;
  }
  .os5-2026-6-25 .justify-around {
    display: flex;
    justify-content: space-around;
  }
  .os5-2026-6-25 .justify-between {
    display: flex;
    justify-content: space-between;
  }
  .os5-2026-6-25 .align-start {
    display: flex;
    align-items: flex-start;
  }
  .os5-2026-6-25 .align-center {
    display: flex;
    align-items: center;
  }
  .os5-2026-6-25 .align-end {
    display: flex;
    align-items: flex-end;
  }
  .os5-2026-6-25 .color_black {
    color: black !important;
  }
  .os5-2026-6-25 .color_white {
    color: white !important;
  }
  .os5-2026-6-25 .color-primary {
    color: var(--color-primary) !important;
  }
  .os5-2026-6-25 .border_black {
    border: 1px solid black !important;
  }
  .os5-2026-6-25 .border_white {
    border: 1px solid white !important;
  }
  @font-face {
    font-family: HarmonyOS_Sans_SC_Bold;
    src: url("https://cdn.shopify.com/s/files/1/0564/9652/1403/files/HARMONYOS_SANS_SC_BOLD.TTF?v=1757586266");
  }
  @font-face {
    font-family: HarmonyOS_Sans_SC_Medium;
    font-weight: 500;
    src: url("https://cdn.shopify.com/s/files/1/0564/9652/1403/files/HARMONYOS_SANS_SC_MEDIUM.TTF?v=1722937772");
  }
  @font-face {
    font-family: HarmonyOS_Sans_SC;
    font-weight: 100;
    src: url("https://cdn.shopify.com/s/files/1/0564/9652/1403/files/HarmonyOS_Sans_Regular.ttf?v=1718866409");
  }
  .os5-2026-6-25 .main #products {
    /* 让分页不拦截鼠标事件，避免遮罩 hover 失效 */
  }
  .os5-2026-6-25 .main #products .main_graphic_pc {
    display: none;
  }
  .os5-2026-6-25 .main #products .main_graphic_phone {
    display: block;
    padding: 0;
    /* 未激活：小圆点/短条 8px；激活保持原宽度 */
  }
  .os5-2026-6-25 .main #products .main_graphic_phone .swiper-containeros {
    overflow: hidden;
    width: 100% !important;
  }
  .os5-2026-6-25 .main #products .main_graphic_phone .swiper-slide {
    height: 6.75em;
    border-radius: 0;
    overflow: hidden;
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .os5-2026-6-25 .main #products .main_graphic_phone .swiper-slide img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    border-radius: 0;
  }
  .os5-2026-6-25 .main #products .main_graphic_phone .swiper-slide .text {
    font-family: HarmonyOS_Sans_SC;
    font-weight: normal;
    font-size: 0.16em;
  }
  .os5-2026-6-25 .main #products .main_graphic_phone .swiper-pagination {
    position: relative;
    left: auto;
    width: 100%;
    display: block;
    margin-top: -1.55em;
    pointer-events: auto;
  }
  .os5-2026-6-25 .main #products .main_graphic_phone .swiper-pagination .swiper-pagination-bullet {
    width: 100%;
    max-width: 0.8em;
    height: 0.02em;
    margin-left: 0;
    margin-right: 1vw;
    overflow: hidden;
    border-radius: 0;
    opacity: 1;
    position: relative;
    background: #CDCDCD;
    border-radius: 0.2em;
  }
  .os5-2026-6-25 .main #products .main_graphic_phone .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    width: 0.8em;
    max-width: 0.8em;
  }
  .os5-2026-6-25 .main #products .main_graphic_phone .swiper-pagination .swiper-pagination-bullet-active {
    width: 100%;
    max-width: 0.8em;
  }
  .os5-2026-6-25 .main #products .main_graphic_phone .swiper-pagination .swiper-pagination-bullet::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.02em;
    z-index: 99;
  }
  .os5-2026-6-25 .main #products .main_graphic_phone:hover .swiper-pagination .swiper-pagination-bullet-active::after {
    animation-play-state: paused;
  }
  .os5-2026-6-25 .main #products .main_graphic_phone .swiper-pagination .swiper-pagination-bullet-active::after {
    max-width: 0.8em;
    background-color: #fe5200 !important;
    animation: aniBanner 4.5s cubic-bezier(0.25, 0.5, 0.75, 1);
  }
  @keyframes aniBanner {
    0% {
      width: 0px;
    }
    100% {
      width: 100%;
    }
  }
  .os5-2026-6-25 .main #products .main_graphic_phone:hover .swiper-pagination .swiper-pagination-bullet-active::after {
    transition: transform 0s;
  }
  .os5-2026-6-25 .main #products .main_graphic_phone .heard_img {
    height: 100%;
  }
  .os5-2026-6-25 .main #products .main_graphic_phone .heard_text {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 38%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
  }
  .os5-2026-6-25 .main #products .main_graphic_phone .heard_text .heard_text_title {
    width: 100%;
  }
  .os5-2026-6-25 .main #products .main_graphic_phone .heard_text .heard_text_title text {
    font-family: HarmonyOS Sans SC;
    font-size: 0.8em;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  }
  .os5-2026-6-25 .main #products .main_graphic_phone .heard_text .heard_text_desc {
    margin: 0 auto;
    padding: 0;
    line-height: 0.8;
    height: auto;
    min-height: 0;
    width: 80%;
  }
  .os5-2026-6-25 .main #products .main_graphic_phone .heard_text .heard_text_desc text {
    font-family: HarmonyOS Sans SC;
    font-size: 0.3em;
    font-weight: 500;
    display: block;
    line-height: 0.8;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  }
  .os5-2026-6-25 .main #products .slide-overlay .stars {
    font-size: 0.24em;
    color: #ff6b00;
    margin-bottom: 0.2em;
  }
  .os5-2026-6-25 .main #products .slide-overlay .text {
    font-size: 0.18em;
    line-height: 1.5;
  }
  .os5-2026-6-25 .main #products .swiper-slide:hover .slide-overlay {
    opacity: 1;
    transform: translateY(0);
  }
  .os5-2026-6-25 .main #products .swiper-pagination {
    pointer-events: none;
    display: none;
  }
  .os5-2026-6-25 .main #products .swiper-button-prev,
  .os5-2026-6-25 .main #products .swiper-button-next {
    pointer-events: auto;
    display: none;
  }
  .os5-2026-6-25 .main .power_for_all {
    width: 100%;
    background-color: black;
    padding-bottom: 1em;
  }
  .os5-2026-6-25 .main .power_for_all .power_for_all_text {
    width: 100%;
    padding-top: 0.9em;
  }
  .os5-2026-6-25 .main .power_for_all .power_for_all_text .power_for_all_title {
    width: 100%;
    color: white;
    text-align: center;
  }
  .os5-2026-6-25 .main .power_for_all .power_for_all_text .power_for_all_title text {
    font-family: HarmonyOS Sans SC;
    font-size: 0.6em;
    font-weight: 500;
    display: block;
    line-height: 0.8;
  }
  .os5-2026-6-25 .main .power_for_all .power_for_all_text .power_for_all_desc {
    color: white;
    text-align: center;
    width: 60%;
    margin: 0 auto;
    padding-top: 0.5em;
  }
  .os5-2026-6-25 .main .power_for_all .power_for_all_text .power_for_all_desc text {
    font-family: HarmonyOS Sans SC;
    font-size: 0.3em;
    font-weight: 500;
    display: block;
    line-height: 1.2;
  }
  .os5-2026-6-25 .main .power_for_all .power_for_all_video {
    width: 14em;
    height: 7em;
    border-radius: 0.2em;
    background-color: #a38d8d;
    margin: 1em auto 0 auto;
  }
  .os5-2026-6-25 .main .power_for_rescue {
    width: 100%;
    background-color: black;
    padding-bottom: 1.5em;
  }
  .os5-2026-6-25 .main .power_for_rescue .power_for_rescue_text {
    width: 100%;
    padding-top: 0.2em;
  }
  .os5-2026-6-25 .main .power_for_rescue .power_for_rescue_text .power_for_rescue_title {
    text-align: center;
  }
  .os5-2026-6-25 .main .power_for_rescue .power_for_rescue_text .power_for_rescue_title text {
    font-family: HarmonyOS Sans SC;
    font-size: 0.4em;
    font-weight: 500;
    display: block;
    line-height: 0.8;
  }
  .os5-2026-6-25 .main .power_for_rescue .power_for_rescue_text .power_for_rescue_tip {
    text-align: center;
    margin-top: 0.3em;
  }
  .os5-2026-6-25 .main .power_for_rescue .power_for_rescue_text .power_for_rescue_tip text {
    font-family: HarmonyOS Sans SC;
    color: #FFFFFF;
    font-size: 0.6em;
    font-weight: 500;
    display: block;
    line-height: 0.8;
  }
  .os5-2026-6-25 .main .power_for_rescue .power_for_rescue_text .power_for_rescue_desc {
    text-align: center;
    padding-top: 0.3em;
    width: 70%;
    margin: 0 auto;
  }
  .os5-2026-6-25 .main .power_for_rescue .power_for_rescue_text .power_for_rescue_desc text {
    font-family: HarmonyOS Sans SC;
    color: #A1A1A1;
    font-size: 0.3em;
    font-weight: 500;
    display: block;
  }
  .os5-2026-6-25 .main .power_for_rescue .power_for_rescue_body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 0.2em;
    width: 80%;
    margin: 0 auto;
    padding-top: 0.9em;
  }
  .os5-2026-6-25 .main .power_for_rescue .power_for_rescue_body .power_for_rescue_body_img {
    width: 4.7em;
    height: 4em;
  }
  .os5-2026-6-25 .main .power_for_rescue .power_for_rescue_body .power_for_rescue_body_title {
    margin: 0.15em 0;
  }
  .os5-2026-6-25 .main .power_for_rescue .power_for_rescue_body .power_for_rescue_body_title text {
    font-family: HarmonyOS Sans SC;
    color: #FFFFFF;
    font-size: 0.3em;
    font-weight: 500;
    display: block;
    line-height: 1.3;
  }
  .os5-2026-6-25 .main .power_for_rescue .power_for_rescue_body .power_for_rescue_body_desc text {
    font-family: HarmonyOS Sans SC;
    color: #A1A1A1;
    font-size: 0.15em;
    font-weight: 500;
    display: block;
    line-height: 1;
  }
  .os5-2026-6-25 .main .power_for_rescue .power_for_rescue_body .rescue-card {
    cursor: pointer;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .os5-2026-6-25 .main .power_for_rescue .power_for_rescue_body .rescue-card:hover {
    opacity: 0.8;
  }
  .os5-2026-6-25 .main .power_for_rescue .power_for_rescue_btn {
    background-color: #666666;
    text-align: center;
    padding: 0.2em;
    border-radius: 0.5em;
    width: 18%;
    margin: 0.9em auto 0.9em auto;
    cursor: pointer;
  }
  .os5-2026-6-25 .main .power_for_rescue .power_for_rescue_btn text {
    font-family: HarmonyOS Sans SC;
    color: #fff;
    font-size: 0.3em;
    font-weight: 500;
    line-height: 1;
    display: block;
  }
  .os5-2026-6-25 .main .power_for_rescue .rescue-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    animation: fadeIn 0.3s ease;
  }
  .os5-2026-6-25 .main .power_for_rescue .rescue-modal.active {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .os5-2026-6-25 .main .power_for_rescue .rescue-modal .modal-content {
    position: relative;
    background-color: white;
    width: 60%;
    max-width: 20em;
    max-height: 90vh;
    border-radius: 0.5em;
    overflow: auto;
    animation: slideIn 0.3s ease;
    box-shadow: 0 0.2em 0.5em rgba(0, 0, 0, 0.5);
  }
  .os5-2026-6-25 .main .power_for_rescue .rescue-modal .modal-content .close-btn {
    position: absolute;
    top: 0.3em;
    right: 0.5em;
    font-size: 0.4em;
    font-weight: bold;
    color: #000000;
    cursor: pointer;
    z-index: 10;
    width: 0.6em;
    height: 0.6em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    transition: background-color 0.2s ease;
  }
  .os5-2026-6-25 .main .power_for_rescue .rescue-modal .modal-content .close-btn:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .os5-2026-6-25 .main .power_for_rescue .rescue-modal .modal-content .modal-body {
    display: flex;
    flex-direction: row;
  }
  .os5-2026-6-25 .main .power_for_rescue .rescue-modal .modal-content .modal-body .modal-image {
    flex: 1;
    padding: 0em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .os5-2026-6-25 .main .power_for_rescue .rescue-modal .modal-content .modal-body .modal-image img {
    width: 80%;
    max-height: 7em;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 0.3em;
  }
  .os5-2026-6-25 .main .power_for_rescue .rescue-modal .modal-content .modal-body .modal-text {
    flex: 1;
    padding: 0.5em 0.3em 0.5em 0;
    color: #FFFFFF;
    font-family: HarmonyOS Sans SC;
  }
  .os5-2026-6-25 .main .power_for_rescue .rescue-modal .modal-content .modal-body .modal-text h2 {
    font-family: HarmonyOS Sans SC;
    font-size: 0.3em;
    font-weight: 600;
    margin-bottom: 0.5em;
    line-height: 1.4;
    color: #000000;
  }
  .os5-2026-6-25 .main .power_for_rescue .rescue-modal .modal-content .modal-body .modal-text p {
    font-family: HarmonyOS Sans SC;
    font-size: 0.2em;
    line-height: 1.6;
    color: #A1A1A1;
    margin: 0;
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes slideIn {
    from {
      transform: scale(0.9);
      opacity: 0;
    }
    to {
      transform: scale(1);
      opacity: 1;
    }
  }
  .os5-2026-6-25 .main .power_for_rescue .power_for_rescue_bottom {
    width: 15%;
    border-radius: 0.5em;
    margin: 0.5em auto 1em auto;
    padding: 0.2em 0;
    background-color: #666666;
  }
  .os5-2026-6-25 .main .power_for_rescue .power_for_rescue_bottom text {
    font-family: HarmonyOS Sans SC;
    text-align: center;
    font-size: 0.3em;
    display: block;
    color: white;
  }
  .os5-2026-6-25 .main .power_for_rescue .power_for_rescue_btn {
    width: 18%;
    border-radius: 0.5em;
    margin: 0.5em auto 0.5em auto;
    padding: 0.2em 0;
    background-color: #666666;
  }
  .os5-2026-6-25 .main .power_for_rescue .power_for_rescue_btn:hover {
    background-color: #e56615;
  }
  .os5-2026-6-25 .main .power_for_rescue .power_for_rescue_btn text {
    font-family: HarmonyOS Sans SC;
    text-align: center;
    font-size: 0.3em;
    display: block;
    color: white;
    font-weight: 600;
  }
  .os5-2026-6-25 .main .power_for_rescue .more-stories-modal {
    display: none;
    position: fixed;
    z-index: 1001;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    animation: fadeIn 0.3s ease;
  }
  .os5-2026-6-25 .main .power_for_rescue .more-stories-modal.active {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .os5-2026-6-25 .main .power_for_rescue .more-stories-modal .more-stories-content {
    position: relative;
    background-color: #1a1a1a;
    width: 75%;
    max-width: 25em;
    max-height: 91vh;
    border-radius: 0.3em;
    overflow: hidden;
    animation: slideIn 0.3s ease;
    box-shadow: 0 0.3em 0.8em rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
  }
  .os5-2026-6-25 .main .power_for_rescue .more-stories-modal .more-stories-content .more-stories-close-btn {
    position: absolute;
    top: 0.3em;
    right: 0.3em;
    font-size: 0.4em;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    z-index: 10;
    width: 0.6em;
    height: 0.6em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    transition: background-color 0.2s ease;
  }
  .os5-2026-6-25 .main .power_for_rescue .more-stories-modal .more-stories-content .more-stories-close-btn:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .os5-2026-6-25 .main .power_for_rescue .more-stories-modal .more-stories-content .more-stories-scroll {
    flex: 1;
    overflow-y: auto;
    padding: 0.5em 1em;
    background-color: #fff;
  }
  .os5-2026-6-25 .main .power_for_rescue .more-stories-modal .more-stories-content .more-stories-scroll .more-stories-item {
    display: flex;
    flex-direction: row;
    padding: 0.2em 0;
    border-bottom: 1px solid #f5f5f5;
    align-items: center;
  }
  .os5-2026-6-25 .main .power_for_rescue .more-stories-modal .more-stories-content .more-stories-scroll .more-stories-item:last-child {
    border-bottom: none;
  }
  .os5-2026-6-25 .main .power_for_rescue .more-stories-modal .more-stories-content .more-stories-scroll .more-stories-item .more-stories-image {
    flex: 0 0 35%;
    padding-right: 0.5em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .os5-2026-6-25 .main .power_for_rescue .more-stories-modal .more-stories-content .more-stories-scroll .more-stories-item .more-stories-image img {
    width: 100%;
    max-height: 4em;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0.3em;
  }
  .os5-2026-6-25 .main .power_for_rescue .more-stories-modal .more-stories-content .more-stories-scroll .more-stories-item .more-stories-text {
    flex: 1;
    padding-left: 0.5em;
  }
  .os5-2026-6-25 .main .power_for_rescue .more-stories-modal .more-stories-content .more-stories-scroll .more-stories-item .more-stories-text h3 {
    font-family: HarmonyOS Sans SC;
    font-size: 0.28em;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.3em;
    line-height: 1.4;
  }
  .os5-2026-6-25 .main .power_for_rescue .more-stories-modal .more-stories-content .more-stories-scroll .more-stories-item .more-stories-text p {
    font-family: HarmonyOS Sans SC;
    font-size: 0.18em;
    line-height: 1.5;
    color: #A1A1A1;
    margin: 0;
  }
  .os5-2026-6-25 .main .bottom_bannar .bottom_bannar_text {
    padding-top: 1.5em;
    width: 80%;
    margin: 0 auto;
  }
  .os5-2026-6-25 .main .bottom_bannar .bottom_bannar_text .bottom_bannar_title text {
    font-family: HarmonyOS Sans SC;
    font-size: 0.7em;
    font-weight: 700;
    display: block;
    line-height: 1.3;
  }
  .os5-2026-6-25 .main .bottom_bannar .bottom_bannar_text .bottom_bannar_desc text {
    font-family: HarmonyOS Sans SC;
    font-size: 0.3em;
    font-weight: 500;
    display: block;
    line-height: 1.3;
  }
  .os5-2026-6-25 .main .bottom_bannar #influencer_highlights {
    width: 100%;
    overflow: hidden;
  }
  .os5-2026-6-25 .main .bottom_bannar #influencer_highlights .influencer_highlights_title {
    font-size: 0.38em;
    font-weight: bold;
    text-align: center;
    font-family: HarmonyOS_Sans_SC_Bold;
  }
  .os5-2026-6-25 .main .bottom_bannar #influencer_highlights #influencer-swiper {
    width: 100%;
    margin: 0.3em auto 0;
    overflow: hidden;
    /* 移动端：中间 slide 显示全图（6.37em），两侧 slide 缩小。更简洁稳定的实现：
       - wrapper 使用 flex，容器 overflow 隐藏
       - slide 固定为不可伸缩的项（flex:0 0 auto）
       - 使用宽度切换代替复杂的 transform/百分比计算，避免互相挤压
    */
    /* 默认（非中心）缩小为 75% */
  }
  .os5-2026-6-25 .main .bottom_bannar #influencer_highlights #influencer-swiper .swiper_influencer_highlights {
    overflow: hidden;
    /* 防止横向滚动 */
    margin-top: 0.5em;
  }
  .os5-2026-6-25 .main .bottom_bannar #influencer_highlights #influencer-swiper .swiper_influencer_highlights .swiper-wrapper {
    display: flex;
    align-items: center;
  }
  .os5-2026-6-25 .main .bottom_bannar #influencer_highlights #influencer-swiper .swiper_influencer_highlights .swiper-slide {
    flex: 0 0 auto;
    width: auto;
    box-sizing: border-box;
  }
  .os5-2026-6-25 .main .bottom_bannar #influencer_highlights #influencer-swiper .swiper_influencer_highlights .swiper-slide img {
    width: 4.16em;
    height: 4.16em;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    transition: width 180ms ease, height 180ms ease, transform 180ms ease;
  }
  .os5-2026-6-25 .main .bottom_bannar #influencer_highlights #influencer-swiper .stars {
    text-align: center;
    font-size: 0.46em;
  }
  .os5-2026-6-25 .main .bottom_bannar #influencer_highlights #influencer-swiper .text {
    text-align: center;
    font-family: HarmonyOS_Sans_SC;
    font-weight: normal;
    font-size: 0.16em;
    display: none;
  }
  .os5-2026-6-25 .main .bottom_bannar #influencer_highlights .swiper-pagination {
    display: block;
  }
  .os5-2026-6-25 .main .bottom_bannar #influencer_highlights .swiper-button-prev,
  .os5-2026-6-25 .main .bottom_bannar #influencer_highlights .swiper-button-next {
    display: block;
  }
  .os5-2026-6-25 .main .bottom_bannar #influencer_highlights .slide-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    transition: opacity 240ms ease, transform 240ms ease;
    transform: translateY(10px);
    z-index: 2;
  }
  .os5-2026-6-25 .main .bottom_bannar #influencer_highlights .slide-overlay .stars {
    color: #ff6b00;
    font-size: 0.24em;
    margin-bottom: 0.2em;
  }
  .os5-2026-6-25 .main .bottom .bottom_text {
    padding: 1.5em 0;
    width: 80%;
    margin: 0 auto;
  }
  .os5-2026-6-25 .main .bottom .bottom_text .bottom_title text {
    font-family: HarmonyOS Sans SC;
    font-size: 0.7em;
    font-weight: 700;
    display: block;
    line-height: 1.3;
  }
  .os5-2026-6-25 .main .bottom .bottom_text .bottom_desc text {
    font-family: HarmonyOS Sans SC;
    font-size: 0.3em;
    font-weight: 500;
    display: block;
    line-height: 1.3;
  }
  .os5-2026-6-25 .main .bottom .bottom_text .bottom_email {
    display: flex;
    align-items: center;
    margin-top: 0.3em;
  }
  .os5-2026-6-25 .main .bottom .bottom_text .bottom_email img {
    margin-top: 0.15em;
    margin-bottom: 0.15em;
    margin-right: 0.2em;
    width: 0.4em;
    height: 0.3em;
  }
  .os5-2026-6-25 .main .bottom .bottom_text .bottom_email text {
    font-family: HarmonyOS Sans SC;
    color: #a5a5a5;
    font-size: 0.3em;
    line-height: 0.9;
    display: block;
  }
  .os5-2026-6-25 .main .bottom .bottom_text .bottom_address {
    display: flex;
    align-items: center;
  }
  .os5-2026-6-25 .main .bottom .bottom_text .bottom_address img {
    margin-top: 0.15em;
    margin-bottom: 0.15em;
    margin-right: 0.2em;
    margin-left: 0.05em;
    width: 0.27em;
    height: 0.4em;
  }
  .os5-2026-6-25 .main .bottom .bottom_text .bottom_address text {
    font-family: HarmonyOS Sans SC;
    color: #a5a5a5;
    font-size: 0.3em;
    line-height: 0.9;
    display: block;
  }
}
/* 移动端样式 */
@media (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
  }
  .os5-2026-6-25 {
    --color-white: #FFFFFF;
    --color-black: #000000;
    --color-primary: #F6741A;
    --border-white: 1px solid #FFFFFF;
    /* = "1px solid #FFFFFF" */
    --border-black: 1px solid #000000;
    font-size: 13.3333333333vw;
    background-color: #f9f9f9;
  }
  .os5-2026-6-25 .color_black {
    color: black !important;
  }
  .os5-2026-6-25 .color_white {
    color: white !important;
  }
  .os5-2026-6-25 .color-primary {
    color: var(--color-primary) !important;
  }
  .os5-2026-6-25 a {
    text-decoration: none !important;
    color: inherit !important;
    display: contents !important;
  }
  .os5-2026-6-25 a:hover {
    text-decoration: none !important;
    color: inherit !important;
  }
  .os5-2026-6-25 .flex-col {
    display: flex;
    flex-direction: column;
  }
  .os5-2026-6-25 .flex-row {
    display: flex;
    flex-direction: row;
  }
  .os5-2026-6-25 .flex-1 {
    flex: 1;
  }
  .os5-2026-6-25 .justify-start {
    display: flex;
    justify-content: flex-start;
  }
  .os5-2026-6-25 .justify-center {
    display: flex;
    justify-content: center;
  }
  .os5-2026-6-25 .justify-end {
    display: flex;
    justify-content: flex-end;
  }
  .os5-2026-6-25 .justify-evenly {
    display: flex;
    justify-content: space-evenly;
  }
  .os5-2026-6-25 .justify-around {
    display: flex;
    justify-content: space-around;
  }
  .os5-2026-6-25 .justify-between {
    display: flex;
    justify-content: space-between;
  }
  .os5-2026-6-25 .align-start {
    display: flex;
    align-items: flex-start;
  }
  .os5-2026-6-25 .align-center {
    display: flex;
    align-items: center;
  }
  .os5-2026-6-25 .align-end {
    display: flex;
    align-items: flex-end;
  }
  .os5-2026-6-25 .color_black {
    color: black !important;
  }
  .os5-2026-6-25 .color_white {
    color: white !important;
  }
  .os5-2026-6-25 .border_black {
    border: 1px solid black !important;
  }
  .os5-2026-6-25 .border_white {
    border: 1px solid white !important;
  }
  @font-face {
    font-family: HarmonyOS_Sans_SC_Bold;
    src: url("https://cdn.shopify.com/s/files/1/0564/9652/1403/files/HARMONYOS_SANS_SC_BOLD.TTF?v=1757586266");
  }
  @font-face {
    font-family: HarmonyOS_Sans_SC_Medium;
    font-weight: 500;
    src: url("https://cdn.shopify.com/s/files/1/0564/9652/1403/files/HARMONYOS_SANS_SC_MEDIUM.TTF?v=1722937772");
  }
  @font-face {
    font-family: HarmonyOS_Sans_SC;
    font-weight: 100;
    src: url("https://cdn.shopify.com/s/files/1/0564/9652/1403/files/HarmonyOS_Sans_Regular.ttf?v=1718866409");
  }
  p {
    margin-bottom: 0rem;
  }
  .color_black {
    color: black !important;
  }
  .color_white {
    color: white !important;
  }
  .border_black {
    border: 1px solid black !important;
  }
  .border_white {
    border: 1px solid white !important;
  }
  .rescue-modal .modal-content {
    width: 60%;
    max-width: none;
    max-height: 70vh;
  }
  .rescue-modal .modal-content .modal-body {
    flex-direction: column;
  }
  .rescue-modal .modal-content .modal-body .modal-image {
    padding: 0em 0.5em;
  }
  .rescue-modal .modal-content .modal-body .modal-image img {
    max-height: 5em;
  }
  .rescue-modal .modal-content .modal-body .modal-text {
    padding: 0.5em 0.3em 0.5em 0.5em;
  }
  .rescue-modal .modal-content .modal-body .modal-text h2 {
    font-size: 0.5em;
    margin-bottom: 0.3em;
  }
  .rescue-modal .modal-content .modal-body .modal-text p {
    font-size: 0.3em;
  }
  .power_for_rescue_body .rescue-card {
    cursor: pointer;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .power_for_rescue_body .rescue-card:active {
    opacity: 0.7;
  }
  .more-stories-modal .more-stories-content {
    width: 95%;
    max-width: none;
    max-height: 85vh;
  }
  .more-stories-modal .more-stories-content .more-stories-close-btn {
    top: 0.4em;
    right: 0.4em;
    width: 0.8em;
    height: 0.8em;
    font-size: 0.5em;
  }
  .more-stories-modal .more-stories-content .more-stories-scroll {
    padding: 0 0.8em 0.8em 0.8em;
  }
  .more-stories-modal .more-stories-content .more-stories-scroll::-webkit-scrollbar {
    width: 0.2em;
  }
  .more-stories-modal .more-stories-content .more-stories-scroll .more-stories-item {
    flex-direction: column;
    padding: 0.6em 0;
  }
  .more-stories-modal .more-stories-content .more-stories-scroll .more-stories-item .more-stories-image {
    flex: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 0.4em;
  }
  .more-stories-modal .more-stories-content .more-stories-scroll .more-stories-item .more-stories-image img {
    max-height: 6em;
    width: 100%;
  }
  .more-stories-modal .more-stories-content .more-stories-scroll .more-stories-item .more-stories-text {
    padding-left: 0;
  }
  .more-stories-modal .more-stories-content .more-stories-scroll .more-stories-item .more-stories-text h3 {
    font-size: 0.35em;
    margin-bottom: 0.4em;
  }
  .more-stories-modal .more-stories-content .more-stories-scroll .more-stories-item .more-stories-text p {
    font-size: 0.25em;
    line-height: 1.6;
  }
  .power_for_rescue_btn:active {
    transform: scale(0.95);
  }
  .main #products {
    /* 让分页不拦截鼠标事件，避免遮罩 hover 失效 */
  }
  .main #products .main_graphic_pc {
    display: none;
  }
  .main #products .main_graphic_phone {
    display: block;
    padding: 0;
    /* 未激活：小圆点/短条 8px；激活保持原宽度 */
  }
  .main #products .main_graphic_phone .swiper-containeros {
    overflow: hidden;
    width: 100% !important;
  }
  .main #products .main_graphic_phone .swiper-slide {
    height: 7.5em;
    border-radius: 0;
    overflow: hidden;
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main #products .main_graphic_phone .swiper-slide img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    border-radius: 0;
  }
  .main #products .main_graphic_phone .swiper-slide .text {
    font-family: HarmonyOS_Sans_SC;
    font-weight: normal;
    font-size: 0.16em;
  }
  .main #products .main_graphic_phone .swiper-pagination {
    position: relative;
    left: auto;
    width: 100%;
    display: block;
    margin-top: -1.55em;
    pointer-events: auto;
  }
  .main #products .main_graphic_phone .swiper-pagination .swiper-pagination-bullet {
    width: 100%;
    max-width: 0.8em;
    height: 0.02em;
    margin-left: 0;
    margin-right: 1vw;
    overflow: hidden;
    border-radius: 0;
    opacity: 1;
    position: relative;
    background: #CDCDCD;
    border-radius: 0.2em;
  }
  .main #products .main_graphic_phone .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    width: 0.8em;
    max-width: 0.8em;
  }
  .main #products .main_graphic_phone .swiper-pagination .swiper-pagination-bullet-active {
    width: 100%;
    max-width: 0.8em;
  }
  .main #products .main_graphic_phone .swiper-pagination .swiper-pagination-bullet::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.02em;
    z-index: 99;
  }
  .main #products .main_graphic_phone:hover .swiper-pagination .swiper-pagination-bullet-active::after {
    animation-play-state: paused;
  }
  .main #products .main_graphic_phone .swiper-pagination .swiper-pagination-bullet-active::after {
    max-width: 0.8em;
    background-color: #fe5200 !important;
    animation: aniBanner 4.5s cubic-bezier(0.25, 0.5, 0.75, 1);
  }
  @keyframes aniBanner {
    0% {
      width: 0px;
    }
    100% {
      width: 100%;
    }
  }
  .main #products .main_graphic_phone:hover .swiper-pagination .swiper-pagination-bullet-active::after {
    transition: transform 0s;
  }
  .main #products .main_graphic_phone .heard_img {
    height: 100%;
  }
  .main #products .main_graphic_phone .heard_text {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 38%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
  }
  .main #products .main_graphic_phone .heard_text .heard_text_title {
    width: 100%;
  }
  .main #products .main_graphic_phone .heard_text .heard_text_title text {
    font-family: HarmonyOS Sans SC;
    font-size: 0.35em;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  }
  .main #products .main_graphic_phone .heard_text .heard_text_desc {
    margin: 0 auto;
    padding: 0;
    line-height: 0.8;
    height: auto;
    min-height: 0;
    width: 80%;
  }
  .main #products .main_graphic_phone .heard_text .heard_text_desc text {
    font-family: HarmonyOS Sans SC;
    font-size: 0.2em;
    font-weight: 500;
    display: block;
    line-height: 0.8;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  }
  .main #products .slide-overlay .stars {
    font-size: 0.24em;
    color: #ff6b00;
    margin-bottom: 0.2em;
  }
  .main #products .slide-overlay .text {
    font-size: 0.18em;
    line-height: 1.5;
  }
  .main #products .swiper-slide:hover .slide-overlay {
    opacity: 1;
    transform: translateY(0);
  }
  .main #products .swiper-pagination {
    pointer-events: none;
    display: none;
  }
  .main #products .swiper-button-prev,
  .main #products .swiper-button-next {
    pointer-events: auto;
    display: none;
  }
  .main .power_for_all {
    width: 100%;
    background-color: black;
    padding-bottom: 1em;
  }
  .main .power_for_all .power_for_all_text {
    width: 100%;
    padding-top: 0.9em;
  }
  .main .power_for_all .power_for_all_text .power_for_all_title {
    width: 100%;
    color: white;
    text-align: center;
  }
  .main .power_for_all .power_for_all_text .power_for_all_title text {
    font-family: HarmonyOS Sans SC;
    font-size: 0.4em;
    font-weight: 500;
    display: block;
    line-height: 0.8;
  }
  .main .power_for_all .power_for_all_text .power_for_all_desc {
    color: white;
    text-align: center;
    width: 60%;
    margin: 0 auto;
    padding-top: 0.5em;
  }
  .main .power_for_all .power_for_all_text .power_for_all_desc text {
    font-family: HarmonyOS Sans SC;
    font-size: 0.2em;
    font-weight: 500;
    display: block;
    line-height: 1.2;
  }
  .main .power_for_all .power_for_all_video {
    width: 7.5em;
    height: 11.8em;
    background-color: #a38d8d;
    margin: 1em auto 0 auto;
  }
  .main .power_for_rescue {
    width: 100%;
    background-color: black;
    padding-bottom: 0.5em;
  }
  .main .power_for_rescue .power_for_rescue_text {
    width: 100%;
    padding-top: 0.2em;
  }
  .main .power_for_rescue .power_for_rescue_text .power_for_rescue_title {
    text-align: center;
  }
  .main .power_for_rescue .power_for_rescue_text .power_for_rescue_title text {
    font-family: HarmonyOS Sans SC;
    font-size: 0.3em;
    font-weight: 500;
    display: block;
    line-height: 0.8;
  }
  .main .power_for_rescue .power_for_rescue_text .power_for_rescue_tip {
    text-align: center;
    margin-top: 0.3em;
  }
  .main .power_for_rescue .power_for_rescue_text .power_for_rescue_tip text {
    font-family: HarmonyOS Sans SC;
    color: #FFFFFF;
    font-size: 0.4em;
    font-weight: 500;
    display: block;
    line-height: 0.8;
  }
  .main .power_for_rescue .power_for_rescue_text .power_for_rescue_desc {
    text-align: center;
    padding-top: 0.3em;
    width: 70%;
    margin: 0 auto;
  }
  .main .power_for_rescue .power_for_rescue_text .power_for_rescue_desc text {
    font-family: HarmonyOS Sans SC;
    color: #A1A1A1;
    font-size: 0.19em;
    font-weight: 500;
    display: block;
  }
  .main .power_for_rescue .power_for_rescue_body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 0.2em;
    width: 80%;
    margin: 0 auto;
    padding-top: 0.5em;
  }
  .main .power_for_rescue .power_for_rescue_body .power_for_rescue_body_img {
    width: 1.9em;
    height: 1.4em;
  }
  .main .power_for_rescue .power_for_rescue_body .power_for_rescue_body_title {
    margin: 0.15em 0;
  }
  .main .power_for_rescue .power_for_rescue_body .power_for_rescue_body_title text {
    font-family: HarmonyOS Sans SC;
    color: #FFFFFF;
    font-size: 0.19em;
    font-weight: 500;
    display: block;
    line-height: 1.3;
  }
  .main .power_for_rescue .power_for_rescue_body .power_for_rescue_body_desc text {
    font-family: HarmonyOS Sans SC;
    color: #A1A1A1;
    font-size: 0.1em;
    font-weight: 500;
    display: block;
    line-height: 1;
  }
  .main .power_for_rescue .power_for_rescue_body .rescue-card {
    cursor: pointer;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .main .power_for_rescue .power_for_rescue_body .rescue-card:hover {
    opacity: 0.8;
  }
  .main .power_for_rescue .power_for_rescue_btn {
    background-color: #666666;
    text-align: center;
    padding: 0.2em;
    border-radius: 0.5em;
    width: 18%;
    margin: 0.9em auto 0.9em auto;
    cursor: pointer;
  }
  .main .power_for_rescue .power_for_rescue_btn text {
    font-family: HarmonyOS Sans SC;
    color: #fff;
    font-size: 0.3em;
    font-weight: 500;
    line-height: 1;
    display: block;
  }
  .main .power_for_rescue .rescue-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    animation: fadeIn 0.3s ease;
  }
  .main .power_for_rescue .rescue-modal.active {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main .power_for_rescue .rescue-modal .modal-content {
    position: relative;
    background-color: white;
    width: 80%;
    max-width: 20em;
    max-height: 90vh;
    border-radius: 0.5em;
    overflow: auto;
    animation: slideIn 0.3s ease;
    box-shadow: 0 0.2em 0.5em rgba(0, 0, 0, 0.5);
  }
  .main .power_for_rescue .rescue-modal .modal-content .close-btn {
    position: absolute;
    top: 0.3em;
    right: 0.5em;
    font-size: 0.4em;
    font-weight: bold;
    color: #000000;
    cursor: pointer;
    z-index: 10;
    width: 0.6em;
    height: 0.6em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    transition: background-color 0.2s ease;
  }
  .main .power_for_rescue .rescue-modal .modal-content .close-btn:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .main .power_for_rescue .rescue-modal .modal-content .modal-body {
    display: flex;
  }
  .main .power_for_rescue .rescue-modal .modal-content .modal-body .modal-image {
    flex: 1;
    padding: 0.3em 0em 0em 0em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main .power_for_rescue .rescue-modal .modal-content .modal-body .modal-image img {
    width: 80%;
    max-height: 7em;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 0.3em;
  }
  .main .power_for_rescue .rescue-modal .modal-content .modal-body .modal-text {
    flex: 1;
    color: #FFFFFF;
  }
  .main .power_for_rescue .rescue-modal .modal-content .modal-body .modal-text h2 {
    font-family: HarmonyOS Sans SC;
    font-size: 0.3em;
    font-weight: 600;
    margin-bottom: 0.5em;
    line-height: 1.4;
    color: #000000;
  }
  .main .power_for_rescue .rescue-modal .modal-content .modal-body .modal-text p {
    font-family: HarmonyOS Sans SC;
    font-size: 0.2em;
    line-height: 1.6;
    color: #A1A1A1;
    margin: 0;
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes slideIn {
    from {
      transform: scale(0.9);
      opacity: 0;
    }
    to {
      transform: scale(1);
      opacity: 1;
    }
  }
  .main .power_for_rescue .power_for_rescue_bottom {
    width: 15%;
    border-radius: 0.5em;
    margin: 0.5em auto 1em auto;
    padding: 0.2em 0;
    background-color: #666666;
  }
  .main .power_for_rescue .power_for_rescue_bottom text {
    font-family: HarmonyOS Sans SC;
    text-align: center;
    font-size: 0.3em;
    display: block;
    color: white;
  }
  .main .power_for_rescue .power_for_rescue_btn {
    width: 30%;
    border-radius: 0.5em;
    margin: 0.5em auto 0.5em auto;
    padding: 0.2em 0;
    background-color: #666666;
    cursor: pointer;
  }
  .main .power_for_rescue .power_for_rescue_btn:hover {
    background-color: #e56615;
  }
  .main .power_for_rescue .power_for_rescue_btn text {
    text-align: center;
    font-size: 0.2em;
    display: block;
    color: white;
    font-weight: 600;
  }
  .main .power_for_rescue .more-stories-modal {
    display: none;
    position: fixed;
    z-index: 1001;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    animation: fadeIn 0.3s ease;
  }
  .main .power_for_rescue .more-stories-modal.active {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main .power_for_rescue .more-stories-modal .more-stories-content {
    position: relative;
    background-color: #fff;
    width: 80%;
    max-width: 25em;
    max-height: 90vh;
    border-radius: 0.5em;
    overflow: hidden;
    animation: slideIn 0.3s ease;
    box-shadow: 0 0.3em 0.8em rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
  }
  .main .power_for_rescue .more-stories-modal .more-stories-content .more-stories-close-btn {
    position: absolute;
    top: 0.3em;
    right: 0.3em;
    font-size: 0.4em;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    z-index: 10;
    width: 0.6em;
    height: 0.6em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    transition: background-color 0.2s ease;
  }
  .main .power_for_rescue .more-stories-modal .more-stories-content .more-stories-close-btn:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .main .power_for_rescue .more-stories-modal .more-stories-content .more-stories-scroll {
    flex: 1;
    overflow-y: auto;
    padding: 0.3em 0.5em;
  }
  .main .power_for_rescue .more-stories-modal .more-stories-content .more-stories-scroll .more-stories-item {
    display: flex;
    padding: 0.3em 0;
    border-bottom: 1px solid #f3f3f3;
  }
  .main .power_for_rescue .more-stories-modal .more-stories-content .more-stories-scroll .more-stories-item:last-child {
    border-bottom: none;
  }
  .main .power_for_rescue .more-stories-modal .more-stories-content .more-stories-scroll .more-stories-item .more-stories-image {
    flex: 0 0 35%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main .power_for_rescue .more-stories-modal .more-stories-content .more-stories-scroll .more-stories-item .more-stories-image img {
    width: 100%;
    max-height: 4em;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0.3em;
  }
  .main .power_for_rescue .more-stories-modal .more-stories-content .more-stories-scroll .more-stories-item .more-stories-text {
    flex: 1;
  }
  .main .power_for_rescue .more-stories-modal .more-stories-content .more-stories-scroll .more-stories-item .more-stories-text h3 {
    font-family: HarmonyOS Sans SC;
    font-size: 0.28em;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.3em;
    line-height: 1.4;
  }
  .main .power_for_rescue .more-stories-modal .more-stories-content .more-stories-scroll .more-stories-item .more-stories-text p {
    font-family: HarmonyOS Sans SC;
    font-size: 0.18em;
    line-height: 1.5;
    color: #A1A1A1;
    margin: 0;
  }
  .main .bottom_bannar .bottom_bannar_text {
    padding-top: 1.5em;
    width: 80%;
    margin: 0 auto;
  }
  .main .bottom_bannar .bottom_bannar_text .bottom_bannar_title text {
    font-family: HarmonyOS Sans SC;
    font-size: 0.45em;
    font-weight: 700;
    display: block;
    line-height: 1.3;
  }
  .main .bottom_bannar .bottom_bannar_text .bottom_bannar_desc text {
    font-family: HarmonyOS Sans SC;
    font-size: 0.2em;
    font-weight: 500;
    display: block;
    line-height: 1.3;
  }
  .main .bottom_bannar #influencer_highlights {
    width: 100%;
    overflow: hidden;
  }
  .main .bottom_bannar #influencer_highlights .influencer_highlights_title {
    font-size: 0.38em;
    font-weight: bold;
    text-align: center;
    font-family: HarmonyOS_Sans_SC_Bold;
  }
  .main .bottom_bannar #influencer_highlights #influencer-swiper {
    width: 100%;
    margin: 0.3em auto 0;
    overflow: hidden;
    /* 移动端：中间 slide 显示全图（6.37em），两侧 slide 缩小。更简洁稳定的实现：
       - wrapper 使用 flex，容器 overflow 隐藏
       - slide 固定为不可伸缩的项（flex:0 0 auto）
       - 使用宽度切换代替复杂的 transform/百分比计算，避免互相挤压
    */
    /* 默认（非中心）缩小为 75% */
  }
  .main .bottom_bannar #influencer_highlights #influencer-swiper .swiper_influencer_highlights {
    overflow: hidden;
    /* 防止横向滚动 */
    margin-top: 0.5em;
  }
  .main .bottom_bannar #influencer_highlights #influencer-swiper .swiper_influencer_highlights .swiper-wrapper {
    display: flex;
    align-items: center;
  }
  .main .bottom_bannar #influencer_highlights #influencer-swiper .swiper_influencer_highlights .swiper-slide {
    flex: 0 0 auto;
    width: auto;
    box-sizing: border-box;
  }
  .main .bottom_bannar #influencer_highlights #influencer-swiper .swiper_influencer_highlights .swiper-slide img {
    width: 4.16em;
    height: 4.16em;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    transition: width 180ms ease, height 180ms ease, transform 180ms ease;
  }
  .main .bottom_bannar #influencer_highlights #influencer-swiper .stars {
    text-align: center;
    font-size: 0.46em;
  }
  .main .bottom_bannar #influencer_highlights #influencer-swiper .text {
    text-align: center;
    font-family: HarmonyOS_Sans_SC;
    font-weight: normal;
    font-size: 0.16em;
    display: none;
  }
  .main .bottom_bannar #influencer_highlights .swiper-pagination {
    display: block;
  }
  .main .bottom_bannar #influencer_highlights .swiper-button-prev,
  .main .bottom_bannar #influencer_highlights .swiper-button-next {
    display: block;
  }
  .main .bottom_bannar #influencer_highlights .slide-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    transition: opacity 240ms ease, transform 240ms ease;
    transform: translateY(10px);
    z-index: 2;
  }
  .main .bottom_bannar #influencer_highlights .slide-overlay .stars {
    color: #ff6b00;
    font-size: 0.24em;
    margin-bottom: 0.2em;
  }
  .main .bottom .bottom_text {
    padding: 1.5em 0;
    width: 80%;
    margin: 0 auto;
  }
  .main .bottom .bottom_text .bottom_title text {
    font-family: HarmonyOS Sans SC;
    font-size: 0.45em;
    font-weight: 700;
    display: block;
    line-height: 1.3;
  }
  .main .bottom .bottom_text .bottom_desc text {
    font-family: HarmonyOS Sans SC;
    font-size: 0.2em;
    font-weight: 500;
    display: block;
    line-height: 1.3;
  }
  .main .bottom .bottom_text .bottom_email {
    display: flex;
    align-items: center;
    margin-top: 0.2em;
  }
  .main .bottom .bottom_text .bottom_email img {
    margin-top: 0.15em;
    margin-bottom: 0.15em;
    margin-right: 0.2em;
    width: 0.3em;
    height: 0.2em;
  }
  .main .bottom .bottom_text .bottom_email text {
    color: #a5a5a5;
    font-size: 0.16em;
    line-height: 0.9;
    display: block;
  }
  .main .bottom .bottom_text .bottom_address {
    display: flex;
    align-items: center;
  }
  .main .bottom .bottom_text .bottom_address img {
    margin-top: 0.15em;
    margin-bottom: 0.15em;
    margin-right: 0.2em;
    margin-left: 0.05em;
    width: 0.2em;
    height: 0.3em;
  }
  .main .bottom .bottom_text .bottom_address text {
    color: #a5a5a5;
    font-size: 0.16em;
    line-height: 0.9;
    display: block;
  }
}/*# sourceMappingURL=PublicWelfare.css.map */