a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

*,
:after,
:before {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

img {
    border: none;
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -ms-user-drag: none;
    -khtml-user-drag: none
}

input,
select {
    outline: none;
    vertical-align: middle;
    padding: 0;
    background-color: transparent;
    border: none
}

button {
    font-family: inherit;
    color: inherit;
    background: 0 0
}

img:not([src]),
img[src=""] {
    opacity: 0 !important
}

@font-face {
    font-family: 'ROUND';
    src: url('../img/mv/pony_bd.ttf') format('opentype');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: WorkSans-SemiBold;
    src: url(/fonts/WorkSans-SemiBold.ttf) format("openType");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

@font-face {
    font-family: WorkSans-Bold;
    src: url(/fonts/WorkSans-Bold.ttf) format("openType");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

@font-face {
    font-family: WorkSans-Medium;
    src: url(/fonts/WorkSans-Medium.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

@font-face {
    font-family: WorkSans-Regular;
    src: url(/fonts/WorkSans-Regular.ttf) format("openType");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

@font-face {
    font-family: RussoOne;
    src: url(/fonts/RussoOne-Regular.ttf) format("openType");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

html {
    touch-action: manipulation
}

body,
html {
    overscroll-behavior: contain;
    scrollbar-width: thin;
    width: 100%
}

body {
    overflow-anchor: none;
    margin: 0;
    padding: 0 !important;
    font-size: 12px;
    line-height: 1.6;
    background-color: var(--background-color);
    background-image: url(/assets/img/mv/bg.png);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scrollbar-color: #20313d transparent
}

body,
body #__nuxt {
    overflow-x: hidden
}

a,
body,
button,
input,
textarea {
    color: var(--text-color);
    font-weight: 400;
    font-family: Heebo, -apple-system, Framedcn, Helvetica Neue, Condensed, DisplayRegular, Helvetica, Arial, PingFang SC, Hiragino Sans GB, WenQuanYi Micro Hei, Microsoft Yahei, sans-serif
}

a,
a:active {
    text-decoration: none
}

a:active:hover,
button {
    cursor: pointer
}

button {
    border: none;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-size: 12px;
    background-color: transparent
}

:focus {
    outline: none
}

::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none
}

input::-webkit-input-placeholder {
    color: #929292
}

input::-moz-input-placeholder {
    color: #929292
}

input::-ms-input-placeholder {
    color: #929292
}

[type=number] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield
}

::-ms-clear,
::-ms-reveal {
    display: none
}

::-o-clear {
    display: none
}

body {
    scrollbar-width: none;
    -ms-overflow-style: none
}

body::-webkit-scrollbar {
    margin-right: 10px;
    width: 0
}

::-webkit-scrollbar {
    width: 4px;
    height: 5px !important;
    background-color: #211640;
    border-radius: var(--border-radius)
}

::-webkit-scrollbar-thumb {
    background: #fa005a;
    opacity: .6;
    border-radius: 2px;
    width: 3px;
    height: 5px
}

::-webkit-scrollbar-track {
    background: #520044;
    border-radius: 2px
}

* {
    scrollbar-color: var(--shadow-color) transparent;
    scrollbar-width: thin;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.common-btn {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    transition-duration: .3s;
    transition-timing-function: var(--cubic-bezier)
}

.common-btn:active {
    transform: scale(.95)
}

:root {
    --text-color: #fff;
    /* --background-color: #fbd800; */
    --background-color: #403753;
    --box-color: #ff5b8b;
    --shadow-color: #fff;
    --border-radius: 5px;
    --cubic-bezier: cubic-bezier(0.36, 0.66, 0.04, 1)
}

.main {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    justify-content: space-between
}

.main .suspension-right1 {
    top: 0;
    width: 156px;
    height: 207px;
    background: url(/img/base/suspension-rightTop.png) no-repeat 50%;
    background-size: contain
}

.main .suspension-right1,
.main .suspension-right2 {
    position: fixed;
    right: 0;
    z-index: 6;
    pointer-events: none
}

.main .suspension-right2 {
    top: 743px;
    width: 128px;
    height: 168px;
    background: url(/img/base/suspension-rightMid.png) no-repeat 50%;
    background-size: contain
}

.main .suspension-left {
    position: fixed;
    left: 0;
    top: 263px;
    width: 152px;
    height: 176px;
    background: url(/img/base/suspension-left.png) no-repeat 50%;
    background-size: contain;
    z-index: 6;
    pointer-events: none
}

img[lazy=loading] {
    box-shadow: 0 9px 35px 0 hsla(0, 0%, 4%, .3);
    border-radius: 18px
}

.fadeOrigin-enter,
.fadeOrigin-exit-done {
    transform: scale(0);
    opacity: 0;
    transform-origin: left top
}

.fadeOrigin-enter-active,
.fadeOrigin-exit-active {
    transform: scale(1);
    opacity: 1;
    transition: opacity .3s ease, transform .3s ease-out
}

.fadeOrigin-exit {
    transform: scale(1);
    transform-origin: left top;
    opacity: 1
}

.fadeOrigin-exit-active {
    transform: scale(0);
    opacity: 0;
    transition: opacity .3s ease, transform .3s ease-out
}

.fade-enter,
.fade-exit-done {
    opacity: 0
}

.fade-enter-active,
.fade-exit-active {
    opacity: 1;
    transition: opacity .3s ease
}

.fade-exit {
    opacity: 1
}

.fade-exit-active {
    opacity: 0;
    transition: opacity .3s ease
}

.zoom-enter,
.zoom-exit-done {
    transform: translateY(100%);
    opacity: 0
}

.zoom-enter-active,
.zoom-exit-active {
    transform: translateY(0);
    opacity: 1;
    transition: transform .3s ease-out, opacity .3s ease-out
}

.zoom-exit {
    transform: translateY(0);
    opacity: 1
}

.zoom-exit-active {
    transform: translateY(100%);
    opacity: 0;
    transition: transform .3s ease-out, opacity .3s ease-out
}

.slideTrans-enter,
.slideTrans-exit-done {
    transform: translateX(100%);
    opacity: 0
}

.slideTrans-enter-active,
.slideTrans-exit-active {
    transform: translateX(0);
    opacity: 1;
    transition: transform .3s ease-out, opacity .3s ease-out
}

.slideTrans-exit {
    transform: translateX(0);
    opacity: 1
}

.slideTrans-exit-active {
    transform: translateX(100%);
    opacity: 0;
    transition: transform .3s ease-out, opacity .3s ease-out
}

.slide-enter,
.slide-exit-done {
    transform: scale(0);
    opacity: 0
}

.slide-enter-active,
.slide-exit-active {
    transform: scale(1);
    opacity: 1;
    transition: transform .3s ease-out, opacity .3s ease-out
}

.slide-exit {
    transform: scale(1);
    opacity: 1
}

.slide-exit-active {
    transform: scale(0);
    opacity: 0;
    transition: transform .3s ease-out, opacity .3s ease-out
}

@media(max-width: 1101px) {
    .main .suspension-right1 {
        display: none
    }
}

@media(max-width: 750px) {
    .main .suspension-right2 {
        top: 128vw;
        width: 11.7333333333vw;
        height: 20vw
    }

    .main .suspension-left {
        top: 73.0666666667vw;
        width: 14.9333333333vw;
        height: 18.6666666667vw
    }

    .main .swiper-pagination {
        margin-top: 1.3333333333vw;
        width: 100%;
        height: 100%;
        display: flex;
        display: -ms-flexbox;
        align-items: center;
        justify-content: center
    }

    .main .swiper-pagination-bullet {
        width: 1.8666666667vw;
        height: 1.8666666667vw;
        margin-right: 1.0666666667vw;
        border-radius: .5333333333vw;
        background: #000;
        position: relative
    }

    .main .swiper-pagination-bullet:last-child {
        margin-right: 0
    }

    .main .swiper-pagination-bullet-active {
        background: #8731ff
    }

    body::-webkit-scrollbar {
        margin-right: 1.3333333333vw
    }

    ::-webkit-scrollbar {
        width: 1.3333333333vw
    }

    img[lazy=loading] {
        border-radius: 2.6666666667vw;
        box-shadow: 0 1.3333333333vw 5.3333333333vw 0 hsla(0, 0%, 4%, .3)
    }

    .slide-enter,
    .slide-exit-done {
        transform: translateY(100%);
        opacity: 0
    }

    .slide-enter-active,
    .slide-exit-active {
        transform: translateY(0);
        opacity: 1;
        transition: transform .3s ease-out, opacity .3s ease-out
    }

    .slide-exit {
        transform: translateY(0);
        opacity: 1
    }

    .slide-exit-active {
        transform: translateY(100%);
        opacity: 0;
        transition: transform .3s ease-out, opacity .3s ease-out
    }
}

@keyframes loading {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes zoom_enter {
    0% {
        transform: scale(.3) translateY(-50%)
    }
}

@keyframes zoom_leave {
    to {
        transform: scale(.3) translateY(-50%)
    }
}

@keyframes height_enter {
    0% {
        transform: translateY(100%)
    }
}

@keyframes height_leave {
    to {
        transform: translateY(100%)
    }
}

:root {
    --toastify-color-light: #fff;
    --toastify-color-dark: #121212;
    --toastify-color-info: #3498db;
    --toastify-color-success: #07bc0c;
    --toastify-color-warning: #f1c40f;
    --toastify-color-error: #e74c3c;
    --toastify-color-transparent: hsla(0, 0%, 100%, .7);
    --toastify-icon-color-info: var(--toastify-color-info);
    --toastify-icon-color-success: var(--toastify-color-success);
    --toastify-icon-color-warning: var(--toastify-color-warning);
    --toastify-icon-color-error: var(--toastify-color-error);
    --toastify-toast-width: 320px;
    --toastify-toast-background: #fff;
    --toastify-toast-min-height: 64px;
    --toastify-toast-max-height: 800px;
    --toastify-font-family: sans-serif;
    --toastify-z-index: 9999;
    --toastify-text-color-light: #757575;
    --toastify-text-color-dark: #fff;
    --toastify-text-color-info: #fff;
    --toastify-text-color-success: #fff;
    --toastify-text-color-warning: #fff;
    --toastify-text-color-error: #fff;
    --toastify-spinner-color: #616161;
    --toastify-spinner-color-empty-area: #e0e0e0;
    --toastify-color-progress-light: linear-gradient(90deg, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
    --toastify-color-progress-dark: #bb86fc;
    --toastify-color-progress-info: var(--toastify-color-info);
    --toastify-color-progress-success: var(--toastify-color-success);
    --toastify-color-progress-warning: var(--toastify-color-warning);
    --toastify-color-progress-error: var(--toastify-color-error)
}

.Toastify__toast-container {
    z-index: var(--toastify-z-index);
    -webkit-transform: translateZ(var(--toastify-z-index));
    position: fixed;
    padding: 4px;
    width: var(--toastify-toast-width);
    box-sizing: border-box;
    color: #fff
}

.Toastify__toast-container--top-left {
    top: 1em;
    left: 1em
}

.Toastify__toast-container--top-center {
    top: 1em;
    left: 50%;
    transform: translateX(-50%)
}

.Toastify__toast-container--top-right {
    top: 1em;
    right: 1em
}

.Toastify__toast-container--bottom-left {
    bottom: 1em;
    left: 1em
}

.Toastify__toast-container--bottom-center {
    bottom: 1em;
    left: 50%;
    transform: translateX(-50%)
}

.Toastify__toast-container--bottom-right {
    bottom: 1em;
    right: 1em
}

@media only screen and (max-width: 480px) {
    .Toastify__toast-container {
        width: 100vw;
        padding: 0;
        left: 0;
        margin: 0
    }

    .Toastify__toast-container--top-center,
    .Toastify__toast-container--top-left,
    .Toastify__toast-container--top-right {
        top: 0;
        transform: translateX(0)
    }

    .Toastify__toast-container--bottom-center,
    .Toastify__toast-container--bottom-left,
    .Toastify__toast-container--bottom-right {
        bottom: 0;
        transform: translateX(0)
    }

    .Toastify__toast-container--rtl {
        right: 0;
        left: auto
    }
}

.Toastify__toast {
    position: relative;
    min-height: var(--toastify-toast-min-height);
    box-sizing: border-box;
    margin-bottom: 1rem;
    padding: 8px;
    border-radius: 4px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1), 0 2px 15px 0 rgba(0, 0, 0, .05);
    display: flex;
    justify-content: space-between;
    max-height: var(--toastify-toast-max-height);
    overflow: hidden;
    font-family: var(--toastify-font-family);
    cursor: default;
    direction: ltr;
    z-index: 0
}

.Toastify__toast--rtl {
    direction: rtl
}

.Toastify__toast--close-on-click {
    cursor: pointer
}

.Toastify__toast-body {
    margin: auto 0;
    flex: 1 1 auto;
    padding: 6px;
    display: flex;
    align-items: center
}

.Toastify__toast-body>div:last-child {
    word-break: break-word;
    flex: 1 1
}

.Toastify__toast-icon {
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    width: 20px;
    flex-shrink: 0;
    display: flex
}

.Toastify--animate {
    animation-fill-mode: both;
    animation-duration: .7s
}

.Toastify--animate-icon {
    animation-fill-mode: both;
    animation-duration: .3s
}

@media only screen and (max-width: 480px) {
    .Toastify__toast {
        margin-bottom: 0;
        border-radius: 0
    }
}

.Toastify__toast-theme--dark {
    background: var(--toastify-color-dark);
    color: var(--toastify-text-color-dark)
}

.Toastify__toast-theme--colored.Toastify__toast--default,
.Toastify__toast-theme--light {
    background: var(--toastify-color-light);
    color: var(--toastify-text-color-light)
}

.Toastify__toast-theme--colored.Toastify__toast--info {
    color: var(--toastify-text-color-info);
    background: var(--toastify-color-info)
}

.Toastify__toast-theme--colored.Toastify__toast--success {
    color: var(--toastify-text-color-success);
    background: var(--toastify-color-success)
}

.Toastify__toast-theme--colored.Toastify__toast--warning {
    color: var(--toastify-text-color-warning);
    background: var(--toastify-color-warning)
}

.Toastify__toast-theme--colored.Toastify__toast--error {
    color: var(--toastify-text-color-error);
    background: var(--toastify-color-error)
}

.Toastify__progress-bar-theme--light {
    background: var(--toastify-color-progress-light)
}

.Toastify__progress-bar-theme--dark {
    background: var(--toastify-color-progress-dark)
}

.Toastify__progress-bar--info {
    background: var(--toastify-color-progress-info)
}

.Toastify__progress-bar--success {
    background: var(--toastify-color-progress-success)
}

.Toastify__progress-bar--warning {
    background: var(--toastify-color-progress-warning)
}

.Toastify__progress-bar--error {
    background: var(--toastify-color-progress-error)
}

.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning {
    background: var(--toastify-color-transparent)
}

.Toastify__close-button {
    color: #fff;
    background: transparent;
    outline: none;
    border: none;
    padding: 0;
    cursor: pointer;
    opacity: .7;
    transition: .3s ease;
    align-self: flex-start
}

.Toastify__close-button--light {
    color: #000;
    opacity: .3
}

.Toastify__close-button>svg {
    fill: currentColor;
    height: 16px;
    width: 14px
}

.Toastify__close-button:focus,
.Toastify__close-button:hover {
    opacity: 1
}

@keyframes Toastify__trackProgress {
    0% {
        transform: scaleX(1)
    }

    to {
        transform: scaleX(0)
    }
}

.Toastify__progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    z-index: var(--toastify-z-index);
    opacity: .7;
    transform-origin: left
}

.Toastify__progress-bar--animated {
    animation: Toastify__trackProgress linear 1 forwards
}

.Toastify__progress-bar--controlled {
    transition: transform .2s
}

.Toastify__progress-bar--rtl {
    right: 0;
    left: auto;
    transform-origin: right
}

.Toastify__spinner {
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border: 2px solid;
    border-radius: 100%;
    border-color: var(--toastify-spinner-color-empty-area);
    border-right-color: var(--toastify-spinner-color);
    animation: Toastify__spin .65s linear infinite
}

@keyframes Toastify__bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        transform: translate3d(10px, 0, 0)
    }

    90% {
        transform: translate3d(-5px, 0, 0)
    }

    to {
        transform: none
    }
}

@keyframes Toastify__bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }

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

@keyframes Toastify__bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }

    75% {
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        transform: translate3d(5px, 0, 0)
    }

    to {
        transform: none
    }
}

