.classification[data-v-e6d5ed70] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: .75926rem
}

.classification .classification-item[data-v-e6d5ed70] {
    width: 1.66667rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: .2963rem
}

.classification .classification-item .classification-itemImg[data-v-e6d5ed70] {
    width: 1.66667rem;
    height: 1.66667rem
}

.classification .classification-item .classification-itemImg img[data-v-e6d5ed70] {
    width: 100%;
    height: 100%
}

.classification .classification-item .classification-text[data-v-e6d5ed70] {
    margin-top: .25926rem;
    font-size: .37037rem;
    font-weight: 500;
    color: #000
}

.classification .more[data-v-e6d5ed70] {
    background: #ff6464;
    position: relative;
    border-radius: .69444rem
}

.classification .more .more_pic[data-v-e6d5ed70] {
    position: absolute;
    width: .99074rem !important;
    height: .99074rem !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.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[data-v-7aa9b99e] {
    width: 9.62963rem;
    margin: 0 auto;
    padding: .37037rem 0 0 .09259rem;
    overflow: auto;
}

.swiper-slide[data-v-7aa9b99e] {
    text-align: center;
    font-size: .16667rem;
    height: 2.69444rem !important;
    line-height: 3.33333rem !important;
    margin-top: .37037rem !important;
    margin-bottom: .74074rem !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: #fff;
    box-shadow: 0 .03704rem .09259rem 0 rgba(0, 0, 0, .5);
    border-radius: .18519rem;
    position: relative
}

.swiper-slide .pic[data-v-7aa9b99e] {
    width: 1.85185rem;
    height: 1.85185rem;
    border-radius: .18519rem;
    position: absolute;
    left: .27778rem;
    top: -.46296rem
}

.swiper-slide .name[data-v-7aa9b99e] {
    position: absolute;
    left: .27778rem;
    bottom: .37037rem;
    font-size: .41667rem;
    font-weight: 500;
    color: #000;
    line-height: .46296rem;
    width: 90%;
    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;
    text-align: left
}

.swiper-slide .score[data-v-7aa9b99e] {
    position: absolute;
    right: .46296rem;
    top: .55556rem;
    font-size: .55556rem;
    font-weight: 900;
    color: #fa5151;
    line-height: 0
}

.casual[data-v-7ee679c3] {
    width: 9.62963rem;
    height: auto;
    margin: .35185rem auto;
    overflow: auto;
}

.swiper-slide[data-v-7ee679c3] {
    text-align: center;
    font-size: .16667rem;
    height: 6.5rem !important;
    margin-top: .0463rem !important;
    margin-left: .0463rem !important
}

.container-slide[data-v-7ee679c3] {
    width: 6.94444rem;
    height: 6.31481rem;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: .46296rem;
    box-shadow: 0 .03704rem .09259rem 0 rgba(0, 0, 0, .5)
}

.container-slide .swiper-pic[data-v-7ee679c3] {
    width: 6.48148rem;
    height: 3.89074rem;
    border-radius: .46296rem
}

.container-slide .bottom[data-v-7ee679c3] {
    width: 93%;
    margin: 0 auto;
    color: #000
}

.container-slide .bottom .name[data-v-7ee679c3] {
    width: 3.88889rem;
    height: .50926rem;
    line-height: .50926rem;
    margin: .27778rem 0 .55556rem;
    font-size: .46296rem;
    font-weight: 900;
    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;
    text-align: left
}

.container-slide .bottom .Memory[data-v-7ee679c3] {
    font-size: .32407rem;
    font-weight: 500;
    height: .46296rem;
    line-height: .46296rem
}

.container-slide .bottom .btn[data-v-7ee679c3] {
    width: 2.33333rem;
    height: .76852rem;
    border-radius: .37037rem;
    background: #ff6464;
    font-size: .37037rem;
    font-weight: 900;
    text-align: center;
    color: #fff;
    line-height: .76852rem
}

.home[data-v-0614daf8] {
    width: 10rem;
    margin: 0 auto;
    overflow: hidden;
    background: #ff6464
}

.home .head[data-v-0614daf8] {
    padding: .46296rem .44444rem .77778rem
}

.home .head .first[data-v-0614daf8] {
    font-size: .55556rem;
    font-weight: 900;
    color: #fff;
    padding-bottom: .55556rem
}

.home .head .second[data-v-0614daf8] {
    font-size: .37037rem;
    font-weight: 400;
    color: #fff;
    padding-bottom: .55556rem
}

.home .head .form-search[data-v-0614daf8] {
    width: 9.07407rem;
    height: 1.27778rem;
    border-radius: .92593rem;
    position: relative
}

.home .head .form-search .ipt-search[data-v-0614daf8] {
    width: 100%;
    height: 1.27778rem;
    outline: none;
    border-radius: .92593rem;
    font-weight: 700;
    text-indent: .92593rem;
    font-size: .37037rem;
    border: 0
}

.home .head .form-search[data-v-0614daf8] ::placeholder {
    color: #ff6464
}

.home .head .form-search .btn-searchs[data-v-0614daf8] {
    left: .27778rem;
    top: .37037rem;
    position: absolute;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD0AAAA9CAYAAAAeYmHpAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAATnSURBVGiB5VtNdtpIEP5KUvbcYJQThJxg4AS2T5A2mLXjExCfIGSNwJ0TBJ/AmhOEnGA0N2DWaVSzkMDwQP0jtcC8+d5jpVZ1f12l7voD+B+C2hDKo1EXeR6D6AOYYwRBB8yd4iFnxcz0C8wZ1uuUpFy1sY4qeCPNw+E1gCsAPRDFbi9zBqIFgGdKktTXmqrQiDQLESMMx6hDtBpLAAso9a0tC6hFmoWIEUWfAHzxu5w9rAA8UpJMfAt2Js2DgQDR2KNmTUhB9EDT6dKXQCfSfHf3FcBnX5M7wKvWrUiX5vwDQNfHpA0woSR5aCrESLo8rF5qmvMKwHJ7TW1npS6AGEDHWSKzpNnstsZaXqfXyheigzD86Ug4RZ5/R56nJGWmlT8adcFcXHPFzw4NietJ3939hK1JM0us148mopq5egCK688OXyhJHuvMVUna+tAqvKp+XbJH5u2B+cnKuvL8luZz6TrHUdLlrr9YvF97t3VgITrlwdkzDF1BqY+uGx4cnZD5yeLdVggDAEm5oiTpg1kahnbw7t1XV/kHpBFF9xam1RrhXdBsdmskznzNg4FwkbtHmoXowPwdT05BeIPylNZ7Y0RjF5n7mo6ie+jvzqUP58AZSt0c3PW7IIpdtL0lbanl0xMGQFJmYNZbVxB8spX3quko6kKnZWZ5ili3CjSfS622gR4LEdvIeiXNrN+pIPhmI7BVmLXdsxHzSproWjMu9Rna1YVR22F4ZSMnAMqgQn+APTusrW2klU+YezYCCk2bzEKpheWCTgGdAjo8GhljhQ3pPzRjVr78ai8Igkz7fJN11YkoB8aaMWf/lndhPFvyPDbJ2Ghad1VlTqs6BXRr0lttMaQU4p7BOCeIGqWGDwOOS0BDJRWkdTunM/23iX9NAzbmnVWOeIumrwt989xo+hvz1g08d9p3D0b/OgyNt81G0780Y6wu/JMhinTuMvD7d2YSUZBer/W7Y+nenQjV/jVzZlP0C4BtvJpphN3XWJx3lDG/zupSGzm7V1b1C0RxmSE9L0yZHaLvNmJ2Q0vTC055KN+wyOysoJSVy7wlTUmSGjMTjllHr4iiMfThr7Qt4u97ZKbMBNHYNiXjE+WnZcrfWcf8e6SNmQmiGFFkUwjwBhYitig+pC75u0Pf26RtoFfWuVrHtrxjKj4o5VTBPCBtkXUEgM88HLaq8bIR4AUmj5BZuiY5jhfwign/tnh/CaVufGdWnBsBHKuXulLtGHbdQ976QRp1LTkQNxXl7RtrmIsqRJ4vXPu/WIgYQdBr3LVkSdzcczIcPoFIOEy9AvMCzH/pWjB4NOpive4iDK/ArA8iXGBB3K67yJ34LlZg3td82z1oBuLWfWRn7CGrBw1x6xxZWaJ9gD7h8HYQBE9VbrNTYpCSZAKlPsIyhPOCoju4HiqIO2dDScqMkqQPoI82yTNLKPWeptMb5Hn9ZrkjxBv3e9fo/9KhOPmP9KPxYCAQBE28wP7GP/fX5F74yQJEf5bpJbssauHypgCeaTbTmnIj4jv9bq38nQHYupJdMHcOSi15/g+CIINSS2dHpgnx8kRvjXSbqE2caEHT6c1FlnVoPpdNDreLJA3UJF6GzBdLGqhF/Bm4cNKAA/GdlrCLJw2UxAtnqeommOw2xV/k6V2Fra/A/KGM5JY40R/c3jz+A5kDR6NrVAmdAAAAAElFTkSuQmCC) 50% no-repeat;
    background-size: 100%;
    width: .53704rem;
    height: .53704rem
}

