@charset "UTF-8";

html {
    font-size: 16px
}

;

body {
    background: #f8f8f8;
}

@font-face {
    font-family: "微软雅黑";
    font-style: normal;
    font-weight: 600;
    font-display: auto;
    src: local("微软雅黑粗体"), local("Microsoft Yahei UI Bold"), local("Microsoft Yahei Bold")
}

@font-face {
    font-family: "微软雅黑";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: local("微软雅黑"), local("Microsoft Yahei")
}

@font-face {
    font-family: "Noto Sans SC";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(../fonts/noto-sans-sc-regular.woff2) format("woff2");
    src: local(""), url(../fonts/noto-sans-sc-regular.woff2) format("woff2")
}

@font-face {
    font-family: "Noto Sans SC";
    font-style: normal;
    font-weight: 500;
    font-display: auto;
    src: url(../fonts/noto-sans-sc-500.woff2) format("woff2");
    src: local(""), url(../fonts/noto-sans-sc-500.woff2) format("woff2")
}

@font-face {
    font-family: "Noto Sans SC";
    font-style: normal;
    font-weight: 700;
    font-display: auto;
    src: url(../fonts/noto-sans-sc-700.woff2) format("woff2");
    src: local(""), url(../fonts/noto-sans-sc-700.woff2) format("woff2")
}

@font-face {
    font-family: "Noto Sans SC";
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(../fonts/noto-sans-sc-900.woff2) format("woff2");
    src: local(""), url(../fonts/noto-sans-sc-900.woff2) format("woff2")
}

a {
    transition: all .2s cubic-bezier(.785, .135, .15, .86);
    transition-timing-function: cubic-bezier(.785, .135, .15, .86)
}

@font-face {
    font-family: "微软雅黑";
    font-style: normal;
    font-weight: 600;
    font-display: auto;
    src: local("微软雅黑粗体"), local("Microsoft Yahei UI Bold"), local("Microsoft Yahei Bold")
}

@font-face {
    font-family: "微软雅黑";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: local("微软雅黑"), local("Microsoft Yahei")
}

@font-face {
    font-family: "Noto Sans SC";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(../fonts/noto-sans-sc-regular.woff2) format("woff2");
    src: local(""), url(../fonts/noto-sans-sc-regular.woff2) format("woff2")
}

@font-face {
    font-family: "Noto Sans SC";
    font-style: normal;
    font-weight: 500;
    font-display: auto;
    src: url(../fonts/noto-sans-sc-500.woff2) format("woff2");
    src: local(""), url(../fonts/noto-sans-sc-500.woff2) format("woff2")
}

@font-face {
    font-family: "Noto Sans SC";
    font-style: normal;
    font-weight: 700;
    font-display: auto;
    src: url(../fonts/noto-sans-sc-700.woff2) format("woff2");
    src: local(""), url(../fonts/noto-sans-sc-700.woff2) format("woff2")
}

@font-face {
    font-family: "Noto Sans SC";
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(../fonts/noto-sans-sc-900.woff2) format("woff2");
    src: local(""), url(../fonts/noto-sans-sc-900.woff2) format("woff2")
}

a {
    transition: all .2s cubic-bezier(.785, .135, .15, .86);
    transition-timing-function: cubic-bezier(.785, .135, .15, .86)
}

.alert-default {
    margin: .5rem 0 0;
    color: #aaa;
    background-color: #eee;
    padding: .5rem .75rem;
    border-radius: 12px;
    font-size: .75rem;
    display: flex;
    justify-content: flex-start;
    align-items: baseline
}

.alert-default i {
    margin-right: 10px
}

.alert-primary {
    margin: .5rem 0 0;
    color: #0b73d3;
    background-color: #e6f3ff;
    padding: .5rem .75rem;
    border-radius: 12px;
    font-size: .75rem;
    display: flex;
    justify-content: flex-start;
    align-items: baseline
}

.alert-primary i {
    margin-right: 10px
}

.alert-danger {
    margin: .5rem 0 0;
    color: #fff;
    background-color: #ff7a7a;
    padding: .5rem .75rem;
    border-radius: 12px;
    font-size: .75rem;
    display: flex;
    justify-content: flex-start;
    align-items: baseline
}

.alert-danger i {
    margin-right: 10px
}

.alert-warning {
    margin: .5rem 0 0;
    color: #e04847;
    background-color: #fff5da;
    padding: .5rem .75rem;
    border-radius: 12px;
    font-size: .75rem;
    display: flex;
    justify-content: flex-start;
    align-items: baseline
}

.alert-warning i {
    margin-right: 10px
}

.alert-success {
    margin: .5rem 0 0;
    color: #1bdc68;
    background-color: #cfffe2;
    padding: .5rem .75rem;
    border-radius: 12px;
    font-size: .75rem;
    display: flex;
    justify-content: flex-start;
    align-items: baseline
}

.alert-success i {
    margin-right: 10px
}

.text-blue {
    color: #196ed0
}

.label-blue {
    color: #fff;
    background-color: #196ed0;
    padding: 2px 6px
}

.text-red {
    color: #ea4444
}

.label-red {
    color: #fff;
    background-color: #ea4444;
    padding: 2px 6px
}

.text-green {
    color: #4c8c82
}

.label-green {
    color: #fff;
    background-color: #4c8c82;
    padding: 2px 6px
}

.text-grey {
    color: #eee
}

.label-grey {
    color: #aaa;
    background-color: #eee;
    padding: 2px 6px
}

.text-orange {
    color: #ffeecd
}

.label-orange {
    color: #ffa723;
    background-color: #ffeecd;
    padding: 2px 6px
}

.custom-radio {
    display: none
}

.custom-radio+label {
    font-weight: 400;
    cursor: pointer
}

.custom-radio+label .radio-check {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    border-radius: 50%;
    position: relative;
    border: 2px solid var(--lightBlue)
}

.custom-radio+label .radio-check:before {
    content: "";
    opacity: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: var(--lightBlue);
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.custom-radio:checked+label .radio-check {
    border-color: var(--lightBlue)
}

.custom-radio:checked+label .radio-check:before {
    opacity: 1
}

.custom-radio:disabled+label {
    opacity: .5
}

.custom-radio:disabled+label,
.custom-radio:disabled+label .radio-check {
    cursor: default
}

.custom-checkbox {
    display: none
}

.custom-checkbox+label {
    font-weight: 400;
    cursor: pointer
}

.custom-checkbox+label span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    position: relative;
    border: 2px solid var(--lightBlue)
}

