.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 11.11111rem;
    perspective: 11.11111rem
}

.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 {
    -webkit-transform-style: preserve-3d;
    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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: .25rem;
    height: .40741rem;
    margin-top: -.2037rem;
    z-index: 10;
    cursor: pointer;
    background-size: .25rem .40741rem;
    background-position: 50%;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: .09259rem;
    right: auto
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: .09259rem;
    left: auto
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: opacity .3s;
    -o-transition: .3s opacity;
    transition: opacity .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: .92593rem;
    right: -3.05556rem;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: .18519rem;
    height: .18519rem;
    display: inline-block;
    border-radius: 100%;
    background: #838383;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: .09259rem;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: .05556rem 0;
    display: block
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: .07407rem
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: top .2s, -webkit-transform .2s;
    transition: top .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s top;
    transition: transform .2s, top .2s;
    transition: transform .2s, top .2s, -webkit-transform .2s
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 .03704rem
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: left .2s, -webkit-transform .2s;
    transition: left .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s left;
    transition: transform .2s, left .2s;
    transition: transform .2s, left .2s, -webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: right .2s, -webkit-transform .2s;
    transition: right .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s right;
    transition: transform .2s, right .2s;
    transition: transform .2s, right .2s, -webkit-transform .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: .03704rem;
    left: 0;
    top: 0
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
    width: .03704rem;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0, 0%, 100%, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: .09259rem;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: .02778rem;
    z-index: 50;
    height: .0463rem;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: .02778rem;
    top: 1%;
    z-index: 50;
    width: .0463rem;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: .09259rem;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: .38889rem;
    height: .38889rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -.19444rem;
    margin-top: -.19444rem;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(.46296rem);
    filter: blur(.46296rem);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 11.11111rem
}

.swiper-container {
    width: 9.25926rem !important;
    margin: 0 auto !important
}

.swiper-slide swiper-slide-active {
    width: 9.25926rem !important;
    height: 5.48148rem !important;
    border-radius: .27778rem !important;
    margin: 0 .37037rem .83333rem !important;
    position: relative !important
}

.swiper-pic {
    width: 9.25926rem;
    height: 5.48148rem;
    border-radius: .27778rem;
    margin: 0 auto .83333rem;
    display: block
}

.mask {
    width: 9.25926rem;
    height: 1.25926rem;
    border-radius: 0 0 .27778rem .27778rem;
    background: rgba(0, 0, 0, .75);
    position: absolute;
    bottom: .83333rem;
    left: 0
}

.name {
    font-size: 14px;
    font-weight: 900;
    color: #fff;
    line-height: 1.2;
    text-indent: .5rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.classification {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.classification .classification-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}


.classification .classification-item .classification-itemImg img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.classification .classification-item .classification-text {
    margin: 15px 0 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    line-height: 1.3;
}

.swiper-container {
    width: 9.25926rem;
    height: auto;
    margin: .37037rem auto 0
}

.swiper-slide {
    text-align: center;
    font-size: .16667rem;
    height: 4.62963rem !important;
    line-height: 3.33333rem !important;
    margin-top: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
}

.swiper-slide .pic {
    width: 3.33333rem;
    height: 3.33333rem;
    border-radius: .37037rem;
    box-shadow: 0 0 .09259rem .0463rem rgba(0, 0, 0, .3)
}

.swiper-slide .name {
    line-height: 1.38889rem;
    color: #fff;
    font-size: .37037rem;
    font-weight: 700;
    width: 3.33333rem;
    text-align: center;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    word-break: break-all; /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical
}

.casual {
    width: 9.25926rem;
    height: auto;
    margin: .55556rem auto
}

.swiper-slide {
    text-align: center;
    font-size: .16667rem;
    height: 6.0463rem !important;
    line-height: 3.33333rem !important;
    margin-top: 0 !important
}

.container-slide {
    width: 7.10185rem;
    height: 5.58333rem;
    padding: .23148rem 0;
    border-radius: .18519rem;
    background: #333;
    box-shadow: 0 .03704rem .09259rem 0 rgba(0, 0, 0, .5);
    display: flex;
    flex-direction: column;
    align-items: center
}

.container-slide .swiper-pic {
    width: 6.46296rem;
    height: 3.87963rem;
    border-radius: .37037rem;
    box-shadow: 0 0 .09259rem .0463rem rgba(0, 0, 0, .3)
}

.container-slide .bottom {
    width: 6.46296rem;
    padding: .24074rem 0 .46296rem;
    border-radius: 0 0 .27778rem .27778rem;
    display: flex;
    align-items: center;
    color: #fff
}

.container-slide .bottom .smallImg {
    width: 1.2963rem;
    height: 1.2963rem;
    border-radius: .92593rem
}

.container-slide .bottom .right {
    width: 55%;
    height: 1.2963rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    margin-left: .23148rem
}

.container-slide .bottom .right .name {
    width: 90%;
    height: .50926rem;
    line-height: .50926rem;
    margin-bottom: .27778rem;
    font-size: .37037rem;
    font-weight: 700;
    text-align: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    word-break: break-all; /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical
}

.container-slide .bottom .start {
    width: 1.7037rem;
    height: .69444rem;
    border-radius: .37037rem;
    background: #ff3434;
    text-align: center
}

.container-slide .bottom .start p {
    line-height: .69444rem;
    font-size: .32407rem;
    font-weight: 900
}

ins.adsbygoogle[data-ad-status=unfilled] {
    display: none !important
}


.main-1 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin: 15px auto 0;
}

