 /* Cookie Consent Banner */
.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    padding: 1.5rem;
    transform: translateY(100%);
    transition: transform 0.4s ease-in-out;
}

.cookie-consent.show {
    transform: translateY(0);
}

.cookie-consent-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.cookie-consent-content {
    flex: 1;
}

.cookie-consent-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #212529;
    margin-bottom: 0.5rem;
}

.cookie-consent-text {
    font-size: 0.9rem;
    color: #6c757d;
    line-height: 1.6;
    margin: 0;
}

.cookie-consent-text a {
    color: #0d6efd;
    text-decoration: underline;
}

.cookie-consent-buttons {
    display: flex;
    gap: 1rem;
    flex-shrink: 0;
}

.cookie-btn {
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
}

.cookie-btn-accept {
    background-color: #0d6efd;
    color: #ffffff;
}

.cookie-btn-accept:hover {
    background-color: #0b5ed7;
}

.cookie-btn-decline {
    background-color: #f8f9fa;
    color: #212529;
    border: 1px solid #dee2e6;
}

.cookie-btn-decline:hover {
    background-color: #e9ecef;
}

/* Responsive */
@media (max-width: 768px) {
    .cookie-consent-container {
        flex-direction: column;
        text-align: center;
    }
    
    .cookie-consent-buttons {
        width: 100%;
        justify-content: center;
    }
    
    .cookie-btn {
        flex: 1;
        max-width: 150px;
    }
}

