.vip-box .vip-box-zw{ padding:10px 20px; background:#fff;/*box-shadow:0 1px 1px #d0d0d0;*/}
.vip-box img{max-width: 100%!important;
	padding: 0!important;
	height:auto!important;}
.vipjieshao {
    color: #333333;
    line-height: 1.6;
    width: 100%;
    overflow-x: hidden; /* 防止横向滚动条 */
    box-sizing: border-box;
}
/* 确保内部所有元素继承box-sizing */
.vipjieshao *, .vipjieshao *::before, .vipjieshao *::after {
    box-sizing: inherit;
}

/* 主体容器 */
.vipjieshao .vj-container {
    /*max-width: 1000px;*/
    margin: 0 auto;
    padding: 5px;
}

/* 痛点提示框 */
.vipjieshao .vj-pain-points {
    padding: 5px;
    margin-bottom: 10px;
	font-size:16px;
}

/* 权益卡片通用样式 */
.vipjieshao .vj-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    margin-bottom: 20px;
    border: 1px solid #D4AF37;
    transition: transform 0.3s ease;
}
/* 权益标题栏 - 渐变背景 */
.vipjieshao .vj-card-header {
    background: linear-gradient(to right, #000000, #643200);
    color: #D4AF37;
    padding: 15px 20px;
    display: flex;
    align-items: center;
}
.vipjieshao .vj-title {
    font-size: 20px;
    font-weight: bold;
}

/* 权益内容区 */
.vipjieshao .vj-card-body {
    padding: 10px;
}
.vipjieshao .vj-desc {
    font-size: 16px;
    font-weight: bold;
    color: #333;
	text-align:left;
	margin-bottom:10px;
}
.vipjieshao .vj-detail {
    background: #FFF5D6;
    padding: 15px;
    border-radius: 12px;
    border-top: 7px solid #D4AF37;
    color: #7E6820;
    font-size: 15px;
    text-align: justify;
}

/* 图片占位区 */
.vipjieshao .vj-img-slots {
    display: flex;
    /*gap: 15px;*/
    margin-top: 10px;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.vipjieshao .vj-img-placeholder {
    /*width: 200px;
    height: 130px;*/
    background-color: #eee;
    border-radius: 6px;
    object-fit: cover;
    border: 1px dashed #ccc;
    display: block;
}

/* 价格板块 */
.vipjieshao .vj-price-section {
    text-align: center;
    background: linear-gradient(to bottom, #fff, #fffbf0);
    padding: 15px;
    border-radius: 15px;
    border: 2px dashed #D4AF37;
    margin: 20px 0;
}
.vipjieshao .vj-price-tag {
    color: #333;
    margin: 10px 0;
    line-height: 1;
	font-size: 18px;
}
.vipjieshao .new-price {
    color: #d35400;
    font-weight:bold;
}
.vipjieshao .old-price {
    font-size: 16px;
    font-weight: 500;
    color: #8f9bb3;
    text-decoration: line-through;
    margin-left: 0.15rem;
    letter-spacing: normal;
}
.vipjieshao .vj-value-text {
	font-size:14px;
    color: #666;
	padding:10px 0 0 0;
}

/* 老用户福利 */
.vipjieshao .vj-bonus {
    background: #2c3e50;
    color: #ffffff;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.vipjieshao .vj-bonus-badge {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #e74c3c;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    transform: rotate(15deg);
}

/* 底部按钮 */
.vipjieshao .vj-cta {
    text-align: center;
    padding-bottom: 20px;
}
.vipjieshao .vj-btn {
    display: inline-block;
    background: linear-gradient(to right, #D4AF37, #C5A028);
    color: #fff !important;
    padding: 15px 50px;
    font-size: 20px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 8px 20px rgba(212, 175, 55, 0.4);
    transition: all 0.3s;
    animation: vj-pulse 2s infinite;
    border: none;
    cursor: pointer;
}
.vipjieshao .vj-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 25px rgba(212, 175, 55, 0.6);
}

/* 手机端适配 */
@media (max-width: 768px) {
    .vipjieshao .vj-card-header { flex-direction: column; text-align: center; }
    .vipjieshao .vj-img-slots { justify-content: center; }
    .vipjieshao .vj-img-placeholder { width: 100%; max-width: 280px; height: auto; aspect-ratio: 200/130; }
}

/* 第三行：用户进度 & 补差价 — 强烈行动区 */
.user-status {
    background: linear-gradient(115deg, #FFF9F0 0%, #FFF5E8 100%);
    border-radius: 1.5rem;
    padding: 1rem 1.2rem;
    margin-top: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.5rem;
    border-left: 5px solid #f5a623;
    transition: all 0.2s;
}

.user-text {
    font-size: 14px;
    font-weight: 500;
    color: #2c3e3f;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.2rem 0.4rem;
}

/* 已消费金额样式 */
.spent-amount {
    font-weight: 700;
    font-size: 16px;
    color: #2c6e5c;
    background: #e0f0ec;
    padding: 0.1rem 0.45rem;
    border-radius: 40px;
    display: inline-block;
    box-shadow: inset 0 1px 0 #fff, 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* 补差价核心金额 — 视觉爆发点 */
.diff-amount {
    background: linear-gradient(145deg, #e85d04, #ff9f1c);
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    padding: 0.1rem 0.65rem;
    border-radius: 60px;
    display: inline-block;
    margin-left: 0.2rem;
    letter-spacing: 1px;
    box-shadow: 0 4px 10px rgba(232, 93, 4, 0.3);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    transition: transform 0.15s ease, box-shadow 0.2s;
    cursor: default;
}

/* 小额提示 + 补差价之后的“即可” */
.action-suffix {
    font-weight: 600;
    color: #b95f1a;
    background: rgba(255, 235, 205, 0.8);
    padding: 0.1rem 0.5rem;
    border-radius: 36px;
    font-size: 14px;
    letter-spacing: 0.5px;
}
a.a-jinkuang{ display:inline-block; padding:2px 5px;color:#fff; font-size:14px; margin-bottom:5px;margin-top:3px; background: linear-gradient(to right, #D4AF37, #C5A028);border-radius: 10px;}
a.a-jinkuang:hover{ background:#B88D00;}	