.main-1-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.main-1-item img {
    border-radius: 12px;
    width: 100%;
    aspect-ratio: 1;
}

.main-1-item .name {
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home .main2 {
    margin: 15px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.home .main2 .main2-item {
    width: 100%;
    background-color: #3a3a3a;
    border-radius: .37037rem;
    box-shadow: 0 .03704rem .09259rem 0 rgb(0 0 0 / 38%);
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    color: #fff;
    font-weight: 700;
}

.home .main2 .main2-item .item_pic {
    width: 80px;
    aspect-ratio: 1;
    border-radius: 8px;
}

.home .main2 .main2-item .beside {
    display: flex;
    flex: 3;
    width: 70%;
    align-items: center;
}

.home .main2 .main2-item .beside .name {
    font-size: 18px;
    line-height: 1.3;
    display: block;
    font-weight: bold;
    max-width: 72%;
}

.home .main2 .main2-item .start {
    border-radius: 5px;
    background: #ff3434;
    text-align: center;
    padding: 10px 15px;
    flex: .5;
    width: fit-content;
}

.home .main2 .main2-item .start p {
    line-height: .83333rem;
    font-size: .41667rem
}

.home .main3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin: 15px 0 0;
}

.home .main3 .main3-item {
    border-radius: 8px;
    border: 1px solid #999;
    background: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    color: #fff;
}

.home .main3 .main3-item img {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 6px;
}

.home .main3 .main3-item .name {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    word-break: break-all;
    -webkit-box-orient: vertical;
}

.home .main3 .main3-item .neicun2 {
    color: #999;
    font-size: 14px;
    font-weight: 500;
}

.home .main-4 {
    margin: 20px 0 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.main-4-item .pic {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
}

.main-4-item .bottom {
    display: flex;
    align-items: center;
    margin: 15px 0 0;
}

.main-4-item .bottom .smallImg {
    width: 48px;
    border: 2px solid #75e1e0;
    aspect-ratio: 1;
    border-radius: 6px;
}

.main-4-item .bottom .right {
    display: flex;
    flex: 2;
    width: 50%;
}

.main-4-item .bottom .start {
    border-radius: 5px;
    background: #ff3434;
    text-align: center;
    padding: 10px 15px;
    color: #fff;
    font-weight: bold;
}

.main-4-item {
    display: flex;
    flex-direction: column;
}

.home .main4 {
    width: 9.19444rem;
    padding: .74074rem 0;
    margin: .35185rem auto .37037rem;
    background: #333;
    box-shadow: 0 .03704rem .09259rem 0 rgba(0, 0, 0, .3);
    border-radius: .37037rem;
    padding-bottom: .69444rem;
    position: relative
}

.home .main4 .one {
    top: 1.2963rem
}

.home .main4 .one, .home .main4 .two {
    position: absolute;
    z-index: 999;
    width: .50926rem;
    height: .61537rem;
    left: .27778rem
}

.home .main4 .two {
    top: 3.24074rem
}

.home .main4 .three {
    position: absolute;
    z-index: 999;
    width: .50926rem;
    height: .61537rem;
    top: 5.18519rem;
    left: .27778rem
}

.home .main4 .main4-item {
    flex: 1
}

.home .main4 .main4-item .others-item {
    width: 95%;
    height: 1.48148rem;
    display: flex;
    margin: 0 auto;
    margin-bottom: .5rem;
    justify-content: space-between;
    align-items: center;
    font-size: .46296rem;
    font-weight: 700;
    color: #fff
}

.home .main4 .main4-item .others-item .left {
    height: 1.48148rem;
    display: flex;
    align-items: center
}

.home .main4 .main4-item .others-item .left .rankingwenzi {
    width: .55556rem;
    text-align: center
}

.home .main4 .main4-item .others-item .left img {
    width: 1.48148rem;
    height: 1.48148rem;
    border-radius: 1.85185rem;
    margin: 0 .30556rem
}

.home .main4 .main4-item .others-item .middle_wenzi {
    font-size: .37037rem;
    font-weight: 700;
    width: 3.7037rem;
    height: .46296rem;
    line-height: .46296rem;
    margin-bottom: .37037rem;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    word-break: break-all; /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical
}

.home .main4 .main4-item .others-item .middle-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1.85185rem
}

.home .main4 .main4-item .others-item .middle-bottom .score {
    font-size: .37037rem;
    font-weight: 700
}

.home .main4 .main4-item .start {
    width: 1.78704rem;
    height: .64815rem;
    border-radius: .37037rem;
    background: #ff3434;
    text-align: center
}

.home .main4 .main4-item .start p {
    line-height: .64815rem;
    font-size: .41667rem
}

.home .desc {
    width: 8.33333rem;
    border-radius: .27778rem;
    background: #333;
    margin: .74074rem auto 0;
    padding: .46296rem .46296rem
}

.home .desc .first {
    width: 100%;
    text-align: center;
    font-weight: 900;
    font-size: .46296rem
}

.home .desc p {
    font-weight: 500;
    font-size: .27778rem;
    line-height: normal;
    color: #fff
}

.padding-3-2 {
    padding: 15px 10px;
}

.search-main, .menu-main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #000;
    position: fixed;
    width: 100%;
    z-index: 1000000;
    opacity: 0;
    visibility: hidden;
    height: 100%;
    transition: .5s opacity;
}