.custom-checkbox+label span::before {
    content: "";
    opacity: 0;
    width: 9px;
    height: 9px;
    background-color: var(--lightBlue);
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.custom-checkbox:checked+label .radio-check::before {
    opacity: 1
}

.custom-checkbox:disabled+label {
    opacity: .5
}

.custom-checkbox:disabled+label,
.custom-checkbox:disabled+label .radio-check {
    cursor: default
}

.paySelect label {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.paySelectLeft {
    display: flex;
    justify-content: center;
    align-items: center
}

.paySelect-name {
    font-size: .9375rem
}

.paySelect-note {
    font-size: 11px;
    color: #888
}

.paySelect-note span {
    margin-right: 5px
}

/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.3333333333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-circle:before {
    content: "\f111"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-edit:before {
    content: "\f044"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-home:before {
    content: "\f015"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-minus:before {
    content: "\f068"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-alt:before {
    content: "\f879"
}

.fa-plus:before {
    content: "\f067"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-sitemap:before {
    content: "\f0e8"
}

/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/fa-solid-900.woff);
    src: url(../fonts/fa-solid-900.woff) format("woff"), url(../fonts/fa-solid-900.woff2) format("woff2")
}

.fa,
.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-container-pointer-events {
    touch-action: pan-y
}

.swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-pagination {
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

.info {
    margin-top: 1.5rem;
    margin-bottom: 1rem
}

.info-list {
    padding: 2.5% 5%;
    margin: 0 0 1rem;
    background-color: var(--inputBg);
    border-radius: var(--border-radius);
}

.info-list:last-child {
    margin-bottom: 6rem;
}

.info-list:last-child:after {
    display: none
}

.info-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1% 0;
}

.info-image {
    width: 60px;
    height: 45px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 1rem;
}

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

.info-content {
    width: calc(100% - 60px - 1rem);
    /* 螢幕寬度減去 info-image 的寬度和邊距 */
}

.info-text {
    width: 85%;
}

.info-move {
    width: 10%;
    display: flex;
    justify-content: flex-end;
}

q .info-text h4 {
    font-size: .9375rem;
    text-align: left;
    color: var(--text-black);
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 0 .1rem
}


.info-text p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
}

.info-text h4,
.info-text p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    display: block;
    margin: 0;
}

.info-content .text-small {
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    color: #888
}

.info-detail-list {
    margin: 1.5rem 0
}

.info-detail-caption {
    color: #fff;
    font-size: .9375rem;
    font-weight: 500;
    line-height: 0px;
    margin-top: .75rem
}

.info-detail-caption .caption {
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin-bottom: .5rem
}

.info-detail-caption .text-small {
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    color: #888
}

.info-detail-image {
    border-radius: 2px
}

.info-detail-image>img {
    width: 100%
}

.info-detail-top-title {
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 25px
}

.category-list {
    display: flex;
    align-items: center;
    background: var(--greyBlue);
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .04);
    padding: 1.125rem 1.5rem;
    position: relative;
    margin-bottom: 20px
}

.category-list:after {
    content: url(../..images/img_arrowRight.svg);
    position: absolute;
    right: 1rem;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px
}

.category-list:last-child {
    margin-bottom: 0
}

.category-icon {
    width: 36px;
    margin-right: 1.25rem
}

.category-name {
    font-size: 1.0625rem;
    font-weight: 500;
    line-height: 25px;
    margin: 0
}

.audio-player {
    display: flex;
    height: 44px;
    width: 100%;
    background: var(--greyBlue);
    border-radius: 10px;
    color: #8b90b6;
    font-size: .875em;
    overflow: hidden
}

.audio-player .controls {
    display: flex;
    align-items: center;
    padding: 0 1rem;
    flex: 1
}

.audio-player .controls>* {
    display: flex;
    align-items: center
}

.audio-player .controls .timeline {
    background: #434866;
    width: 100%;
    margin: 0 10px;
    position: relative;
    cursor: pointer;
    height: 6px;
    border-radius: 10px
}

.audio-player .controls .timeline .progress {
    background: var(--skyBlue);
    width: 0%;
    height: 100%;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    position: relative;
    border-radius: 10px
}

.audio-player .controls .timeline .progress:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: #fff;
    box-shadow: 0 0 7px rgba(191, 199, 255, .37);
    right: -7px;
    border-radius: 50%;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.audio-player .controls .toggle-play.play {
    cursor: pointer;
    position: relative;
    left: 0;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-left: 13px solid #fff
}

.audio-player .controls .toggle-play.play:hover {
    transform: scale(1.1)
}

.audio-player .controls .toggle-play.pause {
    height: 15px;
    width: 20px;
    cursor: pointer;
    position: relative
}

.audio-player .controls .toggle-play.pause:before {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    content: "";
    height: 15px;
    width: 3px;
    border-radius: 6px
}

.audio-player .controls .toggle-play.pause:after {
    position: absolute;
    top: 0;
    right: 8px;
    background: #fff;
    content: "";
    height: 15px;
    width: 3px;
    border-radius: 6px
}

.audio-player .controls .toggle-play.pause:hover {
    transform: scale(1.1)
}

.audio-player .controls .time {
    display: flex;
    align-items: center
}

.audio-player .controls .time>* {
    padding: 1px
}

.account_bg {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 80px;

}

.account-section {
    position: relative
}

.account-user {
    display: flex;
    padding: .5rem;
    align-items: flex-start;
}

.account-user .messageBox {
    margin: 0 5% 0 auto;
}

.account-user .userInfoBox,
.account-user .messageBox {
    margin-top: 5px;
}

.account-section {
    position: relative
}

.account-wrap {
    background: url(../images/bg_info_block.svg) no-repeat;
    background-size: 100%;
    border-radius: 15px;
    box-shadow: 0 2px 8px 0 rgba(80, 94, 131, .08);
    padding: 12px;
    margin-bottom: 1rem;
    background-size: cover;
}

.account-wrap form .form-group {
    width: 95%
}

.account-wrap form .form-group .form-control {
    text-indent: 0
}

.account-wrap .accountWalletInfo {
    color: #fff;
    position: relative;
}

.account-wrap .accountWalletInfo h4,
.account-wrap .accountWalletInfo h2 {
    margin: 0;
}

.account-wrap .accountWalletInfo .saveMoney>input {
    position: absolute;
    right: 0;
    top: 15px;
    background: #fff;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    color: var(--mainColor);
    padding: 6px 27px;
    margin-right: 1rem;
}

.account-wrap {
    margin: 0;
}

.rotate {
    transform: rotate(90deg);
    transition: transform 0.5s ease-in-out;
}


.account-user {
    display: flex;
    padding: 0 0 .5rem;
    margin-top: 2rem;
    align-items: center
}

.account-wallet {
    margin-top: .5rem;
    padding: 1rem 0;
    background: #FE5A51;
    border-radius: 6px;
    display: flex;
    padding: 1rem;
    flex-direction: column;
    align-items: center
}

.account-wallet>.d-flex {
    flex: 1
}

.account-wallet .accountItemBox {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.account-wallet .accountItemBox a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.account-wallet .accountItemBox div {
    text-align: left;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.account-wallet .accountItemBox .accountItemButtons {
    display: flex;
}

.account-wallet .accountItemBox .accountItemButtons>input {
    background: #fff;
    border: none;
    border-radius: 5px;
    height: 28px;
    font-weight: bold;
    color: var(--mainColor);
    padding: 2px 20px;
    margin-top: 8px;
}

.account-wallet .accountItemBox .accountItemButtons>input:first-child {
    margin-right: 15px;
}

.account-nav .nav-items {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0
}

.account-nav .nav-items a {
    flex: 0 1 33.3333333333%;
    width: 33.3333333333%;
    font-size: 13px;
    line-height: 19px;
    margin: .75rem 0
}

.account-logout {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem 0
}

.account-amount {
    padding: 1.25rem;
    background: var(--content-Bg);
    border-radius: 6px;
    max-width: 85%;
    margin: 0 auto 1.5rem
}

.account-amount img {
    width: 44px;
    height: 44px;
    margin-right: 20px
}

.account-amount .walletName {
    font-size: 15px;
    line-height: 21px
}

.account-amount .wallet {
    font-size: 24px;
    line-height: 35px;
    padding: 0
}

.account-amount.nonStyle {
    padding: 0;
    background: #fff;
    border-radius: none;
    max-width: 90%;
    margin: 0 auto
}

.account-amount.nonStyle .form-group {
    width: 100%
}

.account-amount.nonStyle .form-group .form-control {
    text-indent: 0
}

.account-amount.nonStyle>hr {
    margin: 1rem 0
}

.account-amount.content-text {
    width: 85%;
    max-width: 100%
}

.account-topup .topup-method {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.account-topup .topup-method .btn-topup {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid var(--blue);
    border-radius: 6px;
    color: var(--text-black);
    flex: 1;
    min-width: auto;
    margin: 0 10px;
    padding: 5px 0
}

.account-topup .topup-method .btn-topup img {
    margin-right: 3px
}

.account-topup .topup-method button.active,
.account-topup .topup-method button:active,
.account-topup .topup-method button:focus,
.account-topup .topup-method button:hover,
.account-topup .topup-method button:visited {
    background: var(--lightBlueRGB);
    color: var(--lightBlue)
}

.account-topup .topup-method button:disabled {
    background: #ddd;
    border-color: #ddd;
    color: #fff
}

.account-topup .form-group .form-control {
    text-indent: 0
}

.userName {
    color: var(--text-black);
    font-size: 28px;
    font-weight: 700;
    line-height: 25px
}

.userID {
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    color: #000;
    margin: .2rem 0 0;
}

.wallet {
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    padding: 8px 0 4px
}

.walletName {
    font-size: 11px;
    line-height: 16px;
    color: #98a5ba
}


.date-period {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px
}

.date-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0
}

.date-list:first-child {
    border-bottom: 1px solid #eee
}

.date-list>div {
    font-size: 14px;
    width: 50%
}

.date-list input[type=text]:read-only {
    width: auto;
    background: 0 0;
    border: none;
    color: var(--mainColor);
    text-align: right;
    padding: 0
}

.date-list:after {
    content: url(../images/icon_arrowRight-grey.svg);
    right: 0;
    top: 0;
    position: relative;
    width: 20px;
    height: 20px
}

/* 
.status {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px
}

.status li,
.status ul {
    list-style: none;
    padding: 0;
    margin-top: 0
}

.status li {
    padding: 2px;
    margin-bottom: 5px;
    position: relative
}

.status li a {
    font-size: 13px;
    color: var(--text-black);
    display: block
}

.status li:after {
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    right: 2px
}

.status li.selected {
    background: var(--content-Bg)
}

.status li.selected a {
    color: var(--lightBlue)
}

.status li.selected:after {
    content: url(../images/icon_filter_checked.svg)
} */

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

.withdraw-icon {
    width: 52px;
    height: 52px;
    margin-right: 15px
}

.withdraw-list {
    width: calc(100% - 52px)
}

.withdraw-list .filter-item .item-status img {
    height: 20px
}

.withdraw .label-blue {
    color: #0b73d3;
    background-color: #e6f3ff
}

.withdraw .label-red {
    color: #ea4444;
    background-color: #e3b4b4
}

.withdraw .label-green {
    color: #1bdc68;
    background-color: #cfffe2
}

.withdraw .label-grey {
    color: #aaa;
    background-color: #eee
}

.withdraw .label-orange {
    color: #ffa723;
    background-color: #ffeecd
}

:root {
    --blue: #292C6A;
    --lightBlue: #767BFF;
    --lightBlueRGB: rgba(118, 123, 255, 0.1);
    --greyBlue: #2D3252;
    --greyBlueRGB: rgb(45, 50, 82);
    --skyBlue: #5CB6F8;
    --blue-gradient-1: #27C3FD;
    --blue-gradient-2: #50A4F8;
    --lightOrange: #FFCC6A;
    --orange-gradient-1: #FFCC6A;
    --orange-gradient-2: #FF9548;
    --labelColor: #8B90B6;


    --mainColor: #F32F31;
    --text-black: #000;
    --mainBlackColor: #f8f8f8;
    --content-Bg: #f8f8f8;
    --inputBg: #fff;
    --content-width: 500px;
    --border-radius: 15px;
}

body {
    font-family: "Noto Sans SC", "微软雅黑", "Microsoft Yahei", -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -webkit-user-select: none;
    -webkit-highlight: none;
    -webkit-tap-highlight-color: transparent;
    overflow-x: hidden;
    color: var(--text-black);
    max-width: var(--content-width);
    margin: 0 auto;
    background: var(--content-Bg);
}

@media screen and (max-width:var(--content-width)) {
    body {
        max-width: 100%
    }
}

body.toast_open {
    overflow-y: hidden
}

body.loaded .preload {
    visibility: hidden
}

.preload {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff url(../images/logo.png) no-repeat;
    background-size: 25%;
    background-position: center 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: var(--content-width);
    margin: 0 auto;
    z-index: 10
}

@media screen and (max-width:var(--content-width)) {
    .preload {
        max-width: 100%
    }
}

.preload_img {
    width: 240px
}

@-webkit-keyframes loaded {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes loaded {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.box-shadow {
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.01);
}

a {
    cursor: pointer;
    text-decoration: none
}

a:focus,
a:hover {
    outline: 0;
    outline-offset: 0
}

.left-align {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start
}

.right-align {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end
}

.center-align {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.vertical-align {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: none;
    appearance: none
}

hr {
    border: none;
    height: 1px;
    background: #ddd
}

small {
    font-size: 85%
}

img {
    max-inline-size: 100%;
    block-size: auto
}

.page--main {
    background: var(--content-Bg);
    min-height: 100vh;
    box-sizing: border-box;
}

.login-section {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.welcome-section {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
}

.login_bg {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 200px
}

.login_bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    width: 100%;
    height: 100%;
    mix-blend-mode: overlay;
    opacity: .7;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.login_logo img {
    width: 120px
}

.main-control {
    background: var(--mainBlackColor);
    position: fixed;
    top: 0;
    width: 100%;
    max-width: var(--content-width);
    z-index: 2;
    border-bottom: 2px solid #f0f0f0;
}

.main-head {
    background: var(--mainBlackColor);
    position: fixed;
    top: 0;
    width: 100%;
    max-width: var(--content-width);
    z-index: 2;
}

.homeHead {
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-size: 15%;
    background-position: center 8px;
}

.topHeading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.topHeading>a {
    position: absolute;
    left: 0;
}

.topHeading>div {
    position: absolute;
    right: 0;
}


.topMainHeading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
}

.topHeading .backList {
    width: 36px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, .2)
}

.topHeading .pageName {
    color: #000;
    font-size: 1.125rem;
    font-weight: 500;
    width: 100%;
    display: block;
    text-align: center;
}

.homeHead>.pageName {
    color: transparent !important;
}

.contentDetail .main-control {
    background: 0 0;
    border-radius: none
}

.main-nav {
    position: fixed;
    bottom: 0;
    background: #fff;
    border-top: 2px solid #f0f0f0;
    width: 100%;
    max-width: var(--content-width)
}

.nav-items {
    display: flex;
    justify-content: center;
    align-items: center
}

.nav-items a {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: .75rem;
    color: #9F9F9F;
    padding-top: 15px;
    padding-bottom: 18px
}

.nav-items a.active,
.nav-items a:focus,
.nav-items a:hover {
    color: var(--mainColor)
}

.main-nav-pay {
    position: fixed;
    bottom: 0;
    background: #fff;
    box-shadow: 0 -.5px 8px 0 rgba(0, 0, 0, .08);
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    z-index: 3;
    max-width: var(--content-width)
}

.nav-pay-items {
    padding: 1.25rem 1rem
}

.nav-pay-left {
    display: flex;
    flex-direction: column
}

.nav-pay-left small {
    color: #aaa
}

.nav-pay-left strong {
    font-size: 1.0625rem
}

.main-slide {
    width: 90%;
    margin: 2.2rem 5% 5%;
}

.main-slide .slide-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 15px;
}

.main-slide .swiper-pagination {
    position: absolute;
    bottom: 20px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.main-slide .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    background: #fff;
    opacity: 1;
    margin: 0 3px;
    border-radius: 5px
}

.main-slide .swiper-pagination-bullet-active {
    width: 12px;
    background: var(--mainColor)
}

.posterBg {
    background-size: cover;
    border-radius: 2px
}

.posterBg>img.play-icon {
    width: 13px;
    height: 13px;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 1
}

.posterBg:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .8)
}

.label {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    font-size: 10px;
    border-radius: 2px;
    padding: 0 5px;
    background: rgba(0, 0, 0, .8)
}

.label:before {
    width: 10px;
    margin-right: 3px
}

.label.video-label:before {
    content: url(../images/videoLabel.svg)
}

.label.audio-label:before {
    content: url(../images/audioLabel.svg)
}

.main-section {
    position: relative;
    background: var(--content-Bg)
}

.page-title {
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 25px
}

.content {
    width: 90%;
    margin: 0 5%;
}

.content-title {
    position: relative;
    font-size: .9375rem;
    font-weight: 500;
    text-indent: 12px;
    margin: 2rem 0 1rem
}

.content-title:before {
    content: "";
    position: absolute;
    display: block;
    width: 4px;
    height: 100%;
    background: var(--lightBlue);
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.content-text {
    font-size: .8125rem;
    color: #666
}

.content-nodata {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 80vh;
    margin: 0 5%;
    font-size: 13px;
    color: #888
}

/*.content-gutter0 {*/
/*    margin: 0 -1rem*/
/*}*/

.content p {
    font-size: .8125rem;
}

.info-detail-video,
.content .content-gutter0>img {
    width: 90%;
    margin: 0 5%;
}

.alert-tooltip {
    color: #fff;
    font-size: 13px;
    position: absolute;
    bottom: 2rem;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .75rem 1rem;
    background: rgba(0, 0, 0, .8);
    border-radius: 6px;
    visibility: hidden
}

.alert-tooltip.show {
    visibility: visible
}

.scroller-content {
    overflow: auto;
    box-sizing: border-box;
    /* min-height: 100vh; */
}

.scroller-content::-webkit-scrollbar {
    display: none
}

.totalData {
    font-size: .875rem;
    color: #888;
    padding: 5px 10px;
    width: calc(100% - 20px);
    background: var(--content-Bg);
    z-index: 1
}

.toast_body {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.toast_body>* {
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.toast_show {
    display: block;
    z-index: 3
}

.toast_show .toast_main .toast_inner {
    -webkit-animation: fadein .3s;
    -moz-animation: fadein .3s;
    -ms-animation: fadein .3s;
    -o-animation: fadein .3s;
    animation: fadein .3s
}

.toast_back {
    background: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.toast_main {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center
}

.toast_main .toast_inner {
    position: relative;
    background-color: #fff;
    width: 350px;
    max-width: 85vw;
    /* padding: 20px 0 0; */
    border-radius: 10px
}

.toast_close.times {
    position: absolute;
    right: 20px;
    top: 12px
}

#popUps .toast_inner {
    position: relative;
}

#popUps .toast_inner::before {
    content: '';
    width: 141px;
    height: 153px;
    display: block;
    background: url(../images/bg_news_title.png) no-repeat top;
    position: absolute;
    top: -74px;
    left: 50%;
    transform: translateX(-53%);
}


#popUps .alertToast {
    flex-direction: column;
    padding: 15px;
}

#popUps .alertToast>p {
    text-align: left;
    width: 100%;
    color: #5B5B5B;
    line-height: 30px;
}

#buyCardDetail .toast_main .toast_inner {
    width: 100%;
    max-width: 100vw;
}

.alertToast {
    flex-direction: column;
    padding: 15px
}

.alertToast>img {
    margin-top: 10px;
}

.alertToast>p {
    margin: 10px 0;
}


.alertToast .alertTitle {
    margin-top: -1.25rem;
    margin-bottom: 1.5rem;
    text-align: center
}

.alertToast.center-align h4 {
    margin: .75rem 0;
    font-size: 20px;
}

.buy-qty {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.buy-qty>small {
    font-size: 11px;
    color: #666
}

.buy-method>small {
    font-size: 11px;
    color: #666
}

.buy-amount {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--content-Bg);
    padding: .5rem .75rem;
    border-radius: 8px
}

.buy-amount>small {
    font-size: 11px;
    color: #666
}

.buy-amount .payAmount {
    font-size: .75rem;
    font-weight: 700;
    color: #e04847
}

.qtySelector {
    display: flex;
    justify-content: center;
    align-items: center
}

.qtySelector .fa {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    cursor: pointer;
    color: #fff;
    font-size: 12px;
    border-radius: 50%
}

.qtySelector .fa.clicked {
    font-size: 14px;
    background: var(--lightBlue)
}

.qtySelector .fa.decreaseQty {
    background: var(--lightBlue)
}

.qtySelector .fa.increaseQty {
    background: var(--lightBlue)
}

.qtySelector .qtyValue {
    border: none;
    padding: 5px;
    width: 35px;
    text-align: center
}

:root {
    --gutter: 10px
}

.slideToast {
    width: 100%;
    max-width: var(--content-width);
    position: fixed;
    bottom: 0;
    background: #fff;
    z-index: 3;
    opacity: 0;
    display: none;
    padding-bottom: 10px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px
}

.slideToast>* {
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.slideToast-control {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--gutter)
}

.slideToast-control>* {
    line-height: 1
}

.slideToast-content {
    padding: var(--gutter)
}

.slideToast .toastTitle {
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    margin: 8px 0;
}

.slideToast-back {
    background: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: none
}

.slideToast .notice {
    font-size: .8rem;
    color: red;
}

.slideDown .slideToast {
    display: block;
    animation: slideIn .15s ease-in both
}

.slideDown .slideToast-back {
    display: block
}

@-webkit-keyframes slideIn {
    from {
        transform: translate3d(0, 100%, 0);
        opacity: 0
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes slideIn {
    from {
        transform: translate3d(0, 100%, 0);
        opacity: 0
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes fadein {
    from {
        transform: scale(0);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes fadein {
    from {
        transform: scale(0);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes fadeout {
    from {
        transform: scale(1);
        opacity: 1
    }

    to {
        transform: scale(0);
        opacity: 0
    }
}

@keyframes fadeout {
    from {
        transform: scale(1);
        opacity: 1
    }

    to {
        transform: scale(0);
        opacity: 0
    }
}

.input-account-box {
    width: 100%;
    margin: 0 auto;
    background-color: #fff
}

.input-account-box .tip-name {
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 12px;
    font-weight: 500
}

.input-account-box .tip-name-content {
    font-size: 12px;
    color: #888
}

.pay-password {
    width: 260px;
    height: 40px;
    margin: 0 auto;
    position: relative
}

.pay-password .real-ipt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    opacity: 0;
    z-index: 3;
    border: none;
    padding: 0
}

.pay-password .surface-ipts {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 40px;
    z-index: 4;
    overflow: hidden
}

.pay-password .surface-ipts .surface-ipt {
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: space-between
}

.pay-password .surface-ipts .surface-ipt input {
    width: 16.6666666667%;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    text-align: center;
    padding: 0;
    background: 0 0;
    border: none;
    margin: 0 5px;
    border-radius: 0;
    color: var(--blue);
    border-bottom: 1px solid var(--blue)
}

.pay-password .surface-ipts .surface-ipt input::-webkit-input-placeholder {
    color: #888;
    font-size: 15px
}

.pay-password .surface-ipts .surface-ipt input:-moz-placeholder {
    color: #888;
    font-size: 15px
}

.pay-password .surface-ipts .surface-ipt input::-moz-placeholder {
    color: #888;
    font-size: 15px
}

.pay-password .surface-ipts .surface-ipt input:-ms-input-placeholder {
    color: #888;
    font-size: 15px
}

.pay-password .surface-ipts .surface-ipt input:disabled {
    color: #ddd;
    border-color: #ddd
}

.pay-password .surface-ipts .surface-ipt input:disabled {
    color: #ddd;
    border-color: #ddd
}

.servicePage {
    background: url(../images/bg_service.png) var(--content-Bg) no-repeat;
    background-size: 100%;
    padding-top: 2rem;
}

.servicePage .main-section {
    background-color: transparent;
}

.servicePage .serviceHead {
    color: #fff;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.servicePage .textBlack h3 {
    margin: 0;
    font-size: 28px;
}

.servicePage .textBlack p {
    margin: 0;
    font-size: 12px;
}

.servicePage ul {
    display: flex;
}

.servicePage ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
}

.servicePage ul li.touch {
    margin-right: 15px;
}

.servicePage ul li img {
    width: 21px;
    height: 21px;
}

.servicePage .accountInfoBlock {
    width: 90%;
    background: url(../images/img_people_bank.png) top no-repeat;
    background-size: 100%;
    background-color: #fff;
    border-radius: 22px;
    padding: 17rem 5% .5rem;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
}

.servicePage .accountInfoBlock img {
    width: 205px
}

.servicePage .accountInfoBlock .wallet_info {
    display: flex;
    color: #000;
    margin: 20px 0;
    flex-direction: column;
}

.servicePage .accountInfoBlock .wallet_info .textBlack {
    position: relative;
}

.servicePage .accountInfoBlock .wallet_info>.textBlack:nth-child(2) {
    margin-bottom: 1rem;
}

.servicePage .accountInfoBlock .wallet_info>.saveMoney {
    position: absolute;
    right: 10%;
    z-index: 1;
}

.servicePage .accountInfoBlock .wallet_info h4 {
    margin: 0;
    font-size: 16px;
    margin-bottom: 4px;
}

.servicePage .accountInfoBlock .wallet_info h2 {
    margin: 0;

}

.servicePage .accountInfoBlock .wallet_info h2>.amount {
    font-size: 34px;
    line-height: 38px;
}

.servicePage .accountInfoBlock .wallet_info span {
    font-size: 22px;
}

.servicePage .saveMoney {
    color: var(--mainColor);
    font-size: 14px;
}

.servicePage .saveMoney::after {
    content: '>';
    font-weight: bold;
    margin-left: 5px;
}

.servicePage .btnGroup {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 15px;
}

.servicePage .btnGroup .btn {
    width: 48%;
    font-size: 16px;
    font-weight: bold;
}

.servicePage .btnGroup .btn:first-child {
    margin-right: 4%;
}

.cardRedemptionService .topHeading {
    display: flex;
}

.cardRedemptionService .topHeading h2 {
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    text-indent: 0px;
    margin: 2rem 0 1rem;
}

.cardRedemptionService .main-control {
    border-bottom: none;
}

.cardRedemptionService .topHeading>div {
    top: 44px;
}


.tabs-container .tabs-nav {
    width: 100%;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.tabs-container .tabs-nav .tab-item {
    display: inline-block;
    cursor: pointer;
    width: 50%;
    text-align: center;
    padding: 8px 0;
    font-size: 14px;
}

.tabs-container .tabs-nav .tab-item.active {
    background-color: var(--mainColor);
    color: #fff;
}

.tabs-container .tabs-content .tab-pane {
    display: none;
}

.tabs-container .tabs-content .tab-pane.active {
    display: block;
}

.first ul {
    list-style: none;
}

.first ul li {
    width: 100%;
    background-color: var(--inputBg);
    border-radius: 10px;
    text-decoration: none;
    overflow: hidden;
    margin-bottom: 20px;
}

.first ul li .btn {
    border-radius: 0;
    padding: 8px 0;
    height: 40px;
}

.first ul li .itemContent {
    width: 90%;
    background-color: var(--inputBg);
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 5%;

}

.first ul li .itemContent img {
    width: 106px;
    height: 99px;
    border-radius: 10px;
    margin-right: 10px;
}

.first ul,
.first ul li .itemContent .textContent h4,
.first ul li .itemContent .textContent span,
.first ul li .itemContent .textContent p {
    margin: 0;
    padding: 0;
}

.first ul li .itemContent .textContent {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-end;
}

.first ul li .itemContent .textContent h4 {
    font-size: 18px;
    font-weight: bold;
}

.first ul li .itemContent .textContent span {
    font-size: 12px;
    color: #B1B1B1;
}

.first ul li .itemContent .textContent p {
    font-size: 23px;
    font-weight: bold;
    color: var(--mainColor);
}

.first ul li .itemContent {
    width: 90%;
    background-color: var(--inputBg);
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 5%;
}

.mostProductItem>li {
    width: 90% !important;
    padding: 5% 5% 7%;
    position: relative;
}

.mostProductItem>li:first-child {
    margin-top: 1.6rem;
}

.mostProductItem>li:last-child {
    margin-bottom: 1rem;
}


.mostProductItem li>.btn,
.mostProductItem li>.subInfoBox {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.mostProductItem li>img {
    width: 100%;
    border-radius: 10px;
}

.mostProductItem li .itemContent .textContent {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start !important;
    margin-bottom: 15px;
}

.mostProductItem li .itemContent .textContent h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 3% !important;
}

.mostProductItem li .itemContent .textContent p {
    font-size: 14px !important;
    font-weight: normal !important;
    color: #000 !important;
}

.mostProductItem .subInfoBox {
    display: flex;
    background-color: var(--mainColor);
    color: #fff;
    position: relative;
    padding: 0 5%;
    width: 100%;
}

.mostProductItem .subInfoBox>p {
    width: 50%;
    text-align: center;
}

.mostProductItem .subInfoBox::after {
    content: '|';
    position: absolute;
    right: 50%;
    top: 8px;
}



.cardTypeSection {
    list-style: none;
    padding: 0;
    margin: 5px 0 0;
}

.cardTypeSection li {
    background-image: url(../images/bg_item_car_block.svg?version=20230530);
    background-size: 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
    padding: 24px 26px;
    border-radius: 10px;
}

.cardTypeSection li div {
    display: flex;
    flex-direction: column;
    color: #fff;
}

.cardTypeSection li div h3 {
    margin: 0;
}





.productDetail .nav-items {
    position: relative;
}

.productDetail .serviceHeadeat {}

.productDetail .claimNow {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: var(--mainColor);
    width: max-content;
    height: 67px;
    border-radius: 0;
    padding: 0 5%;
}

#onBuy .btn {
    color: var(--mainColor);
}

.isPrice {
    margin: 10px 0 0;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.isPrice h3 {
    font-size: 30px;
    color: var(--mainColor);
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
}

.isPrice h3::before {
    font-size: 12px;
    color: #B1B1B1;
    position: absolute;
    top: -12px;
    left: 0;
    margin: 0;
    padding: 0;
}

.numBlock {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 20px 0 10px;
}

.numBlock .buyNum {
    display: flex;
}

.buyNum button {
    background: none;
    border: none
}

.buyNum p {
    color: var(--mainColor);
    font-size: 30px;
    font-weight: bold;
    margin: 0 13px;
}

.payMethods {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.payMethods .radio-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.payMethods .radio-container>p {
    margin: 0;
}

.numBlock>p,
.payMethods>p {
    font-size: 14px;
    color: #B1B1B1;
}

/* 當單選按鈕選中時，修改樣式 */
.radio-container input:checked~.checkmark {
    background-color: #000;
}

.passcode-wrapper {
    display: flex;
    margin: 12px 0 20px;
}

.passcode-wrapper input {
    margin: 0 5px;
    text-align: center;
    color: var(--mainColor);
    background-color: #ECECEC;
}

.payPasswordTitle {
    position: relative;
    width: 100%;
    text-align: center;
    /* font-weight: 900; */
}

.payPasswordTitle .closePayPasswordToast {
    position: absolute;
    right: 0;
    top: 0;
}

.subscriptionInfoContent {
    margin: 0 5%;
    padding: 20px 0 0;
    border-top: 1px solid #F0F0F0;
}

.subscriptionInfoContent>p {
    margin: 0;
    font-size: 12px;
    color: #B1B1B1;
}

.subscriptionInfoContent>div {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 35px;
}

.subscriptionInfoContent>div>p {
    font-size: 16px;
}


.subscriptionInfoContent>div span {
    color: #B1B1B1;
}

#accountSecurity .account-wrap {
    box-shadow: none;
}

#accountSecurity .account-wrap .content>div {
    background-color: #fff;
    border-radius: 15px;
    margin-bottom: 15px;
    padding: 0 15px;
}

.verifiedSuccess {
    background-color: #2F9400;
    border-radius: 5px;
    color: #fff;
    padding: 10px 15px;
    display: flex;
    align-items: center;
}

.verifiedFailed {
    background-color: #eb0000;
    border-radius: 5px;
    color: #fff;
    padding: 10px 15px;
    display: flex;
    align-items: center;
}


#accountVerifiedIdentity .verifiedSuccess img {
    margin-right: 10px;
}

#accountVerifiedIdentity .userInfoBox {
    background-color: #fff;
    border-radius: 5px;
    list-style: none;
    padding: 10px 15px;
}

#accountVerifiedIdentity .userInfoBox li {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e0e0e0;
    padding-top: 15px;
    margin-bottom: 15px;
}

#accountVerifiedIdentity .userInfoBox li:first-child {
    border: none;
}

#accountVerifiedIdentity .userInfoBox li p {
    margin: 0;
}

#accountOpenWallet .bankList {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

#accountOpenWallet .bankList li {
    border-radius: 15px;
    background-color: #fff;
    font-size: 14px;
    width: 37%;
    padding: 5%;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

#accountOpenWallet .bankList li img {
    width: 47px;
    height: 47px;
    margin-bottom: 20px;
}

input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=week] {
    width: -webkit-fill-available;
    width: -moz-fill-available;
    width: -moz-available;
    width: fill-available;
    display: block;
    height: 50px;
    padding: .25rem .5rem;
    color: #000;
    border: none;
    border-bottom: 1px solid #F0F0F0;
    background: none;
    box-shadow: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

input[type=date]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder {
    color: #9F9F9F
}

input[type=date]:-moz-placeholder,
input[type=datetime-local]:-moz-placeholder,
input[type=datetime]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=month]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=time]:-moz-placeholder,
input[type=week]:-moz-placeholder {
    color: #9F9F9F
}

