/* ====== 主题变量（fallback，如果 homepage-v2.css 已加载则被覆盖） ====== */
:root {
    --bg: #F2F0F8;
    --surface: #FFFFFF;
    --s2: #EDE9F6;
    --s3: #f8f9fe;
    --purple: #6D28D9;
    --p2: #8B5CF6;
    --text: #170F2E;
    --text2: #4C3D6E;
    --text3: #9485B8;
    --border: #DDD6EF;
    --grad: linear-gradient(120deg, #DB2777 0%, #6D28D9 55%, #2563EB 100%);
    --shadow: 0 2px 12px rgba(109,40,217,0.09);
}

p, ul {
    margin-top: 0
}

p, ul {
    margin-bottom: 1rem
}

img {
    vertical-align: middle
}

.content-icp {
    color: #a19d9d;
    font-weight: bolder;
    text-align: center;
    max-width: 1110px;
    margin: 30px auto 0 auto;
    border-radius: 20px;
    padding: 5px;
}

@font-face {
    font-family: HarmonyOS;
    font-style: normal;
    font-display: swap;
    src: url(/assets/static/font/HarmonyOS_Sans_SC_Medium.subset.woff2) format('woff2')
}

body {
    text-align: left;
    font-family: HarmonyOS !important;
}

button, input {
    overflow: visible
}

nav {
    display: block
}

label {
    margin-bottom: .5rem
}

.badge {
    vertical-align: baseline
}

label {
    display: inline-block
}

.navbar-nav {
    -webkit-box-direction: normal
}

.btn-outline-success {
    background-image: none
}

.navbar-nav {
    list-style: none
}


*, ::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}


body {
    margin: 0;
    color: #212529;
    background-color: #F4F5FA
}

h1, h3, h5 {
    margin-top: 0;
    margin-bottom: .75rem
}

.btn:focus, .btn:hover, a {
    text-decoration: none
}

.btn:not(:disabled):not(.disabled), .close:not(:disabled):not(.disabled), .fc button:not(:disabled):not(.disabled), .navbar-toggler:not(:disabled):not(.disabled), .page-link:not(:disabled):not(.disabled), button:hover {
    cursor: pointer
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

img {
    border-style: none
}

button {
    border-radius: 0
}

button:focus {
    outline: dotted 1px;
    outline: -webkit-focus-ring-color auto 5px
}

button, input, select {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, select {
    text-transform: none
}

[type=submit], button, html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

.badge, .btn, .navbar-brand {
    white-space: nowrap
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

h1, h3, h5 {
    margin-bottom: .75rem
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}


.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col, .col-3, .col-md-2, .col-md-5, .col-md-7 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-3 {
    -webkit-box-flex: 0
}

.col-3 {
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.offset-9 {
    margin-left: 75%
}

.form-control {
    display: block;
    width: 100%;
    height: -webkit-calc(2.25rem + 2px);
    height: -moz-calc(2.25rem + 2px);
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: rgba(255, 255, 255, 0.17);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #CED4DA;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        -o-transition: none;
        -moz-transition: none;
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #FFF;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(102, 110, 232, .25);
    box-shadow: 0 0 0 .2rem rgba(102, 110, 232, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6C757D;
    opacity: 1
}

.form-control:-moz-placeholder {
    color: #6C757D;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6C757D;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6C757D;
    opacity: 1
}

.form-control:disabled {
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #FFF
}

.form-group {
    margin-bottom: 1rem
}

.navbar-nav {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -moz-box-direction: normal
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        -o-transition: none;
        -moz-transition: none;
        transition: none
    }
}

.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(102, 110, 232, .25);
    box-shadow: 0 0 0 .2rem rgba(102, 110, 232, .25)
}

.btn:disabled {
    opacity: .65
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
    color: #FFF;
    background-color: #3A44E1;
    border-color: #2F39E0
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(102, 110, 232, .5);
    box-shadow: 0 0 0 .2rem rgba(102, 110, 232, .5)
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .fc button:not(:disabled):not(.disabled).active, .fc button:not(:disabled):not(.disabled):active, .fc-toolbar .fc-state-active:not(:disabled):not(.disabled), .fc-toolbar .ui-state-active:not(:disabled):not(.disabled) {
    color: #FFF;
    background-color: #6C757D;
    border-color: #666E76
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .fc button:not(:disabled):not(.disabled).active:focus, .fc button:not(:disabled):not(.disabled):active:focus, .fc-toolbar .fc-state-active:not(:disabled):not(.disabled):focus, .fc-toolbar .ui-state-active:not(:disabled):not(.disabled):focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(134, 142, 150, .5);
    box-shadow: 0 0 0 .2rem rgba(134, 142, 150, .5)
}

.btn-success:hover {
    color: #FFF;
    background-color: #22B07D;
    border-color: #20A576
}

.btn-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 208, 148, .5);
    box-shadow: 0 0 0 .2rem rgba(40, 208, 148, .5)
}

.btn-success:disabled {
    color: #212529;
    background-color: #28D094;
    border-color: #28D094
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active {
    color: #FFF;
    background-color: #20A576;
    border-color: #1E9B6E
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 208, 148, .5);
    box-shadow: 0 0 0 .2rem rgba(40, 208, 148, .5)
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active {
    color: #FFF;
    background-color: #0C84D1;
    border-color: #0B7CC5
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(30, 159, 242, .5);
    box-shadow: 0 0 0 .2rem rgba(30, 159, 242, .5)
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active {
    color: #FFF;
    background-color: #FF7216;
    border-color: #FF6A09
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 145, 73, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 145, 73, .5)
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active {
    color: #FFF;
    background-color: #FF1635;
    border-color: #FF092A
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 73, 97, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 73, 97, .5)
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #DAE0E5;
    border-color: #D3D9DF
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active {
    color: #FFF;
    background-color: #1D2124;
    border-color: #171A1D
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-base:not(:disabled):not(.disabled).active, .btn-base:not(:disabled):not(.disabled):active {
    color: #FFF;
    background-color: #858585;
    border-color: #7E7E7E
}

.btn-base:not(:disabled):not(.disabled).active:focus, .btn-base:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(158, 158, 158, .5);
    box-shadow: 0 0 0 .2rem rgba(158, 158, 158, .5)
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active {
    color: #FFF;
    background-color: #666EE8;
    border-color: #666EE8
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(102, 110, 232, .5);
    box-shadow: 0 0 0 .2rem rgba(102, 110, 232, .5)
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active {
    color: #FFF;
    background-color: #868E96;
    border-color: #868E96
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(134, 142, 150, .5);
    box-shadow: 0 0 0 .2rem rgba(134, 142, 150, .5)
}

.btn-outline-success:hover {
    border-color: #28D094
}

.btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 208, 148, .5);
    box-shadow: 0 0 0 .2rem rgba(40, 208, 148, .5)
}

.btn-outline-success:disabled {
    color: #28D094;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #28D094;
    border-color: #28D094
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 208, 148, .5);
    box-shadow: 0 0 0 .2rem rgba(40, 208, 148, .5)
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active {
    color: #FFF;
    background-color: #1E9FF2;
    border-color: #1E9FF2
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(30, 159, 242, .5);
    box-shadow: 0 0 0 .2rem rgba(30, 159, 242, .5)
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #FF9149;
    border-color: #FF9149
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 145, 73, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 145, 73, .5)
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active {
    color: #FFF;
    background-color: #FF4961;
    border-color: #FF4961
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 73, 97, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 73, 97, .5)
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #F8F9FA;
    border-color: #F8F9FA
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active {
    color: #FFF;
    background-color: #343A40;
    border-color: #343A40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-base:not(:disabled):not(.disabled).active, .btn-outline-base:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #9E9E9E;
    border-color: #9E9E9E
}

.btn-outline-base:not(:disabled):not(.disabled).active:focus, .btn-outline-base:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(158, 158, 158, .5);
    box-shadow: 0 0 0 .2rem rgba(158, 158, 158, .5)
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox
}

.input-group {
    position: relative;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group > .form-control {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group > .form-control:focus {
    z-index: 3
}

.navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap
}

.navbar-toggler-icon {
    content: ''
}

.nav-link {
    display: inline-block;
    padding: .5rem 1rem
}

.nav-link:focus, .nav-link:hover {
    text-decoration: none
}

.navbar {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1.5rem;
    font-size: 1.25rem;
    line-height: inherit
}

.card, .navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}


.navbar-nav {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.navbar-collapse {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background: center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%
}


.card {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
}

.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg viewBox=\'0 0 30 30\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath stroke=\'rgba(0, 0, 0, 0.5)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 7h22M4 15h22M4 23h22\'/%3E%3C/svg%3E')
}

.card {
    position: relative;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #FFF;
    -webkit-background-clip: border-box;
    background-clip: border-box
}

.card-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03)
}

.card-title {
    margin-bottom: .75rem;
    font-weight: bolder !important;
}

.card-header {
    margin-bottom: 0
}

