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 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 15px 16px;
}

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;
    border: 1px solid rgba(255, 198, 236, .45);
    background: linear-gradient(180deg, #fff 0%, #fffafe 100%);
    -webkit-box-shadow: 0 10px 30px rgba(237, 169, 195, .2), inset 0 1px 0 rgba(255, 255, 255, .9);
    box-shadow: 0 10px 30px rgba(237, 169, 195, .2), inset 0 1px 0 rgba(255, 255, 255, .9);
    border-radius: 24px;

}

.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
}

.navbar .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.navbar .container .row {
    flex-wrap: wrap;
    margin: 0 -8px;
}
.navbar .container .nav-link {
    padding: 8px 12px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    border: 1px solid rgba(255, 184, 228, .4);
    background: linear-gradient(145deg, #fff 0%, #fff6fd 100%);
    margin: 2px 4px;
    transition: all .2s ease;
}
.navbar .container .nav-link:hover {
    color: #d66bc0;
    border-color: rgba(255, 143, 214, .65);
    box-shadow: 0 6px 14px rgba(255, 153, 232, .22);
    transform: translateY(-1px);
}
@media (max-width: 768px) {
    .navbar .container { padding-left: 12px; padding-right: 12px; }
    .navbar .container .nav-link { padding: 8px 10px; font-size: 14px; }
}
@media (max-width: 576px) {
    .navbar .container .nav-link { padding: 10px 8px; min-height: 44px; }
}

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, #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;
}

