.mi-vips-container {
    margin: 0 auto;
    padding: 40px 20px;
  }

  /* 欢迎区域 - 高端重写 */
  .mi-vips-welcome {
    text-align: center;
    margin-bottom: 60px;
  }
  .mi-vips-welcome-title {
    font-size: 38px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 16px;
    letter-spacing: 1px;
  }
  .mi-vips-welcome-desc {
    font-size: 17px;
    color: #555;
    line-height: 1.7;
  }

  /* VIP等级卡片 - 布局全面优化 */
  .mi-vips-level-list {
    display: grid;
    gap: 24px;
    margin-bottom: 60px;
    grid-template-columns: repeat(4, 1fr);
  }
  .mi-vips-level-card {
    flex: 1;
    border: 1px solid #eeeeee;
    border-radius: 16px;
    padding: 32px 28px;
    position: relative;
    background: #ffffff;
    transition: all 0.35s ease;
    display: flex;
    flex-direction: column;
  }
  /* 角标 —— 卡片内部右上角 */
  .mi-vips-level-tag {
      position: absolute;
      top: 0;
      right: 0;
      background-color: #67c23a;
      color: #fff;
      padding: 5px 12px;
      border-radius: 0 20px;
      font-size: 12px;
      font-weight: 600;
  }
  .mi-vips-level-name {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    color: #000000;
  }
  .mi-vips-level-desc {
    text-align: center;
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .mi-vips-level-price {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #2a7e46;
    margin-bottom: 10px;
  }
  .mi-vips-level-price span {
    font-size: 14px;
    color: #666666;
    font-weight: 400;
  }
  .mi-vips-level-feature {
    margin-bottom: 36px;
    flex: 1;
  }
  .mi-vips-level-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #555;
    margin-bottom: 16px;
  }
  .mi-vips-level-feature-item i {
    color: #2a7e46;
    font-size: 16px;
    margin-right: 10px;
  }
  /* 精致小按钮 */
  .mi-vips-level-btn {
    width: 100%;
    height: 38px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    margin-top: auto;
  }

  /* 骨架屏样式 */
  .mi-vipsgjp-card {
    animation: mi-vipsgjp-shine 1.2s infinite linear;
    background: linear-gradient(90deg, #f5f5f5 25%, #f0f0f0 50%, #f5f5f5 75%);
    background-size: 200% 100%;
    border: none;
  }
  .mi-vipsgjp-tag {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 24px;
    background: #e0e0e0;
    border-radius: 0 20px;
  }
  .mi-vipsgjp-name {
    width: 80px;
    height: 24px;
    background: #e0e0e0;
    border-radius: 4px;
    margin: 0 auto 10px;
  }
  .mi-vipsgjp-desc {
    width: 160px;
    height: 16px;
    background: #e0e0e0;
    border-radius: 4px;
    margin: 0 auto 28px;
  }
  .mi-vipsgjp-price {
    width: 100px;
    height: 30px;
    background: #e0e0e0;
    border-radius: 4px;
    margin: 0 auto 32px;
  }
  .mi-vipsgjp-feature {
    flex: 1;
    margin-bottom: 36px;
  }
  .mi-vipsgjp-feature-item {
    width: 100%;
    height: 16px;
    background: #e0e0e0;
    border-radius: 4px;
    margin-bottom: 16px;
  }
  .mi-vipsgjp-btn {
    width: 100%;
    height: 38px;
    background: #e0e0e0;
    border-radius: 6px;
    margin-top: auto;
  }
  @keyframes mi-vipsgjp-shine {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
  }

  /* 核心权益 */
  .mi-vips-rights {
    margin-bottom: 80px;
  }
  .mi-vips-rights-title {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    color: #000000;
  }
  .mi-vips-rights-list {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
  }
  .mi-vips-rights-item {
    flex: 1;
    text-align: center;
    padding: 28px 24px;
    border-radius: 16px;
    background: #fff;
    transition: 0.3s;
  }
  .mifont.mi-vips-rights-icon {
    font-size: 26px;
    color: #2a7e46;
    margin-bottom: 18px;
  }
  .mi-vips-rights-item-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000000;
  }
  .mi-vips-rights-item-desc {
    font-size: 13px;
    color: #666666;
    line-height: 1.6;
  }

  /* 注意事项 - 折叠面板 */
  .mi-vips-notice {
    margin-bottom: 40px;
  }
  .mi-vips-notice-title {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 24px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .mi-vips-collapse {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    background: #fafafa;
  }
  .mi-vips-collapse .el-collapse-item {
    border-bottom: 1px solid #eee !important;
  }
  .mi-vips-collapse .el-collapse-item:last-child {
    border-bottom: none !important;
  }
  .mi-vips-collapse .el-collapse-item__header {
    background: #fff !important;
    font-size: 15px;
    font-weight: 600;
    color: #222 !important;
    height: 54px;
    line-height: 54px;
    padding-left: 24px;
    transition: all 0.2s;
  }

  .mi-vips-collapse .el-collapse-item__content {
    background: #fff;
    padding: 20px 28px;
    font-size: 14px;
    color: #555;
    line-height: 1.9;
    border-top: 1px solid #eee;
  }

  .el-button--primary.mi-user-vip-btn-active {
    background: #303133 !important;
    color: #adb5bd;
    cursor: not-allowed;
}