body {
    font-family: Arial, sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* 顶层条 */
#top {
  width: 100%;
  background-color: #efefef;
  border-bottom: 1px solid rgba(0,0,0,.22);
  /* 用 padding 控制高度，而非固定 height */
  padding: 6px 20px;
  box-sizing: border-box;
}

/* 限制内部最大宽度并居中 */
#top .content {
  margin: 0 auto;
}

/* 整个导航条：左右两端布局 */
#top .site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Logo 样式 */
.site-nav .logo {
  font-size: 18px;
  font-weight: bold;
  color: #888;
  text-decoration: none;
}

/* tools 区块：内部水平排列 */
.site-nav .tools {
  display: flex;
  align-items: center;
  gap: 12px;          /* 按需调整间距 */
}

/* 登录/登出 链接样式 */
.site-nav .tools a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
}

/* 头像图 */
.site-nav .tools .service {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}

/* 当视口宽度小于等于 600px（手机）时，左右各留 40px */
#Wrapper{ 
    padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left);
    text-align: center;
    background-color: #e2e2e2;
    background-repeat: repeat-x;
}

.content {
    max-width: 1174px;
    margin: 0 auto 0 auto;
}
#Main {
    width: auto;
    margin: 0 0px 0 0px;
}

.top-container {
        margin-top: 50px;
        width: 100%;
        margin-bottom: 30px;
    }

.guid{
  display:flex;
  /* 其他原有属性不变 */
}
.guid > span{
  display:inline-block;      /* 让它包裹内容 */
  padding:4px 12px;
  font-size:13px;
  font-weight:600;
  color:#0fa084;             /* 文字颜色 */
  background:#e6faf6;        /* 浅底色 */
  border-radius:9999px;      /* 胶囊形 */
  line-height:1;             /* 高度更紧凑 */
}

.service {
    width: 30px;
    /* height: 31px; */
    border-radius: 15px;
    display: flex;
    border: none;
}

.lxkf-card {
    display:flex;
    align-items:center;
    gap:8px;
    padding:4px 10px;
    border-radius:8px;
    text-decoration:none;
    color:#000;
    background:#f4f4f4;
    box-shadow:0 0 4px rgba(0,0,0,.08);
}

.kf-image { 
    width:32px;
    height:32px; 
    border-radius:50%; 
    object-fit:cover; 
}
.wx-title { 
    font-weight:700; 
    font-size:14px; 
}
.weixin{ 
    font-size:13px; 
    color:#0fa084; }

.Prompt {
    font-size: 17px;
    color: #525252;
    flex-basis: 100%;
}
.prompt-text{
    min-height: 40px;
    font-size:24px;
    font-weight:600;
    color:#f28a00;      /* 根据你站点主色可调整 */
}

.classify-container {
    gap: 10px;
    margin-bottom: 20px;
    display: flex;
    overflow: auto;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
    width: 100%;
}

.classify {
    white-space: nowrap;
    display: inline-block;
    padding: 5px 25px;
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    background-color: #ffffff;
    border: 1 solid 1px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: 1px solid #bbbbbb;
}

.classify:hover {
    background-color: #b7b7b7;    /* 更深的蓝色 */
}

.classify.active {
  border-color: #0db09a;
}

.btn-classify {
    font-family: Arial, sans-serif; /* 字体 */
    text-transform: uppercase;      /* 全部大写 */
}

.mtpt-text {
    width: 96%;
    font-size: 28px;
}
.tt-text, .pd-text {
    font-size: 21px;
}



.all-ly-card {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 20px;
    margin-bottom: 10px;
    /* max-width: 1700px; */
    overflow-x: auto;
}


.ly-card {
    font-family: Arial, sans-serif;
    margin: 0;
    min-width: 259px;
    margin-bottom: 10px;
    width: 100%;
    background-color: #f5f5f7;
    margin-bottom: 20px;
    border-radius: 15px;
    padding: 15px;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 1px 7px rgb(0 0 0 / 21%);
}

.ly-card img {
    width: 40px;
}

.product-and-faq {
    display: flex;
    width: 100%;
    max-width: 1200px;
    flex-direction: row;
    flex-wrap: wrap;
}

.all-product-card-container {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 20px;
    margin-bottom: 10px;
    align-items: flex-start;
}

.p-card {
    width: 378px;
    background-color: #f0ede0;
    margin-bottom: 20px;
    border-radius: 6px;
    padding: 12px 12px;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 1px 7px rgb(0 0 0 / 21%);
    position: relative;
}

.mtpt-text {
    width: 96%;
    height: 78px;
}

.ttpd-text {
    flex-direction: row;
    display: inline;
    width: 87%;

}

.mt-text {
font-size:48px;
  font-weight:800;
  color:#333;
  line-height:1.1;
  margin-bottom:.25em;
}

.tt-text {
    margin-bottom: 9px;
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    display: inline;
}

.pd-text {
    margin-bottom: 9px;
    font-size: 24px;
    color: #797979;
    font-weight: bold;
    display: inline;
}

.product-card-container {
    width: 100%;
    height: 320px;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 15px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-top: 7px;
}

.all-rf-card {
    display: flex;
    width: 96%;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 20px;
}
.rf-card {
    width: 100%;
    max-width: 343px;
    margin-bottom: 20px;
    border-radius: 15px;
    padding: 4px;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #000000;
}

.rf-card img {
    width: 100%;
    border-radius: 15px;
    padding: 7px;
}

.all-re-card {
    display: flex;
    width: 96%;
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 20px;
    margin-bottom: 10px;
    overflow-x: auto;
    margin-top: 20px;
}

.all-re-card img {
    width: 100%;
}

.lt-text {
    font-size: 10px;
    font-weight: bold;
    color: #797979;
}

.cp-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #888;
    text-align: center;
}

