.backdrop.mobile-only {
    display: none;
}
.backdrop.desktop-only {
    display: block;
}
/* 默认情况下隐藏边框 */
.flavor-image.selected {
  border: none;
}

/* 移动端专属样式 */
@media screen and (max-width: 767px) {
  .flavor-image.selected {
    border: 2px solid #ff6f61; /* 设置边框样式，可以修改颜色和大小 */
  }
}
@media screen and (max-width: 768px) {
    .backdrop.mobile-only {
        display: block;
        object-fit: contain;
        width: 70px;           /* 最大宽度 */
        height: 70px;
    }
    .backdrop.desktop-only {
        display: none;
    }
}
/* 电脑端（大屏幕）保持默认布局 */
@media screen and (min-width: 769px) {
  .flavor-choice {
    width: auto !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
  }
}

/* 移动端 (<768px) 显示 */
@media screen and (max-width: 767px) {
    .wholesale-price-notice{
        background-color: #000000!important;
        border: 2px solid #ff7800;}
.flavor-choices {
  padding-top:0px!important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap:0px !important;
  justify-content: flex-start !important;
  width: 100% !important;
}

.flavor-choice {
  width: 33.3333% !important;
  box-sizing: border-box !important;
  float: none !important;
  text-align: center !important;
  margin-bottom: 20px !important;
  padding: 0 10px !important; /* 给左右一些内边距 */
}
  .flavor-image {
    content: url('https://feemovape.com/wp-content/uploads/2025/03/下载-3.svg') !important;
    width: 60px !important; /* 调整尺寸 */
    height: auto !important;
  }
  

.flavor-image-container {
  position: relative; /* 给父容器定位上下文 */
}

.backdrop.mobile-only {
  position: absolute; /* 绝对定位，脱离文档流 */
  top: 20%;
  left: 46.5%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 50%;
  z-index: 1;        /* 层级高 */
}

.flavor-image {
  position: relative; /* 相对定位 */
  z-index: 0;         /* 层级低于 backdrop.mobile-only */
  max-width: 50%;
  height: auto;
  margin: 90px auto 0 auto;
  display: block;
}
 .flavor-name {
  margin-top: 0px !important;  /* 根据需要调整偏移量 */
  text-align: center !important;
  font-size: 11px !important;
   font-weight:400!important;
}
  .backdrop.mobile-only.selected {
  /* 不显示边框，不做任何视觉变化 */
  border: none !important;
  box-shadow: none !important;
  cursor: default !important;
}

.flavor-image.selected {
  border: 2px solid #ff6801 !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
}
.view-more-btn {
  position: relative;
  display: inline-flex;       /* 使用 flex 布局 */
  align-items: center;        /* 纵向居中 */
  justify-content: center;    /* 水平居中 */
  user-select: none;
  font-weight:500!important;
  color: #ff6801!important;
  cursor: pointer;
  width: 100%;                /* 宽度撑满父容器，实现居中 */
  box-sizing: border-box;
  font-size: 14px; 
  top: -10px;
  
}

/* 箭头样式保持不变 */
.view-more-btn::after {
  content: "";
  position: absolute;
  top: 55%;
  left: 61%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('data:image/svg+xml;utf8,<svg fill="none" stroke="%23ff6801" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><polyline points="6 9 12 15 18 9"/></svg>');
  transition: background-image 0.3s ease;
}

.view-more-btn.open::after {
  background-image: url('data:image/svg+xml;utf8,<svg fill="none" stroke="%23ff6801" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><polyline points="6 15 12 9 18 15"/></svg>');
}

.nicotine-favorable .lib i {
    font-style: normal; /* 取消斜体 */
    border-radius: 50px!important;
    font-size:15px!important;
     padding:0 0 !important;
  min-width: 75px!important;
}
  .nicotine-favorable .lib{
    font-size:13px!important;
}
.numedit i{
    font-style: normal; /* 取消斜体 */
}
  .product-summary {
    background-color: #000000!important;
    color: #ffffff;
}
  .flavor-choices-container
{
    color:#fff;
    font-weight:300;
}
  .numedit input{
    border-radius: 5px;

}
  .nicotine-favorable {
    padding-top:30px!important;
    padding-bottom:30px!important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:5px!important;
}
  .add-container {
    border-top: 1px solid#595959!important;
    padding-bottom:20px!important;
}
  .price-container
:is(h3) {
    margin: 10px 0 -10px 0!important;
    color: #ff6801!important;
    font-size: 35px!important;
}
  .add-cart {
    width: 52%!important;
    border-radius: 5px!important;
    height: 70%!important;
}
  .price-container {
    width: 50%!important;
    display: block;
}
  .add-cart-btn {
    font-size: 14.5px!important;
    font-weight:400!important;
    width: 90%!important;
}
  .quantity-choices{
    border-top: 1px solid#595959!important;
    padding-top:30px!important;
    margin-top:0!important;
}
}
@media (max-width: 768px) {
    .primary-image{
    height: 250px!important;
    margin:40px 0px!important;
}
    .product-list{display:none}
    .woocommerce-product-image {
    width: 100%;
    background-color: #f6f6f6!important;
}
   .add-cart{
    transform: translateY(10px)!important;
}
.flavor-name{
    font-size: 12px;
    padding-left: 5px;
    font-weight: 300;
    position: relative;
    top: -75px!important;
    white-space: nowrap; /* é˜²æ­¢æ–‡å­—æ¢è¡Œ */
    overflow: hidden; /* éšè—æº¢å‡ºçš„å†…å®¹ */
    text-overflow: ellipsis; /* æ˜¾ç¤ºçœç•¥å· */
}

}
@media (max-width: 768px) {
    .cart-sidebar{padding:30px}
    .product-swiper .swiper-slide img {
        width: 90px;
        height: 80px;
        background-color: #fff!important;
        border-radius: 8px!important;
        
    }
    .product-swiper {
    padding: 0 5px!important;
    overflow: hidden;
    max-width: 100%;
    margin: 65px auto 0 auto;
    position: static; /
}
    .nicotine-favorable {
        padding-top: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; /* ä½¿å­å…ƒç´ ä¸¤è¾¹å¯¹é½ */
        gap: 10px; /* è®¾ç½®å­å…ƒç´ ä¹‹é—´çš„é—´è· */
    }
    .nicotine-favorable .lib {
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 24px;
        margin-bottom: 10px;
        line-height: 24px;
        width: 44%;
        float: left;
    }
    .nicotine-favorable .lib i {
        min-width: 85px;
        color: #fff;
        background-color: #ff6801;
        border-radius: 5px;
        text-align: center;
        padding: 0 3px;
    }
    .nicotine-whole{
        color: red;
        text-align: center;
        padding-top: 15px;
    }
}
    .product-summary{
        width: 100%;
        background-color: #ffffff;
        padding-left: 20px;
        padding-right: 20px;
        :is(h1) {
            font-size: 24px;
            font-weight: 600;
            color: #000000;
        }
    }
    .site-main{
        padding-top: 10px;
    }
    .woocommerce-product-image{
        width: 100%;
        background-color: #b2b2b2;
        justify-content: center;
    }
    .primary-image{
        height: 450px;
        display: flex;
        justify-content: center;
        align-items: center;
        :is(img) {
            width: 300px;
            height: 300px;
        }
    }
    .gallery-images{
        width: 100%;
        overflow: hidden;
        :is(img) {
            width: 90px !important;
            height: 70px;

        }
    }
    .gallery-images .slick-slide {
        display: inline-block;
    }
    .gallery-image{
        padding-left: 10px;
        padding-right: 10px;
        /* background: #fff; */
    }
    .slick-list {
        padding-left: 15px;
    }
.woocommerce-product{
    display: flex;
    flex-wrap: wrap;
}
.product-attributes{
    font-family:  "Wittgenstein", serif;
    color:#ffffff;
}
.flavor-choices{
    padding-top: 24px;
    display: inline-grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: fit-content;
    height: auto; 
}
.flavor-choices::-webkit-scrollbar {
    display: none; /* Chrome, Safari, and Opera */
}
.flavor-choices-container{
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.flavor-choice{
    border-radius: 5px;
    width: 100%;
    height: 85px;
    :is(img) {
        width: 100%;
        height: auto;
    }
    :is(span) {
        position: relative;
        top: -80px;
    }
}
.flavor-name{
    font-size: 12px;
    padding-left: 5px;
    font-weight: 300;
    position: relative;
    top: -80px;
    white-space: nowrap; /* é˜²æ­¢æ–‡å­—æ¢è¡Œ */
    overflow: hidden; /* éšè—æº¢å‡ºçš„å†…å®¹ */
    text-overflow: ellipsis; /* æ˜¾ç¤ºçœç•¥å· */
}
.flavor-image{
    position: relative;
    top: -80px
}

.selected {
   border: 2px solid #ff6801;
}
.backdrop{
    border-radius: 5px;
}
.flavor-image-container{
    padding: 5px 5px 0 5px;
}
.nicotine-choices{
    gap: 5px;
    width: 100%;
    display: flex;
}
.nicotine-choice{
    border-radius: 3px;
    padding-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    border: 1px solid #ff6801;
    :is(span) {
        background-color: #ffffff;
        color:#000;
        border-radius: 5px;
    }
}
.tooltip-container {
    display: inline-block; /* ç¡®ä¿max-widthç”Ÿæ•ˆ */
    position: relative; /* ç¡®ä¿å¼¹çª—ç›¸å¯¹äºŽspanå®šä½ */
}

.tooltip-container span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px; /* æ ¹æ®éœ€è¦è°ƒæ•´ */
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 12px;
}

.tooltip-container span:hover::after {
    content: attr(data-tooltip); /* ä½¿ç”¨data-tooltipå±žæ€§ä½œä¸ºå†…å®¹ */
    position: absolute;
    top: 100%; /* å°†å¼¹çª—æ”¾ç½®åœ¨spanä¸‹æ–¹ */
    left: 0;
    background-color: rgba(0, 0, 0, 0.8); /* èƒŒæ™¯é¢œè‰²ï¼Œé€æ˜Žåº¦ */
    color: #f44336; /* æ–‡å­—é¢œè‰² */
    padding: 5px; /* å†…è¾¹è· */
    border-radius: 4px; /* åœ†è§’ */
    white-space: normal; /* å…è®¸æ¢è¡Œ */
    width: 200px; /* è‡ªåŠ¨å®½åº¦ */
    max-width: 400px; /* æœ€å¤§å®½åº¦ï¼Œæ ¹æ®éœ€è¦è°ƒæ•´ */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); /* é˜´å½±æ•ˆæžœ */
    z-index: 1000; /* ç¡®ä¿å¼¹çª—åœ¨å…¶ä»–å†…å®¹ä¹‹ä¸Š */
    word-wrap: break-word; /* å…è®¸é•¿å•è¯æˆ–URLåœ°å€æ¢è¡Œåˆ°ä¸‹ä¸€è¡Œ */
}
.quantity-choices {
    margin-top: 10px; /* å¯é€‰ï¼šæ·»åŠ ä¸€äº›é—´è· */
    :is(p) {
        margin: 0 0 9px 0;
        font-size: 16px;
        font-weight: 200;
    }
}

