/** Shopify CDN: Minification failed

Line 277:2 Unexpected "}"

**/
  .main-grid {
    display: flex;
    gap: 15px;
    padding: 10px 5px 20px;
    align-items: stretch; /* 关键：让子项对齐高度 */
    justify-content: center;
  }
  .new_user_welcome {
    margin-top: -13px;
    margin-left: -39px;
  }
  #s-chat-plugin {
    right: 12px !important;
    bottom: 95px !important;
  }


  .moulala {
    text-align: center;
    max-width: 300px;
  }

  .new-user-box_2 {
    display: none;
    visibility: hidden;
  }
  
  @media (max-width: 768px) {
    .new-user-box_2 {
      display: block;
      visibility: visible;
      background: linear-gradient(to bottom, #fff8d8, #fff);
      border-radius: 12px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
      border: 1px solid #f2e3b0;
      display: flex;
      gap: 20px;
      padding: 13px;
      flex-direction: column;
              
        align-content: center;
        flex-wrap: wrap;
      
    }
    .feature-item {
      border-right: none !important;
    }
    
    .main-grid {
      display: flex;
      flex-direction: column;
    }
    .flash-nav-btns {
      top: 20px !important;
    }
  }


  .playbox {
    background-color: #ffceaf;
    height: 3.5rem;
    width: 21rem;
    color: #ff6161;
    font-weight: 600;
    font-size: medium;
    line-height: 1.25rem;
    border-width: 0px;
    border-color: #ffceaf;
    border-radius: 1.75rem;

  }
  .sb {
    display: flex;
    gap: 0px;
    flex-direction: column;
  }


  /* 左侧菜单 */
  .category-list{
    margin-top: 0px;
    margin-bottom: 0px;
    flex-shrink: 0;
    list-style: none;
    width: 272px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 10px 0 10px 0;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .category-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* 关键 */
    height: 100%;
  }

  .category-list li {
    flex: 1; /* 每个 li 占等高 */
    padding-left: 10px;
    padding-right: 10px;
  }

  .category-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
   
    color: #333;
    font-size: 15px;
    text-decoration: none;
    transition: background 0.2s;
    padding: 0 12px;
    transition: background 0.2s ease;
    height: 100%; /* 占满 li */
  }

  .category-list li:hover {
    background-color: #CD1B2E;
    transition: 0.5s;
  }
  .category-list li .xyz:hover {
    color: white;
  }

  .category-list .arrow {
    font-size: 14px;
    color: #bbb;
  }

  /* 中间轮播+Flash Deal */
  .main-banner {
    position: relative;
    height: 390px;
    overflow: hidden;
    border-radius: 8px;
  }

  .main-banner .track {
    display: flex;
    transition: transform 0.5s ease;
    height: 100%;
  }

  .main-banner .slide {
    flex: 0 0 100%;
    height: 100%;
  }

  .main-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
  }

  .category-list, .center-col, .right-wrapper {
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .arrow-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.4);
    color: #fff;
    border: none;
    font-size: 20px;
    padding: 8px;
    cursor: pointer;
    z-index: 1;
  }

  .arrow-btn.left { left: 10px; }
  .arrow-btn.right { right: 10px; }

  .flash-block {
    margin-top: 20px;
  }

  .flash-header {
    width: 182px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
  }

  .flash-title {
    font-weight: bold;
    color: #d32f2f;
    font-size: 18px;
  }

  .countdown {
    display: flex;
    gap: 6px;
  }

  .countdown-box {
    background: ##df4141;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 16px;
    min-width: 32px;
    text-align: center;
  }

  .flash-scroll {
    display: flex;
    overflow-x: auto;
    gap: 12px;
  }

  .flash-scroll img {
    width: 160px;
    height: 160px;
    border-radius: 6px;
    object-fit: cover;
    flex-shrink: 0;
  }

  /* 右侧登录框+新用户优惠 */
  .right-card {
    height: 321px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 0 !important;
    text-align: center;

  }

  .right-card button {
    margin:0 auto;
    width: 90%;
    padding: 10px;
    margin-top: 6px;
    font-weight: bold;
    border: none;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
  }



  .btn-login { background: #d32f2f; }
  .btn-register { background: #555; }

  .coupon-img {

    margin-top: -26px;
    border-radius: 6px;

    width: 100%;
    max-height: 165px; /* ✅ 添加这个 */
    object-fit: contain; /* 防止变形 */
  }
  }

  .new-user-box {
    background: #fff5e0;
    padding: 16px;
    border-radius: 8px;

    padding-top: 12px; /* 可调 */
    margin-top: 0 !important;
  }

  .new-user-box h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
  }

  .new-user-scroll {
    display: flex;
    overflow-x: auto;
    gap: 4px;
    margin-bottom: 12px;
    overflow: visible !important;
  }

  .new-user-scroll img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 6px;
    background: #fff;
    flex-shrink: 0;
  }

 

  .shop-now-btn {
    display: block;
    background: #d32f2f;
    color: #fff;
    padding: 8px;
    border-radius: 6px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
  }

    .flash-carousel-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 0;
    }

    
    .flash-carousel-wrapper {
    overflow: hidden; /* 隐藏滚动条 */
    }

    .flash-carousel {
    display: flex;
    gap: 12px;
    margin-left: 0px;
    width: 660px;
    
    scroll-behavior: smooth;
    overflow-x: scroll; /* 仍然允许滑动 */
    scrollbar-width: none; /* Firefox */
    }

    .flash-carousel::-webkit-scrollbar {
    display: none; /* 隐藏滚动条 */
    }

    


    .flash-slide {
    flex: 0 0 160px;
    height: 200px;
    border-radius: 6px;
    background: #fff;
    flex-shrink: 0;
    position: relative;
    }

  .flash-slide img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 6px;
  }

  .flash-carousel-wrapper .arrow-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.4);
    color: #fff;
    border: none;
    font-size: 20px;
    padding: 8px;
    cursor: pointer;
    z-index: 2;
  }

  .flash-carousel-wrapper .arrow-btn.left {
    left: 10px;
  }

  .flash-carousel-wrapper .arrow-btn.right {
    right: 10px;
  }

  .center-col {
    max-width: 935px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
  }

  .right-wrapper {
    width: 312px;
    display: flex;
    flex-direction: column;
    gap: 19px; /* ← 卡片间间距你可以根据需求调节 */
    height: 100%;
  }

  .right-card,
  .new-user-box {
    height: 390px;
    flex-shrink: 0;

  }
  .feature-strip {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 30px 20px;
    background: #fafaff;
    border-radius: 12px;
    margin: 20px;
  }

  .feature-item {
    flex: 1;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    border-right: 1px solid #ddd;
    padding-right: 16px;
  }

  .feature-item:last-child {
    border-right: none;
  }

  .feature-item img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    margin-top: 4px;
  }

  .feature-item strong {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #444;
    margin-bottom: 4px;
  }

  .feature-item p {
    font-size: 13px;
    color: #666;
    margin: 0;
    line-height: 1.4;
  }

  .flash-block {
    margin-top: 20px;
    padding: 16px;
    border: 1px solid #eee;
    border-radius: 8px;
    background: #fff;
  }

  .new-user-box {
    background: #fff5e0;
    padding: 16px;
    border: 1px solid #eee;
    border-radius: 8px;
  }

  .new-user-box {
    display: flex;
    gap: 7px;
    height: 214px;
    background: linear-gradient(to bottom, #fff8d8, #fff);
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #f2e3b0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.03);
    flex-direction: column;
  }

  .new-user-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    color: #222;
    font-size: 16px;
  }

  .new-user-arrow {
    font-size: 20px;
    color: #333;
  }

  .free-shipping {
    color: #3c9a2c;
    font-weight: 600;
    font-size: 15px;
    margin: -5px 0 0px;
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .free-shipping img {
    width: 16px;
    height: 16px;
  }

  .deal-thumb {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    width: 91px;
    height: 64px;
    flex-shrink: 0;
  }




  .deal-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .discount-badge {
    position: absolute;
    top: 1px;
    left: 1px;
    background: #f5a623;
    color: #fff;
    font-size: 11px;
    padding: 0px 2px;
    border-radius: 3px;
    font-weight: bold;
  }

  .shop-now-outline-btn {
    display: block;
    margin-top: 12px;
    padding: 8px;
    text-align: center;
    font-weight: bold;
    color: #f5a623;
    border: 2px solid #f5a623;
    border-radius: 8px;
    background: #fff;
    text-decoration: none;
  }

  .flash-block-new {
    background: linear-gradient(357deg, #ff0000cf, #ff9308db);
    display: flex;
    gap: 34px;
    border-radius: 12px;
    color: #fff;
    margin-top: 20px;
    position: relative;
    overflow: hidden; /* ✅ 解决内容溢出 */
    padding: 1px 16px 2px;

  }

  .flash-title-box h2 {
    font-size: 20px;
    margin: 0;
    font-weight: bold;
    color: white;
  }

  

  .flash-subtext {
    margin: 6px 0 12px;
    font-size: 12px;
    color: #fff;
  }

  .flash-timer-wrap {
    display: flex;
    gap: 16px;
    margin-bottom: -10px;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .timer-label {
    font-weight: bold;
    font-size: 14px;
  }

  .countdown {
    align-items: baseline;
    display: flex;
    gap: 6px;
  }

  .countdown-box {
    background: #2e2828;
    color: #fff;
    padding: 1px 5px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
  }

  .countdown-box small {
    margin-left: 2px;
    font-size: 10px;
  }

  .flash-nav-btns {
    position: absolute;
    top: 87px;
    right: 4px;
    display: flex;
    gap: 666px;
    z-index: 1;

  }
  button.flash-arrow{
    pointer-events: auto;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background-color: rgb(0 0 0 / 39%);
  color: white;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  }
  

  .circle-arrow {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    border: none;
    color: #e94b2c;
    font-size: 20px;
    cursor: pointer;
  }

  .flash-carousel {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    margin-top: 12px;
    padding-bottom: 10px;
    scroll-behavior: smooth;
  }

  .flash-slide-new {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    flex: 0 0 160px;
    position: relative;
    height: 188px;
    margin-right: 12px;
    border-radius: 6px;
    flex-shrink: 0;
  }

  .flash-slide-new img {
    width: 100%;
    height: 160px;
    object-fit: cover;
  }

  @media (max-width: 768px) {
    .flash-slide-new {
        aspect-ratio: 1 / 1; /* 需要正方形就是1:1，需要更高一点可以4/5 */
        overflow: hidden;
        position: relative;
        background: #fff;
        border-radius: 8px; /* 可选 */
    }

    .flash-slide-new img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
        }
    }

  
  .discount-tag {
    position: absolute;
    top: 0;
    left: 0;
    background: #e94b2c;
    color: #fff;
    font-size: 12px;
    padding: 4px 6px;
    font-weight: bold;
  }

  .price-box {
    margin-top: -9px;
    padding:1px 5px;
    font-size: 13px;
    color: #ff0505;
    display: flex;
    align-items: center;
    gap: 3px;
  }

  .price-box .fire {
    color: #e94b2c;
    font-size: 13px;
  }

  .price-box .price {
    font-weight: bold;
    font-size: 15px;
  }

  .price-box .old-price {
    font-size: 10px;
    color: #aaa;
  }

  @media (max-width: 768px) {
  .category-list {
    display: none;
    margin-top: 12px;
  }

  .category-list.active {
    display: block;
  }

  .mobile-category-toggle {
    display: block;
    margin-top: 10px;
  }

  .mobile-category-toggle button {
    background: #d32f2f;
    color: #fff;
    padding: 10px 16px;
    font-size: 14px;
    border: none;
    border-radius: 6px;
    width: 100%;
    text-align: left;
    cursor: pointer;
  }
    .flash-block-new {
    flex-direction: row;
    align-items: center;
    }
    .flash-carousel{
      gap: 2px;
    }
    .flash-nav-btns {
      display: none;
    }
    
    }   

  .view_wrap_right_eE7zQ {
        margin: 56px 13px 0 auto  !important;
  }



  .zhanghaozhuce {
    display: grid;
    gap: 10px;
  }

@media (min-width: 1441px) and (max-width: 1612px) {
  .main-banner {
    height: 321px !important;
  }
}
@media (min-width: 1060px) and (max-width: 1187px) {

  .coupon-img {
    margin-top: 1px !important;
  }
}
@media (min-width: 1121px) and (max-width: 1271px) {
  .main-banner {
      height: 300px !important;
  }
}
  

  

    /* 桌面端隐藏按钮 */
    @media (min-width: 769px) {
    .mobile-category-toggle {
    display: none;
    }
    }
    @media (max-width: 1450px) {
    .flash-carousel {
    width: 500px;
    }

    }
    @media (max-width: 1612px) {
  .main-grid {
    padding: 10px 5px 20px;
  }
  .flash-nav-btns {
    gap: 530px;
  }
  .mega-panel {
    height: 553px;
    width: 737px;
  }
  .flash-carousel {
    width: 521px;
  }
  .mega-items {
    grid-template-columns: repeat(5, 1fr);
  }
  .new_user_welcome {
    margin-top: -7px;
    margin-left: -1px;
  }

  .welcome_here{
    margin-top: -19px;
  }
  .zhanghaozhuce {
    gap: 5px;
  }

  .center-col {
    max-width: 800px; /* 进一步减少 center-col 的宽度 */
  }

  .main-banner {
    height: 159px;
  }

  .category-list, .center-col, .right-wrapper {
    
    display: flex;
    flex-direction: column;
  }

  .right-card {
    height: 320px; /* 缩小右侧卡片高度 */
  }

  .coupon-img {
    height: 70%; /* 更小的图片高度 */
    margin-top: -32px;
    border-radius: 6px;
    width: 84%;
    object-fit: contain;
  }

  .new-user-box {
    height: 215px; /* 更小的新用户框高度 */
  }

  hr {
    margin: 0.8rem 0; /* 进一步减小分隔线的间距 */
  }
    }

    .flash-block-new a {
    text-decoration: none;
    }



    .mega-items a:hover {
    transform: scale(1.05); 
    }


    .zhanghaozhuce .btn-login:hover {
    background-color: #b72525;
    }
    .zhanghaozhuce .btn-register:hover {
    background-color: #303030;
    }


    .flash-slide-new a:hover {
    transform: scale(1.05);
    }

    .new-user-scroll a:hover {
    transform: scale(1.05);
    }

    .moulala button:hover {
    transform: scale(1.05);
    }

    .playbox {
    cursor: pointer;
    }

    .nh-right-icons a:hover {
    transform: scale(1.05);
    }


    .welcome_here {
    display: flex;
    flex-direaction: row;
    }

    .welcome_here img {
    width: 75px;
    } 

    .coupon-img:hover {
    transform: scale(1.05);
    }

@media (min-width: 1271px) and (max-width: 1440px) {
  .main-grid {
    gap: 11px;
    
  }
      .flash-slide-new {
        height: 201px;
      }
  .flash-carousel{
    width: 460px;
  }
  .center-col {
    max-width: 736px;
    width: 682.44px;
  }
  .main-banner {
    height: 312px
  }
  .category-list, .center-col, .right-wrapper {
    height: 512px;
    display: flex;
    flex-direction: column;
  }
  .right-card {
    height: 286.22px;
  }
  .coupon-img {
    height: 65%;
    margin-top: -72px;
    border-radius: 6px;
    width: 75%;
    /* max-height: 172px; */
    object-fit: contain;
  }
  .new-user-box {
    height: 208px;
  }
  hr{
    margin: 1rem 0 ;
  }
  .coupon-img {
    margin-top: -38px;
    width: 60%;
  }
      .flash-nav-btns {
        gap: 414px;
    }
      .category-list {
        width: 255.68px;
      }
      .right-wrapper {
        width: 293.28px;
      }
      .new-user-header {
        font-size: 15px;
      }
      .deal-thumb {
        width: 84px;
      }
      .flash-slide-new img {
        height: 158px;
      }
  .mega-panel {
    height: 512px;
  }
        
        
    }

@media (min-width: 1187px) and (max-width: 1270px) {
      .category-list, .center-col, .right-wrapper {
        height: 455.68px;
      }
    .category-list {
      width: 227.55px;
    }
    .center-col {
      width: 607.37px;
    }
    .right-wrapper {
      width: 261.01px;
    }
  .right-card {
    font-size: 13px;
  }
  .right-card {
        height: 254.74px;
    }
      .coupon-img {
        margin-top: -28px;
        width: 54%;
    }
  .new-user-box{
        height: 182px;
    }
  .new-user-header{
        font-size: 13px;
    }
  .deal-thumb
   {
        width: 73px;
     height: 43px;
    }
  .playbox {
    height: 2.5rem;
  }
  .flash-subtext {
    margin: 6px 0 1px;
  }
  .flash-title-box h2 {
    font-size: 17px;
  }
  .flash-nav-btns {
        gap: 362px;
    }
  .flash-slide-new img {
    height: 140px;
  }
  .free-shipping {
    font-size: 12px;
  }
  .mega-panel {
    height: 455px;
  }
  
  }

  @media (min-width: 1122px) and (max-width: 1186px) {
    .category-list {
        width: 214.76px;
    }
    .category-list, .center-col, .right-wrapper {
      height: 430.08px;
    }
        .center-col {
          width: 573.25px;
        }
        .right-wrapper {
        width: 246.34px;
    }
        .right-card{
        height: 240.42px;
    }
    .new-user-box{
        height: 174.72px;
    }
    .welcome_here {
      font-size: 12px;
    }
    .welcome_here img {
      width: 67px;
    }
    .new_user_welcome {
      display: none;
    }
    .coupon-img {
        
        width: 70%;
    }
    .new-user-header{
        font-size: 12px;
    }
    .deal-thumb{
        width: 69px;
      height: 40px;
    }
    .playbox {
      height: 2.5rem;
    }
    .flash-subtext {
      margin: 1px 0 1px;
    }
    .flash-title-box h2 {
      font-size: 14px;
    }
    .flash-slide-new img {
        height: 130px;
    }
    .flash-nav-btns {
        gap: 331px;
    }
    .new-user-box {
      padding: 11px;
    }
    .mega-panel {
    height: 430px;
  }
    
  }


  @media (min-width: 1060px) and (max-width: 1121px) {
     .category-list {
        width: 201.98px;
    }
    .category-list, .center-col, .right-wrapper {
      height: 404.48px;
    }
    .main-banner {
        height: 225.29px;
    }
      .center-col {
        
        width: 539.13px;
    }
    .flash-block-new {
      height: 163.39px;
    }
    .right-wrapper {
        width: 231.68px;
    }
    .right-card {
        height: 226.11px;
    }
    .new-user-box {
        height: 161.32px;
    }
    .welcome_here img {
    width: 56px;
}
    .welcome_here {
      font-size: 11px;
    }
    .new_user_welcome {
      display: none;
    }
    .coupon-img {
        /* margin-top: -46px; */
        width: 70%;
    }
    .new-user-header {
        font-size: 11px;
    }
    .new-user-box {
      padding: 10px;
    }
    .free-shipping {
      font-size: 11px;
    }
    .playbox {
      height: 2.5rem;
    }
    .deal-thumb {
      width: 67px;
      height: 42px;
    }
    .flash-timer-wrap {
      gap:0;
    }
    .flash-title-box h2 {
      font-size: 17px;
    }
    .flash-slide-new img {
        height: 118px;
    }
    .flash-nav-btns {
        gap: 301px;
      top: 70px;
    }
    .flash-subtext {
      margin: 1px 0 1px;

    }
    .mega-panel {
    height: 404px;
  }

    
  }

  @media (min-width: 976px) and (max-width: 1059px) {
    .category-list {
        width: 194.31px;
    }
    .category-list, .center-col, .right-wrapper {
      height: 389.12px;
    }
    .main-banner {
        height: 216.73px;
    }
      .center-col {
        
        width: 518.65px;
    }
    .flash-block-new {
      height: 155.19px;
    }
    .right-wrapper {
        width: 222.88px;
    }
    .right-card {
        height: 214.53px;
    }
    .new-user-box {
        height: 158.08px;
      gap: 2px;
    }
    .welcome_here img {
    width: 56px;
}
    .welcome_here {
      font-size: 11px;
    }
    .new_user_welcome {
      display: none;
    }
    .coupon-img {
        margin-top: -5px;
        width: 67%;
    }
    .new-user-header {
        font-size: 11px;
    }
    .new-user-box {
      padding: 10px;
    }
    .free-shipping {
      font-size: 11px;
    }
    .playbox {
      height: 2.5rem;
      width: 20rem;
    }
    .deal-thumb {
      width: 67px;
      height: 42px;
    }
    .flash-timer-wrap {
      gap:0;
    }
    .flash-title-box h2 {
      font-size: 17px;
    }
    .flash-slide-new img {
        height: 126px;
    }
    .flash-nav-btns {
        gap: 278px;
      top: 70px;
    }
    .flash-subtext {
      margin: 1px 0 1px;

    }
    .mega-panel {
    height: 389px;
  }
    .flash-carousel {
      margin-top: 0;
    }
  
  }

  
 
  @media (min-width: 769px) and (max-width: 975px) {
    .category-list li a {
      font-size: 12px;
    }
    .category-list {
        width: 150.85px;
    }
    .category-list, .center-col, .right-wrapper {
      height: 302.08px;
    }
    .main-banner {
        height: 168.25px;
    }
      .center-col {
        
        width: 402.64px;
    }
    .flash-block-new {
      height: 122.03px;
    }
    .right-wrapper {
        width: 173.03px;
    }
    .right-card {
        height: 162.87px;
    }
    .new-user-box {
        height: 122.72px;
      gap:0;
    }
    .welcome_here img {
    width: 45px;
}
    .welcome_here {
      font-size: 8px;
    }
    .new_user_welcome {
      display: none;
    }
    .coupon-img {
        margin-top: -46px;
        width: 67%;
    }
    .new-user-header {
        font-size: 9px;
    }
    .new-user-box {
      padding: 10px;
    }
    .free-shipping {
      font-size: 9px;
    }
    .playbox {
        height: 1.5rem;
        width: 13rem;
      font-size: 10px;
    }
    .deal-thumb {
      width: 49px;
      height: 30px;
    }
    .flash-timer-wrap {
      gap:0;
    }
    .flash-title-box h2 {
      font-size: 17px;
    }
    .flash-slide-new img {
        height: 111px;
    }
    .flash-nav-btns {
        gap: 278px;
      top: 70px;
    }
    .flash-subtext {
      margin: 1px 0 1px;

    }
    .flash-subtext {
      font-size: 8px;
    }
    .flash-title-box h2{
        font-size: 13px;
    }
    .new-user-scroll {
      margin-bottom: 0;
    }
    .coupon-img {
      display: none;
    }
    .flash-nav-btns {
        gap: 163px;
        top: 46px;
    }
    .discount-tag {
      padding: 0;
    }
        .flash-slide-new img {
        height: 91px;
    }
    .flash-carousel {
      margin-top: 0;
    }
    
  }

  

    @media (max-width: 768px) {
    .Chat_icon__wrap_3840H {
        position: fixed !important;
        right: 20px !important;
        bottom: 90px !important; /* 顶部那个按钮 */
        z-index: 10001 !important;
    }
    #s-chat-plugin {
        right: -1px !important;
        bottom: 95px !important;
    }
    .czm-button {
        position: fixed !important;
        right: 20px !important;
        bottom: 20px !important; /* 底部那个按钮 */
        z-index: 10000 !important;
    }
    }

  



/* ✅ 保证轮播容器在初始加载时立即可绘制 */
.main-banner,
.main-banner .track {
  opacity: 1 !important;
  visibility: visible !important;
  will-change: transform;
}

.mega-panel {
  position: absolute;
  top: -1px;
  left: 282px;
}




