/**
---------------------------------------弹窗购买部分CSS:Start-----------------------------------------------
 */
.open-commodity, .open-query {
    padding: 50px;
}

.commodity-di .general, .draft_status {
    font-size: 14px;
    color: #7c7674;
}

.commodity_name {
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ff7c7c3b;
    margin-bottom: 20px;
    color: #7a7878;
}

.layui-layer[type=page] {
    background: linear-gradient(#ffffffed, #ffe7f4) !important;
    border-radius: 20px !important;
}

.layui-layer {
    box-shadow: rgb(253 173 204 / 35%) 0px 7px 29px 0px !important;
    background: -moz-linear-gradient(top, #ffdede 0%, #ffffff 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffdede), color-stop(100%, #ffffff)) !important;
    background: -webkit-linear-gradient(top, #ffdede 0%, #ffffff 100%) !important;
    background: -o-linear-gradient(top, #ffdede 0%, #ffffff 100%) !important;
    background: -ms-linear-gradient(top, #ffdede 0%, #ffffff 100%) !important;
    background: linear-gradient(to bottom, #ffdede 0%, #ffffff 100%) !important;
}

.layui-layer-hui {
    font-weight: bold !important;
    color: #6793e8 !important;
    border-radius: 20px !important;
}

.layui-layer-content {
    border-radius: 20px !important;
}

.share_url {
    color: #8e8eefbd;
    cursor: pointer;
    font-size: 14px;
}

.description {
    font-size: 14px;
    color: grey;
}

.description p {
    font-size: 14px !important;
    margin-bottom: 0 !important;
}

.seckill_end_time {
    color: #4caf50 !important;
}

.seckill_start_time {
    color: orangered !important;
}

.commodity-di .price {
    color: green;
    font-weight: bold;
    font-size: 14px !important;
}

.commodity-di .price_tips {
    color: #6772e5;
}

.delivery_way_hand {
    color: white;
    background: #ff000066;
    padding: 2px 4px;
    border-radius: 5px;
    font-size: 12px;
}

.delivery_way_auto {
    color: white;
    background: #00800078;
    padding: 2px 4px;
    border-radius: 5px;
    font-size: 12px;
}

.layui-layer-page input[type=text], .commodity-di input[type=number], .commodity-di input[type=password], .commodity-di input[type=email] {
    display: inline-block !important;
    width: 240px;
    height: 28px;
    background: rgba(255, 255, 255) !important;
    border-radius: 5px !important;
    padding-left: 6px !important;
    border: none;
}

.layui-layer-page textarea {
    background: rgba(255, 255, 255, .5);
    border-radius: 10px;
}

.layui-layer-page textarea:focus {
    outline: none;
}

.layui-layer-page input::placeholder {
    color: #6c6a6a !important;
}

.layui-layer-page input:focus {
    outline: none;
}


.purchase_num {
    width: 80px !important;
}

.card_count {
    color: #0fb183;
}

.card_count_general {
    color: #a5620f !important;
}

.card_count_immediately {
    color: #f16868 !important;
}


.card_count_unknown {
    color: #35b98e !important;
}

.card_count_empty {
    color: #d1d2d6 !important;
}

.purchase_count {
    display: none;
    color: #26fbdd;
}

.captcha-input {
    width: 120px !important;
}

.commodity-di .captcha {
    position: relative;
    top: -2px;
    cursor: pointer;
}

.trade_amount {
    font-weight: bold;
    color: #e72451;
}

.qq-service {
    color: #2aa2e3;
    padding: 0 4px 0 0;
    font-size: 12px;
    margin: 0 4px 0 0;
    border-radius: 5px;
}

.web-service {
    color: #ff8484;
    padding: 0 4px 0 4px;
    margin: 0;
    font-size: 12px;
    border-radius: 5px;
}

.pay-content {
    border-top: 1px dashed #ff7c7c3b;
    margin-top: 20px;
    padding-top: 10px;
}

.pay-content label {
    font-size: 16px;
    color: #bba0a3;
}

.pay-button {
    position: relative;
    margin: 0 4px 8px 0;
    background-color: rgba(70, 166, 255, 0.42);
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid transparent;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    padding: 2px 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 0 1px 4px 0 #ff99e899;
    box-shadow: 0 1px 4px 0 #ff99e899;
    color: grey;
}

.pay-button:hover {
    color: white;
    background-color: rgba(227, 165, 165, 0.53);
}


.pay-button img {
    height: 22px;
    border-radius: 6px;
}

.pay_list {
    padding-top: 10px;
}

.draft_status {
    display: none;
}

.draft_status button[type=button] {
    border-radius: 5px;
    background-color: #f3b0b09e;
    color: white;
    cursor: pointer;
    padding: 1px 5px 1px 5px;
    border: none;
}

.draft_status button[type=button]:focus {
    outline: none;
}

.draft_status button[type=button]:disabled {
    background-color: rgba(239, 239, 239, 0.3);
    color: grey;
}

.draft_premium {
    color: red;
}

.draft_status table {
    margin: 10px 0 5px 0;
}

.draft_status .draftCard label {
    font-size: 14px;
    color: grey;
}


.need-login {
    margin-top: 10px;
    font-size: 14px;
    color: #ed8181;
    font-weight: bold;
}

.need-login a {
    color: #526ccb;
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
    width: 5px;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(246, 193, 193, 0.3);
    border-radius: 10px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(245, 196, 196, 0.1);
    -webkit-box-shadow: inset 0 0 6px rgba(236, 186, 186, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 0, 0, 0.2);
}

.lot {
    font-size: 12px;
    list-style-type: none;
    padding: 0;
    color: #0fb183;
}

.open-query .search-query {
    border: none;
    font-size: 14px;
    color: white;
    background: #e9b4ed;
    padding: 2px 10px;
    border-radius: 5px;
}

.open-query .search-value {
    width: 280px;
}

.open-query .search-query:focus {
    outline: none;
}

.open-query .search-page {
    border-bottom: 1px dashed #ff7c7c3b;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.open-query .hr-top {
    border-bottom: 1px dashed #ff7c7c3b;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.open-query .getCard {
    cursor: pointer;
    color: white;
    background: #f1b4ca;
    padding: 1px 5px;
    font-size: 14px;
    border-radius: 5px;
}

.open-query .card-textarea {
    border: 1px solid #f3c0c066;
    width: 100%;
    padding: 10px;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .open-commodity, .open-query {
        padding: 20px;
    }

    .layui-layer[type=page] {
        border-radius: 0 !important;
    }
}


/**
---------------------------------------弹窗购买部分CSS:End-----------------------------------------------
 */

.race-click {
    margin-right: 8px;
    padding: 1px 8px;
    text-align: center;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    user-select: none;
    transition: all .3s ease;
}

.race-click.checked {
    border: 1px solid #03a9f4;
}

.toka-navbar-brand,
.toka-brand-main {
    display: inline-flex;
    align-items: center;
}

.toka-navbar-brand a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.toka-brand-avatar {
    display: block;
    width: 30px;
    height: 30px;
    object-fit: cover;
}

.toka-brand-name {
    display: inline-flex;
    align-items: center;
    margin-left: 6px;
    line-height: 30px;
}


.category-list table tr th:nth-child(4), .category-list table tr td:nth-child(4), .shop-content table tr th:nth-child(4), .shop-content table tr td:nth-child(4) {
    position: relative;
    right: 0;
    width: 60px;
    text-align: center;
}

.category-list table tr th:nth-child(3), .category-list table tr td:nth-child(3), .shop-content table tr th:nth-child(3), .shop-content table tr td:nth-child(3) {
    position: relative;
    right: 50px;
    width: 80px;
    text-align: center;
}

.category-list table tr th:nth-child(2), .category-list table tr td:nth-child(2), .shop-content table tr th:nth-child(2), .shop-content table tr td:nth-child(2) {
    position: relative;
    right: 80px;
    width: 80px;
    text-align: center;
    margin: 0 20px;
}

.category-list {
    overflow-y: scroll;
    padding: 0 1rem 0 1rem !important;
    user-select: none;
}

.content-wrapper .toka-home-container {
    width: 90vw !important;
    max-width: 1584px !important;
}

.toka-home-row {
    margin-left: -12px;
    margin-right: -12px;
}

.toka-home-row > [class*="col-"] {
    padding-left: 12px;
    padding-right: 12px;
}

@media screen and (min-width: 769px) {
    .toka-category-panel {
        flex: 0 0 26%;
        max-width: 26%;
    }

    .toka-shop-panel {
        flex: 0 0 74%;
        max-width: 74%;
    }
}

.category-list .category-items {
    height: 768px;
    display: block;
}

.commodity-icon {
    width: 21px;
}

.category-list .commodity-icon {
    width: 23px;
}

.shop-content {
    height: 768px;
    display: block;
    overflow-y: scroll;
}


.category-list .category-items .item:hover {
    color: #e7a7ed;
}


.shop-content table .item td:nth-child(1) {
    font-weight: bolder;
    padding-right: 64px;
}

@media screen and (max-width: 768px) {
    .category-list table tr th:nth-child(2), .category-list table tr td:nth-child(2), .shop-content table tr th:nth-child(2), .shop-content table tr td:nth-child(2) {
        right: 0;
    }

    .category-list table tr th:nth-child(3), .category-list table tr td:nth-child(3), .shop-content table tr th:nth-child(3), .shop-content table tr td:nth-child(3) {
        right: 0;
    }

    .col-xs-12 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .shop-content table .item td:nth-child(1) {
        font-weight: bolder;
        padding-right: 0;
    }

    .category-list .category-items {
        height: 240px;
    }

    .category-list .category,
    .category-list .category-label {
        font-size: 14px;
    }

    .category-list .commodity-icon {
        width: 21px;
    }

    .toka-home-container {
        width: 100% !important;
        max-width: 100% !important;
    }
}


.category-list table .item, .shop-content table .item {
    border-bottom: 1px solid #efefef;
}

.category-list table .item:nth-last-child(1), .shop-content table .item:nth-last-child(1) {
    border-bottom: none;
}


.category-list table .head th, .shop-content table .head th {
    padding: 10px 0;
    font-weight: bold !important;
    font-size: 14px;
}

.category-list table .item td, .shop-content table .item td {
    padding: 10px 0;
    font-size: 14px;
    font-weight: bolder;
}

.category-list table .head th:nth-child(1), .shop-content table .head th:nth-child(1) {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.category-list table .head th:nth-child(4), .shop-content table .head th:nth-child(4) {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.category-list table .item td:nth-child(1), .shop-content table .item td:nth-child(1) {
    font-weight: bolder;
}


.category-list table .item td:nth-child(2), .shop-content table .item td:nth-child(2) {
    color: #fe00dc;
    padding-right: 2px;
}

.category-list table .item td:nth-child(3), .shop-content table .item td:nth-child(3) {
    color: #2ec25d;
    padding-right: 5px;
}

.shop-content table .item td:nth-child(4) a {
    border-radius: 10px;
    border: 1px solid transparent;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    padding: 2px 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 0 1px 4px 0 #ff99e899;
    box-shadow: 0 1px 4px 0 #ff99e899;
    color: grey;
}

.shop-content .layui-table {
    width: 100%;
    table-layout: fixed;
}

.shop-content table tr th,
.shop-content table tr td {
    position: static !important;
    right: auto !important;
    vertical-align: middle;
}

.shop-content table .head th {
    padding: 12px 8px;
    font-size: 15px;
    text-align: left;
}

.shop-content table .item td {
    padding: 12px 8px;
    font-size: 15px;
    line-height: 1.45;
}

.shop-content table .head th:nth-child(1),
.shop-content table .item td:nth-child(1) {
    width: auto;
    padding-left: 12px;
    padding-right: 12px;
    text-align: left;
}

.shop-content table .head th:nth-child(2),
.shop-content table .item td:nth-child(2) {
    width: 110px;
    padding-right: 0;
    text-align: center;
}

.shop-content table .head th:nth-child(3),
.shop-content table .item td:nth-child(3) {
    width: 110px;
    padding-right: 0;
    text-align: center;
}

.shop-content table .head th:nth-child(4),
.shop-content table .item td:nth-child(4) {
    width: 86px;
    text-align: center;
}

.shop-content .commodity-icon {
    width: 23px;
}

.shop-content table .item td:nth-child(4) a {
    padding: 3px 8px;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .shop-content table .head th {
        padding: 10px 4px;
        font-size: 14px;
    }

    .shop-content table .item td {
        padding: 10px 4px;
        font-size: 14px;
    }

    .shop-content table .head th:nth-child(2),
    .shop-content table .item td:nth-child(2) {
        width: 68px;
    }

    .shop-content table .head th:nth-child(3),
    .shop-content table .item td:nth-child(3) {
        width: 62px;
    }

    .shop-content table .head th:nth-child(4),
    .shop-content table .item td:nth-child(4) {
        width: 58px;
    }

    .shop-content .commodity-icon {
        width: 21px;
    }

    .shop-content table .item td:nth-child(4) a {
        padding: 2px 5px;
        font-size: 13px;
    }
}

p {
    font-size: 14px;
}

.category-list .category {
    cursor: pointer;
    font-size: 15px;
}

.category-list .category-line {
    display: flex;
    align-items: center;
    gap: 7px;
    width: 100%;
    min-width: 0;
}

.category-list .category-label {
    flex: 1;
    min-width: 0;
    line-height: 1.45;
    word-break: break-word;
    font-size: 15px;
}

.category-list .category-toggle,
.category-list .category-toggle-placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    min-width: 22px;
    text-align: center;
    color: #9aa4c6;
}

.category-list .category-toggle {
    border-radius: 50%;
    background: #f6f7fb;
    border: 1px solid #eceff6;
    font-size: 16px;
    transition: all .2s ease;
}

.category-list .category:hover .category-toggle,
.category-list .checked .category-toggle {
    color: #f588ce;
    background: #fff5fb;
    border-color: #f7d4ea;
}

.checked {
    border: none !important;
    color: #f588ce !important;
    font-weight: bold !important;
}


.commodity-search {
    border: 1px solid rgba(128, 128, 128, 0.11);
    border-radius: 4px;
    padding: 2px;
    padding-left: 10px;
    font-size: 14px;
    display: inline-block;
    width: 60%;
    height: 30px;
    text-align: center;
}

.search-btn {
    height: 30px;
    line-height: 15px;
    font-size: 14px;
}

.span-search {
    margin-left: 6px;
}

/* ========== 手机版公告 - 十三香风格 ========== */
/* 电脑/平板端保持原样，仅 <=768px 生效 */
/* 手机端元素由 JS 动态注入，仅在 isMobile 时存在于 DOM 中 */

@media screen and (max-width: 768px) {

    /* 公告外层容器 */
    .notice-html .card {
        border-radius: 16px;
        background: #f5f5f7;
        border: 1px solid #e5e5ea;
        box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.04);
        overflow: hidden;
    }

    /* 支持毛玻璃的浏览器增强 */
    @supports ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
        .notice-html .card {
            background: rgba(255, 255, 255, 0.55);
            -webkit-backdrop-filter: blur(24px);
            backdrop-filter: blur(24px);
            border: 1px solid rgba(255, 255, 255, 0.6);
        }
    }

    /* 公告头部 */
    .notice-html .card-header {
        background: transparent;
        border-bottom: none;
        padding: 14px 18px 0 18px;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        cursor: pointer;
    }

    .notice-html .card-title {
        margin: 0;
        font-size: 15px;
        font-weight: 700;
        color: #1d1d1f;
        letter-spacing: -0.2px;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        gap: 8px;
        pointer-events: none;
    }

    .notice-html .card-title .fa-bullhorn {
        color: #ff6b8a;
        font-size: 16px;
        -webkit-animation: noticePulse 2.4s ease-in-out infinite;
        animation: noticePulse 2.4s ease-in-out infinite;
    }

    @-webkit-keyframes noticePulse {
        0%, 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 0.85; }
        50% { -webkit-transform: scale(1.18); transform: scale(1.18); opacity: 1; }
    }
    @keyframes noticePulse {
        0%, 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 0.85; }
        50% { -webkit-transform: scale(1.18); transform: scale(1.18); opacity: 1; }
    }

    /* 展开/收起按钮 */
    .notice-toggle-btn {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.04);
        border: none;
        cursor: pointer;
        font-size: 16px;
        color: #86868b;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        -webkit-tap-highlight-color: transparent;
        outline: none;
        position: relative;
        z-index: 2;
    }

    .notice-toggle-btn:active {
        background: rgba(0, 0, 0, 0.1);
        -webkit-transform: scale(0.92);
        transform: scale(0.92);
    }

    .notice-toggle-btn .fa {
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
    }

    .notice-html.expanded .notice-toggle-btn .fa {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    /* 公告内容区域 - 默认折叠 */
    .notice-html .card-block {
        display: block;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        padding: 0 18px 0 18px;
        margin: 0;
        font-size: 14px;
        line-height: 1.65;
        color: #3a3a3c;
        -webkit-transition: max-height 0.35s ease, opacity 0.3s ease, padding 0.35s ease;
        transition: max-height 0.35s ease, opacity 0.3s ease, padding 0.35s ease;
    }

    /* 展开状态 - JS 会动态设置 max-height 具体值 */
    .notice-html.expanded .card-block {
        opacity: 1;
        padding: 10px 18px 14px 18px;
    }

    /* 折叠时的摘要提示 */
    .notice-collapsed-hint {
        display: block;
        padding: 2px 18px 10px 18px;
        font-size: 13px;
        color: #8e8e93;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.5;
        -webkit-transition: opacity 0.25s ease;
        transition: opacity 0.25s ease;
    }

    .notice-html.expanded .notice-collapsed-hint {
        display: none;
    }

    /* ========== 手机版公告弹窗通知 ========== */
    .mobile-notice-toast {
        position: fixed;
        top: 50%;
        left: 24px;
        right: 24px;
        z-index: 9999;
        background: #ffffff;
        border-radius: 24px;
        border: 1px solid #e5e5ea;
        -webkit-box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12), 0 4px 12px rgba(0, 0, 0, 0.06);
        box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12), 0 4px 12px rgba(0, 0, 0, 0.06);
        padding: 24px 20px 20px 20px;
        -webkit-transform: translateY(-50%) scale(0.9);
        transform: translateY(-50%) scale(0.9);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.35s ease;
        transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.35s ease;
    }

    /* 支持毛玻璃的浏览器增强 */
    @supports ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
        .mobile-notice-toast {
            background: rgba(255, 255, 255, 0.95);
            -webkit-backdrop-filter: blur(40px);
            backdrop-filter: blur(40px);
            border: 1px solid rgba(255, 255, 255, 0.8);
        }
    }

    .mobile-notice-toast.show {
        -webkit-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    /* 弹窗头部 */
    .mobile-notice-toast .toast-header {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        gap: 12px;
        margin-bottom: 14px;
    }

    .mobile-notice-toast .toast-icon {
        width: 44px;
        height: 44px;
        border-radius: 14px;
        background: #ff6b8a;
        background: -webkit-linear-gradient(135deg, #ff6b8a, #ff8fab);
        background: linear-gradient(135deg, #ff6b8a, #ff8fab);
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        font-size: 20px;
        color: #fff;
        -webkit-box-shadow: 0 4px 16px rgba(255, 107, 138, 0.35);
        box-shadow: 0 4px 16px rgba(255, 107, 138, 0.35);
    }

    .mobile-notice-toast .toast-title {
        font-size: 18px;
        font-weight: 700;
        color: #1d1d1f;
        letter-spacing: -0.3px;
    }

    .mobile-notice-toast .toast-close {
        margin-left: auto;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: none;
        background: rgba(0, 0, 0, 0.05);
        color: #86868b;
        font-size: 14px;
        cursor: pointer;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        -webkit-tap-highlight-color: transparent;
    }

    .mobile-notice-toast .toast-close:active {
        background: rgba(0, 0, 0, 0.12);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    /* 弹窗内容 */
    .mobile-notice-toast .toast-content {
        font-size: 14px;
        color: #3a3a3c;
        line-height: 1.7;
        margin-bottom: 20px;
        padding: 0 2px;
        word-break: break-all;
    }

    /* 弹窗底部按钮 */
    .mobile-notice-toast .toast-actions {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        gap: 12px;
    }

    .mobile-notice-toast .toast-btn {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        height: 44px;
        border-radius: 14px;
        border: none;
        font-size: 15px;
        font-weight: 600;
        cursor: pointer;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-tap-highlight-color: transparent;
        outline: none;
    }

    .mobile-notice-toast .toast-btn-confirm {
        background: #ff6b8a;
        background: -webkit-linear-gradient(135deg, #ff6b8a, #ff8fab);
        background: linear-gradient(135deg, #ff6b8a, #ff8fab);
        color: #fff;
        -webkit-box-shadow: 0 4px 14px rgba(255, 107, 138, 0.3);
        box-shadow: 0 4px 14px rgba(255, 107, 138, 0.3);
    }

    .mobile-notice-toast .toast-btn-confirm:active {
        -webkit-transform: scale(0.96);
        transform: scale(0.96);
        -webkit-box-shadow: 0 2px 8px rgba(255, 107, 138, 0.25);
        box-shadow: 0 2px 8px rgba(255, 107, 138, 0.25);
    }

    .mobile-notice-toast .toast-btn-dismiss {
        background: rgba(0, 0, 0, 0.04);
        color: #86868b;
    }

    .mobile-notice-toast .toast-btn-dismiss:active {
        background: rgba(0, 0, 0, 0.1);
        -webkit-transform: scale(0.96);
        transform: scale(0.96);
    }

    /* 弹窗遮罩 */
    .mobile-notice-overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.35);
        z-index: 9998;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transition: opacity 0.35s ease, visibility 0.35s ease;
        transition: opacity 0.35s ease, visibility 0.35s ease;
    }

    .mobile-notice-overlay.show {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

}
