/* Copyright XiYue. 3848020810 */
/* 未经允许二改/盗用/抄袭死爹烂妈 */
.price-wrap{max-width:960px;margin:0 auto;padding:24px 20px 0;opacity:0;animation:fadeInUp .68s ease-out .24s forwards}.plan-cards{display:grid;gap:18px;margin-bottom:18px}.plan-card,.buy-channel,.plan-note{border-radius:24px;padding:26px}.plan-title{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:14px}.plan-title span{font-size:22px;font-weight:800;line-height:1.4}.plan-price{font-size:30px;font-weight:900;color:var(--accent-strong)}.plan-desc,.plan-note p,.buy-channel p,.plan-features li{color:var(--muted);line-height:1.75}.plan-features{display:grid;gap:10px}.plan-features li{list-style:none;display:flex;gap:10px;font-size:15px}.plan-features li::before{content:'✦';color:var(--accent-strong)}.buy-channel a{color:inherit;text-decoration:none;display:block}.buy-channel h2,.plan-note h2{font-size:22px;margin-bottom:12px}.buy-channel .tips{font-size:13px}.plan-note p + h2{margin-top:18px}@media (max-width:720px){.price-wrap{padding:18px 12px 0}.plan-title{flex-direction:column}}