input[type=date]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=week]::-moz-placeholder {
    color: #9F9F9F
}

input[type=date]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder {
    color: #9F9F9F
}

input[type=date]:focus,
input[type=date]:focus-visible,
input[type=date]:focus-within,
input[type=datetime-local]:focus,
input[type=datetime-local]:focus-visible,
input[type=datetime-local]:focus-within,
input[type=datetime]:focus,
input[type=datetime]:focus-visible,
input[type=datetime]:focus-within,
input[type=email]:focus,
input[type=email]:focus-visible,
input[type=email]:focus-within,
input[type=month]:focus,
input[type=month]:focus-visible,
input[type=month]:focus-within,
input[type=number]:focus,
input[type=number]:focus-visible,
input[type=number]:focus-within,
input[type=password]:focus,
input[type=password]:focus-visible,
input[type=password]:focus-within,
input[type=search]:focus,
input[type=search]:focus-visible,
input[type=search]:focus-within,
input[type=tel]:focus,
input[type=tel]:focus-visible,
input[type=tel]:focus-within,
input[type=text]:focus,
input[type=text]:focus-visible,
input[type=text]:focus-within,
input[type=time]:focus,
input[type=time]:focus-visible,
input[type=time]:focus-within,
input[type=week]:focus,
input[type=week]:focus-visible,
input[type=week]:focus-within {
    color: #000;
    border-bottom: 1px solid var(--mainColor);
    outline: 0
}

