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 20px auto;
    border-radius: 15px;
    padding: 15px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(250, 247, 255, 0.9) 100%);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.15);
    transition: all 0.3s ease;
}

.content-icp:hover {
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.25);
    transform: translateY(-2px);
}

@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;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.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;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-box-shadow: 0 8px 32px rgba(237, 169, 195, 0.3), 0 2px 8px rgba(237, 169, 195, 0.2);
    box-shadow: 0 8px 32px rgba(237, 169, 195, 0.3), 0 2px 8px rgba(237, 169, 195, 0.2);
    border-radius: 20px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.6s ease;
}

.card:hover {
    transform: translateY(-5px);
    -webkit-box-shadow: 0 12px 40px rgba(237, 169, 195, 0.4), 0 4px 12px rgba(237, 169, 195, 0.3);
    box-shadow: 0 12px 40px rgba(237, 169, 195, 0.4), 0 4px 12px rgba(237, 169, 195, 0.3);
}

.card:hover::before {
    left: 100%;
}

.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: 12px;
    border: 2px solid transparent;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    padding: 10px 20px;
    margin: 0 12px 12px 0;
    -webkit-transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
    background: linear-gradient(135deg, #667eea, #764ba2);
    -webkit-box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
    font-weight: 600;
    color: white;
    overflow: hidden;
}

.button-click::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3), transparent);
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.button-click:hover::before {
    width: 300px;
    height: 300px;
}

.button-click:hover {
    transform: translateY(-3px) scale(1.05);
    background: linear-gradient(135deg, #7c8ef5, #8a5ab8);
    -webkit-box-shadow: 0 8px 20px rgba(102, 126, 234, 0.5);
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.5);
}

.button-click:active {
    transform: translateY(-1px) scale(1.02);
}

.checked {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.6), 0 0 0 3px rgba(102, 126, 234, 0.2);
    transform: scale(1.08);
}

.checked::after {
    content: '✓';
    position: absolute;
    top: -8px;
    right: -8px;
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #ffffff, #f0f0f0);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    color: #667eea;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.4);
}

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

.empty-commodity {
    opacity: 0.5;
    cursor: not-allowed;
    position: relative;
}

.empty-commodity::before {
    content: '暂无商品';
    position: absolute;
    top: -8px;
    right: -8px;
    background: #ff6b6b;
    color: white;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 10px;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(255, 107, 107, 0.3);
    z-index: 1;
}

.commodity-icon {
    height: 24px;
    margin-top: -3px;
    margin-right: 8px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.commodity-icon:hover {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}

.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, #ffdede6e 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffdede6e), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #ffdede6e 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #ffdede6e 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #ffdede6e 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #ffdede6e 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;
}

/* ===== 简洁高端公告样式 ===== */
.announcement-card {
    margin: 15px 0;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #e8ecf1;
}

.announcement-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 24px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}

.announcement-header i {
    font-size: 18px;
    opacity: 0.95;
    flex-shrink: 0;
}

.announcement-body {
    padding: 20px 24px;
    background: #fafbfc;
}

.announcement-features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}

.feature-tag {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    background: #fff;
    border: 1px solid #e1e4e8;
    border-radius: 20px;
    font-size: 13px;
    color: #24292e;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.feature-tag:hover {
    border-color: #667eea;
    background: #f6f8fa;
    transform: translateY(-1px);
}

.announcement-contact {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: #fff;
    color: #667eea;
    text-decoration: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #667eea;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.contact-btn:hover {
    background: #667eea;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}

.contact-btn i {
    font-size: 15px;
}

/* ===== 更多动态效果 ===== */

/* 价格闪烁效果 */
.price {
    animation: priceGlow 2s ease-in-out infinite;
}

@keyframes priceGlow {
    0%, 100% {
        text-shadow: 0 0 5px rgba(102, 126, 234, 0.5);
    }
    50% {
        text-shadow: 0 0 20px rgba(246, 147, 251, 0.8), 0 0 30px rgba(102, 126, 234, 0.6);
    }
}

/* 付款按钮优化 */
.pay_type .button-click {
    position: relative;
    color: #fff;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.pay_type .button-click::before {
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3), transparent);
}

