/* ===== Hero Section ===== */
.hero-section {
    position: relative;
    width: 100%;
    height: 980px;
    overflow: hidden;
}

.page-hero {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    inset: 0;
}

.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.4) 100%);
}

.hero-content {
    position: absolute;
    left: 401px;
    bottom: 140px;
    z-index: 2;
}

.hero-content.centered {
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
    text-align: center;
}

.hero-title {
    font-family: "Alibaba PuHuiTi 3.0", sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 16px;
}

.hero-subtitle {
    font-family: "Alibaba PuHuiTi 3.0", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.35;
    max-width: 813px;
}

.hero-brand {
    position: absolute;
    right: 100px;
    bottom: 150px;
    z-index: 2;
}

/* ===== Products Section ===== */
.products-section {
    padding: 80px 0;
    max-width: 1280px;
    margin: 0 auto;
}

.products-section.wide {
    padding: 60px 0 100px;
}

/* ===== Auth Pages ===== */
.page-auth {
    min-height: calc(100vh - 60px - 480px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 20px;
    background: #fff;
}

.auth-container {
    width: 606px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.auth-title {
    font-family: "Alibaba PuHuiTi 3.0", sans-serif;
    font-size: 48px;
    font-weight: 500;
    color: #141414;
    text-align: center;
    line-height: 1.2;
}

.auth-subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 24px;
    font-weight: 300;
    color: #141414;
}

.auth-subtitle a {
    color: #3365c1;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.auth-form {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

/* ===== Cart Page ===== */
.page-cart {
    padding: 151px 0 100px;
    background: #fff;
}

.cart-title {
    font-family: "Alibaba PuHuiTi 3.0", sans-serif;
    font-size: 64px;
    font-weight: 500;
    color: #141414;
    text-align: center;
    margin-bottom: 16px;
    line-height: 1.3;
}

.cart-subtitle {
    font-family: "Alibaba PuHuiTi 3.0", sans-serif;
    font-size: 24px;
    font-weight: 300;
    color: #141414;
    text-align: center;
    margin-bottom: 26px;
}

.cart-checkout-top {
    display: block;
    width: 414px;
    margin: 0 auto 37px;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    transition: background 0.2s;
}

.cart-checkout-top:hover {
    background: #2851a0;
}

.cart-items-wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.cart-item {
    display: flex;
    align-items: center;
    gap: 35px;
    padding: 45px 0;
    border-bottom: 1px solid #cecece;
}

.cart-item .item-image {
    width: 240px;
    height: 240px;
    border-radius: 20px;
    overflow: hidden;
    flex-shrink: 0;
    border: 1px solid #999;
}

.cart-item .item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-item .item-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 43px;
}

.item-name-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.item-name-row .item-name {
    font-family: "Alibaba PuHuiTi 3.0", sans-serif;
    font-size: 36px;
    font-weight: normal;
    color: #141414;
    line-height: 1.2;
    padding-right: 10px;
}

.item-price-row {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
}

.qty-stepper {
    display: inline-flex;
    align-items: center;
    border: 1px solid #999;
    border-radius: 10px;
    overflow: hidden;
}

.qty-btn {
    width: 48px;
    height: 53px;
    font-size: 24px;
    font-weight: 500;
    color: #333;
    background: #fff;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qty-btn:hover {
    background: #f5f5f5;
}

.qty-btn:disabled {
    color: #ccc;
    cursor: not-allowed;
    background: #fff;
}

.qty-value {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 53px;
    font-size: 24px;
    font-weight: 500;
    color: #141414;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.item-price-row .item-price {
    font-family: "Alibaba PuHuiTi 3.0", sans-serif;
    font-size: 36px;
    font-weight: 500;
    color: #141414;
    text-align: right;
    white-space: nowrap;
}

.cart-item .item-remove {
    align-self: flex-end;
    font-family: "Alibaba PuHuiTi 3.0", sans-serif;
    font-size: 24px;
    font-weight: 300;
    background: none;
    border: none;
    text-align: right;
    cursor: pointer;
    padding: 0;
}

.cart-item .item-remove:hover {
    color: #e74c3c;
}

.cart-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 346px;
    padding: 30px 0;
    margin-top: 25px;
}

