.xc_card_art{background-color: #fcf7e9;border: 1px solid #ffc107;padding: 10px !important;border-radius: 5px;box-sizing: border-box;clear: both;margin: 10px auto !important;position: relative;overflow: hidden;background-image: linear-gradient(to left, #ff5722, #7c189a);}.xc_card_art::before{content: '';width: 400px;height: 200px;top: -50px;right: 25px;opacity: 0.2;position: absolute;display: inline-block;transform: rotate(136deg);background-color: #fff;}.xc_card_art::after{clear: both;display: table;content: " ";}.xc_card_art_ico{display: inline-block !important;height: 45px;width: 45px;line-height: 45px !important;margin: 0px 10px 0 0 !important;background-repeat: no-repeat;background-position: top center;background-size: contain;background-image: url(theme.svg);border-radius: 3px;border: 0;padding: 0;float: left;box-sizing: border-box;}.xc_card_art_cent{display: inline-block !important;overflow: hidden;width: calc(100% - 50px - 150px);margin: 0 !important;float: left;height: 45px;line-height: 45px !important;box-sizing: border-box;}.xc_card_art_cent_f{height: 25px !important;line-height: 25px !important;font-size: 16px !important;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin: 0 !important;color: #f18d10;font-family: sans-serif;font-weight: bold;user-select: none;box-sizing: border-box;}.xc_card_art_cent_t{height: 20px !important;line-height: 20px !important;margin: 0 !important;color: #f5f5f5;font-size: 12px !important;user-select: none;box-sizing: border-box;}.xc_card_art_cent_t span{margin-right: 10px;position: relative;font-size: 12px;font-family: cursive;}.xc_card_art_cent_t span::after{content: '/';position: absolute;right: -10px;}.xc_card_art_cent_t span:last-child::after{display: none;}.xc_card_art_a{display: inline-block !important;float: right;padding: 0px 25px !important;font-size: 14px !important;color: #fff !important;border: 1px solid #fff;background: rgb(255 255 255 / 38%);border-radius: 3px;height: 34px !important;line-height: 34px !important;margin: 5px 0 0 0 !important;user-select: none;box-sizing: border-box;position: relative;z-index: 999999;}.xc_card_art_a::before{content: '立即购买';font-size: 14px;}@media screen and (max-width: 700px){.xc_card_art_a{display: block !important;width: 100%;text-align: center;margin-top: 10px !important;}.xc_card_art_cent{width: calc(100% - 80px);}}/* ===== [xccard] 简洁样式 ===== *//* 卡片容器 */.xc_card_art {display: flex;align-items: center;justify-content: space-between;background: #ffffff;border-radius: 12px;padding: 16px 20px 16px 16px;margin: 12px 0;box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);border: 1px solid #f1f3f5;transition: all 0.25s ease;}.xc_card_art:hover {box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);transform: translateY(-2px);}/* ===== 左侧图标 ===== */.xc_card_art_ico {width: 44px;height: 44px;min-width: 44px;min-height: 44px;border-radius: 50%;margin-right: 16px;display: flex !important;align-items: center !important;justify-content: center !important;font-size: 20px;font-weight: 700;color: #fff;flex-shrink: 0;background: #818cf8;}/* 第1个卡片：月度会员 - 橙色 */.xc_card_art:nth-child(1) .xc_card_art_ico {background: #f59e0b;color: #fff;}/* 第2个卡片：年度会员 - 绿色 */.xc_card_art:nth-child(2) .xc_card_art_ico {background: #22c55e;color: #fff;}/* 第3个卡片：永久会员 - 紫色 */.xc_card_art:nth-child(3) .xc_card_art_ico {background: #8b5cf6;color: #fff;}/* 图标内容 - 用文字显示 */.xc_card_art_ico::before {display: flex;align-items: center;justify-content: center;width: 100%;height: 100%;}.xc_card_art:nth-child(1) .xc_card_art_ico::before {content: "月";}.xc_card_art:nth-child(2) .xc_card_art_ico::before {content: "年";}.xc_card_art:nth-child(3) .xc_card_art_ico::before {content: "永";}/* ===== 中间内容区域 ===== */.xc_card_art_cent {flex: 1;min-width: 0;display: flex;flex-direction: column;justify-content: center;}/* 商品名称 */.xc_card_art_cent_f {font-size: 16px;font-weight: 600;color: #1e293b;line-height: 1.5;margin-bottom: 2px;}/* ===== 四个特点标签（修复：确保可见） ===== */.xc_card_art_cent_t {display: flex !important;flex-wrap: wrap;align-items: center;margin-top: 4px;visibility: visible !important;opacity: 1 !important;}.xc_card_art_cent_t span {display: inline-block !important;font-size: 13px;color: #64748b !important;line-height: 1.6;visibility: visible !important;opacity: 1 !important;}.xc_card_art_cent_t span:not(:last-child)::after {content: "·";color: #cbd5e1;margin: 0 8px;}/* ===== 右侧“立即购买”按钮 ===== */.xc_card_art_a {display: inline-block;background: #6366f1;color: #fff !important;font-size: 14px;font-weight: 500;padding: 8px 24px;border-radius: 30px;text-decoration: none !important;white-space: nowrap;transition: all 0.25s ease;flex-shrink: 0;text-align: center;}.xc_card_art_a:hover {background: #4f46e5;transform: scale(1.03);color: #fff !important;}/* ===== 移动端适配 ===== */@media (max-width: 600px) {.xc_card_art {flex-wrap: wrap;padding: 14px 16px;}.xc_card_art_cent {flex: 1 1 100%;margin: 6px 0 10px;order: 2;}.xc_card_art_ico {order: 1;}.xc_card_art_a {order: 3;width: 100%;text-align: center;padding: 10px 0;font-size: 15px;}.xc_card_art_cent_f {font-size: 15px;}.xc_card_art_cent_t span {font-size: 12px;}}