/* 支付宝按钮 - 浅蓝色 */
.pay_type .pay-alipay {
    background: #E6F4FF;
    border: 2px solid #91CAFF;
    color: #1677FF;
    font-weight: 600;
}

.pay_type .pay-alipay:hover {
    background: #BAE0FF;
    border-color: #69B1FF;
    color: #0958D9;
    box-shadow: 0 6px 20px rgba(22, 119, 255, 0.2);
    transform: translateY(-2px) scale(1.03);
}

/* 微信支付按钮 - 浅绿色 */
.pay_type .pay-wechat {
    background: #E6F9F0;
    border: 2px solid #73D897;
    color: #07C160;
    font-weight: 600;
}

.pay_type .pay-wechat:hover {
    background: #B5F1CC;
    border-color: #52C97A;
    color: #059A4D;
    box-shadow: 0 6px 20px rgba(7, 193, 96, 0.2);
    transform: translateY(-2px) scale(1.03);
}

/* 余额支付按钮 - 浅橙色 */
.pay_type .pay-balance {
    background: #FFF2E8;
    border: 2px solid #FFB980;
    color: #FA8C16;
    font-weight: 600;
}

.pay_type .pay-balance:hover {
    background: #FFD8BF;
    border-color: #FFA940;
    color: #D46B08;
    box-shadow: 0 6px 20px rgba(250, 140, 22, 0.2);
    transform: translateY(-2px) scale(1.03);
}

/* 默认支付按钮 - 浅紫色 */
.pay_type .pay-default {
    background: #F0EDFF;
    border: 2px solid #B0A3E6;
    color: #667eea;
    font-weight: 600;
}

.pay_type .pay-default:hover {
    background: #D5CCFF;
    border-color: #9580E6;
    color: #5465CC;
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.2);
    transform: translateY(-2px) scale(1.03);
}

/* 商品信息卡片优化 */
.shopInfoHtml {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(250, 247, 255, 0.98) 100%);
    border: 2px solid rgba(102, 126, 234, 0.1);
}

.shopInfoHtml:hover {
    border-color: rgba(102, 126, 234, 0.3);
}

/* 产品名称样式 */
.productName {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    animation: titleShine 3s ease-in-out infinite;
}

@keyframes titleShine {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.8; }
}

/* 表单输入框优化 */
.form-control.round {
    border: 2px solid rgba(102, 126, 234, 0.2);
    border-radius: 10px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.9);
}

.form-control.round:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1), 0 4px 12px rgba(102, 126, 234, 0.2);
    transform: scale(1.02);
}

/* 分类按钮容器 */
.category {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 10px;
}

/* 分类按钮特殊样式 */
.category-button {
    position: relative;
    margin: 0 !important; /* 移除默认margin，使用gap控制间距 */
    padding: 10px 20px !important; /* 确保内边距统一 */
    font-size: 15px !important; /* 确保字体大小统一 */
    font-weight: 600 !important;
    display: inline-flex !important; /* 使用flex布局让图标和文字垂直居中 */
    align-items: center !important;
    justify-content: center !important;
    min-height: 44px !important; /* 确保最小高度统一 */
    white-space: nowrap !important; /* 防止文字换行 */
    background: linear-gradient(135deg, #667eea, #764ba2) !important; /* 确保紫色渐变背景 */
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3) !important; /* 确保阴影效果 */
    color: white !important; /* 确保文字颜色 */
    border-radius: 12px !important; /* 确保圆角 */
}

.category-button .commodity-icon {
    height: 20px !important;
    width: 20px !important;
    margin-top: 0 !important;
    margin-right: 8px !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    flex-shrink: 0; /* 防止图标被压缩 */
}

.category-button::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, rgba(255,255,255,0.6), rgba(255,255,255,0.9), rgba(255,255,255,0.6));
    transform: translateX(-50%);
    transition: width 0.3s ease;
    border-radius: 3px;
}

.category-button:hover::after,
.category-button.checked::after {
    width: 90%;
}

