@charset "UTF-8";
.os5-2026-1-4 {
  font-size: 5.2083333333vw;
  height: 100%;
  width: 100%;
}
.os5-2026-1-4 p {
  margin-bottom: 0em;
}
.os5-2026-1-4 a {
  text-decoration: none !important;
  color: inherit !important;
  display: contents !important;
}
.os5-2026-1-4 a:hover {
  text-decoration: none !important;
  color: inherit !important;
}
.os5-2026-1-4 .flex-col {
  display: flex;
  flex-direction: column;
}
.os5-2026-1-4 .flex-row {
  display: flex;
  flex-direction: row;
}
.os5-2026-1-4 .flex-1 {
  flex: 1;
}
.os5-2026-1-4 .justify-start {
  display: flex;
  justify-content: flex-start;
}
.os5-2026-1-4 .justify-center {
  display: flex;
  justify-content: center;
}
.os5-2026-1-4 .justify-end {
  display: flex;
  justify-content: flex-end;
}
.os5-2026-1-4 .justify-evenly {
  display: flex;
  justify-content: space-evenly;
}
.os5-2026-1-4 .justify-around {
  display: flex;
  justify-content: space-around;
}
.os5-2026-1-4 .justify-between {
  display: flex;
  justify-content: space-between;
}
.os5-2026-1-4 .align-start {
  display: flex;
  align-items: flex-start;
}
.os5-2026-1-4 .align-center {
  display: flex;
  align-items: center;
}
.os5-2026-1-4 .align-end {
  display: flex;
  align-items: flex-end;
}
@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");
}

#products .main_products_pc {
  margin-top: 10px;
  position: relative;
  display: block;
  box-sizing: border-box;
  height: 6.8em;
  overflow: hidden;
}
#products .main_products_phone {
  display: none;
}
#products .main_products_img {
  width: 100%;
  height: 6.8em;
  transition: opacity 240ms ease, transform 240ms ease;
}
#products .main_products_img:hover {
  transform: scale(1.05);
}
#products .main_products_text_left {
  position: absolute;
  top: 1.78em;
  left: 3.2em;
  padding: 5px 10px;
  color: #fff;
  display: flex;
  flex-direction: column;
}
#products .main_products_text_right {
  position: absolute;
  top: 1.77em;
  right: 3.23em;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#products .main_products_text_title {
  font-family: HarmonyOS_Sans_SC_Bold;
  font-size: 0.4em;
  margin-top: 0.1em;
  font-weight: normal;
}
#products .main_products_text_connect {
  font-family: HarmonyOS_Sans_SC;
  width: 3.83em;
  margin-top: 0.1em;
  line-height: 0.3em;
}
#products .main_products_text_connect p {
  font-size: 0.18em;
}
#products .main_products_text_connect-center {
  font-family: HarmonyOS_Sans_SC;
  width: 3.83em;
  margin-top: 0.1em;
  line-height: 0.3em;
  text-align: center;
}
#products .main_products_text_connect-center p {
  font-size: 0.18em;
}
#products .main_products_button {
  margin-top: 0.2em;
  background-color: #fe5200;
  border: none;
  width: 1.55em;
  line-height: 0.42em;
  height: 0.42em;
  text-align: center;
  cursor: pointer;
  font-family: HarmonyOS_Sans_SC;
}
#products .main_products_button p {
  font-size: 0.18em;
}
#products .main_graphic_pc {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
  text-align: center;
}
#products .main_graphic_phone {
  display: none;
}
#products .main_graphic_item {
  /* 两列 + 列间距 5px，避免总宽度>100% 导致换行 */
  width: calc((100% - 10px) / 2);
  height: 4.45em;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
#products .main_graphic_img {
  width: 100%;
  height: 100%;
  transition: opacity 240ms ease, transform 240ms ease;
}
#products .main_graphic_img:hover {
  transform: scale(1.05);
}
#products .main_graphic_item_text {
  position: absolute;
  top: 0.54em;
  left: 50%;
  transform: translateX(-50%);
  color: white;
}
#products .main_graphic_text_title {
  font-size: 0.38em;
  font-weight: bold;
  font-family: HarmonyOS_Sans_SC_Bold;
}
#products .main_graphic_text_connect {
  font-family: HarmonyOS_Sans_SC;
  font-size: 0.18em;
  margin-top: 0.17em;
  text-wrap: nowrap;
}
#products .main_graphic_button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 6em;
  margin-top: 0.1em;
  gap: 0.2em;
  font-family: HarmonyOS_Sans_SC;
}
#products .main_graphic_button_left {
  margin-top: 0.1em;
  background-color: #fe5200;
  color: white;
  border: none;
  width: 1.55em;
  height: 0.42em;
  line-height: 0.42em;
  text-align: center;
  cursor: pointer;
}
#products .main_graphic_button_left p {
  font-size: 0.18em;
  font-family: HarmonyOS_Sans_SC;
  font-weight: 400;
}
#products .main_graphic_button_right {
  margin-top: 0.1em;
  color: white;
  border: none;
  width: 1.55em;
  height: 0.42em;
  line-height: 0.42em;
  text-align: center;
  cursor: pointer;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
}
#products .main_graphic_button_right p {
  font-size: 0.18em;
  font-family: HarmonyOS_Sans_SC;
  font-weight: 400;
}