.home .mains[data-v-0614daf8] {
    border-radius: .92593rem .92593rem 0 0;
    padding: 0 .39815rem;
    background: #fff1f1
}

.home .main1[data-v-0614daf8] {
    margin: .59259rem auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.home .main1 .main1-item[data-v-0614daf8] {
    width: 9.25926rem;
    height: 2.77778rem;
    border-radius: .18519rem;
    position: relative;
    margin-bottom: .37037rem;
    box-shadow: 0 .03704rem .09259rem 0 rgba(0, 0, 0, .5);
    display: flex;
    align-items: center
}

.home .main1 .main1-item .smallImg[data-v-0614daf8] {
    width: 2.22222rem;
    height: 2.22222rem;
    border-radius: .18519rem;
    margin: 0 .30556rem
}

.home .main1 .main1-item .middle[data-v-0614daf8] {
    display: flex;
    flex-direction: column;
    height: 2.12963rem;
    justify-content: space-between
}

.home .main1 .main1-item .middle .name[data-v-0614daf8] {
    font-size: .46296rem;
    font-weight: 900;
    line-height: .64815rem;
    width: 2.31481rem;
    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 .main1 .main1-item h1[data-v-0614daf8] {
    margin-left: 1.38889rem;
    font-size: .74074rem;
    font-weight: 900;
    color: #fa5151
}

.home .main2[data-v-0614daf8] {
    width: 100%;
    overflow: scroll hidden;
    margin-bottom: .37037rem
}

.home .main2 .item-top[data-v-0614daf8] {
    width: 11.57407rem;
    display: flex;
    flex-direction: row;
    align-items: center
}

.home .main2 .main2-item[data-v-0614daf8] {
    width: 5.7037rem;
    margin: .33333rem .33333rem .27778rem .18519rem;
    background: #fff;
    border-radius: .18519rem;
    padding: 0 .27778rem;
    box-shadow: 0 .03704rem .09259rem 0 rgba(0, 0, 0, .5)
}

.home .main2 .main2-item .top-title[data-v-0614daf8] {
    font-size: .46296rem;
    font-weight: 700;
    color: #3d3d3d;
    margin: .37037rem 0
}

.home .main2 .main2-item .item-lines[data-v-0614daf8] {
    display: flex;
    align-items: center;
    margin-bottom: .27778rem
}

.home .main2 .main2-item .item-lines .rank[data-v-0614daf8] {
    font-size: .46296rem;
    font-weight: 700;
    color: #3d3d3d;
    width: .64815rem;
    text-align: center
}

.home .main2 .main2-item .item-lines .lines-pic[data-v-0614daf8] {
    width: 1.12667rem;
    height: 1.12833rem;
    border-radius: .27778rem;
    margin: 0 .18519rem
}

.home .main2 .main2-item .item-lines .introduction[data-v-0614daf8] {
    height: 1.11111rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    color: #3d3d3d
}

.home .main2 .main2-item .item-lines .introduction .lines-name[data-v-0614daf8] {
    width: 2.31481rem;
    line-height: .46296rem;
    font-size: .33333rem;
    font-weight: 700;
    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 .main2 .main2-item .item-lines .introduction .lines-text[data-v-0614daf8] {
    line-height: .46296rem;
    font-size: .27778rem;
    font-weight: 400
}

.home .main3[data-v-0614daf8] {
    display: grid;
    grid-template-columns:repeat(auto-fill, 2.2037rem);
    grid-auto-flow: row dense;
    justify-content: center;
    grid-gap: .12963rem;
    position: relative;
    margin: .41667rem auto
}

.home .main3 img[data-v-0614daf8] {
    width: 100%;
    height: 100%;
    border-radius: .18519rem
}

.home .main3 .main3-item[data-v-0614daf8] {
    grid-column: auto/span 1;
    grid-row: auto/span 1;
    width: 2.2037rem;
    height: 2.2037rem
}

.home .main3 .main3-item2x2[data-v-0614daf8] {
    grid-column: auto/span 2;
    grid-row: auto/span 2;
    width: 4.55556rem;
    height: 4.55556rem
}

.home .main4[data-v-0614daf8] {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: .55556rem auto
}

.home .main4 .main4-item[data-v-0614daf8] {
    width: 4.44444rem
}

.home .main4 .main4-item .bigImg[data-v-0614daf8] {
    width: 4.44444rem;
    height: 2.66324rem;
    border-radius: .18519rem
}

.home .main4 .main4-item .name[data-v-0614daf8] {
    font-size: .37037rem;
    font-weight: 700;
    color: #000;
    margin: .37037rem 0;
    text-align: center
}

.home .desc[data-v-0614daf8] {
    width: 100%;
    background: #fff1f1;
    padding-bottom: .55556rem
}

.home .desc .desction[data-v-0614daf8] {
    width: 8.51852rem;
    border-radius: .18519rem;
    padding: .37037rem;
    background: #fff;
    box-shadow: 0 .03704rem .09259rem 0 rgba(0, 0, 0, .5);
    margin: 0 auto;
    color: #000
}

.home .desc .desction h1[data-v-0614daf8] {
    font-size: .50926rem;
    font-weight: 900
}

.home .desc .desction p[data-v-0614daf8] {
    font-size: .27778rem;
    font-weight: 500;
    margin-top: .37037rem;
    line-height: .37037rem
}