/* 分类按钮选中状态特殊样式 */
.category-button.checked {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%) !important;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.6), 0 0 0 3px rgba(102, 126, 234, 0.2) !important;
    transform: scale(1.05) !important;
    border: 2px solid rgba(255, 255, 255, 0.6) !important;
}

/* 滚动条美化 - 更现代的配色 */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    border-radius: 10px;
    transition: all 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #764ba2 0%, #f093fb 50%, #f5576c 100%);
    box-shadow: 0 0 10px rgba(102, 126, 234, 0.5);
}

/* 加载动画 */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading-spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(102, 126, 234, 0.3);
    border-top-color: #667eea;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

/* 卡密显示区域优化 */
.anticipation tbody tr {
    background: linear-gradient(135deg, #ffeef8 0%, #fff5fc 100%);
    border: 2px solid rgba(246, 147, 251, 0.2);
    transition: all 0.3s ease;
}

.anticipation tbody tr:hover {
    background: linear-gradient(135deg, #fff 0%, #ffeef8 100%);
    border-color: #f093fb;
    box-shadow: 0 4px 15px rgba(246, 147, 251, 0.3);
    transform: translateX(5px);
}

/* 页面淡入动画 */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.card,
.announcement-card {
    animation: fadeInUp 0.6s ease-out;
}

.card:nth-child(1) { animation-delay: 0.1s; }
.card:nth-child(2) { animation-delay: 0.2s; }
.card:nth-child(3) { animation-delay: 0.3s; }
.card:nth-child(4) { animation-delay: 0.4s; }

/* ===== 商品卡片网格布局 ===== */
.product-cards-wrapper {
    margin-top: 25px;
}

.product-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 15px;
    will-change: contents;
}

/* 响应式：大屏幕4列 */
@media (max-width: 1400px) {
    .product-cards-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1024px) {
    .product-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.product-card {
    background: linear-gradient(135deg, #fff 0%, #fefeff 100%);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.15);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    border: 2px solid rgba(102, 126, 234, 0.1);
    position: relative;
}

.product-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 12px 35px rgba(102, 126, 234, 0.25), 0 4px 15px rgba(246, 147, 251, 0.2);
    border-color: #667eea;
}

.product-card.disabled {
    opacity: 0.6;
    cursor: not-allowed;
    filter: grayscale(0.5);
}

.product-card.disabled:hover {
    transform: none;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.15);
}

/* 商品图片区域 */
.product-image {
    position: relative;
    width: 100%;
    height: 180px;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.1);
}

.product-image .no-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    color: rgba(102, 126, 234, 0.3);
}

/* 发货方式徽章 */
.delivery-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    backdrop-filter: blur(10px);
    z-index: 2;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.delivery-badge.auto-delivery {
    background: linear-gradient(135deg, rgba(40, 208, 148, 0.95), rgba(40, 208, 148, 0.85));
    color: #fff;
}

.delivery-badge.manual-delivery {
    background: linear-gradient(135deg, rgba(255, 145, 73, 0.95), rgba(255, 145, 73, 0.85));
    color: #fff;
}

/* 库存徽章 */
.stock-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    backdrop-filter: blur(10px);
    z-index: 2;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.stock-badge.high-stock {
    background: linear-gradient(135deg, rgba(40, 208, 148, 0.95), rgba(40, 208, 148, 0.85));
    color: #fff;
}

.stock-badge.medium-stock {
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.95), rgba(255, 193, 7, 0.85));
    color: #fff;
}

.stock-badge.low-stock {
    background: linear-gradient(135deg, rgba(255, 145, 73, 0.95), rgba(255, 145, 73, 0.85));
    color: #fff;
    animation: stockAlert 2s ease-in-out infinite;
}

.stock-badge.out-of-stock {
    background: linear-gradient(135deg, rgba(158, 158, 158, 0.95), rgba(158, 158, 158, 0.85));
    color: #fff;
}