.cart-summary .summary-label {
    font-family: "Alibaba PuHuiTi 3.0", sans-serif;
    font-size: 48px;
    font-weight: 500;
    color: #141414;
}

.cart-summary .summary-price {
    font-family: "Alibaba PuHuiTi 3.0", sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #141414;
    text-align: right;
}

.page-cart .btn-checkout {
    width: 100%;
    max-width: 770px;
    margin: 0 auto 0;
    display: block;
    padding: 21px 203px;
    background: #3365c1;
    color: #fff;
    border-radius: 20px;
    font-size: 32px;
    font-weight: 300;
    text-align: center;
    transition: background 0.2s;
}

.page-cart .btn-checkout:hover {
    background: #2851a0;
}

/* ===== Product Detail Page ===== */
.page-product-detail {
    padding-bottom: 100px;
}

.product-info-section.top {
    padding-top: 120px;
    padding-bottom: 60px;
    max-width: 1280px;
    margin: 0 auto;
}

.product-info-card {
    display: flex;
    gap: 80px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #cebdbd;
    overflow: hidden;
}

.info-image {
    width: 640px;
    height: 614px;
    flex-shrink: 0;
}

.info-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px 0 0 20px;
}

.info-content {
    flex: 1;
    padding: 40px 40px 40px 0;
    display: flex;
    flex-direction: column;
}

.info-text {
    flex: 1;
}

.info-name {
    font-family: "Anton", sans-serif;
    font-size: 64px;
    font-weight: normal;
    color: #333;
    line-height: 1;
    margin-bottom: 12px;
}

.info-subtitle {
    font-size: 20px;
    font-weight: 700;
    color: #999;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.info-desc {
    font-size: 20px;
    font-weight: 300;
    color: #999;
    line-height: 1.8;
    margin-bottom: 30px;
}

.info-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.info-price {
    font-size: 52px;
    font-weight: 600;
    color: #333;
}

/* Detail Hero with Features Overlay */
.detail-hero {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.detail-hero .hero-bg {
    position: absolute;
    inset: 0;
}

.detail-hero .hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-hero .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.5) 100%);
}

.features-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    z-index: 2;
}

.features-watermark {
    font-family: "Anton", sans-serif;
    font-size: 96px;
    color: #fff;
    opacity: 0.2;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1;
}

.features-overlay .features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 60px;
    max-width: 1280px;
    width: 100%;
}

.features-overlay .feature-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 8px 0;
}

.feature-bullet {
    width: 21px;
    height: 21px;
    border: 1px solid #fff;
    background: #fff;
    flex-shrink: 0;
}

.feature-texts {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.feature-value {
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    line-height: 1.2;
}

.feature-label {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 1.2;
}

/* Detail Images */
.detail-images-section {
    max-width: 1280px;
    margin: 80px auto 0;
    padding: 0 20px;
}

.detail-images-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.detail-image {
    border-radius: 0;
    overflow: hidden;
    border: 1px solid #999;
}

.detail-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Bottom Add to Cart */
.detail-action {
    display: flex;
    justify-content: center;
    padding: 80px 20px 0;
}

.btn-add-cart-bottom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 390px;
    height: 74px;
    background: #e3a348;
    color: #fff;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
}

.btn-add-cart-bottom:hover {
    background: #d4933a;
}

/* ===== User Center - Profile ===== */
.page-profile {
    padding-bottom: 100px;
}

.profile-section {
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 20px 0;
}

.profile-section .section-header {
    margin-bottom: 40px;
}

.profile-card {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #cebdbd;
    overflow: hidden;
}

.profile-avatar {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 40px 50px;
    border-bottom: 1px solid #eee;
}