.re-card {
    margin-bottom: 10px;
    width: 100%;
    max-width: 343px;
    background-color: #0071e3;
    margin-bottom: 20px;
    border-radius: 15px;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.popup {
  display: flex;                   
  flex-direction: column;
  position: fixed;
  z-index: 1000;
  width: 600px;
  max-width: 90vw;
  max-height: 80vh;
  height: 800px;
  padding: 9px 20px 11px;
  background-color: #f1f1f1;
  box-shadow: 0 -2px 10px rgba(0,0,0,.1);
  border-radius: 10px;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition: transform .30s ease-in-out, opacity .30s ease-in-out, visibility 0s linear .30s;
  will-change: transform, opacity;
}

.popup {
top: 50%;
left: 50%;
transform: translate(-50%, -40%);
}
.popup.show {
transform: translate(-50%, -50%); 
opacity: 1;
visibility: visible;
pointer-events: auto;
z-index: 10000;
transition: transform .30s ease-in-out, opacity .30s ease-in-out, visibility 0s;
}




.divider {
    margin: 20px 0;
}


.video {
    border-radius: 14px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
    justify-content: center;
    align-items: center;
}

@keyframes expandFromCenter {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

.product-card-container.expanded {
    padding-top: 51px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100vh;
    background-color: white;
    margin: 0;
    border-radius: 0;
    z-index: 10000;
    overflow-y: auto;
    padding-bottom: 55px;
    padding-left: 30px;
    padding-right: 30px;
    animation: expandFromCenter 0.3s ease-in-out;
}

.Product-header {
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 8px;
    margin-bottom: 3px;
    border-bottom: solid 1px #eeeeee;
}

.flot-intro {
    overflow: hidden; /* 隐藏超出部分 */
    height: 30px; /* 设置容器高度，单行高度 */
    position: relative;
    background-color: #ffffff;
    margin-top: 10px;
    padding: 0px 20px;
    border-radius: 7px;
}

.flot-intro-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    transition: transform 0.5s ease-in-out; /* 平滑滚动效果 */
}

.flot-intro-line {
    font-size: 12px;
    color: #747474;
    height: 30px; /* 单行高度 */
    line-height: 30px; /* 垂直居中 */
}

.product-intro {
    display: flex;
    width: 100%;
    flex-direction: column;
    height: 100%;
}

.product-img {
    display: flex;
    align-items: flex-start;
    padding: 3px;
}

.product-img img {
    width: 70px;
    height: 70px;
    margin-right: 20px;
    border-radius: 14px;
    box-shadow: 0 3px 8px rgb(0 0 0 / 43%);
}

.products-name {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.CN_name {
    font-size: 30px;
}

.en_name {
    font-size: 14px;
    color: #747474;
}

.Suffix {
    font-size: 12px;
    color: #8f8f8f;
    font-weight: bold;
    margin-top: 5px;
}

.share {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: 1px;
    align-items: flex-end;
}

.Money {
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

.product-price {
    font-size: 30px;
    color: #000000;
    top: 1px;
}

.Product-body-first {
    display: flex;
    width: 100%;
    height: auto;
    gap: 8px;
    padding-bottom: 0px;
    overflow-x: auto; /* 允许水平滚动 */
    max-height: 100%; /* 确保高度不会被压缩 */
    min-height: 66px; /* 设置最小高度以确保内容正常显示 */
}

.Product-body-first::-webkit-scrollbar {
    display: none;  /* 适用于Chrome, Safari 和 Opera */
}

.little-card {
    position: relative;
    
  flex: 0 0 auto;       /* 不允许伸缩，始终保持下面的宽度 */
  width: 100px;          /* 你想要的固定宽度 */
  height: 70px;         /* 你想要的固定高度 */
  
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 4px;
}
.Product-body-first > .little-card:not(:last-child)::after{
  content:"";
  position:absolute;
  right:-4px;          /* 位于 gap 正中，gap = 8px 时用 -4px */
  top:15%;             /* 线的上边距，可自行调整 */
  bottom:15%;          /* 线的下边距 */
  width:2px;
  background:#c9c9c9;  /* 分割线颜色 */
}


.First-line {
  font-size: 12px;
  line-height: 1.2;
  color: #666;
  white-space: nowrap;   /* 防止换行 */
}

.Second-line {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  margin: 4px 0;
  color: #666;
  white-space: nowrap;   /* 防止换行 */
}

.Third-line {
  font-size: 12px;
  line-height: 1.2;
  color: #999;
  text-align: center;
  white-space: nowrap;   /* 防止换行 */
}

.Product-body-second {
    display: flex;
}

.Product-body-second img {
    margin-top: 2px;
    width: 100%;
    border-radius: 15px;
    max-width: 320px;
}

.Image-card {
    display: flex;
    flex-direction: column;
    padding-bottom: 5px;
}

.Image-card p {
    margin: 0;
    color: #333;
}

.Product-tail {
    flex-direction: column;
    margin-top: 15px;
}

.products-share {
    display: flex;
    flex-direction: column;
}

.product-name {
    color: #4D4D4D;
    font-size: 20px;
    font-family: Inter;
    font-weight: 600;
    margin-top: 15px;
    position: relative;
}

.name-and-price {
    display: flex;
}

.product-user {
    color: #656565;
    font-size: 12px;
    font-family: Inter;
    margin-top: 100px;
}

.price-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.currency-symbol {
    color: #4D4D4D;
    font-size: 12px;
    font-family: Inter;
}


.buy-button {
    width: 100%;
    height: 36px;
    background: #0db09a;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 19px;
    font-family: Inter;
    line-height: 18.2px;
    text-decoration: none;
    margin-top: 17px;
    margin-bottom: 5px;
    font-weight: bold;

    /* 新增：重置默认边框和外发光线 */
    border: none;
    outline: none;
}
.view-more {
    color: #4D4D4D;
    font-size: 13px;
    font-family: Inter;
    font-weight: 300;
}

.product-details {
    color: #4D4D4D;
    font-size: 13px;
    font-family: Inter;
    font-weight: 400;
    line-height: 1.9;
    position: absolute;
    top: 40px;  /* Adjusted for better visibility */
    left: 50px;
}

.per-month {
    color: #4D4D4D;
    font-size: 12px;
}


/*扩展卡片*/
.product-card-container .close-button {
    display: none; /* 默认隐藏 */
    top: 10px;
    right: 10px;
    cursor: pointer;
    margin-bottom: 10px;
    /* border-bottom: solid 0.5px #666; */
    padding-bottom: 10px;
}

.back-little-card {
    font-size: 16px;
    color: #0066cc;
}

.product-card-container.expanded .close-button {
    display: block; /* 当卡片展开时显示关闭按钮 */
}

.extra-content {
    display: none; /* 默认隐藏 */
    margin-top: 6px;
    width: 100%;  /* 确保父容器的宽度为100% */
}

.sd {
    display: flex;
    position: relative;
    flex-direction: column;
    background-color: #ffffff;
    border-top: solid 1px #eeeeee;
    margin-top: 6px;
}

/* 提示气泡 */
.scroll-hint {
    position:absolute;
    right:10px;
    top:50%;
    transform:translateY(-50%);
    background:rgba(0,0,0,.55);
    color:#fff;
    padding:2px 10px;
    border-radius:20px;
    font-size:12px;
    pointer-events:none;
    transition:opacity .3s;
}

.hide-hint .scroll-hint,
.hide-hint::after { opacity:0; }


/* 提示气泡 */
/* 提示样式 */
.click-hint {
    position: absolute;
    top: 20%;
    right: 0;
    transform: translateY(-50%);
    z-index: 10;

    font-size:12px;
    line-height:1;
    padding:3px 10px;
    background:#eee;
    color:#666;
    border-radius:12px;
    white-space:nowrap;
    pointer-events:none;
    opacity:1;
    transition:opacity .1s;
}

.click-hint.hide { opacity:0; }
.reviews {
    display: flex;
    flex-direction: column;
    background-color:#ffffff;
}

.review-top-line {
    display: flex;
    background-color: #ffffff;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: solid 0.5px #d0d0d0;
    margin-bottom: 10px;
    margin-top: 7px;
    border-top: solid 1px #d0d0d0;
    padding-top: 7px;
    padding-bottom: 11px;
}

.review-top-line-First-Colum {
    display: flex;
    /* font-size: 15px; */
    color: #474747;
    flex-direction: column;
    align-items: center;
    /* font-weight: bold; */
}

.review-top-line-Second-Colum {
    display: flex;
    font-size: 15px;
    color: #474747;
    flex-direction: column;
    align-items: flex-end;
}

.review-container {
    display: flex;
    height: auto;
    /* border-bottom: solid 1px #6e6e6e; */
    overflow-x: auto;
    min-height: 176px;
    padding-bottom: 7px;
}



.all-review {
    display: flex;
    flex-direction: column;
    background-color: #f1f1f1;
    padding: 10px;
    width: 100%; /* 这里你可以自定义宽度 */
    margin-right: 13px; /* 添加间距 */
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.review-First-line {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.review-Second-line {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}


.First-Column {
    display: flex;
    flex-direction: column;
    width: 76px;
}

.Second-Column {
    display: flex;
    flex-direction: column;
    width: 239px;
    align-items: flex-end;
    margin: 0px;
    font-size: 12px;
    color: #888888;
    /* font-weight: bold; */
}


.star-ratings {
    width: 100%;
}

.star-rating {
    display: flex;
    align-items: center;
    margin-bottom: -2px;
}

.stars {
    display: flex;
    align-items: center;
    margin-right: 10px;
    width: 80px; /* 固定星星容器的宽度 */
    justify-content: flex-end; /* 使星星靠右对齐 */
}

span.review-First-line-2 {
    font-size: 29px;
    font-weight: bold;
    color: #8d8d8d;
}

.star {
    font-size: 7px;
    margin-right: 2px;
}

.star-filled {
    color: #797979;
}

.star-empty {
    color: #e0e0e0; /* 灰色 */
}

.progress-bar-container {
    flex-grow: 1;
    width: 141px;
}

span.qb-text {
    /* display: flex; */
    font-size: 15px;
    color: #474747;
    /* flex-direction: column; */
    /* align-items: center; */
    font-weight: bold;
}

.progress-bar {
    width: 100%;
    background-color: #e0e0e0;
    height: 3px;
    border-radius: 5px;
    overflow: hidden;
}

.progress {
    height: 100%;
    background-color: #797979;
    transition: width 0.3s;
}
.product-card-container.expanded .extra-content {
    display: block; /* 展开时显示 */
}

#review-display {
    margin-top: 20px;
}

.product-tips {
    font-size: 13px;
    color: #747474;
}

.fangan-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    background-color: rgb(245 245 247);
    margin-top: 10px;
    /* max-width: 770px; */
    box-sizing: border-box;
    margin-bottom: 25px;
}

.image-container-copy {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
    margin-bottom: 7px;
    text-decoration: none;
    color: inherit;
}

.card-content {
    display: none;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: none;
}

.text-and-icon {
    display: flex;
    align-items: center;
    flex-grow: 1;
    border-bottom: 1px solid #ccc;
    padding-bottom: 3px;
}

.text-and-icon span {
    flex-grow: 1;
    font-size: 17px;
    color: #333;
    display: flex;
    align-items: center;
}

span.review-First-line-1 {
    /* display: flex; */
    font-size: 15px;
    color: #474747;
    /* flex-direction: column; */
    /* align-items: center; */
    font-weight: bold;
    margin-bottom: 5px;
}

span.\32 review-First-line-1 {
    /* display: flex; */
    font-size: 15px;
    color: #474747;
    /* flex-direction: column; */
    /* align-items: center; */
    font-weight: bold;
}

span.\32 review-First-line-3 {
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    color: #474747;

}

.specific-span {
    font-size: 12px;
    color: #747474;
}

.flot-intro {
    display: flex;
    height: 30px;
    flex-direction: column;
}

.flot-intro-line {
    font-size: 14px;
    color: #797979;
}
.review-text {
    margin: 0px;
    font-size: 12px;
    color: #000000;
}

span.ratting {
    margin: 0px;
    font-size: 12px;
    color: #646464;
}

.review-back {
    margin-top: 17px;
    font-size: 12px;
    color: #646464;
}

span.review-First-line-3 {
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    color: #474747;
}

.Tail-span {
    flex:1;
    font-size: 15px;
    font-weight: bold;
    color: #454545;
    margin-top: 4px;
}

.chevron {
    width: 24px;
    height: 24px;
    fill: #666;
    transition: transform 0.3s ease;
}

.popup {
    display: flex;
}

.popup-content {
    display: flex;
    background-color: #ffffff;
    flex-direction: column;
    border-radius: 5px;
    border: 0px solid;
    padding: 10px;
    height: 76%;
}

.buyname {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 6px;
}


.close {
    font-size: 30px;
    color: #646464;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: none; 
    cursor: pointer; 
}



.product-info {
    display: flex;
    align-items: flex-start; 
    width: 100%;
    padding: 1px;
    margin-bottom: 20px; 
}

.product-info img {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    border-radius: 8px;
}

.fullintro {
    display: flex;
    flex-direction: column;
}

span#product-fullname.product-fullname {
    font-size: 25px;
    color: #000000;
}

.fullintro .intro1 {
    font-size: 14px;
    color: #747474;
}

.fullintro .intro2 {
    font-size: 10px;
    color: #747474;
}

.price-details {
    display: flex;
    flex-direction: column;
    margin-left: auto; 
    margin-right: 1px;
    align-items: flex-end;
}

.price-details .current-price {
    font-size: 30px;
    font-weight: 400;
    color: #000000;
    top: 1px
}

.price-details .original-price {
    font-size: 18px;
    text-decoration: line-through;
}

.price-details .monthly-price {
    font-size: 10px;
    color: #747474;
    position: relative; 
    top: -10;
}

.price-details .duration {
    font-size: 10px;
    color: #9b5e5e;
    background-color: bisque;
}

.purchase-options {
    display: flex; 
    flex-direction: column; 
    border: 0px solid;
    border-top: 1px solid #ccc; 
}

.purchase-options h3,
.coupon h3 {
    font-size: 18px;
    margin-bottom: 3px;
    margin-top: 3px;
}

.month-options {
    display: flex;
    flex-direction: column;
    background-color: #e7e7e7;
    border-radius: 10px;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.month-option {
    background-color: rgb(223, 223, 223);
    border: 0px solid rgb(0, 0, 0);
    padding: 10px;
    border-radius: 50%; 
    width: 3px; 
    height: 3px; 
}

.package-row {
    display: flex;
    align-items: center;
    font-size: larger;
    justify-content: space-between;
    padding: 3px;
    padding-left: 2px;
    padding-right: 2px;
    border: 0px solid #ffffff;
    border-radius: 0px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 3px;
    color: #575757;
}

.sku-months {
    margin-left: 10px;
}





.actions {
    display: flex;
    justify-content: space-between; 
    padding-top: 10px;
    gap: 30px; 
    padding-bottom: 10px;
}

.actions .proceed-payment, .actions .weixin {
    flex: 1; 
    max-width: calc(50% - 15px); 
    padding: 7px 1px; 
    margin-bottom: 8px; 
    margin-top: 8px;
    border: none; 
    cursor: pointer;
    border-radius: 10px; 
    color: white; 
    background-color: #383838; 
    text-align: center; 
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none; 
    font-size: 13px; 
}

.actions .weixin {
    background-color: #25D366; 
}

#payment-form {
    display: flex; 
    flex-direction: column;
    padding: 0px;
    border: 0px solid #ccc; 
    border-radius: 5px;
}

.email-input {
    display: flex;
    flex-direction: column;
    margin-top: 5px;   
    margin-bottom: 10px;
    border-bottom: 1px solid #6e6e6e;
}

.email-input input:focus {
    outline: none; 
}

.discount-code-input {
    display: flex;
    flex-direction: column;
    margin-top: 5px;   
    margin-bottom: 10px;
    border-bottom: 1px solid #6e6e6e;
}

.discount-code-input input:focus {
    outline: none;
}

.discount-code-input input[type="text"] {
    width: 100%;
    padding-top: 3px;
    border: 0px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 16px;
}

.email-input h3 {
    margin-bottom: 10px; 
}

.email-input input[type="email"] {
    width: 100%;
    padding-top: 3px;
    border: 0px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 16px;
}

#Bottom {
    border-top: 1px solid rgba(0,0,0,.22);
    background-color: var(--box-background-color);
    text-align: center;
    color: var(--color-gray);
    padding-top: 0;
    padding-right: calc(var(--box-padding) + env(safe-area-inset-right));
    padding-bottom: env(safe-area-inset-bottom);
    padding-left: calc(var(--box-padding) + env(safe-area-inset-left));
}

@media (min-width: 768px) {
    .product-card-container.expanded {
        width: 80%;
        max-width: 800px;
        height: auto;
        border-radius: 15px;
    }
}
@media (max-width: 600px) {
    .all-re-card {
        max-width: 90%;
    }
    .all-rf-card {
        max-width: 91%;
    }
    .rf-card {
        max-width: 100%;
    }
    .fangan-card {
        max-width: 100%;
    }
    .re-card {
        max-width: 100px;
        margin-bottom: 10px;
    }
    .popup {
        width: 100%;
        max-width: none;
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
        height: auto;
        max-height: 80vh;
        transform: translateY(100%);
        -webkit-overflow-scrolling: touch;
  }
  .popup.show {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transition: transform .30s ease-in-out, opacity .30s ease-in-out, visibility 0s;
  }
}

@media (max-width: 600px) {

    .customer-service{
        flex-direction:column;      /* 垂直排布 */
        align-items:flex-start;     /* 左对齐 */
        gap:12px;                   /* 行间距 */
    }

    .Prompt{
        min-height: 130px;
    }
    .lxkf-card{
        align-self:stretch;         /* 占满整行，可按需改成 auto */
        width:100%;
    }

    .product-card-container {
        max-width: 100%;
    }
    .p-card {
        width: 100%;
    }
    .content {
        padding: 0 10px;
    }
   
}

@media (min-width: 600px) {

    ttpd-text {
        width: 96%;
        padding-bottom: 15px;
    }
    .all-rf-card {
        width: 96%;
        margin-bottom: 30px;
    }
    .mtpt-text {
        display: inline;
        width: 96%;
        font-size: 48px;
    }
    .tt-text, .pd-text {
        font-size: 28px;
}
}

@media (max-width: 734px) and (max-device-width: 736px) {
    .wx {
        position: relative;
        inset-inline-end: 0px;
    }
}