@keyframes Toastify__bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes Toastify__bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        transform: translate3d(0, 10px, 0)
    }

    90% {
        transform: translate3d(0, -5px, 0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes Toastify__bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes Toastify__bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }

    75% {
        transform: translate3d(0, -10px, 0)
    }

    90% {
        transform: translate3d(0, 5px, 0)
    }

    to {
        transform: none
    }
}

@keyframes Toastify__bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

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

.Toastify__bounce-enter--bottom-left,
.Toastify__bounce-enter--top-left {
    animation-name: Toastify__bounceInLeft
}

.Toastify__bounce-enter--bottom-right,
.Toastify__bounce-enter--top-right {
    animation-name: Toastify__bounceInRight
}

.Toastify__bounce-enter--top-center {
    animation-name: Toastify__bounceInDown
}

.Toastify__bounce-enter--bottom-center {
    animation-name: Toastify__bounceInUp
}

.Toastify__bounce-exit--bottom-left,
.Toastify__bounce-exit--top-left {
    animation-name: Toastify__bounceOutLeft
}

.Toastify__bounce-exit--bottom-right,
.Toastify__bounce-exit--top-right {
    animation-name: Toastify__bounceOutRight
}

.Toastify__bounce-exit--top-center {
    animation-name: Toastify__bounceOutUp
}