@keyframes stockAlert {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

/* 商品信息区域 */
.product-info {
    padding: 15px;
}

.product-name {
    font-size: 14px;
    font-weight: bold;
    color: #2d3748;
    margin-bottom: 10px;
    line-height: 1.4;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.product-price {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
}

.current-price {
    font-size: 20px;
    font-weight: bold;
    color: #f5576c;
    text-shadow: 0 2px 4px rgba(245, 87, 108, 0.2);
}

.original-price {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
}

/* 商品底部 */
.product-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    border-top: 1px dashed rgba(102, 126, 234, 0.2);
}

.sales-count {
    font-size: 13px;
    color: #ff9149;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
}

.sales-count i {
    animation: fireFlicker 1.5s ease-in-out infinite;
}

@keyframes fireFlicker {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

.buy-btn {
    padding: 8px 18px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    color: #fff;
    border: none;
    border-radius: 20px;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.buy-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 18px rgba(102, 126, 234, 0.6);
}

.buy-btn.disabled {
    background: linear-gradient(135deg, #999 0%, #888 100%);
    cursor: not-allowed;
    box-shadow: none;
}

.buy-btn.disabled:hover {
    transform: none;
}

/* 加载中状态 */
.loading-products {
    text-align: center;
    padding: 60px 20px;
    color: #667eea;
}

.loading-products i {
    font-size: 48px;
    margin-bottom: 15px;
    color: #667eea;
}

.loading-products p {
    font-size: 16px;
    color: #764ba2;
    font-weight: 500;
}

/* 无商品提示 */
.no-products {
    text-align: center;
    padding: 60px 20px;
    color: #999;
}

.no-products i {
    font-size: 64px;
    margin-bottom: 20px;
    color: rgba(102, 126, 234, 0.3);
}

.no-products p {
    font-size: 16px;
    color: #999;
}

/* 响应式优化 */
@media (max-width: 768px) {
    /* 移除最小宽度限制 */
    html, body {
        min-width: 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        overflow-x: hidden !important;
    }
    
    img {
        max-width: 100% !important;
        height: auto;
    }
    
    /* 手机端顶部logo尺寸优化 */
    .navbar-brand img {
        height: 35px !important;
        max-height: 35px !important;
    }
    
    .navbar-brand {
        font-size: 14px !important;
    }
    
    .navbar-brand span {
        font-size: 14px !important;
    }
    
    /* 公告里的4个图标一行显示 */
    .card-block div[style*="display: flex"],
    .card-block div[style*="display:flex"] {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 2px !important;
        overflow-x: auto !important;
        justify-content: space-between !important;
    }
    
    .card-block div[style*="display: flex"] > div[style*="text-align: center"],
    .card-block div[style*="display:flex"] > div[style*="text-align:center"],
    .card-block div[style*="display: flex"] > div[style*="text-align:center"],
    .card-block div[style*="display:flex"] > div[style*="text-align: center"] {
        min-width: 22% !important;
        max-width: 24% !important;
        padding: 5px 2px !important;
        flex-shrink: 0 !important;
        flex-grow: 0 !important;
    }
    
    .card-block div[style*="display: flex"] > div[style*="text-align: center"] > div:first-child,
    .card-block div[style*="display:flex"] > div[style*="text-align"] > div:first-child {
        font-size: 26px !important;
        margin-bottom: 3px !important;
    }
    
    .card-block div[style*="display: flex"] > div[style*="text-align: center"] > div:last-child,
    .card-block div[style*="display:flex"] > div[style*="text-align"] > div:last-child {
        font-size: 11px !important;
        white-space: nowrap !important;
        line-height: 1.2 !important;
    }
    
    .container {
        min-width: 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        overflow-x: hidden !important;
    }
    
    .content-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }
    
    .card {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }
    
    .card-block {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }
    
    .announcement-card {
        margin: 10px 0;
    }
    
    .announcement-header {
        font-size: 14px;
        padding: 10px 15px;
    }
    
    .announcement-body {
        padding: 12px 15px;
    }
    
    .feature-tag {
        font-size: 12px;
        padding: 5px 12px;
    }
    
    .contact-btn {
        font-size: 12px;
        padding: 6px 12px;
    }
    
    .separator {
        display: none;
    }
    
    .button-click {
        padding: 8px 16px;
        margin: 0 8px 10px 0;
    }
    
    /* 分类按钮容器移动端 */
    .category {
        gap: 12px;
    }
    
    .category-button {
        margin: 0 !important;
        padding: 8px 16px !important;
        font-size: 14px !important;
        min-height: 40px !important;
    }
    
    .category-button .commodity-icon {
        height: 18px !important;
        width: 18px !important;
        margin-right: 6px !important;
    }
    
    .pay_type .button-click {
        padding: 10px 18px;
        font-size: 14px;
    }
    
    .pay_type .pay-alipay:hover,
    .pay_type .pay-wechat:hover,
    .pay_type .pay-balance:hover,
    .pay_type .pay-default:hover {
        transform: translateY(-2px) scale(1.02);
    }
    
    /* 商品卡片移动端 */
    .product-cards-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 0 5px;
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }
    
    .product-cards-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }
    
    .product-card {
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 auto;
        overflow: hidden !important;
    }
    
    .product-image {
        height: 200px;
        max-height: 200px;
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }
    
    .product-image img {
        width: 100% !important;
        max-width: 100% !important;
        height: 100% !important;
        object-fit: cover;
        object-position: center;
        display: block;
    }
    
    .product-name {
        font-size: 14px;
        line-height: 1.4;
        padding: 0 5px;
    }
    
    .current-price {
        font-size: 18px;
    }
    
    .original-price {
        font-size: 13px;
    }
    
    .sales-count {
        font-size: 12px;
    }
    
    .buy-btn {
        padding: 8px 16px;
        font-size: 13px;
    }
    
    .delivery-badge {
        font-size: 10px;
        padding: 3px 8px;
    }
    
    .stock-badge {
        font-size: 11px;
        padding: 3px 8px;
    }
}