#all_products {
  padding: 1.35em 0;
  /* 图片悬停放大效果（从中心放大，保持原有位移） */
}
#all_products .main_all_products_pc {
  width: 100%;
  height: 100%;
  display: block;
}
#all_products .main_all_products_box {
  display: flex;
  gap: 10px;
  width: 100%;
  margin-top: 0.5em;
  height: 6em;
}
#all_products .main_all_products_left {
  background-color: #f6f6f6;
  width: 6.24em;
}
#all_products .main_all_products_title {
  text-align: center;
  font-size: 0.3em;
  font-weight: bold;
}
#all_products .main_all_products_left_text {
  text-align: center;
  font-weight: 500;
  font-family: HarmonyOS_Sans_SC_Medium;
  margin-top: 0.35em;
}
#all_products .main_all_products_left_text p {
  font-size: 0.28em;
}
#all_products .main_all_products_left_img {
  padding: 0 0.5em;
  width: 3.5em;
  height: 3em;
  box-sizing: border-box;
  position: relative;
  left: 50%;
  top: 1.5em;
  transform: translateX(-50%);
  transition: transform 200ms ease;
  will-change: transform;
  transform-origin: center center;
}
#all_products .main_all_products_right {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex: 1;
}
#all_products .main_all_products_right_item {
  /* 两列 + 列间距 5px，避免总宽度>100% 导致换行 */
  width: calc((100% - 10px) / 2);
  background-color: #f6f6f6;
  display: flex;
  justify-content: space-between;
}
#all_products .main_all_products_right_img {
  width: 2em;
  height: 2em;
  margin-top: 0.6em;
  position: relative;
  right: 0.86em;
  transform: translateX(-0.2em);
  transition: transform 200ms ease;
  will-change: transform;
  transform-origin: center center;
}
#all_products .main_all_products_right_img_1 {
  width: 2em;
  height: 2em;
  margin-top: 0.8em;
  position: relative;
  right: 0.86em;
  transform: translateX(-0.2em);
  transition: transform 200ms ease;
  will-change: transform;
  transform-origin: center center;
  box-sizing: border-box;
}
#all_products .main_all_products_right_img_2 {
  width: 3em;
  height: 1.8em;
  margin-top: 1em;
  position: relative;
  box-sizing: border-box;
  right: 0.4em;
  transform: translateX(-0.2em);
  transition: transform 200ms ease;
  will-change: transform;
  transform-origin: center center;
}
#all_products .main_all_products_right_img_3 {
  width: 1.3em;
  height: 2em;
  margin-top: 0.5em;
  box-sizing: border-box;
  position: relative;
  right: 1.1em;
  transform: translateX(-0.2em);
  transition: transform 200ms ease;
  will-change: transform;
  transform-origin: center center;
}
#all_products .main_all_products_right_img_4 {
  width: 1.7em;
  height: 2em;
  margin-top: 0.6em;
  position: relative;
  right: 0.86em;
  transform: translateX(-0.2em);
  transition: transform 200ms ease;
  will-change: transform;
  transform-origin: center center;
  box-sizing: border-box;
}
#all_products .main_all_products_right_text {
  font-family: HarmonyOS_Sans_SC_Medium;
  font-weight: 500;
  position: relative;
  left: 0.46em;
  width: 100%;
  margin-top: 0.28em;
}
#all_products .main_all_products_right_text p {
  font-size: 0.3em;
}
#all_products .main_all_products_left_img:hover {
  transform: translateX(-50%) scale(1.05);
}
#all_products .main_all_products_right_img:hover {
  transform: translateX(-0.2em) scale(1.05);
}
#all_products .main_all_products_right_img_1:hover {
  transform: translateX(-0.2em) scale(1.05);
}
#all_products .main_all_products_right_img_2:hover {
  transform: translateX(-0.2em) scale(1.05);
}
#all_products .main_all_products_right_img_3:hover {
  transform: translateX(-0.2em) scale(1.05);
}
#all_products .main_all_products_right_img_4:hover {
  transform: translateX(-0.2em) scale(1.05);
}
#all_products .main_all_products_left .main_all_products_right_item {
  overflow: hidden;
}