.Toastify__bounce-exit--bottom-center {
    animation-name: Toastify__bounceOutDown
}

@keyframes Toastify__zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes Toastify__zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.Toastify__zoom-enter {
    animation-name: Toastify__zoomIn
}

.Toastify__zoom-exit {
    animation-name: Toastify__zoomOut
}

@keyframes Toastify__flipIn {
    0% {
        transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

@keyframes Toastify__flipOut {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.Toastify__flip-enter {
    animation-name: Toastify__flipIn
}

.Toastify__flip-exit {
    animation-name: Toastify__flipOut
}

@keyframes Toastify__slideInRight {
    0% {
        transform: translate3d(110%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes Toastify__slideInLeft {
    0% {
        transform: translate3d(-110%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes Toastify__slideInUp {
    0% {
        transform: translate3d(0, 110%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes Toastify__slideInDown {
    0% {
        transform: translate3d(0, -110%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes Toastify__slideOutRight {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(110%, 0, 0)
    }
}

@keyframes Toastify__slideOutLeft {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-110%, 0, 0)
    }
}

@keyframes Toastify__slideOutDown {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 500px, 0)
    }
}

@keyframes Toastify__slideOutUp {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -500px, 0)
    }
}

.Toastify__slide-enter--bottom-left,
.Toastify__slide-enter--top-left {
    animation-name: Toastify__slideInLeft
}

.Toastify__slide-enter--bottom-right,
.Toastify__slide-enter--top-right {
    animation-name: Toastify__slideInRight
}

.Toastify__slide-enter--top-center {
    animation-name: Toastify__slideInDown
}

.Toastify__slide-enter--bottom-center {
    animation-name: Toastify__slideInUp
}

.Toastify__slide-exit--bottom-left,
.Toastify__slide-exit--top-left {
    animation-name: Toastify__slideOutLeft
}

.Toastify__slide-exit--bottom-right,
.Toastify__slide-exit--top-right {
    animation-name: Toastify__slideOutRight
}

.Toastify__slide-exit--top-center {
    animation-name: Toastify__slideOutUp
}

.Toastify__slide-exit--bottom-center {
    animation-name: Toastify__slideOutDown
}

@keyframes Toastify__spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.TextBg_background__Sl8Zj {
    position: relative;
    border-radius: 7px
}

.TextBg_background__main__E6jQd {
    position: absolute;
    border: 1px solid #000;
    background: #2de4fe;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: inherit
}

.TextBg_background__Sl8Zj:after {
    content: "";
    position: absolute;
    top: 9px;
    left: 9px;
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: inherit
}

.TextBg_background__Sl8Zj.TextBg_yellow__Z91cS .TextBg_background__main__E6jQd {
    background: #fbd800
}

.TextBg_background__Sl8Zj.TextBg_green__t1NFO .TextBg_background__main__E6jQd {
    background: #7ac450
}

.TextBg_background__Sl8Zj.TextBg_pink__GlEFH .TextBg_background__main__E6jQd {
    background: #8731ff
}

@media(max-width: 750px) {
    .TextBg_background__Sl8Zj {
        border-radius: 1.3333333333vw
    }

    .TextBg_background__main__E6jQd {
        border: .2666666667vw solid #000
    }

    .TextBg_background__Sl8Zj:after {
        top: 1.3333333333vw;
        left: 1.3333333333vw
    }
}

.PageFooter_footer__Wfz1O {
    padding-top: 52px;
    flex-shrink: 0;
    margin-top: auto;
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    align-items: center
}

.PageFooter_footer__Wfz1O .PageFooter_scroll-top__V8SoV {
    position: fixed;
    right: 10px;
    bottom: 180px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 31;
    cursor: pointer
}

.PageFooter_footer__top__XYR_q {
    width: 1711px;
    margin-bottom: 50px
}

.PageFooter_footer__top__XYR_q .PageFooter_footer_inp__2uo01 {
    width: 100%;
    border-radius: 16px;
    border: 3px solid #000;
    background: #ff5b8b;
    padding: 32px 26px
}

.PageFooter_footer__top__XYR_q .PageFooter_footer_inp__2uo01 .PageFooter_p1__bMiqZ {
    font-family: RussoOne;
    font-size: 26px;
    line-height: 26px;
    color: #fbd800;
    text-transform: uppercase
}

.PageFooter_footer__top__XYR_q .PageFooter_footer_inp__2uo01 .PageFooter_p2__N5_xX {
    margin-top: 24px;
    font-family: WorkSans-Medium;
    font-size: 20px;
    line-height: 36px
}

.PageFooter_footer__top__XYR_q .PageFooter_footer_inp__2uo01 .PageFooter_input-content__KGSbw {
    display: flex;
    margin-top: 18px
}

.PageFooter_footer__top__XYR_q .PageFooter_footer_inp__2uo01 .PageFooter_input-content__KGSbw .PageFooter_inp__S0dpV {
    flex: 1 1;
    min-width: 0;
    font-family: WorkSans-Medium;
    font-size: 20px;
    line-height: 36px;
    border-radius: 8px;
    background: #fff;
    border: 2px solid #000;
    height: 64px;
    padding-left: 24px;
    color: rgba(0, 0, 0, .5)
}

.PageFooter_footer__top__XYR_q .PageFooter_footer_inp__2uo01 .PageFooter_input-content__KGSbw .PageFooter_inp__S0dpV::placeholder {
    color: #917685
}

.PageFooter_footer__top__XYR_q .PageFooter_footer_inp__2uo01 .PageFooter_input-content__KGSbw .PageFooter_btn__dZt_l {
    width: 237px;
    height: 54px;
    margin-left: 21px
}

.PageFooter_footer__top__XYR_q .PageFooter_footer_inp__2uo01 .PageFooter_input-content__KGSbw .PageFooter_btn__dZt_l .PageFooter_subscribe__aj_nK {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff5b8b;
    font-family: RussoOne;
    font-size: 25px;
    line-height: 25px;
    border-radius: inherit
}

.PageFooter_footer__top__XYR_q .PageFooter_footer_inp__2uo01 .PageFooter_input-content__KGSbw .PageFooter_btn__dZt_l .PageFooter_subscribe__aj_nK:hover {
    background: #2de4fe;
    color: #fff
}

.PageFooter_footer__top__main__E3bTx {
    margin-top: 60px;
    border-radius: 16px;
    border: 3px solid #000;
    background-color: #ff5b8b;
    padding: 32px 46px
}

.PageFooter_footer__top__main__E3bTx .PageFooter_aboutUs__zvtjo {
    font-size: 26px;
    line-height: 26px;
    color: #fbd800;
    font-family: RussoOne;
    margin-bottom: 24px
}

.PageFooter_footer__top__main__E3bTx .PageFooter_content__A3nFv {
    font-size: 20px;
    line-height: 30px;
    font-family: WorkSans-Medium
}

.PageFooter_footer__top__main__E3bTx .PageFooter_content__A3nFv a {
    font-family: WorkSans-Medium
}

.PageFooter_footer__bottom__3_Sit {
    padding: 30px 0;
    width: 100%;
    position: relative;
    background-color: #ff5b8b
}

.PageFooter_footer__bottom__link__NsdtU {
    width: 1711px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    margin: 0 auto
}

.PageFooter_footer__bottom__link__NsdtU .PageFooter_links___Meix {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    flex-wrap: wrap
}

.PageFooter_footer__bottom__link__NsdtU .PageFooter_links___Meix a {
    font-family: WorkSans-Medium;
    font-size: 14px;
    line-height: 21px;
    position: relative;
    transition: color .3s
}

.PageFooter_footer__bottom__link__NsdtU .PageFooter_links___Meix a:after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 10px;
    background: #f9f8f7;
    opacity: .4;
    margin: 0 24px
}

.PageFooter_footer__bottom__link__NsdtU .PageFooter_links___Meix a:hover {
    color: #ff0
}

.PageFooter_footer__bottom__link__NsdtU .PageFooter_links___Meix a:last-child {
    padding-right: 0
}

.PageFooter_footer__bottom__link__NsdtU .PageFooter_links___Meix a:last-child:after {
    display: none
}

.PageFooter_footer__bottom__link__NsdtU span {
    margin-left: auto;
    font-size: 14px;
    line-height: 21px;
    font-family: WorkSans-Medium
}

.PageFooter_footer__bottom-h5__WrVj3 {
    display: none
}

@media(max-width: 1713px) {

    .PageFooter_footer__bottom__link__NsdtU,
    .PageFooter_footer__top__XYR_q {
        width: 1558px
    }
}

@media(max-width: 1560px) {

    .PageFooter_footer__bottom__link__NsdtU,
    .PageFooter_footer__top__XYR_q {
        width: 1405px
    }
}

@media(max-width: 1407px) {

    .PageFooter_footer__bottom__link__NsdtU,
    .PageFooter_footer__top__XYR_q {
        width: 1252px
    }
}

@media(max-width: 1254px) {

    .PageFooter_footer__bottom__link__NsdtU,
    .PageFooter_footer__top__XYR_q {
        width: 1099px
    }
}

@media(max-width: 1101px) {

    .PageFooter_footer__bottom__link__NsdtU,
    .PageFooter_footer__top__XYR_q {
        width: 946px
    }
}

@media(max-width: 948px) {
    .PageFooter_footer__top__XYR_q {
        width: 793px
    }

    .PageFooter_footer__bottom__link__NsdtU {
        flex-direction: column;
        width: 793px
    }

    .PageFooter_footer__bottom__link__NsdtU span {
        margin-top: 10px;
        margin-right: auto;
        margin-bottom: 0
    }
}

@media(max-width: 795px) {

    .PageFooter_footer__bottom__link__NsdtU,
    .PageFooter_footer__top__XYR_q {
        width: 640px
    }
}

@media(max-width: 750px) {
    .PageFooter_footer__Wfz1O {
        padding-top: 9.3333333333vw
    }

    .PageFooter_footer__Wfz1O .PageFooter_scroll-top__V8SoV {
        right: 2.1333333333vw;
        bottom: 21.3333333333vw;
        width: 9.3333333333vw;
        height: 9.3333333333vw
    }

    .PageFooter_footer__top__XYR_q {
        width: 100%;
        padding: 0 4.2666666667vw;
        margin-bottom: 8vw
    }

    .PageFooter_footer__top__XYR_q .PageFooter_footer_inp__2uo01 {
        border-radius: 4vw;
        border: .5333333333vw solid #000;
        padding: 3.7333333333vw
    }

    .PageFooter_footer__top__XYR_q .PageFooter_footer_inp__2uo01 .PageFooter_p1__bMiqZ {
        font-size: 4.2666666667vw;
        line-height: 4.2666666667vw
    }

    .PageFooter_footer__top__XYR_q .PageFooter_footer_inp__2uo01 .PageFooter_p2__N5_xX {
        margin-top: 1.6vw;
        font-size: 3.2vw;
        line-height: 4.8vw
    }

    .PageFooter_footer__top__XYR_q .PageFooter_footer_inp__2uo01 .PageFooter_input-content__KGSbw {
        display: flex;
        margin-top: 1.6vw
    }

    .PageFooter_footer__top__XYR_q .PageFooter_footer_inp__2uo01 .PageFooter_input-content__KGSbw .PageFooter_inp__S0dpV {
        font-size: 3.2vw;
        line-height: 4.8vw;
        border-radius: 1.0666666667vw;
        border: none;
        height: 9.0666666667vw;
        padding-left: 2.6666666667vw;
        color: rgba(0, 0, 0, .3)
    }

    .PageFooter_footer__top__XYR_q .PageFooter_footer_inp__2uo01 .PageFooter_input-content__KGSbw .PageFooter_inp__S0dpV::placeholder {
        color: #917685
    }

    .PageFooter_footer__top__XYR_q .PageFooter_footer_inp__2uo01 .PageFooter_input-content__KGSbw .PageFooter_btn__dZt_l {
        width: 20.8vw;
        height: 8vw;
        margin-left: 1.6vw
    }

    .PageFooter_footer__top__XYR_q .PageFooter_footer_inp__2uo01 .PageFooter_input-content__KGSbw .PageFooter_btn__dZt_l .PageFooter_subscribe__aj_nK {
        font-size: 3.2vw;
        line-height: 3.2vw
    }

    .PageFooter_footer__top__XYR_q .PageFooter_footer_inp__2uo01 .PageFooter_input-content__KGSbw .PageFooter_btn__dZt_l .PageFooter_subscribe__aj_nK:hover {
        background: inherit;
        color: #ff5b8b
    }

    .PageFooter_footer__top__main__E3bTx {
        margin-top: 4.2666666667vw;
        border-radius: 4vw;
        border: .5333333333vw solid #000;
        padding: 3.7333333333vw
    }

    .PageFooter_footer__top__main__E3bTx .PageFooter_aboutUs__zvtjo {
        font-size: 4.2666666667vw;
        line-height: 4.2666666667vw;
        margin-bottom: 1.6vw
    }

    .PageFooter_footer__top__main__E3bTx .PageFooter_content__A3nFv {
        font-size: 3.2vw;
        line-height: 4.8vw
    }

    .PageFooter_footer__bottom__3_Sit {
        display: none
    }

    .PageFooter_footer__bottom-h5__WrVj3 {
        display: block;
        width: 100%;
        border-radius: 4vw 4vw 0 0;
        padding: 5.3333333333vw 4.2666666667vw;
        background: #ff5b8b;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column
    }

    .PageFooter_footer__bottom-h5__WrVj3 .PageFooter_links___Meix {
        display: flex;
        flex-direction: column
    }

    .PageFooter_footer__bottom-h5__WrVj3 .PageFooter_links___Meix .PageFooter_item___KBF8 {
        height: 12vw;
        width: 89.6vw;
        margin-bottom: 3.2vw
    }

    .PageFooter_footer__bottom-h5__WrVj3 .PageFooter_links___Meix .PageFooter_item___KBF8 .PageFooter_link__LFtvf {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 2.6666666667vw
    }

    .PageFooter_footer__bottom-h5__WrVj3 .PageFooter_links___Meix .PageFooter_item___KBF8 .PageFooter_link__LFtvf span {
        font-family: RussoOne;
        font-size: 3.4666666667vw;
        line-height: 3.4666666667vw;
        color: #ff5b8b
    }

    .PageFooter_footer__bottom-h5__WrVj3 .PageFooter_links___Meix .PageFooter_item___KBF8 .PageFooter_link__LFtvf img {
        width: 6.4vw;
        height: 6.4vw
    }

    .PageFooter_footer__bottom-h5__WrVj3 .PageFooter_active__BsIQO {
        font-family: WorkSans-Medium;
        font-size: 3.7333333333vw;
        line-height: 5.6vw;
        opacity: .7;
        margin-top: 5.8666666667vw;
        text-align: center
    }
}

.PageHeader_header__T36r7 {
    width: 100%;
    max-width: 1720px;
    height: 82px;
    margin: 35px 0 32px;
    z-index: 7
}

.PageHeader_header__main__41o25 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.PageHeader_header__main__41o25 .PageHeader_logo__SJ6jA {
    display: block;
    background-size: contain;
    font-family: 'ROUND';
    font-weight: bold;
    width: 152px;
    height: 80px;
}

.PageHeader_header__main__41o25 .PageHeader_search__bAzoq {
    width: 42px;
    height: 42px
}

.PageHeader_header__main__41o25 .PageHeader_search__bAzoq img {
    width: 100%;
    height: 100%
}

@media(max-width: 1660px) {
    .PageHeader_header__T36r7 {
        padding: 0 20px
    }
}

@media(max-width: 750px) {
    .PageHeader_header__T36r7 {
        width: 91.4666666667vw;
        height: 10.6666666667vw;
        margin: 3.4666666667vw auto 5.3333333333vw;
        padding: 0
    }

    .PageHeader_header__main__41o25 .PageHeader_logo__SJ6jA {
        width: 20.2666666667vw;
        height: 10.6666666667vw
    }

    .PageHeader_header__main__41o25 .PageHeader_search__bAzoq {
        width: 11.2vw;
        height: 11.2vw
    }
}


/* swiper */
.normal_normal__5a2Eb {
    width: 100%;
    height: 205px;
    padding: 8px;
    border-radius: 15px;
    background: #fff;
    border: 2px solid #000;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden
}

.normal_normal__5a2Eb .normal_img__pURzC {
    display: block;
    width: 100%;
    height: 158px;
    border-radius: 10px;
    object-fit: cover
}

.normal_normal__span__p34e2 {
    margin-top: 8px;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    font-family: WorkSans-SemiBold;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

.normal_normal__5a2Eb:after {
    content: "";
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 4;
    transition: opacity .3s ease;
    border-radius: inherit
}

.normal_normal__5a2Eb:hover {
    z-index: 7
}

.normal_normal__5a2Eb:hover:after {
    opacity: 1
}

@media(max-width: 750px) {
    .normal_normal__5a2Eb {
        padding: .8vw;
        height: 57.6vw;
        border-radius: 4vw;
        border: .5333333333vw solid #000
    }

    .normal_normal__5a2Eb .normal_img__pURzC {
        height: 46.4vw;
        border-radius: 2.6666666667vw
    }

    .normal_normal__span__p34e2 {
        margin-top: 2.1333333333vw;
        font-size: 4.2666666667vw;
        line-height: 5.0666666667vw
    }

    .normal_normal__5a2Eb:after {
        display: none
    }
}

@media screen and (orientation: landscape) {
    html.mobile .normal_recommend-normal__yaL8d {
        display: block;
        padding: 1.0666666667vh;
        border-radius: 2.6666666667vh
    }

    html.mobile .normal_recommend-normal__h5__ii0Jk {
        width: 9.0666666667vh;
        height: 5.3333333333vh;
        left: 1.0666666667vh;
        bottom: 1.0666666667vh;
        border-radius: 0 2.6666666667vh;
        border: .2666666667vh solid #000;
        font-size: 3.2vh
    }
}

.large_large__lklOW {
    width: 100%;
    height: 269px;
    border-radius: 15px;
    position: relative;
    background: #8731ff;
    border: 2px solid #000;
    padding: 8px;
    display: flex;
    align-items: center;
    flex-direction: column
}

.large_large__lklOW .large_img__dMQ35 {
    display: block;
    width: 100%;
    height: 168px;
    border-radius: 10px;
    object-fit: cover
}

.large_large__span__3WGY_ {
    margin: 8px 0;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    font-family: WorkSans-SemiBold;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

.large_large__lklOW .large_play__0KSHQ {
    width: 200px;
    height: 46px
}

.large_large__lklOW:after {
    content: "";
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 4;
    transition: opacity .3s ease;
    border-radius: inherit
}

.large_large__lklOW:hover {
    z-index: 7
}

.large_large__lklOW:hover:after {
    opacity: 1
}

@media(max-width: 750px) {
    .large_large__lklOW {
        height: 70.9333333333vw;
        border-radius: 4vw;
        border: .5333333333vw solid #000;
        padding: 2.1333333333vw
    }

    .large_large__lklOW .large_img__dMQ35 {
        height: 44vw;
        border-radius: 2.6666666667vw
    }

    .large_large__span__3WGY_ {
        margin: 2.1333333333vw 0;
        font-size: 4.2666666667vw;
        line-height: 5.0666666667vw
    }

    .large_large__lklOW .large_play__0KSHQ {
        width: 53.3333333333vw;
        height: 12.2666666667vw
    }

    .large_large__lklOW:after {
        display: none
    }
}

.BaseBackground_background__kZVeN {
    border-radius: 12px;
    background: #ff5b8b;
    position: relative
}

.BaseBackground_background__kZVeN .BaseBackground_border__yTyhB {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #000;
    border-radius: 12px
}

.BaseBackground_background__kZVeN.BaseBackground_pink__blino {
    background: #8731ff
}

.BaseBackground_background__kZVeN.BaseBackground_yellow__7S47m {
    background: #fbd800;
    border-radius: 7px;
    border: 1px solid #000;
    height: calc(100% + 7px)
}

.BaseBackground_background__kZVeN.BaseBackground_yellow__7S47m:after {
    top: inherit;
    bottom: -7px;
    right: 7px
}

.BaseBackground_background__kZVeN:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: inherit;
    position: absolute;
    top: -13px;
    left: 13px;
    z-index: -1
}

@media(max-width: 750px) {
    .BaseBackground_background__kZVeN {
        border-radius: 3.2vw
    }

    .BaseBackground_background__kZVeN .BaseBackground_border__yTyhB {
        border: .5333333333vw solid #000;
        border-radius: 3.2vw
    }

    .BaseBackground_background__kZVeN:after {
        top: -2.1333333333vw;
        left: 2.1333333333vw
    }

    .BaseBackground_background__kZVeN.BaseBackground_pink__blino:after {
        bottom: -2.1333333333vw
    }
}

.GoogleAd_googleAdStyle__cQdmC {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    overflow: hidden
}

.GoogleAd_googleAdStyle__cQdmC .GoogleAd_title__j6zsq {
    flex-shrink: 0;
    font-family: Inter-Regular;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    background: #ffbd3d
}

@media(max-width: 750px) {
    .GoogleAd_googleAdStyle__cQdmC .GoogleAd_title__j6zsq {
        font-size: 3.2vw;
        line-height: 5.3333333333vw
    }
}

.theme_classify__5Gbz1 {
    width: 100%;
    height: 78px;
    border-radius: 15px;
    border: 2px solid #000;
    background: #fff;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 10px
}

.theme_classify__5Gbz1 .theme_img__Og_cg {
    display: block;
    width: 58px;
    height: 58px;
    border-radius: inherit;
    object-fit: cover
}

.theme_classify__span__HH5xQ {
    margin-left: 8px;
    font-size: 16px;
    line-height: 19px;
    font-family: RussoOne;
    color: #000;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

.theme_classify__5Gbz1:hover {
    transform: scale(1.03)
}

@media(max-width: 750px) {
    .theme_classify__5Gbz1 {
        height: 20.8vw;
        border-radius: 4vw;
        border: .5333333333vw solid #000;
        padding: 2.1333333333vw
    }

    .theme_classify__5Gbz1 .theme_img__Og_cg {
        width: 15.4666666667vw;
        height: 15.4666666667vw
    }

    .theme_classify__span__HH5xQ {
        margin-left: 2.1333333333vw;
        font-size: 4.2666666667vw;
        line-height: 5.0666666667vw
    }

    .theme_classify__5Gbz1:hover {
        transform: scale(1)
    }
}

@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");
    font-weight: 400;
    font-style: normal
}

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

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

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

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

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

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

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

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

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

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

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

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

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

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

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

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

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

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

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

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

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

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

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border-radius: 50%;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-top: 4px solid transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.Home_home__OnjyE {
    width: 100%;
    max-width: 1720px
}

.Home_home__OnjyE .Home_banner__tU_j4,
.Home_home__OnjyE .Home_midAd-h5__sVmva {
    display: none
}

.Home_home__OnjyE .Home_game-content__gAKKE {
    width: calc(100% - 13px);
    padding: 17px
}

.Home_home__OnjyE .Home_game-content__gAKKE .Home_list__reAPa {
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
    display: grid;
    grid-auto-flow: dense;
    justify-content: center
}

.Home_home__OnjyE .Home_midAd__QtECz {
    margin: 60px 0;
    height: 200px
}

.Home_home__OnjyE .Home_new-content__rU6h4 {
    width: calc(100% - 13px);
    padding: 17px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative
}

.Home_home__OnjyE .Home_new-content__rU6h4 .Home_left-content__joaVO {
    flex: 1 1;
    min-width: 0
}

.Home_home__OnjyE .Home_new-content__rU6h4 .Home_left-content__joaVO .Home_title-content__2ytqs {
    width: 237px;
    height: 54px
}

.Home_home__OnjyE .Home_new-content__rU6h4 .Home_left-content__joaVO .Home_title-content__2ytqs .Home_title__qpuAf {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.Home_home__OnjyE .Home_new-content__rU6h4 .Home_left-content__joaVO .Home_title-content__2ytqs .Home_title__qpuAf span {
    color: #000;
    font-size: 26px;
    font-family: RussoOne
}

.Home_home__OnjyE .Home_new-content__rU6h4 .Home_left-content__joaVO .Home_cate-list__gUUHD {
    margin-top: 29px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px
}

.Home_home__OnjyE .Home_new-content__rU6h4 .Home_left-content__joaVO .Home_cate-list__gUUHD .Home_item__gCT7C:nth-child(5) {
    visibility: hidden
}

.Home_home__OnjyE .Home_new-content__rU6h4 .Home_cate-img__jKSua {
    position: absolute;
    top: -46px;
    right: 17px;
    width: auto;
    height: 366px;
    object-fit: contain
}

.Home_home__OnjyE .Home_theme-content__mX7zJ {
    width: calc(100% - 13px);
    padding: 17px
}

.Home_home__OnjyE .Home_theme-content__mX7zJ .Home_list__reAPa {
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 20px;
    display: grid;
    grid-auto-flow: dense;
    justify-content: center
}

.Home_home__OnjyE .Home_hot-content__zOHHR {
    width: calc(100% - 13px);
    padding: 17px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative
}

.Home_home__OnjyE .Home_hot-content__zOHHR .Home_left-content__joaVO {
    flex: 1 1;
    min-width: 0
}

.Home_home__OnjyE .Home_hot-content__zOHHR .Home_left-content__joaVO .Home_title-content__2ytqs {
    width: 237px;
    height: 54px
}

.Home_home__OnjyE .Home_hot-content__zOHHR .Home_left-content__joaVO .Home_title-content__2ytqs .Home_title__qpuAf {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.Home_home__OnjyE .Home_hot-content__zOHHR .Home_left-content__joaVO .Home_title-content__2ytqs .Home_title__qpuAf span {
    color: #000;
    font-size: 26px;
    font-family: RussoOne
}

.Home_home__OnjyE .Home_hot-content__zOHHR .Home_left-content__joaVO .Home_cate-list__gUUHD {
    margin-top: 29px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px
}

@media(max-width: 1660px) {
    .Home_home__OnjyE {
        padding: 0 20px
    }

    .Home_home__OnjyE .Home_new-content__rU6h4 .Home_left-content__joaVO .Home_cate-list__gUUHD .Home_item__gCT7C:nth-child(5) {
        visibility: visible
    }

    .Home_home__OnjyE .Home_new-content__rU6h4 .Home_cate-img__jKSua {
        display: none
    }
}

@media(max-width: 1440px) {
    .Home_home__OnjyE .Home_game-content__gAKKE .Home_list__reAPa {
        grid-template-columns: repeat(4, 1fr)
    }

    .Home_home__OnjyE .Home_game-content__gAKKE .Home_list__reAPa .Home_large-item__2xqpD:nth-child(5) {
        display: none
    }

    .Home_home__OnjyE .Home_hot-content__zOHHR .Home_left-content__joaVO .Home_cate-list__gUUHD,
    .Home_home__OnjyE .Home_new-content__rU6h4 .Home_left-content__joaVO .Home_cate-list__gUUHD,
    .Home_home__OnjyE .Home_theme-content__mX7zJ .Home_list__reAPa {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media(max-width: 1101px) {
    .Home_home__OnjyE .Home_game-content__gAKKE .Home_list__reAPa {
        grid-template-columns: repeat(3, 1fr)
    }

    .Home_home__OnjyE .Home_game-content__gAKKE .Home_list__reAPa .Home_large-item__2xqpD:nth-child(4) {
        display: none
    }

    .Home_home__OnjyE .Home_hot-content__zOHHR .Home_left-content__joaVO .Home_cate-list__gUUHD,
    .Home_home__OnjyE .Home_new-content__rU6h4 .Home_left-content__joaVO .Home_cate-list__gUUHD,
    .Home_home__OnjyE .Home_theme-content__mX7zJ .Home_list__reAPa {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width: 888px) {
    .Home_home__OnjyE .Home_game-content__gAKKE .Home_list__reAPa {
        grid-template-columns: repeat(2, 1fr)
    }

    .Home_home__OnjyE .Home_game-content__gAKKE .Home_list__reAPa .Home_large-item__2xqpD:nth-child(3) {
        display: none
    }

    .Home_home__OnjyE .Home_hot-content__zOHHR .Home_left-content__joaVO .Home_cate-list__gUUHD,
    .Home_home__OnjyE .Home_new-content__rU6h4 .Home_left-content__joaVO .Home_cate-list__gUUHD,
    .Home_home__OnjyE .Home_theme-content__mX7zJ .Home_list__reAPa {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width: 750px) {
    .Home_home__OnjyE {
        padding: 0
    }

    .Home_home__OnjyE .Home_banner__tU_j4 {
        display: block;
        width: 91.4666666667vw;
        margin: 0 auto
    }

    .Home_home__OnjyE .Home_midAd-h5__sVmva {
        display: block;
        margin: 3.4666666667vw 0;
        height: 88.5333333333vw
    }

    .Home_home__OnjyE .Home_game-content__gAKKE {
        margin-left: 4vw;
        width: 89.8666666667vw;
        padding: 2.1333333333vw
    }

    .Home_home__OnjyE .Home_game-content__gAKKE .Home_list__reAPa {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 3.2vw
    }

    .Home_home__OnjyE .Home_game-content__gAKKE .Home_list__reAPa .Home_large-item__2xqpD {
        display: none
    }

    .Home_home__OnjyE .Home_midAd__QtECz {
        margin: 3.4666666667vw 0;
        height: 88.5333333333vw
    }

    .Home_home__OnjyE .Home_new-content__rU6h4 {
        margin-left: 4vw;
        width: 89.8666666667vw;
        padding: 2.1333333333vw
    }

    .Home_home__OnjyE .Home_new-content__rU6h4 .Home_left-content__joaVO .Home_title-content__2ytqs {
        width: 29.6vw;
        height: 10.9333333333vw
    }

    .Home_home__OnjyE .Home_new-content__rU6h4 .Home_left-content__joaVO .Home_title-content__2ytqs .Home_title__qpuAf span {
        font-size: 6.9333333333vw
    }

    .Home_home__OnjyE .Home_new-content__rU6h4 .Home_left-content__joaVO .Home_cate-list__gUUHD {
        margin-top: 3.4666666667vw;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 3.2vw
    }

    .Home_home__OnjyE .Home_theme-content__mX7zJ {
        margin-left: 4vw;
        width: 89.8666666667vw;
        padding: 2.1333333333vw
    }

    .Home_home__OnjyE .Home_theme-content__mX7zJ .Home_list__reAPa {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 2.1333333333vw
    }

    .Home_home__OnjyE .Home_hot-content__zOHHR {
        margin-left: 4vw;
        width: 89.8666666667vw;
        padding: 2.1333333333vw
    }

    .Home_home__OnjyE .Home_hot-content__zOHHR .Home_left-content__joaVO .Home_title-content__2ytqs {
        width: 29.6vw;
        height: 10.9333333333vw
    }

    .Home_home__OnjyE .Home_hot-content__zOHHR .Home_left-content__joaVO .Home_title-content__2ytqs .Home_title__qpuAf span {
        font-size: 6.9333333333vw
    }

    .Home_home__OnjyE .Home_hot-content__zOHHR .Home_left-content__joaVO .Home_cate-list__gUUHD {
        margin-top: 3.4666666667vw;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 3.2vw
    }
}

/* detail */
.BaseBackground_background__kZVeN {
    border-radius: 12px;
    background: #ff5b8b;
    position: relative
}

.BaseBackground_background__kZVeN .BaseBackground_border__yTyhB {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #000;
    border-radius: 12px
}

.BaseBackground_background__kZVeN.BaseBackground_pink__blino {
    background: #8731ff
}

.BaseBackground_background__kZVeN.BaseBackground_yellow__7S47m {
    background: #fbd800;
    border-radius: 7px;
    border: 1px solid #000;
    height: calc(100% + 7px)
}

.BaseBackground_background__kZVeN.BaseBackground_yellow__7S47m:after {
    top: inherit;
    bottom: -7px;
    right: 7px
}

.BaseBackground_background__kZVeN:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: inherit;
    position: absolute;
    top: -13px;
    left: 13px;
    z-index: -1
}

@media(max-width: 750px) {
    .BaseBackground_background__kZVeN {
        border-radius: 3.2vw
    }

    .BaseBackground_background__kZVeN .BaseBackground_border__yTyhB {
        border: .5333333333vw solid #000;
        border-radius: 3.2vw
    }

    .BaseBackground_background__kZVeN:after {
        top: -2.1333333333vw;
        left: 2.1333333333vw
    }

    .BaseBackground_background__kZVeN.BaseBackground_pink__blino:after {
        bottom: -2.1333333333vw
    }
}

.GoogleAd_googleAdStyle__cQdmC {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    overflow: hidden
}

.GoogleAd_googleAdStyle__cQdmC .GoogleAd_title__j6zsq {
    flex-shrink: 0;
    font-family: Inter-Regular;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    background: #ffbd3d
}

@media(max-width: 750px) {
    .GoogleAd_googleAdStyle__cQdmC .GoogleAd_title__j6zsq {
        font-size: 3.2vw;
        line-height: 5.3333333333vw
    }
}

.video_video__D__pM {
    width: 100%;
    max-width: 1720px
}

.video_video__D__pM .video_area__lZUxa {
    width: 100%;
    display: flex
}

.video_video__D__pM .video_area__lZUxa .video_left__FnS7I {
    flex: 1 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 60px
}

.video_video__D__pM .video_area__lZUxa .video_left__FnS7I .video_ad__50CSF {
    width: 100%;
    max-width: 980px;
    height: 140px
}

.video_video__D__pM .video_area__lZUxa .video_left__FnS7I .video_container__z6odL {
    width: calc(100% - 13px);
    max-width: 1213px;
    margin-top: 33px;
    margin-right: 13px;
    height: 738px;
    padding: 17px
}

.video_video__D__pM .video_area__lZUxa .video_left__FnS7I .video_container__main__QsLZ7 {
    height: 100%;
    overflow: hidden;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    position: relative;
    margin-bottom: 20px;
    justify-content: space-between
}

.video_video__D__pM .video_area__lZUxa .video_left__FnS7I .video_container__main__QsLZ7 .video_top__kriWU {
    border-radius: 10px;
    width: 100%;
    flex: 1 1;
    min-height: 0;
    position: relative
}

.video_video__D__pM .video_area__lZUxa .video_left__FnS7I .video_container__main__QsLZ7 .video_top__shading__qEKgg {
    border-radius: inherit;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #ff5b8b;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden
}

.video_video__D__pM .video_area__lZUxa .video_left__FnS7I .video_container__main__QsLZ7 .video_top__shading__qEKgg .video_img__R0JEh {
    width: 100%;
    height: 100%;
    position: absolute
}

.video_video__D__pM .video_area__lZUxa .video_left__FnS7I .video_container__main__QsLZ7 .video_top__shading__qEKgg .video_btn__VRdk5 {
    width: 184px;
    height: 50px
}

.video_video__D__pM .video_area__lZUxa .video_left__FnS7I .video_container__main__QsLZ7 .video_top__shading__qEKgg .video_btn__VRdk5 span {
    font-size: 20px;
    line-height: 21px;
    font-family: RussoOne;
    text-align: center;
    margin-right: 15px
}

.video_video__D__pM .video_area__lZUxa .video_left__FnS7I .video_container__main__QsLZ7 .video_top__shading__qEKgg .video_btn__VRdk5 img {
    width: 20px;
    height: 20px;
    object-fit: contain
}

.video_video__D__pM .video_area__lZUxa .video_left__FnS7I .video_container__main__QsLZ7 .video_top__shading__qEKgg .video_btn__VRdk5 .video_pc__z5uvp {
    width: 100%;
    height: 100%;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center
}

.video_video__D__pM .video_area__lZUxa .video_left__FnS7I .video_container__main__QsLZ7 .video_top__shading__qEKgg .video_loading__58U7K {
    border-radius: 50%;
    width: 48px;
    height: 48px;
    border: .25rem solid hsla(0, 0%, 100%, .2);
    border-top-color: #fff;
    animation: video_loading__58U7K .6s linear infinite;
    -webkit-animation: video_loading__58U7K .6s linear infinite
}

.video_video__D__pM .video_area__lZUxa .video_left__FnS7I .video_container__main__QsLZ7 .video_top__kriWU .video_game-element__Z6KSQ {
    border-radius: inherit;
    width: 100%;
    height: 100%
}

.video_video__D__pM .video_area__lZUxa .video_left__FnS7I .video_container__main__QsLZ7 .video_bottom__Sqk9Z {
    margin-top: 16px;
    height: auto;
    flex-shrink: 0;
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    align-items: center
}

.video_video__D__pM .video_area__lZUxa .video_left__FnS7I .video_container__main__QsLZ7 .video_bottom__title__BFGmN {
    font-family: RussoOne;
    font-size: 26px;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.video_video__D__pM .video_area__lZUxa .video_left__FnS7I .video_container__main__QsLZ7 .video_bottom__full__SjU7k .video_fullScreen__gNOSR,
.video_video__D__pM .video_area__lZUxa .video_left__FnS7I .video_container__main__QsLZ7 .video_bottom__full__SjU7k .video_smallScreen__nK06E {
    width: 18px;
    height: 18px
}

.video_video__D__pM .video_area__lZUxa .video_left__FnS7I .video_container__main__QsLZ7 .video_bottom__btn__ZcH_G {
    flex-shrink: 0;
    width: 60px;
    height: 36px;
    border-radius: 36px;
    background-color: #ff5b8b
}

.video_video__D__pM .video_area__lZUxa .video_left__FnS7I .video_container__main__QsLZ7 .video_bottom__btn__ZcH_G:last-child {
    margin-left: 10px
}

.video_video__D__pM .video_area__lZUxa .video_left__FnS7I .video_container__main__QsLZ7 .video_return__MhuVk {
    display: none
}

.video_video__D__pM .video_area__lZUxa .video_left__FnS7I .video_container__main__QsLZ7.video_active__eKmFz {
    --width: 100vw;
    --height: 100vh;
    --minHeight: 100vh;
    height: var(--height, 100%);
    width: var(--width, 100%);
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    z-index: 100002 !important;
    top: 0 !important;
    left: 0 !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    background: #000 !important;
    animation: video_fade_enter__jkaIC .6s ease
}

.video_video__D__pM .video_area__lZUxa .video_left__FnS7I .video_container__main__QsLZ7.video_active__eKmFz .video_bottom__Sqk9Z,
.video_video__D__pM .video_area__lZUxa .video_left__FnS7I .video_container__main__QsLZ7.video_active__eKmFz .video_top__kriWU {
    border-radius: 0
}

.video_video__D__pM .video_area__lZUxa .video_right__Hcl5k {
    width: 374px;
    margin-top: 13px;
    margin-left: 60px
}

.video_video__D__pM .video_area__lZUxa .video_right__Hcl5k .video_rec-content__ppwdx {
    width: calc(100% - 13px);
    padding: 17px
}

.video_video__D__pM .video_area__lZUxa .video_right__Hcl5k .video_rec-content__ppwdx .video_list__3Ua24 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px
}

.video_video__D__pM .video_midAd__q70jk {
    margin: 60px 0;
    height: 200px
}

.video_video__D__pM .video_new-content__t3LSo {
    width: calc(100% - 13px);
    padding: 17px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative
}

.video_video__D__pM .video_new-content__t3LSo .video_left-content__iERky {
    flex: 1 1;
    min-width: 0
}

.video_video__D__pM .video_new-content__t3LSo .video_left-content__iERky .video_title-content___cQ1s {
    width: 237px;
    height: 54px
}

.video_video__D__pM .video_new-content__t3LSo .video_left-content__iERky .video_title-content___cQ1s .video_title__TOV6z {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.video_video__D__pM .video_new-content__t3LSo .video_left-content__iERky .video_title-content___cQ1s .video_title__TOV6z span {
    color: #000;
    font-size: 26px;
    font-family: RussoOne
}

.video_video__D__pM .video_new-content__t3LSo .video_left-content__iERky .video_cate-list__skZpZ {
    margin-top: 29px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px
}

.video_video__D__pM .video_new-content__t3LSo .video_left-content__iERky .video_cate-list__skZpZ .video_item__6IGrM:nth-child(5) {
    visibility: hidden
}

.video_video__D__pM .video_new-content__t3LSo .video_cate-img__OdPxi {
    position: absolute;
    top: -46px;
    right: 17px;
    width: auto;
    height: 366px;
    object-fit: contain
}

.video_video__D__pM .video_hot-content__eiVn9 {
    width: calc(100% - 13px);
    padding: 17px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative
}

.video_video__D__pM .video_hot-content__eiVn9 .video_left-content__iERky {
    flex: 1 1;
    min-width: 0
}

.video_video__D__pM .video_hot-content__eiVn9 .video_left-content__iERky .video_title-content___cQ1s {
    width: 237px;
    height: 54px
}

.video_video__D__pM .video_hot-content__eiVn9 .video_left-content__iERky .video_title-content___cQ1s .video_title__TOV6z {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.video_video__D__pM .video_hot-content__eiVn9 .video_left-content__iERky .video_title-content___cQ1s .video_title__TOV6z span {
    color: #000;
    font-size: 26px;
    font-family: RussoOne
}

.video_video__D__pM .video_hot-content__eiVn9 .video_left-content__iERky .video_cate-list__skZpZ {
    margin-top: 29px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px
}

@keyframes video_loading__58U7K {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@media(max-width: 1660px) {
    .video_video__D__pM {
        padding: 0 20px
    }

    .video_video__D__pM .video_area__lZUxa .video_left__FnS7I {
        padding-left: 0
    }

    .video_video__D__pM .video_new-content__t3LSo .video_left-content__iERky .video_cate-list__skZpZ .video_item__6IGrM:nth-child(5) {
        visibility: visible
    }

    .video_video__D__pM .video_new-content__t3LSo .video_cate-img__OdPxi {
        display: none
    }
}

@media(max-width: 1440px) {
    .video_video__D__pM .video_area__lZUxa .video_right__Hcl5k {
        margin-left: 20px
    }

    .video_video__D__pM .video_hot-content__eiVn9 .video_left-content__iERky .video_cate-list__skZpZ,
    .video_video__D__pM .video_new-content__t3LSo .video_left-content__iERky .video_cate-list__skZpZ {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media(max-width: 1101px) {
    .video_video__D__pM .video_area__lZUxa {
        flex-direction: column
    }

    .video_video__D__pM .video_area__lZUxa .video_left__FnS7I {
        width: 100%
    }

    .video_video__D__pM .video_area__lZUxa .video_right__Hcl5k {
        width: 100%;
        margin-top: 26px;
        margin-left: 0
    }

    .video_video__D__pM .video_area__lZUxa .video_right__Hcl5k .video_rec-content__ppwdx .video_list__3Ua24,
    .video_video__D__pM .video_hot-content__eiVn9 .video_left-content__iERky .video_cate-list__skZpZ,
    .video_video__D__pM .video_new-content__t3LSo .video_left-content__iERky .video_cate-list__skZpZ {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width: 888px) {

    .video_video__D__pM .video_area__lZUxa .video_right__Hcl5k .video_rec-content__ppwdx .video_list__3Ua24,
    .video_video__D__pM .video_hot-content__eiVn9 .video_left-content__iERky .video_cate-list__skZpZ,
    .video_video__D__pM .video_new-content__t3LSo .video_left-content__iERky .video_cate-list__skZpZ {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width: 750px) {
    .video_video__D__pM {
        padding: 0
    }

    .video_video__D__pM .video_area__lZUxa .video_left__FnS7I {
        flex-direction: column-reverse;
        align-items: flex-start
    }

    .video_video__D__pM .video_area__lZUxa .video_left__FnS7I .video_ad__50CSF {
        height: 88.5333333333vw
    }

    .video_video__D__pM .video_area__lZUxa .video_left__FnS7I .video_container__z6odL {
        width: 89.8666666667vw;
        margin: 0 0 1.3333333333vw 4vw;
        height: 67.4666666667vw;
        padding: 2.1333333333vw
    }

    .video_video__D__pM .video_area__lZUxa .video_left__FnS7I .video_container__main__QsLZ7 {
        margin-bottom: 0
    }

    .video_video__D__pM .video_area__lZUxa .video_left__FnS7I .video_container__main__QsLZ7 .video_top__kriWU {
        border-radius: 2.6666666667vw
    }

    .video_video__D__pM .video_area__lZUxa .video_left__FnS7I .video_container__main__QsLZ7 .video_top__shading__qEKgg .video_btn__VRdk5 {
        width: 33.8666666667vw;
        height: 9.0666666667vw
    }

    .video_video__D__pM .video_area__lZUxa .video_left__FnS7I .video_container__main__QsLZ7 .video_top__shading__qEKgg .video_btn__VRdk5 span {
        font-size: 3.2vw;
        line-height: 3.2vw;
        margin-right: 2.6666666667vw
    }

    .video_video__D__pM .video_area__lZUxa .video_left__FnS7I .video_container__main__QsLZ7 .video_top__shading__qEKgg .video_btn__VRdk5 img {
        width: 4.2666666667vw;
        height: 4.2666666667vw
    }

    .video_video__D__pM .video_area__lZUxa .video_left__FnS7I .video_container__main__QsLZ7 .video_top__shading__qEKgg .video_loading__58U7K {
        width: 9.6vw;
        height: 9.6vw
    }

    .video_video__D__pM .video_area__lZUxa .video_left__FnS7I .video_container__main__QsLZ7 .video_bottom__Sqk9Z {
        margin-top: 2.1333333333vw
    }

    .video_video__D__pM .video_area__lZUxa .video_left__FnS7I .video_container__main__QsLZ7 .video_bottom__title__BFGmN {
        font-size: 4.2666666667vw
    }

    .video_video__D__pM .video_area__lZUxa .video_right__Hcl5k {
        margin-left: 4vw;
        width: 89.8666666667vw
    }

    .video_video__D__pM .video_area__lZUxa .video_right__Hcl5k .video_rec-content__ppwdx {
        width: 100%;
        padding: 2.1333333333vw
    }

    .video_video__D__pM .video_area__lZUxa .video_right__Hcl5k .video_rec-content__ppwdx .video_list__3Ua24 {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 3.2vw
    }

    .video_video__D__pM .video_midAd__q70jk {
        margin: 3.4666666667vw 0;
        height: 88.5333333333vw
    }

    .video_video__D__pM .video_new-content__t3LSo {
        margin-left: 4vw;
        width: 89.8666666667vw;
        padding: 2.1333333333vw
    }

    .video_video__D__pM .video_new-content__t3LSo .video_left-content__iERky .video_title-content___cQ1s {
        width: 29.6vw;
        height: 10.9333333333vw
    }

    .video_video__D__pM .video_new-content__t3LSo .video_left-content__iERky .video_title-content___cQ1s .video_title__TOV6z span {
        font-size: 6.9333333333vw
    }

    .video_video__D__pM .video_new-content__t3LSo .video_left-content__iERky .video_cate-list__skZpZ {
        margin-top: 3.4666666667vw;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 3.2vw
    }

    .video_video__D__pM .video_hot-content__eiVn9 {
        margin-left: 4vw;
        width: 89.8666666667vw;
        padding: 2.1333333333vw
    }

    .video_video__D__pM .video_hot-content__eiVn9 .video_left-content__iERky .video_title-content___cQ1s {
        width: 29.6vw;
        height: 10.9333333333vw
    }

    .video_video__D__pM .video_hot-content__eiVn9 .video_left-content__iERky .video_title-content___cQ1s .video_title__TOV6z span {
        font-size: 6.9333333333vw
    }

    .video_video__D__pM .video_hot-content__eiVn9 .video_left-content__iERky .video_cate-list__skZpZ {
        margin-top: 3.4666666667vw;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 3.2vw
    }
}

@media screen and (orientation: landscape) {
    html.mobile .video_video__D__pM .video_area__lZUxa .video_area__container__main__Bsz31 .video_return__MhuVk {
        position: absolute;
        left: 0;
        top: 8vh;
        width: 8.5333333333vh;
        height: 6.4vh;
        border-radius: 0 3.2vh 3.2vh 0;
        padding-right: 1.3333333333vh;
        background: #ff0;
        display: flex;
        display: -ms-flexbox;
        align-items: center;
        justify-content: center;
        cursor: pointer
    }

    html.mobile .video_video__D__pM .video_area__lZUxa .video_area__container__main__Bsz31 .video_return__MhuVk img {
        width: 3.7333333333vh
    }

    html.mobile .video_video__D__pM .video_area__lZUxa .video_area__container__main__Bsz31 .video_bottom__full__SjU7k {
        display: none
    }

    html.mobile .video_video__D__pM .video_area__lZUxa .video_area__container__main__Bsz31.video_active__eKmFz {
        flex-direction: row
    }

    html.mobile .video_video__D__pM .video_area__lZUxa .video_area__container__main__Bsz31.video_active__eKmFz .video_top__kriWU {
        height: 100%
    }

    html.mobile .video_video__D__pM .video_area__lZUxa .video_area__container__main__Bsz31.video_active__eKmFz .video_bottom__Sqk9Z {
        display: none
    }

    html.mobile .video_video__D__pM .video_area__lZUxa .video_area__container__main__Bsz31.video_active__eKmFz .video_recommend___pDGE {
        flex-shrink: 0;
        height: 100%;
        width: 26.6666666667vh;
        padding: 2.6666666667vh 0;
        background-color: var(--box-color);
        display: flex;
        display: -ms-flexbox;
        align-items: center;
        flex-direction: column;
        -moz-scroll-snap-type: y mandatory;
        scroll-snap-type: y mandatory;
        -webkit-scroll-behavior: smooth;
        -moz-scroll-behavior: smooth;
        -ms-scroll-behavior: smooth;
        scroll-behavior: smooth;
        overflow-x: hidden;
        overflow-y: auto;
        scrollbar-width: none;
        -ms-overflow-style: none
    }

    html.mobile .video_video__D__pM .video_area__lZUxa .video_area__container__main__Bsz31.video_active__eKmFz .video_recommend___pDGE::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0
    }

    html.mobile .video_video__D__pM .video_area__lZUxa .video_area__container__main__Bsz31.video_active__eKmFz .video_recommend-item__oFQjq {
        width: 21.3333333333vh;
        height: 21.3333333333vh;
        flex-shrink: 0;
        margin: 1.3333333333vh 0
    }
}