.avatar-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.avatar-name {
    font-family: "Alibaba PuHuiTi 3.0", sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #141414;
    margin-bottom: 4px;
}

.avatar-email {
    font-size: 16px;
    color: #999;
}

.profile-form-wrap {
    padding: 40px 50px;
}

.profile-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.form-group.full {
    grid-column: 1 / -1;
}

.form-label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
}

.form-divider {
    width: 100%;
    height: 1px;
    background: #eee;
    margin: 8px 0;
}

.form-section-title {
    font-family: "Alibaba PuHuiTi 3.0", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #141414;
}

.form-actions {
    padding-top: 16px;
}

.form-actions .btn {
    min-width: 180px;
}

/* ===== User Center - Orders ===== */
.page-orders {
    padding-bottom: 100px;
}

.orders-section {
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 20px 0;
}

.orders-section .section-header {
    margin-bottom: 40px;
}

.orders-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.order-card {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #cebdbd;
    padding: 30px 40px;
    transition: box-shadow 0.3s ease;
}

.order-card:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

.order-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
}

.order-meta {
    display: flex;
    align-items: center;
    gap: 20px;
}

.order-number {
    font-size: 18px;
    font-weight: 600;
    color: #141414;
}

.order-date {
    font-size: 14px;
    color: #999;
}

.order-status {
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
}

.order-status.delivered {
    background: #e8f5e9;
    color: #2e7d32;
}

.order-status.shipped {
    background: #e3f2fd;
    color: #1565c0;
}

.order-status.processing {
    background: #fff3e0;
    color: #ef6c00;
}

.order-status.cancelled {
    background: #f5f5f5;
    color: #999;
}

.order-items-preview {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 20px;
}

.preview-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.preview-image {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #eee;
    flex-shrink: 0;
}

.preview-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.preview-qty {
    font-size: 13px;
    font-weight: 500;
    color: #666;
}

.order-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order-total {
    font-size: 16px;
    color: #666;
}

.order-total strong {
    font-size: 20px;
    font-weight: 600;
    color: #141414;
}

.btn-outline {
    padding: 12px 28px;
    background: transparent;
    color: #333;
    border: 1px solid #cebdbd;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s;
}

.btn-outline:hover {
    border-color: #3365c1;
    color: #ffffff;
}

/* ===== User Center - Order Detail ===== */
.page-order-detail {
    padding-bottom: 100px;
}

.order-detail-section {
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 20px 0;
}

.order-detail-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.order-detail-title {
    display: flex;
    align-items: baseline;
    gap: 16px;
}

.order-detail-title .title {
    font-size: 36px;
    font-weight: 500;
}

.order-detail-title .order-number {
    font-size: 16px;
    color: #999;
}

.order-detail-grid {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 30px;
}

.order-detail-card {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #cebdbd;
    padding: 30px;
}

.order-detail-card .card-title {
    font-family: "Alibaba PuHuiTi 3.0", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #141414;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
}

.order-detail-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 16px 0;
    border-bottom: 1px solid #f5f5f5;
}

.detail-item:last-child {
    border-bottom: none;
}

.detail-item-image {
    width: 100px;
    height: 100px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #eee;
    flex-shrink: 0;
}

.detail-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-item-info {
    flex: 1;
    min-width: 0;
}

.detail-item-name {
    font-size: 16px;
    font-weight: 500;
    color: #141414;
    margin-bottom: 4px;
    line-height: 1.4;
}

.detail-item-spec {
    font-size: 14px;
    color: #999;
}

.detail-item-qty {
    font-size: 14px;
    color: #666;
    width: 40px;
    text-align: center;
    flex-shrink: 0;
}

.detail-item-price {
    font-size: 16px;
    font-weight: 600;
    color: #141414;
    width: 100px;
    text-align: right;
    flex-shrink: 0;
}

.summary-rows {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    color: #666;
}