@media (max-width: 480px) {
    .cookie-consent-buttons {
        flex-direction: column;
    }
    
    .cookie-btn {
        width: 100%;
    }
}
 
 
  .form-control:focus,.form-control:active {border-color: #6c757d !important;box-shadow: none !important;}
      @media (min-width: 1200px) {
      	.container {max-width: 1500px;}
      }
  
  /* 轮播图调整：这里只保留必要的媒体查询，因为内联样式无法处理媒体查询 */
        /* 媒体查询 - 仅用于移动端适配 */
    @media (max-width: 768px) {
      .swiper-container-mobile {
            height: 150px !important; /* 进一步降低高度 */
            max-width: 95% !important; /* 增加宽度让图片更横向 */
            margin-top: 30px !important;
        }
    }

    @media (max-width: 576px) {
        .swiper-container-small {
            height: 120px !important; /* 进一步降低高度 */
            max-width: 98% !important; /* 增加宽度让图片更横向 */
            border-radius: 15px !important;
            margin-top: 30px !important
        }
    }
    
    @media (max-width: 400px) {
        .swiper-container-xsmall {
            height: 100px !important; /* 进一步降低高度 */
            max-width: 98% !important; /* 增加宽度让图片更横向 */
            margin-top: 30px !important
        }
    }





body {  }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {font-weight: 600;}

* { 
-webkit-transition: all 0.1s; 
-moz-transition: all 0.1s; 
-o-transition: all 0.1s; 
transition: all 0.1s; 
}

a a:focus, a:visited, a:link { color: #303133; text-decoration: none; }
a:hover {  color: #202123; }






.product-column-list { column-width: 200px; column-count: 3; column-gap: 10px; }
.product-column-card {background:#f7f7f7; margin-bottom:10px;break-inside:avoid-column; page-break-inside: avoid;page-break-after:always; box-sizing:border-box; padding:10px;}
.product-column-list .desc { font-size: 1.25em; }
.product-column-list img { object-fit: cover; width: 343px; height:343px; border: 0; }
.product-column-card:hover { background-color: #fff; }
.product-column-card:hover img { opacity:0.9 }







.baseblog-logo-text { font-weight: 500; color: #ff5200!important; }
.baseblog-logo-img { padding: 0px 15px; }



.baseblog-column-list { column-width: 200px; column-count: 3; column-gap: 10px; }
.baseblog-column-card {background:#f7f7f7; margin-bottom:10px;break-inside:avoid-column; page-break-inside: avoid;page-break-after:always; box-sizing:border-box; padding:10px;}
.baseblog-column-list .desc { font-size: 1.25em; }
.baseblog-column-list img { object-fit: cover; width: 100%; border: 0; }
.baseblog-column-card:hover { background-color: #fff; }
.baseblog-column-card:hover img { opacity:0.9 }


.baseblog-tags-box { font-size: 1.25em; line-height: 1.75em; }
.baseblog-tags-box .label:hover { background-color: #337ab7; }
.baseblog-tags-box .label { font-weight: 500; }



.page-zone { text-align:center; }

.breadcrumb { background-color: rgb(255 255 255 / 0%); } 

.post-detail { background-color: #fff; padding: 2em;}
.post-title { }
.post-exinfo { margin: 1.25em 0; color: #999999; font-size: 12px; }
.post-header {margin: 1.25em 0; color: #999999; font-size: 1em; display: flex; justify-content:space-between; }
.post-body { font-size: 1.25em; line-height: 1.75em; }
.post-body img { margin:2em 0; max-width:100%; }
.post-body p { margin-bottom: 2em; }
.post-body ul { margin-bottom: 2em; }
.post-body a { text-decoration: underline; }
.post-card { background-color: #f7f7f7; padding: 1em; border-radius: 5px; }
.post-card:hover { background-color: #fff; }
.post-card:hover img { opacity:0.9 }
.baseblog-column-card .desc {margin: 1.25em 0;}

footer.container-fluid { background-color: #fff; margin-top:2em; }
footer .row { padding-top: 2em; padding-bottom:2em; }
footer .social-icon svg { width:30px; fill:#428bca; padding:5px; }

/*翻译插件自定义样式*/
.translateSelectLanguage {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    border-radius: 6px;
    padding: 5px 28px 5px 10px;
    font-size: 12px;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #000000;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23007bff' d='M2.5 4.5l3.5 3.5 3.5-3.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 12px;
    cursor: pointer;
    outline: none;
    transition: all 0.15s ease;
    box-shadow: none;
    line-height: 1.5;
    height: auto;
    min-width: 100px;
}

.translateSelectLanguage:hover {
    background-color: rgba(0, 123, 255, 0.06);
}

.translateSelectLanguage:focus {
    background-color: rgba(0, 123, 255, 0.1);
    box-shadow: none;
}

.translateSelectLanguage option {
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 500;
    color: #000000;
    background-color: #ffffff;
}

/* 鼠标悬停时的背景色 */
.translateSelectLanguage option:hover {
    background-color: #007bff;
    color: #ffffff;
}

/* 当前选中项的背景色 */
.translateSelectLanguage option:checked,
.translateSelectLanguage option[selected="selected"] {
    background-color: #007bff;
    color: #ffffff;
}



/**
 * ShippingTimer — 发货截单倒计时组件样式
 * 
 * 独立 CSS 文件，仅包含 .st-* 作用域样式
 * 不依赖任何导航栏或其他组件的样式
 * 
 * 用法：
 *   <link rel="stylesheet" href="shipping-timer.css">
 *   <script src="shipping-timer.js"></script>
 * 
 * 注意：如果同时引入此 CSS 文件，JS 内部的 injectCSS() 会自动跳过
 *       （检测到已有 data-shipping-timer style 标签），不会重复注入
 */

/* ===== 通用重置 ===== */
.st-pill * {
  box-sizing: border-box;
}

/* ===== VERTICAL 三行纵向 ===== */
.st-pill.st-vertical {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 6px 14px 7px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #e2e8f0;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  white-space: nowrap;
  user-select: none;
  line-height: 1;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.st-pill.st-vertical .st-title-row {
  display: flex;
  align-items: center;
  gap: 5px;
}

.st-pill.st-vertical .st-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.st-pill.st-vertical .st-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.st-pill.st-vertical .st-timer {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: 6px;
  background: #0f172a;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  font-variant-numeric: tabular-nums;
  letter-spacing: 2px;
  line-height: 1.1;
  margin-top: 4px;
}

.st-pill.st-vertical .st-timer-wrap {
  margin-top: 4px;
}

.st-pill.st-vertical .st-sub {
  font-size: 10px;
  color: #94a3b8;
  font-weight: 400;
  margin-top: 3px;
  letter-spacing: 0.2px;
}

/* ===== HORIZONTAL 单行横板 ===== */
.st-pill.st-horizontal {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  padding: 5px 12px;
  border-radius: 15px;
  background: #f0f0f0;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  white-space: nowrap;
  user-select: none;
  line-height: 1;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  gap: 6px;
}

.st-pill.st-horizontal .st-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.st-pill.st-horizontal .st-title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.st-pill.st-horizontal .st-timer {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 4px;
  background: #0f172a;
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  font-variant-numeric: tabular-nums;
  letter-spacing: 1px;
  line-height: 1.2;
}

.st-pill.st-horizontal .st-timer-wrap {
  display: inline-flex;
  align-items: center;
}

.st-pill.st-horizontal .st-sub {
  font-size: 10px;
  color: #6b7280;
  font-weight: 400;
  letter-spacing: 0.1px;
}

/* ===== 状态色 ===== */
.st-pill.active .st-icon {
  color: #22c55e;
}

.st-pill.passed .st-icon {
  color: #ef4444;
}

.st-pill.active .st-title {
  color: #22c55e;
}

.st-pill.passed .st-title {
  color: #ef4444;
}

.st-pill.active .st-sub {
  color: #64748b;
}

.st-pill.passed .st-timer-wrap {
  display: none !important;
}

/* ===== 动画 ===== */
.st-icon.animating {
  animation: st-wiggle 1.5s ease-in-out infinite;
}

.st-icon.idle {
  opacity: 0.5;
}

@keyframes st-wiggle {
  0%, 100% { transform: translateX(0); }
  20%      { transform: translateX(-1px); }
  40%      { transform: translateX(1px); }
  60%      { transform: translateX(-0.5px); }
  80%      { transform: translateX(0.5px); }
}

/* ===== 响应式 ===== */
@media (max-width: 480px) {
  .st-pill.st-vertical {
    padding: 5px 10px 6px;
    border-radius: 8px;
  }
  .st-pill.st-vertical .st-icon {
    width: 13px;
    height: 13px;
  }
  .st-pill.st-vertical .st-title {
    font-size: 11px;
  }
  .st-pill.st-vertical .st-timer {
    font-size: 13px;
    padding: 2px 7px;
    letter-spacing: 1px;
    margin-top: 3px;
  }
  .st-pill.st-vertical .st-sub {
    font-size: 9px;
    margin-top: 2px;
  }

  .st-pill.st-horizontal {
    padding: 4px 8px;
    border-radius: 10px;
    gap: 4px;
  }
  .st-pill.st-horizontal .st-icon {
    width: 11px;
    height: 11px;
  }
  .st-pill.st-horizontal .st-title {
    font-size: 10px;
  }
  .st-pill.st-horizontal .st-timer {
    font-size: 11px;
    padding: 1px 6px;
    letter-spacing: 0.5px;
  }
  .st-pill.st-horizontal .st-sub {
    font-size: 8px;
  }
}