@charset "UTF-8";
@media (min-width: 768px) {
  .os5-2026-2-2 {
    --color-white: #FFFFFF;
    --color-black: #000000;
    --color-primary: #fe5200;
    --border-white: 1px solid #FFFFFF;
    /* = "1px solid #FFFFFF" */
    --border-black: 1px solid #000000;
    background-color: #f9f9f9;
    font-size: 5.2083333333vw;
    height: 100%;
    width: 100%;
    /* 统一颜色/边框变量 */
  }
  .os5-2026-2-2 p {
    margin-bottom: 0em;
  }
  .os5-2026-2-2 a {
    text-decoration: none !important;
    color: inherit !important;
    display: contents !important;
  }
  .os5-2026-2-2 a:hover {
    text-decoration: none !important;
    color: inherit !important;
  }
  .os5-2026-2-2 .flex-col {
    display: flex;
    flex-direction: column;
  }
  .os5-2026-2-2 .flex-row {
    display: flex;
    flex-direction: row;
  }
  .os5-2026-2-2 .flex-1 {
    flex: 1;
  }
  .os5-2026-2-2 .justify-start {
    display: flex;
    justify-content: flex-start;
  }
  .os5-2026-2-2 .justify-center {
    display: flex;
    justify-content: center;
  }
  .os5-2026-2-2 .justify-end {
    display: flex;
    justify-content: flex-end;
  }
  .os5-2026-2-2 .justify-evenly {
    display: flex;
    justify-content: space-evenly;
  }
  .os5-2026-2-2 .justify-around {
    display: flex;
    justify-content: space-around;
  }
  .os5-2026-2-2 .justify-between {
    display: flex;
    justify-content: space-between;
  }
  .os5-2026-2-2 .align-start {
    display: flex;
    align-items: flex-start;
  }
  .os5-2026-2-2 .align-center {
    display: flex;
    align-items: center;
  }
  .os5-2026-2-2 .align-end {
    display: flex;
    align-items: flex-end;
  }
  .os5-2026-2-2 .color_black {
    color: black !important;
  }
  .os5-2026-2-2 .color_white {
    color: white !important;
  }
  .os5-2026-2-2 .border_black {
    border: 1px solid black !important;
  }
  .os5-2026-2-2 .border_white {
    border: 1px solid white !important;
  }
  .os5-2026-2-2 .background-color-black {
    background-color: #000000 !important;
  }
  .os5-2026-2-2 .background-color-gray {
    background-color: #b6b6b6 !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");
  }
  #products {
    /* 让分页不拦截鼠标事件，避免遮罩 hover 失效 */
  }
  #products .main_graphic_pc {
    display: none;
  }
  #products .main_graphic_phone {
    display: block;
    padding: 0;
    /* 未激活：小圆点/短条 8px；激活保持原宽度 */
  }
  #products .main_graphic_phone .swiper-containeros {
    overflow: hidden;
    width: 100% !important;
  }
  #products .main_graphic_phone .swiper-slide {
    height: 6em;
    border-radius: 0;
    overflow: hidden;
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #products .main_graphic_phone .swiper-slide img {
    width: 100%;
    height: 6em;
    -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;
    margin-top: -1.3em;
    pointer-events: auto;
  }
  #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;
  }
  #products .main_graphic_phone .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    width: 0.8em;
    max-width: 0.8em;
  }
  #products .main_graphic_phone .swiper-pagination .swiper-pagination-bullet-active {
    width: 100%;
    max-width: 0.8em;
  }
  #products .main_graphic_phone .swiper-pagination .swiper-pagination-bullet::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.1em;
    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: 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%;
    }
  }
  #products .main_graphic_phone:hover .swiper-pagination .swiper-pagination-bullet-active::after {
    transition: transform 0s;
  }
  #products .main_graphic_phone .main_software_highlights_text_left {
    position: absolute;
    left: 3.2em;
    top: 1.66em;
    padding: 5px 10px;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  #products .main_graphic_phone .main_software_highlights_text_right {
    position: absolute;
    left: 50%;
    top: 0.99em;
    transform: translateX(-50%);
    padding: 5px 10px;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #products .main_graphic_phone .main_software_highlights_text_title {
    font-weight: bold;
    text-wrap: nowrap;
  }
  #products .main_graphic_phone .main_software_highlights_text_title p {
    font-family: HarmonyOS_Sans_Black;
    font-size: 0.38em;
  }
  #products .main_graphic_phone .main_software_highlights_text_connect {
    font-size: 0.18em;
    margin-top: 0.1em;
    text-align: center;
    font-family: HarmonyOS_Sans_Bold;
    color: white;
    font-weight: bold;
  }
  #products .main_graphic_phone .main_software_highlights_text_connect_remark {
    font-size: 0.18em;
    margin: 0.2em 0;
    text-align: left;
    font-family: HarmonyOS_Sans;
    color: white;
  }
  #products .main_graphic_phone .main_graphic_button_left {
    margin-top: 0.47em;
    color: white;
    border: none;
    width: 1.55em;
    height: 0.42em;
    line-height: 0.42em;
    text-align: center;
    border-radius: 0;
    cursor: pointer;
    background-color: #fe5200;
  }
  #products .main_graphic_phone .main_graphic_button_left p {
    font-size: 0.18em;
    font-family: HarmonyOS_Sans_SC;
    font-weight: 400;
  }
  #products .main_graphic_phone .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_phone .main_graphic_button_right p {
    font-size: 0.24em;
    font-family: HarmonyOS_Sans_SC;
    font-weight: 400;
  }
  #products .main_graphic_phone .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_graphic_phone .main_graphic_img:hover {
    transform: scale(1.05);
  }
  #products .main_graphic_phone .main_graphic_item_text {
    position: absolute;
    top: 0.54em;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 0.24em;
  }
  #products .main_graphic_phone .main_graphic_text_title {
    font-size: 0.4em;
    font-weight: bold;
    font-family: HarmonyOS_Sans_SC_Bold;
  }
  #products .main_graphic_phone .main_graphic_text_connect {
    font-family: HarmonyOS_Sans_SC;
    font-size: 0.18em;
    margin-top: 0.17em;
  }
  #products .main_graphic_phone .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 .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;
  }
  #RuggedTablet .main_products_phone {
    padding-top: 10px;
    position: relative;
    display: block;
    box-sizing: border-box;
    height: 7.2em;
    overflow: hidden;
  }
  #RuggedTablet .main_products_phone .main_products_title {
    text-align: center;
    margin: 0.2em 0 0.5em 0;
  }
  #RuggedTablet .main_products_phone .main_products_title p {
    font-family: HarmonyOS_Sans_SC_Bold;
    font-size: 0.38em;
  }
  #RuggedTablet .main_products_phone .main_products_img {
    width: 100%;
    height: 6em;
    transition: all 0.5s ease;
    overflow: hidden;
  }
  #RuggedTablet .main_products_phone .main_products_img:hover {
    transform: scale(1.05);
  }
  #RuggedTablet .main_products_phone .main_products_text_left {
    position: absolute;
    left: 3.2em;
    top: 55%;
    transform: translateY(-50%);
    padding: 5px 10px;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  #RuggedTablet .main_products_phone .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;
  }
  #RuggedTablet .main_products_phone .main_products_text_title {
    font-family: HarmonyOS_Sans_SC_Bold;
    font-size: 0.38em;
    margin-top: 0.1em;
    font-weight: normal;
  }
  #RuggedTablet .main_products_phone .main_products_text_connect {
    font-family: HarmonyOS_Sans_SC;
    width: 5.14em;
    margin-top: 0.1em;
    line-height: 0.36em;
    text-align: left;
  }
  #RuggedTablet .main_products_phone .main_products_text_connect p {
    font-size: 0.18em;
  }
  #RuggedTablet .main_products_phone .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;
  }
  #RuggedTablet .main_products_phone .main_products_button p {
    font-size: 0.18em;
  }
  #RuggedTablet .main_products_phone .main_products_text_connect-center {
    font-family: HarmonyOS_Sans_SC;
    width: 5.14em;
    margin-top: 0.1em;
    line-height: 0.36em;
    text-align: center;
  }
  #RuggedTablet .main_products_phone .main_products_text_connect-center p {
    font-size: 0.24em;
  }
  #RuggedTablet .main_products_phone .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;
  }
  #RuggedTablet .main_products_phone .main_products_button p {
    font-size: 0.18em;
  }
  #RuggedTablet .RuggedTablet_grid {
    padding: 0.15em;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.15em;
    overflow: hidden;
  }
  #RuggedTablet .RuggedTablet_grid .RuggedTablet_grid_item {
    width: 100%;
    height: 6.89em;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all 0.5s ease;
  }
  #RuggedTablet .RuggedTablet_grid .RuggedTablet_grid_item .RuggedTablet_grid_item_title {
    font-family: HarmonyOS Sans;
    font-weight: bold;
    font-size: 0.38em;
    color: #1D1D1F;
  }
  #RuggedTablet .RuggedTablet_grid .RuggedTablet_grid_item .RuggedTablet_grid_item_btn {
    width: 1.55em;
    height: 0.42em;
    background: #1D1D1F;
    line-height: 0.42em;
    margin: 0.73em 0;
  }
  #RuggedTablet .RuggedTablet_grid .RuggedTablet_grid_item .RuggedTablet_grid_item_btn p {
    text-align: center;
    font-family: HarmonyOS Sans;
    font-weight: 400;
    font-size: 0.18em;
    color: #FFFFFF;
  }
  #RuggedTablet .RuggedTablet_grid .RuggedTablet_grid_item .RuggedTablet_grid_item_remark {
    font-family: HarmonyOS Sans;
    font-weight: 400;
    font-size: 0.18em;
    margin-top: 0.1em;
    color: #1D1D1F;
  }
  #RuggedTablet .RuggedTablet_grid .RuggedTablet_grid_item .RuggedTablet_grid_item_img {
    width: 2.48em;
    height: 2.41em;
  }
  #RuggedTablet .RuggedTablet_grid .RuggedTablet_grid_item .RuggedTablet_grid_item_learn_more {
    font-family: HarmonyOS Sans;
    font-weight: bold;
    font-size: 0.38em;
    color: #1D1D1F;
  }
  #RuggedTablet .RuggedTablet_grid .RuggedTablet_grid_item .RuggedTablet_grid_item_learn_img {
    margin-top: 0.2em;
    width: 0.46em;
    height: 0.46em;
  }
  #RuggedTablet .RuggedTablet_grid .RuggedTablet_grid_item:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15) !important;
  }
  #RuggedTablet .RuggedTablet_learn_more {
    display: none;
    justify-content: center;
  }
  #RuggedTablet .RuggedTablet_learn_more .RuggedTablet_learn_more_center {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #RuggedTablet .RuggedTablet_learn_more .RuggedTablet_learn_more_center .RuggedTablet_learn_more_text {
    font-family: HarmonyOS Sans;
    font-weight: bold;
    font-size: 0.15em;
    color: #1D1D1F;
  }
  #RuggedTablet .RuggedTablet_learn_more .RuggedTablet_learn_more_center .RuggedTablet_learn_more_icon {
    width: 0.16em;
    height: 0.16em;
    margin-left: 0.05em;
  }
  #SmartTablet {
    padding-top: 0.5em;
  }
  #SmartTablet .SmartTablet_title {
    text-align: center;
  }
  #SmartTablet .SmartTablet_title p {
    font-family: HarmonyOS_Sans_SC_Bold;
    font-size: 0.38em;
  }
  #SmartTablet .SmartTablet_poster {
    position: relative;
    margin-top: 0.5em;
    overflow: hidden;
  }
  #SmartTablet .SmartTablet_poster .SmartTablet_poster_img {
    width: 100%;
    height: 6em;
    transition: all 0.5s ease;
  }
  #SmartTablet .SmartTablet_poster .SmartTablet_poster_img:hover {
    transform: scale(1.05);
  }
  #SmartTablet .SmartTablet_poster .SmartTablet_poster_left {
    position: absolute;
    left: 3.2em;
    top: 50%;
    transform: translateY(-50%);
    padding: 5px 10px;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  #SmartTablet .SmartTablet_poster .SmartTablet_poster_left .SmartTablet_poster_left_title {
    font-family: HarmonyOS Sans;
    font-weight: bold;
    font-size: 0.38em;
    color: #1D1D1F;
  }
  #SmartTablet .SmartTablet_poster .SmartTablet_poster_left .SmartTablet_poster_left_remark {
    font-family: HarmonyOS Sans;
    font-weight: 400;
    font-size: 0.18em;
    color: #1D1D1F;
  }
  #SmartTablet .SmartTablet_poster .SmartTablet_poster_left .SmartTablet_poster_left_btn {
    width: 1.55em;
    height: 0.42em;
    line-height: 0.42em;
    text-align: center;
    background: #FE5200;
    margin-top: 0.31em;
  }
  #SmartTablet .SmartTablet_poster .SmartTablet_poster_left .SmartTablet_poster_left_btn p {
    font-family: HarmonyOS Sans;
    font-weight: 400;
    font-size: 0.18em;
    color: #FFFFFF;
  }
  #SmartTablet .SmartTablet_grid {
    padding: 0.15em;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0.15em;
    overflow: hidden;
  }
  #SmartTablet .SmartTablet_grid .SmartTablet_grid_item {
    width: 100%;
    height: 6.89em;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all 0.5s ease;
  }
  #SmartTablet .SmartTablet_grid .SmartTablet_grid_item .SmartTablet_grid_item_title {
    font-family: HarmonyOS Sans;
    font-weight: bold;
    font-size: 0.38em;
    color: #1D1D1F;
  }
  #SmartTablet .SmartTablet_grid .SmartTablet_grid_item .SmartTablet_grid_item_btn {
    width: 1.55em;
    height: 0.42em;
    background: #1D1D1F;
    line-height: 0.42em;
    margin: 0.73em 0;
  }
  #SmartTablet .SmartTablet_grid .SmartTablet_grid_item .SmartTablet_grid_item_btn p {
    text-align: center;
    font-family: HarmonyOS Sans;
    font-weight: 400;
    font-size: 0.18em;
    color: #FFFFFF;
  }
  #SmartTablet .SmartTablet_grid .SmartTablet_grid_item .SmartTablet_grid_item_remark {
    font-family: HarmonyOS Sans;
    font-weight: 400;
    font-size: 0.18em;
    color: #1D1D1F;
  }
  #SmartTablet .SmartTablet_grid .SmartTablet_grid_item .SmartTablet_grid_item_img {
    width: 2.48em;
    height: 2.41em;
  }
  #SmartTablet .SmartTablet_grid .SmartTablet_grid_item .SmartTablet_grid_item_learn_more {
    font-family: HarmonyOS Sans;
    font-weight: bold;
    font-size: 0.38em;
    color: #1D1D1F;
  }
  #SmartTablet .SmartTablet_grid .SmartTablet_grid_item .SmartTablet_grid_item_learn_img {
    margin-top: 0.2em;
    width: 0.46em;
    height: 0.46em;
  }
  #SmartTablet .SmartTablet_grid .SmartTablet_grid_item:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15) !important;
  }
}
/* 移动端样式 */
@media (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
  }
  .os5-2026-2-2 {
    --color-white: #FFFFFF;
    --color-black: #000000;
    --color-primary: #fe5200;
    --border-white: 1px solid #FFFFFF;
    /* = "1px solid #FFFFFF" */
    --border-black: 1px solid #000000;
    font-size: 13.3333333333vw;
  }
  .os5-2026-2-2 a {
    text-decoration: none !important;
    color: inherit !important;
    display: contents !important;
  }
  .os5-2026-2-2 a:hover {
    text-decoration: none !important;
    color: inherit !important;
  }
  .os5-2026-2-2 .flex-col {
    display: flex;
    flex-direction: column;
  }
  .os5-2026-2-2 .flex-row {
    display: flex;
    flex-direction: row;
  }
  .os5-2026-2-2 .flex-1 {
    flex: 1;
  }
  .os5-2026-2-2 .justify-start {
    display: flex;
    justify-content: flex-start;
  }
  .os5-2026-2-2 .justify-center {
    display: flex;
    justify-content: center;
  }
  .os5-2026-2-2 .justify-end {
    display: flex;
    justify-content: flex-end;
  }
  .os5-2026-2-2 .justify-evenly {
    display: flex;
    justify-content: space-evenly;
  }
  .os5-2026-2-2 .justify-around {
    display: flex;
    justify-content: space-around;
  }
  .os5-2026-2-2 .justify-between {
    display: flex;
    justify-content: space-between;
  }
  .os5-2026-2-2 .align-start {
    display: flex;
    align-items: flex-start;
  }
  .os5-2026-2-2 .align-center {
    display: flex;
    align-items: center;
  }
  .os5-2026-2-2 .align-end {
    display: flex;
    align-items: flex-end;
  }
  .os5-2026-2-2 .color_black {
    color: black !important;
  }
  .os5-2026-2-2 .color_white {
    color: white !important;
  }
  .os5-2026-2-2 .border_black {
    border: 1px solid black !important;
  }
  .os5-2026-2-2 .border_white {
    border: 1px solid white !important;
  }
  .os5-2026-2-2 .background-color-black {
    background-color: #000000 !important;
  }
  .os5-2026-2-2 .background-color-gray {
    background-color: #b6b6b6 !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;
  }
  #products {
    /* 让分页不拦截鼠标事件，避免遮罩 hover 失效 */
  }
  #products .main_graphic_pc {
    display: none;
  }
  #products .main_graphic_phone {
    display: block;
    padding: 0;
    /* 未激活：小圆点/短条 8px；激活保持原宽度 */
  }
  #products .main_graphic_phone .swiper-containeros {
    overflow: hidden;
    width: 100% !important;
  }
  #products .main_graphic_phone .swiper-slide {
    height: 11.76em;
    border-radius: 0;
    overflow: hidden;
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #products .main_graphic_phone .swiper-slide img {
    width: 100%;
    height: 11.76em;
    -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 .main_graphic_phone .main_software_highlights_text_left {
    position: absolute;
    left: 50%;
    top: 1.5em;
    width: 100%;
    transform: translateX(-50%);
    padding: 5px 10px;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #products .main_graphic_phone .main_software_highlights_text_right {
    position: absolute;
    left: 50%;
    top: 0.99em;
    transform: translateX(-50%);
    padding: 5px 10px;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #products .main_graphic_phone .main_software_highlights_text_title {
    font-weight: bold;
    text-wrap: nowrap;
  }
  #products .main_graphic_phone .main_software_highlights_text_title p {
    font-family: HarmonyOS_Sans_Black;
    font-size: 0.44em;
  }
  #products .main_graphic_phone .main_software_highlights_text_connect {
    font-size: 0.21em;
    margin-top: 0.1em;
    text-align: center;
    font-family: HarmonyOS_Sans_Bold;
    color: white;
    font-weight: bold;
  }
  #products .main_graphic_phone .main_software_highlights_text_connect_remark {
    font-size: 0.21em;
    margin: 0.2em 0;
    text-align: center;
    font-family: HarmonyOS_Sans;
    color: white;
  }
  #products .main_graphic_phone .main_graphic_button_left {
    margin-top: 0.68em;
    color: white;
    border: none;
    width: 1.81em;
    height: 0.58em;
    line-height: 0.58em;
    text-align: center;
    border-radius: 0;
    cursor: pointer;
    background-color: #fe5200;
  }
  #products .main_graphic_phone .main_graphic_button_left p {
    font-size: 0.21em;
    font-family: HarmonyOS_Sans_SC;
    font-weight: 400;
  }
  #products .main_graphic_phone .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_phone .main_graphic_button_right p {
    font-size: 0.24em;
    font-family: HarmonyOS_Sans_SC;
    font-weight: 400;
  }
  #products .main_graphic_phone .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_graphic_phone .main_graphic_img:hover {
    transform: scale(1.05);
  }
  #products .main_graphic_phone .main_graphic_item_text {
    position: absolute;
    top: 0.54em;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 0.24em;
  }
  #products .main_graphic_phone .main_graphic_text_title {
    font-size: 0.4em;
    font-weight: bold;
    font-family: HarmonyOS_Sans_SC_Bold;
  }
  #products .main_graphic_phone .main_graphic_text_connect {
    font-family: HarmonyOS_Sans_SC;
    font-size: 0.18em;
    margin-top: 0.17em;
  }
  #products .main_graphic_phone .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 .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;
  }
  #RuggedTablet .main_products_phone {
    margin-top: 10px;
    position: relative;
    display: block;
    box-sizing: border-box;
    height: 11.8em;
    overflow: hidden;
  }
  #RuggedTablet .main_products_phone .main_products_title {
    text-align: center;
    margin-bottom: 0.2em;
  }
  #RuggedTablet .main_products_phone .main_products_title p {
    font-family: HarmonyOS_Sans_SC_Bold;
    font-size: 0.3em;
  }
  #RuggedTablet .main_products_phone .main_products_img {
    width: 100%;
    height: 11.8em;
  }
  #RuggedTablet .main_products_phone .main_products_text_left {
    position: absolute;
    top: 1.5em;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 10px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #RuggedTablet .main_products_phone .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;
  }
  #RuggedTablet .main_products_phone .main_products_text_title {
    font-family: HarmonyOS_Sans_SC_Bold;
    font-size: 0.4em;
    margin-top: 0.1em;
    font-weight: normal;
  }
  #RuggedTablet .main_products_phone .main_products_text_connect {
    font-family: HarmonyOS_Sans_SC;
    width: 5.14em;
    margin-top: 0.1em;
    line-height: 0.36em;
    text-align: center;
  }
  #RuggedTablet .main_products_phone .main_products_text_connect p {
    font-size: 0.24em;
  }
  #RuggedTablet .main_products_phone .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;
  }
  #RuggedTablet .main_products_phone .main_products_button p {
    font-size: 0.24em;
  }
  #RuggedTablet .main_products_phone .main_products_text_connect-center {
    font-family: HarmonyOS_Sans_SC;
    width: 5.14em;
    margin-top: 0.1em;
    line-height: 0.36em;
    text-align: center;
  }
  #RuggedTablet .main_products_phone .main_products_text_connect-center p {
    font-size: 0.24em;
  }
  #RuggedTablet .main_products_phone .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;
  }
  #RuggedTablet .main_products_phone .main_products_button p {
    font-size: 0.24em;
  }
  #RuggedTablet .RuggedTablet_grid {
    padding: 0.15em;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.15em;
  }
  #RuggedTablet .RuggedTablet_grid .RuggedTablet_grid_item {
    width: 100%;
    height: 4em;
    background-color: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  #RuggedTablet .RuggedTablet_grid .RuggedTablet_grid_item .RuggedTablet_grid_item_title {
    font-family: HarmonyOS Sans;
    font-weight: bold;
    font-size: 0.22em;
    color: #1D1D1F;
  }
  #RuggedTablet .RuggedTablet_grid .RuggedTablet_grid_item .RuggedTablet_grid_item_btn {
    width: 0.88em;
    height: 0.24em;
    background: #1D1D1F;
    line-height: 0.24em;
    margin: 0.31em 0;
  }
  #RuggedTablet .RuggedTablet_grid .RuggedTablet_grid_item .RuggedTablet_grid_item_btn p {
    text-align: center;
    font-family: HarmonyOS Sans;
    font-weight: 400;
    font-size: 0.1em;
    color: #FFFFFF;
  }
  #RuggedTablet .RuggedTablet_grid .RuggedTablet_grid_item .RuggedTablet_grid_item_remark {
    font-family: HarmonyOS Sans;
    font-weight: 400;
    font-size: 0.1em;
    margin-top: 0.1em;
    color: #1D1D1F;
  }
  #RuggedTablet .RuggedTablet_grid .RuggedTablet_grid_item .RuggedTablet_grid_item_img {
    width: 1.63em;
    height: 1.58em;
  }
  #RuggedTablet .grid_learn_more {
    display: none !important;
  }
  #RuggedTablet .RuggedTablet_learn_more {
    display: flex;
    justify-content: center;
  }
  #RuggedTablet .RuggedTablet_learn_more .RuggedTablet_learn_more_center {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #RuggedTablet .RuggedTablet_learn_more .RuggedTablet_learn_more_center .RuggedTablet_learn_more_text {
    font-family: HarmonyOS Sans;
    font-weight: bold;
    font-size: 0.15em;
    color: #1D1D1F;
  }
  #RuggedTablet .RuggedTablet_learn_more .RuggedTablet_learn_more_center .RuggedTablet_learn_more_icon {
    width: 0.16em;
    height: 0.16em;
    margin-left: 0.05em;
  }
  #SmartTablet {
    margin-top: 0.5em;
  }
  #SmartTablet .SmartTablet_title {
    text-align: center;
    margin-bottom: 0.2em;
  }
  #SmartTablet .SmartTablet_title p {
    font-family: HarmonyOS_Sans_SC_Bold;
    font-size: 0.3em;
  }
  #SmartTablet .SmartTablet_poster {
    position: relative;
  }
  #SmartTablet .SmartTablet_poster .SmartTablet_poster_img {
    width: 100%;
    height: 2.5em;
  }
  #SmartTablet .SmartTablet_poster .SmartTablet_poster_left {
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    left: 0.5em;
    padding: 5px 10px;
    color: #fff;
    display: flex;
    flex-direction: column;
  }
  #SmartTablet .SmartTablet_poster .SmartTablet_poster_left .SmartTablet_poster_left_title {
    font-family: HarmonyOS Sans;
    font-weight: bold;
    font-size: 0.34em;
    color: #1D1D1F;
  }
  #SmartTablet .SmartTablet_poster .SmartTablet_poster_left .SmartTablet_poster_left_remark {
    font-family: HarmonyOS Sans;
    font-weight: 400;
    font-size: 0.12em;
    color: #1D1D1F;
  }
  #SmartTablet .SmartTablet_poster .SmartTablet_poster_left .SmartTablet_poster_left_btn {
    width: 1.41em;
    height: 0.38em;
    line-height: 0.38em;
    text-align: center;
    background: #FE5200;
    margin-top: 0.31em;
  }
  #SmartTablet .SmartTablet_poster .SmartTablet_poster_left .SmartTablet_poster_left_btn p {
    font-family: HarmonyOS Sans;
    font-weight: 400;
    font-size: 0.16em;
    color: #FFFFFF;
  }
  #SmartTablet .SmartTablet_grid {
    padding: 0.15em;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.15em;
  }
  #SmartTablet .SmartTablet_grid .SmartTablet_grid_item {
    width: 100%;
    height: 4em;
    background-color: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  #SmartTablet .SmartTablet_grid .SmartTablet_grid_item .SmartTablet_grid_item_title {
    font-family: HarmonyOS Sans;
    font-weight: bold;
    font-size: 0.22em;
    color: #1D1D1F;
  }
  #SmartTablet .SmartTablet_grid .SmartTablet_grid_item .SmartTablet_grid_item_btn {
    width: 0.88em;
    height: 0.24em;
    background: #1D1D1F;
    line-height: 0.24em;
    margin: 0.31em 0;
  }
  #SmartTablet .SmartTablet_grid .SmartTablet_grid_item .SmartTablet_grid_item_btn p {
    text-align: center;
    font-family: HarmonyOS Sans;
    font-weight: 400;
    font-size: 0.1em;
    color: #FFFFFF;
  }
  #SmartTablet .SmartTablet_grid .SmartTablet_grid_item .SmartTablet_grid_item_remark {
    font-family: HarmonyOS Sans;
    font-weight: 400;
    font-size: 0.1em;
    color: #1D1D1F;
  }
  #SmartTablet .SmartTablet_grid .SmartTablet_grid_item .SmartTablet_grid_item_img {
    width: 1.43em;
    height: 1.38em;
  }
  #SmartTablet .SmartTablet_grid .SmartTablet_grid_item .SmartTablet_grid_item_learn_more {
    font-family: HarmonyOS Sans;
    font-weight: bold;
    font-size: 0.22em;
    color: #1D1D1F;
  }
  #SmartTablet .SmartTablet_grid .SmartTablet_grid_item .SmartTablet_grid_item_learn_img {
    margin-top: 0.2em;
    width: 0.36em;
    height: 0.36em;
  }
}/*# sourceMappingURL=newPad.css.map */