.summary-row.total {
    font-size: 18px;
    font-weight: 600;
    color: #141414;
}

.summary-divider {
    width: 100%;
    height: 1px;
    background: #eee;
    margin: 4px 0;
}

.shipping-address {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.shipping-name {
    font-size: 16px;
    font-weight: 500;
    color: #141414;
}

.shipping-line {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.info-rows {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.info-row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.info-label {
    color: #999;
}

.info-value {
    color: #333;
    font-weight: 500;
}

.order-detail-main, 
.order-detail-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.order-detail-back {
    margin-top: 40px;
}

.back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #333;
    transition: color 0.2s;
}

.back-link:hover {
    color: #3365c1;
}

/* ===== User Center ===== */
.page-user-center {
    padding-bottom: 100px;
}

.user-center-section {
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 20px 0;
}

.user-center-section .section-header {
    margin-bottom: 30px;
}

.user-tabs {
    display: flex;
    align-items: center;
    gap: 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
}

.tab-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 500;
    color: #999;
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    top: 1px;
}

.tab-btn:hover {
    color: #666;
}

.tab-btn.active {
    color: #3365c1;
    border-bottom-color: #3365c1;
}

.tab-panel {
    display: none;
}

.tab-panel.active {
    display: block;
}

/* Sticky Tabs */
.user-tabs {
    position: sticky;
    top: 60px;
    z-index: 100;
    background: #fff;
    transition: box-shadow 0.3s ease;
}

.user-tabs.is-sticky {
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

/* ===== Scroll Reveal Animation ===== */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* ===== Checkout Page ===== */
.page-checkout {
    padding-bottom: 100px;
}

.checkout-section {
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 20px 0;
}

.checkout-section .section-header {
    margin-bottom: 40px;
}

.checkout-grid {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 30px;
    align-items: start;
}

.checkout-card {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #cebdbd;
    padding: 35px 40px;
}

.checkout-card .card-title {
    font-family: "Alibaba PuHuiTi 3.0", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #141414;
    margin-bottom: 28px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
}

.checkout-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.checkout-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.checkout-form .form-group.full {
    grid-column: 1 / -1;
}

.textarea-wrapper {
    padding: 12px 20px;
    align-items: flex-start;
}

.textarea-wrapper textarea {
    flex: 1;
    border: none;
    background: none;
    font-size: 16px;
    color: #333;
    resize: vertical;
    width: 100%;
    line-height: 1.6;
}

.checkout-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: sticky;
    top: 80px;
}

.checkout-items {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #eee;
}

.checkout-item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.checkout-item-image {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #eee;
    flex-shrink: 0;
}

.checkout-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.checkout-item-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.checkout-item-name {
    font-size: 14px;
    font-weight: 500;
    color: #141414;
    line-height: 1.4;
}

.checkout-item-qty {
    font-size: 13px;
    color: #999;
}

.checkout-item-price {
    font-size: 15px;
    font-weight: 600;
    color: #141414;
    flex-shrink: 0;
}

.btn-checkout-full {
    width: 100%;
    margin-top: 20px;
    padding: 18px;
    font-size: 18px;
    font-weight: 500;
}

/* Success Modal */
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modal-content {
    background: #fff;
    border-radius: 20px;
    padding: 50px 60px;
    max-width: 520px;
    width: 90%;
    text-align: center;
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.modal-overlay.active .modal-content {
    transform: translateY(0);
}

.modal-icon {
    margin-bottom: 20px;
}

.modal-title {
    font-family: "Alibaba PuHuiTi 3.0", sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #141414;
    margin-bottom: 10px;
}

.modal-desc {
    font-size: 16px;
    color: #666;
    margin-bottom: 28px;
}

.modal-order {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 28px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.modal-label {
    font-size: 13px;
    color: #999;
}

.modal-number {
    font-size: 20px;
    font-weight: 600;
    color: #141414;
    font-family: "Alibaba PuHuiTi 3.0", sans-serif;
}

.modal-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
}