.card-header {
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: -webkit-calc(.25rem - 1px) -webkit-calc(.25rem - 1px) 0 0;
    border-radius: -moz-calc(.25rem - 1px) -moz-calc(.25rem - 1px) 0 0;
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.badge {
    line-height: 1
}

.badge {
    display: inline-block;
    text-align: center;
    border-radius: .25rem
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-success {
    color: #212529;
    background-color: #28D094;
}

.badge-info {
    color: #FFF;
    background-color: #1E9FF2
}

.badge-danger {
    color: #FFF;
    background-color: #FF4961
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.badge, p {
    letter-spacing: .3px
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
}

.bg-light {
    background-color: #F8F9FA !important
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
}

.my-2 {
    margin-top: .75rem !important
}

.my-2 {
    margin-bottom: .75rem !important
}

.mr-auto {
    margin-right: auto !important
}


.text-right {
    text-align: right !important
}

.text-white {
    color: #FFF !important
}

@media print {
    img {
        page-break-inside: avoid
    }

    *, ::after, ::before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    h3, p {
        orphans: 3;
        widows: 3
    }

    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container, body {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }
}

.btn-success {
    background-color: #28D094 !important;
    color: #FFF !important;
    border-color: #28D094
}

.btn-outline-success:focus {
    background-color: transparent !important;
    color: #28D094 !important
}

.btn-outline-success:focus {
    -webkit-box-shadow: transparent !important;
    box-shadow: transparent !important
}

.btn-outline-success {
    border: 1px solid #28D094;
    background-color: transparent;
    color: #28D094;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.btn-outline-success:hover {
    background-color: #26C38B !important;
    color: #FFF !important
}

.card {
    /*  font-size: 1rem;
      font-weight: 400;*/
}


body {
    font-family: 'Open+Sans', 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 300;
    line-height: 1.5em;
    color: rgba(97, 97, 97, .87);
    min-height: 100vh
}

h1, h3, h5 {
    font-family: Montserrat, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif
}

.content-wrapper {
    /* padding: 0 15px*/
}

h1, h3, h5 {
    font-weight: 300;
    line-height: 1.15em;
    color: #454545
}

a {
    color: #666EE8
}

a:focus, a:hover {
    color: #5059E5;
    text-decoration: none
}

p {
    font-size: 1rem
}

.badge {
    padding: 6px 10px;
    font-size: 85%;
    font-weight: 500
}

.badge-pill {
    padding: 3px 6px
}

.btn[class*=btn-] {
    margin-bottom: 1rem
}

.input-group {
    margin-bottom: 1rem
}

.input-group .btn[class*=btn-] {
    margin-bottom: 0
}

.btn:active {
    background-image: initial
}

.card {
    border: 0;
    margin: 15px 0;
    -webkit-box-shadow: 0 6px 0 0 rgb(0 0 0 / 1%), 0 15px 32px 0 #eda9c324;
    box-shadow: 0 6px 0 0 rgb(0 0 0 / 1%), 0 15px 32px 0 #eda9c324;
    border-radius: 20px;

}

.card .card-header {
    padding: 1.5rem;
    border-bottom: none;
    background-color: transparent
}

.card .card-body {
    padding: 0;
    height: auto
}

.card .card-block {
    padding: 1rem 1.5rem 1.5rem
}

select.form-control {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.form-control:disabled {
    background-color: #ECEFF1
}

.navbar {
    border: 0;
    border-radius: 0
}

.navbar .navbar-brand {
    position: relative
}

.navbar .navbar-nav {
    display: block;
    margin-right: -18px
}

h1 {
    font-size: 2.5rem
}

h3 {
    font-size: 1.75rem
}

h5 {
    font-size: 1.25rem
}

li {
    line-height: 2rem
}

.text-success {
    color: #28D094 !important
}

html {
    width: 100%;
}

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent
}

:focus {
    outline: 0
}

a:active, a:focus, button::-moz-focus-inner, button:active, button:focus, button:hover, select::-moz-focus-inner {
    outline: 0 !important
}

.btn-round {
    border-radius: 30px
}

.form-control:focus {
    border-color: #666EE8 !important
}

.wrapper.menu-collapsed .app-sidebar:not(:hover) .navigation li .has-sub > a, .wrapper.menu-collapsed .app-sidebar:not(:hover) .navigation li > a, .wrapper.menu-collapsed .off-canvas-sidebar:not(:hover) .navigation li .has-sub > a, .wrapper.menu-collapsed .off-canvas-sidebar:not(:hover) .navigation li > a {
    padding: 7px 0
}

.wrapper.menu-collapsed .app-sidebar:not(:hover) .navigation li.has-sub > a:after, .wrapper.menu-collapsed .off-canvas-sidebar:not(:hover) .navigation li.has-sub > a:after {
    display: none
}

.wrapper.menu-collapsed .app-sidebar:not(:hover) .navigation li.nav-collapsed-open > a, .wrapper.menu-collapsed .off-canvas-sidebar:not(:hover) .navigation li.nav-collapsed-open > a {
    -webkit-box-shadow: 0 6px 14px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 6px 14px 2px rgba(0, 0, 0, .2);
    border-radius: 50%;
    padding: 4px 0 4px 4px;
    margin-left: 8px;
    margin-right: 12px
}

.wrapper.menu-collapsed .app-sidebar:not(:hover) .navigation li.nav-collapsed-open > a i, .wrapper.menu-collapsed .off-canvas-sidebar:not(:hover) .navigation li.nav-collapsed-open > a i {
    color: #FF4961 !important
}

.wrapper.menu-collapsed .app-sidebar:not(:hover) .navigation > li > a, .wrapper.menu-collapsed .off-canvas-sidebar:not(:hover) .navigation > li > a {
    padding: 4px;
    margin-left: 8px;
    margin-right: 12px
}

.wrapper.menu-collapsed .app-sidebar:not(:hover) .navigation > li.active ~ .nav-collapsed-open > a, .wrapper.menu-collapsed .off-canvas-sidebar:not(:hover) .navigation > li.active ~ .nav-collapsed-open > a {
    background-color: transparent !important
}

.wrapper.menu-collapsed .app-sidebar:not(:hover) .navigation > li.active ~ .nav-collapsed-open > a > i, .wrapper.menu-collapsed .off-canvas-sidebar:not(:hover) .navigation > li.active ~ .nav-collapsed-open > a > i {
    color: #FFF !important
}

.wrapper.menu-collapsed .app-sidebar:not(:hover)[data-background-color=white] .navigation li.nav-collapsed-open a, .wrapper.menu-collapsed .off-canvas-sidebar:not(:hover)[data-background-color=white] .navigation li.nav-collapsed-open a {
    background-image: -webkit-linear-gradient(45deg, #FC00FF, #00DBDE);
    background-image: -o-linear-gradient(45deg, #FC00FF, #00DBDE);
    background-image: linear-gradient(45deg, #FC00FF, #00DBDE);
    background-repeat: repeat-x;
    color: #FFF
}

.wrapper.menu-collapsed .app-sidebar:not(:hover)[data-background-color=white] .navigation li.nav-collapsed-open a i, .wrapper.menu-collapsed .off-canvas-sidebar:not(:hover)[data-background-color=white] .navigation li.nav-collapsed-open a i {
    color: #FFF !important
}

.wrapper .app-sidebar:not(:hover) .navigation li.nav-collapsed-open > a, .wrapper .off-canvas-sidebar:not(:hover) .navigation li.nav-collapsed-open > a {
    background-color: #FFF;
    -webkit-transition: background-color .4s ease-in;
    -o-transition: background-color .4s ease-in;
    -moz-transition: background-color .4s ease-in;
    transition: background-color .4s ease-in
}

.wrapper .app-sidebar:not(:hover)[data-background-color=white] .navigation li.active a, .wrapper .off-canvas-sidebar:not(:hover)[data-background-color=white] .navigation li.active a {
    background-image: -webkit-linear-gradient(45deg, #FC00FF, #00DBDE);
    background-image: -o-linear-gradient(45deg, #FC00FF, #00DBDE);
    background-image: linear-gradient(45deg, #FC00FF, #00DBDE);
    background-repeat: repeat-x
}

.wrapper .app-sidebar:not(:hover)[data-background-color=white] .navigation > li.nav-collapsed-open > a, .wrapper .app-sidebar:not(:hover)[data-background-color=white] .navigation > li.nav-collapsed-open > a i, .wrapper .off-canvas-sidebar:not(:hover)[data-background-color=white] .navigation > li.nav-collapsed-open > a, .wrapper .off-canvas-sidebar:not(:hover)[data-background-color=white] .navigation > li.nav-collapsed-open > a i {
    color: #000
}

.wrapper .app-sidebar:not([data-background-color=white]):not(:hover) .navigation > li.nav-collapsed-open > a, .wrapper .app-sidebar:not([data-background-color=white]):not(:hover) .navigation > li.nav-collapsed-open > a i, .wrapper .off-canvas-sidebar:not([data-background-color=white]):not(:hover) .navigation > li.nav-collapsed-open > a, .wrapper .off-canvas-sidebar:not([data-background-color=white]):not(:hover) .navigation > li.nav-collapsed-open > a i {
    color: #FF4961
}


.btn:active:focus, .btn:focus {
    outline: 0
}

a {
    cursor: pointer
}

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

.navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 4;
    background-color: #FFF;
    padding: .5rem 1.5rem;
    -webkit-box-shadow: 0 6px 0 0 rgb(0 0 0 / 1%), 0 15px 32px 0 #ea6af50f;
    box-shadow: 0 6px 0 0 rgb(0 0 0 / 1%), 0 15px 32px 0 #ea6af50f;
}

.navbar.navbar-light .nav-link {
    color: rgba(0, 0, 0, .5)
}

.card {
    background-color: rgba(255, 255, 255, 0.85)
}

.card-header {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px dashed #efefef !important;
}

.card-title {
    margin-bottom: 0 !important;
}

.card-block {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.navbar {
    position: relative
}

[v-cloak] {
    display: none !important;
}

.button-click {
    position: relative;
    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: 4px 8px;
    margin: 0 12px 8px 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 0 1px 4px 0 #ff99e899;
    box-shadow: 0 1px 4px 0 #ff99e899;
    font-weight: bolder;
}

.checked {
    border: 1px dashed #3effb8;
}

.button-click:hover {
    border: 1px dashed #3effb8;
}

.hr-top {
    border-bottom: 1px dashed #e5e5e5;
    padding: 10px 0;
    position: relative;
}

.empty-commodity {
    background-color: #ced4dadb;
    opacity: 0.6;
}

.commodity-icon {
    height: 21px;
    margin-top: -3px;
    border-radius: 6px;
}

.description {
    overflow: hidden;
}

.anticipation tbody tr {
    position: relative;
    border-radius: 4px;
    border: 1px solid transparent;
    display: inline-block;
    cursor: pointer;
    margin: 0 5px 5px 0;
    padding: 0 8px 0 8px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
    width: 100%;
    background-color: white;
    /*  white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.anticipation tbody tr label {
    width: 100%;
    display: inline-block;
    margin: 0;
}

.anticipation thead th button:focus {
    outline: 1px solid lavender;
}

.anticipation thead th button {
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    border: 1px solid transparent;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 4px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
    color: #a3a0a0;
    width: 49.79321%;
    background-color: white;
    font-size: 14px;
}

table {
    width: 100%;
}

.price_tips {
    color: #f98ac3;
    font-size: 14px;
    display: inline-block;
    border-radius: 10px;
    background: -moz-linear-gradient(top, #ede9fe6e 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ede9fe6e), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #ede9fe6e 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #ede9fe6e 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #ede9fe6e 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #ede9fe6e 0%, #ffffff 100%);
}

.price {
    font-weight: bolder;
    font-size: 18px;
}


.otaku {
    background-image: -webkit-gradient(linear, left 0, right 0, from(rgb(166, 4, 249)), to(rgb(251, 223, 11)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ========================================
   从 Index/Header.html 提取的内嵌样式
   提取时间: 2025-11-12
   说明: 原本内嵌在 Header.html 的 <style> 标签中
   包含: Google 翻译样式、语言选择器、商品卡片、模态框等
   ======================================== */

        /* ===== 全局配色方案 - 统一紫色主题 ===== */
        :root {
            --primary-color: #7b2dfe;
            --primary-gradient: linear-gradient(135deg, #7b2dfe 0%, #a855f7 100%);
            --primary-light: #a855f7;
            --primary-hover: #6420d9;
            --dark-bg: linear-gradient(180deg, #3a3a3a 0%, #2f2f2f 100%);
            --text-light: #e0e0e0;
            --text-white: #ffffff;
            --overlay-light: rgba(255, 255, 255, 0.1);
            --shadow-primary: rgba(123, 45, 254, 0.4);
            --shadow-strong: rgba(123, 45, 254, 0.6);
        }

        /* 语言选择器样式已迁移到 homepage-v2.css */

        /* 移动端适配 */
        @media (max-width: 768px) {
            .lang-dropdown {
                left: 0;
                right: auto;
                min-width: 160px;
            }
        }

        /* 全局按钮样式统一 */
        .button-click,
        .btn-primary {
            background: #fff !important;
            color: var(--text2) !important;
            border: 1.5px solid var(--border) !important;
            border-radius: 10px !important;
            padding: 10px 18px !important;
            font-size: 13px !important;
            font-weight: 600 !important;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            margin: 0 !important;
            line-height: 1.4 !important;
            transition: all 0.2s ease !important;
            cursor: pointer;
        }

        .button-click:hover,
        .btn-primary:hover {
            border-color: var(--purple) !important;
            color: var(--purple) !important;
            box-shadow: 0 2px 8px rgba(109, 40, 217, 0.1) !important;
        }

        .button-click.checked {
            background: var(--purple) !important;
            color: #fff !important;
            border-color: var(--purple) !important;
            box-shadow: 0 2px 8px rgba(109, 40, 217, 0.2) !important;
        }

        /* 商品分类按钮 */
        .category-button:not(.empty-commodity) {
            background: rgba(123, 45, 254, 0.15) !important;
            color: #e0e0e0 !important;
            border: 1px solid rgba(123, 45, 254, 0.3) !important;
            border-radius: 6px !important;
            padding: 8px 16px !important;
            font-size: 14px !important;
            font-weight: 600 !important;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            margin: 6px 8px 6px 0 !important;
        }

        .category-button.checked {
            background: #7b2dfe !important;
            border-color: #7b2dfe !important;
            color: #fff !important;
        }

        /* 商品图标样式 */
        .commodity-icon {
            width: 24px;
            height: 24px;
            border-radius: 4px;
            margin-right: 0;
            vertical-align: middle;
            object-fit: cover;
        }

        /* ===== 左右分栏购物布局 ===== */
        .shopping-layout {
            display: grid;
            grid-template-columns: 280px 1fr;
            gap: 20px;
            min-height: 400px;
        }

        @media (min-width: 1200px) {
            .shopping-layout {
                grid-template-columns: 300px 1fr;
            }
        }

        /* 左侧分类栏 */
        .category-sidebar {
            background: #fff;
            border-radius: 8px;
            border: 1px solid rgba(123, 45, 254, 0.2);
            overflow: hidden;
        }

        .sidebar-header {
            background: var(--s2);
            color: #e0e0e0;
            padding: 12px 16px;
            font-size: 14px;
            font-weight: bold;
            display: flex;
            align-items: center;
            gap: 8px;
            border-bottom: 1px solid rgba(123, 45, 254, 0.2);
        }

        .sidebar-header i {
            font-size: 14px;
        }

        /* 第一级：平台 Tab */
        .platform-tabs {
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
            padding: 10px 12px;
            border-bottom: 1px solid var(--border);
        }

        .platform-tab {
            display: inline-flex;
            align-items: center;
            gap: 5px;
            padding: 6px 12px;
            border-radius: 20px;
            border: 1px solid rgba(123, 45, 254, 0.25);
            background: var(--s2);
            color: #c4b5d0;
            font-size: 12px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.15s;
            white-space: nowrap;
        }

        .platform-tab:hover {
            border-color: rgba(123, 45, 254, 0.5);
            color: #e0d0f0;
            background: var(--s2);
        }

        .platform-tab.active {
            background: var(--purple);
            border-color: #7b2dfe;
            color: #fff;
        }

        .platform-tab i {
            font-size: 13px;
        }

        /* 分类列表样式 */
        .category-list {
            display: flex;
            flex-direction: column;
            gap: 0;
            padding: 12px;
            max-height: 600px;
            overflow-y: auto;
        }

        .category-list::-webkit-scrollbar {
            width: 6px;
        }

        .category-list::-webkit-scrollbar-track {
            background: rgba(15, 23, 42, 0.5);
            border-radius: 3px;
        }

        .category-list::-webkit-scrollbar-thumb {
            background: rgba(123, 45, 254, 0.5);
            border-radius: 3px;
        }

        /* 分类按钮垂直列表样式 */
        .category-list .category-button {
            width: 100%;
            margin: 0 0 8px 0 !important;
            justify-content: flex-start;
            border-radius: 10px !important;
            padding: 10px 12px !important;
            text-align: left;
            white-space: normal !important;
            word-wrap: break-word !important;
            word-break: break-all !important;
            overflow-wrap: break-word !important;
            line-height: 1.5 !important;
            min-height: auto !important;
            height: auto !important;
            max-height: none !important;
            font-size: 13px !important;
            display: flex !important;
            align-items: flex-start !important;
            overflow: visible !important;
        }

        .category-list .category-button:last-child {
            margin-bottom: 0 !important;
        }

        /* 分类按钮图标调整 */
        .category-list .category-button .commodity-icon {
            flex-shrink: 0;
            margin-right: 8px;
            margin-top: 2px;
        }

        /* 分类按钮文字容器 */
        .category-list .category-button span {
            flex: 1;
            word-break: break-word;
        }

        /* 右侧商品区域 */
        .product-main {
            background: rgba(30, 41, 59, 0.4);
            border-radius: 8px;
            border: 1px solid rgba(123, 45, 254, 0.2);
            overflow: hidden;
            min-height: 400px;
            display: flex;
            flex-direction: column;
        }

        .product-header {
            background: var(--s2);
            color: #e0e0e0;
            padding: 12px 16px;
            font-size: 14px;
            font-weight: bold;
            display: flex;
            align-items: center;
            gap: 8px;
            border-bottom: 1px solid rgba(123, 45, 254, 0.2);
        }

        .product-header i {
            font-size: 14px;
        }

        /* 商品列表表格布局 */
        #product {
            display: block;
            padding: 0;
            max-height: 600px;
            overflow-y: auto;
            overflow-x: hidden;
        }

        /* 商品列表滚动条样式 */
        #product::-webkit-scrollbar {
            width: 6px;
        }

        #product::-webkit-scrollbar-track {
            background: rgba(15, 23, 42, 0.5);
            border-radius: 3px;
        }

        #product::-webkit-scrollbar-thumb {
            background: rgba(123, 45, 254, 0.5);
            border-radius: 3px;
        }

        /* 商品表格样式 */
        .product-table {
            width: 100%;
            border-collapse: collapse;
        }

        .product-table thead {
            background: var(--s2);
            position: sticky;
            top: 0;
            z-index: 10;
        }

        .product-table thead th {
            padding: 14px 16px;
            text-align: left;
            font-size: 14px;
            font-weight: 600;
            color: var(--text2);
            border-bottom: 2px solid rgba(123, 45, 254, 0.3);
        }

        .product-table thead th:first-child {
            padding-left: 20px;
        }

        .product-table thead th:nth-child(2) {
            text-align: center;
            width: 120px;
        }

        .product-table thead th:nth-child(3) {
            text-align: center;
            width: 100px;
        }

        .product-table thead th:nth-child(4) {
            text-align: center;
            width: 100px;
        }

        .product-table tbody tr {
            border-bottom: 1px solid var(--border);
        }

        .product-table tbody td {
            padding: 14px 16px;
            color: var(--text3);
            font-size: 14px;
        }

        .product-table tbody td:first-child {
            padding-left: 20px;
        }

        /* 商品名称列 */
        .product-name-cell {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .product-name-cell .commodity-icon {
            width: 32px;
            height: 32px;
            border-radius: 8px;
            flex-shrink: 0;
        }

        .product-name-text {
            flex: 1;
            color: #e2e8f0;
            font-weight: 500;
        }

        /* 单价列 */
        .product-price {
            text-align: center;
            color: #DB2777 !important;
            font-weight: 600;
            font-size: 15px;
        }

        /* 库存列 */
        .product-stock {
            text-align: center;
            color: #34d399 !important;
            font-weight: 600;
        }

        .product-stock.out-of-stock {
            color: #94a3b8 !important;
        }

        /* 购买按钮列 */
        .product-action {
            text-align: center;
        }

        .product-buy-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 36px;
            height: 36px;
            padding: 0 !important;
            background: #7b2dfe !important;
            color: #fff !important;
            border: none !important;
            border-radius: 6px !important;
            font-size: 16px !important;
            cursor: pointer;
            transition: all 0.15s ease;
            text-decoration: none;
            margin: 0 !important;
        }

        .product-buy-btn i {
            margin: 0 !important;
        }

        .product-buy-btn:hover {
            background: #6420d9 !important;
        }

        .product-buy-btn:active {
            background: #5518b8 !important;
        }

        .product-buy-btn.disabled {
            background: rgba(100, 100, 100, 0.3) !important;
            cursor: not-allowed;
            opacity: 0.5;
        }

        .product-buy-btn.disabled:hover {
            background: rgba(100, 100, 100, 0.3) !important;
        }

        /* 商品按钮滚动列表容器 */
        .product-list-scroll {
            display: flex;
            flex-direction: column;
            gap: 12px;
            padding: 16px;
            max-height: 600px;
            overflow-y: auto;
            overflow-x: hidden;
        }

        /* 自定义滚动条 */
        .product-list-scroll::-webkit-scrollbar {
            width: 6px;
        }

        .product-list-scroll::-webkit-scrollbar-track {
            background: rgba(15, 23, 42, 0.5);
            border-radius: 3px;
        }

        .product-list-scroll::-webkit-scrollbar-thumb {
            background: rgba(123, 45, 254, 0.5);
            border-radius: 3px;
        }

        .product-list-scroll::-webkit-scrollbar-thumb:hover {
            background: rgba(123, 45, 254, 0.7);
        }

        /* 商品按钮样式 */
        .product-button {
            display: flex;
            align-items: center;
            gap: 12px;
            background: var(--s2);
            color: #e0e0e0;
            border: 1px solid rgba(123, 45, 254, 0.3);
            border-radius: 8px;
            padding: 12px 16px;
            font-size: 14px;
            cursor: pointer;
            width: 100%;
            text-align: left;
        }

        /* 商品按钮图标 */
        .product-button-icon {
            width: 40px;
            height: 40px;
            border-radius: 6px;
            object-fit: cover;
            flex-shrink: 0;
        }

        .product-button-icon-fallback {
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(123, 45, 254, 0.2);
            border-radius: 6px;
            font-size: 20px;
            color: var(--p2);
            flex-shrink: 0;
        }

        /* 商品按钮内容 */
        .product-button-content {
            flex: 1;
            min-width: 0;
        }

        .product-button-name {
            font-weight: 600;
            color: #e2e8f0;
            margin-bottom: 6px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .product-button-info {
            display: flex;
            align-items: center;
            gap: 16px;
            font-size: 13px;
        }

        .product-button-price {
            color: #DB2777;
            font-weight: 600;
            font-size: 15px;
        }

        .product-button-stock {
            color: var(--text3);
        }

        .product-button-stock i {
            margin-right: 4px;
            font-size: 12px;
        }

        /* 购物车图标 */
        .product-button-cart {
            width: 36px;
            height: 36px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: var(--purple);
            color: #fff;
            border-radius: 6px;
            font-size: 14px;
            flex-shrink: 0;
        }

        /* 缺货状态 */
        .product-button.out-of-stock {
            opacity: 0.5;
            cursor: not-allowed;
            background: rgba(71, 85, 105, 0.15);
            border-color: rgba(71, 85, 105, 0.3);
        }

        .product-button.out-of-stock .product-button-cart {
            background: #64748b;
        }

        .product-button.out-of-stock .product-button-stock {
            color: #ef4444;
        }

        /* 占位符样式 */
        .product-placeholder {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            height: 100%;
            min-height: 300px;
            padding: 40px;
            text-align: center;
        }

        /* 空商品分类样式 */
        .empty-commodity {
            opacity: 0.4;
            cursor: not-allowed !important;
            filter: grayscale(0.8);
        }

        .empty-commodity:hover {
            transform: none !important;
            box-shadow: none !important;
        }

        /* ===== 手机端优化 ===== */
        @media (max-width: 768px) {
            .shopping-layout {
                grid-template-columns: 1fr;
                gap: 16px;
            }

            /* 分类横向滚动 */
            .category-sidebar {
                max-height: none;
                background: #fff;
                border-radius: 12px;
            }

            .sidebar-header {
                padding: 12px 16px;
                font-size: 14px;
            }

            .platform-tabs {
                padding: 8px 10px;
                gap: 5px;
                overflow-x: auto;
                flex-wrap: nowrap;
                -webkit-overflow-scrolling: touch;
                scrollbar-width: none;
            }

            .platform-tabs::-webkit-scrollbar {
                display: none;
            }

            .platform-tab {
                padding: 5px 10px;
                font-size: 11px;
                flex-shrink: 0;
            }

            .category-list {
                display: grid;
                grid-template-columns: repeat(4, 1fr);
                gap: 12px 10px;
                padding: 16px;
                max-height: 400px;
                overflow-x: hidden;
                overflow-y: auto;
                -webkit-overflow-scrolling: touch;
                scrollbar-width: none;
            }

            .category-list::-webkit-scrollbar {
                display: none;
            }

            .category-list .category-button {
                display: flex !important;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                gap: 8px;
                width: 100% !important;
                min-width: auto !important;
                max-width: none !important;
                margin: 0 !important;
                padding: 12px 8px !important;
                font-size: 12px !important;
                white-space: normal !important;
                text-align: center !important;
                word-break: break-word !important;
                line-height: 1.3 !important;
                border-radius: 6px !important;
                background: rgba(123, 45, 254, 0.15) !important;
                border: 1px solid rgba(123, 45, 254, 0.3) !important;
            }

            .category-list .category-button.active {
                background: #7b2dfe !important;
                border-color: #7b2dfe !important;
            }

            /* 商品列表移动端卡片布局 */
            .product-main {
                min-height: auto;
            }

            .product-header {
                padding: 12px 16px;
                font-size: 14px;
            }

            /* 隐藏表格，显示卡片 */
            .product-table {
                display: none;
            }

            #product {
                display: grid;
                grid-template-columns: 1fr;
                gap: 12px;
                padding: 12px;
                max-height: 600px;
                overflow-y: auto;
                overflow-x: hidden;
                -webkit-overflow-scrolling: touch;
                scrollbar-width: none;
            }

            /* 移动端隐藏滚动条 */
            #product::-webkit-scrollbar {
                display: none;
            }

            /* 移动端商品卡片样式 */
            .mobile-product-card {
                background: #fff;
                border: 1px solid rgba(123, 45, 254, 0.2);
                border-radius: 8px;
                padding: 12px;
                display: flex;
                align-items: center;
                gap: 12px;
            }

            .mobile-product-icon {
                width: 40px;
                height: 40px;
                border-radius: 6px;
                flex-shrink: 0;
                object-fit: cover;
            }

            .mobile-product-info {
                flex: 1;
                min-width: 0;
            }

            .mobile-product-name {
                color: var(--text2);
                font-size: 14px;
                font-weight: 600;
                margin-bottom: 6px;
                line-height: 1.4;
                word-break: break-word;
            }

            .mobile-product-meta {
                display: flex;
                align-items: center;
                gap: 12px;
                font-size: 13px;
            }

            .mobile-product-price {
                color: #DB2777;
                font-weight: 600;
            }

            .mobile-product-stock {
                color: #34d399;
                font-weight: 500;
            }

            .mobile-product-stock.out-of-stock {
                color: var(--text3);
            }

            .mobile-product-action {
                flex-shrink: 0;
            }

            .mobile-buy-btn {
                width: 40px;
                height: 40px;
                border-radius: 6px;
                background: var(--purple);
                border: none;
                color: #fff;
                font-size: 16px;
                display: flex;
                align-items: center;
                justify-content: center;
                cursor: pointer;
            }

            .mobile-buy-btn.disabled {
                background: rgba(100, 100, 100, 0.3);
                opacity: 0.5;
            }

            /* 商品按钮列表移动端优化 */
            .product-list-scroll {
                max-height: 500px;
                padding: 12px;
                gap: 10px;
            }

            .product-button {
                padding: 12px 14px;
                gap: 10px;
                border-radius: 12px;
            }

            .product-button:hover {
                background: rgba(123, 45, 254, 0.2);
            }

            .product-button-icon,
            .product-button-icon-fallback {
                width: 42px;
                height: 42px;
                font-size: 20px;
            }

            .product-button-name {
                font-size: 14px;
                margin-bottom: 4px;
            }

            .product-button-info {
                gap: 12px;
                font-size: 12px;
            }

            .product-button-price {
                font-size: 14px;
            }

            .product-button-cart {
                width: 36px;
                height: 36px;
                font-size: 14px;
            }

            /* 弹窗移动端优化 */
            .commodity-modal-overlay {
                padding: 0;
                align-items: flex-end;
            }

            .commodity-modal {
                max-width: 100%;
                max-height: 95vh;
                border-radius: 24px 24px 0 0;
                animation: modalSlideUpMobile 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            }

            @keyframes modalSlideUpMobile {
                from {
                    transform: translateY(100%);
                }
                to {
                    transform: translateY(0);
                }
            }

            .commodity-modal-header {
                padding: 20px 20px;
            }

            .commodity-modal-title {
                font-size: 18px;
            }

            .commodity-modal-title i {
                font-size: 20px;
            }

            .commodity-modal-close {
                width: 36px;
                height: 36px;
                font-size: 18px;
            }

            .commodity-modal-body {
                padding: 20px;
            }

            .payment-section {
                padding: 16px;
            }

            .modal-service-btn {
                bottom: 20px;
                right: 20px;
                padding: 12px 20px;
                font-size: 14px;
            }

            /* 商品详情模块移动端优化 */
            .commodity-detail-block {
                padding: 16px !important;
            }

            .commodity-title-section .productName {
                font-size: 20px;
            }

            .commodity-info-cards {
                grid-template-columns: 1fr;
                gap: 12px;
            }

            .info-card {
                padding: 12px;
            }

            .info-card > i {
                font-size: 20px;
                width: 28px;
            }

            .info-label {
                font-size: 11px;
            }

            .info-value {
                font-size: 14px;
            }

            .price-value {
                font-size: 18px !important;
            }

            .modern-field label {
                font-size: 13px;
            }

            .modern-input {
                padding: 10px 14px !important;
                font-size: 13px !important;
            }

            .quantity-control {
                flex-direction: column;
                align-items: flex-start;
                gap: 12px;
            }

            .quantity-control .buyNum {
                width: 100% !important;
            }

            .kucunView {
                width: 100%;
                justify-content: center;
            }

            .captcha-control {
                flex-direction: column;
                align-items: flex-start;
                gap: 10px;
            }

            .captcha-control .captcha {
                width: 100% !important;
            }

            .order-amount-section {
                flex-direction: column;
                gap: 8px;
                padding: 16px;
            }

            .amount-label {
                font-size: 14px;
            }

            .amount-value {
                font-size: 24px;
            }

            .commodity-description-section {
                padding-right: 0;
                margin-bottom: 20px;
            }

            /* 占位符移动端优化 */
            .product-placeholder {
                min-height: 200px;
                padding: 30px 20px;
            }

            .product-placeholder i {
                font-size: 40px !important;
            }

            .product-placeholder p {
                font-size: 14px !important;
            }
        }

        /* ===== 现代化商品信息弹窗样式 ===== */

        /* 弹窗遮罩 */
        .commodity-modal-overlay {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(23, 15, 46, 0.28);
            backdrop-filter: blur(6px);
            z-index: 9999;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px;
            animation: modalFadeIn 0.3s ease;
            overflow-y: auto;
        }

        @keyframes modalFadeIn {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }

        /* 弹窗主体 */
        .commodity-modal {
            position: relative;
            width: 90%;
            max-width: 920px;
            max-height: 90vh;
            background: var(--s2);
            border-radius: 16px;
            border: 1px solid var(--border);
            overflow: hidden;
            display: flex;
            flex-direction: column;
            box-shadow: 0 12px 40px rgba(109, 40, 217, 0.15);
            animation: modalSlideUp 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
        }

        @keyframes modalSlideUp {
            from {
                opacity: 0;
                transform: translateY(30px) scale(0.95);
            }
            to {
                opacity: 1;
                transform: translateY(0) scale(1);
            }
        }

        /* 弹窗头部 */
        .commodity-modal-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 20px 28px;
            background: #fff;
            border-bottom: 1px solid var(--border);
            position: relative;
            overflow: hidden;
        }

        .commodity-modal-header::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(45deg, transparent 30%, rgba(109, 40, 217, 0.04) 50%, transparent 70%);
            animation: shimmer 3s infinite;
        }

        @keyframes shimmer {
            0% { transform: translateX(-100%); }
            100% { transform: translateX(100%); }
        }

        .commodity-modal-title {
            display: flex;
            align-items: center;
            gap: 10px;
            margin: 0;
            font-size: 18px;
            font-weight: 700;
            color: var(--text);
            position: relative;
            z-index: 1;
        }

        .commodity-modal-title i {
            font-size: 20px;
            color: var(--purple);
        }

        /* 关闭按钮 */
        .commodity-modal-close {
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(109, 40, 217, 0.08);
            border: 1px solid var(--border);
            border-radius: 10px;
            color: var(--text);
            font-size: 20px;
            cursor: pointer;
            transition: all 0.2s ease;
            position: relative;
            z-index: 1;
        }

        .commodity-modal-close:hover {
            background: rgba(109, 40, 217, 0.15);
            transform: rotate(90deg);
        }

        /* 弹窗内容区域 */
        .commodity-modal-body {
            flex: 1;
            overflow-y: auto;
            padding: 28px 32px;
            line-height: 1.6;
        }

        /* 自定义滚动条 */
        .commodity-modal-body::-webkit-scrollbar {
            width: 4px;
        }

        .commodity-modal-body::-webkit-scrollbar-track {
            background: transparent;
            border-radius: 5px;
        }

        .commodity-modal-body::-webkit-scrollbar-thumb {
            background: var(--border);
            border-radius: 5px;
            border: none;
        }

        .commodity-modal-body::-webkit-scrollbar-thumb:hover {
            background: var(--text3);
        }

        /* ===== 扁平化商品弹窗样式 ===== */
        .flat-commodity-container {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        /* 标题栏 */
        .flat-title-bar {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            padding-bottom: 12px;
            border-bottom: 1px solid var(--border);
        }

        .flat-product-name {
            font-size: 22px;
            font-weight: 700;
            color: var(--text);
            margin: 0;
            flex: 1;
        }

        .flat-share-btn {
            width: 36px;
            height: 36px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: var(--s2);
            border: 1px solid var(--border);
            border-radius: 6px;
            color: var(--text);
            font-size: 15px;
            cursor: pointer;
            transition: all 0.2s;
            flex-shrink: 0;
        }

        .flat-share-btn:hover {
            background: var(--s2);
        }

        /* 两栏布局 */
        .flat-two-cols {
            display: grid;
            grid-template-columns: 1.3fr 1fr;
            gap: 16px;
        }

        .flat-left-col {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .flat-right-col {
            display: flex;
            flex-direction: column;
        }

        /* 商品信息行 */
        .flat-info-row {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

        .flat-info-item {
            flex: 1;
            min-width: 150px;
            padding: 10px 12px;
            background: #fff;
            border: 1px solid var(--border);
            border-radius: 6px;
        }

        .flat-info-label {
            display: block;
            font-size: 11px;
            color: var(--text3);
            margin-bottom: 4px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .flat-info-label i {
            margin-right: 4px;
        }

        .flat-info-value {
            display: block;
            font-size: 16px;
            font-weight: 700;
            color: var(--text);
        }

        .flat-info-value.price-value {
            color: #DB2777 !important;
            font-size: 17px !important;
        }

        .flat-badge {
            display: inline-block;
            padding: 5px 12px;
            background: var(--s2);
            border: 1px solid var(--border);
            border-radius: 6px;
            font-size: 12px;
            font-weight: 600;
            color: var(--purple);
        }

        /* 商品描述框 */
        .flat-description-box {
            background: #fff;
            border: 1px solid var(--border);
            border-radius: 6px;
            overflow: hidden;
        }

        .flat-description-header {
            display: flex;
            align-items: center;
            gap: 6px;
            padding: 10px 12px;
            background: var(--s2);
            font-size: 13px;
            font-weight: 600;
            color: var(--text2);
        }

        .flat-description-header i {
            color: var(--purple);
        }

        .flat-description-content {
            padding: 12px;
            color: var(--text);
            font-size: 13px;
            line-height: 1.6;
        }

        .flat-description-content * {
            color: var(--text) !important;
        }

        /* 表单样式 */
        .flat-form {
            background: #fff;
            border: 1px solid var(--border);
            border-radius: 6px;
            padding: 14px;
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .flat-field {
            display: flex;
            flex-direction: column;
            gap: 5px;
        }

        .flat-label {
            font-size: 12px;
            font-weight: 600;
            color: var(--text2);
        }

        .flat-label i {
            margin-right: 5px;
            color: var(--purple);
        }

        .flat-input {
            width: 100%;
            padding: 9px 11px;
            background: #fff !important;
            border: 1.5px solid var(--border) !important;
            border-radius: 8px;
            color: var(--text) !important;
            font-size: 13px;
            transition: all 0.2s;
            outline: none;
        }

        .flat-input:focus {
            border-color: var(--purple);
            background: var(--s2);
        }

        .flat-input::placeholder {
            color: var(--text3);
        }

        /* 弹窗内 widget 自定义字段输入框 */
        .commodity-modal .widget .form-control,
        .commodity-modal .widget select,
        .commodity-modal .widget input {
            background: #fff !important;
            border: 1.5px solid var(--border) !important;
            border-radius: 8px !important;
            color: var(--text) !important;
            font-size: 13px;
            padding: 9px 11px;
            outline: none;
            transition: all 0.2s;
        }

        .commodity-modal .widget .form-control:focus,
        .commodity-modal .widget input:focus {
            border-color: var(--purple) !important;
            background: var(--s2) !important;
            box-shadow: 0 0 0 3px rgba(109, 40, 217, 0.1) !important;
        }

        .commodity-modal .widget .form-control::placeholder,
        .commodity-modal .widget input::placeholder {
            color: var(--text3) !important;
        }

        .commodity-modal .widget label {
            font-size: 12px !important;
            font-weight: 600 !important;
            color: var(--text2) !important;
            margin-bottom: 5px !important;
        }

        .commodity-modal .widget .form-group {
            margin-bottom: 10px;
        }

        /* 种类选择 */
        .flat-race-list {
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
        }

        .flat-race-list .race-click {
            padding: 7px 12px !important;
            border-radius: 5px !important;
            font-size: 12px !important;
            font-weight: 600 !important;
        }

        /* 数量和库存行 */
        .flat-field-group {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

        .flat-field-qty {
            width: 100%;
        }

        .flat-stock {
            padding: 9px 11px;
            background: #ECFDF5;
            border: 1px solid #6EE7B7;
            border-radius: 5px;
            font-size: 11px;
            color: #059669;
            font-weight: 600;
            text-align: center;
        }

        .flat-stock i {
            margin-right: 4px;
        }

        /* 验证码行 */
        .flat-captcha-row {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .flat-captcha-input {
            flex: 1;
        }

        .flat-captcha-img {
            height: 38px;
            border-radius: 5px;
            border: 1px solid var(--border);
            cursor: pointer;
            transition: all 0.2s;
        }

        .flat-captcha-img:hover {
            border-color: var(--purple);
        }

        /* 批发信息 */
        .flat-wholesale {
            background: var(--s2);
            border: 1px solid var(--border);
            border-left: 3px solid var(--purple);
            border-radius: 5px;
            padding: 10px;
            display: flex;
            gap: 8px;
            font-size: 12px;
            color: var(--text2);
        }

        .flat-wholesale > i {
            color: var(--purple);
            font-size: 15px;
            flex-shrink: 0;
        }

        .flat-wholesale .wholesaleHtml {
            flex: 1;
            font-size: 12px;
            line-height: 1.5;
        }

        /* 提示信息 */
        .flat-notice {
            padding: 9px 11px;
            background: #FFFBEB;
            border: 1px solid #FCD34D;
            border-radius: 5px;
            color: #B45309;
            font-size: 12px;
            font-weight: 600;
        }

        /* 订单总额 */
        .flat-total {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 12px;
            background: var(--s2);
            border: 1.5px solid var(--border);
            border-radius: 6px;
            margin-top: 4px;
        }

        .flat-total-label {
            font-size: 13px;
            font-weight: 700;
            color: var(--text2);
        }

        .flat-total-label i {
            margin-right: 6px;
            color: var(--purple);
        }

        .flat-total-value {
            font-size: 24px;
            font-weight: 800;
            color: var(--text);
        }

        /* 现代化商品容器 - 紧凑两栏布局 */
        .modern-commodity-container {
            display: flex;
            flex-direction: column;
        }

        .modern-two-column-layout {
            display: grid;
            grid-template-columns: 1.2fr 1fr;
            gap: 20px;
        }

        .modern-left-column {
            display: flex;
            flex-direction: column;
            gap: 14px;
        }

        .modern-right-column {
            display: flex;
            flex-direction: column;
        }

        /* 紧凑头部 */
        .modern-compact-header {
            background: var(--s2);
            border-radius: 10px;
            padding: 16px;
            border: 1px solid var(--border);
        }

        .modern-title-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
        }

        .modern-title-row .modern-productName {
            font-size: 20px;
            font-weight: 800;
            color: var(--text);
            margin: 0;
            flex: 1;
            line-height: 1.3;
        }

        .modern-share-btn-compact {
            width: 36px;
            height: 36px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(109, 40, 217, 0.06);
            border: 1px solid var(--border);
            border-radius: 8px;
            color: var(--text);
            font-size: 16px;
            cursor: pointer;
            transition: all 0.2s ease;
            flex-shrink: 0;
        }

        .modern-share-btn-compact:hover {
            background: rgba(109, 40, 217, 0.12);
            transform: scale(1.1);
        }

        /* 紧凑信息卡片 */
        .modern-info-compact {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

        .modern-info-item-compact {
            flex: 1;
            min-width: 140px;
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 12px;
            background: #fff;
            border-radius: 10px;
            border: 1px solid var(--border);
            transition: all 0.2s ease;
        }

        .modern-info-item-compact:hover {
            transform: translateY(-2px);
            box-shadow: 0 2px 8px rgba(109, 40, 217, 0.1);
        }

        .modern-info-item-compact > i {
            font-size: 20px;
            flex-shrink: 0;
        }

        .modern-info-content-compact {
            display: flex;
            flex-direction: column;
            gap: 2px;
            flex: 1;
            min-width: 0;
        }

        .modern-info-label-compact {
            font-size: 11px;
            color: var(--text3);
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .modern-info-value-compact {
            font-size: 15px;
            font-weight: 700;
            color: var(--text);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .modern-info-value-compact.price-value {
            color: #DB2777 !important;
            font-size: 16px !important;
        }

        .modern-badge-compact {
            padding: 4px 8px;
            border-radius: 5px;
            font-size: 12px;
            font-weight: 700;
            background: #fff;
            color: var(--text);
            display: inline-block;
        }

        /* 可折叠商品描述 */
        .modern-description-compact {
            background: #fff;
            border-radius: 10px;
            border: 1px solid var(--border);
            overflow: hidden;
        }

        .modern-description-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 12px 16px;
            background: var(--s2);
            cursor: pointer;
            transition: all 0.2s ease;
            user-select: none;
        }

        .modern-description-header:hover {
            background: var(--s2);
        }

        .modern-description-header > i:first-child {
            color: var(--purple);
            margin-right: 8px;
        }

        .modern-description-header > span {
            flex: 1;
            font-size: 13px;
            font-weight: 700;
            color: var(--text2);
        }

        .modern-toggle-icon {
            color: var(--purple);
            font-size: 14px;
            transition: transform 0.2s ease;
        }

        .modern-description-content {
            padding: 14px 16px;
            color: var(--text);
            font-size: 14px;
            line-height: 1.6;
            max-height: 250px;
            overflow-y: auto;
        }

        .modern-description-content::-webkit-scrollbar {
            width: 6px;
        }

        .modern-description-content::-webkit-scrollbar-track {
            background: transparent;
            border-radius: 3px;
        }

        .modern-description-content::-webkit-scrollbar-thumb {
            background: var(--border);
            border-radius: 3px;
        }

        .modern-description-content * {
            color: var(--text) !important;
        }

        /* 紧凑表单 */
        .modern-form-compact {
            background: #fff;
            border-radius: 10px;
            border: 1px solid var(--border);
            padding: 18px;
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .modern-input-row {
            display: flex;
            flex-direction: column;
            gap: 6px;
        }

        .modern-label-compact {
            display: flex;
            align-items: center;
            gap: 6px;
            font-size: 13px;
            font-weight: 600;
            color: var(--text2);
        }

        .modern-label-compact i {
            font-size: 13px;
            color: var(--purple);
        }

        .modern-input-compact {
            width: 100%;
            padding: 10px 12px;
            background: #fff;
            border: 1.5px solid var(--border);
            border-radius: 8px;
            color: var(--text);
            font-size: 13px;
            transition: all 0.2s ease;
            outline: none;
        }

        .modern-input-compact:focus {
            border-color: var(--purple);
            background: var(--s2);
            box-shadow: 0 0 0 3px rgba(109, 40, 217, 0.1);
        }

        .modern-input-compact::placeholder {
            color: var(--text3);
        }

        /* 种类选择紧凑版 */
        .modern-race-compact {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }

        .modern-race-compact .race-click {
            padding: 8px 14px !important;
            border-radius: 6px !important;
            font-size: 13px !important;
            font-weight: 600 !important;
        }

        /* 分栏输入行 */
        .modern-input-row-split {
            display: flex;
            align-items: flex-end;
            gap: 10px;
        }

        .modern-input-half {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 6px;
        }

        .modern-stock-info {
            padding: 10px 12px;
            background: #ECFDF5;
            border: 1px solid #6EE7B7;
            border-radius: 8px;
            font-size: 12px;
            color: #059669;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 6px;
            white-space: nowrap;
        }

        /* 验证码紧凑版 */
        .modern-captcha-compact {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .modern-captcha-input-compact {
            flex: 1;
        }

        .modern-captcha-img {
            height: 42px;
            border-radius: 8px;
            border: 1.5px solid var(--border);
            cursor: pointer;
            transition: all 0.2s ease;
        }

        .modern-captcha-img:hover {
            border-color: var(--purple);
            transform: scale(1.05);
        }

        /* 批发信息紧凑版 */
        .modern-wholesale-compact {
            background: var(--s2);
            border: 1px solid var(--border);
            border-left: 3px solid var(--purple);
            border-radius: 8px;
            padding: 12px;
            display: flex;
            gap: 10px;
            font-size: 13px;
            color: var(--text2);
        }

        .modern-wholesale-compact > i {
            color: var(--purple);
            font-size: 16px;
            flex-shrink: 0;
        }

        .modern-wholesale-compact .wholesaleHtml {
            flex: 1;
            font-size: 13px;
            line-height: 1.5;
        }

        /* 订单总额紧凑版 */
        .modern-total-compact {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 16px;
            background: var(--s2);
            border: 1.5px solid var(--border);
            border-radius: 10px;
            margin-top: 6px;
        }

        .modern-total-label {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 14px;
            font-weight: 700;
            color: var(--text2);
        }

        .modern-total-label i {
            font-size: 16px;
            color: var(--purple);
        }

        .modern-total-value {
            font-size: 26px;
            font-weight: 800;
            color: var(--text);
            text-shadow: none;
        }

        /* 购买限制提示紧凑版 */
        .modern-purchase-note {
            padding: 10px 12px;
            background: #FFFBEB;
            border: 1px solid #FCD34D;
            border-radius: 8px;
            color: #B45309;
            font-size: 12px;
            font-weight: 600;
        }

        /* 保留旧样式以向后兼容 */
        /* 商品头部 */
        .modern-commodity-header {
            background: var(--s2);
            border-radius: 12px;
            padding: 24px;
            border: 1px solid var(--border);
            position: relative;
            overflow: hidden;
        }

        .modern-commodity-header::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(109, 40, 217, 0.03) 0%, transparent 70%);
            animation: pulse 4s ease-in-out infinite;
        }

        @keyframes pulse {
            0%, 100% { opacity: 0.5; transform: scale(1); }
            50% { opacity: 0.8; transform: scale(1.1); }
        }

        .modern-product-badge {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            padding: 6px 14px;
            background: #fff;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 700;
            color: var(--text);
            margin-bottom: 16px;
            box-shadow: 0 2px 8px rgba(109, 40, 217, 0.12);
            position: relative;
            z-index: 1;
        }

        .modern-productName {
            font-size: 26px;
            font-weight: 800;
            color: var(--text);
            margin: 0 0 16px 0;
            line-height: 1.3;
            text-shadow: none;
            position: relative;
            z-index: 1;
        }

        .modern-share-row {
            position: relative;
            z-index: 1;
        }

        .modern-share-btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 10px 20px;
            background: rgba(109, 40, 217, 0.06);
            border: 1px solid var(--border);
            border-radius: 8px;
            color: var(--text);
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.2s ease;
        }

        .modern-share-btn:hover {
            background: rgba(109, 40, 217, 0.12);
            transform: translateY(-2px);
            box-shadow: 0 2px 8px rgba(109, 40, 217, 0.1);
        }

        /* 商品描述卡片 */
        .modern-description-card {
            background: #fff;
            border-radius: 12px;
            border: 1px solid var(--border);
            overflow: hidden;
        }

        .modern-card-header {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 14px 20px;
            background: var(--s2);
            border-bottom: 1px solid var(--border);
            font-size: 14px;
            font-weight: 700;
            color: var(--text2);
        }

        .modern-card-header i {
            font-size: 16px;
            color: var(--purple);
        }

        .modern-card-body {
            padding: 20px;
            color: var(--text) !important;
            font-size: 15px;
            line-height: 1.8;
        }

        .modern-card-body * {
            color: var(--text) !important;
        }

        /* 商品信息网格 */
        .modern-info-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 16px;
        }

        .modern-info-item {
            display: flex;
            align-items: center;
            gap: 16px;
            padding: 20px;
            background: #fff;
            border-radius: 12px;
            border: 1px solid var(--border);
            transition: all 0.3s ease;
        }

        .modern-info-item:hover {
            transform: translateY(-4px);
            box-shadow: 0 4px 12px rgba(109, 40, 217, 0.1);
            border-color: var(--purple);
        }

        .modern-info-icon {
            width: 56px;
            height: 56px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            box-shadow: 0 2px 6px rgba(109, 40, 217, 0.08);
        }

        .modern-info-icon i {
            font-size: 24px;
            color: var(--purple);
        }

        .modern-info-text {
            flex: 1;
        }

        .modern-info-label {
            font-size: 12px;
            color: var(--text3);
            margin-bottom: 6px;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .modern-info-value {
            font-size: 18px;
            font-weight: 700;
            color: var(--text);
            line-height: 1.3;
        }

        .modern-info-value.price-value {
            color: #DB2777 !important;
            font-size: 22px !important;
        }

        .modern-badge {
            padding: 6px 12px;
            border-radius: 6px;
            font-size: 13px;
            font-weight: 700;
            background: #fff;
            color: var(--text);
            box-shadow: 0 2px 6px rgba(109, 40, 217, 0.1);
        }

        /* 表单容器 */
        .modern-form-container {
            background: #fff;
            border-radius: 12px;
            border: 1px solid var(--border);
            padding: 24px;
        }

        .modern-form-header {
            display: flex;
            align-items: center;
            gap: 8px;
            padding-bottom: 16px;
            margin-bottom: 24px;
            border-bottom: 1px solid var(--border);
            font-size: 16px;
            font-weight: 700;
            color: var(--text);
        }

        .modern-form-header i {
            font-size: 18px;
            color: var(--purple);
        }

        .modern-input-group {
            margin-bottom: 20px;
        }

        .modern-label {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 14px;
            font-weight: 600;
            color: var(--text2);
            margin-bottom: 10px;
        }

        .modern-label i {
            font-size: 14px;
            color: var(--purple);
        }

        .modern-input-field {
            width: 100%;
            padding: 14px 16px;
            background: #fff;
            border: 1.5px solid var(--border);
            border-radius: 10px;
            color: var(--text);
            font-size: 14px;
            transition: all 0.2s ease;
            outline: none;
        }

        .modern-input-field:focus {
            border-color: var(--purple);
            background: var(--s2);
            box-shadow: 0 0 0 4px rgba(168, 85, 247, 0.15);
        }

        .modern-input-field::placeholder {
            color: var(--text3);
        }

        /* 种类选择 */
        .modern-race-list {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

        .modern-race-list .race-click {
            padding: 10px 18px !important;
            border-radius: 8px !important;
            font-size: 14px !important;
            font-weight: 600 !important;
        }

        /* 数量输入行 */
        .modern-quantity-row {
            display: flex;
            align-items: center;
            gap: 16px;
            flex-wrap: wrap;
        }

        .modern-quantity-input {
            width: 140px !important;
        }

        .modern-stock-badge {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            padding: 8px 14px;
            background: #ECFDF5;
            border: 1px solid #6EE7B7;
            border-radius: 8px;
            font-size: 13px;
            color: #059669;
            font-weight: 600;
        }

        /* 验证码行 */
        .modern-captcha-row {
            display: flex;
            align-items: center;
            gap: 12px;
        }

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

        .modern-captcha-image {
            height: 52px;
            border-radius: 10px;
            border: 1.5px solid var(--border);
            cursor: pointer;
            transition: all 0.2s ease;
        }

        .modern-captcha-image:hover {
            border-color: var(--purple);
            transform: scale(1.05);
        }

        /* 批发卡片 */
        .modern-wholesale-card {
            background: var(--s2);
            border: 1px solid var(--border);
            border-left: 4px solid var(--p2);
            border-radius: 10px;
            padding: 16px;
            margin-top: 16px;
            display: flex;
            gap: 12px;
        }

        .modern-wholesale-icon {
            width: 40px;
            height: 40px;
            background: #fff;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .modern-wholesale-icon i {
            font-size: 20px;
            color: var(--purple);
        }

        .modern-wholesale-card .wholesaleHtml {
            flex: 1;
            color: var(--text2);
            font-size: 14px;
            line-height: 1.6;
        }

        /* 购买限制提示 */
        .modern-purchase-note {
            padding: 12px 16px;
            background: #FFFBEB;
            border: 1px solid #FCD34D;
            border-radius: 8px;
            color: #B45309;
            font-size: 13px;
            font-weight: 600;
            margin-top: 12px;
        }

        /* 订单总额卡片 */
        .modern-total-card {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 20px 24px;
            background: var(--s2);
            border: 1.5px solid var(--border);
            border-radius: 12px;
            margin-top: 24px;
        }

        .modern-total-left {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 16px;
            font-weight: 700;
            color: var(--text2);
        }

        .modern-total-left i {
            font-size: 20px;
            color: var(--purple);
        }

        .modern-total-right {
            font-size: 32px;
            font-weight: 800;
            color: var(--text);
            text-shadow: none;
        }

        /* 付款区域样式 */
        .payment-section {
            margin-top: 24px;
            padding: 20px;
            background: var(--s2);
            border: 1px solid var(--border);
            border-radius: 12px;
        }

        .payment-header {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 16px;
            padding-bottom: 12px;
            border-bottom: 1px solid var(--border);
            font-size: 15px;
            font-weight: 600;
            color: var(--text);
            letter-spacing: 0.3px;
        }

        .payment-header i {
            color: var(--p2);
            font-size: 16px;
        }

        .payment-content {
            padding: 20px 0;
        }

        .login-display {
            text-align: center;
            font-weight: bold;
            margin: 10px 0 24px 0;
            font-size: 16px;
            color: #DB2777;
            padding: 18px 20px;
            background: rgba(244, 114, 182, 0.1);
            border: 1px solid rgba(244, 114, 182, 0.3);
            border-radius: 12px;
            line-height: 1.6;
        }

        .login-url {
            color: var(--p2);
            text-decoration: underline;
        }


        .pay_type {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin: 0 !important;
        }

        .pay_type .button-click {
            padding: 10px 18px !important;
            font-size: 13px !important;
            border-radius: 10px !important;
        }

        /* 指定购买区域 */
        .specified-section {
            margin-top: 24px;
            padding: 20px;
            background: var(--s2);
            border: 1px solid var(--border);
            border-radius: 12px;
        }

        .specified-header {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 16px;
            padding-bottom: 12px;
            border-bottom: 2px solid var(--border);
            font-size: 14px;
            font-weight: 600;
            color: var(--text);
            letter-spacing: 0.3px;
        }

        .specified-header i {
            color: var(--p2);
            font-size: 15px;
        }

        .specified-title {
            margin: 0;
            font-size: 16px;
            font-weight: 600;
            color: var(--text);
        }

        /* 指定购买表格样式 */
        .anticipation table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 12px;
        }

        .anticipation table thead th {
            padding: 10px 12px;
            background: var(--s2);
            color: var(--text);
            font-weight: 600;
            font-size: 13px;
            border-bottom: 2px solid var(--border);
            text-align: left;
        }

        .anticipation table tbody td {
            padding: 10px 12px;
            color: var(--text2);
            font-size: 13px;
            line-height: 1.6;
            border-bottom: 1px solid var(--border);
        }

        /* 弹窗内的客服按钮 */
        .modal-service-btn {
            position: absolute;
            bottom: 24px;
            right: 24px;
            display: flex;
            align-items: center;
            gap: 7px;
            padding: 9px 20px;
            background: linear-gradient(120deg, #DB2777 0%, #6D28D9 55%, #2563EB 100%);
            border: none;
            border-radius: 50px;
            color: #fff;
            font-size: 13px;
            font-weight: 600;
            cursor: pointer;
            z-index: 10;
            box-shadow: 0 3px 12px rgba(109, 40, 217, 0.25);
            transition: all 0.2s ease;
        }

        .modal-service-btn:hover {
            transform: translateY(-1px);
            box-shadow: 0 5px 16px rgba(109, 40, 217, 0.35);
        }

        .modal-service-btn i {
            font-size: 16px;
        }

        /* ===== 商品详情模块样式 ===== */

        /* 商品详情卡片块 */
        .commodity-detail-block {
            padding: 20px !important;
            background: #fff;
            border-radius: 12px;
            margin-bottom: 20px;
        }

        /* 商品描述文字强制白色 */
        .commodity-detail-block .description,
        .commodity-detail-block .description *,
        .commodity-detail-block .description p,
        .commodity-detail-block .description div,
        .commodity-detail-block .description span {
            color: var(--text) !important;
            font-size: 15px !important;
            line-height: 1.7 !important;
        }

        .commodity-detail-block .description p {
            margin-bottom: 12px !important;
        }

        /* 商品标题区域 */
        .commodity-title-section {
            margin-bottom: 20px;
            padding-bottom: 16px;
            border-bottom: 2px solid var(--border);
        }

        .commodity-title-section .productName {
            font-size: 20px;
            font-weight: 700;
            color: var(--text);
            margin-bottom: 10px;
            line-height: 1.5;
            letter-spacing: 0.3px;
        }

        .commodity-share {
            display: inline-block;
        }

        .share-btn {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            padding: 6px 12px;
            background: var(--s2);
            border: 1px solid var(--border);
            border-radius: 6px;
            color: var(--text2);
            font-size: 13px;
            cursor: pointer;
        }

        /* 商品信息卡片组 */
        .commodity-info-cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 14px;
            margin-bottom: 24px;
        }

        .info-card {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 12px 14px;
            background: #fff;
            border: 1px solid var(--border);
            border-radius: 10px;
        }

        .info-card > i {
            font-size: 20px;
            color: var(--p2);
            width: 28px;
            text-align: center;
        }

        .info-content {
            flex: 1;
        }

        .info-label {
            display: block;
            font-size: 12px;
            color: var(--text3);
            margin-bottom: 4px;
            font-weight: 500;
            letter-spacing: 0.2px;
        }

        .info-value {
            display: block;
            font-size: 15px;
            font-weight: 600;
            color: var(--text);
            line-height: 1.4;
        }

        .info-value .badge {
            color: #fff;
            background: var(--purple);
            padding: 4px 10px;
            border-radius: 6px;
            font-weight: 600;
        }

        .price-value {
            color: #DB2777 !important;
            font-size: 18px !important;
        }

        /* 表单区域 */
        .commodity-form-section {
            margin-top: 20px;
        }

        .modern-field {
            margin-bottom: 18px;
        }

        .modern-field label {
            display: flex;
            align-items: center;
            gap: 6px;
            font-size: 13px;
            font-weight: 600;
            color: var(--text2);
            margin-bottom: 8px;
            letter-spacing: 0.2px;
        }

        .modern-field label i {
            color: var(--purple);
            font-size: 14px;
        }

        .modern-input {
            background: #fff !important;
            border: 1.5px solid var(--border) !important;
            border-radius: 8px !important;
            padding: 10px 14px !important;
            color: var(--text) !important;
            font-size: 14px !important;
            line-height: 1.5 !important;
            transition: all 0.15s ease !important;
        }

        .modern-input:focus {
            background: var(--s2) !important;
            border-color: var(--purple) !important;
            box-shadow: 0 0 0 3px rgba(109, 40, 217, 0.1) !important;
            outline: none !important;
        }

        .modern-input::placeholder {
            color: var(--text3);
        }

        /* 数量控制 */
        .quantity-control {
            display: flex;
            align-items: center;
            gap: 16px;
            flex-wrap: wrap;
        }

        .quantity-control .buyNum {
            width: 120px !important;
        }

        .kucunView {
            display: inline-flex;
            align-items: center;
            gap: 4px;
            padding: 4px 10px;
            background: rgba(34, 197, 94, 0.12);
            border: 1px solid rgba(34, 197, 94, 0.25);
            border-radius: 6px;
            font-size: 12px;
            color: #059669;
        }

        .stock-badge {
            font-weight: 600;
            color: #22c55e;
        }

        .kucunView .badge {
            color: #fff;
            background: #22c55e;
            padding: 2px 8px;
            border-radius: 6px;
            font-weight: 700;
        }

        /* 验证码控制 */
        .captcha-control {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .captcha-control .captcha {
            width: 150px !important;
        }

        .captchaImage {
            height: 48px;
            border-radius: 8px;
            border: 1.5px solid var(--border);
            cursor: pointer;
            transition: all 0.15s ease;
        }

        .captchaImage:hover {
            border-color: var(--purple);
        }

        /* 订单金额区域 */
        .order-amount-section {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 16px 20px;
            background: var(--s2);
            border: 1.5px solid var(--border);
            border-radius: 10px;
            margin: 24px 0;
        }

        .amount-label {
            font-size: 14px;
            font-weight: 600;
            color: var(--text2);
            letter-spacing: 0.3px;
        }

        .amount-value {
            font-size: 24px;
            font-weight: 700;
            color: #DB2777;
        }

        /* 批发信息 */
        .wholesale-info {
            padding: 14px 18px;
            background: var(--s2);
            border-left: 4px solid var(--p2);
            border-radius: 8px;
            font-size: 14px;
            color: var(--purple);
            font-weight: 600;
            line-height: 1.6;
        }

        /* 种类选择 */
        .race-list {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

        /* 购买统计 */
        .purchase_count {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            padding: 8px 14px;
            background: var(--s2);
            border: 1px solid var(--border);
            border-radius: 6px;
            font-size: 13px;
            font-weight: 600;
            color: var(--purple);
        }

        /* 商品描述区域 */
        .commodity-description-section {
            padding-right: 20px;
        }

        .commodity-description-section .description {
            padding: 18px 20px;
            background: #fff;
            border: 1px solid var(--border);
            border-radius: 10px;
            color: var(--text) !important;
            font-size: 15px !important;
            line-height: 1.8;
        }

        .commodity-description-section .description * {
            color: var(--text) !important;
        }

        .commodity-description-section .description img {
            max-width: 100%;
            border-radius: 6px;
            margin: 10px 0;
            cursor: pointer;
        }


        /* 卡片样式统一 - 深色扁平主题（首页除外） */
        body:not(.page-index):not(.page-platform) .card {
            background: rgba(30, 41, 59, 0.85) !important;
            border-radius: 12px !important;
            border: 1px solid rgba(123, 45, 254, 0.2) !important;
            margin-bottom: 24px;
            transition: all 0.15s ease;
            backdrop-filter: blur(6px);
        }

        body:not(.page-index):not(.page-platform) .card:hover {
            border-color: rgba(123, 45, 254, 0.35) !important;
        }

        body:not(.page-index):not(.page-platform) .card-header {
            background: #7b2dfe !important;
            color: var(--text-white) !important;
            border-radius: 12px 12px 0 0 !important;
            border-bottom: none !important;
            padding: 16px 20px;
        }

        body:not(.page-index):not(.page-platform) .card-title {
            color: var(--text-white) !important;
            font-weight: bold;
            font-size: 16px;
        }

        .card-title i {
            margin-right: 8px;
        }

        body:not(.page-index):not(.page-platform) .card-block {
            color: #e2e8f0 !important;
            padding: 20px;
        }

        /* 表单控件深色主题（首页除外） */
        body:not(.page-index):not(.page-platform) .form-control,
        body:not(.page-index):not(.page-platform) input[type="text"],
        body:not(.page-index):not(.page-platform) input[type="number"],
        body:not(.page-index):not(.page-platform) input[type="password"],
        body:not(.page-index):not(.page-platform) textarea,
        body:not(.page-index):not(.page-platform) select {
            background: rgba(15, 23, 42, 0.6) !important;
            border: 1px solid rgba(123, 45, 254, 0.3) !important;
            color: var(--text) !important;
            border-radius: 8px;
        }

        body:not(.page-index):not(.page-platform) .form-control::placeholder {
            color: #94a3b8 !important;
        }

        /* 标签文字颜色（首页除外） */
        body:not(.page-index):not(.page-platform) label,
        body:not(.page-index):not(.page-platform) fieldset label {
            color: #cbd5e1 !important;
            font-weight: 500;
        }

        /* 段落文字颜色（首页除外） */
        body:not(.page-index):not(.page-platform) p {
            color: var(--text3);
        }

        /* 链接颜色统一（首页除外） */
        body:not(.page-index):not(.page-platform) a {
            color: var(--purple);
            transition: color 0.15s ease;
        }

        body:not(.page-index):not(.page-platform) a:hover {
            color: var(--text2);
            text-decoration: none;
        }

        /* 深色主题文字统一（首页除外） */
        body:not(.page-index):not(.page-platform) h1,
        body:not(.page-index):not(.page-platform) h2,
        body:not(.page-index):not(.page-platform) h3,
        body:not(.page-index):not(.page-platform) h4,
        body:not(.page-index):not(.page-platform) h5,
        body:not(.page-index):not(.page-platform) h6 {
            color: #f1f5f9 !important;
        }

        /* 表格深色主题（首页除外） */
        body:not(.page-index):not(.page-platform) table {
            background: rgba(15, 23, 42, 0.5) !important;
            color: #e2e8f0 !important;
        }

        body:not(.page-index):not(.page-platform) thead {
            background: rgba(123, 45, 254, 0.2) !important;
        }

        body:not(.page-index):not(.page-platform) th {
            color: #f1f5f9 !important;
            border-color: rgba(123, 45, 254, 0.3) !important;
        }

        body:not(.page-index):not(.page-platform) td {
            color: #cbd5e1 !important;
            border-color: rgba(123, 45, 254, 0.2) !important;
        }

        body:not(.page-index):not(.page-platform) tr:hover {
            background: rgba(123, 45, 254, 0.1) !important;
        }

        /* 商品描述区域 */
        .description {
            color: var(--text) !important;
        }

        .description img {
            border-radius: 8px;
            border: 1px solid var(--border);
        }

        /* 商品名称 */
        .productName {
            color: var(--text) !important;
        }

        /* 侧边栏深色主题 */
        .sliderbar-container {
            background: rgba(30, 41, 59, 0.9) !important;
            border: 1px solid rgba(123, 45, 254, 0.3) !important;
        }

        .sliderbar-container .title {
            background: var(--primary-gradient) !important;
            color: #fff !important;
        }

        .sliderbar-container .body {
            background: rgba(15, 23, 42, 0.8) !important;
            color: #cbd5e1 !important;
        }

        /* 表单控件统一 */
        .form-control:focus,
        input:focus,
        textarea:focus,
        select:focus {
            border-color: var(--primary-color) !important;
            box-shadow: 0 0 0 0.2rem rgba(123, 45, 254, 0.25) !important;
            outline: none;
        }

        /* 徽章样式统一 */
        .badge-success {
            background: #7b2dfe !important;
        }

        .badge-pill {
            border-radius: 50px;
        }

        /* 文本颜色统一 */
        .text-success {
            color: var(--primary-color) !important;
        }

        .text-danger {
            color: #ff4757 !important;
        }

        /* 价格显示样式 */
        .price {
            color: var(--primary-color) !important;
            font-weight: bold;
        }

        .payAmount {
            color: var(--text) !important;
            font-weight: bold;
        }

        /* 商品图标样式 */
        .commodity-icon {
            width: 24px;
            height: 24px;
            border-radius: 6px;
            margin-right: 6px;
            vertical-align: middle;
        }

    /* ===== 导航栏扁平化深色主题（首页除外） ===== */
    body:not(.page-index):not(.page-platform) .navbar.navbar-light.bg-light {
        background: #353535 !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.15) !important;
        padding: 0.5rem 0 !important;
        border-bottom: 1px solid #454545;
    }

    .navbar .container {
        max-width: 1400px;
    }

    .navbar-brand {
        display: flex;
        align-items: center;
        height: 32px;
    }

    /* Logo链接样式 - 扁平化 */
    .navbar-brand .brand-logo-link {
        display: inline-flex;
        align-items: center;
        text-decoration: none;
        transition: opacity 0.15s ease;
        margin-right: 6px;
        height: 32px;
    }

    .navbar-brand .brand-logo-link:hover {
        text-decoration: none;
        opacity: 0.85;
    }

    body:not(.page-index):not(.page-platform) .navbar-brand .brand-name {
        margin-left: 6px;
        font-weight: bold;
        color: #e0e0e0 !important;
        line-height: 32px;
        font-size: 14px;
    }

    /* 个人中心和登录按钮 - 扁平化统一样式（首页除外） */
    body:not(.page-index):not(.page-platform) .navbar-brand .balance-link,
    body:not(.page-index):not(.page-platform) .navbar-brand .login-link {
        position: relative;
        margin: 0 1px;
        padding: 0 10px !important;
        height: 32px;
        border-radius: 4px;
        transition: all 0.15s ease;
        color: #d0d0d0 !important;
        text-decoration: none;
        font-weight: bolder;
        display: inline-flex;
        align-items: center;
        gap: 4px;
        background: transparent;
        line-height: 32px;
        font-size: 13px;
    }

    body:not(.page-index):not(.page-platform) .navbar-brand .balance-link:hover,
    body:not(.page-index):not(.page-platform) .navbar-brand .login-link:hover {
        color: var(--text) !important;
        text-decoration: none;
        background: var(--s2);
    }

    body:not(.page-index):not(.page-platform) .navbar-brand .balance-link:active,
    body:not(.page-index):not(.page-platform) .navbar-brand .login-link:active {
        background: var(--s2);
    }

    /* 余额徽章样式 - 扁平化（首页除外） */
    body:not(.page-index):not(.page-platform) .badge-balance {
        background: var(--s2);
        padding: 2px 8px;
        border-radius: 8px;
        color: #e0d0ff !important;
        font-size: 12px;
        font-weight: bold;
        margin-left: 4px;
        line-height: 1.4;
        display: inline-flex;
        align-items: center;
    }

    .navbar-brand img {
        transition: opacity 0.15s ease;
    }

    /* 导航链接深色主题（首页除外） */
    body:not(.page-index):not(.page-platform) .navbar .row {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    body:not(.page-index):not(.page-platform) .nav-link {
        position: relative;
        margin: 0 1px;
        padding: 6px 10px !important;
        border-radius: 4px;
        transition: all 0.15s ease;
        color: #d0d0d0 !important;
        text-decoration: none;
        background: transparent;
        font-size: 13px;
    }

    body:not(.page-index):not(.page-platform) .nav-link:hover {
        background: var(--s2);
        color: var(--text) !important;
    }

    body:not(.page-index):not(.page-platform) .nav-link:active {
        background: var(--s2);
    }

    .nav-link i {
        display: inline-block;
        margin-right: 3px;
        font-size: 12px;
    }

    /* 旧的余额和登录按钮样式已被统一的 .balance-link 和 .login-link 替代 */

    /* ===== 响应式优化 - 平板端 ===== */
    @media (max-width: 1024px) and (min-width: 769px) {
        .navbar.navbar-light.bg-light {
            padding: 0.4rem 0 !important;
        }

        .navbar .nav-link {
            margin: 0 1px;
            padding: 6px 10px !important;
            font-size: 13px;
        }

        .navbar-brand img {
            height: 28px !important;
        }

        .navbar-brand span {
            font-size: 14px !important;
        }
    }

    /* ===== 响应式优化 - 手机端（汉堡菜单设计，首页除外） ===== */
    @media (max-width: 768px) {
        body:not(.page-index):not(.page-platform) .navbar.navbar-light.bg-light {
            padding: 0 !important;
            background: #353535 !important;
            border-bottom: none;
            position: relative;
        }

        .navbar.navbar-light.bg-light .container {
            padding: 0;
            max-width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 56px;
            padding: 0 16px;
        }

        /* 顶部导航栏：仅显示Logo和汉堡按钮 */
        .navbar-brand {
            flex-direction: row;
            align-items: center !important;
            justify-content: flex-start;
            width: auto;
            margin-bottom: 0;
            padding: 0;
            background: transparent;
            border: none;
        }

        .navbar-brand img {
            height: 28px !important;
            border-radius: 6px;
        }

        body:not(.page-index):not(.page-platform) .navbar-brand span {
            font-size: 15px !important;
            font-weight: 700;
            color: var(--text) !important;
        }

        /* 左侧Logo */
        .navbar-brand > a:first-child {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        /* 隐藏余额和登录按钮（移到侧边栏） */
        .navbar-brand .balance-link,
        .navbar-brand .login-link {
            display: none !important;
        }

        /* 隐藏原来的导航链接行 */
        .navbar .row {
            display: none !important;
        }

        /* 汉堡菜单按钮 */
        .mobile-menu-btn {
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            width: 28px;
            height: 24px;
            background: transparent;
            border: none;
            cursor: pointer;
            padding: 0;
            z-index: 10001;
            position: relative;
        }

        .mobile-menu-btn span {
            width: 100%;
            height: 3px;
            background: #ffffff;
            border-radius: 2px;
            transition: all 0.15s ease;
            transform-origin: center;
        }

        .mobile-menu-btn.active span:nth-child(1) {
            transform: rotate(45deg) translateY(10px);
        }

        .mobile-menu-btn.active span:nth-child(2) {
            opacity: 0;
        }

        .mobile-menu-btn.active span:nth-child(3) {
            transform: rotate(-45deg) translateY(-10px);
        }

        /* 侧边栏菜单遮罩 */
        .mobile-sidebar-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            z-index: 9999;
            opacity: 0;
            transition: opacity 0.15s ease;
        }

        .mobile-sidebar-overlay.active {
            display: block;
            opacity: 1;
        }

        /* 侧边栏菜单 */
        .mobile-sidebar {
            position: fixed;
            top: 0;
            right: -100%;
            width: 280px;
            max-width: 85%;
            height: 100%;
            background: #353535;
            z-index: 10000;
            transition: right 0.15s ease;
            overflow-y: auto;
            overflow-x: visible;
        }

        .mobile-sidebar.active {
            right: 0;
        }

        /* 侧边栏头部 */
        .mobile-sidebar-header {
            padding: 24px 20px;
            background: linear-gradient(160deg, #ece8ff 0%, #e0dbff 50%, #f0edff 100%);
            color: var(--text);
            display: flex;
            align-items: center;
            gap: 12px;
            border-bottom: 1px solid var(--border);
        }

        .mobile-sidebar-header img {
            width: 36px;
            height: 36px;
            border-radius: 10px;
            border: 1.5px solid var(--border);
        }

        .mobile-sidebar-title {
            font-size: 17px;
            font-weight: 800;
            color: var(--purple);
        }

        /* 侧边栏菜单项 */
        .mobile-sidebar-nav {
            padding: 10px 0;
        }

        .mobile-sidebar-nav .nav-link {
            display: flex !important;
            align-items: center;
            gap: 12px;
            padding: 11px 14px !important;
            color: var(--text) !important;
            text-decoration: none;
            font-size: 15px;
            font-weight: 700;
            border-bottom: none;
            transition: all 0.15s ease;
            background: transparent !important;
            border-radius: 10px !important;
            margin: 0 0 2px 0 !important;
        }

        .mobile-sidebar-nav .nav-link i {
            font-size: 15px;
            width: 32px; height: 32px;
            display: flex; align-items: center; justify-content: center;
            background: var(--s2); border-radius: 8px; color: var(--purple);
            margin-right: 0 !important;
        }

        .mobile-sidebar-nav .nav-link:active {
            background: var(--s2) !important;
            color: var(--purple) !important;
            transform: none;
        }

        /* 移动端侧边栏语言选择器样式 */
        .mobile-sidebar .language-selector {
            display: block;
            margin: 0;
            width: 100%;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }

        .mobile-sidebar .lang-btn {
            width: 100%;
            padding: 14px 20px !important;
            border-radius: 0;
            justify-content: flex-start;
            gap: 12px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
            color: #e0e0e0 !important;
            font-weight: 500;
        }

        .mobile-sidebar .lang-btn i {
            font-size: 18px;
            width: 24px;
            text-align: center;
        }

        .mobile-sidebar .lang-btn:hover {
            background: rgba(255, 255, 255, 0.08);
        }

        .mobile-sidebar .lang-dropdown {
            position: static;
            display: none;
            box-shadow: none;
            background: rgba(0, 0, 0, 0.2);
            border-radius: 0;
            border: none;
            padding: 0;
            animation: none;
        }

        .mobile-sidebar .lang-dropdown.active {
            display: block;
        }

        .mobile-sidebar .lang-option {
            padding: 12px 20px 12px 56px;
            border-radius: 0;
            font-size: 14px;
        }

        .mobile-sidebar .lang-option:hover {
            background: rgba(123, 45, 254, 0.2);
        }

        .mobile-sidebar .lang-option:active {
            background: rgba(123, 45, 254, 0.3);
        }
    }

    /* ===== 超小屏幕优化 ===== */
    @media (max-width: 480px) {
        .navbar.navbar-light.bg-light .container {
            height: 50px;
            padding: 0 12px;
        }

        .navbar-brand img {
            height: 24px !important;
        }

        .navbar-brand span {
            font-size: 13px !important;
        }

        .mobile-menu-btn {
            width: 24px;
            height: 20px;
        }

        .mobile-menu-btn span {
            height: 2.5px;
        }
    }

    /* ===== 服务平台导航样式 ===== */
    .platform-service-section {
        overflow: hidden;
    }

    .platform-service-content {
        text-align: center;
        padding: 30px 20px;
        background: #fff;
        border-radius: 12px;
        border: 1px solid rgba(123, 45, 254, 0.2);
        backdrop-filter: blur(6px);
    }

    .platform-title {
        font-size: 26px;
        font-weight: bold;
        color: var(--p2);
        margin-bottom: 14px;
        letter-spacing: 0.5px;
    }

    .platform-description {
        color: var(--text3);
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 20px;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }

    .platform-cta-btn {
        display: inline-block;
        padding: 10px 28px;
        background: var(--purple);
        color: #fff !important;
        font-size: 15px;
        font-weight: bold;
        border-radius: 6px;
        text-decoration: none;
        margin-bottom: 30px;
        transition: all 0.15s ease;
    }

    .platform-cta-btn:hover {
        background: #6420d9;
        color: #fff !important;
    }

    .platform-cta-btn:active {
        background: #5518b8;
    }

    .platform-subtitle {
        color: #f1f5f9;
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 24px;
        position: relative;
        display: inline-block;
        padding-bottom: 8px;
    }

    .platform-subtitle::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 50px;
        height: 2px;
        background: var(--purple);
        border-radius: 1px;
    }

    .platform-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 20px;
        max-width: 1100px;
        margin: 0 auto;
    }

    .platform-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 16px 12px;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 8px;
        text-decoration: none;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .platform-icon {
        width: 54px;
        height: 54px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }

    .platform-icon i {
        font-size: 24px;
        color: var(--text);
    }

    /* 抖音logo样式 */
    .tiktok-logo {
        position: relative;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .tiktok-logo::before {
        content: '抖';
        font-size: 32px;
        font-weight: bold;
        color: var(--text);
        position: relative;
        text-shadow:
            -2px -2px 0 #00f7ef,
            2px 2px 0 #ff0050;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    }

    .platform-name {
        color: #e2e8f0;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        transition: color 0.15s ease;
    }

    .platform-item:hover .platform-name {
        color: var(--text);
    }

    /* 响应式设计 */
    @media (max-width: 768px) {
        .platform-title {
            font-size: 22px;
        }

        .platform-description {
            font-size: 14px;
        }

        .platform-grid {
            grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
            gap: 15px;
        }

        .platform-item {
            padding: 15px 10px;
        }

        .platform-icon {
            width: 50px;
            height: 50px;
        }

        .platform-icon i {
            font-size: 24px;
        }

        .platform-name {
            font-size: 12px;
        }

        .platform-cta-btn {
            padding: 10px 28px;
            font-size: 14px;
        }
    }

    @media (max-width: 480px) {
        .platform-service-content {
            padding: 20px 15px;
        }

        .platform-title {
            font-size: 20px;
        }

        .platform-grid {
            grid-template-columns: repeat(3, 1fr);
            gap: 12px;
        }

        .platform-item {
            padding: 12px 8px;
        }

        .platform-icon {
            width: 45px;
            height: 45px;
        }

        .platform-icon i {
            font-size: 20px;
        }

        .platform-name {
            font-size: 11px;
        }
    }

    /* ===== 商品弹窗响应式优化 ===== */
    @media (max-width: 768px) {
        .commodity-modal {
            width: 95% !important;
            max-width: 95% !important;
            max-height: 90vh !important;
        }

        .commodity-modal-body {
            padding: 24px 20px !important;
        }

        .commodity-detail-block {
            padding: 20px !important;
        }

        .commodity-title-section .productName {
            font-size: 22px !important;
        }

        .commodity-info-cards {
            grid-template-columns: 1fr !important;
            gap: 14px !important;
        }

        .payment-section,
        .specified-section {
            padding: 20px 18px !important;
        }

        .modern-input {
            padding: 12px 14px !important;
        }

        .order-amount-section {
            padding: 18px 20px !important;
        }

        .amount-value {
            font-size: 26px !important;
        }
    }

    @media (max-width: 480px) {
        .commodity-modal {
            width: 98% !important;
            max-height: 92vh !important;
        }

        .commodity-modal-body {
            padding: 20px 16px !important;
        }

        .commodity-title-section .productName {
            font-size: 20px !important;
        }

        .info-card {
            padding: 14px 12px !important;
        }

        .payment-header,
        .specified-header {
            font-size: 16px !important;
        }
    }

    /* ===== 深色背景主题（首页、导航页除外） ===== */
    body:not(.page-index):not(.page-links):not(.page-platform) {
        background: #1e293b !important;
        min-height: 100vh;
    }

    /* ===== 扁平化商品弹窗响应式优化 ===== */
    @media (max-width: 968px) {
        /* 中等屏幕，两栏改为单栏 */
        .flat-two-cols {
            grid-template-columns: 1fr;
            gap: 12px;
        }

        .modern-two-column-layout {
            grid-template-columns: 1fr;
            gap: 16px;
        }

        .modern-left-column {
            order: 1;
        }

        .modern-right-column {
            order: 2;
        }
    }

    @media (max-width: 768px) {
        .commodity-modal {
            width: 95%;
            max-width: 95%;
            max-height: 92vh;
            border-radius: 16px 16px 0 0;
        }

        .commodity-modal-header {
            padding: 18px 20px;
        }

        .commodity-modal-title {
            font-size: 16px;
        }

        .commodity-modal-close {
            width: 36px;
            height: 36px;
            font-size: 18px;
        }

        .commodity-modal-body {
            padding: 20px 18px;
        }

        /* 商品头部移动端优化 */
        .modern-commodity-header {
            padding: 20px;
        }

        .modern-productName {
            font-size: 22px;
        }

        /* 商品信息网格移动端 */
        .modern-info-grid {
            grid-template-columns: 1fr;
            gap: 12px;
        }

        .modern-info-item {
            padding: 16px;
        }

        .modern-info-icon {
            width: 48px;
            height: 48px;
        }

        .modern-info-icon i {
            font-size: 20px;
        }

        .modern-info-value {
            font-size: 16px;
        }

        .modern-info-value.price-value {
            font-size: 20px !important;
        }

        /* 表单移动端优化 */
        .modern-form-container {
            padding: 20px;
        }

        .modern-form-header {
            font-size: 15px;
            margin-bottom: 20px;
        }

        .modern-input-field {
            padding: 12px 14px;
        }

        .modern-quantity-row {
            flex-direction: column;
            align-items: stretch;
        }

        .modern-quantity-input {
            width: 100% !important;
        }

        .modern-stock-badge {
            justify-content: center;
        }

        .modern-captcha-row {
            flex-direction: column;
            align-items: stretch;
        }

        .modern-captcha-input {
            width: 100% !important;
        }

        .modern-captcha-image {
            width: 100%;
            height: auto;
        }

        .modern-total-card {
            flex-direction: column;
            align-items: stretch;
            gap: 12px;
            padding: 18px 20px;
        }

        .modern-total-left {
            justify-content: center;
        }

        .modern-total-right {
            font-size: 28px;
            text-align: center;
        }

        /* 付款和指定区域移动端 */
        .payment-section,
        .specified-section {
            padding: 18px;
        }
    }

    @media (max-width: 480px) {
        .commodity-modal {
            width: 98%;
            max-height: 94vh;
        }

        .commodity-modal-header {
            padding: 16px 18px;
        }

        .commodity-modal-title {
            font-size: 15px;
        }

        .commodity-modal-close {
            width: 32px;
            height: 32px;
            font-size: 16px;
        }

        .commodity-modal-body {
            padding: 18px 16px;
        }

        .modern-commodity-header {
            padding: 18px;
        }

        .modern-productName {
            font-size: 20px;
        }

        .modern-info-item {
            padding: 14px;
            gap: 12px;
        }

        .modern-info-icon {
            width: 44px;
            height: 44px;
        }

        .modern-info-icon i {
            font-size: 18px;
        }

        .modern-form-container {
            padding: 18px;
        }

        .modern-form-header {
            font-size: 14px;
        }

        .modern-input-field {
            padding: 11px 13px;
            font-size: 13px;
        }

        .modern-total-right {
            font-size: 26px;
        }

        .payment-section,
        .specified-section {
            padding: 16px;
        }
    }

/* ========================================
   从 Index/Index.html 提取的内嵌样式
   提取时间: 2025-11-12
   说明: 原本内嵌在 Index.html 的 <style> 标签中
   包含: 客服按钮样式及其响应式设计
   ======================================== */

/* 商品信息底部客服按钮样式 */
.bottom-service-btn {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: #0088cc;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    z-index: 10;
}

.bottom-service-btn i {
    font-size: 18px;
}

.bottom-service-btn:hover {
    background: #006699;
}

.bottom-service-btn:active {
    background: #005580;
}

/* 移动端客服按钮优化 */
@media (max-width: 768px) {
    .bottom-service-btn {
        right: 15px;
        bottom: 15px;
        padding: 8px 16px;
        font-size: 13px;
        border-radius: 6px;
    }

    .bottom-service-btn i {
        font-size: 16px;
    }
}

/* ========================================
   从 Index/Proxy.html 提取的内嵌样式
   提取时间: 2025-11-12
   说明: 原本内嵌在 Proxy.html 的 <style> 标签中
   包含: 代理页面容器、分类网格、商品卡片、编辑功能等
   ======================================== */

/* === Proxy Page — 首页同风格 === */
    .proxy-hero-wrap {
        background: linear-gradient(180deg, #ece8ff 0%, #e0dbff 20%, #f0edff 50%, #F2F0F8 80%);
        position: relative; overflow: hidden;
        min-height: 100vh;
    }
    .proxy-hero-wrap::before {
        content: ''; position: absolute; top: -80px; right: -40px;
        width: 600px; height: 600px; border-radius: 50%;
        background: radial-gradient(circle, rgba(124,106,255,0.28) 0%, rgba(168,85,247,0.14) 40%, transparent 65%);
        animation: proxy-glow1 8s ease-in-out infinite; pointer-events: none;
    }
    .proxy-hero-wrap::after {
        content: ''; position: absolute; bottom: -100px; left: -60px;
        width: 550px; height: 550px; border-radius: 50%;
        background: radial-gradient(circle, rgba(71,209,137,0.20) 0%, rgba(124,106,255,0.10) 40%, transparent 65%);
        animation: proxy-glow2 10s ease-in-out infinite; pointer-events: none;
    }
    @keyframes proxy-glow1 {
        0%,100%{transform:translate(0,0) scale(1)} 20%{transform:translate(-200px,80px) scale(1.2)}
        40%{transform:translate(-300px,180px) scale(0.9)} 60%{transform:translate(-150px,250px) scale(1.15)}
        80%{transform:translate(-50px,120px) scale(1.05)}
    }
    @keyframes proxy-glow2 {
        0%,100%{transform:translate(0,0) scale(1)} 20%{transform:translate(180px,-60px) scale(1.15)}
        40%{transform:translate(300px,-120px) scale(0.85)} 60%{transform:translate(200px,-200px) scale(1.1)}
        80%{transform:translate(80px,-80px) scale(1.05)}
    }

    .proxy-decor { position: absolute; pointer-events: none; }
    .proxy-d1 { top:6%;left:8%;width:160px;height:160px;border-radius:50%;border:2px solid rgba(124,106,255,0.18);animation:proxy-ring 10s linear infinite; }
    .proxy-d2 { top:10%;right:15%;width:80px;height:80px;border-radius:14px;background:rgba(168,85,247,0.08);animation:proxy-spin 8s ease-in-out infinite; }
    .proxy-d3 { top:50%;right:4%;width:120px;height:120px;border-radius:50%;border:2px solid rgba(71,209,137,0.15);animation:proxy-ring 14s linear infinite reverse; }
    .proxy-d4 { top:25%;left:3%;width:18px;height:18px;border-radius:50%;background:#a29bfe;opacity:0.35;animation:proxy-dfloat 4s ease-in-out infinite; }
    .proxy-d5 { top:70%;left:15%;width:60px;height:60px;border-radius:10px;border:2px solid rgba(124,106,255,0.12);animation:proxy-spin 12s ease-in-out infinite reverse; }
    .proxy-d6 { top:35%;right:30%;width:200px;height:200px;border-radius:50%;border:1.5px solid rgba(124,106,255,0.10);animation:proxy-ring 18s linear infinite; }

    @keyframes proxy-ring { 0%{transform:rotate(0deg) translate(40px,0) scale(1)} 50%{transform:rotate(180deg) translate(40px,0) scale(1.2)} 100%{transform:rotate(360deg) translate(40px,0) scale(1)} }
    @keyframes proxy-spin { 0%,100%{transform:rotate(0deg) translate(0,0)} 25%{transform:rotate(90deg) translate(-40px,30px)} 50%{transform:rotate(180deg) translate(20px,60px)} 75%{transform:rotate(270deg) translate(30px,20px)} }
    @keyframes proxy-dfloat { 0%,100%{transform:translateY(0) scale(1);opacity:0.15} 50%{transform:translateY(-35px) scale(1.5);opacity:0.45} }

    /* Hero title block — 左对齐，和首页 .hero 一致 */
    .proxy-hero-inner {
        max-width: 1240px;
        margin: 0 auto;
        padding: 44px 40px 28px;
        position: relative;
        z-index: 1;
    }
    .proxy-badge {
        display: inline-flex; align-items: center; gap: 6px;
        background: rgba(109,40,217,0.08); border: 1px solid rgba(109,40,217,0.18);
        border-radius: 100px; padding: 4px 14px;
        font-size: 12px; font-weight: 600; color: var(--purple); margin-bottom: 16px;
    }
    .proxy-hero-title {
        font-size: 44px; font-weight: 900; line-height: 1.15; margin: 0 0 12px 0;
        background: linear-gradient(120deg, #DB2777 0%, #6D28D9 55%, #2563EB 100%);
        -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    }
    .proxy-hero-sub {
        font-size: 15px; color: var(--text2); margin: 0; line-height: 1.7;
    }

    .secret-trigger {
        cursor: default;
        user-select: none;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-right: 10px;
        opacity: 0;
    }

    .edit-header-button {
        display: none;
        margin: 15px 0 0;
        background: #9333ea;
        color: white;
        border: none;
        padding: 10px 20px;
        border-radius: 8px;
        cursor: pointer;
        font-size: 14px;
        font-weight: bold;
        transition: background 0.3s ease;
    }

    .edit-header-button:hover {
        background: #7e22ce;
    }

    .edit-mode-active .edit-header-button {
        display: inline-block;
    }

/* === Proxy Content (tabs + grid, 在 hero-wrap 内部) === */
    .proxy-container {
        max-width: 1240px;
        margin: 0 auto;
        padding: 24px 40px 40px;
        position: relative;
        z-index: 1;
    }

    .category-tabs {
        display: flex;
        justify-content: flex-start;
        gap: 10px;
        flex-wrap: wrap;
        margin-bottom: 24px;
        padding: 0;
    }

    .category-tab {
        padding: 6px 16px;
        background: rgba(109, 40, 217, 0.06);
        color: var(--text2);
        border: 1px solid var(--border);
        border-radius: 8px;
        cursor: pointer;
        font-size: 13px;
        font-weight: 600;
        transition: all 0.2s ease;
        position: relative;
        user-select: none;
    }

    .category-tab:hover {
        background: rgba(109, 40, 217, 0.10);
        border-color: var(--p2);
        color: var(--purple);
    }

    .category-tab.active {
        background: var(--purple);
        border-color: var(--purple);
        color: white;
    }

    .category-tab .count {
        margin-left: 5px;
        opacity: 0.7;
        font-size: 12px;
    }

    .category-tab .delete-category {
        display: none;
        position: absolute;
        top: -8px;
        right: -8px;
        background: #f44336;
        color: white;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        cursor: pointer;
        transition: transform 0.2s ease;
    }

    .category-tab .delete-category:hover {
        transform: scale(1.2);
    }

    .edit-mode-active .category-tab .delete-category {
        display: block;
    }

    .add-category-button {
        padding: 10px 25px;
        background: #4CAF50;
        color: white;
        border: none;
        border-radius: 25px;
        cursor: pointer;
        font-size: 14px;
        font-weight: 600;
        display: none;
        transition: background 0.3s ease;
    }

    .add-category-button:hover {
        background: #45a049;
    }

    .edit-mode-active .add-category-button {
        display: inline-block;
    }

    .proxy-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 20px;
        margin-bottom: 50px;
    }

    .proxy-card {
        background: white;
        border-radius: 14px;
        overflow: hidden;
        box-shadow: 0 1px 4px rgba(109, 40, 217, 0.05);
        transition: all 0.3s ease;
        position: relative;
        border: 1px solid var(--border);
    }

    .proxy-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(109, 40, 217, 0.10);
        border-color: var(--p2);
    }

    .proxy-card-header {
        position: relative;
        height: 72px;
        overflow: hidden;
        background: linear-gradient(135deg, #8B5CF6 0%, #6D28D9 100%);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .proxy-card-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .proxy-card-body {
        padding: 12px 14px 14px;
        background: white;
    }

    .category-badge {
        display: inline-block;
        padding: 2px 8px;
        background: rgba(109, 40, 217, 0.06);
        color: var(--purple);
        border-radius: 6px;
        font-size: 10px;
        font-weight: 600;
        margin-bottom: 6px;
    }

    .proxy-title {
        font-size: 15px;
        color: var(--text) !important;
        margin: 0 0 2px 0;
        font-weight: 700;
        line-height: 1.3;
    }

    .proxy-subtitle {
        font-size: 11px;
        color: var(--text3) !important;
        margin: 0 0 8px 0;
        line-height: 1.4;
    }

    .proxy-price {
        font-size: 22px;
        color: var(--purple) !important;
        font-weight: 800;
        margin: 0 0 8px 0;
        line-height: 1;
    }

    .proxy-description {
        margin: 0 0 12px 0;
        padding: 0;
        background: none;
        border-radius: 0;
        font-size: 12px;
        color: var(--text3);
        line-height: 1.5;
        white-space: pre-wrap;
        word-wrap: break-word;
        min-height: 0;
        border-top: 1px solid var(--s2);
        padding-top: 10px;
    }

    .proxy-card-actions {
        display: flex;
        gap: 8px;
    }

    .proxy-button {
        flex: 1;
        background: var(--purple);
        color: white;
        border: none;
        padding: 8px 0;
        border-radius: 8px;
        font-size: 12px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.2s ease;
        text-align: center;
        text-decoration: none;
        display: block;
    }

    .proxy-button:hover {
        background: #5B21B6;
        transform: translateY(-1px);
        box-shadow: 0 4px 10px rgba(109, 40, 217, 0.25);
    }

    .proxy-order-button {
        flex: 1;
        background: rgba(109, 40, 217, 0.06);
        color: var(--purple);
        border: none;
        padding: 8px 0;
        border-radius: 8px;
        font-size: 12px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.2s ease;
        text-align: center;
        text-decoration: none;
        display: block;
        margin-top: 0;
    }

    .proxy-order-button:hover {
        background: rgba(109, 40, 217, 0.12);
        transform: translateY(-1px);
    }

    .edit-mode-active::after {
        content: '✏️ 管理模式已激活';
        position: fixed;
        top: 20px;
        right: 20px;
        background: #4CAF50;
        color: white;
        padding: 10px 20px;
        border-radius: 8px;
        font-size: 14px;
        z-index: 10000;
        animation: fadeIn 0.3s ease;
        box-shadow: 0 4px 15px rgba(76, 175, 80, 0.4);
    }

    @keyframes fadeIn {
        from { opacity: 0; transform: translateY(-10px); }
        to { opacity: 1; transform: translateY(0); }
    }

    .edit-button {
        position: absolute;
        top: 10px;
        right: 10px;
        background: #2196F3;
        color: white;
        border: none;
        padding: 8px 15px;
        border-radius: 6px;
        font-size: 12px;
        cursor: pointer;
        z-index: 10;
        display: none;
        transition: background 0.3s ease;
    }

    .edit-button:hover {
        background: #1976D2;
    }

    .edit-mode-active .edit-button {
        display: block;
    }

    .add-proxy-button {
        position: fixed;
        bottom: 30px;
        right: 30px;
        background: #4CAF50;
        color: white;
        border: none;
        padding: 15px 25px;
        border-radius: 50px;
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
        box-shadow: 0 4px 15px rgba(76, 175, 80, 0.4);
        display: none;
        z-index: 1000;
        transition: all 0.3s ease;
    }

    .add-proxy-button:hover {
        background: #45a049;
        transform: scale(1.1);
    }

    .edit-mode-active .add-proxy-button {
        display: block;
    }

    .modal {
        display: none;
        position: fixed;
        z-index: 10000;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        animation: fadeIn 0.3s ease;
    }

    .modal-content {
        background-color: white;
        margin: 50px auto;
        padding: 30px;
        border-radius: 15px;
        width: 90%;
        max-width: 600px;
        max-height: 80vh;
        overflow-y: auto;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    }

    .modal-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 25px;
        padding-bottom: 15px;
        border-bottom: 2px solid #e2e8f0;
    }

    .modal-header h2 {
        color: #2d3748;
        font-size: 24px;
        margin: 0;
    }

    .close-button {
        background: none;
        border: none;
        font-size: 28px;
        color: #718096;
        cursor: pointer;
        padding: 0;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: color 0.3s ease;
    }

    .close-button:hover {
        color: #2d3748;
    }

    .form-group {
        margin-bottom: 20px;
    }

    .form-group label {
        display: block;
        color: #2d3748;
        font-weight: 600;
        margin-bottom: 8px;
        font-size: 14px;
    }

    .form-group input,
    .form-group textarea,
    .form-group select {
        width: 100%;
        padding: 12px;
        border: 2px solid #e2e8f0;
        border-radius: 8px;
        font-size: 14px;
        transition: border-color 0.3s ease;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
        background-color: var(--text);
        color: #000000;
    }

    .form-group input:focus,
    .form-group textarea:focus,
    .form-group select:focus {
        outline: none;
        border-color: var(--p2);
        color: #000000;
    }

    .form-group textarea {
        resize: vertical;
        min-height: 80px;
        color: #000000;
    }

    .form-group input::placeholder,
    .form-group textarea::placeholder {
        color: #a0aec0;
        opacity: 1;
    }

    .form-group small {
        display: block;
        margin-top: 5px;
        color: #718096;
        font-size: 12px;
    }

    .form-actions {
        display: flex;
        gap: 10px;
        margin-top: 25px;
    }

    .btn {
        flex: 1;
        padding: 12px 20px;
        border: none;
        border-radius: 8px;
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .btn-primary {
        background: var(--purple);
        color: white;
    }

    .btn-primary:hover {
        background: #5B21B6;
        transform: translateY(-2px);
    }

    .btn-secondary {
        background: #e2e8f0;
        color: #2d3748;
    }

    .btn-secondary:hover {
        background: #cbd5e0;
    }

    .btn-danger {
        background: #f44336;
        color: white;
    }

    .btn-danger:hover {
        background: #da190b;
    }

    .btn-upload {
        background: #2196F3;
        color: white;
        padding: 12px 20px;
        border-radius: 8px;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        gap: 5px;
        font-size: 14px;
        font-weight: bold;
        transition: all 0.3s ease;
        white-space: nowrap;
    }

    .btn-upload:hover {
        background: #1976D2;
        transform: translateY(-2px);
    }

    @media (max-width: 768px) {
        .proxy-hero-inner {
            padding: 30px 20px 20px;
        }

        .proxy-hero-title {
            font-size: 28px;
        }

        .proxy-container {
            padding: 16px 20px 30px;
        }

        .proxy-grid {
            grid-template-columns: 1fr;
        }

        .modal-content {
            width: 95%;
            margin: 20px auto;
        }

        .category-tabs {
            gap: 10px;
        }

        .category-tab {
            padding: 8px 15px;
            font-size: 12px;
        }
    }

/* ========================================
   Bootstrap 轮播图自定义样式
   添加时间: 2025-11-12
   说明: 主站首页底部的广告轮播图样式
   功能: 响应式设计、外层容器样式
   ======================================== */

/* 轮播图外层容器 */
.ad-carousel-wrapper {
    margin-top: 40px;
}

/* 轮播图容器 - 缩小到 3/4 宽度并居中 */
.ad-carousel-wrapper .container {
    max-width: 75%;
    margin: 0 auto;
}

/* 轮播图内层容器 */
.ad-carousel-inner {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

/* 轮播图项容器 - 自适应高度 */
#adCarousel .carousel-item,
#adCarousel2 .carousel-item {
    height: auto;
}

/* 轮播图图片 - 完整显示无黑边 */
#adCarousel .carousel-inner img,
#adCarousel2 .carousel-inner img {
    width: 100%;
    height: auto;
    display: block;
}

/* 平板端适配 (768px - 1024px) */
@media (max-width: 1024px) {
    .ad-carousel-wrapper {
        margin-top: 30px;
    }
}

/* 移动端适配 (最大 768px) */
@media (max-width: 768px) {
    .ad-carousel-wrapper {
        margin-top: 25px;
    }

    /* 移动端恢复全宽显示 */
    .ad-carousel-wrapper .container {
        max-width: 95%;
    }

    /* 移动端隐藏左右箭头 */
    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }
}

/* 小屏手机适配 (最大 480px) */
@media (max-width: 480px) {
    .ad-carousel-wrapper {
        margin-top: 15px;
    }

    /* 小屏手机保持全宽 */
    .ad-carousel-wrapper .container {
        max-width: 100%;
    }
}

/* ==================== 高粉账户悬浮按钮样式 ==================== */
.floating-high-fans-btn {
    position: fixed;
    right: 24px;
    bottom: 96px;
    z-index: 999;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: linear-gradient(120deg, #DB2777 0%, #6D28D9 55%, #2563EB 100%);
    color: #ffffff !important;
    border-radius: 50px;
    box-shadow: 0 4px 16px rgba(109,40,217,0.3);
    text-decoration: none !important;
    font-weight: 700;
    font-size: 13px;
    transition: all 0.25s ease;
    cursor: pointer;
    white-space: nowrap;
    animation: float-pulse 3s ease-in-out infinite;
}

.floating-high-fans-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 24px rgba(109,40,217,0.4);
    color: #ffffff !important;
    text-decoration: none !important;
}

.floating-high-fans-btn:active {
    transform: translateY(-1px);
}

.floating-high-fans-btn i {
    font-size: 16px;
    color: #ffffff !important;
    animation: fire-flicker 1.5s ease-in-out infinite;
}

.floating-high-fans-btn span {
    font-size: 13px;
    letter-spacing: 0.3px;
    color: #ffffff !important;
}

/* 火焰闪烁动画 */
@keyframes fire-flicker {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.85; transform: scale(1.1); }
}

/* 浮动脉冲动画 */
@keyframes float-pulse {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
}

/* 平板端适配 (768px - 1024px) */
@media (max-width: 1024px) and (min-width: 769px) {
    .floating-high-fans-btn {
        right: 18px;
        bottom: 80px;
        padding: 9px 16px;
        font-size: 12px;
    }
}

/* 移动端适配 (最大 768px) */
@media (max-width: 768px) {
    .floating-high-fans-btn {
        right: 14px;
        bottom: 82px;
        padding: 8px 14px;
        font-size: 12px;
        gap: 6px;
    }
}

/* 小屏手机适配 (最大 480px) */
@media (max-width: 480px) {
    .floating-high-fans-btn {
        right: 10px;
        bottom: 80px;
        padding: 7px 12px;
        font-size: 11px;
        gap: 5px;
    }
    .floating-high-fans-btn i { font-size: 14px; }
}

/* ==================== 海外账号登录教程悬浮按钮样式 ==================== */
.floating-tutorial-btn {
    position: fixed;
    right: 24px;
    bottom: 72px;
    z-index: 999;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: rgba(255,255,255,0.92);
    color: #6D28D9 !important;
    border: 1.5px solid #DDD6EF;
    border-radius: 50px;
    box-shadow: 0 4px 16px rgba(109,40,217,0.12);
    text-decoration: none !important;
    font-weight: 700;
    font-size: 13px;
    transition: all 0.25s ease;
    cursor: pointer;
    white-space: nowrap;
    backdrop-filter: blur(8px);
    animation: float-pulse 3s ease-in-out infinite 0.5s;
}

.floating-tutorial-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 24px rgba(109,40,217,0.2);
    border-color: #8B5CF6;
    color: #6D28D9 !important;
    text-decoration: none !important;
}

.floating-tutorial-btn:active {
    transform: translateY(-1px);
}

.floating-tutorial-btn i {
    font-size: 16px;
    color: #6D28D9 !important;
}

.floating-tutorial-btn span {
    font-size: 13px;
    letter-spacing: 0.3px;
    color: #6D28D9 !important;
}

/* 平板端适配 */
@media (max-width: 1024px) and (min-width: 769px) {
    .floating-tutorial-btn {
        right: 18px;
        bottom: 90px;
        padding: 9px 16px;
        font-size: 12px;
    }
}

/* 移动端适配 */
@media (max-width: 768px) {
    .floating-tutorial-btn {
        right: 14px;
        bottom: 86px;
        padding: 8px 14px;
        font-size: 12px;
        gap: 6px;
    }
}

/* 小屏手机适配 */
@media (max-width: 480px) {
    .floating-tutorial-btn {
        right: 10px;
        bottom: 82px;
        padding: 7px 12px;
    }
    .floating-tutorial-btn i { font-size: 14px; }
    .floating-tutorial-btn span {
        font-size: 11px;
    }
}


/* ==================== API文档下载区域样式（简洁版） ==================== */
.api-docs-footer {
    text-align: center;
    padding: 20px;
}

.api-docs-footer i.fa-book {
    font-size: 18px;
    color: var(--text);
    margin-right: 8px;
}

.api-docs-footer span {
    font-size: 14px;
    color: var(--text);
    margin-right: 15px;
}

.api-docs-footer a {
    display: inline-block;
    margin: 0 5px;
    color: #667eea;
    text-decoration: none;
    transition: color 0.2s;
}

.api-docs-footer a:hover {
    color: #764ba2;
}

.api-docs-footer a i {
    font-size: 16px;
}

/* 移动端适配 */
@media (max-width: 768px) {
    .api-docs-footer {
        padding: 15px;
    }
    
    .api-docs-footer i.fa-book {
        font-size: 16px;
    }
    
    .api-docs-footer span {
        font-size: 13px;
        margin-right: 10px;
    }
    
    .api-docs-footer a i {
        font-size: 15px;
    }
}

/* ==================== 免责声明样式 ==================== */
.disclaimer-footer {
    text-align: center;
    padding: 15px 20px;
    margin: 0 auto;
    max-width: 1200px;
}

.disclaimer-footer p {
    font-size: 12px;
    color: #6b7280;
    line-height: 1.8;
    margin: 0;
    text-align: justify;
}

/* 平板端适配 */
@media (max-width: 1024px) {
    .disclaimer-footer {
        padding: 12px 15px;
    }

    .disclaimer-footer p {
        font-size: 11px;
    }
}

/* 移动端适配 */
@media (max-width: 768px) {
    .disclaimer-footer {
        padding: 10px 12px;
    }

    .disclaimer-footer p {
        font-size: 10px;
        line-height: 1.6;
    }
}

/* ==================== 左下角快捷链接浮���按钮���样式 ==================== */
.floating-quick-links {
    position: fixed !important;
    left: 30px !important;
    right: auto !important;
    bottom: 100px !important;
    z-index: 9999 !important;
}

/* 主触发按钮 - Telegram蓝色 */
.quick-links-toggle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0088cc 0%, #0077b5 100%);
    color: var(--text);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 136, 204, 0.4);
    transition: all 0.3s ease;
    font-size: 24px;
}

.quick-links-toggle:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 136, 204, 0.6);
}

.floating-quick-links:hover .quick-links-toggle,
.floating-quick-links.active .quick-links-toggle {
    background: linear-gradient(135deg, #0077b5 0%, #0088cc 100%);
}

.floating-quick-links:hover .quick-links-toggle i,
.floating-quick-links.active .quick-links-toggle i {
    transform: rotate(15deg);
}

/* 展开菜单 */
.quick-links-menu {
    position: absolute;
    bottom: 70px;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.floating-quick-links:hover .quick-links-menu,
.floating-quick-links.active .quick-links-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* 子菜单项 */
.quick-link-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    background: rgba(30, 41, 59, 0.95);
    color: var(--text) !important;
    border-radius: 25px;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    position: relative;
}

.quick-link-item:hover {
    background: linear-gradient(135deg, #0088cc 0%, #0077b5 100%);
    transform: translateX(5px);
    color: var(--text) !important;
    text-decoration: none !important;
}

.quick-link-item i {
    font-size: 18px;
    width: 20px;
    text-align: center;
}

.quick-link-item span {
    font-size: 13px;
}

/* Tooltip 提示 */
.quick-link-item::after {
    content: attr(title);
    position: absolute;
    left: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
    padding: 6px 12px;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    font-size: 12px;
    border-radius: 6px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    pointer-events: none;
}

.quick-link-item:hover::after {
    opacity: 1;
    visibility: visible;
}

/* 平板端适配 */
@media (max-width: 1024px) {
    .floating-quick-links {
        left: 20px !important;
        bottom: 80px !important;
    }

    .quick-links-toggle {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .quick-links-menu {
        bottom: 60px;
    }

    .quick-link-item {
        padding: 8px 14px;
        font-size: 13px;
    }

    .quick-link-item i {
        font-size: 16px;
    }

    .quick-link-item span {
        font-size: 12px;
    }
}

/* 移动端适配 */
@media (max-width: 768px) {
    .floating-quick-links {
        left: 15px !important;
        bottom: 70px !important;
    }

    .quick-links-toggle {
        width: 46px;
        height: 46px;
        font-size: 18px;
    }

    .quick-links-menu {
        bottom: 55px;
    }

    .quick-link-item {
        padding: 8px 12px;
        font-size: 12px;
        gap: 8px;
    }

    .quick-link-item i {
        font-size: 14px;
        width: 16px;
    }

    .quick-link-item span {
        font-size: 11px;
    }

    /* 移动端隐藏tooltip */
    .quick-link-item::after {
        display: none;
    }
}

/* 小屏手机适配 */
@media (max-width: 480px) {
    .floating-quick-links {
        left: 10px !important;
        bottom: 60px !important;
    }

    .quick-links-toggle {
        width: 42px;
        height: 42px;
        font-size: 16px;
    }

    .quick-links-menu {
        bottom: 50px;
    }

    .quick-link-item {
        padding: 6px 10px;
    }
}