input[type=date]:disabled,
input[type=date]:read-only,
input[type=datetime-local]:disabled,
input[type=datetime-local]:read-only,
input[type=datetime]:disabled,
input[type=datetime]:read-only,
input[type=email]:disabled,
input[type=email]:read-only,
input[type=month]:disabled,
input[type=month]:read-only,
input[type=number]:disabled,
input[type=number]:read-only,
input[type=password]:disabled,
input[type=password]:read-only,
input[type=search]:disabled,
input[type=search]:read-only,
input[type=tel]:disabled,
input[type=tel]:read-only,
input[type=text]:disabled,
input[type=text]:read-only,
input[type=time]:disabled,
input[type=time]:read-only,
input[type=week]:disabled,
input[type=week]:read-only {
    color: #222;
    background: #ddd;
    border-color: #ddd
}

input[type=date]:-moz-submit-invalid,
input[type=date]:-moz-ui-invalid,
input[type=date]:invalid,
input[type=datetime-local]:-moz-submit-invalid,
input[type=datetime-local]:-moz-ui-invalid,
input[type=datetime-local]:invalid,
input[type=datetime]:-moz-submit-invalid,
input[type=datetime]:-moz-ui-invalid,
input[type=datetime]:invalid,
input[type=email]:-moz-submit-invalid,
input[type=email]:-moz-ui-invalid,
input[type=email]:invalid,
input[type=month]:-moz-submit-invalid,
input[type=month]:-moz-ui-invalid,
input[type=month]:invalid,
input[type=number]:-moz-submit-invalid,
input[type=number]:-moz-ui-invalid,
input[type=number]:invalid,
input[type=password]:-moz-submit-invalid,
input[type=password]:-moz-ui-invalid,
input[type=password]:invalid,
input[type=search]:-moz-submit-invalid,
input[type=search]:-moz-ui-invalid,
input[type=search]:invalid,
input[type=tel]:-moz-submit-invalid,
input[type=tel]:-moz-ui-invalid,
input[type=tel]:invalid,
input[type=text]:-moz-submit-invalid,
input[type=text]:-moz-ui-invalid,
input[type=text]:invalid,
input[type=time]:-moz-submit-invalid,
input[type=time]:-moz-ui-invalid,
input[type=time]:invalid,
input[type=week]:-moz-submit-invalid,
input[type=week]:-moz-ui-invalid,
input[type=week]:invalid {
    border: #e04847;
    box-shadow: none
}