#software_highlights {
  padding-bottom: 1.43em;
  /* 防止放大溢出影响布局，父容器裁剪溢出 */
  /* Swiper 区域尺寸优化 */
  /* 调整分页与导航位置（可选） */
  /* 轮播卡片悬浮遮罩与缓入动画 */
  /* 让分页不拦截鼠标事件，避免遮罩 hover 失效 */
}
#software_highlights .main_software_highlights_box_top_img:hover {
  transform: scale(1.05);
}
#software_highlights .main_software_highlights_box_top,
#software_highlights .main_software_highlights_box_bottom_left,
#software_highlights .main_software_highlights_box_bottom_right {
  height: 100%;
  overflow: hidden;
}
#software_highlights .main_software_highlights_swiper {
  height: 4.45em;
  /* 统一轮播整体高度 */
}
#software_highlights .main_software_highlights_swiper .swiper-slide {
  height: 100%;
}
#software_highlights .main_software_highlights_box_top {
  position: relative;
  height: 100%;
}
#software_highlights .main_software_highlights_swiper .swiper-button-prev,
#software_highlights .main_software_highlights_swiper .swiper-button-next {
  color: #1e88e5;
}
#software_highlights .main_software_highlights_swiper .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.7);
}
#software_highlights .main_software_highlights_text_left {
  position: absolute;
  left: 0.9em;
  top: 1.57em;
  color: white;
  padding: 5px 10px;
  border-radius: 0;
}
#software_highlights .main_software_highlights_text_right {
  position: absolute;
  right: 1.8em;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  padding: 5px 10px;
  border-radius: 0;
}
#software_highlights .main_software_highlights_text_title {
  color: white;
  font-weight: bold;
}
#software_highlights .main_software_highlights_text_title p {
  font-size: 0.27em;
}
#software_highlights .main_software_highlights_text_connect {
  color: white;
  margin-top: 0.1em;
  text-wrap: nowrap;
}
#software_highlights .main_software_highlights_text_connect p {
  font-size: 0.18em;
}
#software_highlights .main_software_highlights_button {
  margin-top: 0.2em;
  color: white;
  border: none;
  width: 1.55em;
  line-height: 0.42em;
  height: 0.42em;
  text-align: center;
  border-radius: 0;
  cursor: pointer;
  border: 1px solid #FFFFFF;
}
#software_highlights .main_software_highlights_button p {
  font-size: 0.16em;
  font-family: HarmonyOS_Sans_SC;
}
#software_highlights .main_software_highlights_item_text {
  position: absolute;
  top: 0.54em;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-weight: bold;
}
#software_highlights .main_software_highlights_text_title {
  color: white;
  font-family: HarmonyOS_Sans_SC_Bold;
  font-weight: bold;
}
#software_highlights .main_software_highlights_text_title p {
  font-size: 0.38em;
}
#software_highlights .main_software_highlights_text_connect {
  color: white;
  font-weight: normal;
  margin-top: 0.1em;
}
#software_highlights .main_software_highlights_text_connect p {
  font-size: 0.18em;
  font-family: HarmonyOS_Sans_SC;
}
#software_highlights .main_software_highlights_button_left {
  margin-top: 0.2em;
  color: white;
  border: none;
  width: 1.55em;
  height: 0.42em;
  line-height: 0.42em;
  border: 1px solid #FFFFFF;
  text-align: center;
  cursor: pointer;
}
#software_highlights .main_software_highlights_button_left p {
  font-size: 0.16em;
  font-weight: 400;
  font-family: HarmonyOS_Sans_SC;
}
#software_highlights .main_software_highlights_pc {
  display: block;
  width: 12.8em;
  margin: 0 auto;
}
#software_highlights .main_software_highlights_phone {
  display: none;
  width: 100%;
  margin: 0 auto;
}
#software_highlights .main_software_highlights_title {
  font-size: 0.38em;
  font-weight: bold;
  text-align: center;
  font-family: HarmonyOS_Sans_SC_Bold;
}
#software_highlights .main_software_highlights_box {
  margin: 30px 0 20px 0;
}
#software_highlights .main_software_highlights_box_top {
  position: relative;
}
#software_highlights .news_center_box_left {
  position: relative;
}
#software_highlights .main_software_highlights_box_top_img {
  width: 100%;
  height: 4.45em;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 200ms ease;
  will-change: transform;
  transform-origin: center center;
}
#software_highlights .main_software_highlights_box_bottom {
  display: flex;
  gap: 10px;
  width: 12.8em;
  margin-top: 0.25em;
}
#software_highlights .main_software_highlights_box_bottom_left {
  position: relative;
  flex: 1;
  width: 7.75em;
  height: 4.45em;
}
#software_highlights .main_software_highlights_box_bottom_right {
  width: 7.75em;
  height: 4.45em;
  position: relative;
  flex: 1;
}
#software_highlights .swiper-containeros {
  margin-top: 0.5em;
}
#software_highlights .swiper-slide {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  height: 100%;
}
#software_highlights .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
#software_highlights .swiper-slide {
  overflow: hidden;
}
#software_highlights .slide-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.4em;
  color: #fff;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 240ms ease, transform 240ms ease;
  transform: translateY(10px);
  z-index: 2;
}
#software_highlights .slide-overlay .stars {
  font-size: 0.24em;
  color: #ff6b00;
  margin-bottom: 0.2em;
}
#software_highlights .slide-overlay .text {
  font-size: 0.18em;
  line-height: 1.5;
}
#software_highlights .swiper-slide:hover .slide-overlay {
  opacity: 1;
  transform: translateY(0);
}
#software_highlights .swiper-pagination {
  pointer-events: none;
  display: none;
}
#software_highlights .swiper-button-prev,
#software_highlights .swiper-button-next {
  pointer-events: auto;
  display: none;
}

#news_center .news_center_box_right_item {
  cursor: pointer;
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}
#news_center .main_software_highlights_box_top_img:hover {
  transform: scale(1.05);
}
#news_center .news_center_box_right_item.is-active .news-item-title {
  color: #fe5200;
}
#news_center .news_center_pc {
  background-color: #f6f6f6;
  padding: 1.33em 0;
  display: block;
}
#news_center .news_center_phone {
  display: none;
}
#news_center .news_center_box {
  display: block;
  width: 80%;
  margin: 0 auto;
}
#news_center .news_center_box_title {
  line-height: 0.3em;
  font-weight: bold;
  text-align: center;
  font-family: HarmonyOS_Sans_SC_Bold;
  padding: 0 0 0.5em 0;
}
#news_center .news_center_box_title p {
  font-size: 0.38em;
}
#news_center .news_center_box_right_item {
  border-bottom: 1px solid #ddd;
  padding: 0.07em 0em 0.1em 0em;
  display: flex;
  flex-direction: column;
}
#news_center .news-item-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  width: 7.8em;
}
#news_center .news-item-title p {
  font-size: 0.22em;
  margin-bottom: 0em;
}
#news_center .font-hidden1 {
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
#news_center .font-hidden2 {
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
#news_center .font-hidden3 {
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
#news_center .font-hidden4 {
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
#news_center .font-hidden5 {
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
#news_center .font-hidden6 {
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
#news_center .font-hidden7 {
  -webkit-line-clamp: 7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
#news_center .news-item-category {
  background-color: #dddddd;
  padding: 0.05em;
  color: #777777;
}
#news_center .news-item-category p {
  font-size: 0.14em;
  margin-bottom: 0rem;
}
#news_center .news-item-date {
  color: #777777;
  font-size: 0.14em;
}
#news_center .news-item-summary {
  color: #555;
  margin: 0.05em 0;
  flex: 1;
  line-height: 0.2em;
}
#news_center .news-item-summary p {
  font-size: 0.16em;
  margin-bottom: 0em;
}
#news_center .news-item-desc {
  color: #555;
  margin-top: 0.1em;
  flex: 1;
}
#news_center .news_center_box_left {
  position: relative;
  height: 3.95em;
  width: 7em;
  overflow: hidden;
}
#news_center .news_center_box_right {
  position: relative;
  margin-left: 0.2em;
  display: flex;
  flex-direction: column;
  flex: 1;
}
#news_center .main_graphic_text_title {
  font-size: 0.27em;
  font-weight: bold;
}
#news_center .main_graphic_text_connect {
  font-size: 0.18em;
  margin-top: 0.1em;
}
#news_center .main_graphic_button {
  display: flex;
  justify-content: space-between;
  margin-top: 0.1em;
  width: 2.5em;
  gap: 0.2em;
}
#news_center .main_graphic_item_text {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 0.24em;
}
#news_center .main_software_highlights_box_top_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 200ms ease;
  will-change: transform;
  transform-origin: center center;
}