.quantity-selector {
    display: flex;
    align-items: center;
}

.quantity-selector button {
    background-color: darkseagreen;
    color: #ffffff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 3px;
}

.quantity-selector button:hover {
    background-color: #629662;
}

.quantity-selector .quantity-input {
    width: 50px;
    text-align: center;
    margin: 0 5px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 16px;
}


.numedit {
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.numedit i {
    border: 1px solid #ff6801;
    width: 36px;
    height: 26px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #000;
    cursor: pointer;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal !important;
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal !important;
    padding: 0;
    position: absolute !important;
    width: 1px;
}

.input-text:focus {
    outline: none; /* Remove default focus outline */
    border: 1px solid #ff6801; /* Optional: Set a different border color on focus */
}
.numedit input {
    -webkit-appearance: none; /* ç§»é™¤ WebKit æµè§ˆå™¨ï¼ˆå¦‚ Chrome å’Œ Safariï¼‰ä¸­çš„é»˜è®¤æ ·å¼ */
    -moz-appearance: textfield; /* ç§»é™¤ Firefox ä¸­çš„é»˜è®¤æ ·å¼ */
    appearance: none; /* æ ‡å‡†è¯­æ³• */
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid #ff6801;
    display: block;
    width: 100%;
    height: 26px;
    font-size: 18px;
    color: #000;
    text-align: center;
    background-color: #fff;
    line-height: 26px;
}

/* ç§»é™¤ Firefox ä¸­çš„ä¸Šä¸‹ç®­å¤´ */
.numedit input::-webkit-outer-spin-button,
.numedit input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.numedit input[type=number] {
    -moz-appearance: textfield; /* é’ˆå¯¹ Firefox */
}

.add-cart-btn{
    font-size: 16px;
    font-weight: 300;
    width: 160px;
    padding: 5px 20px 5px 20px;
    background-color: #ff6801;
    text-decoration: none;
    color: #fff;
}

.add-cart-btn:hover {
    color: #ffffff;
   }
.add-cart{
    border-radius: 5px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff6801;
    transform: translateY(-10px);
}
.jia{
    /*width: 100%;*/
    /*background-color: #00b83c;*/
}
.nicotine-container{
    margin-top: 40px;
    :is(p) {
        margin: 0 0 9px 0;
        font-size: 16px;
        font-weight: 200;
    }
}
.product-description-container{
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    color: #ffffff;
    span{
        font-family:  "Wittgenstein", serif;
        padding-left: 30px;
        color: #fff;
        font-size: 24px;
        font-weight: 500;
    }
}
.product-description-container p {
    font-family: "Wittgenstein", serif;
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

.product-description-container div {

}
.product-description{
    display: block;
    text-align: center;
    background-color: #f0f0f1;
    position: relative;
    top: -70px; 
}
/* éšè—ä¾§è¾¹æ  */
.cart-sidebar {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 400px;
    height: 100%;
    background-color: white;
    box-shadow: -2px 0 5px rgba(0,0,0,.2);
    z-index: 9999;
    overflow-y: auto;
}

/* æ˜¾ç¤ºä¾§è¾¹æ  */
.cart-sidebar.show {
    display: block;
}

/* å…³é—­æŒ‰é’®æ ·å¼ */
.close-btn {
    font-size: 36px;
    font-weight: 200;
    margin: 0;
    left: 10px;
    color: #000000;
    border: none;
    padding: 10px;
    cursor: pointer;
}
.cart-sidebar-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cart-sidebar-left{
    font-weight: 500;
    padding-left: 20px;
}
/* è´­ç‰©è½¦å†…å®¹åŒºåŸŸ */
.cart-content {
}
.content-title{
    color: #cccccc;
    display: flex;
    justify-content: space-between;
    padding-right: 50px;
}
.product-swiper {
    padding-left: 20px;
    overflow: hidden;
    max-width: 100%;
    margin: 65px auto 0 auto;
    position: static; /
}

.product-swiper .swiper-wrapper {
    display: flex; /* æˆ– grid */
    justify-content: flex-start; /* æˆ–å…¶ä»–åˆé€‚çš„å¯¹é½æ–¹å¼ */

}


/* Optional: Add some basic styles for navigation buttons */
.swiper-wrapper{

}
.show_swiper .swiper-button-prev{
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    border: 1px solid #fff;
    right: 20px;
    left: 34%;
    top: 70%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.show_swiper .swiper-button-prev::after {
    font-size: 12px;
    color: #fff;
}
.show_swiper .swiper-button-next {
    right: 34%;
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    border: 1px solid #fff;
    top: 70%;
    left: 64%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.show_swiper .swiper-button-next::after {
    font-size: 12px;
    color: #fff;
}

.show_swiper.swiper-button-next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    transform: translateY(-50%) scale(1.1);
}

.show_swiper.swiper-button-next {
    right: 10px;
}

.show_swiper .swiper-button-prev:hover,
.show_swiper .swiper-button-next:hover {
    background-color:#ff6801;
}
.swiper-pagination{
    position: relative
}

/* Ensure the container has a minimum height */

@media (min-width: 768px) {
    .product-swiper .swiper-slide img {
        width: 152px;
        height: auto;
        background-color: white;
        border-radius: 5px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .nicotine-shipping{
        text-align: center;
    }

    .nicotine-favorable{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        margin-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 15px;
        width: 100%;
        border-bottom: 1px solid #cccccc;

    }
    .nicotine-favorable .lib {
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 24px;
        margin-bottom: 10px;
        line-height: 24px;
        width: 44%;
        float: left;
    }
    .nicotine-favorable .lib i {
        min-width: 85px;
        color: #fff;
        background-color: #ff6801;
        border-radius: 5px;
        text-align: center;
        padding: 0 3px;
    }
    .nicotine-whole{
        color: red;
        text-align: center;
        padding-top: 15px;
    }
}
.add-container{
    border-top: 1px solid #cccccc;
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}
.price-container{
    width: 50%;
    display: block;
    :is(h3) {
        margin: 10px 0 0 0;
        color: #9a0001;
        font-size: 24px;
        font-weight: 600;
    }
    :is(span) {
        font-size: 12px;
    }
}
@media (min-width: 768px) {
    .product-summary{
        width: 500px;
        background-color: #fff;
        padding-left: 40px;
        padding-right: 80px;
        :is(h1) {
            font-size: 24px;
            font-weight: 600;
            color: #111111;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            padding-bottom: 20px;
        }
    }
    .site-main{
        padding-left: 100px;
        padding-right: 100px;
        padding-top: 50px;
    }
    .woocommerce-product-image{
        width: calc(100% - 500px);
        background-color: #f6f6f6;
        justify-content: center;
        align-items: center;
    }
    .primary-image{
        height: 750px;
        display: flex;
        justify-content: center;
        align-items: center;
        :is(img) {
            width: 600px;
            height: 600px;
        }
    }
    .gallery-images{
        :is(img) {
            width: 200px !important;
            height: 160px;
        }
    }
    .gallery-image{
        padding-left: 20px;
        padding-right: 20px;
    }
.product_top{
    width: 800px;
    margin:  auto;
    :is(h3) {
        margin: 80px 0 30px 0;
        font-size: 24px;
        font-weight: 500;
    }
    :is(p) {
        text-align: center;
        font-size: 14px;
        font-weight: 400;
    }
    :is(video) {
        width: 100%;
        height: auto;
    }
}
.product_poster{
    padding-top: 100px;
    width: 100%;
    position: relative;
    :is(img) {
        width: 100%;
        height: auto;
    }
}
.poster_tittle{
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 42px;
    font-weight: 600;
    /* è®¾ç½®æ¸å˜èƒŒæ™¯ */
    background: linear-gradient(to bottom, #ffffff, #ffffff,#ff9615,#ff9615);

    /* å°†èƒŒæ™¯è£å‰ªåˆ°æ–‡å­—åŒºåŸŸ */
    -webkit-background-clip: text;

    /* ä½¿æ–‡å­—å¡«å……è‰²é€æ˜Žï¼Œè®©æ¸å˜æ˜¾ç¤ºå‡ºæ¥ */
    -webkit-text-fill-color: transparent;
}
.product_info{
    width: 100%;
    background-color: white;
}
.product_specification{
    margin: auto;
    display: block;
    text-align: center;
    padding-top: 8vh;
    width: 800px;
    :is(h3) {
       font-size: 36px;
        font-weight: 600;
    }
    :is(img) {
        width: 100%;
        height: auto;
    }
}
.show_content{
    display: block;
}
.show_top{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
}
    .show_top .show_top_left, .show_top .show_top_right{
    position: relative;
    display: block;
    :is(img) {
        border-radius: 10px;
        width: 100%;
        height: auto;
    }
}
    .show_first{
        position: relative;
    }
    .show_first_text{
        position: absolute;
        display: block;
        text-align: left;
        width: 140px;
        flex-wrap: nowrap;
        top: 30%;
        left:32%;
        transform: translate(-50%, -50%);
        :is(h3) {
            margin: 0;
            font-size: 42px;
            font-weight: 500;
            color: #f75703;
        }
        :is(h5) {
            margin: 0;
            font-size: 10px;
            font-weight: 500;
            color: #f75703;
        }
        :is(p) {
            font-weight: 500;
            color: white;
            font-size: 12px;
            margin: 0;
        }
    }
    .show_first_text .title{
        display: flex;
    }
    .show_first_text .desc{
        padding-top: 30px;
        font-size: 10px;
        font-weight: 500;
        color: #f75703;
    }
    .show_last{
        position: relative;
    }
    .show_last_text{
        position: absolute;
        top: 70%;
        left: 69%;
        transform: translate(-50%, -50%);
        width: 130px;
        :is(p) {
            font-size: 10px;
            color: white;
            font-weight: 500;
        }
    }
    .show_last_text .icon{
        background-color: #f55408;
        border-radius: 15px;
        font-size:14px ;
        color: white;
        font-weight: 400;
    }
    .show_last .text{
        position: absolute;
        top: 70%;
        left: 39%;
        transform: translate(-50%, -50%);
        width: 180px;
        :is(h3) {
            margin: 0;
            color:  #fa2a10;
            font-weight: 600;
            font-size: 20px;
        }
        :is(h5) {
            line-height: 1;
            text-align: left;
            margin: 0;
            color:  #ffffff;
            font-weight: 600;
            font-size: 14px;
        }
    }
   .show_top_center{
       position: relative;
       :is(img) {
           border-radius: 10px;
           width: 100%;
           height: auto;
       }
   }
   .show_top_center_text{
       top: 13%;
       left: 27%;
       transform: translate(-50%, -50%);
       text-align:left;
   }
    .show_top_right_text{
        top: 22%;
        left: 27%;
        transform: translate(-50%, -50%);
        text-align:left;
    }
    .show_left{
        position: relative;
    }
    .show_left_text{
        position: absolute;
        top: 20%;
        left: 20%;
        transform: translate(-50%, -50%);
        text-align:left;
        :is(h3) {
            margin: 0;
            color: white;
            font-size: 16px;
            font-weight: 600;
        }
    }

   .show_top_center_text,.show_top_right_text{
       position: absolute;
       color:#f55408 ;
       width: 120px;
       :is(h3) {
           margin: 0;
           font-size: 40px;
           font-weight: 500;
           line-height: 1;
       }
       :is(h5) {
           margin: 0;
           font-size: 13px;
           font-weight: 500;
       }
   }
   .show_first{
       position: relative;
   }
   .show_bottom{
       display: grid;
       grid-template-columns: repeat(3, 1fr);
       gap: 5px;
       :is(img) {
           border-radius: 10px;
           width: 100%;
           height: auto;
       }
   }
  .show_bottom  .show_left{
      grid-column: 1 / 2;

  }
    .show_bottom  .show_right{
        grid-column: 2/4;

    }
.product_show{
    padding-top: 90px;
    width: 800px;
    margin: auto;
    :is(h3) {
        font-size: 36px;
        font-weight: 600;
    }
    :is(p) {
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        line-height: 2;
    }
    :is(video) {
        padding-top: 30px;
        width: 100%;
        height: auto;
    }
}
.product_mod{
    position: relative;
    padding-top: 100px;
    width: 100%;
    :is(video) {
        width: 100%;
        height: auto;
    }
}
.mod_content{
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    margin: auto;
    text-align: right;
    :is(h3) {
        color: #00ffe0;
        margin: 0 0 20px 0;
        line-height: 1.2;
        font-size: 64px;
        font-weight: 600;
    }
}
.product_adjust{
    display: block;
    padding-top: 100px;
    width: 800px;
    margin: auto;
    :is(img) {
        padding-top: 20px;
        width: 100%;
        height: auto;
    }
    :is(h3) {
        font-size: 36px;
        font-weight: 600;
    }
}
.product_power_fa{
    background-color:#f5f5f5 ;
    width: 100%;
   margin-top: 80px;
}
.product_power{
    padding-top: 70px;
    background-color:#f5f5f5 ;
    position: relative;
    width: 800px;
    margin: auto;
    display: block;
    :is(h3) {
        font-size: 36px;
        font-weight: 600;
    }
    :is(img) {
        width: 100%;
        height: auto;
    }
}
.power_content{
    position: absolute;
    top: 72%;
    left: 5%;
    :is(h4) {
        text-align: left;
        font-size: 18px;
        color: #ffffff;
        font-weight: 500;
    }
}
.power_desc{
    display: flex;
}
.power_item{
    display: block;
    text-align: left;
    margin: 0 20px 0 0;
    :is(h2) {
        font-size: 22px;
        color: #01fec7;
        font-weight: 500;
        margin: 0;
    }
    :is(p) {
        margin: 0;
        font-size: 10px;
        color: #ffffff;
    }
}
.swiper-slide img{
    width: 100%;
    height: auto;
}
.product_scroll{
    position: relative;
    width: 100%;
    padding-top: 100px;
    overflow: hidden;
    :is(H2) {
        font-size: 36px;
        font-weight: 600;
    }
}
    .product_scroll .show_swiper {
        width: 100%;
        overflow: hidden;
    }
    .product_flavors{
        position: relative;
        padding-top: 10vh;
        width: 100%;
        :is(img) {
            width: 100%;
            height: auto;
        }
    }
    .info_flavors{
        text-align: left;
        position: absolute;
        top:56%;
        left: 41%;
        transform: translate(-50%, -50%);
        width: 48vh;
        :is(h2) {
            line-height: 1;
            font-size: 5vh;
            font-weight: 600;
            color: #00ffdf;
        }
        :is(p) {
            padding-top: 10vh;
            font-size: 1.8vh;
            font-weight: 300;
            color: white;
            margin-top: 5vh;
        }
    }
    .product_com{
        position: relative;
        height: 40vh;
    }
    .com_top{
        font-size: 16vw;
        font-weight: 600;
        color: #00ffe0;
    }
    .icon_dom{
        position: absolute;
        top: 56%;
        left: 50%;
        font-size:4vw;
        transform: translate(-50%, -50%);
        font-weight: 500;
        font-style: italic;
        color: #000000;
    }
    .flavors_all{
        text-align: right;
        margin: auto;
        width: 50vw;
        display: grid;
        grid-template-columns: repeat(5, 1fr); /* å®šä¹‰ 5 åˆ—ï¼Œæ¯åˆ—å®½åº¦ç›¸ç­‰ */
        grid-template-rows: repeat(2, auto); /* å®šä¹‰ 2 è¡Œï¼Œæ¯è¡Œé«˜åº¦è‡ªåŠ¨ */
        gap: 2.5vw; /* è®¾ç½®åˆ—é—´è·å’Œè¡Œé—´è· */
        padding: 20px; /* è®¾ç½®ä¸Šä¸‹å·¦å³çš„é—´è· */
        box-sizing: border-box; /* ç¡®ä¿ padding ä¸å½±å“å®¹å™¨çš„æ€»å®½åº¦å’Œé«˜åº¦ */
    }
    .flavors_item{
        :is(p) {
            font-size: 12px;
            font-weight: 500;
        };
        :is(img) {
            width: 100%;
            height: auto;
        }
    }
    .product_spec{
        background-color:#f5f5f5 ;
        display: flex;
        justify-content: center;
    }
    .spec_left{
        text-align: right;
        width: 32vh;
        height: 32vh;
        margin: 12vh 12vw 16vh 0;
        border-radius: 50%;
        background-color: white;
        display: flex; /* ä½¿ç”¨ Flexbox å¸ƒå±€ */
        justify-content: center; /* æ°´å¹³å±…ä¸­ */
        align-items: center; /* åž‚ç›´å±…ä¸­ */
        :is(img) {
            width: 40%;
            height: auto;
        }
    }
    .spec_right{
        margin: 1vh 0 10vh 0;
        width: 24vw;
        text-align: left;
        :is(h3) {
            font-size: 2vw;
            font-weight: 500;
        }
    }
    .spec_item{
        display: flex;
        justify-content: space-between;
        border-top: 1px solid #dde3e9;
        :is(p) {
            color: #868686;
            font-size: 14px;
            margin: 14px 0 12px 0;
        }
        :is(span) {
            font-weight: 500;
            font-size: 16px;
            margin: 12px 0 0 0;
        }
    }
.product_tech{
    background-color: white;
    width: 100%;
    padding-top:15vh;
    position: relative;
    :is(img) {
        width: 100%;
        height: auto;
    }
}
.tech_content{
    position: absolute;
    top: 60%;
    left: 45%;
    width: 30vw;
    transform: translate(-50%, -50%);
    color: white;
    text-align: left;
    :is(h1) {
        font-size: 1.9vw;
        font-weight: 400;
    }
    :is(p) {
        margin-top: 4vh;
        font-size: 12px;
    }
}
.tech_item{
    width: 10vw;
}
.tech_last{
    display: flex;
    :is(h3) {
        margin-bottom: 0;
        font-size: 3.6vw;
        font-weight: 400;
    }
    p{
        margin: 0;
    }
}
.product_last{
    width: 100%;
    :is(img) {
        width: 100%;
        height: auto;
    }
}
}