input[type=date]:-webkit-autofill,
input[type=date]:-webkit-autofill:focus,
input[type=date]:-webkit-autofill:hover,
input[type=datetime-local]:-webkit-autofill,
input[type=datetime-local]:-webkit-autofill:focus,
input[type=datetime-local]:-webkit-autofill:hover,
input[type=datetime]:-webkit-autofill,
input[type=datetime]:-webkit-autofill:focus,
input[type=datetime]:-webkit-autofill:hover,
input[type=email]:-webkit-autofill,
input[type=email]:-webkit-autofill:focus,
input[type=email]:-webkit-autofill:hover,
input[type=month]:-webkit-autofill,
input[type=month]:-webkit-autofill:focus,
input[type=month]:-webkit-autofill:hover,
input[type=number]:-webkit-autofill,
input[type=number]:-webkit-autofill:focus,
input[type=number]:-webkit-autofill:hover,
input[type=password]:-webkit-autofill,
input[type=password]:-webkit-autofill:focus,
input[type=password]:-webkit-autofill:hover,
input[type=search]:-webkit-autofill,
input[type=search]:-webkit-autofill:focus,
input[type=search]:-webkit-autofill:hover,
input[type=tel]:-webkit-autofill,
input[type=tel]:-webkit-autofill:focus,
input[type=tel]:-webkit-autofill:hover,
input[type=text]:-webkit-autofill,
input[type=text]:-webkit-autofill:focus,
input[type=text]:-webkit-autofill:hover,
input[type=time]:-webkit-autofill,
input[type=time]:-webkit-autofill:focus,
input[type=time]:-webkit-autofill:hover,
input[type=week]:-webkit-autofill,
input[type=week]:-webkit-autofill:focus,
input[type=week]:-webkit-autofill:hover {
    color: #fff;
    border: 1px solid var(--inputBg);
    background: var(--inputBg)
}