.search-main.open, .menu-main.open {
    visibility: visible;
    opacity: 1;
}

.menu-bg {
    width: 100%;
    height: 100%;
    background: #000;
}


.menu-info {
    position: absolute;
    z-index: 1000001;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1.3rem;
}

.menu-home img {
    width: 40px;
    height: 40px;
}

.menu-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    width: 80%;
}

.menu-item {
    width: 100%;
    border-radius: 6px;
    padding: 10px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;

    font-weight: bold;
    font-size: 20px;
    background: #999;
}

.search-close-icon {
    width: 40px;
    height: 40px;
    margin-top: 1rem;
}

.menu-close-icon {
    width: 40px;
    height: 40px;
}

.search-btn img {
    width: 30px;
    height: 30px;
}

#back-to-top {
    width: 40px;
    height: 40px;
    text-align: center;
    position: fixed;
    bottom: 100px;
    right: 15px;
    cursor: pointer;
    display: none;
    color: #fff;
    z-index: 5
}

.detail-desc {
    font-size: 16px;
    line-height: 1.5;
    color: #9a9a9a;
}

.detail-desc {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (min-width: 768px) {
    .detail-desc {
        -webkit-line-clamp: 3;
    }
}

.desc_btn {
    background: #0776de;
    padding: 10px 10px;
    border-radius: 5px;
    width: fit-content;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-top: 1rem;
    line-height: 1;
}

.slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
}

.slides {
    display: flex;
    width: 400%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
    color: #fff;
}

.slider-preview {
    color: #ddd;
}

.slides a {
    width: 33.333%;
    height: 100%;
    object-fit: cover;
    position: relative;
}

.slider-text {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 2rem;
}

.slide-item {
    width: 100%;
    position: relative;
}

.slide-item img {
    width: 100%;
    aspect-ratio: 16/9;
}