/* 针对超小屏幕（手机竖屏）优化 */
@media (max-width: 480px) {
    html, body {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }
    
    img {
        max-width: 100% !important;
    }
    
    /* 超小屏幕logo更小 */
    .navbar-brand img {
        height: 32px !important;
    }
    
    /* 公告图标更紧凑 */
    .card-block div[style*="display: flex"] > div[style*="text-align: center"],
    .card-block div[style*="display:flex"] > div[style*="text-align"] {
        min-width: 22% !important;
        max-width: 24% !important;
        padding: 3px 1px !important;
    }
    
    .card-block div[style*="display: flex"] > div[style*="text-align: center"] > div:first-child,
    .card-block div[style*="display:flex"] > div[style*="text-align"] > div:first-child {
        font-size: 22px !important;
    }
    
    .card-block div[style*="display: flex"] > div[style*="text-align: center"] > div:last-child,
    .card-block div[style*="display:flex"] > div[style*="text-align"] > div:last-child {
        font-size: 10px !important;
    }
    
    .container {
        padding: 0 10px;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .product-cards-grid {
        gap: 12px;
        padding: 0;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .product-card {
        border-radius: 12px;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .product-image {
        height: 180px;
        max-height: 180px;
        border-radius: 12px 12px 0 0;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .product-image img {
        border-radius: 12px 12px 0 0;
        width: 100% !important;
        max-width: 100% !important;
        height: 100% !important;
        object-fit: cover;
    }
    
    .product-info {
        padding: 12px;
    }
    
    .product-name {
        font-size: 13px;
        margin-bottom: 8px;
    }
    
    .product-price {
        margin-bottom: 10px;
    }
    
    .current-price {
        font-size: 16px;
    }
    
    .product-footer {
        gap: 8px;
    }
    
    .sales-count {
        font-size: 11px;
    }
    
    .buy-btn {
        padding: 6px 14px;
        font-size: 12px;
    }
    
    /* 分类按钮容器超小屏幕 */
    .category {
        gap: 10px;
    }
    
    .category-button {
        padding: 6px 14px !important;
        font-size: 13px !important;
        min-height: 36px !important;
    }
    
    .category-button .commodity-icon {
        height: 16px !important;
        width: 16px !important;
        margin-right: 5px !important;
    }
}