.form-group {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    margin-bottom: .75rem
}

.form-group label {
    font-size: .75rem;
    display: inline-block;
    margin-bottom: .25rem;
    text-align: left;
    color: var(--labelColor)
}

.form-group .form-control {
    text-indent: 45px
}

.recharge label {
    font-size: 1rem !important;
    font-weight: bold !important;
    color: #000 !important;
    margin-top: 10px;
    margin-bottom: 10px !important;
}

.recharge>.topup-input {
    display: flex;
    align-items: center;
}

.recharge>.topup-input>span {
    font-size: 30px;
    color: var(--mainColor);
    margin-right: 10px;
}

.recharge>.topup-input input {
    height: 35px;
    font-weight: bold;
    font-size: 16px;
}

.account-invite-link>.topup-input>span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}


.input-group {
    position: relative
}

.input-group.account:before {
    content: '+86';
    color: #000;
    top: 43%;
}

.input-group.password:before {
    background-image: url(../images/icon_lock.svg)
}

.input-group.paycode:before {
    background-image: url(../images/icon_money.svg)
}

.input-group.invite:before {
    background-image: url(../images/icon_envelope.svg)
}

.input-group.admin:before {
    background-image: url(../images/icon_user.svg)
}

.input-group.card:before {
    background-image: url(../images/icon_card.svg)
}

.input-group.bank:before {
    background-image: url(../images/icon_landmark.svg)
}

.input-group.phone:before {
    background-image: url(../images/icon_phone.svg)
}

.input-group.code:before {
    background-image: url(../images/icon_barcode_read.svg)
}

.input-group .showPW {
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    color: #fff
}


.Error {
    color: #e04847;
    font-size: .875rem
}

.password-forget {
    font-size: .875rem;
    color: var(--mainColor);
    width: 90%;
    margin: 0 auto
}

.notice {
    font-size: .75rem;
    color: #8b8b8b;
}

.notice a {
    color: var(--mainColor)
}



.btn {
    font-size: .875rem;
    color: #fff;
    border-radius: 6px;
    width: 100%;
    height: 50px;
    padding: .65rem 0;
    text-align: center;
    border: none
}

.alert-btn {
    border-top: 1px solid #F0F0F0;
    display: flex;
}

#doubleAlert .alert-btn .btn:first-child {
    border-right: 1px solid #F0F0F0;
    color: #9F9F9F;
    border-radius: 10px 0 0 10px;
}

#signAlert .alert-btn .btn:first-child {
    width: 100%;
}

.alert-btn .btn {
    color: var(--mainColor);
    background: #fff;
    border-radius: 0px;
    height: 45px;
    border-radius: 0 0 10px 10px;
}

.btn-sm {
    font-size: .75rem;
    min-width: 120px
}

.btn-red {
    background: var(--mainColor)
}

.btn-info {
    background: #fff;
    color: #000;
    border: 1px solid #C8C8C8;
}

.btn-cancel {
    background: var(--mainColor)
}

.btn-buy {
    min-width: auto;
    width: auto;
    padding: .5rem 1.75rem
}

.btn-logout {
    background: 0 0;
    color: #aaa;
    border: 1px solid #ddd
}

.btn-logout:focus,
.btn-logout:hover {
    color: #fff;
    background: #ddd
}

.btn:disabled {
    color: #fff;
    opacity: .5;
}

.stickyBtn {
    width: 90%;
    margin: 0 auto;
}

.rolldate-container {
    font-size: 15px !important
}

.rolldate-container .rolldate-btn {
    font-size: 14px !important;
    color: var(--mainColor) !important
}

.rolldate-container header {
    line-height: 40px !important;
    font-size: 14px !important;
    color: #fff;
    border-bottom: none !important
}

/*# sourceMappingURL=style.css.map */

/* .account-wallet {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.account-wallet--stock {
    padding: .75rem 0;
    background: var(--greyBlue);
    overflow: hidden;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

.account-wallet--stock>div {
    position: relative;
    flex: 1;
    padding: 0 2.5%
}

.account-wallet--stock>div:not(:last-child):after {
    content: "";
    display: block;
    width: 1px;
    height: 150%;
    background: var(--account-hr);
    position: absolute;
    top: -.75rem;
    right: 0;
    bottom: -.75rem
} */

.account-nav {
    padding-top: .5rem
}

.account-nav .nav-items {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding: 0
}

.account-nav .nav-items a {
    position: relative;
    flex: 1;
    width: calc(100% - .5rem);
    font-size: 13px;
    line-height: 19px;
    margin: .75rem .25rem 0;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    background-color: #fff;
    border-radius: 15px;
}