.slide-title {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    width: 100%;
    padding: 10px 0;
    background: rgba(51, 51, 51, 0.44);
    z-index: 1;
    position: absolute;
    bottom: 0;
    text-indent: 20px;
}

.progress-bars {
    display: flex;
    justify-content: end;
    position: absolute;
    width: 100%;
    bottom: 10px;
    right: 20px;
}

.progress-bar {
    width: 10px;
    height: 10px;
    background-color: #ececec;
    margin: 0 5px;
    border-radius: 5px;
    overflow: hidden;
}

/*.progress-bar::before {*/
/*    content: '';*/
/*    display: block;*/
/*    width: 0;*/
/*    height: 100%;*/
/*    background-color: #bfbebe;*/
/*}*/

.progress-bar.active {
    background-color: #00a8e6;
}

/*.progress-bar.active::before {*/
/*    width: 100%;*/
/*    transition: width 5s linear;*/
/*}*/


ins.adsbygoogle[data-ad-status=unfilled] {
    display: none !important
}

.detail .header {
    width: 100%;
    height: .90741rem;
    padding: .2963rem 0 .41667rem 0;
    display: flex;
    align-items: center
}

.detail .header .left {
    width: .92593rem;
    height: .92593rem;
    margin-left: .2963rem
}

.detail .header .left .switch {
    width: 100%;
    height: 100%
}

.detail .header .title_pic {
    width: 5.09259rem;
    height: .64815rem;
    margin: .18519rem 0 0 .25926rem
}

.info-the-game {
    color: #fff;
}

.play-btn {

}

.detail .info {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 10px;
    margin: 0 auto;
    position: relative;
    display: block;
}

.detail .info .infoImg {
    width: 100%;
    height: 100%;
    border-radius: .18519rem
}

.detail .info .infoIcon {
    position: absolute;
    left: 50%;
    top: 25%;
    transform: translate(-50%, -15%);
    width: 100px;
    height: 100px;
    border-radius: 8px;
    z-index: 999;
    box-sizing: border-box;
    border: 2px solid #fff
}

.detail .info .mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .75);
    position: absolute;
    border-radius: .18519rem;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    border: .0463rem solid #fff
}

.detail .info .name {
    font-size: 24px;
    font-weight: 1000;
    position: absolute;
    left: 50%;
    top: 80%;
    transform: translate(-50%, -65%);
    color: #fff;
    width: 100%;
    text-align: center
}

.detail .start {
    display: block;
    width: 100%;
    border-radius: 100px;
    background: #ff3434;
    margin: 1rem auto;
    text-align: center;
    font-size: 24px;
    font-weight: 1000;
    line-height: 2;
    color: #fff;
}

.detail .start span {
    font-size: .55556rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.18519rem
}


.detail-info p, .detail-info li {
    font-size: 16px;
    color: #dedede;
    margin-bottom: 15px;
    line-height: 1.3;
}

.detail-info li {
    list-style: disc;
}

.detail-info ul {
    padding-left: 30px;
    list-style: disc;
}

.detail-info h1, .detail-info h2, .detail-info h3, .detail-info h4, .detail-info h5, .detail-info h6 {
    color: #dedede;
    margin: 10px 0;
    font-weight: bold;
    line-height: 1.3;
}

.detail-info h1 {
    font-size: 26px;
}

.detail-info h2 {
    font-size: 24px;
}

.detail-info h3 {
    font-size: 22px;
}

.detail-info h4 {
    font-size: 20px;
}

.detail-info h5, .detail-info h6 {
    font-size: 18px;
}

.detail-info a {
    color: #0776de;
}

@media screen and (max-width: 568px) {
    .home .main-4 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .home .main2 .main2-item .item_pic {
        width: 60px;
    }

    .home {
        margin: 0 10px;
        padding: 0;
    }

    .mb-w-full {
        width: 100%;
    }

    .bar_wrap .bar_item {
        font-size: 14px;
    }

    .home .main2 .main2-item .beside {
        max-width: 270px;
    }

    .classification .classification-item .classification-text {
        font-size: 12px;
    }

    .main-1-item .name {
        font-size: 14px;
    }

    .home .main2 .main2-item .beside .name {
        font-size: 16px;
    }

    .home .main3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home .main3 .main3-item:last-child {
        display: none;
    }
}