#influencer_highlights {
  width: 100%;
  overflow: hidden;
  padding: 1.35em 0;
}
#influencer_highlights .influencer_highlights_title {
  font-size: 0.38em;
  font-weight: bold;
  text-align: center;
  font-family: HarmonyOS_Sans_SC_Bold;
}
#influencer_highlights #influencer-swiper {
  width: 100%;
  margin: 0.3em auto 0;
  padding: 0 0.12em;
  overflow: hidden;
  /* 移动端：中间 slide 显示全图（6.37em），两侧 slide 缩小。更简洁稳定的实现：
         - wrapper 使用 flex，容器 overflow 隐藏
         - slide 固定为不可伸缩的项（flex:0 0 auto）
         - 使用宽度切换代替复杂的 transform/百分比计算，避免互相挤压
      */
  /* 默认（非中心）缩小为 75% */
}
#influencer_highlights #influencer-swiper .swiper_influencer_highlights {
  overflow: hidden;
  /* 防止横向滚动 */
  margin-top: 0.5em;
}
#influencer_highlights #influencer-swiper .swiper_influencer_highlights .swiper-wrapper {
  display: flex;
  align-items: center;
}
#influencer_highlights #influencer-swiper .swiper_influencer_highlights .swiper-slide {
  flex: 0 0 auto;
  width: auto;
  box-sizing: border-box;
}
#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;
}
#influencer_highlights #influencer-swiper .stars {
  text-align: center;
  font-size: 0.46em;
}
#influencer_highlights #influencer-swiper .text {
  text-align: center;
  font-family: HarmonyOS_Sans_SC;
  font-weight: normal;
  font-size: 0.16em;
  display: none;
}
#influencer_highlights .swiper-pagination {
  display: block;
}
#influencer_highlights .swiper-button-prev,
#influencer_highlights .swiper-button-next {
  display: block;
}
#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;
}
#influencer_highlights .slide-overlay .stars {
  color: #ff6b00;
  font-size: 0.24em;
  margin-bottom: 0.2em;
}