.account-nav .nav-items a:last-child {
    box-shadow: none
}

.account-nav .nav-items a img {
    margin: 0 10px 0 15px
}

.account-nav .nav-items a span.title {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #000
}

.account-nav .nav-items a .pointer {
    margin: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
}

.account-nav .nav-items a.logout span.title {
    color: var(--labelColor)
}

.account-nav .nav-items a:focus span.title,
.account-nav .nav-items a:hover span.title {
    color: var(--mainColor)
}

.account-logout {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem 0
}

.account-amount {
    padding: 1.25rem;
    background: var(--account-greyBlue);
    border-radius: 6px;
    max-width: 85%;
    margin: 0 auto 1.5rem
}

.account-amount img {
    width: 44px;
    height: 44px;
    margin-right: 20px
}

.account-amount .walletName {
    font-size: 15px;
    line-height: 21px
}

.account-amount .wallet {
    font-size: 24px;
    line-height: 35px;
    padding: 0
}

.account-amount.nonStyle {
    padding: 0;
    border-radius: none;
    max-width: 90%;
    margin: 0 auto
}

.account-amount.nonStyle .form-group {
    width: 100%
}

.account-amount.nonStyle .form-group .form-control {
    text-indent: 0
}

.account-amount.nonStyle>hr {
    margin: 1rem 0
}

.account-amount.content-text {
    width: 85%;
    max-width: 100%;
    margin-bottom: 10px
}

.account-amount-beans {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url(../images/bg_info_block.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: -15px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .2);
    border-radius: 8px;
    margin-bottom: 1.5rem;
    padding: 1.25rem 1.5rem;
    color: #fff;
}

.account-amount-beans span.small-text {
    font-weight: 500;
    font-size: 11px;
    line-height: 16px
}

.account-amount-beans span.large-text {
    font-weight: bold;
    font-size: 24px;
    line-height: 25px
}

.account-amount-beans img {
    opacity: .3
}