/* 首页公告区：分条展示 + 查询订单入口（模仿异次元发卡 chuhaitg.com） */
.notice-card .card-block.notice-block { padding-bottom: 14px; }
.notice-content { margin-bottom: 12px; }
.notice-content p { margin: 6px 0; line-height: 1.6; }
.notice-content br + * { margin-top: 4px; }
.index-query-tip {
    margin-top: 12px;
    padding: 12px 14px;
    border-radius: 16px;
    background: linear-gradient(145deg, #f7fbff 0%, #fff5fc 100%);
    border: 1px dashed rgba(255,153,232,.25);
    font-size: 14px;
    color: #555;
    box-shadow: 0 6px 16px rgba(255, 200, 236, .2);
}
.index-query-tip .query-order-link {
    color: #00A3FF;
    font-weight: bold;
    margin-left: 4px;
}
.index-query-tip .query-order-link:hover { color: #0088dd; text-decoration: underline; }

/* 首页快捷区：搜索商品 + 查询订单 */
.quick-entry-card .card-block { padding-top: 12px !important; }
.home-search-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}
.home-search-keywords {
    flex: 1 1 280px;
    min-width: 220px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid rgba(255, 184, 228, .45);
    background: linear-gradient(145deg, #fff 0%, #fffafe 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
    padding-left: 16px;
    padding-right: 16px;
}
.home-search-bar .btn {
    border-radius: 999px;
    min-height: 40px;
    padding: 0 16px;
    white-space: nowrap;
    font-size: 13px;
    border: 1px solid transparent;
    box-shadow: 0 6px 14px rgba(255, 153, 232, .2);
}

/* 商品列表：视图切换 + 表格视图（模仿异次元发卡） */
.product-view-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    flex-wrap: wrap;
    gap: 8px;
}
.view-title-box {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.product-result-tips {
    font-size: 12px;
    color: #999;
}
.product-view-toolbar .view-label { font-weight: bold; font-size: 14px; color: #333; }
.view-switch { display: inline-flex; gap: 4px; }
.view-switch-btn {
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 13px;
    cursor: pointer;
    border: 1px solid rgba(255,153,232,.3);
    background: #fff;
    color: #666;
    transition: all .2s ease;
}
.view-switch-btn:hover { border-color: #ff99e8; color: #ff99e8; }
.view-switch-btn.active {
    background: linear-gradient(145deg, #ff99e8 0%, #e093ff 100%);
    color: #fff;
    border-color: transparent;
}
.product-table-wrap { overflow-x: auto; margin-top: 4px; }
.product-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(255,153,232,.1);
}
.product-table th {
    padding: 8px 12px;
    text-align: left;
    font-weight: bold;
    font-size: 13px;
    color: #333;
    background: linear-gradient(145deg, #fef6fb 0%, #f4f5fa 100%);
    border-bottom: 1px solid rgba(255,153,232,.2);
}
.product-table td { padding: 8px 12px; font-size: 14px; border-bottom: 1px solid #f0f0f0; }
.product-table-body tr { transition: background .2s ease; cursor: pointer; }
.product-table-body tr:hover { background: #fef6fb; }
.product-table-body tr.checked { background: linear-gradient(145deg, #f0fff9 0%, #fef6fb 100%); }
.product-table-body tr.checked td:first-child { border-left: 3px solid #3effb8; }
.product-table-body tr.empty-commodity { color: #999; }
.product-table-price { color: #28D094; font-weight: bold; }
.product-table-stock { color: #666; }

/* 首页：分类列表 + 商品列表 卡片式（模仿优化，保留独特风格） */
.index-shop-card .card-header { border-bottom: 1px solid rgba(255,153,232,.15); padding: 8px 14px !important; }
.index-shop-card { border-radius: 14px; }
.category-grid .category {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 14px;
    margin: 0;
}
.category-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 76px;
    padding: 12px 10px 12px 50px;
    border-radius: 14px;
    text-align: left;
    position: relative;
    background: linear-gradient(145deg, #fff 0%, #fef6fb 100%);
    box-shadow: 0 2px 12px rgba(255,153,232,.12);
    transition: transform .25s ease, box-shadow .25s ease;
}
.category-card:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(255,153,232,.2); }
.category-card.checked { border: 2px dashed #3effb8; background: linear-gradient(145deg, #f0fff9 0%, #fef6fb 100%); }
.category-card-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.category-card-icon .commodity-icon { width: 30px; height: 30px; border-radius: 8px; object-fit: cover; }
.category-fallback-icon { font-size: 18px; color: #e093ff; }
.category-card-name { font-weight: bold; font-size: 14px; color: #333; margin-bottom: 2px; }
.category-card-count { font-size: 12px; color: #888; }
.product-section .form-group { margin-bottom: 0; }
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 16px;
}
.product-card {
    display: flex;
    flex-direction: column;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 12px rgba(255,153,232,.1);
    transition: transform .25s ease, box-shadow .25s ease;
}
.product-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(255,153,232,.18); }
.product-card.checked { border: 2px dashed #3effb8; }
.product-card-cover {
    width: 100%;
    aspect-ratio: 1;
    background: linear-gradient(145deg, #fef6fb 0%, #f4f5fa 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.product-card-cover .commodity-icon { width: 100%; height: 100%; object-fit: cover; }
.product-card-no-cover { font-size: 36px; color: #e0d0e0; }
.product-card-name {
    padding: 12px;
    font-weight: bold;
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 1.3;
}
@media (max-width: 768px) {
    .navbar .row {
        margin-left: 0;
        margin-right: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        row-gap: 4px;
    }
    .navbar .row .nav-link {
        padding: 4px 6px;
        font-size: 13px;
    }
    .category-grid .category { grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 12px; }
    .product-grid { grid-template-columns: repeat(3, 1fr); gap: 14px; }
}
@media (max-width: 576px) {
    .navbar .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .navbar .row .nav-link {
        padding: 3px 5px;
        font-size: 12px;
    }
    .home-search-keywords {
        min-width: 100%;
        flex-basis: 100%;
    }
    .home-search-bar .btn {
        padding: 6px 10px;
        font-size: 12px;
    }
    .product-view-toolbar {
        align-items: flex-start;
    }
    .product-result-tips {
        width: 100%;
    }
    .content-wrapper { padding: 10px 12px 20px; }
    .category-grid .category { grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); gap: 10px; }
    .product-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .product-card-name { padding: 10px; font-size: 13px; }
    .product-table th,
    .product-table td {
        padding: 10px 8px;
        font-size: 12px;
    }
    .view-switch-btn {
        padding: 5px 9px;
        font-size: 12px;
    }
}
@media (max-width: 375px) {
    .content-wrapper { padding: 8px 10px 16px; }
    .category-grid .category { grid-template-columns: repeat(2, 1fr); gap: 8px; }
    .product-grid { gap: 10px; }
}

/* 目标站模板：首页分类与商品表格 */
.index-shop-card .card-block {
    padding: 8px;
}

.target-shop-layout {
    margin-left: -8px;
    margin-right: -8px;
}

.target-shop-layout > [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
}

.target-panel {
    border-radius: 12px;
    background: linear-gradient(180deg, #ffffff 0%, #fffafd 100%);
    box-shadow: 0 6px 16px rgba(255, 187, 227, .15);
    border: 1px solid rgba(255, 198, 236, .45);
    overflow: hidden;
}

.target-panel-title {
    height: 30px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    font-size: 13px;
    font-weight: bold;
    color: #6b5d78;
    border-bottom: 1px solid rgba(245, 214, 239, .7);
    background: linear-gradient(145deg, #fff9fd 0%, #fff 100%);
}

.target-panel-title i {
    margin-right: 6px;
    color: #ff99e8;
}

.target-panel-title-right {
    justify-content: space-between;
}

.category-table-wrap {
    padding: 2px 4px;
    max-height: 560px;
    overflow: auto;
}

.category-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 1px;
}

.category-row {
    cursor: pointer;
    transition: background .2s ease;
}

.category-row:hover {
    background: transparent;
}

.category-row.checked {
    background: transparent;
}

.category-row.checked td {
    border-color: rgba(62, 255, 184, .55);
    background: linear-gradient(145deg, #f0fff9 0%, #fef6fb 100%);
    box-shadow: 0 8px 18px rgba(147, 255, 223, .22);
}

.category-table td {
    padding: 4px 8px;
    border: 1px solid rgba(244, 225, 239, .9);
    border-radius: 6px;
    background: #fff;
}

.category-cell {
    display: inline-flex;
    align-items: center;
    width: 100%;
    gap: 8px;
}

.category-cell .commodity-icon {
    width: 22px;
    height: 22px;
    border-radius: 4px;
    object-fit: cover;
}

.category-fallback-icon {
    font-size: 16px;
    color: #b9b9b9;
    width: 22px;
    text-align: center;
}

.category-name {
    color: #444;
    font-size: 13px;
}

.category-empty {
    text-align: center;
    color: #999;
    font-size: 13px;
    padding: 10px 8px !important;
}

.product-panel .product {
    margin-bottom: 0;
}

.target-product-table {
    border-radius: 10px;
    border: 1px solid rgba(244, 225, 239, .95);
    box-shadow: 0 4px 14px rgba(255, 193, 230, .15);
    overflow: hidden;
}

.target-product-table th {
    padding: 4px 8px;
    background: linear-gradient(145deg, #fff8fd 0%, #f8f9ff 100%);
    color: #6e607a;
    border-bottom: 1px solid rgba(244, 225, 239, .85);
    font-size: 13px;
    font-weight: 600;
}

.target-product-table td {
    padding: 4px 8px;
    border-bottom: 1px solid #f7eaf2;
}

.target-product-table .product-table-row {
    cursor: pointer;
}

.target-product-table .product-table-row:hover {
    background: linear-gradient(145deg, #fffafd 0%, #fff6fb 100%);
}

.target-product-table .product-table-row.checked {
    background: linear-gradient(145deg, #f0fff9 0%, #fef6fb 100%);
}

.target-product-table .product-table-row.checked td:first-child {
    border-left: 4px solid #3effb8;
}

.product-name-cell {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.product-name-cell .commodity-icon {
    width: 26px;
    height: 26px;
    border-radius: 9px;
    object-fit: cover;
    box-shadow: 0 4px 10px rgba(255, 188, 228, .2);
}

.commodity-icon-fallback {
    width: 26px;
    text-align: center;
    color: #c6c6c6;
}

.product-name-text {
    color: #333;
    font-size: 14px;
}

.product-table-price {
    color: #28D094;
    font-weight: bold;
    white-space: nowrap;
}

.product-table-stock {
    color: #666;
    white-space: nowrap;
}

.product-table-action {
    width: 88px;
}

.table-buy-btn {
    display: inline-block;
    min-width: 44px;
    text-align: center;
    padding: 2px 8px;
    border-radius: 999px;
    background: linear-gradient(145deg, #7d67f7 0%, #a68fff 100%);
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(130, 112, 245, .25);
}

.table-buy-btn.disabled {
    background: #ececec;
    color: #9d9d9d;
    cursor: not-allowed;
}

.product-empty-tip {
    color: #999;
    font-size: 13px;
    text-align: center;
    padding: 12px 0;
}

.target-order-shell {
    padding: 10px 14px 16px;
    border-radius: 16px;
    background: linear-gradient(180deg, #fff 0%, #fffafe 100%);
}
.target-order-shell .form-control {
    border-radius: 14px;
    border: 1px solid rgba(255, 186, 229, .45);
    background: #fff;
}

.target-order-shell .specified {
    border-top: 1px dashed #f0e4f6;
    margin-top: 10px;
    padding-top: 10px;
}

.target-order-shell .specified-title {
    font-size: 13px;
    margin-bottom: 8px;
}

.target-order-shell .pay-section {
    border-top: 1px dashed #f0e4f6;
    margin-top: 12px;
    padding-top: 10px;
}

.target-order-shell .service-entry-row {
    margin-bottom: 8px;
}

@media (max-width: 768px) {
    .target-shop-layout > [class*="col-"] {
        margin-bottom: 6px;
    }
    .category-table-wrap {
        max-height: none;
    }
    .category-table {
        border-spacing: 0 1px;
    }
    .target-panel-title-right {
        gap: 6px;
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .category-table td {
        padding: 3px 6px;
    }
    .target-product-table th,
    .target-product-table td {
        padding: 3px 6px;
        font-size: 12px;
    }
    .target-panel-title {
        height: 26px;
        font-size: 12px;
        padding: 0 8px;
    }
    .product-table-action {
        width: 56px;
    }
    .table-buy-btn {
        min-width: 38px;
        padding: 3px 8px;
        font-size: 11px;
    }
    .index-shop-card .card-block {
        padding: 6px;
    }
}

/* 前台背景音乐开关 */
.site-music-toggle {
    position: fixed;
    right: 20px;
    bottom: 24px;
    z-index: 9999;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(145deg, #fff 0%, #fef6fb 100%);
    box-shadow: 0 2px 14px rgba(255,153,232,.25);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #e093ff;
    font-size: 18px;
    transition: transform .2s, box-shadow .2s;
}
.site-music-toggle:hover { transform: scale(1.08); box-shadow: 0 4px 20px rgba(255,153,232,.35); }
.site-music-toggle.playing { color: #3effb8; }
@media (max-width: 576px) {
    .site-music-toggle { right: 14px; bottom: 18px; width: 40px; height: 40px; font-size: 16px; }
}

/* 弹窗内容通用样式 */
.layui-layer-page .layui-layer-content { overflow-wrap: break-word; overflow-y: auto; }
.more-table td { border-width: 1px !important; border-color: rgba(241, 195, 195, 0.27) !important; font-size: 14px; color: #fbaea7; }

/* ================================================================
   iOS Override Layer — 全站圆润风格统一覆盖
   主色: #d66bc0 → #9b59b6  / 圆角阶梯: 999px(胶囊) 20px(容器) 12px(输入)
   ================================================================ */

/* ---- 按钮 全局胶囊化 ---- */
.btn,
.btn-primary, .btn-secondary, .btn-success, .btn-info,
.btn-warning, .btn-danger, .btn-light, .btn-dark,
.btn-outline-primary, .btn-outline-secondary, .btn-outline-success,
.btn-outline-info, .btn-outline-warning, .btn-outline-danger {
    border-radius: 999px !important;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: opacity .15s, transform .12s, box-shadow .15s !important;
}
.btn:not(.btn-outline-primary):not(.btn-outline-secondary):not(.btn-outline-success):not(.btn-outline-info):not(.btn-outline-warning):not(.btn-outline-danger):not(.btn-light):not(.btn-secondary) {
    border: none !important;
}
.btn-primary, .btn-light-primary, [data-submit],
.btn-lg.w-100 {
    background: linear-gradient(135deg, #d66bc0 0%, #9b59b6 100%) !important;
    border: none !important;
    color: #fff !important;
    box-shadow: 0 4px 16px rgba(155, 89, 182, 0.28) !important;
}
.btn-primary:hover, .btn-light-primary:hover, [data-submit]:hover {
    opacity: .9;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(155, 89, 182, 0.38) !important;
}
.btn-primary:active, [data-submit]:active { transform: scale(.97); }

.btn-danger, .btn-light-danger {
    background: linear-gradient(135deg, #ff6b6b 0%, #e05560 100%) !important;
    border: none !important;
    color: #fff !important;
    box-shadow: 0 4px 14px rgba(224, 85, 96, 0.28) !important;
}
.btn-success {
    background: linear-gradient(135deg, #43e97b 0%, #28D094 100%) !important;
    border: none !important;
    color: #fff !important;
}
.btn-sm {
    padding: 4px 14px !important;
    font-size: 12px !important;
    border-radius: 999px !important;
}
.btn-xs {
    padding: 2px 10px !important;
    font-size: 11px !important;
    border-radius: 999px !important;
}

/* ---- Layui 按钮胶囊化 ---- */
.layui-btn,
.layui-btn-primary,
.layui-btn-normal,
.layui-btn-warm,
.layui-btn-danger {
    border-radius: 999px !important;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: opacity .15s, transform .12s !important;
}
.layui-btn-pink,
.layui-btn.layui-btn-pink {
    background: linear-gradient(135deg, #d66bc0 0%, #9b59b6 100%) !important;
    border-color: transparent !important;
    color: #fff !important;
    border-radius: 999px !important;
    box-shadow: 0 4px 14px rgba(155, 89, 182, 0.28) !important;
}
.layui-btn-pink:hover { opacity: .9; transform: translateY(-1px); }
.layui-btn-sm { border-radius: 999px !important; font-size: 12px !important; }
.layui-btn-xs { border-radius: 999px !important; font-size: 11px !important; padding: 0 10px !important; height: 26px !important; line-height: 26px !important; }

/* ---- 输入框圆润化 ---- */
.form-control,
input.form-control-solid,
.form-control-solid,
.layui-input,
.layui-select,
.layui-textarea {
    border-radius: 12px !important;
    border: 1.5px solid rgba(214, 107, 192, 0.22) !important;
    background: rgba(255, 255, 255, 0.75) !important;
    transition: border-color .2s, box-shadow .2s !important;
}
.form-control:focus,
.form-control-solid:focus,
.layui-input:focus,
.layui-textarea:focus {
    border-color: rgba(155, 89, 182, 0.6) !important;
    box-shadow: 0 0 0 3px rgba(155, 89, 182, 0.1) !important;
    background: rgba(255, 255, 255, 0.95) !important;
    outline: none !important;
}
.layui-form-select .layui-input { border-radius: 12px !important; }
.layui-form-select dl { border-radius: 12px !important; box-shadow: 0 8px 28px rgba(180, 120, 210, 0.15) !important; border: 1.5px solid rgba(214, 107, 192, 0.2) !important; }
.layui-form-select dl dd.layui-this { background: rgba(214, 107, 192, 0.1) !important; color: #9b59b6 !important; }

/* ---- Bootstrap / 通用卡片圆润化 ---- */
.card {
    border-radius: 20px !important;
    border: 1.5px solid rgba(214, 107, 192, 0.15) !important;
    box-shadow: 0 8px 32px rgba(180, 120, 210, 0.11) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.82) !important;
}
.card-header { border-radius: 20px 20px 0 0 !important; border-bottom: 1px solid rgba(220, 190, 240, 0.3) !important; }
.card-footer { border-radius: 0 0 20px 20px !important; }
.card-title { font-weight: 700; }

/* ---- Layui 卡片圆润化 ---- */
.layui-card {
    border-radius: 18px !important;
    border: 1.5px solid rgba(214, 107, 192, 0.16) !important;
    box-shadow: 0 6px 24px rgba(180, 120, 210, 0.11) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.82) !important;
    overflow: hidden;
}
.layui-card-header {
    border-bottom: 1px solid rgba(220, 190, 240, 0.3) !important;
    font-weight: 700;
    color: #7c4dbd;
}

/* ---- Layui Tab 胶囊化 ---- */
.layui-tab-brief > .layui-tab-title {
    border-bottom: 1px solid rgba(220, 190, 240, 0.35) !important;
}
.layui-tab-brief > .layui-tab-title li {
    border-radius: 999px !important;
    margin-right: 6px;
    padding: 4px 18px !important;
    font-size: 13px;
    font-weight: 600;
    color: #888;
    border: 1.5px solid rgba(214, 107, 192, 0.2) !important;
    transition: all .18s;
}
.layui-tab-brief > .layui-tab-title .layui-this {
    background: linear-gradient(135deg, #d66bc0, #9b59b6) !important;
    color: #fff !important;
    border-color: transparent !important;
    box-shadow: 0 4px 12px rgba(155, 89, 182, 0.28);
}
.layui-tab-brief > .layui-tab-title li:after { display: none !important; }

/* ---- Layui 徽标圆角 ---- */
.layui-badge, .layui-badge-dot { border-radius: 999px !important; }

/* ---- Layui 表格 iOS 行样式 ---- */
.layui-table th {
    background: rgba(248, 240, 255, 0.7) !important;
    color: #7c4dbd !important;
    font-weight: 700;
    border-color: rgba(220, 190, 240, 0.3) !important;
    font-size: 13px;
}
.layui-table td {
    border-color: rgba(220, 190, 240, 0.22) !important;
    font-size: 13px;
}
.layui-table tbody tr:nth-child(even) td { background: rgba(248, 240, 255, 0.25) !important; }
.layui-table tbody tr:hover td { background: rgba(214, 107, 192, 0.07) !important; }

/* ---- 面板/主容器 毛玻璃感 ---- */
.fly-panel {
    border-radius: 20px !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
    background: rgba(255, 255, 255, 0.82) !important;
    border: 1.5px solid rgba(214, 107, 192, 0.15) !important;
    box-shadow: 0 8px 32px rgba(180, 120, 210, 0.1) !important;
    overflow: hidden;
}

/* ---- Layui 弹层 iOS 化 ---- */
.layui-layer {
    border-radius: 20px !important;
    box-shadow: 0 16px 48px rgba(180, 120, 210, 0.2) !important;
    border: 1.5px solid rgba(214, 107, 192, 0.2) !important;
    overflow: hidden;
}
.layui-layer-title {
    border-radius: 20px 20px 0 0 !important;
    background: rgba(248, 240, 255, 0.9) !important;
    border-bottom: 1px solid rgba(220, 190, 240, 0.3) !important;
    font-weight: 700;
    color: #7c4dbd;
}
.layui-layer-btn { border-top: 1px solid rgba(220, 190, 240, 0.3) !important; border-radius: 0 0 20px 20px !important; }
.layui-layer-btn a { border-radius: 999px !important; margin: 4px 6px !important; padding: 6px 18px !important; font-size: 13px !important; }
.layui-layer-btn0 { background: linear-gradient(135deg, #d66bc0, #9b59b6) !important; border-color: transparent !important; color: #fff !important; }
.layui-layer-btn1 { background: rgba(200, 185, 220, 0.25) !important; border-color: rgba(214, 107, 192, 0.2) !important; color: #888 !important; }

/* ---- 下拉菜单圆角 ---- */
.dropdown-menu {
    border-radius: 16px !important;
    border: 1.5px solid rgba(214, 107, 192, 0.2) !important;
    box-shadow: 0 8px 32px rgba(180, 120, 210, 0.15) !important;
    padding: 6px !important;
    backdrop-filter: blur(14px);
    background: rgba(255, 255, 255, 0.9) !important;
}
.dropdown-item {
    border-radius: 10px !important;
    font-size: 13px;
    padding: 7px 14px !important;
    transition: background .15s;
}
.dropdown-item:hover { background: rgba(214, 107, 192, 0.1) !important; color: #9b59b6 !important; }

/* ---- 分页控件 ---- */
.layui-laypage a, .layui-laypage span {
    border-radius: 999px !important;
    border: 1.5px solid rgba(214, 107, 192, 0.2) !important;
    color: #9b59b6;
    font-weight: 600;
    min-width: 32px;
    height: 32px;
    line-height: 30px !important;
    margin: 0 3px !important;
}
.layui-laypage .layui-laypage-curr em:last-child {
    background: linear-gradient(135deg, #d66bc0, #9b59b6) !important;
    border-radius: 999px !important;
    color: #fff !important;
}
.layui-laypage-prev, .layui-laypage-next { border-radius: 999px !important; }

/* ---- 表单验证错误提示 ---- */
.invalid-feedback, .layui-form-mid.layui-word-aux { color: #e05560; font-size: 12px; }
.is-invalid .form-control, .is-invalid .form-control-solid {
    border-color: rgba(224, 85, 96, 0.6) !important;
    box-shadow: 0 0 0 3px rgba(224, 85, 96, 0.1) !important;
}

/* ---- 滚动条美化 ---- */
::-webkit-scrollbar { width: 5px; height: 5px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: rgba(155, 89, 182, 0.2); border-radius: 999px; }
::-webkit-scrollbar-thumb:hover { background: rgba(155, 89, 182, 0.35); }

/* ================================================================
   iOS Override — 响应式断点
   ================================================================ */

/* ---- 平板（≤ 768px）---- */
@media (max-width: 768px) {

    /* 按钮：轻度缩小 */
    .btn { padding: .3rem .9rem !important; font-size: 13px !important; }
    .btn-sm { padding: 3px 12px !important; font-size: 12px !important; }
    .layui-btn { font-size: 13px !important; }
    .layui-btn-sm { height: 30px !important; line-height: 30px !important; padding: 0 12px !important; font-size: 12px !important; }

    /* 卡片：减少内边距避免拥挤 */
    .card { border-radius: 18px !important; }
    .layui-card { border-radius: 16px !important; }
    .fly-panel { border-radius: 18px !important; }

    /* layui Tab：允许横向滚动不换行 */
    .layui-tab-brief > .layui-tab-title {
        overflow-x: auto !important;
        overflow-y: hidden !important;
        white-space: nowrap !important;
        flex-wrap: nowrap !important;
        padding-bottom: 2px !important;
        -webkit-overflow-scrolling: touch;
    }
    .layui-tab-brief > .layui-tab-title li {
        display: inline-flex !important;
        white-space: nowrap;
        flex-shrink: 0;
        padding: 4px 14px !important;
        font-size: 12px !important;
        margin-right: 5px !important;
    }

    /* layui 弹层：手机屏底部展示 */
    .layui-layer-page {
        left: 50% !important;
        transform: translateX(-50%) !important;
        max-width: calc(100vw - 24px) !important;
        min-width: unset !important;
    }

    /* 表格：缩小字号，减少内边距 */
    .layui-table th,
    .layui-table td { padding: 7px 10px !important; font-size: 12px !important; }

    /* 内容区 */
    .layui-tab-content { padding: 10px !important; }
    .content-header { font-size: 14px !important; }
    .fly-user-main { padding: 0 6px !important; }
    .fly-marginTop { margin-top: 10px !important; }

    /* 用户中心面板：减少外边距 */
    .layui-container { padding: 0 10px !important; }
}

/* ---- 手机（≤ 576px）---- */
@media (max-width: 576px) {

    /* 按钮：更紧凑 */
    .btn { padding: .28rem .8rem !important; font-size: 12.5px !important; }
    [data-submit], .btn-lg.w-100 {
        height: 46px !important;
        font-size: 14px !important;
    }
    .layui-btn { padding: 0 14px !important; }
    .layui-btn-xs { padding: 0 8px !important; height: 24px !important; line-height: 24px !important; font-size: 11px !important; }

    /* 卡片 */
    .card { border-radius: 16px !important; }
    .layui-card { border-radius: 14px !important; }
    .fly-panel { border-radius: 16px !important; }
    .w-lg-400px.rounded, .w-lg-500px.rounded { border-radius: 22px !important; }

    /* 输入框 */
    .form-control, .form-control-lg.form-control-solid,
    .form-control.form-control-solid, .layui-input {
        border-radius: 10px !important;
        height: 42px !important;
        font-size: 13.5px !important;
    }
    .layui-form-select .layui-input { height: 36px !important; }

    /* 表格字号 */
    .layui-table th,
    .layui-table td { padding: 6px 8px !important; font-size: 11.5px !important; }

    /* 弹窗：占满宽度 */
    .layui-layer-page {
        max-width: calc(100vw - 16px) !important;
    }
    .layui-layer-title { font-size: 14px !important; padding: 0 12px !important; }
    .layui-layer-btn a { padding: 5px 14px !important; font-size: 12px !important; }

    /* Tab */
    .layui-tab-brief > .layui-tab-title li {
        padding: 3px 12px !important;
        font-size: 11.5px !important;
    }

    /* 分页 */
    .layui-laypage a, .layui-laypage span {
        min-width: 28px !important;
        height: 28px !important;
        line-height: 26px !important;
        font-size: 12px !important;
        margin: 0 2px !important;
    }

    /* 内容区 */
    .layui-tab-content { padding: 8px !important; }
    .layui-container { padding: 0 8px !important; }
    .content-header { font-size: 13px !important; }
    .fly-marginTop { margin-top: 6px !important; }
}

/* ---- 超小屏（≤ 375px）---- */
@media (max-width: 375px) {
    .btn, .layui-btn { font-size: 12px !important; }
    .layui-table th, .layui-table td { padding: 5px 6px !important; font-size: 11px !important; }
    .card, .layui-card { border-radius: 14px !important; }
    .fly-panel { border-radius: 14px !important; }
    .layui-tab-brief > .layui-tab-title li { padding: 3px 10px !important; font-size: 11px !important; }
}