/* 移动端样式 */
@media (max-width: 750px) {
  html,
  body {
    overflow-x: hidden;
  }
  .os5-2026-1-4 {
    font-size: 13.3333333333vw;
  }
  p {
    margin-bottom: 0rem;
  }
  #products {
    /* 让分页不拦截鼠标事件，避免遮罩 hover 失效 */
  }
  #products .main_graphic_pc {
    display: none;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
    text-align: center;
  }
  #products .main_graphic_item {
    /* 两列 + 列间距 5px，避免总宽度>100% 导致换行 */
    width: calc((100% - 10px) / 2);
    height: 4em;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
  }
  #products .main_graphic_img {
    width: 100%;
    height: 100%;
    transition: opacity 240ms ease, transform 240ms ease;
  }
  #products .main_graphic_img:hover {
    transform: scale(1.05);
  }
  #products .main_graphic_item_text {
    position: absolute;
    top: 0.54em;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 0.24em;
  }
  #products .main_graphic_text_title {
    font-size: 0.4em;
    font-weight: bold;
    font-family: HarmonyOS_Sans_SC_Bold;
  }
  #products .main_graphic_text_connect {
    font-family: HarmonyOS_Sans_SC;
    font-size: 0.18em;
    margin-top: 0.17em;
  }
  #products .main_graphic_button {
    display: flex;
    justify-content: space-between;
    margin-top: 0.2em;
    gap: 0.2em;
    font-size: 0.18em;
    font-family: HarmonyOS_Sans_SC;
  }
  #products .main_graphic_button_left {
    margin-top: 0.2em;
    background-color: #fe5200;
    color: white;
    border: none;
    width: 2.43em;
    height: 0.66em;
    line-height: 0.66em;
    text-align: center;
    cursor: pointer;
    font-family: HarmonyOS_Sans_SC;
  }
  #products .main_graphic_button_right {
    margin-top: 0.2em;
    color: white;
    border: none;
    width: 1.55em;
    height: 0.42em;
    line-height: 0.42em;
    text-align: center;
    cursor: pointer;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    font-family: HarmonyOS_Sans_SC;
  }
  #products .main_products_pc {
    margin-top: 10px;
    position: relative;
    display: none;
    box-sizing: border-box;
    height: 11.8em;
  }
  #products .main_products_phone {
    margin-top: 10px;
    position: relative;
    display: block;
    box-sizing: border-box;
    height: 11.8em;
    overflow: hidden;
  }
  #products .main_products_img {
    width: 100%;
    height: 11.8em;
  }
  #products .main_products_text_left {
    position: absolute;
    top: 1.13em;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 10px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #products .main_products_text_right {
    position: absolute;
    top: 1.13em;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 10px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #products .main_products_text_title {
    font-family: HarmonyOS_Sans_SC_Bold;
    font-size: 0.4em;
    margin-top: 0.1em;
    font-weight: normal;
  }
  #products .main_products_text_connect {
    font-family: HarmonyOS_Sans_SC;
    width: 5.14em;
    margin-top: 0.1em;
    line-height: 0.36em;
    text-align: center;
  }
  #products .main_products_text_connect p {
    font-size: 0.24em;
  }
  #products .main_products_button {
    margin-top: 0.2em;
    background-color: #fe5200;
    border: none;
    width: 2.44em;
    line-height: 0.66em;
    height: 0.66em;
    text-align: center;
    cursor: pointer;
    font-family: HarmonyOS_Sans_SC;
  }
  #products .main_products_button p {
    font-size: 0.24em;
  }
  #products .main_products_text_connect-center {
    font-family: HarmonyOS_Sans_SC;
    width: 5.14em;
    margin-top: 0.1em;
    line-height: 0.36em;
    text-align: center;
  }
  #products .main_products_text_connect-center p {
    font-size: 0.24em;
  }
  #products .main_products_button {
    margin-top: 0.2em;
    background-color: #fe5200;
    border: none;
    width: 2.44em;
    line-height: 0.66em;
    height: 0.66em;
    text-align: center;
    cursor: pointer;
    font-family: HarmonyOS_Sans_SC;
  }
  #products .main_products_button p {
    font-size: 0.24em;
  }
  #products .main_graphic_pc {
    display: none;
  }
  #products .main_graphic_phone {
    display: block;
    padding: 0 0.2em;
    margin-top: 0.2em;
    /* 未激活：小圆点/短条 8px；激活保持原宽度 */
  }
  #products .main_graphic_phone .swiper-containeros {
    overflow: hidden;
  }
  #products .main_graphic_phone .swiper-slide {
    height: 9em;
    border-radius: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #products .main_graphic_phone .swiper-slide img {
    width: 100%;
    height: 9em;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    border-radius: 0;
  }
  #products .main_graphic_phone .swiper-slide .text {
    font-family: HarmonyOS_Sans_SC;
    font-weight: normal;
    font-size: 0.16em;
  }
  #products .main_graphic_phone .swiper-pagination {
    position: relative;
    left: auto;
    width: 100%;
    display: block;
    pointer-events: auto;
  }
  #products .main_graphic_phone .swiper-pagination .swiper-pagination-bullet {
    width: 100%;
    max-width: 50px;
    height: 0.14em;
    margin-left: 0;
    margin-right: 1vw;
    overflow: hidden;
    border-radius: 0;
    opacity: 1;
    position: relative;
    background: #CDCDCD;
    border-radius: 0.2em;
  }
  #products .main_graphic_phone .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    width: 0.12em;
    max-width: 0.12em;
  }
  #products .main_graphic_phone .swiper-pagination .swiper-pagination-bullet-active {
    width: 100%;
    max-width: 50px;
  }
  #products .main_graphic_phone .swiper-pagination .swiper-pagination-bullet::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.2em;
    z-index: 99;
  }
  #products .main_graphic_phone:hover .swiper-pagination .swiper-pagination-bullet-active::after {
    animation-play-state: paused;
  }
  #products .main_graphic_phone .swiper-pagination .swiper-pagination-bullet-active::after {
    max-width: 50px;
    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%;
    }
  }
  #products .main_graphic_phone:hover .swiper-pagination .swiper-pagination-bullet-active::after {
    transition: transform 0s;
  }
  #products .slide-overlay .stars {
    font-size: 0.24em;
    color: #ff6b00;
    margin-bottom: 0.2em;
  }
  #products .slide-overlay .text {
    font-size: 0.18em;
    line-height: 1.5;
  }
  #products .swiper-slide:hover .slide-overlay {
    opacity: 1;
    transform: translateY(0);
  }
  #products .swiper-pagination {
    pointer-events: none;
    display: none;
  }
  #products .swiper-button-prev,
  #products .swiper-button-next {
    pointer-events: auto;
    display: none;
  }
  #products .main_software_highlights_text_left {
    position: absolute;
    left: 50%;
    top: 0.99em;
    transform: translateX(-50%);
    color: white;
    padding: 5px 10px;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #products .main_software_highlights_text_right {
    position: absolute;
    left: 50%;
    top: 0.99em;
    transform: translateX(-50%);
    color: white;
    padding: 5px 10px;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #products .main_software_highlights_text_title {
    font-size: 0.4em;
    color: white;
    font-weight: bold;
    text-wrap: nowrap;
  }
  #products .main_software_highlights_text_connect {
    font-size: 0.24em;
    color: white;
    margin-top: 0.1em;
    text-align: center;
  }
  #products .main_graphic_button_left {
    margin-top: 0.2em;
    color: white;
    border: none;
    width: 2.43em;
    height: 0.66em;
    line-height: 0.66em;
    text-align: center;
    border-radius: 0;
    cursor: pointer;
    background-color: #fe5200;
  }
  #products .main_graphic_button_left p {
    font-size: 0.24em;
    font-family: HarmonyOS_Sans_SC;
    font-weight: 400;
  }
  #products .main_graphic_button_right {
    margin-top: 0.2em;
    color: white;
    border: none;
    width: 2.43em;
    height: 0.66em;
    line-height: 0.66em;
    text-align: center;
    border-radius: 0;
    cursor: pointer;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    margin-left: 0.2em;
  }
  #products .main_graphic_button_right p {
    font-size: 0.24em;
    font-family: HarmonyOS_Sans_SC;
    font-weight: 400;
  }
  #products .main_software_highlights_item_text {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 0.24em;
    font-weight: bold;
  }
  #products .main_software_highlights_text_title {
    font-size: 0.4em;
    color: white;
    font-family: HarmonyOS_Sans_SC_Bold;
    font-weight: bold;
  }
  #products .main_software_highlights_text_connect {
    font-size: 0.24em;
    color: white;
    font-family: HarmonyOS_Sans_SC;
    font-weight: normal;
    margin-top: 0.1em;
    text-wrap: nowrap;
  }
  #products .main_software_highlights_button_left {
    margin-top: 0.2em;
    padding: 0.08em 0.15em;
    color: white;
    border: none;
    width: 1.55em;
    height: 0.42em;
    line-height: 0.42em;
    border: 1px solid #FFFFFF;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.16em;
    font-family: HarmonyOS_Sans_SC;
  }
  #products .main_software_highlights_box_top_img {
    width: 100%;
    height: 9em;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 200ms ease;
    will-change: transform;
    transform-origin: center center;
  }
  #all_products {
    padding: 1em 0.1em;
    /* 图片悬停放大效果（从中心放大，保持原有位移） */
  }
  #all_products .main_all_products_pc {
    width: 100%;
    height: 100%;
    display: block;
  }
  #all_products .main_all_products_box {
    display: block;
    gap: 10px;
    width: 100%;
    margin-top: 0.5em;
    height: 100%;
  }
  #all_products .main_all_products_left {
    background-color: #f6f6f6;
    width: 100%;
    height: 3.31em;
    font-family: HarmonyOS_Sans_SC_Bold;
    margin-bottom: 0.1em;
  }
  #all_products .main_all_products_title {
    text-align: center;
    font-size: 0.4em;
    font-weight: bold;
  }
  #all_products .main_all_products_left_text {
    text-align: left;
    font-weight: 500;
    position: relative;
    top: 0.49em;
    transform: translateX(8%);
    font-family: HarmonyOS_Sans_SC_Medium;
  }
  #all_products .main_all_products_left_text p {
    font-size: 0.27em;
  }
  #all_products .main_all_products_left_img {
    padding: 0 0.5em;
    width: 3em;
    height: 2.3em;
    box-sizing: border-box;
    position: relative;
    left: 50%;
    top: 0.3em;
    transform: translateX(-18%);
    transition: transform 200ms ease;
    will-change: transform;
    transform-origin: center center;
  }
  #all_products .main_all_products_right {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex: 1;
  }
  #all_products .main_all_products_right_item {
    /* 两列 + 列间距 5px，避免总宽度>100% 导致换行 */
    width: calc((100% - 10px) / 2);
    height: 3.3em;
    background-color: #f6f6f6;
    display: flex;
    justify-content: space-between;
  }
  #all_products .main_all_products_right_img {
    width: 2em;
    height: 2em;
    margin-top: 0.6em;
    position: relative;
    right: 0.86em;
    transform: translateX(-0.2em);
    transition: transform 200ms ease;
    will-change: transform;
    transform-origin: center center;
  }
  #all_products .main_all_products_right_img_1 {
    width: 1.8em;
    height: 1.8em;
    margin-top: 1.2em;
    position: relative;
    right: 0.66em;
    transform: translateX(-0.2em);
    transition: transform 200ms ease;
    will-change: transform;
    transform-origin: center center;
    box-sizing: border-box;
  }
  #all_products .main_all_products_right_img_2 {
    width: 2.5em;
    height: 1.5em;
    margin-top: 1.5em;
    position: relative;
    box-sizing: border-box;
    right: 1.72em;
    transform: translateX(-0.2em);
    transition: transform 200ms ease;
    will-change: transform;
    transform-origin: center center;
  }
  #all_products .main_all_products_right_img_3 {
    width: 1em;
    height: 1.7em;
    margin-top: 1.2em;
    box-sizing: border-box;
    position: relative;
    right: 1.08em;
    transform: translateX(-0.2em);
    transition: transform 200ms ease;
    will-change: transform;
    transform-origin: center center;
  }
  #all_products .main_all_products_right_img_4 {
    width: 1.4em;
    height: 1.6em;
    margin-top: 1.2em;
    position: relative;
    right: 0.86em;
    transform: translateX(-0.2em);
    transition: transform 200ms ease;
    will-change: transform;
    transform-origin: center center;
    box-sizing: border-box;
  }
  #all_products .main_all_products_right_text {
    font-family: HarmonyOS_Sans_SC_Medium;
    font-weight: 500;
    text-align: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin-top: 0.46em;
    text-wrap: nowrap;
  }
  #all_products .main_all_products_right_text p {
    font-size: 0.27em;
  }
  #all_products .main_all_products_left_img:hover {
    transform: translateX(-18%) scale(1.05);
  }
  #all_products .main_all_products_right_img:hover {
    transform: translateX(-50%) scale(1.05);
  }
  #all_products .main_all_products_left .main_all_products_right_item {
    overflow: hidden;
  }
  #news_center .news_center_box_right_item {
    cursor: pointer;
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
  }
  #news_center .main_software_highlights_box_top_img:hover {
    transform: scale(1.05);
  }
  #news_center .news_center_box_right_item.is-active .news-item-title {
    color: #fe5200;
  }
  #news_center .news_center_pc {
    background-color: #f6f6f6;
    padding: 1.33em 0;
    display: none;
  }
  #news_center .news_center_box {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  #news_center .news_center_box_title {
    line-height: 0.4em;
    font-weight: bold;
    text-align: center;
    font-family: HarmonyOS_Sans_SC_Bold;
    padding: 0 0 0.5em 0;
  }
  #news_center .news_center_box_title p {
    font-size: 0.4em;
  }
  #news_center .news_center_box_right_item {
    font-size: 0.22em;
    flex: 1;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.1em;
    display: flex;
    flex-direction: column;
  }
  #news_center .news-item-title {
    font-weight: 600;
    flex: 1;
  }
  #news_center .news-item-category {
    background-color: #dddddd;
    padding: 0.05em;
    font-size: 0.14em;
  }
  #news_center .news-item-summary {
    color: #555;
    margin-top: 0.1em;
    font-size: 0.16em;
    flex: 1;
  }
  #news_center .news-item-desc {
    color: #555;
    margin-top: 0.1em;
    flex: 1;
  }
  #news_center .news_center_box_left {
    position: relative;
    height: 3.95em;
    overflow: hidden;
  }
  #news_center .news_center_box_right {
    position: relative;
    margin-left: 0.2em;
    display: flex;
    flex-direction: column;
  }
  #news_center .main_graphic_text_title {
    font-size: 0.27em;
    font-weight: bold;
  }
  #news_center .main_graphic_text_connect {
    font-size: 0.18em;
    margin-top: 0.1em;
  }
  #news_center .main_graphic_button {
    display: flex;
    justify-content: space-between;
    margin-top: 0.1em;
    width: 2.5em;
    gap: 0.2em;
  }
  #news_center .main_graphic_item_text {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 0.24em;
  }
  #news_center .main_software_highlights_box_top_img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 200ms ease;
    will-change: transform;
    transform-origin: center center;
  }
  #news_center .news_center_phone {
    display: block;
    margin: 1em 0 0.2em 0.2em;
    width: 100%;
  }
  #news_center .news_center_phone .news_center_box {
    width: 100%;
    padding: 0;
    /* 未激活：小圆点/短条 8px；激活保持原宽度 */
  }
  #news_center .news_center_phone .news_center_box .news_center_box_title {
    text-align: center;
  }
  #news_center .news_center_phone .news_center_box .swiper-slide {
    width: 7.02em;
    height: 4em;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #news_center .news_center_phone .news_center_box .swiper-slide img {
    width: 7.02em;
    flex: 1;
    height: 4em;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  #news_center .news_center_phone .news_center_box .swiper-slide .text {
    font-family: HarmonyOS_Sans_SC;
    font-weight: normal;
  }
  #news_center .news_center_phone .news_center_box .swiper-slide .news_center_phone_text_left {
    position: absolute;
    color: #FFFFFF;
    bottom: 0.2em;
    left: 0.69em;
  }
  #news_center .news_center_phone .news_center_box .swiper-slide .news_center_phone_text_left .news_center_phone_text_title {
    font-weight: bold;
    font-size: 0.27em;
  }
  #news_center .news_center_phone .news_center_box .swiper-slide .news_center_phone_text_left .news_center_phone_text_connect {
    font-size: 0.27em;
  }
  #news_center .news_center_phone .news_center_box .swiper-slide .news_center_phone_text_left .news_center_phone_text_day {
    margin-top: 0.1em;
    font-size: 0.18em;
  }
  #news_center .news_center_phone .news_center_box .swiper-pagination {
    position: relative;
    left: auto;
    width: 100%;
    height: 1em;
    transform: translateY(-0.45em);
    display: block;
    pointer-events: auto;
  }
  #news_center .news_center_phone .news_center_box .swiper-pagination .swiper-pagination-bullet {
    width: 100%;
    max-width: 50px;
    height: 0.14em;
    margin-left: 0;
    margin-right: 1vw;
    overflow: hidden;
    border-radius: 0;
    opacity: 1;
    position: relative;
    background: #CDCDCD;
    border-radius: 0.2em;
  }
  #news_center .news_center_phone .news_center_box .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    width: 0.12em;
    max-width: 0.12em;
  }
  #news_center .news_center_phone .news_center_box .swiper-pagination .swiper-pagination-bullet-active {
    width: 100%;
    max-width: 50px;
  }
  #news_center .news_center_phone .news_center_box .swiper-pagination .swiper-pagination-bullet::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.2em;
    z-index: 99;
  }
  #news_center .news_center_phone .news_center_box:hover .swiper-pagination .swiper-pagination-bullet-active::after {
    animation-play-state: paused;
  }
  #news_center .news_center_phone .news_center_box .swiper-pagination .swiper-pagination-bullet-active::after {
    max-width: 50px;
    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%;
    }
  }
  #news_center .news_center_phone .news_center_box:hover .swiper-pagination .swiper-pagination-bullet-active::after {
    transition: transform 0s;
  }
  #software_highlights {
    padding-bottom: 0em;
    /* 防止放大溢出影响布局，父容器裁剪溢出 */
    /* Swiper 区域尺寸优化 */
    /* 调整分页与导航位置（可选） */
    /* 轮播卡片悬浮遮罩与缓入动画 */
    /* 让分页不拦截鼠标事件，避免遮罩 hover 失效 */
  }
  #software_highlights .main_software_highlights_swiper {
    height: 3.67em;
  }
  #software_highlights .main_software_highlights_box_top_img:hover {
    transform: scale(1.05);
  }
  #software_highlights .main_software_highlights_box_top,
  #software_highlights .main_software_highlights_box_bottom_left,
  #software_highlights .main_software_highlights_box_bottom_right {
    overflow: hidden;
  }
  #software_highlights .main_software_highlights_swiper {
    height: 100%;
    /* 统一轮播整体高度 */
  }
  #software_highlights .main_software_highlights_swiper .swiper-slide {
    height: 100%;
  }
  #software_highlights .main_software_highlights_box_top {
    position: relative;
    height: 100%;
  }
  #software_highlights .main_software_highlights_swiper .swiper-button-prev,
  #software_highlights .main_software_highlights_swiper .swiper-button-next {
    color: #1e88e5;
  }
  #software_highlights .main_software_highlights_swiper .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.7);
  }
  #software_highlights .main_software_highlights_text_left {
    position: absolute;
    left: 0.65em;
    top: 0.68em;
    color: white;
    padding: 5px 10px;
    border-radius: 0;
  }
  #software_highlights .main_software_highlights_text_right {
    position: absolute;
    right: 1.8em;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    padding: 5px 10px;
    border-radius: 0;
  }
  #software_highlights .main_software_highlights_text_title {
    color: white;
    font-weight: bold;
    text-wrap: nowrap;
  }
  #software_highlights .main_software_highlights_text_title p {
    font-size: 0.38em;
  }
  #software_highlights .main_software_highlights_text_connect {
    color: white;
    margin-top: 0.1em;
  }
  #software_highlights .main_software_highlights_text_connect p {
    font-size: 0.14em;
  }
  #software_highlights .main_software_highlights_button {
    margin-top: 0.2em;
    color: white;
    border: none;
    width: 1.55em;
    line-height: 0.42em;
    height: 0.42em;
    text-align: center;
    border-radius: 0;
    cursor: pointer;
    border: 1px solid #FFFFFF;
  }
  #software_highlights .main_software_highlights_button p {
    font-size: 0.14em;
    font-weight: 400;
    font-family: HarmonyOS_Sans_SC;
  }
  #software_highlights .main_software_highlights_item_text {
    position: absolute;
    top: 0.47em;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-weight: bold;
  }
  #software_highlights .main_software_highlights_item_text P {
    font-size: 0.24em;
  }
  #software_highlights .main_software_highlights_text_title {
    color: white;
    font-family: HarmonyOS_Sans_SC_Bold;
    font-weight: bold;
  }
  #software_highlights .main_software_highlights_text_title p {
    font-size: 0.27em;
  }
  #software_highlights .main_software_highlights_text_connect {
    color: white;
    font-family: HarmonyOS_Sans_SC;
    font-weight: normal;
    margin-top: 0.1em;
  }
  #software_highlights .main_software_highlights_text_connect p {
    font-size: 0.14em;
  }
  #software_highlights .main_software_highlights_button_left {
    margin-top: 0.2em;
    padding: 0;
    color: white;
    border: none;
    width: 1.55em;
    height: 0.42em;
    line-height: 0.42em;
    border: 1px solid #FFFFFF;
    text-align: center;
    border-radius: 0;
    cursor: pointer;
  }
  #software_highlights .main_software_highlights_button_left p {
    font-size: 0.14em;
    font-family: HarmonyOS_Sans_SC;
    font-weight: 400;
  }
  #software_highlights .main_software_highlights_pc {
    display: none;
    width: 100%;
    margin: 0 auto;
  }
  #software_highlights .main_software_highlights_phone {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  #software_highlights .main_software_highlights_title {
    font-weight: bold;
    text-align: center;
  }
  #software_highlights .main_software_highlights_title p {
    font-size: 0.4em;
  }
  #software_highlights .main_software_highlights_box {
    margin: 0.2em 0 0.15em 0;
  }
  #software_highlights .news_center_box_left {
    position: relative;
  }
  #software_highlights .main_software_highlights_box_top {
    position: relative;
  }
  #software_highlights .main_software_highlights_box_top_img {
    width: 100%;
    height: 4.45em;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 200ms ease;
    will-change: transform;
    transform-origin: center center;
  }
  #software_highlights .main_software_highlights_box_bottom {
    display: flex;
    gap: 0.15em;
    width: 7.5em;
    margin-top: 0em;
  }
  #software_highlights .main_software_highlights_box_bottom_left {
    position: relative;
    flex: 1;
    width: 3.36em;
    height: 4.45em;
  }
  #software_highlights .main_software_highlights_box_bottom_right {
    position: relative;
    flex: 1;
    width: 3.36em;
    height: 4.45em;
  }
  #software_highlights .swiper-containeros {
    margin-top: 0.5em;
  }
  #software_highlights .swiper-slide {
    position: relative;
    overflow: hidden;
    border-radius: 0;
  }
  #software_highlights .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
  }
  #software_highlights .swiper-slide {
    overflow: hidden;
  }
  #software_highlights .slide-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.4em;
    color: #fff;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    transition: opacity 240ms ease, transform 240ms ease;
    transform: translateY(10px);
    z-index: 2;
  }
  #software_highlights .slide-overlay .stars {
    font-size: 0.24em;
    color: #ff6b00;
    margin-bottom: 0.2em;
  }
  #software_highlights .slide-overlay .text {
    font-size: 0.18em;
    line-height: 1.5;
  }
  #software_highlights .swiper-slide:hover .slide-overlay {
    opacity: 1;
    transform: translateY(0);
  }
  #software_highlights .swiper-pagination {
    pointer-events: none;
    display: none;
  }
  #software_highlights .swiper-button-prev,
  #software_highlights .swiper-button-next {
    pointer-events: auto;
    display: none;
  }
  #influencer_highlights {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 0 1em 0;
    /* swiper 在移动端不要额外内边距（em 可能变大造成溢出） */
    /* 默认把非激活项缩小一些，避免挤占中心 */
  }
  #influencer_highlights .influencer_highlights_title {
    font-size: 0.4em;
    font-weight: bold;
    text-align: center;
    font-family: HarmonyOS_Sans_SC_Bold;
  }
  #influencer_highlights .swiper-slide {
    height: 6.37em;
    /* 小屏为 6.37em */
  }
  #influencer_highlights #influencer-swiper {
    width: 100%;
    padding: 0;
    /* 清除左右 padding，避免推宽 */
    box-sizing: border-box;
    max-width: 100%;
    overflow: hidden;
  }
  #influencer_highlights #influencer-swiper .slide-overlay .stars {
    font-size: 0.5em;
  }
  #influencer_highlights #influencer-swiper .slide-overlay .text {
    font-size: 0.2em;
    display: none;
  }
  #influencer_highlights .slide-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.4em;
    color: #fff;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    transition: opacity 240ms ease, transform 240ms ease;
    transform: translateY(10px);
    z-index: 2;
  }
  #influencer_highlights .slide-overlay .stars {
    color: #ff6b00;
    font-size: 0.24em;
    margin-bottom: 0.2em;
  }
  #influencer_highlights .swiper-wrapper {
    display: flex;
    align-items: center;
  }
  #influencer_highlights .swiper-slide {
    box-sizing: border-box;
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 给两侧一点空隙，允许露出半张 */
    height: auto;
    /* 让图片决定高度 */
  }
  #influencer_highlights .swiper-slide img {
    width: 6.17em;
    height: 6.17em;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: width 160ms ease, height 160ms ease, transform 160ms ease;
    display: block;
  }
}/*# sourceMappingURL=allProducts.css.map */