.account-topup .topup-method {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.account-topup .topup-method .btn-topup {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid var(--mainColor);
    border-radius: 5px;
    color: var(--mainColor);
    flex: 1;
    min-width: auto;
    margin: 0 10px;
    padding: 10px 0
}

.account-topup .topup-method .btn-topup img {
    margin-right: 5px
}

.account-topup .topup-method .btn-topup:first-child {
    margin-left: 0
}

.account-topup .topup-method .btn-topup:last-child {
    margin-right: 0
}

.account-topup .topup-method button.active,
.account-topup .topup-method button:active,
.account-topup .topup-method button:focus,
.account-topup .topup-method button:hover,
.account-topup .topup-method button:visited {
    background: var(--mainColor);
    border-color: var(--mainColor);
    color: #fff;
    font-weight: bold;
}

.account-topup .topup-method button:disabled {
    background: var(--account-lightBlue);
    border-color: var(--account-lightBlue);
    color: #ccc
}

/* 默认情况下隐藏hover图片 */
.account-topup .topup-method .btn-topup img.hover {
    display: none;
}

/* 鼠标悬停或者按钮处于激活状态时隐藏normal图片，显示hover图片 */
.account-topup .topup-method .btn-topup:hover img.normal,
.account-topup .topup-method .btn-topup.active img.normal {
    display: none;
}

.account-topup .topup-method .btn-topup:hover img.hover,
.account-topup .topup-method .btn-topup.active img.hover {
    display: inline;
}

.account-topup .form-group {
    width: 100%
}

.account-topup .form-group .form-control {
    text-indent: 0
}

.accountLink {
    font-weight: 500;
    font-size: 11px;
    color: var(--skyBlue);
    margin-bottom: 8px
}

.accountLink img {
    margin-left: 5px
}

.accountBox {
    display: flex;
    flex-direction: column
}

.accountBox span.large-text {
    font-weight: 700;
    font-size: 13px;
    line-height: 19px;
    color: #fff;
    text-align: center;
    margin-bottom: 5px
}

.accountBox span.text-green,
.accountBox span.text-red {
    font-weight: 500;
    font-size: 11px;
    line-height: 16px
}

.accountBox span.text-red {
    color: var(--red)
}

.accountBox span.text-green {
    color: var(--green)
}

.accountBox .userCode {
    margin: 0
}

.account-stock {
    display: flex;
    justify-content: center;
    margin: 1.25rem 0;
    background-image: linear-gradient(to bottom, #ff5e5f, var(--mainColor));
    width: 90%;
    margin: 20px 5%;
    border-radius: 10px;
    padding: 1rem 0;
}

.account-stock>.d-flex {
    flex: 1;
    text-align: center;
    align-items: center
}

.account-stock-icon {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    background: var(--inputBg);
    border-radius: 50%
}

.account-stock-number .large-text {
    font-weight: 500;
    font-size: 1.25rem;
    color: #fff
}

.account-stock-note .small-text {
    font-weight: 400;
    font-size: 13px;
    color: #fff
}

.account-stock-info {
    padding: .5rem 1rem;
    background: var(--account-greyBlue);
    border-radius: 4px
}

.account-stock-info .small-text {
    font-weight: 500;
    font-size: 11px;
    color: var(--labelColor)
}

.account-content {
    padding-top: 1rem;
    background-color: #fff;
    width: 90%;
    margin: 0 auto;
    border-radius: 15px;
}

.account-content>.tab {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.account-content>.tab button {
    border: none;
    background: none;
    padding: 0 15px;
    position: relative;
}

.account-content>.tab button>span {
    font-size: 14px;
    font-weight: bold;
}

.account-content>.tab button.active::after {
    content: "";
    position: absolute;
    left: 6px;
    bottom: -16px;
    border: 1px solid var(--mainColor);
    background: var(--mainColor);
    border-radius: 5px;
    width: 81px;
    height: 3px;
}

.account-content>.tabcontent {
    height: inherit
}

.account-content .account-without-data {
    position: relative;
    text-align: center;
    left: 50%;
    top: 40%;
    bottom: auto;
    right: auto;
    color: #c8c8c8;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.account-stock-pass {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--account-greyBlue);
    border-radius: 6px;
    margin: 0 1rem;
    margin-top: 3rem;
    padding-top: 40px;
    padding-bottom: 25px
}

.account-stock-pass .account-pass-icon {
    position: absolute;
    top: -30px
}

.account-stock-pass-number .large-text {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 36px;
    text-align: center
}

.account-stock-pass-note .small-text {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px
}

.table-shadow {
    box-shadow: 0 -8px 10px 0 var(--greyBlue);
    border-top: 1px solid rgba(0, 0, 0, .025)
}

.account-stock-table table tbody td,
.account-stock-table table thead th {
    width: 33.3333333333%
}

.account-stock-table table tbody td:first-child,
.account-stock-table table thead th:first-child {
    text-align: left;
    padding-left: 1rem
}

.account-stock-table table tbody td:last-child,
.account-stock-table table thead th:last-child {
    text-align: right;
    padding-right: 1rem
}

.userPicBox {
    position: relative
}

.userPicBox .userPic {
    max-width: 60px;
    height: 60px;
    object-fit: cover;
    aspect-ratio: 1/1;
    margin: 0 1rem;
    border: 2px solid #fff;
    position: relative;
    border-radius: 50%;
    background-color: var(--mainColor);
    background-image: url(../images/logo_w.svg);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
}

.userPicBox #addPhoto {
    position: absolute;
    right: 17px;
    bottom: 11px;
    width: 14px;
    height: 14px;
}

.userCode span {
    font-weight: 400;
    font-size: 10px;
    padding: 0 10px;
    background: rgba(255, 255, 255, .1);
    border-radius: 50px;
    margin-right: 3px
}

.beansBox {
    display: flex
}

.beansBox:first-child {
    flex: 2
}

.beansBox:last-child {
    flex: 0 1;
    min-width: 130px
}

.beansBox .beansIcon {
    width: 40px;
    height: 40px;
    background: var(--greyBlue);
    border-radius: 100%;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center
}

.beansBox .beansNum {
    display: flex;
    flex-direction: column;
    color: #fff
}

.beansBox .beansNum span.small-text {
    font-weight: 500;
    font-size: 11px;
    line-height: 16px
}

.beansBox .beansNum span.large-text {
    font-weight: 700;
    font-size: 15px;
    line-height: 22px
}

.beanButtons {
    justify-content: end
}

.beanButtons .btn:not(:last-child) {
    margin-right: 8px
}

.beanButtons:has(:nth-child(2)) {
    justify-content: space-between
}

.beansLabel {
    font-weight: 700;
    font-size: 10px;
    color: #fff;
    background: var(--greenBlue);
    border-radius: 4px;
    padding: 0 8px;
    display: inline;
    position: absolute;
    top: -8px;
    left: 10px
}

.team-list {
    padding: 0 1.5rem;
    margin: 0
}

.team-list li {
    list-style: none;
    margin-bottom: 1rem;
    justify-content: space-between;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
}

.team-list li:first-child {
    margin-top: 15px;
}

.team-list li:last-child {
    margin-bottom: 15px;
    border-bottom: none;
}

.team-list li>img.team-user-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 15px
}

.team-list li span {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px
}

.team-list li span.small-text {
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    color: #808080;
}

.bind-credit-card-text {
    padding: 0 10px;
}

.bind-credit-card-text>h3 {
    margin: 0 0 10px;
    font-size: 14px;
}

.bind-credit-card-text>p {
    font-size: 12px;
    color: #555;
    margin: 0;
}


.bind-credit-card {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 10px;
    background: url(../images/bg_bind_card.png) no-repeat 0 0;
    background-size: cover;
    border: 1px solid transparent
}

.card-account,
.card-name,
.card-number {
    position: absolute;
    left: 22px;
    color: #fff
}

.card-account span:after,
.card-name span:after,
.card-number span:after {
    content: attr(data-placeholder);
    color: #fff;
    opacity: .4
}

.card-account span.hideData:after,
.card-name span.hideData:after,
.card-number span.hideData:after {
    content: ""
}

.card-name {
    font-size: 22px;
    font-weight: bold;
    line-height: 24px;
    top: 30px
}

.card-name>span {
    font-size: 1rem;
}

.card-number {
    bottom: 35px;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 4%
}

.card-number input[type=text] {
    background: 0 0;
    border: none;
    box-shadow: none;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    line-height: 35px;
    letter-spacing: 4%;
    padding: 0
}


.bank-card {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 332/196;
    border-radius: 10px
}

.bank-card.not-active {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px dashed #9F9F9F;
    background: #fff
}

.bank-card.is-active {
    background: url(../images/bg_card.png) no-repeat 0 0;
    background-size: cover;
    border: 1px solid transparent
}

.bank-account,
.bank-name,
.bank-number {
    position: absolute;
    left: 22px;
    color: #fff
}

.bank-account span:after,
.bank-name span:after,
.bank-number span:after {
    content: attr(data-placeholder);
    color: #fff;
    opacity: .4
}

.bank-account span.hideData:after,
.bank-name span.hideData:after,
.bank-number span.hideData:after {
    content: ""
}

.bank-name {
    font-size: 1rem;
    font-weight: 500;
    line-height: 24px;
    top: 22px
}

.bank-number {
    bottom: 52px;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 4%
}

.bank-number input[type=text] {
    background: 0 0;
    border: none;
    box-shadow: none;
    color: #fff;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 4%;
    padding: 0
}

.bank-account {
    font-size: 1rem;
    line-height: 24px;
    bottom: 22px
}

.filter {
    display: flex;
    align-items: center;
    flex: 1;
    padding: 10px 15px;
    position: relative
}

.filter-group {
    display: flex;
    background: var(--inputBg);
    border-radius: 4px
}




.filter span {
    font-size: .875rem;
    color: #000;
    margin-left: 6px
}

.filter img.position-right {
    position: absolute;
    right: 15px
}

.filter:first-child:after {
    content: "";
    width: 1px;
    height: calc(100% - 10px);
    background: var(--account-hr);
    position: absolute;
    right: 0
}

.filter:focus span,
.filter:hover span {
    color: var(--mainColor)
}

.filter-date {
    font-size: .7rem;
    font-weight: 700;
    color: #fff
}


.filter-wrap {
    padding: 10px 15px;
    background: #fff;
    margin: 6px 0;
    border-radius: 15px;
}

.filterData {
    color: #9F9F9F;
    font-size: 12px;
}


.filter-wrap:last-child {
    margin-bottom: 30px
}

.filter-wrap:last-child:after {
    display: none
}

.filter-icon {
    width: 48px;
    height: 48px;
    background: var(--inputBg);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%
}

.filter-list-info {
    display: flex;
    flex-direction: column;
    align-items: space-between;
    width: calc(100%);
}

.filter-item {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.filter-item:first-child {
    margin-bottom: 5px
}

.filter-item .item-name {
    font-size: 13px;
    font-weight: 700
}

.filter-item .item-reward {
    font-size: 12px;
    font-weight: 500;
    color: #9f9f9f;
}

.filter-item .item-time {
    font-size: 1rem;
    color: var(--mainColor)
}

.filter-item .item-status {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    font-weight: 500;
    color: #b9b9b9;
}

.filter-item .item-status img {
    margin-right: 3px
}


.moneyList {
    padding: 15px;
}

.moneyList .filter-list-info {
    padding: 0;
    width: calc(100%);
}

.moneyList .filter-item .item-reward {
    font-size: 1rem;
    font-weight: bold;
    color: var(--mainColor);
}

.moneyList .filter-item .item-name {
    font-size: 1rem;
}

.moneyList .item-time {
    font-size: 13px;
    color: #b9b9b9;
}

.moneyList .small-text {
    font-size: 13px;
    color: #b9b9b9;
}

.moneyList .filter-item .item-status {
    width: 100%;
    justify-content: space-between;
}

.status {
    margin-bottom: 15px;
}

.status li,
.status ul {
    list-style: none;
    padding: 0;
    margin-top: 0
}

.status li {
    padding: 10px 20px;
    position: relative
}

.status li a {
    font-size: 15px;
    color: var(--text-black);
    display: block
}

.status li:after {
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    right: 20px
}

.status li.selected {
    background: var(--content-Bg)
}

.status li.selected a {
    color: var(--mainColor)
}

.status li.selected:after {
    content: url(../images/icon_check.svg)
}

.contentDetail .account_bg {
    border-bottom: 2px solid #f0f0f0;
    height: 64px;
}

/* .contentDetail .account_bg:before {
    content: url(../images/icon_invite_friend.svg);
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
} */

.account-invite-box {
    background: url(../images/bg_red.png);
    background-size: cover;
    box-shadow: 0 0 12px rgba(0, 0, 0, .2);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: .5rem;
    padding-bottom: 1.75rem;
    margin: 0 .5rem;
    margin-top: -4rem;
    position: relative;
    overflow: hidden;
    margin-top: 180px;
}

.account-invite-box:before {
    content: url(../images/icon_people_mail.png);
    position: absolute;
    top: -5.25rem;
    right: -4.75rem;
    transform: scale(0.4);
    opacity: .2;
}

.account-invite-box>h3 {
    font-weight: 700;
    font-size: 12px;
    line-height: 25px;
    color: #fff;
    margin: 0;
}

.account-invite-box>span {
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    margin: 0 35px
}

.account-invite-box .invite-code {
    font-weight: 700;
    font-size: 32px;
    line-height: 47px;
    letter-spacing: .1em;
    color: #fff
}

.account-invite-link {
    margin: 0 .5rem;
    width: 80%;
}

.account-invite-link span.small-text {
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    color: #fff;
    display: block;
    margin-bottom: 15px
}

.input-group:before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    left: 15px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
}

.account-invite-link .input-group.hasBtn {
    position: relative;
    height: 25px;
}

.account-invite-link .input-group.hasBtn .input-group-text {
    position: absolute;
    height: 100%;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 95px;
    width: 80px;
    background: #fff;
    color: var(--mainColor);
    border: 1px solid var(--mainColor);
    border-radius: 5px;
}

.aboutusBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0;
}

.aboutusBox img {
    width: 98px;
    height: 98px;
}


.aboutusBox p {
    font-size: 20px;
    margin: 0;
}

.aboutusBox span {
    font-size: 14px;
    color: #9f9f9f;

}

.announcementBox {
    list-style: none;
    padding: 0;
}

.announcementBox li {
    background-color: #fff;
    border-radius: 10px;
    padding: 5%;
}

.announcementBox li img {
    width: 100%;
}

.announcementBox li p {
    margin: 0;
    color: #b1b1b1;
    margin: 5px 0;
}

.announcementBox li h4 {
    margin: 0;
}


@media (min-width: 750px) {
    .servicePage .accountInfoBlock {
        padding: 21rem 5% 0;
    }
}

.loading {
    background: #f8f8f8;
    height: 100%;
    display: block;
    z-index: 3;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.loading .logo {
    margin-top: 150px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 200px;
}

.loading .logo img {
    width: 120px;
}