p{
            font-family: 'Noto Sans Hans', sans-serif !important;
}
a{
            font-family: 'Noto Sans Hans', sans-serif !important;
}

@font-face {
    font-family: 'Noto Sans Hans';
    src: url('/pandaguide/lib/font/NotoSansHans-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans Hans';
    src: url('/pandaguide/lib/font/NotoSansHans-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans Hans';
    src: url('/pandaguide/lib/font/NotoSansHans-DemiLight.otf') format('opentype');
    font-weight: 350;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans Hans';
    src: url('/pandaguide/lib/font/NotoSansHans-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans Hans';
    src: url('/pandaguide/lib/font/NotoSansHans-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans Hans';
    src: url('/pandaguide/lib/font/NotoSansHans-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans Hans';
    src: url('/pandaguide/lib/font/NotoSansHans-Thin-Windows.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

body {
    font-family: 'Noto Sans Hans', sans-serif;
}
 .footer {
        margin: 0 auto;
        bottom: 50px;
        width: 1620px;
        padding-top: 145px
    }
    .footer img {
        display: block;
        width: 100%;
    }
    .footer .contact {
        width: 58%;
        margin-left: 30%
    }

    .footer ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer li {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .contact>a {
        display: block;
        font-size: 15px;
        text-align: right;
        color: #000;
        margin-bottom: 20px
    }

    .footer li img {
        display: block;
        width: 20px;
        height: 20px;
        margin-right: 8px
    }

    .footer li p {
        font-size: 15px;
        font-family: SourceHanSansCN;
        color: #313333
    }

 .header, .index-Page .ab {
        position: relative
    }

    .header {
        left: 0;
        top: 100px;
        margin: 0 auto;
        width: 1640px;
        height: 68px
    }

    .header-left {
        font-size: 15px
    }

    .header-left a {
        margin-top: 6px;
        margin-left: 6%;
        text-align: left;
        color: #000;
    }

    .header-left>img {
        display: block;
        width: 670px;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        cursor: pointer
    }

    .nav .search {
        width: 348px;
        height: 33px;
        border: 1px solid #000;
        border-radius: 20px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 58px
    }

    .search input::-webkit-input-placeholder {
        color: #989797
    }

    .search input::-ms-input-placeholder {
        color: #989797
    }

    .search input::placeholder {
        color: #989797
    }

    .search input {
        padding-left: 18px;
        display: block;
        width: 85%;
        height: 100%;
        border-radius: 20px;
        color: #72e6e3
    }

    .search img {
        display: block;
        width: 21px;
        height: 20px
    }

    .login img {
        display: block;
        width: 30px;
        height: 29px;
        cursor: pointer
    }

    .login p {
        cursor: pointer;
        margin-left: 10px;
        font-size: 18px;
        font-family: SourceHanSansCN;
        color: #000;
        line-height: 1.2
    }

.search img{
cursor:pointer;
}
.loader {.white-logo .logo-img
                margin: 30px auto 0 auto;
                width: 35px;
                padding: 8px;
                aspect-ratio: 1;
                border-radius: 50%;
                background: #25b09b;
                --_m:
                    conic-gradient(#0000 10%, #000),
                    linear-gradient(#000 0 0) content-box;
                -webkit-mask: var(--_m);
                mask: var(--_m);
                -webkit-mask-composite: source-out;
                mask-composite: subtract;
                animation: l3 1s infinite linear;
            }
            @keyframes l3 {
                to {
                    transform: rotate(1turn)
                }
            }
.default.white,.logo-white,.xm-white{
display:none !important;
}
.mint-swipe, .mint-swipe-items-wrap {
    overflow: hidden;
    position: relative;
    height: 100%
}

.mint-swipe-items-wrap>div {
    position: absolute;
    transform: translateX(-100%);
    width: 100%;
    height: 100%;
    display: none
}

.mint-swipe-items-wrap>div.is-active {
    display: block;
    transform: none
}

.mint-swipe-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%)
}

.mint-swipe-indicator {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
    margin: 0 3px
}

.mint-swipe-indicator.is-active {
    background: #fff
}

.picker {
    overflow: hidden
}

.picker-toolbar {
    height: 40px
}

.picker-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    text-align: right;
    font-size: 24px;
    position: relative
}

.picker-center-highlight {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -18px;
    pointer-events: none
}

.picker-center-highlight:after, .picker-center-highlight:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #eaeaea;
    display: block;
    z-index: 15;
    transform: scaleY(.5)
}

.picker-center-highlight:before {
    left: 0;
    top: 0;
    bottom: auto;
    right: auto
}

.picker-center-highlight:after {
    left: 0;
    bottom: 0;
    right: auto;
    top: auto
}

.picker-slot {
    font-size: 18px;
    overflow: hidden;
    position: relative;
    max-height: 100%
}

.picker-slot.picker-slot-left {
    text-align: left
}

.picker-slot.picker-slot-center {
    text-align: center
}

.picker-slot.picker-slot-right {
    text-align: right
}

.picker-slot.picker-slot-divider {
    color: #000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.picker-slot-wrapper {
    transition-duration: .3s;
    transition-timing-function: ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.picker-slot-wrapper.dragging, .picker-slot-wrapper.dragging .picker-item {
    transition-duration: 0s
}

.picker-item {
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #707274;
    left: 0;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    transition-duration: .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.picker-slot-absolute .picker-item {
    position: absolute
}

.picker-item.picker-item-far {
    pointer-events: none
}

.picker-item.picker-selected {
    color: #000;
    transform: translateZ(0) rotateX(0)
}

.picker-3d .picker-items {
    overflow: hidden;
    perspective: 700px
}

.picker-3d .picker-item, .picker-3d .picker-slot, .picker-3d .picker-slot-wrapper {
    transform-style: preserve-3d
}

.picker-3d .picker-slot {
    overflow: visible
}

.picker-3d .picker-item {
    transform-origin: center center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-timing-function: ease-out
}

a, article, aside, b, body, button, dd, div, dl, dt, figcaption, figure, footer, h1, h2, h3, h4, h5, h6, header, i, input, li, nav, p, section, select, span, textarea, ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-style: normal;
    text-decoration: none;
    border: none;
    color: #333;
    font-weight: 400;
    /* font-family: Microsoft Yahei; */
    outline: none;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased
}

img {
    max-width: 100%
}

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

.hide {
    display: none
}

.show {
    display: block
}

.ellipsis, .one-line {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.one-line {
    word-wrap: break-word
}

.two-line {
    -webkit-line-clamp: 2
}

.three-line, .two-line {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word
}

.three-line {
    -webkit-line-clamp: 3
}

.four-line {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 4
}

@media screen and (min-width:1820px) {
    .main {
        padding-top: 161px;
        margin: 0 auto;
        width: 1620px;
        display: -ms-flexbox;
        display: flex
    }


    .main .sider {
        width: 200px;
    }

    .sidebar[data-v-a0bf6fe8] {
        width: 100%
    }

    .main .sidebar>li {
        margin-bottom: 68px
    }

    .main .sidebar>li>img {
        width: 21px;
        height: 23px;
        float: left;
        display: block
    }

    .sidebar-link {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .sidebar-link img {
        width: 52px;
        height: 52px;
        margin-right: 32px
    }

    .sidebar-link .default {
        display: block
    }

    .sidebar-link .choose {
        display: none
    }

    .sidebar-link a, .sidebar-link p {
        display: none;
        font-size: 22px;
        font-family: 'Noto Sans Hans', sans-serif;
        color: #000
    }

    .sidebar-link a.active {
        color: #1ed0d2
    }

    .menu-sub {
        display: none;
        text-align: left;
        margin: 40px 0;
        margin-left: 25px;
        border-left: 2px solid #1ed0d2;
        line-height: 1
    }

    .sidebar .open {
        display: block
    }

    .menu-sub li {
        padding-left: 52px;
        margin-top: 46px;
        width: auto
    }

    .menu-sub li:first-child {
        margin-top: 0
    }

    .menu-sub li a {
        display: block;
        font-size: 22px;
        font-family: SourceHanSansCN;
        color: #000
    }

    .sidebar li .one, .sidebar li:hover .hov {
        display: block
    }

    .sidebar li:hover .sidebar-link .default {
        display: none
    }

    .sidebar li:hover .sidebar-link .choose {
        display: block
    }

    .sidebar li:hover .sidebar-link p {
        color: #72e6e3
    }

    .sidebar li:hover .sidebar-link>a {
        color: #1ed0d2
    }

    .sidebar li:hover .menu-sub {
        display: block
    }

    .sidebar li:hover .menu-sub li:hover a {
        color: #1dd7d2
    }

    .content {
        margin-bottom: 100px;
        width: 1260px
    }
}

@media screen and (max-width:1900px) {
    .main {
        padding-top: 120px;
        margin: 0 auto;
        width: 1092px;
        display: -ms-flexbox;
        display: flex
    }


    .main .sider {
        width: 200px;
    }

    .sidebar[data-v-a0bf6fe8] {
        width: 100%
    }

    .main .sidebar>li {
        margin-bottom: 40px
    }

    .main .sidebar>li>img {
        width: 14px;
        height: 15px;
        float: left;
        display: block
    }

    .sidebar-link {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .sidebar-link img {
        width: 40px;
        height: 40px;
        margin-right: 16px
    }

    .sidebar-link .default {
        display: block
    }

    .sidebar-link .choose {
        display: none
    }

    .sidebar-link a, .sidebar-link p {
        display: none;
        font-size: 18px;
        font-family: 'Noto Sans Hans', sans-serif;
        color: #000
    }

    .sidebar-link a.active {
        color: #1ed0d2
    }

    .menu-sub {
        display: none;
        text-align: left;
        margin: 24px 0;
        margin-left: 18px;
        border-left: 2px solid #1ed0d2;
        line-height: 1
    }

    .sidebar .open {
        display: block
    }

    .menu-sub li {
        padding-left: 36px;
        margin-top: 26px;
        width: auto
    }

    .menu-sub li:first-child {
        margin-top: 0
    }

    .menu-sub li a {
        display: block;
        font-size: 18px;
        font-family: SourceHanSansCN;
        color: #000
    }

    .content {
        margin-bottom: 80px;
        -ms-flex: 1;
        flex: 1
    }

    .sidebar li .one, .sidebar li:hover .hov {
        display: block
    }

    .sidebar li:hover .sidebar-link .default {
        display: none
    }

    .sidebar li:hover .sidebar-link .choose {
        display: block
    }

    .sidebar li:hover .sidebar-link p {
        color: #72e6e3
    }

    .sidebar li:hover .sidebar-link>a {
        color: #1ed0d2
    }

    .sidebar li:hover .menu-sub {
        display: block
    }

    .sidebar li:hover .menu-sub li:hover a {
        color: #1dd7d2
    }
}

.load {
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    color: #666;
    text-align: center;
    background-color: #fff
}

.border-top {
    width: 100%;
    padding-top: 70px;
    /* border-top: 2px solid #1dd7d2; */
    padding-left: 0;
}

#app {
    /* font-family: Avenir, Helvetica, Arial, sans-serif; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    color: #2c3e50
}

.mint-toast-text {
    color: #fff
}

.flex {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.flex, .flex-around {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center
}

.flex-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-justify-content: space-around
}

.flexOne {
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    width: 0
}

.page {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    max-width: 100%;
    background-color: #fff;
    z-index: 2
}

.ti .mint-toast-text {
    font-size: 18px
}

@media screen and (min-width:1920px) {
    .loginBorder[data-v-a0bf6fe8] {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background-color: rgba(0, 0, 0, .5);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }

    .l-in[data-v-a0bf6fe8] {
        width: 480px;
        height: 558px;
        background-color: #fff;
        padding: 70px 83px 0 76px
    }

    .l-in img[data-v-a0bf6fe8] {
        display: block;
        width: 337px;
        height: 68px;
        margin-bottom: 30px
    }

    .login-in input[data-v-a0bf6fe8], .register input[data-v-a0bf6fe8] {
        text-indent: 1em;
        display: block;
        width: 100%;
        height: 40px;
        border: 1px solid #ddd;
        background-color: #fff;
        margin-bottom: 24px;
        font-size: 14px
    }

    .l-in button[data-v-a0bf6fe8], .register button[data-v-a0bf6fe8] {
        margin: 18px 0;
        display: block;
        width: 100%;
        height: 40px;
        background-color: #1cd2d3;
        color: #fff;
        font-size: 18px
    }

    .codeLogin .code .c-l[data-v-a0bf6fe8], .login-in .code .c-l[data-v-a0bf6fe8], .register .code .c-l[data-v-a0bf6fe8] {
        font-size: 14px;
        font-family: SourceHanSansCN;
        color: #1cd2d3;
        line-height: 1.2;
        cursor: pointer
    }

    .login-in .code p[data-v-a0bf6fe8] {
        font-size: 14px;
        font-family: SourceHanSansCN;
        color: #666;
        cursor: pointer
    }

    .tips[data-v-a0bf6fe8] {
        font-size: 14px;
        font-family: SourceHanSansCN;
        color: #999c9e;
        text-align: left
    }

    .login-in .code p .line[data-v-a0bf6fe8] {
        margin: 0 5px;
        padding: 0 1px;
        height: 12px;
        background-color: #666
    }

    .codeLogin .getCode[data-v-a0bf6fe8], .l-in .phone[data-v-a0bf6fe8], .login-in .getCode[data-v-a0bf6fe8], .register .getCode[data-v-a0bf6fe8] {
        height: 40px;
        border: 1px solid #ddd;
        margin-bottom: 25px
    }

    .l-in .phone p[data-v-a0bf6fe8] {
        width: 40px;
        border-right: 1px solid #ddd;
        height: 100%;
        font-size: 14px;
        font-family: SourceHanSansCN;
        color: #000;
        line-height: 40px;
        text-align: center
    }

    .codeLogin .getCode p[data-v-a0bf6fe8], .login-in .getCode img[data-v-a0bf6fe8], .register .getCode p[data-v-a0bf6fe8] {
        display: block;
        width: 104px;
        border-left: 1px solid #ddd;
        height: 100%;
        text-align: center;
        color: #1cd2d3;
        line-height: 40px;
        font-size: 14px;
        margin: 0
    }

    .getCode input[data-v-a0bf6fe8], .l-in .phone input[data-v-a0bf6fe8], .login-in .getCode input[data-v-a0bf6fe8], .register .getCode input[data-v-a0bf6fe8] {
        -ms-flex: 1;
        flex: 1;
        height: 100%;
        text-indent: 1em;
        font-size: 14px;
        font-family: SourceHanSansCN;
        margin-bottom: 0
    }

    .index-Page[data-v-a0bf6fe8] {
        position: relative;
        width: 100%;
        min-height: 100%
    }

    .index-Page .BG[data-v-a0bf6fe8] {
        -o-object-fit: cover;
        object-fit: cover
    }

    .index-Page .BG[data-v-a0bf6fe8], .t[data-v-a0bf6fe8] {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        min-height: 100%;
        overflow-y: scroll
    }

    .t[data-v-a0bf6fe8] {
        bottom: 0;
        right: 0;
        margin: auto;
        z-index: 2
    }

    .index-Page .ab[data-v-a0bf6fe8] {
        position: relative
    }

    .header[data-v-a0bf6fe8] {
        position: relative;
        left: 0;
        top: 100px;
        margin: 0 auto;
        width: 1640px;
        height: 68px
    }

    .header-left[data-v-a0bf6fe8] {
        font-size: 15px
    }

    .header-left a[data-v-a0bf6fe8] {
        margin-top: 6px;
        margin-left: 6%;
        text-align: left;
color:#000;
    }

    .header-left>img[data-v-a0bf6fe8] {
        display: block;
        width: 337px;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        cursor: pointer
    }

    .nav .search[data-v-a0bf6fe8] {
        width: 348px;
        height: 33px;
        border: 1px solid #000;
        border-radius: 20px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 58px
    }

    .search input[data-v-a0bf6fe8]::-webkit-input-placeholder {
        color: #989797
    }

    .search input[data-v-a0bf6fe8]::-ms-input-placeholder {
        color: #989797
    }

    .search input[data-v-a0bf6fe8]::placeholder {
        color: #989797
    }

    .search input[data-v-a0bf6fe8] {
        padding-left: 18px;
        display: block;
        width: 85%;
        height: 100%;
        border-radius: 20px;
        color: #72e6e3
    }

    .search img[data-v-a0bf6fe8] {
        display: block;
        width: 21px;
        height: 20px
    }

    .login img[data-v-a0bf6fe8] {
        display: block;
        width: 30px;
        height: 29px;
        cursor: pointer
    }

    .login p[data-v-a0bf6fe8] {
        cursor: pointer;
        margin-left: 10px;
        font-size: 18px;
        font-family: SourceHanSansCN;
        color: #000;
        line-height: 1.2
    }

    .main[data-v-a0bf6fe8] {
        padding-top: 161px;
        margin: 0 auto;
        width: 1620px;
        display: -ms-flexbox;
        display: flex
    }


    .main .sider {
        width: 200px;
    }

    .sidebar[data-v-a0bf6fe8] {
        width: 100%
    }

    .main .sidebar>li[data-v-a0bf6fe8] {
        margin-bottom: 68px
    }

    .main .sidebar>li>img[data-v-a0bf6fe8] {
        width: 21px;
        height: 23px;
        float: left;
        display: block
    }

    .sidebar-link[data-v-a0bf6fe8] {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .sidebar-link img[data-v-a0bf6fe8] {
        width: 52px;
        height: 52px;
        margin-right: 32px
    }

    .sidebar-link .default[data-v-a0bf6fe8] {
        display: block
    }

    .sidebar-link .choose[data-v-a0bf6fe8] {
        display: none
    }

    .sidebar-link a[data-v-a0bf6fe8], .sidebar-link p[data-v-a0bf6fe8] {
        display: none;
        font-size: 22px;
        font-family: SourceHanSansCN;
        color: #000
    }

    .sidebar-link a.active[data-v-a0bf6fe8] {
        color: #1ed0d2
    }

    .menu-sub[data-v-a0bf6fe8] {
        display: none;
        text-align: left;
        margin: 40px 0;
        margin-left: 25px;
        border-left: 2px solid #1ed0d2;
        line-height: 1
    }

    .sidebar .open[data-v-a0bf6fe8] {
        display: block
    }

    .menu-sub li[data-v-a0bf6fe8] {
        padding-left: 52px;
        margin-top: 46px;
        width: auto
    }

    .menu-sub li[data-v-a0bf6fe8]:first-child {
        margin-top: 0
    }

    .menu-sub li a[data-v-a0bf6fe8] {
        display: block;
        font-size: 22px;
        font-family: SourceHanSansCN;
        color: #000
    }

    .content[data-v-a0bf6fe8] {
        margin-bottom: 100px;
        width: 1260px
    }

    .sidebar li .one[data-v-a0bf6fe8], .sidebar li:hover .hov[data-v-a0bf6fe8] {
        display: block
    }

    .sidebar li:hover .sidebar-link .default[data-v-a0bf6fe8] {
        display: none
    }

    .sidebar li:hover .sidebar-link .choose[data-v-a0bf6fe8] {
        display: block
    }

    .sidebar li:hover .sidebar-link p[data-v-a0bf6fe8] {
        color: #72e6e3
    }

    .sidebar li:hover .sidebar-link>a[data-v-a0bf6fe8] {
        color: #1ed0d2
    }

    .sidebar li:hover .menu-sub[data-v-a0bf6fe8] {
        display: block
    }

    .sidebar li:hover .menu-sub li:hover a[data-v-a0bf6fe8] {
        color: #1dd7d2
    }

    .footer[data-v-a0bf6fe8] {
        position: relative;
        left: 180px;
        margin: 0 auto;
        bottom: 50px;
        width: 1260px;
        padding-top: 145px
    }

    .footer .contact[data-v-a0bf6fe8] {
        width: 58%;
        margin-left: 30%
    }

    .footer ul[data-v-a0bf6fe8] {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer li[data-v-a0bf6fe8] {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .contact>a[data-v-a0bf6fe8] {
        display: block;
        font-size: 15px;
        text-align: right;
        color: #000;
        margin-bottom: 20px
    }

    .footer li img[data-v-a0bf6fe8] {
        display: block;
        width: 20px;
        height: 20px;
        margin-right: 8px
    }

    .footer li p[data-v-a0bf6fe8] {
        font-size: 15px;
        font-family: SourceHanSansCN;
        color: #313333
    }

    .footer img[data-v-a0bf6fe8] {
        display: block;

    }

    .contact>p[data-v-a0bf6fe8] {
        text-align: right;
        margin-top: 20px;
        font-size: 15px;
        font-family: SourceHanSansCN;
        color: #313333
    }

    .index-Page .t .active[data-v-a0bf6fe8] {
        color: #fff;
        border-color: #fff
    }
}

@media screen and (max-width:1900px) {
    .loginBorder[data-v-a0bf6fe8] {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background-color: rgba(0, 0, 0, .5);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }

    .l-in[data-v-a0bf6fe8] {
        width: 350px;
        height: 410px;
        background-color: #fff;
        padding: 46px 55px 0 58px
    }

    .l-in img[data-v-a0bf6fe8] {
        display: block;
        width: 296px;
        height: 46px;
        margin-bottom: 20px
    }

    .login-in input[data-v-a0bf6fe8], .register input[data-v-a0bf6fe8] {
        text-indent: 1em;
        display: block;
        width: 100%;
        height: 27px;
        border: 1px solid #ddd;
        background-color: #fff;
        margin-bottom: 24px;
        font-size: 12px
    }

    .l-in button[data-v-a0bf6fe8], .register button[data-v-a0bf6fe8] {
        margin: 18px 0;
        display: block;
        width: 100%;
        height: 27px;
        background-color: #1cd2d3;
        color: #fff;
        font-size: 16px
    }

    .codeLogin .code .c-l[data-v-a0bf6fe8], .login-in .code .c-l[data-v-a0bf6fe8], .register .code .c-l[data-v-a0bf6fe8] {
        font-size: 14px;
        font-family: SourceHanSansCN;
        color: #1cd2d3;
        line-height: 1.2;
        cursor: pointer
    }

    .login-in .code p[data-v-a0bf6fe8] {
        font-size: 12px;
        font-family: SourceHanSansCN;
        color: #666;
        cursor: pointer
    }

    .tips[data-v-a0bf6fe8] {
        font-size: 12px;
        font-family: SourceHanSansCN;
        color: #999c9e;
        text-align: left
    }

    .login-in .code p .line[data-v-a0bf6fe8] {
        margin: 0 5px;
        padding: 0 1px;
        height: 12px;
        background-color: #666
    }

    .codeLogin .getCode[data-v-a0bf6fe8], .l-in .phone[data-v-a0bf6fe8], .login-in .getCode[data-v-a0bf6fe8], .register .getCode[data-v-a0bf6fe8] {
        height: 30px;
        border: 1px solid #ddd;
        margin-bottom: 14px
    }

    .l-in .phone p[data-v-a0bf6fe8] {
        width: 40px;
        border-right: 1px solid #ddd;
        height: 100%;
        font-size: 12px;
        font-family: SourceHanSansCN;
        color: #000;
        line-height: 30px;
        text-align: center
    }

    .codeLogin .getCode p[data-v-a0bf6fe8], .login-in .getCode img[data-v-a0bf6fe8], .register .getCode p[data-v-a0bf6fe8] {
        display: block;
        width: 80px;
        border-left: 1px solid #ddd;
        height: 100%;
        text-align: center;
        color: #1cd2d3;
        line-height: 30px;
        font-size: 12px;
        margin: 0
    }

    .getCode input[data-v-a0bf6fe8], .l-in .phone input[data-v-a0bf6fe8], .login-in .getCode input[data-v-a0bf6fe8], .register .getCode input[data-v-a0bf6fe8] {
        -ms-flex: 1;
        flex: 1;
        height: 100%;
        text-indent: 1em;
        font-size: 12px;
        font-family: SourceHanSansCN;
        margin-bottom: 0
    }

    .index-Page[data-v-a0bf6fe8] {
        position: relative;
        width: 100%;
        min-height: 100%
    }

    .index-Page .BG[data-v-a0bf6fe8] {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .t[data-v-a0bf6fe8] {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        z-index: 2;
        min-height: 100%;
        overflow-y: scroll
    }

    .index-Page .ab[data-v-a0bf6fe8] {
        position: relative
    }

    .header[data-v-a0bf6fe8] {
        position: relative;
        left: 0;
        top: 72px;
        margin: 0 auto;
        width: 1092px;
        height: 45px
    }

    .header-left[data-v-a0bf6fe8] {
        font-size: 12px
    }

    .header-left a[data-v-a0bf6fe8] {
        margin-top: 6px;
        margin-left: 16%;
        text-align: left;
        color: #000;
    }

    .header-left>img[data-v-a0bf6fe8] {
        display: block;
        width: 225px;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        cursor: pointer
    }

    .nav .search[data-v-a0bf6fe8] {
        width: 234px;
        height: 24px;
        border: 1px solid #000;
        border-radius: 20px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 38px
    }

    .search input[data-v-a0bf6fe8]::-webkit-input-placeholder {
        color: #989797;
        font-size: 12px
    }

    .search input[data-v-a0bf6fe8]::-ms-input-placeholder {
        color: #989797;
        font-size: 12px
    }

    .search input[data-v-a0bf6fe8]::placeholder {
        color: #989797;
        font-size: 12px
    }

    .search input[data-v-a0bf6fe8] {
        font-size: 12px;
        padding-left: 12px;
        display: block;
        width: 88%;
        height: 100%;
        border-radius: 20px;
        color: #72e6e3
    }

    .search img[data-v-a0bf6fe8] {
        display: block;
        width: 15px;
        height: 14px
    }

    .login img[data-v-a0bf6fe8] {
        cursor: pointer;
        display: block;
        width: 20px;
        height: 20px
    }

    .login p[data-v-a0bf6fe8] {
        cursor: pointer;
        margin-left: 10px;
        font-size: 12px;
        font-family: SourceHanSansCN;
        color: #000;
        line-height: 1.2
    }

    .main[data-v-a0bf6fe8] {
        padding-top: 120px;
        margin: 0 auto;
        width: 1092px;
        display: -ms-flexbox;
        display: flex
    }

    .main .sider {
        width: 200px;
    }

    .sidebar[data-v-a0bf6fe8] {
        width: 100%
    }

    .main .sidebar>li[data-v-a0bf6fe8] {
        margin-bottom: 40px
    }

    .main .sidebar>li>img[data-v-a0bf6fe8] {
        width: 14px;
        height: 15px;
        float: left;
        display: block
    }

    .sidebar-link[data-v-a0bf6fe8] {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .sidebar-link img[data-v-a0bf6fe8] {
        width: 40px;
        height: 40px;
        margin-right: 16px
    }

    .sidebar-link .default[data-v-a0bf6fe8] {
        display: block
    }

    .sidebar-link .choose[data-v-a0bf6fe8] {
        display: none
    }

    .sidebar-link a[data-v-a0bf6fe8], .sidebar-link p[data-v-a0bf6fe8] {
        display: none;
        font-size: 18px;
        font-family: SourceHanSansCN;
        color: #000
    }

    .sidebar-link a.active[data-v-a0bf6fe8] {
        color: #1ed0d2
    }

    .menu-sub[data-v-a0bf6fe8] {
        display: none;
        text-align: left;
        margin: 24px 0;
        margin-left: 18px;
        border-left: 2px solid #1ed0d2;
        line-height: 1
    }

    .sidebar .open[data-v-a0bf6fe8] {
        display: block
    }

    .menu-sub li[data-v-a0bf6fe8] {
        padding-left: 36px;
        margin-top: 26px;
        width: auto
    }

    .menu-sub li[data-v-a0bf6fe8]:first-child {
        margin-top: 0
    }

    .menu-sub li a[data-v-a0bf6fe8] {
        display: block;
        font-size: 18px;
        font-family: SourceHanSansCN;
        color: #000
    }

    .content[data-v-a0bf6fe8] {
        margin-bottom: 80px;
              width: calc(100% - 200px);
        flex: 1
    }

    .sidebar li .one[data-v-a0bf6fe8], .sidebar li:hover .hov[data-v-a0bf6fe8] {
        display: block
    }

    .sidebar li:hover .sidebar-link .default[data-v-a0bf6fe8] {
        display: none
    }

    .sidebar li:hover .sidebar-link .choose[data-v-a0bf6fe8] {
        display: block
    }

    .sidebar li:hover .sidebar-link p[data-v-a0bf6fe8] {
        color: #72e6e3
    }

    .sidebar li:hover .sidebar-link>a[data-v-a0bf6fe8] {
        color: #1ed0d2
    }

    .sidebar li:hover .menu-sub[data-v-a0bf6fe8] {
        display: block
    }

    .sidebar li:hover .menu-sub li:hover a[data-v-a0bf6fe8] {
        color: #1dd7d2
    }

    .footer[data-v-a0bf6fe8] {
        width: 1092px;
        margin: 0 auto;
        padding-left: 170px;
        padding-top: 120px;
        padding-bottom: 36px;
        font-size: 12px
    }

    .contact>a[data-v-a0bf6fe8] {
        display: block;
        text-align: right;
        color: #000;
        margin-bottom: 12px
    }

    .footer .contact[data-v-a0bf6fe8] {
        width: 58%;
        margin-left: 30%
    }

    .footer ul[data-v-a0bf6fe8] {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer li[data-v-a0bf6fe8] {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .footer li img[data-v-a0bf6fe8] {
        display: block;
        width: 14px;
        height: 14px;
        margin-right: 8px
    }

    .footer li p[data-v-a0bf6fe8] {
        font-size: 12px;
        font-family: SourceHanSansCN;
        color: #313333
    }

    .footer img[data-v-a0bf6fe8] {
        display: block;

    }

    .contact>p[data-v-a0bf6fe8] {
        text-align: right;
        margin-top: 12px;
        font-size: 12px;
        font-family: SourceHanSansCN;
        color: #313333
    }

    .index-Page .t .active[data-v-a0bf6fe8] {
        color: #fff;
        border-color: #fff
    }
}

.t[data-v-a0bf6fe8]::-webkit-scrollbar {
    display: none
}

.mint-msgbox {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    background-color: #fff;
    width: 85%;
    border-radius: 3px;
    font-size: 16px;
    -webkit-user-select: none;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: .2s
}

.mint-msgbox-header {
    padding: 15px 0 0
}

.mint-msgbox-content {
    padding: 10px 20px 15px;
    border-bottom: 1px solid #ddd;
    min-height: 36px;
    position: relative
}

.mint-msgbox-input {
    padding-top: 15px
}

.mint-msgbox-input input {
    border: 1px solid #dedede;
    border-radius: 5px;
    padding: 4px 5px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none
}

.mint-msgbox-input input.invalid, .mint-msgbox-input input.invalid:focus {
    border-color: #ff4949
}

.mint-msgbox-errormsg {
    color: red;
    font-size: 12px;
    min-height: 18px;
    margin-top: 2px
}

.mint-msgbox-title {
    text-align: center;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    color: #333
}

.mint-msgbox-message {
    color: #999;
    margin: 0;
    text-align: center;
    line-height: 36px
}

.mint-msgbox-btns {
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    line-height: 40px
}

.mint-msgbox-btn {
    line-height: 35px;
    display: block;
    background-color: #fff;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    border: 0
}

.mint-msgbox-btn:focus {
    outline: none
}

.mint-msgbox-btn:active {
    background-color: #fff
}

.mint-msgbox-cancel {
    width: 50%;
    border-right: 1px solid #ddd
}

.mint-msgbox-cancel:active {
    color: #000
}

.mint-msgbox-confirm {
    color: #26a2ff;
    width: 50%
}

.mint-msgbox-confirm:active {
    color: #26a2ff
}

.msgbox-bounce-enter {
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) scale(.7)
}

.msgbox-bounce-leave-active {
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) scale(.9)
}

.v-modal-enter {
    animation: v-modal-in .2s ease
}

.v-modal-leave {
    animation: v-modal-out .2s ease forwards
}

@keyframes v-modal-in {
    0% {
        opacity: 0
    }
}

@keyframes v-modal-out {
    to {
        opacity: 0
    }
}

.v-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: #000
}

.mint-toast {
    position: fixed;
    max-width: 80%;
    border-radius: 5px;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    box-sizing: border-box;
    text-align: center;
    z-index: 1000;
    transition: opacity .3s linear
}

.mint-toast.is-placebottom {
    bottom: 50px;
    left: 50%;
    transform: translate(-50%)
}

.mint-toast.is-placemiddle {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.mint-toast.is-placetop {
    top: 50px;
    left: 50%;
    transform: translate(-50%)
}

.mint-toast-icon {
    display: block;
    text-align: center;
    font-size: 56px
}

.mint-toast-text {
    font-size: 14px;
    display: block;
    text-align: center
}

.mint-toast-pop-enter, .mint-toast-pop-leave-active {
    opacity: 0
}

@media screen and (min-width:1920px) {
    .footer {
        margin: 0 auto;
        width: 1620px;
        padding-top: 145px
    }

    .footer .contact {
        width: 58%;
        margin-left: 30%
    }

    .footer ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer li {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .contact>a {
        display: block;
        font-size: 15px;
        text-align: right;
        color: #000;
        margin-bottom: 20px
    }

    .contact>.active {
        color: #313333
    }

    .footer li img {
        display: block;
        width: 20px;
        height: 20px;
        margin-right: 8px
    }

    .footer li p {
        font-size: 15px;
        font-family: SourceHanSansCN;
        color: #313333
    }

    .footer img {
        display: block;
        width: 100%;
    }

    .index-Page .t .active {
        color: #fff;
        border-color: #fff
    }

    .contact .registration, .contact>p {
        text-align: right;
        margin-top: 20px;
        font-size: 15px;
        font-family: SourceHanSansCN;
        color: #313333
    }
}

@media screen and (max-width:1900px) {
    .index-Page .t .active {
        color: #fff;
        border-color: #fff
    }

    .footer {
        width: 1092px;
        margin: 0 auto;
        padding-left: 170px;
        padding-top: 120px;
        padding-bottom: 36px;
        font-size: 12px
    }

    .contact>a {
        display: block;
        text-align: right;
        color: #000;
        margin-bottom: 12px
    }

    .contact>.active {
        color: #313333
    }

    .footer .contact {
        width: 58%;
        margin-left: 30%
    }

    .footer ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer li {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .footer li img {
        display: block;
        width: 14px;
        height: 14px;
        margin-right: 8px
    }

    .footer li p {
        font-size: 12px;
        font-family: SourceHanSansCN;
        color: #313333
    }

    .footer img {
        display: block;
        width: 100%;
    }

    .contact .registration, .contact>p {
        text-align: right;
        margin-top: 12px;
        font-size: 12px;
        font-family: SourceHanSansCN;
        color: #313333
    }
}

@media screen and (min-width:1920px) {
    .loginBorder {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background-color: rgba(0, 0, 0, .5);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }

    .l-in {
        width: 480px;
        height: 558px;
        background-color: #fff;
        padding: 70px 83px 0 76px
    }

    .l-in img {
        display: block;
        width: 337px;
        height: 68px;
        margin-bottom: 30px
    }

    .login-in input, .register input {
        text-indent: 1em;
        display: block;
        width: 100%;
        height: 40px;
        border: 1px solid #ddd;
        background-color: #fff;
        margin-bottom: 24px;
        font-size: 14px
    }

    .l-in button, .register button {
        margin: 18px 0;
        display: block;
        width: 100%;
        height: 40px;
        background-color: #1cd2d3;
        color: #fff;
        font-size: 18px
    }

    .codeLogin .code .c-l, .login-in .code .c-l, .register .code .c-l {
        font-size: 14px;
        font-family: SourceHanSansCN;
        color: #1cd2d3;
        line-height: 1.2;
        cursor: pointer
    }

    .login-in .code p {
        color: #666;
        cursor: pointer
    }

    .login-in .code p, .tips {
        font-size: 14px;
        font-family: SourceHanSansCN
    }

    .tips {
        color: #999c9e;
        text-align: left
    }

    .login-in .code p .line {
        margin: 0 5px;
        padding: 0 1px;
        height: 12px;
        background-color: #666
    }

    .codeLogin .getCode, .l-in .phone, .login-in .getCode, .register .getCode {
        height: 40px;
        border: 1px solid #ddd;
        margin-bottom: 25px
    }

    .l-in .phone p {
        width: 40px;
        border-right: 1px solid #ddd;
        height: 100%;
        font-size: 14px;
        font-family: SourceHanSansCN;
        color: #000;
        line-height: 40px;
        text-align: center
    }

    .codeLogin .getCode p, .login-in .getCode img, .register .getCode p {
        display: block;
        width: 104px;
        border-left: 1px solid #ddd;
        height: 100%;
        text-align: center;
        color: #1cd2d3;
        line-height: 40px;
        font-size: 14px;
        margin: 0
    }

    .getCode input, .l-in .phone input, .login-in .getCode input, .register .getCode input {
        -ms-flex: 1;
        flex: 1;
        height: 100%;
        text-indent: 1em;
        font-size: 14px;
        font-family: SourceHanSansCN;
        margin-bottom: 0
    }

    .index-Page {
        position: relative;
        width: 100%;
        min-height: 100%
    }

    .index-Page .BG {
        -o-object-fit: cover;
        object-fit: cover
    }

    .index-Page .BG, .t {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        min-height: 100%;
        overflow-y: scroll
    }

    .t {
        bottom: 0;
        right: 0;
        margin: auto;
        z-index: 2
    }

    .header, .index-Page .ab {
        position: relative
    }

    .header {
        left: 0;
        top: 100px;
        margin: 0 auto;
        width: 1640px;
        height: 68px
    }

    .header-left {
        font-size: 15px
    }

    .header-left a {
        margin-top: 6px;
        margin-left: 6%;
        text-align: left;
        color: #000;
    }

    .header-left>img {
        display: block;
        width: 670px;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        cursor: pointer
    }

    .nav .search {
        width: 348px;
        height: 33px;
        border: 1px solid #000;
        border-radius: 20px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 58px
    }

    .search input::-webkit-input-placeholder {
        color: #989797
    }

    .search input::-ms-input-placeholder {
        color: #989797
    }

    .search input::placeholder {
        color: #989797
    }

    .search input {
        padding-left: 18px;
        display: block;
        width: 85%;
        height: 100%;
        border-radius: 20px;
        color: #72e6e3
    }

    .search img {
        display: block;
        width: 21px;
        height: 20px
    }

    .login img {
        display: block;
        width: 30px;
        height: 29px;
        cursor: pointer
    }

    .login p {
        cursor: pointer;
        margin-left: 10px;
        font-size: 18px;
        font-family: SourceHanSansCN;
        color: #000;
        line-height: 1.2
    }

    .main {
        padding-top: 161px;
        margin: 0 auto;
        width: 1620px;
        display: -ms-flexbox;
        display: flex
    }


    .main .sider {
        width: 200px;
    }

    .sidebar[data-v-a0bf6fe8] {
        width: 100%
    }

    .main .sidebar>li {
        margin-bottom: 68px
    }

    .main .sidebar>li>img {
        width: 21px;
        height: 23px;
        float: left;
        display: block
    }

    .sidebar-link {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .sidebar-link img {
        width: 52px;
        height: 52px;
        margin-right: 32px
    }

    .sidebar-link .default {
        display: block
    }

    .sidebar-link .choose {
        display: none
    }

    .sidebar-link a, .sidebar-link p {
        display: none;
        font-size: 22px;
        font-family: 'Noto Sans Hans', sans-serif;
        color: #000
    }

    .sidebar-link a.active {
        color: #1ed0d2
    }

    .menu-sub {
        display: none;
        text-align: left;
        margin: 40px 0;
        margin-left: 25px;
        border-left: 2px solid #1ed0d2;
        line-height: 1
    }

    .sidebar .open {
        display: block
    }

    .menu-sub li {
        padding-left: 52px;
        margin-top: 46px;
        width: auto
    }

    .menu-sub li:first-child {
        margin-top: 0
    }

    .menu-sub li a {
        display: block;
        font-size: 22px;
        font-family: SourceHanSansCN;
        color: #000
    }

    .content {
        margin-bottom: 100px;
        width: 1260px
    }

    .sidebar li .one, .sidebar li:hover .hov {
        display: block
    }

    .sidebar li:hover .sidebar-link .default {
        display: none
    }

    .sidebar li:hover .sidebar-link .choose {
        display: block
    }

    .sidebar li:hover .sidebar-link p {
        color: #72e6e3
    }

    .sidebar li:hover .sidebar-link>a {
        color: #1ed0d2
    }

    .sidebar li:hover .menu-sub {
        display: block
    }

    .sidebar li:hover .menu-sub li:hover a {
        color: #1dd7d2
    }

    .footer {
        margin: 0 auto;
        bottom: 50px;
        width: 1620px;
        padding-top: 145px
    }

    .footer .contact {
        width: 58%;
        margin-left: 30%
    }

    .footer ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer li {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .contact>a {
        display: block;
        font-size: 15px;
        text-align: right;
        color: #000;
        margin-bottom: 20px
    }

    .footer li img {
        display: block;
        width: 20px;
        height: 20px;
        margin-right: 8px
    }

    .footer li p {
        font-size: 15px;
        font-family: SourceHanSansCN;
        color: #313333
    }


    .contact>p {
        text-align: right;
        margin-top: 20px;
        font-size: 15px;
        font-family: SourceHanSansCN;
        color: #313333
    }

    .index-Page .t .active {
        color: #fff;
        border-color: #fff
    }
}

@media screen and (max-width:1900px) {
    .loginBorder {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background-color: rgba(0, 0, 0, .5);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }

    .l-in {
        width: 350px;
        height: 410px;
        background-color: #fff;
        padding: 46px 55px 0 58px
    }

    .l-in img {
        display: block;
        width: 296px;
        height: 46px;
        margin-bottom: 20px
    }

    .login-in input, .register input {
        text-indent: 1em;
        display: block;
        width: 100%;
        height: 27px;
        border: 1px solid #ddd;
        background-color: #fff;
        margin-bottom: 24px;
        font-size: 12px
    }

    .l-in button, .register button {
        margin: 18px 0;
        display: block;
        width: 100%;
        height: 27px;
        background-color: #1cd2d3;
        color: #fff;
        font-size: 16px
    }

    .codeLogin .code .c-l, .login-in .code .c-l, .register .code .c-l {
        font-size: 14px;
        font-family: SourceHanSansCN;
        color: #1cd2d3;
        line-height: 1.2;
        cursor: pointer
    }

    .login-in .code p {
        color: #666;
        cursor: pointer
    }

    .login-in .code p, .tips {
        font-size: 12px;
        font-family: SourceHanSansCN
    }

    .tips {
        color: #999c9e;
        text-align: left
    }

    .login-in .code p .line {
        margin: 0 5px;
        padding: 0 1px;
        height: 12px;
        background-color: #666
    }

    .codeLogin .getCode, .l-in .phone, .login-in .getCode, .register .getCode {
        height: 30px;
        border: 1px solid #ddd;
        margin-bottom: 14px
    }

    .l-in .phone p {
        width: 40px;
        border-right: 1px solid #ddd;
        height: 100%;
        font-size: 12px;
        font-family: SourceHanSansCN;
        color: #000;
        line-height: 30px;
        text-align: center
    }

    .codeLogin .getCode p, .login-in .getCode img, .register .getCode p {
        display: block;
        width: 80px;
        border-left: 1px solid #ddd;
        height: 100%;
        text-align: center;
        color: #1cd2d3;
        line-height: 30px;
        font-size: 12px;
        margin: 0
    }

    .getCode input, .l-in .phone input, .login-in .getCode input, .register .getCode input {
        -ms-flex: 1;
        flex: 1;
        height: 100%;
        text-indent: 1em;
        font-size: 12px;
        font-family: SourceHanSansCN;
        margin-bottom: 0
    }

    .index-Page {
        position: relative;
        width: 100%;
        min-height: 100%
    }

    .index-Page .BG {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .index-Page .BG, .t {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%
    }

    .t {
        bottom: 0;
        right: 0;
        margin: auto;
        z-index: 2;
        min-height: 100%;
        overflow-y: scroll
    }

    .header, .index-Page .ab {
        position: relative
    }

    .header {
        left: 0;
        top: 72px;
        margin: 0 auto;
        width: 1092px;
        height: 45px
    }

    .header-left {
        font-size: 12px
    }

    .header-left a {
        margin-top: 6px;
        margin-left: 18%;
        text-align: left;
        color: #000
    }

    .header-left>img {
        display: block;
        width: 525px;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        cursor: pointer
    }

    .nav .search {
        width: 234px;
        height: 24px;
        border: 1px solid #000;
        border-radius: 20px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 38px
    }

    .search input::-webkit-input-placeholder {
        color: #989797;
        font-size: 12px
    }

    .search input::-ms-input-placeholder {
        color: #989797;
        font-size: 12px
    }

    .search input::placeholder {
        color: #989797;
        font-size: 12px
    }

    .search input {
        font-size: 12px;
        padding-left: 12px;
        display: block;
        width: 88%;
        height: 100%;
        border-radius: 20px;
        color: #72e6e3
    }

    .search img {
        display: block;
        width: 15px;
        height: 14px
    }

    .login img {
        cursor: pointer;
        display: block;
        width: 20px;
        height: 20px
    }

    .login p {
        cursor: pointer;
        margin-left: 10px;
        font-size: 12px;
        font-family: SourceHanSansCN;
        color: #000;
        line-height: 1.2
    }

    .main {
        padding-top: 120px;
        margin: 0 auto;
        width: 1092px;
        display: -ms-flexbox;
        display: flex
    }


    .main .sider {
        width: 200px;
    }

    .sidebar[data-v-a0bf6fe8] {
        width: 100%
    }
    .main .sidebar>li {
        margin-bottom: 40px
    }

    .main .sidebar>li>img {
        width: 14px;
        height: 15px;
        float: left;
        display: block
    }

    .sidebar-link {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .sidebar-link img {
        width: 40px;
        height: 40px;
        margin-right: 16px
    }

    .sidebar-link .default {
        display: block
    }

    .sidebar-link .choose {
        display: none
    }

    .sidebar-link a, .sidebar-link p {
        display: none;
        font-size: 18px;
        font-family: 'Noto Sans Hans', sans-serif;
        color: #000
    }

    .sidebar-link a.active {
        color: #1ed0d2
    }

    .menu-sub {
        display: none;
        text-align: left;
        margin: 24px 0;
        margin-left: 18px;
        border-left: 2px solid #1ed0d2;
        line-height: 1
    }

    .sidebar .open {
        display: block
    }

    .menu-sub li {
        padding-left: 36px;
        margin-top: 26px;
        width: auto
    }

    .menu-sub li:first-child {
        margin-top: 0
    }

    .menu-sub li a {
        display: block;
        font-size: 18px;
        font-family: SourceHanSansCN;
        color: #000
    }

    .content {
        margin-bottom: 80px;
        width: calc(100% - 200px);
        flex: 1
    }

    .sidebar li .one, .sidebar li:hover .hov {
        display: block
    }

    .sidebar li:hover .sidebar-link .default {
        display: none
    }

    .sidebar li:hover .sidebar-link .choose {
        display: block
    }

    .sidebar li:hover .sidebar-link p {
        color: #72e6e3
    }

    .sidebar li:hover .sidebar-link>a {
        color: #1ed0d2
    }

    .sidebar li:hover .menu-sub {
        display: block
    }

    .sidebar li:hover .menu-sub li:hover a {
        color: #1dd7d2
    }

    .footer {
        width: 1092px;
        margin: 0 auto;
        padding-left: 0;
        padding-top: 120px;
        padding-bottom: 36px;
        font-size: 12px
    }

    .contact>a {
        display: block;
        text-align: right;
        color: #000;
        margin-bottom: 12px
    }

    .footer .contact {
        width: 58%;
        margin-left: 30%
    }

    .footer ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer li {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .footer li img {
        display: block;
        width: 14px;
        height: 14px;
        margin-right: 8px
    }

    .footer li p {
        font-size: 12px;
        font-family: SourceHanSansCN;
        color: #313333
    }

    .contact>p {
        text-align: right;
        margin-top: 12px;
        font-size: 12px;
        font-family: SourceHanSansCN;
        color: #313333
    }

    .index-Page .t .active {
        color: #fff;
        border-color: #fff
    }
}

.t::-webkit-scrollbar {
    display: none
}

@media screen and (min-width:1920px) {
    .news-detail[data-v-01da2188] {
        border: 1px solid #1dd7d2;
        border-radius: 5px;
        padding: 10px 30px 10px 10px;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 30px;
        box-sizing: border-box;
        cursor: pointer
    }

    .news-detail img[data-v-01da2188] {
        display: block;
        width: 200px;
        height: 200px;
        -o-object-fit: cover;
        object-fit: cover;
        margin-right: 20px
    }

    .news-detail .desciption[data-v-01da2188] {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        text-align: left;
flex:1;

    }

    .news-detail .title[data-v-01da2188] {
        font-size: 24px;
        font-family: SourceHanSansCN;
        color: #333;
        line-height: 1.2
    }

    .news-detail .detail[data-v-01da2188] {
        font-size: 18px;
        font-family: Microsoft YaHei;
        color: #666;
        line-height: 1.5
    }

    .news-detail .time[data-v-01da2188] {
        font-size: 16px;
        font-family: Microsoft YaHei;
        color: #747474;
        line-height: 1.2
    }

    .news-detail[data-v-01da2188]:hover {
        border: 4px solid #1dd7d2
    }
}

@media screen and (max-width:1900px) {
    .news-detail[data-v-01da2188] {
        border: 1px solid #1dd7d2;
        border-radius: 5px;
        padding: 10px 30px 10px 10px;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 30px;
        box-sizing: border-box;
        cursor: pointer
    }

    .news-detail img[data-v-01da2188] {
        display: block;
        width: 133px;
        height: 133px;
        -o-object-fit: cover;
        object-fit: cover;
        margin-right: 15px
    }

    .news-detail .desciption[data-v-01da2188] {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        text-align: left;
flex:1;
    }

    .news-detail .title[data-v-01da2188] {
        font-size: 16px;
        font-family: SourceHanSansCN;
        color: #333;
        line-height: 1.2
    }

    .news-detail .detail[data-v-01da2188] {
        font-size: 14px;
        font-family: Microsoft YaHei;
        color: #666;
        line-height: 1.5
    }

    .news-detail .time[data-v-01da2188] {
        font-size: 12px;
        font-family: Microsoft YaHei;
        color: #747474;
        line-height: 1.2
    }

    .news-detail[data-v-01da2188]:hover {
        border: 4px solid #1dd7d2
    }
}

@media screen and (min-width:1920px) {
    .swiper-container{
        width: 100%;

    }

    .swiper-button-prev.swiper-button-disabled[data-v-287b7c97] {
        transform: rotate(0deg);
        opacity: 1;
        background-image: url(/static/icon_left_normal@2x.png)
    }

    .swiper-button-next.swiper-button-disabled[data-v-287b7c97] {
        opacity: 1;
    }

    .swiper-button-next[data-v-287b7c97], .swiper-container-rtl[data-v-287b7c97] {
        right: 0;
        /* background-image: url(/static/icon_center_selected@2x.png) */
    }

    .swiper-button-prev[data-v-287b7c97] {
        left: 0;
        /* transform: rotate(180deg); */
        /* background-image: url(/static/icon_center_selected@2x.png) */
    }

    .swiper-slide[data-v-287b7c97] {
        border: 1px solid #1dd7d2;
        border-radius: 6px;
        padding: 12px;
        width: 300px;
        height: 500px
    }

    .swiper-slide[data-v-287b7c97]:hover {
        border-width: 6px;
        box-shadow: 0 1px 9px 0 rgba(100, 99, 105, .74)
    }

    .swiper-slide p[data-v-287b7c97] {
        font-size: 24px;
        font-family: 'Noto Sans Hans', sans-serif;
        color: #1dd7d2;
        line-height: 3.5
    }

    .swiper-slide img[data-v-287b7c97] {
        display: block;
        width: 275px;
        height: 390px;
        margin: 0 auto;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media screen and (max-width:1900px) {
    .swiper-container[data-v-287b7c97] {
        width: 100%;
    }

    .swiper-button-prev.swiper-button-disabled[data-v-287b7c97] {
        height: 35px;
        transform: rotate(0deg);
        opacity: 1;
        background-image: url(/static/icon_left_normal@2x.png)
    }

    .swiper-button-next.swiper-button-disabled[data-v-287b7c97] {
        opacity: 1;
    }

    .swiper-button-next[data-v-287b7c97], .swiper-container-rtl[data-v-287b7c97] {
        height: 35px;
        right: 0;
        /* background-image: url(/static/icon_center_selected@2x.png) */
    }

    .swiper-button-prev[data-v-287b7c97] {
        height: 35px;
        left: 0;
        /* transform: rotate(180deg); */
        /* background-image: url(/static/icon_center_selected@2x.png) */
    }

    .swiper-slide[data-v-287b7c97] {
        border: 1px solid #1dd7d2;
        border-radius: 6px;
        padding: 8px;
        width: 200px;
        height: 333px
    }

    .swiper-slide[data-v-287b7c97]:hover {
        border-width: 6px;
        box-shadow: 0 1px 9px 0 rgba(100, 99, 105, .74)
    }

    .swiper-slide p[data-v-287b7c97] {
        font-size: 16px;
        font-family: 'Noto Sans Hans', sans-serif;
        color: #1dd7d2;
        line-height: 3.5
    }

    .swiper-slide img[data-v-287b7c97] {
        display: block;
        width: 184px;
        height: 260px;
        margin: 0 auto;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media screen and (min-width:1920px) {
    .timeNote-list[data-v-5da2969c] {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .timeNote-list li[data-v-5da2969c] {
        width: 260px;
        padding: 16px;
        border: 1px solid #1dd7d2;
        border-radius: 6px;
        text-align: left;
        margin-bottom: 60px;
        cursor: pointer;
        margin-right: 30px
    }

    .timeNote-list li[data-v-5da2969c]:nth-child(4n) {
        margin-right: 0
    }

    .timeNote-list li img[data-v-5da2969c] {
        display: block;
        border-radius: 6px;
        width: 230px;
        height: 260px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .timeNote-list li .title[data-v-5da2969c] {
        font-size: 18px;
        font-family: Microsoft YaHei;
        color: #333;
        line-height: 2.2;
        word-wrap: break-word
    }

    .timeNote-list li .desc[data-v-5da2969c] {
        height: 88px;
        display: block;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
        overflow: hidden;
        font-size: 14px;
        font-family: Microsoft YaHei;
        color: #666;
        line-height: 1.6
    }

    .timeNote-list li .timeNote-link[data-v-5da2969c] {
        margin-top: 22px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        color: #1dd7d2;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center
    }

    .timeNote-list li .timeNote-link img[data-v-5da2969c] {
        display: block;
        width: 20px;
        height: 15px
    }
}

@media screen and (max-width:1900px) {
    .timeNote-list[data-v-5da2969c] {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .timeNote-list li[data-v-5da2969c] {
        width: 173px;
        padding: 10px;
        border: 1px solid #1dd7d2;
        border-radius: 6px;
        text-align: left;
        margin-bottom: 60px;
        cursor: pointer;
        margin-right: 30px
    }

    .timeNote-list li[data-v-5da2969c]:nth-child(4n) {
        margin-right: 0
    }

    .timeNote-list li img[data-v-5da2969c] {
        display: block;
        border-radius: 6px;
        width: 153px;
        height: 173px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .timeNote-list li .title[data-v-5da2969c] {
        font-size: 14px;
        font-family: Microsoft YaHei;
        color: #333;
        word-wrap: break-word;
        line-height: 1.8;
        max-height: 50px
    }

    .timeNote-list li .desc[data-v-5da2969c] {
        height: 74px;
        display: block;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
        overflow: hidden;
        font-size: 12px;
        font-family: Microsoft YaHei;
        color: #666;
        line-height: 1.6
    }

    .timeNote-list li .timeNote-link[data-v-5da2969c] {
        margin-top: 22px;
        font-size: 12px;
        font-family: Microsoft YaHei;
        color: #1dd7d2;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center
    }

    .timeNote-list li .timeNote-link img[data-v-5da2969c] {
        display: block;
        width: 16px;
        height: 12px
    }
}

@media screen and (min-width:1920px) {
    .book[data-v-4b5e015e] {
        position: relative;
        display: -ms-flexbox;
        display: flex
    }

    .book-img[data-v-4b5e015e] {
        position: absolute;
        top: 20%;
        left: 0;
        z-index: 2;
        border-radius: 6px;
        background-color: #fff;
        box-shadow: 0 1px 9px 0 rgba(36, 36, 36, .19);
        width: 400px;
        height: 400px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }

    .book-img img[data-v-4b5e015e] {
        display: block;
        width: 347px;
        height: 338px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .desciption[data-v-4b5e015e] {
        width: 1000px;
        margin-left: 200px;
        border-radius: 10px;
        background-color: #f8f8f8;
        padding: 38px 50px 100px 240px;
        text-align: left;
        min-height: 750px
    }

    .item h5[data-v-4b5e015e] {
        margin-top: 24px;
        font-size: 22px;
        font-family: SourceHanSansCN;
        color: #000;
        line-height: 2
    }

    .item pre[data-v-4b5e015e] {
        white-space: pre-wrap;
        word-wrap: break-word;
        font-size: 16px;
        font-family: Adobe Heiti Std;
        color: #000;
        line-height: 1.8
    }

    .price[data-v-4b5e015e] {
        font-size: 22px;
        font-family: SourceHanSansCN;
        line-height: 1.8;
        margin-top: 28px;
        font-weight: 700;
        color: #000
    }

    .buyType[data-v-4b5e015e] {
        display: -ms-flexbox;
        display: flex;
        margin-top: 23px;
        -ms-flex-align: center;
        align-items: center
    }

    .buyType p[data-v-4b5e015e] {
        font-size: 22px;
        font-family: SourceHanSansCN;
        font-weight: 700;
        color: #000;
        text-align: center;
        margin-right: 25px
    }

    .buyType .JD[data-v-4b5e015e] {
        display: block;
        margin-right: 20px
    }

    .buyType .Tmall[data-v-4b5e015e] {
        display: block;
        margin-right: 24px
    }

    .buyType span[data-v-4b5e015e] {
        font-size: 22px;
        margin-top: 3px;
        font-family: SourceHanSansCN;
        color: #000
    }
}

@media screen and (max-width:1900px) {
    .book[data-v-4b5e015e] {
        position: relative;
        display: -ms-flexbox;
        display: flex
    }

    .book-img[data-v-4b5e015e] {
        position: absolute;
        top: 20%;
        left: 0;
        z-index: 2;
        border-radius: 6px;
        background-color: #fff;
        box-shadow: 0 1px 9px 0 rgba(36, 36, 36, .19);
        width: 267px;
        height: 267px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }

    .book-img img[data-v-4b5e015e] {
        display: block;
        width: 220px;
        height: 214px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .desciption[data-v-4b5e015e] {
        width: 700px;
        margin-left: 130px;
        border-radius: 10px;
        background-color: #f8f8f8;
        padding: 28px 34px 39px 160px;
        text-align: left;
        min-height: 750px
    }

    .item h5[data-v-4b5e015e] {
        margin-top: 24px;
        font-size: 16px;
        font-family: SourceHanSansCN;
        color: #000;
        line-height: 2
    }

    .item pre[data-v-4b5e015e] {
        white-space: pre-wrap;
        word-wrap: break-word;
        font-size: 12px;
        font-family: Adobe Heiti Std;
        color: #000;
        line-height: 1.8
    }

    .price[data-v-4b5e015e] {
        font-size: 16px;
        font-family: SourceHanSansCN;
        line-height: 1.8;
        margin-top: 26px;
        font-weight: 700;
        color: #000
    }

    .buyType[data-v-4b5e015e] {
        display: -ms-flexbox;
        display: flex;
        margin-top: 23px;
        -ms-flex-align: center;
        align-items: center
    }

    .buyType p[data-v-4b5e015e] {
        font-size: 16px;
        font-family: SourceHanSansCN;
        font-weight: 700;
        color: #000;
        text-align: center;
        margin-right: 16px
    }

    .buyType .JD[data-v-4b5e015e] {
        display: block;
        width: 60px;
        height: 24px;
        margin-right: 10px
    }

    .buyType .Tmall[data-v-4b5e015e] {
        display: block;
        width: 80px;
        height: 24px;
        margin-right: 24px
    }

    .buyType span[data-v-4b5e015e] {
        font-size: 22px;
        margin-top: 3px;
        font-family: SourceHanSansCN;
        color: #000
    }
}

.season-name[data-v-1c020fa6] {
    position: relative;
    width: 230px;
    height: 158px;
    text-align: center
}

.season-name img[data-v-1c020fa6] {
    display: block;
    width: 100%;
    height: 158px;
    margin: 0 auto
}

@media screen and (min-width:1920px) {
    .content[data-v-1c020fa6] {
        width: 1260px
    }

    .swiper-slide[data-v-1c020fa6] {
        height: 420px
    }

    .swiper-slide img[data-v-1c020fa6] {
        display: block;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        height: 420px
    }

    .swiper-slide .play[data-v-1c020fa6] {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }

    .swiper-slide .play img[data-v-1c020fa6] {
        display: block;
        width: 120px;
        height: 120px;
        -o-object-fit: cover;
        object-fit: cover;
        padding-top: 12%;
        margin: 0 auto
    }

    .swiper-slide video[data-v-1c020fa6] {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 420px
    }

    .swiper-pagination .swiper-pagination-bullet[data-v-1c020fa6] {
        background-color: #1dd7d2
    }

    .season[data-v-1c020fa6] {
        position: relative;
        margin-top: 20px;
        border-bottom: 1px solid #1cd2d3;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center
    }

    .season-name[data-v-1c020fa6] {
        position: relative;
        width: 260px;
        height: 158px;
        text-align: center
    }

    .season-name img[data-v-1c020fa6] {
        display: block;
        width: 100%;
        height: 158px;
        margin: 0 auto
    }

    .season-name p[data-v-1c020fa6] {
        position: absolute;
        left: 50%;
        top: 55%;
        transform: translate(-50%);
        font-size: 20px;
        font-family: SourceHanSansCN;
        color: #000;
        line-height: 1
    }

    .season-name span[data-v-1c020fa6] {
        font-size: 12px
    }

    .season>img[data-v-1c020fa6] {
        display: block;
        height: 48px;
        width: 48px
    }

    .season-list[data-v-1c020fa6] {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 60px;
        padding-bottom: 28px
    }

    .season-list li[data-v-1c020fa6] {
        position: relative;
        width: 238px
    }

    .season-list li[data-v-1c020fa6]:last-child {
        width: 26px;
        height: 26px;
        border: none
    }

    .season-list li>img[data-v-1c020fa6] {
        display: block;
        width: 26px;
        height: 26px;
        margin-top: 12px
    }

    .season-list .condition[data-v-1c020fa6] {
        border: 1px solid #333;
        border-radius: 21px
    }

    .season-list li .condition[data-v-1c020fa6] {
        height: 44px;
        display: -ms-flexbox;
        display: flex;
        padding-right: 24px;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        position: relative
    }

    .season-list li .condition p[data-v-1c020fa6] {
        -ms-flex: 1;
        flex: 1;
        text-align: center;
        margin-right: -40px;
        font-size: 20px
    }

    .season-list li .condition img[data-v-1c020fa6] {
        display: block;
        width: 22px;
        height: 13px
    }

    .season-list .item[data-v-1c020fa6] {
        position: absolute;
        top: 44px;
        left: 0;
        width: 238px;
        border: 1px solid #1dd7d2;
        border-radius: 21px;
        display: none;
        overflow-y: auto;
        overflow-x: hidden;
        background-color: #fff;
        max-height: 350px;
        z-index: 2;
        padding: 10px 0
    }

    .season-list .item[data-v-1c020fa6]::-webkit-scrollbar {
        display: none
    }

    .season-list .item li[data-v-1c020fa6] {
        float: left;
        width: 50%;
        border: none;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 23px
    }

    .season-list .item li img[data-v-1c020fa6] {
        display: block;
        width: 20px;
        height: 20px;
        margin-right: 10px;
        margin-top: 0
    }

    .season-list .item .pub[data-v-1c020fa6] {
        width: 100%;
        text-align: center;
        -ms-flex-pack: stretch;
        justify-content: stretch;
        padding-left: 15%;
        box-sizing: border-box
    }

    .season-list .item li p[data-v-1c020fa6] {
        font-size: 20px;
        font-family: SourceHanSansCN;
        color: #282828;
        line-height: 1.8;
        vertical-align: middle;
        padding-left: 20px;
        box-sizing: border-box
    }

    .product-list[data-v-1c020fa6] {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .product-list li[data-v-1c020fa6] {
        width: 262px;
        padding: 16px;
        border: 1px solid #1dd7d2;
        border-radius: 6px;
        margin-top: 60px;
        margin-right: 45px;
        cursor: pointer
    }

    .product-list li[data-v-1c020fa6]:nth-child(4n) {
        margin-right: 0
    }

    .product-list li img[data-v-1c020fa6] {
        display: block;
        width: 230px;
        height: 230px;
        border-radius: 6px;
        -o-object-fit: cover;
        object-fit: cover;
        margin-bottom: 5px
    }

    .product-list li .leave[data-v-1c020fa6] {
        -ms-flex-align: center;
        align-items: center
    }

    .product-list li .leave img[data-v-1c020fa6] {
        display: block;
        width: 30px;
        height: 30px;
        margin-top: 15px
    }

    .product-list li .star[data-v-1c020fa6] {
        margin-right: -30px
    }

    .product-list li .star img[data-v-1c020fa6] {
        display: block;
        width: 39px;
        height: 50px;
        margin: 0 auto
    }

    .product-list .star p[data-v-1c020fa6] {
        text-align: center;
        font-size: 16px;
        font-family: SourceHanSansCN;
        color: #666;
        line-height: 1.2
    }

    .product-list .name[data-v-1c020fa6] {
        font-size: 24px;
        font-family: SourceHanSansCN;
        color: #333;
        line-height: 1.8
    }

    .product-list li>p[data-v-1c020fa6], .product-list li>p span[data-v-1c020fa6] {
        text-align: center;
        font-size: 18px;
        font-family: SourceHanSansCN;
        color: #999;
        line-height: 1.5
    }

    .season-list li:hover .condition[data-v-1c020fa6] {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border: 1px solid #1dd7d2;
        border-bottom: none
    }

    .season-list li:hover .item[data-v-1c020fa6] {
        display: block;
        border: 1px solid #1dd7d2;
        border-radius: 21px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-top: 0
    }

    .product-list li[data-v-1c020fa6]:hover {
        box-sizing: inherit;
        border-width: 4px
    }
}

@media screen and (max-width:1900px) {
    .content[data-v-1c020fa6] {
        position: relative;
        width: 840px
    }

    .swiper-slide[data-v-1c020fa6] {
        height: 280px
    }

    .swiper-slide img[data-v-1c020fa6] {
        display: block;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        height: 280px
    }

    .swiper-slide .play[data-v-1c020fa6] {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }

    .swiper-slide .play img[data-v-1c020fa6] {
        display: block;
        width: 80px;
        height: 80px;
        -o-object-fit: cover;
        object-fit: cover;
        padding-top: 12%;
        margin: 0 auto
    }

    .swiper-slide video[data-v-1c020fa6] {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 280px
    }

    .swiper-pagination .swiper-pagination-bullet[data-v-1c020fa6] {
        background-color: #1dd7d2
    }

    .season[data-v-1c020fa6] {
        position: relative;
        margin-top: 20px;
        border-bottom: 1px solid #1cd2d3;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center
    }

    .season-name p[data-v-1c020fa6] {
        position: absolute;
        left: 50%;
        top: 55%;
        transform: translate(-50%);
        font-size: 20px;
        font-family: SourceHanSansCN;
        color: #000;
        line-height: 1
    }

    .season-name span[data-v-1c020fa6] {
        font-size: 12px
    }

    .season>img[data-v-1c020fa6] {
        display: block;
        height: 32px;
        width: 32px
    }

    .season-list[data-v-1c020fa6] {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 60px;
        padding-bottom: 18px
    }

    .season-list li[data-v-1c020fa6] {
        position: relative;
        width: 153px
    }

    .season-list li[data-v-1c020fa6]:last-child {
        width: 26px;
        height: 26px;
        border: none
    }

    .season-list li>img[data-v-1c020fa6] {
        display: block;
        width: 17px;
        height: 17px;
        margin-top: 6px
    }

    .season-list .condition[data-v-1c020fa6] {
        border: 1px solid #333;
        border-radius: 21px
    }

    .season-list li .condition[data-v-1c020fa6] {
        height: 32px;
        display: -ms-flexbox;
        display: flex;
        padding-right: 12px;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        position: relative
    }

    .season-list li .condition p[data-v-1c020fa6] {
        -ms-flex: 1;
        flex: 1;
        text-align: center;
        margin-right: -20px;
        font-size: 14px
    }

    .season-list li .condition img[data-v-1c020fa6] {
        display: block;
        width: 15px;
        height: 9px
    }

    .season-list .item[data-v-1c020fa6] {
        position: absolute;
        top: 32px;
        left: 0;
        width: 153px;
        border: 1px solid #1dd7d2;
        border-radius: 21px;
        display: none;
        overflow-y: auto;
        overflow-x: hidden;
        background-color: #fff;
        max-height: 250px;
        z-index: 2;
        padding: 10px 0
    }

    .season-list .item[data-v-1c020fa6]::-webkit-scrollbar {
        display: none
    }

    .season-list .item li[data-v-1c020fa6] {
        float: left;
        width: 50%;
        border: none;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 23px
    }

    .season-list .item li img[data-v-1c020fa6] {
        display: block;
        width: 13px;
        height: 13px;
        margin-right: 6px;
        margin-top: 0
    }

    .season-list .item .pub[data-v-1c020fa6] {
        width: 100%;
        text-align: left;
        text-align: center;
        -ms-flex-pack: stretch;
        justify-content: stretch;
        padding-left: 15%;
        box-sizing: border-box
    }

    .season-list .item li p[data-v-1c020fa6] {
        font-size: 14px;
        font-family: SourceHanSansCN;
        color: #282828;
        line-height: 1.8;
        vertical-align: middle;
        padding-left: 10px;
        box-sizing: border-box
    }

    .product-list[data-v-1c020fa6] {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .product-list li[data-v-1c020fa6] {
        width: 173px;
        padding: 10px;
        border: 1px solid #1dd7d2;
        border-radius: 6px;
        margin-top: 60px;
        margin-right: 31px;
        cursor: pointer
    }

    .product-list li[data-v-1c020fa6]:nth-child(4n) {
        margin-right: 0
    }

    .product-list li img[data-v-1c020fa6] {
        display: block;
        width: 153px;
        height: 153px;
        border-radius: 6px;
        -o-object-fit: cover;
        object-fit: cover;
        margin-bottom: 5px
    }

    .product-list li .leave[data-v-1c020fa6] {
        -ms-flex-align: center;
        align-items: center
    }

    .product-list li .leave img[data-v-1c020fa6] {
        display: block;
        width: 20px;
        height: 20px;
        margin-top: 10px
    }

    .product-list li .star[data-v-1c020fa6] {
        margin-right: -30px
    }

    .product-list li .star img[data-v-1c020fa6] {
        display: block;
        width: 26px;
        height: 33px;
        margin: 0 auto
    }

    .product-list .star p[data-v-1c020fa6] {
        text-align: center;
        font-size: 12px;
        font-family: SourceHanSansCN;
        color: #666;
        line-height: 1.2
    }

    .product-list .name[data-v-1c020fa6] {
        font-size: 16px;
        font-family: SourceHanSansCN;
        color: #333;
        line-height: 1.8
    }

    .product-list li>p[data-v-1c020fa6], .product-list li>p span[data-v-1c020fa6] {
        text-align: center;
        font-size: 12px;
        font-family: SourceHanSansCN;
        color: #999;
        line-height: 1.5
    }

    .season-list li:hover .condition[data-v-1c020fa6] {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border: 1px solid #1dd7d2;
        border-bottom: none
    }

    .season-list li:hover .item[data-v-1c020fa6] {
        display: block;
        border: 1px solid #1dd7d2;
        border-radius: 21px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-top: 0
    }

    .product-list li[data-v-1c020fa6]:hover {
        box-sizing: inherit;
        border-width: 4px
    }
}

.season-name[data-v-58cdae14] {
    position: relative;
    width: 230px;
    height: 158px;
    text-align: center
}

.season-name img[data-v-58cdae14] {
    display: block;
    width: 100%;
    height: 158px;
    margin: 0 auto
}

@media screen and (min-width:1920px) {
    .content[data-v-58cdae14] {
        width: 1260px
    }

    .swiper-slide[data-v-58cdae14] {
        height: 420px
    }

    .swiper-slide img[data-v-58cdae14] {
        display: block;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        height: 420px
    }

    .swiper-slide .play[data-v-58cdae14] {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }

    .swiper-slide .play img[data-v-58cdae14] {
        display: block;
        width: 120px;
        height: 120px;
        -o-object-fit: cover;
        object-fit: cover;
        padding-top: 12%;
        margin: 0 auto
    }

    .swiper-slide video[data-v-58cdae14] {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 420px
    }

    .swiper-pagination .swiper-pagination-bullet[data-v-58cdae14] {
        background-color: #1dd7d2
    }

    .season[data-v-58cdae14] {
        position: relative;
        margin-top: 20px;
        border-bottom: 1px solid #1cd2d3;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center
    }
 .season1[data-v-58cdae14] {
        position: relative;
        margin-top: 20px;
        border-bottom: 1px solid #1cd2d3;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 50px;
    }
    .ctis {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}
    .bangdan-title1s {
    font-size: 24px;
}
     .ctis p{
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-indent: 0;
    line-height: inherit;
}
    .season-name[data-v-58cdae14] {
        position: relative;
        width: 260px;
        height: 158px;
        text-align: center
    }

    .season-name img[data-v-58cdae14] {
        display: block;
        width: 100%;
        height: 158px;
        margin: 0 auto
    }

    .season-name p[data-v-58cdae14] {
        position: absolute;
        left: 50%;
        top: 55%;
        transform: translate(-50%);
        font-size: 20px;
        font-family: SourceHanSansCN;
        color: #000;
        line-height: 1
    }

    .season-name span[data-v-58cdae14] {
        font-size: 12px
    }

    .season>img[data-v-58cdae14] {
        display: block;
        height: 48px;
        width: 48px
    }

    .season-list[data-v-58cdae14] {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 60px;
        padding-bottom: 28px
    }

    .season-list li[data-v-58cdae14] {
        position: relative;
        width: 238px
    }

    .season-list li[data-v-58cdae14]:last-child {
        width: 26px;
        height: 26px;
        border: none
    }

    .season-list li>img[data-v-58cdae14] {
        display: block;
        width: 26px;
        height: 26px;
        margin-top: 12px
    }

    .season-list .condition[data-v-58cdae14] {
        border: 1px solid #333;
        border-radius: 21px
    }

    .season-list li .condition[data-v-58cdae14] {
        height: 44px;
        display: -ms-flexbox;
        display: flex;
        padding-right: 24px;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        position: relative
    }

    .season-list li .condition p[data-v-58cdae14] {
        -ms-flex: 1;
        flex: 1;
        text-align: center;
        margin-right: -40px;
        font-size: 20px
    }

    .season-list li .condition img[data-v-58cdae14] {
        display: block;
        width: 22px;
        height: 13px
    }

    .season-list .item[data-v-58cdae14] {
        position: absolute;
        top: 44px;
        left: 0;
        width: 238px;
        border: 1px solid #1dd7d2;
        border-radius: 21px;
        display: none;
        overflow-y: auto;
        overflow-x: hidden;
        background-color: #fff;
        max-height: 350px;
        z-index: 2;
        padding: 10px 0
    }

    .season-list .item[data-v-58cdae14]::-webkit-scrollbar {
        display: none
    }

    .season-list .item li[data-v-58cdae14] {
        float: left;
        width: 50%;
        border: none;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 23px
    }

    .season-list .item li img[data-v-58cdae14] {
        display: block;
        width: 20px;
        height: 20px;
        margin-right: 10px;
        margin-top: 0
    }

    .season-list .item .pub[data-v-58cdae14] {
        width: 100%;
        text-align: center;
        -ms-flex-pack: stretch;
        justify-content: stretch;
        padding-left: 15%;
        box-sizing: border-box
    }

    .season-list .item li p[data-v-58cdae14] {
        font-size: 20px;
        font-family: SourceHanSansCN;
        color: #282828;
        line-height: 1.8;
        vertical-align: middle;
        padding-left: 20px;
        box-sizing: border-box
    }

    .product-list[data-v-58cdae14] {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .product-list li[data-v-58cdae14] {
        width: 262px;
        padding: 16px;
        border: 1px solid #1dd7d2;
        border-radius: 6px;
        margin-top: 60px;
        margin-right: 45px;
        cursor: pointer
    }

    .product-list li[data-v-58cdae14]:nth-child(4n) {
        margin-right: 0
    }

    .product-list li img[data-v-58cdae14] {
        display: block;
        width: 230px;
        height: 230px;
        border-radius: 6px;
        -o-object-fit: cover;
        object-fit: cover;
        margin-bottom: 5px
    }

    .product-list li .leave[data-v-58cdae14] {
        -ms-flex-align: center;
        align-items: center
    }

    .product-list li .leave img[data-v-58cdae14] {
        display: block;
        width: 30px;
        height: 30px;
        margin-top: 15px
    }

    .product-list li .star[data-v-58cdae14] {
        margin-right: -30px
    }

    .product-list li .star img[data-v-58cdae14] {
        display: block;
        width: 39px;
        height: 50px;
        margin: 0 auto
    }

    .product-list .star p[data-v-58cdae14] {
        text-align: center;
        font-size: 16px;
        font-family: SourceHanSansCN;
        color: #666;
        line-height: 1.2
    }

    .product-list .name[data-v-58cdae14] {
        font-size: 24px;
        font-family: SourceHanSansCN;
        color: #333;
        line-height: 1.8
    }

    .product-list li>p[data-v-58cdae14], .product-list li>p span[data-v-58cdae14] {
        text-align: center;
        font-size: 18px;
        font-family: SourceHanSansCN;
        color: #999;
        line-height: 1.5
    }

    .season-list li:hover .condition[data-v-58cdae14] {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border: 1px solid #1dd7d2;
        border-bottom: none
    }

    .season-list li:hover .item[data-v-58cdae14] {
        display: block;
        border: 1px solid #1dd7d2;
        border-radius: 21px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-top: 0
    }

    .product-list li[data-v-58cdae14]:hover {
        box-sizing: inherit;
        border-width: 4px
    }
}

@media screen and (max-width:1900px) {
    .content[data-v-58cdae14] {
        position: relative;
        width: 840px
    }

    .swiper-slide[data-v-58cdae14] {
        height: 280px
    }

    .swiper-slide img[data-v-58cdae14] {
        display: block;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        height: 280px
    }

    .swiper-slide .play[data-v-58cdae14] {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }

    .swiper-slide .play img[data-v-58cdae14] {
        display: block;
        width: 80px;
        height: 80px;
        -o-object-fit: cover;
        object-fit: cover;
        padding-top: 12%;
        margin: 0 auto
    }

    .swiper-slide video[data-v-58cdae14] {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 280px
    }

    .swiper-pagination .swiper-pagination-bullet[data-v-58cdae14] {
        background-color: #1dd7d2
    }

    .season[data-v-58cdae14] {
        position: relative;
        margin-top: 20px;
        border-bottom: 1px solid #1cd2d3;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center
    }
.season1[data-v-58cdae14] {
        position: relative;
        margin-top: 20px;
        border-bottom: 1px solid #1cd2d3;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 50px;
    }
       .bangdan-title1s {
    font-size: 24px;
}
     .ctis p{
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-indent: 0;
    line-height: inherit;
}
        .ctis {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 10px;
    }
    .season-name p[data-v-58cdae14] {
        position: absolute;
        left: 50%;
        top: 55%;
        transform: translate(-50%);
        font-size: 20px;
        font-family: SourceHanSansCN;
        color: #000;
        line-height: 1
    }

    .season-name span[data-v-58cdae14] {
        font-size: 12px
    }

    .season>img[data-v-58cdae14] {
        display: block;
        height: 32px;
        width: 32px
    }

    .season-list[data-v-58cdae14] {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 60px;
        padding-bottom: 18px
    }

    .season-list li[data-v-58cdae14] {
        position: relative;
        width: 153px
    }

    .season-list li[data-v-58cdae14]:last-child {
        width: 26px;
        height: 26px;
        border: none
    }

    .season-list li>img[data-v-58cdae14] {
        display: block;
        width: 17px;
        height: 17px;
        margin-top: 6px
    }

    .season-list .condition[data-v-58cdae14] {
        border: 1px solid #333;
        border-radius: 21px
    }

    .season-list li .condition[data-v-58cdae14] {
        height: 32px;
        display: -ms-flexbox;
        display: flex;
        padding-right: 12px;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        position: relative
    }

    .season-list li .condition p[data-v-58cdae14] {
        -ms-flex: 1;
        flex: 1;
        text-align: center;
        margin-right: -20px;
        font-size: 14px
    }

    .season-list li .condition img[data-v-58cdae14] {
        display: block;
        width: 15px;
        height: 9px
    }

    .season-list .item[data-v-58cdae14] {
        position: absolute;
        top: 32px;
        left: 0;
        width: 153px;
        border: 1px solid #1dd7d2;
        border-radius: 21px;
        display: none;
        overflow-y: auto;
        overflow-x: hidden;
        background-color: #fff;
        max-height: 250px;
        z-index: 2;
        padding: 10px 0
    }

    .season-list .item[data-v-58cdae14]::-webkit-scrollbar {
        display: none
    }

    .season-list .item li[data-v-58cdae14] {
        float: left;
        width: 50%;
        border: none;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 23px
    }

    .season-list .item li img[data-v-58cdae14] {
        display: block;
        width: 13px;
        height: 13px;
        margin-right: 6px;
        margin-top: 0
    }

    .season-list .item .pub[data-v-58cdae14] {
        width: 100%;
        text-align: left;
        text-align: center;
        -ms-flex-pack: stretch;
        justify-content: stretch;
        padding-left: 15%;
        box-sizing: border-box
    }

    .season-list .item li p[data-v-58cdae14] {
        font-size: 14px;
        font-family: SourceHanSansCN;
        color: #282828;
        line-height: 1.8;
        vertical-align: middle;
        padding-left: 10px;
        box-sizing: border-box
    }

    .product-list[data-v-58cdae14] {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .product-list li[data-v-58cdae14] {
        width: 173px;
        padding: 10px;
        border: 1px solid #1dd7d2;
        border-radius: 6px;
        margin-top: 60px;
        margin-right: 31px;
        cursor: pointer
    }

    .product-list li[data-v-58cdae14]:nth-child(4n) {
        margin-right: 0
    }

    .product-list li img[data-v-58cdae14] {
        display: block;
        width: 153px;
        height: 153px;
        border-radius: 6px;
        -o-object-fit: cover;
        object-fit: cover;
        margin-bottom: 5px
    }

    .product-list li .leave[data-v-58cdae14] {
        -ms-flex-align: center;
        align-items: center
    }

    .product-list li .leave img[data-v-58cdae14] {
        display: block;
        width: 20px;
        height: 20px;
        margin-top: 10px
    }

    .product-list li .star[data-v-58cdae14] {
        margin-right: -30px
    }

    .product-list li .star img[data-v-58cdae14] {
        display: block;
        width: 26px;
        height: 33px;
        margin: 0 auto
    }

    .product-list .star p[data-v-58cdae14] {
        text-align: center;
        font-size: 12px;
        font-family: SourceHanSansCN;
        color: #666;
        line-height: 1.2
    }

    .product-list .name[data-v-58cdae14] {
        font-size: 16px;
        font-family: SourceHanSansCN;
        color: #333;
        line-height: 1.8
    }

    .product-list li>p[data-v-58cdae14], .product-list li>p span[data-v-58cdae14] {
        text-align: center;
        font-size: 12px;
        font-family: SourceHanSansCN;
        color: #999;
        line-height: 1.5
    }

    .season-list li:hover .condition[data-v-58cdae14] {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border: 1px solid #1dd7d2;
        border-bottom: none
    }

    .season-list li:hover .item[data-v-58cdae14] {
        display: block;
        border: 1px solid #1dd7d2;
        border-radius: 21px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-top: 0
    }

    .product-list li[data-v-58cdae14]:hover {
        box-sizing: inherit;
        border-width: 4px
    }
}

p {
    font-size: 14px
}

@media screen and (max-width:1900px) {
    .goodsInfo[data-v-02d46004] {
        width: 776px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-left: 16px;
        margin-bottom: 60px
    }

    .goodsImg[data-v-02d46004] {
        width: 347px;
        height: 420px;
        margin-right: 28px
    }

    .swiper-slide[data-v-02d46004], .swiper-slide img[data-v-02d46004] {
        width: 347px;
        height: 420px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 6px
    }

    .goods-name[data-v-02d46004] {
        border-bottom: 2px solid #1cd2d3;
        margin-bottom: 10px
    }

    .goods-name>img[data-v-02d46004] {
        display: block;
        width: 20px;
        height: 20px
    }

    .name-left[data-v-02d46004] {
        font-size: 16px;
        font-family: SourceHanSansCN;
        color: #333;
        line-height: 1.8;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .name-left img[data-v-02d46004] {
        display: block;
        width: 19px;
        height: 23px;
        margin-left: 22px
    }

    .name-right[data-v-02d46004] {
        display: block;
        width: 30px;
        height: 30px
    }

    .goods-desc[data-v-02d46004] {
        font-size: 14px;
        font-family: SourceHanSansCN;
        color: #333;
        line-height: 1.8;
        text-align: left
    }

    .goods-deatils[data-v-02d46004] {
        font-size: 16px;
        font-family: SourceHanSansCN;
        color: #1cd2d3;
        line-height: 2.5;
        border-bottom: 1px solid #ddd;
        text-align: left
    }

    .details[data-v-02d46004] {
        font-size: 14px;
        font-family: Adobe Heiti Std;
        color: #333;
        text-transform: uppercase;
        line-height: 1.8;
        text-align: left
    }

    .address[data-v-02d46004], .car[data-v-02d46004], .phone[data-v-02d46004] {
        display: -ms-flexbox;
        display: flex
    }

    .address img[data-v-02d46004], .car img[data-v-02d46004], .phone img[data-v-02d46004] {
        margin-top: 8px;
        display: block
    }

    .phone img[data-v-02d46004] {
        width: 12px;
        height: 12px;
        margin-right: 11px
    }

    .address img[data-v-02d46004] {
        width: 11px;
        height: 15px;
        margin-right: 12px
    }

    .car img[data-v-02d46004] {
        width: 14px;
        height: 11px;
        margin-right: 9px
    }

    .certification[data-v-02d46004] {
        width: 776px;
        position: relative
    }

    .certification .people[data-v-02d46004] {
        position: absolute;
        left: 23px;
        top: 0;
        width: 84px;
        height: 84px;
        border: 2px solid #1dd7d2;
        border-radius: 50%
    }

    .certification .people img[data-v-02d46004] {
        display: block;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .certification .p-name[data-v-02d46004] {
        font-size: 16px;
        font-family: SourceHanSansCN;
        color: #333;
        line-height: 2;
        margin-left: 122px;
        text-align: left;
        padding-top: 20px
    }

    .certification .c-detail[data-v-02d46004] {
        text-align: left;
        border: 1px solid #1dd7d2;
        border-radius: 10px;
        padding: 20px 30px 21px 115px;
        font-size: 14px;
        font-family: SourceHanSansCN;
        color: #666;
        line-height: 2.4;
        margin-bottom: 70px
    }

    .certification .introduce[data-v-02d46004] {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .certification .introduce p[data-v-02d46004] {
        width: 613px;
        min-height: 107px;
        font-size: 14px;
        font-family: SourceHanSansCN;
        color: #333;
        line-height: 1.5;
        border-radius: 6px;
        background-color: #f8f8f8;
        padding: 5px
    }

    .certification .introduce img[data-v-02d46004] {
        display: block;
        width: 20px;
        height: 67px
    }

    .contents p[data-v-02d46004] {
        text-align: left
    }

    .goods[data-v-02d46004], .like[data-v-02d46004] {
        width: 805px;
        padding: 0 50px;
        margin: 20px auto
    }

    .like>p[data-v-02d46004] {
        font-size: 24px;
        font-family: SourceHanSansCN;
        color: #333;
        line-height: 4;
        text-align: center
    }

    .like .swiper-container[data-v-02d46004] {
        width: 100%;
        min-height: 360px
    }

    .swiper-button-prev.swiper-button-disabled[data-v-02d46004] {
      
        opacity: 1;
    }

    .swiper-button-next.swiper-button-disabled[data-v-02d46004] {
     
        opacity: 1;
     
    }

    .swiper-button-next[data-v-02d46004], .swiper-container-rtl[data-v-02d46004] {
        height: 25px;
        right: 0;
    }

    .swiper-button-prev[data-v-02d46004] {
        height: 25px;
        left: 0;
    }

    .product-list .li[data-v-02d46004] {
        width: 173px;
        padding: 10px;
        border: 1px solid #1dd7d2;
        border-radius: 6px;
        margin-bottom: 60px;
        cursor: pointer
    }

    .product-list .li>img[data-v-02d46004] {
        display: block;
        width: 153px;
        height: 153px;
        border-radius: 6px;
        -o-object-fit: cover;
        object-fit: cover;
        margin: 0 auto;
        margin-bottom: 5px
    }

    .product-list .li .leave[data-v-02d46004] {
        -ms-flex-align: start;
        align-items: flex-start
    }

    .product-list .li .leave img[data-v-02d46004] {
        display: block;
        width: 20px;
        height: 20px;
        margin-top: 10px
    }

    .product-list .li .star[data-v-02d46004] {
        margin-right: -30px
    }

    .product-list .li .star img[data-v-02d46004] {
        display: block;
        width: 26px;
        height: 33px;
        margin: 0 auto
    }

    .product-list .star p[data-v-02d46004] {
        text-align: center;
        font-size: 12px;
        font-family: SourceHanSansCN;
        color: #666;
        line-height: 1.2
    }

    .product-list .name[data-v-02d46004] {
        font-size: 24px;
        font-family: SourceHanSansCN;
        color: #333;
        line-height: 1.8
    }

    .product-list .li>p[data-v-02d46004] {
        text-align: center;
        font-size: 14px;
        font-family: SourceHanSansCN;
        color: #999;
        line-height: 1.5
    }

    .product-list .li .name[data-v-02d46004] {
        font-size: 16px
    }
}

@media screen and (min-width:1920px) {
    .goodsInfo[data-v-02d46004] {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-left: 24px;
        margin-bottom: 60px
    }

    .goodsImg[data-v-02d46004] {
        width: 520px;
        height: 520px;
        margin: 0;
        margin-right: 45px
    }

    .swiper-slide[data-v-02d46004], .swiper-slide img[data-v-02d46004] {
        width: 520px;
        height: 520px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 6px
    }

    .goods-name[data-v-02d46004] {
        border-bottom: 2px solid #1cd2d3
    }

    .name-left[data-v-02d46004] {
        font-size: 24px;
        font-family: SourceHanSansCN;
        color: #333;
        line-height: 2.5;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .name-left img[data-v-02d46004] {
        display: block;
        width: 39px;
        height: 50px;
        margin-left: 22px
    }

    .name-right[data-v-02d46004] {
        display: block;
        width: 30px;
        height: 30px
    }

    .goods-desc[data-v-02d46004] {
        font-size: 18px;
        font-family: SourceHanSansCN;
        color: #333;
        text-transform: uppercase;
        line-height: 1.8;
        text-align: left
    }

    .goods-deatils[data-v-02d46004] {
        font-size: 18px;
        font-family: SourceHanSansCN;
        color: #1cd2d3;
        line-height: 2.667;
        border-bottom: 1px solid #ddd;
        text-align: left
    }

    .details[data-v-02d46004] {
        font-size: 18px;
        font-family: Adobe Heiti Std;
        color: #333;
        text-transform: uppercase;
        line-height: 1.8;
        text-align: left
    }

    .address[data-v-02d46004], .car[data-v-02d46004], .phone[data-v-02d46004] {
        display: -ms-flexbox;
        display: flex
    }

    .address img[data-v-02d46004], .car img[data-v-02d46004], .phone img[data-v-02d46004] {
        margin-top: 8px;
        display: block
    }

    .phone img[data-v-02d46004] {
        width: 18px;
        height: 19px;
        margin-right: 11px
    }

    .address img[data-v-02d46004] {
        width: 16px;
        height: 23px;
        margin-right: 12px
    }

    .car img[data-v-02d46004] {
        width: 21px;
        height: 18px;
        margin-right: 9px
    }

    .certification[data-v-02d46004] {
        position: relative
    }

    .certification .people[data-v-02d46004] {
        position: absolute;
        left: 35px;
        top: 0;
        width: 124px;
        height: 124px;
        border: 2px solid #1dd7d2;
        border-radius: 50%
    }

    .certification .people img[data-v-02d46004] {
        display: block;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .certification .p-name[data-v-02d46004] {
        font-size: 24px;
        font-family: SourceHanSansCN;
        color: #333;
        line-height: 2;
        margin-left: 173px;
        text-align: left;
        padding-top: 32px
    }

    .certification .c-detail[data-v-02d46004] {
        text-align: left;
        border: 1px solid #1dd7d2;
        border-radius: 10px;
        padding: 32px 44px 32px 168px;
        font-size: 20px;
        font-family: SourceHanSansCN;
        color: #666;
        line-height: 2.4;
        margin-bottom: 70px
    }

    .certification .introduce[data-v-02d46004] {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .certification .introduce p[data-v-02d46004] {
        font-size: 18px;
        font-family: SourceHanSansCN;
        color: #333;
        line-height: 1.5;
        border-radius: 6px;
        background-color: #f8f8f8;
        padding: 5px;
        min-width: 920px;
        min-height: 160px
    }

    .certification .introduce img[data-v-02d46004] {
        display: block;
        width: 30px;
        height: 100px
    }

    .goods[data-v-02d46004], .like[data-v-02d46004] {
        width: 1236px;
        margin: 20px auto
    }

    .like>p[data-v-02d46004] {
        font-size: 24px;
        font-family: SourceHanSansCN;
        color: #333;
        line-height: 4
    }

    .like .swiper-container[data-v-02d46004] {
        width: 102%;
        padding: 0 50px
    }

    .swiper-button-prev.swiper-button-disabled[data-v-02d46004] {

        opacity: 1;
     
    }

    .swiper-button-next.swiper-button-disabled[data-v-02d46004] {
    
        opacity: 1;
     
    }

    .swiper-button-next[data-v-02d46004], .swiper-container-rtl[data-v-02d46004] {
        right: 0;
    }

    .swiper-button-prev[data-v-02d46004] {
        left: 0;
    }

    .product-list .li[data-v-02d46004] {
        width: 260px;
        padding: 16px;
        border: 1px solid #1dd7d2;
        border-radius: 6px;
        margin-bottom: 60px;
        margin-right: 128px;
        cursor: pointer
    }

    .product-list .li>img[data-v-02d46004] {
        display: block;
        width: 230px;
        height: 230px;
        border-radius: 6px;
        -o-object-fit: cover;
        object-fit: cover;
        margin: 0 auto;
        margin-bottom: 5px
    }

    .product-list .li .leave[data-v-02d46004] {
        -ms-flex-align: start;
        align-items: flex-start
    }

    .product-list .li .leave img[data-v-02d46004] {
        display: block;
        width: 30px;
        height: 30px;
        margin-top: 15px
    }

    .product-list .li .star[data-v-02d46004] {
        margin-right: -30px
    }

    .product-list .li .star img[data-v-02d46004] {
        display: block;
        width: 39px;
        height: 50px;
        margin: 0 auto
    }

    .product-list .star p[data-v-02d46004] {
        text-align: center;
        font-size: 16px;
        font-family: SourceHanSansCN;
        color: #666;
        line-height: 1.2
    }

    .product-list .name[data-v-02d46004] {
        font-size: 24px;
        font-family: SourceHanSansCN;
        color: #333;
        line-height: 1.8
    }

    .product-list .li p[data-v-02d46004] {
        text-align: center;
        font-size: 20px;
        font-family: SourceHanSansCN;
        color: #999;
        line-height: 1.5
    }
}

@media screen and (min-width:1920px) {
    .swiper-slide .play[data-v-5579478e], .video .play[data-v-5579478e] {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: transparent
    }

    .swiper-slide .play img[data-v-5579478e], .video .play img[data-v-5579478e] {
        display: block;
        width: 72px;
        height: 72px;
        -o-object-fit: cover;
        object-fit: cover;
        padding-top: 30%;
        margin: 0 auto;
        background-color: transparent;
        border: none
    }

    .video[data-v-5579478e] {
        position: relative;
        width: 1002px;
        height: 702px;
        margin: 0 auto;
        margin-bottom: 44px
    }

    .video img[data-v-5579478e] {
        -o-object-fit: cover;
        object-fit: cover
    }

    .video img[data-v-5579478e], .video video[data-v-5579478e] {
        display: block;
        width: 100%;
        height: 100%
    }

    .swiper-container[data-v-5579478e] {
        width: 1260px;
        padding: 0 50px;
        margin: 20px auto
    }

    .swiper-button-prev.swiper-button-disabled[data-v-5579478e] {
        /* transform: rotate(0deg); */
        opacity: 1;
        /* background-image: url(/static/icon_left_normal@2x.png) */
    }

    .swiper-button-next.swiper-button-disabled[data-v-5579478e] {
        /* transform: rotate(180deg); */
        opacity: 1;
        /* background-image: url(/static/icon_left_normal@2x.png) */
    }

    .swiper-button-next[data-v-5579478e], .swiper-container-rtl[data-v-5579478e] {
        right: 0;
        /* background-image: url(/static/icon_center_selected@2x.png) */
    }

    .swiper-button-prev[data-v-5579478e] {
        left: 0;
        /* transform: rotate(180deg); */
        /* background-image: url(/static/icon_center_selected@2x.png) */
    }

    .swiper-slide[data-v-5579478e] {
        border-radius: 6px;
        padding: 12px;
        width: 344px
    }

    .swiper-slide p[data-v-5579478e] {
        font-size: 20px;
        font-family: Microsoft YaHei;
        color: #333;
        line-height: 1.7
    }

    .swiper-slide img[data-v-5579478e] {
        display: block;
        width: 329px;
        height: 234px;
        margin: 0 auto;
        -o-object-fit: cover;
        object-fit: cover;
        border: 1px solid #1dd7d2;
        border-radius: 6px;
        background-color: #fff;
        padding: 6px
    }

    .swiper-slide:hover img[data-v-5579478e] {
        border-width: 6px
    }
}

@media screen and (max-width:1900px) {
    .swiper-slide .play[data-v-5579478e], .video .play[data-v-5579478e] {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: transparent
    }

    .swiper-slide .play img[data-v-5579478e], .video .play img[data-v-5579478e] {
        display: block;
        width: 48px;
        height: 48px;
        -o-object-fit: cover;
        object-fit: cover;
        padding-top: 30%;
        margin: 0 auto;
        background-color: transparent;
        border: none
    }

    .video[data-v-5579478e] {
        position: relative;
        width: 803px;
        height: 467px;
        margin-bottom: 44px
    }

    .video img[data-v-5579478e] {
        -o-object-fit: cover;
        object-fit: cover
    }

    .video img[data-v-5579478e], .video video[data-v-5579478e] {
        display: block;
        width: 667px;
        height: 100%;
        margin: 0 auto
    }

    .swiper-container[data-v-5579478e] {
        width: 803px;
        padding-left: 26px;
        padding-right: 34px;
        margin: 20px auto
    }

    .swiper-button-prev.swiper-button-disabled[data-v-5579478e] {
        /* transform: rotate(0deg); */
        opacity: 1;
        /* background-image: url(/static/icon_left_normal@2x.png) */
    }

    .swiper-button-next.swiper-button-disabled[data-v-5579478e] {
        /* transform: rotate(180deg); */
        opacity: 1;
        /* background-image: url(/static/icon_left_normal@2x.png) */
    }

    .swiper-button-next[data-v-5579478e], .swiper-container-rtl[data-v-5579478e] {
        height: 35px;
        right: 0;
        /* background-image: url(/static/icon_center_selected@2x.png) */
    }

    .swiper-button-prev[data-v-5579478e] {
        height: 35px;
        left: 0;
        /* transform: rotate(180deg); */
        /* background-image: url(/static/icon_center_selected@2x.png) */
    }

    .swiper-slide[data-v-5579478e] {
        border-radius: 6px;
        padding: 12px;
        width: 221px
    }

    .swiper-slide p[data-v-5579478e] {
        font-size: 14px;
        font-family: Microsoft YaHei;
        color: #333;
        line-height: 2
    }

    .swiper-slide img[data-v-5579478e] {
        display: block;
        width: 221px;
        height: 157px;
        margin: 0 auto;
        -o-object-fit: cover;
        object-fit: cover;
        border: 1px solid #1dd7d2;
        border-radius: 6px;
        background-color: #fff;
        padding: 6px
    }

    .swiper-slide:hover img[data-v-5579478e] {
        border-width: 6px
    }
}

@media screen and (min-width:1920px) {
    .swiper-slide .play[data-v-16eefca5] {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: transparent
    }

    .swiper-slide .play img[data-v-16eefca5] {
        display: block;
        width: 72px;
        height: 72px;
        -o-object-fit: cover;
        object-fit: cover;
        padding-top: 30%;
        margin: 0 auto;
        background-color: transparent;
        border: none
    }

    .panda-info img[data-v-16eefca5] {
        display: block;
        width: 420px;
        height: 420px;
        -o-object-fit: cover;
        object-fit: cover;
        margin: 0 auto
    }

    .panda-info .p-title[data-v-16eefca5] {
        font-size: 24px;
        font-family: SourceHanSansCN-Medium;
        font-weight: 500;
        color: #000;
        line-height: 48px
    }

    .panda-info .info-detail[data-v-16eefca5] {
        font-size: 22px;
        color: #000;
        line-height: 2;
        margin-top: 33px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center
    }

    .panda-info .info-detail .line[data-v-16eefca5] {
        display: block;
        width: 2px;
        height: 20px;
        margin: 12px 8px;
        background-color: #000
    }

    .introduce[data-v-16eefca5] {
        padding: 9px;
        border: 1px solid #1dd7d2
    }

    .introduce .inside[data-v-16eefca5] {
        text-align: left
    }

    .p-top[data-v-16eefca5], .v-top[data-v-16eefca5] {
        margin-top: 48px;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-bottom: 62px
    }

    .p-top img[data-v-16eefca5], .v-top img[data-v-16eefca5] {
        display: block;
        width: 240px;
        height: 140px;
        margin-left: 80px
    }

    .p-top a[data-v-16eefca5], .v-top a[data-v-16eefca5] {
        margin-bottom: 30px;
        font-size: 22px;
        font-family: SourceHanSansCN-Normal;
        font-weight: 400;
        color: #999;
        line-height: 34px
    }

    .swiper-container[data-v-16eefca5] {
        width: 1260px;
        padding: 0 50px;
        margin: 20px auto
    }

    .swiper-button-prev.swiper-button-disabled[data-v-16eefca5] {
        transform: rotate(0deg);
        opacity: 1;
        background-image: url(/static/icon_left_normal@2x.png)
    }

    .swiper-button-next.swiper-button-disabled[data-v-16eefca5] {
        /* transform: rotate(180deg); */
        opacity: 1;
        background-image: url(/static/icon_left_normal@2x.png)
    }

    .swiper-button-next[data-v-16eefca5], .swiper-container-rtl[data-v-16eefca5] {
        right: 0;
        background-image: url(/static/icon_center_selected@2x.png)
    }

    .swiper-button-prev[data-v-16eefca5] {
        left: 0;
        top: 45%;
        /* transform: rotate(180deg); */
        background-image: url(/static/icon_center_selected@2x.png)
    }

    .swiper-slide[data-v-16eefca5] {
        border-radius: 6px;
        padding: 12px;
        width: 344px;
        height: 100%
    }

    .swiper-slide p[data-v-16eefca5] {
        font-size: 20px;
        font-family: Microsoft YaHei;
        color: #333;
        line-height: 1.7
    }

    .swiper-slide img[data-v-16eefca5], .swiper-slide video[data-v-16eefca5] {
        display: block;
        width: 320px;
        height: 212px;
        margin: 0 auto;
        -o-object-fit: cover;
        object-fit: cover;
        border: 1px solid #1dd7d2;
        border-radius: 6px;
        background-color: #fff;
        padding: 6px
    }

    .swiper-slide:hover .hover[data-v-16eefca5] {
        width: 354px;
        height: 248px;
        border: 4px solid #1dd7d2;
        margin-top: -8px
    }
}

@media screen and (max-width:1900px) {
    .swiper-slide .play[data-v-16eefca5] {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: transparent
    }

    .swiper-slide .play img[data-v-16eefca5] {
        display: block;
        width: 53px;
        height: 53px;
        -o-object-fit: cover;
        object-fit: cover;
        padding-top: 28%;
        margin: 0 auto;
        background-color: transparent;
        border: none
    }

    .panda-info img[data-v-16eefca5] {
        display: block;
        width: 280px;
        height: 280px;
        -o-object-fit: cover;
        object-fit: cover;
        margin: 0 auto
    }

    .panda-info .p-title[data-v-16eefca5] {
        font-size: 16px;
        font-family: SourceHanSansCN-Medium;
        font-weight: 500;
        color: #000;
        line-height: 48px
    }

    .panda-info .info-detail[data-v-16eefca5] {
        font-size: 14px;
        color: #000;
        line-height: 2;
        margin-top: 21px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center
    }

    .panda-info .info-detail .line[data-v-16eefca5] {
        display: block;
        width: 2px;
        height: 14px;
        margin: 6px 8px;
        background-color: #000
    }

    .introduce[data-v-16eefca5] {
        margin-top: 19px;
        padding: 9px;
        border: 1px solid #1dd7d2
    }

    .introduce .inside[data-v-16eefca5] {
        text-align: left
    }

    .p-top[data-v-16eefca5], .v-top[data-v-16eefca5] {
        margin-top: 48px;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-bottom: 62px
    }

    .p-top img[data-v-16eefca5], .v-top img[data-v-16eefca5] {
        display: block;
        width: 160px;
        height: 100px;
        margin-left: 40px
    }

    .p-top a[data-v-16eefca5], .v-top a[data-v-16eefca5] {
        margin-bottom: 30px;
        font-size: 16px;
        font-family: SourceHanSansCN-Normal;
        font-weight: 400;
        color: #999;
        line-height: 34px
    }

    .swiper-container[data-v-16eefca5] {
        width: 830px;
        padding-left: 30px;
        padding-right: 34px;
        margin: 20px auto
    }

    .swiper-button-prev.swiper-button-disabled[data-v-16eefca5] {
        height: 35px;
        transform: rotate(0deg);
        opacity: 1;
        background-image: url(/static/icon_left_normal@2x.png)
    }

    .swiper-button-next.swiper-button-disabled[data-v-16eefca5] {
        /* transform: rotate(180deg); */
        opacity: 1;
        background-image: url(/static/icon_left_normal@2x.png)
    }

    .swiper-button-next[data-v-16eefca5], .swiper-container-rtl[data-v-16eefca5] {
        height: 35px;
        right: 0;
        background-image: url(/static/icon_center_selected@2x.png)
    }

    .swiper-button-prev[data-v-16eefca5] {
        height: 35px;
        left: 0;
        top: 50%;
        /* transform: rotate(180deg); */
        background-image: url(/static/icon_center_selected@2x.png)
    }

    .swiper-slide[data-v-16eefca5] {
        border-radius: 6px;
        width: 221px;
        height: 100%
    }

    .swiper-slide p[data-v-16eefca5] {
        font-size: 14px;
        font-family: Microsoft YaHei;
        color: #333;
        line-height: 1.7
    }

    .swiper-slide img[data-v-16eefca5], .swiper-slide video[data-v-16eefca5] {
        display: block;
        width: 204px;
        height: 149px;
        margin: 0 auto;
        -o-object-fit: cover;
        object-fit: cover;
        border: 1px solid #1dd7d2;
        border-radius: 6px;
        background-color: #fff;
        padding: 6px
    }

    .swiper-slide:hover .hover[data-v-16eefca5] {
        width: 221px;
        height: 156px;
        border: 4px solid #1dd7d2
    }
}

@media screen and (min-width:1920px) {
    .title[data-v-47286ed2] {
        border-bottom: 1px solid #1cd2d3
    }

    .title-name[data-v-47286ed2] {
        position: relative;
        width: 288px;
        height: 188px;
        margin: 0 auto
    }

    .title-name img[data-v-47286ed2] {
        display: block;
        width: 288px;
        height: 188px
    }

    .title-name p[data-v-47286ed2] {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%);
        font-size: 30px;
        font-family: SourceHanSansCN;
        color: #000;
        line-height: 1
    }

    .title-name span[data-v-47286ed2] {
        font-size: 12px
    }

    .explain[data-v-47286ed2] {
        padding: 80px 0;
        font-size: 18px;
        font-family: SourceHanSansCN-Normal;
        font-weight: 400;
        color: #000;
        line-height: 60px;
        border-bottom: 1px solid #1dd7d2
    }

    .problem-list li[data-v-47286ed2] {
        border-bottom: 1px solid #1dd7d2;
        text-align: left
    }

    .problem-list li p[data-v-47286ed2] {
        margin: 102px 0 65px;
        font-size: 22px;
        font-family: SourceHanSansCN-Medium;
        font-weight: 500;
        color: #1cd2d3
    }

    .problem-list li input[data-v-47286ed2] {
        border: none;
        outline: none;
        display: block;
        width: 100%;
        font-size: 18px;
        color: #000;
        line-height: 2.5
    }

    .button[data-v-47286ed2] {
        margin: 160px 0
    }

    .button img[data-v-47286ed2] {
        display: block;
        width: 450px;
        height: 65px;
        margin: 0 auto
    }
}

@media screen and (max-width:1900px) {
    .title[data-v-47286ed2] {
        border-bottom: 1px solid #1cd2d3
    }

    .title-name[data-v-47286ed2] {
        position: relative;
        width: 256px;
        height: 162px;
        margin: 0 auto
    }

    .title-name img[data-v-47286ed2] {
        display: block;
        width: 256px;
        height: 162px
    }

    .title-name p[data-v-47286ed2] {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%);
        font-size: 30px;
        font-family: SourceHanSansCN;
        color: #000;
        line-height: 1
    }

    .title-name span[data-v-47286ed2] {
        font-size: 12px
    }

    .explain[data-v-47286ed2] {
        padding: 40px;
        font-size: 14px;
        font-family: SourceHanSansCN-Normal;
        font-weight: 400;
        color: #000;
        line-height: 3;
        border-bottom: 1px solid #1dd7d2
    }

    .problem-list li[data-v-47286ed2] {
        border-bottom: 1px solid #1dd7d2;
        text-align: left
    }

    .problem-list li p[data-v-47286ed2] {
        margin: 66px 0 44px;
        font-size: 16px;
        font-family: SourceHanSansCN-Medium;
        font-weight: 500;
        color: #1cd2d3
    }

    .problem-list li input[data-v-47286ed2] {
        border: none;
        outline: none;
        display: block;
        width: 100%;
        font-size: 14px;
        color: #000;
        line-height: 2.5
    }

    .button[data-v-47286ed2] {
        margin-top: 112px;
        margin-bottom: 30px
    }

    .button img[data-v-47286ed2] {
        display: block;
        width: 300px;
        height: 41px;
        margin: 0 auto
    }
}

@media screen and (min-width:1920px) {
    .officerInfo-list[data-v-37d5f82c] {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -ms-flexbox;
        display: flex;
        padding-left: 72px;
        width: 1260px
    }

    .officerInfo-list li[data-v-37d5f82c] {
        width: 250px;
        padding: 16px;
        margin-right: 140px
    }

    .officerInfo-list li[data-v-37d5f82c]:first-child, .officerInfo-list li[data-v-37d5f82c]:nth-child(2), .officerInfo-list li[data-v-37d5f82c]:nth-child(3), .officerInfo-list li[data-v-37d5f82c]:nth-child(4) {
        margin-top: 0
    }

    .officerInfo-list li img[data-v-37d5f82c] {
        display: block;
        width: 250px;
        height: 290px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .officerInfo-list li .title[data-v-37d5f82c] {
        font-size: 24px;
        font-family: Microsoft YaHei;
        color: #00bfb3;
        line-height: 2;
        word-wrap: break-word
    }

    .officerInfo-list li .desc[data-v-37d5f82c] {
        font-size: 20px;
        font-family: Microsoft YaHei;
        color: #333;
        line-height: 1.5
    }
}

@media screen and (max-width:1900px) {
    .officerInfo-list[data-v-37d5f82c] {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -ms-flexbox;
        display: flex
    }

    .officerInfo-list li[data-v-37d5f82c] {
        width: 167px;
        margin-right: 93px;
        margin-bottom: 24px
    }

    .officerInfo-list li[data-v-37d5f82c]:first-child, .officerInfo-list li[data-v-37d5f82c]:nth-child(2), .officerInfo-list li[data-v-37d5f82c]:nth-child(3), .officerInfo-list li[data-v-37d5f82c]:nth-child(4) {
        margin-top: 0
    }

    .officerInfo-list li img[data-v-37d5f82c] {
        display: block;
        width: 167px;
        height: 193px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .officerInfo-list li .title[data-v-37d5f82c] {
        font-size: 16px;
        font-family: Microsoft YaHei;
        color: #00bfb3;
        line-height: 2;
        word-wrap: break-word
    }

    .officerInfo-list li .desc[data-v-37d5f82c] {
        font-size: 13px;
        font-family: Microsoft YaHei;
        color: #333;
        line-height: 1.5
    }
}

.swiper-pagination-bullet-active {
    background: #1cd2d3
}

.enlarge[data-v-5c727075] {
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5)
}

@media screen and (max-width:1900px) {
    .swiper-container[data-v-5c727075] {
        width: 700px;
        height: 467px;
        margin: 0 auto;
        margin-top: 8%;
        overflow: hidden
    }

    .swiper-slide img[data-v-5c727075] {
        display: block;
        -o-object-fit: cover;
        width: 100%;
        object-fit: cover;
        height: 100%
    }

    .enlarge .close[data-v-5c727075] {
        position: absolute;
        left: 80%;
        top: 4%;
        font-size: 40px;
        font-weight: 700;
        color: #fff
    }

    .p-top[data-v-5c727075] {
        margin-bottom: 62px
    }

    .p-top img[data-v-5c727075] {
        display: block;
        width: 160px;
        height: 100px;
        margin: 0 auto
    }

    .photoImg[data-v-5c727075] {
        width: 730px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto
    }

    .photoImg li[data-v-5c727075] {
        width: 213px;
        border-radius: 10px;
        margin-right: 30px;
        margin-bottom: 74px
    }

    .photoImg li img[data-v-5c727075] {
        border-radius: 10px;
        border: 1px solid #1dd7d2;
        padding: 5px;
        display: block;
        width: 213px;
        height: 150px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .photoImg li:hover img[data-v-5c727075] {
        width: 241px;
        height: 171px;
        border: 4px solid #1dd7d2;
        margin-top: -10px
    }
}

@media screen and (min-width:1920px) {
    .enlarge .close[data-v-5c727075] {
        position: absolute;
        left: 78%;
        top: 13%;
        font-size: 50px;
        font-weight: 700;
        color: #fff
    }

    .swiper-container[data-v-5c727075] {
        width: 700px;
        height: 467px;
        margin: 0 auto;
        margin-top: 12%;
        overflow: hidden
    }

    .swiper-slide img[data-v-5c727075] {
        display: block;
        -o-object-fit: cover;
        width: 1000px;
        object-fit: cover;
        height: 100%
    }

    .p-top[data-v-5c727075] {
        margin-bottom: 62px
    }

    .p-top img[data-v-5c727075] {
        display: block;
        width: 240px;
        height: 140px;
        margin: 0 auto
    }

    .photoImg[data-v-5c727075] {
        width: 1088px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto
    }

    .photoImg li[data-v-5c727075] {
        width: 330px;
        margin-right: 30px;
        margin-bottom: 100px
    }

    .photoImg li img[data-v-5c727075] {
        border: 1px solid #1dd7d2;
        padding: 5px;
        border-radius: 10px;
        display: block;
        width: 320px;
        height: 245px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .photoImg li:hover img[data-v-5c727075] {
        width: 340px;
        height: 260px;
        border: 4px solid #1dd7d2;
        margin-top: -10px
    }
}

@media screen and (min-width:1920px) {
    .v-top[data-v-c7b82956] {
        margin-bottom: 62px
    }

    .v-top img[data-v-c7b82956] {
        display: block;
        width: 240px;
        height: 140px;
        margin: 0 auto
    }

    .videoImg[data-v-c7b82956] {
        width: 1088px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto
    }

    .videoImg li[data-v-c7b82956] {
        position: relative;
        width: 330px;
        margin-right: 30px;
        margin-bottom: 70px
    }

    .videoImg li img[data-v-c7b82956], .videoImg li video[data-v-c7b82956] {
        border-radius: 10px;
        border: 1px solid #1dd7d2;
        padding: 5px;
        display: block;
        width: 320px;
        height: 245px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .videoImg li p[data-v-c7b82956] {
        font-size: 20px;
        font-family: Microsoft YaHei;
        color: #333;
        line-height: 2.7
    }

    .play[data-v-c7b82956] {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: transparent
    }

    .videoImg .play img[data-v-c7b82956] {
        display: block;
        width: 72px;
        height: 72px;
        -o-object-fit: cover;
        object-fit: cover;
        padding-top: 30%;
        margin: 0 auto;
        background-color: transparent;
        border: none
    }
}

@media screen and (max-width:1900px) {
    .v-top[data-v-c7b82956] {
        margin-bottom: 62px
    }

    .v-top img[data-v-c7b82956] {
        display: block;
        width: 160px;
        height: 100px;
        margin: 0 auto
    }

    .videoImg[data-v-c7b82956] {
        width: 730px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto
    }

    .videoImg li[data-v-c7b82956] {
        position: relative;
        width: 213px;
        border-radius: 10px;
        margin-right: 30px;
        margin-bottom: 74px
    }

    .videoImg li img[data-v-c7b82956], .videoImg li video[data-v-c7b82956] {
        border-radius: 10px;
        border: 1px solid #1dd7d2;
        padding: 5px;
        display: block;
        width: 213px;
        height: 150px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .videoImg li p[data-v-c7b82956] {
        font-size: 14px;
        font-family: Microsoft YaHei;
        color: #333;
        line-height: 2.7
    }

    .play[data-v-c7b82956] {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: transparent
    }

    .videoImg .play img[data-v-c7b82956] {
        display: block;
        width: 48px;
        height: 48px;
        -o-object-fit: cover;
        object-fit: cover;
        padding-top: 30%;
        margin: 0 auto;
        background-color: transparent;
        border: none
    }

    .videoImg li:hover .hover[data-v-c7b82956] {
        width: 241px;
        height: 171px;
        border: 4px solid #1dd7d2;
        margin-top: -10px
    }
}

p[data-v-e3994c74] {
    text-align: left !important
}

.newsDetail-page[data-v-66717e79] {
    text-align: left;
    position: relative
}

@media screen and (min-width:1920px) {
    .title[data-v-66717e79] {
        font-size: 36px;
        font-family: SourceHanSansCN;
        color: #333;
        line-height: 1.8;
        text-align: left
    }

    .time[data-v-66717e79] {
        font-size: 16px;
        font-family: SourceHanSansCN;
        color: #666;
        line-height: 1.2;
        margin-bottom: .42rem;
        text-align: left;
        margin-bottom: 10px
    }

    .button[data-v-66717e79] {
        position: absolute;
        right: 0;
        font-size: 14px;
        line-height: 1.2;
        padding: .5rem;
        border-radius: .2rem;
        top: 0
    }
}

@media screen and (max-width:1900px) {
    .title[data-v-66717e79] {
        font-size: 24px;
        font-family: SourceHanSansCN;
        color: #333;
        line-height: 1.8;
        text-align: left
    }

    .time[data-v-66717e79] {
        font-size: 14px;
        font-family: SourceHanSansCN;
        color: #666;
        line-height: 1.2;
        margin-bottom: .42rem;
        text-align: left;
        margin-bottom: 10px
    }

    .button[data-v-66717e79] {
        position: absolute;
        right: 0;
        font-size: 14px;
        line-height: 1.2;
        padding: .5rem;
        border-radius: .2rem;
        top: 0
    }
}

@media screen and (min-width:1920px) {
    .product-list[data-v-944886b6] {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .product-list li[data-v-944886b6] {
        width: 260px;
        padding: 16px;
        border: 1px solid #1dd7d2;
        border-radius: 6px;
        margin-top: 60px;
        margin-right: 45px;
        cursor: pointer
    }

    .product-list li[data-v-944886b6]:first-child, .product-list li[data-v-944886b6]:nth-child(2), .product-list li[data-v-944886b6]:nth-child(3), .product-list li[data-v-944886b6]:nth-child(4) {
        margin-top: 0
    }

    .product-list li img[data-v-944886b6] {
        display: block;
        width: 230px;
        height: 230px;
        border-radius: 6px;
        -o-object-fit: cover;
        object-fit: cover;
        margin-bottom: 5px
    }

    .product-list li .leave[data-v-944886b6] {
        -ms-flex-align: start;
        align-items: flex-start
    }

    .product-list li .leave img[data-v-944886b6] {
        display: block;
        width: 30px;
        height: 30px;
        margin-top: 15px
    }

    .product-list li .star[data-v-944886b6] {
        margin-right: -30px
    }

    .product-list li .star img[data-v-944886b6] {
        display: block;
        width: 39px;
        height: 50px;
        margin: 0 auto
    }

    .product-list .star p[data-v-944886b6] {
        text-align: center;
        font-size: 16px;
        font-family: SourceHanSansCN;
        color: #666;
        line-height: 1.2
    }

    .product-list .name[data-v-944886b6] {
        font-size: 24px;
        font-family: SourceHanSansCN;
        color: #333;
        line-height: 1.8
    }

    .product-list li>p[data-v-944886b6], .product-list li>p span[data-v-944886b6] {
        text-align: center;
        font-size: 20px;
        font-family: SourceHanSansCN;
        color: #999;
        line-height: 1.5
    }
}

@media screen and (max-width:1900px) {
    .product-list[data-v-944886b6] {
        width: 840px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .product-list li[data-v-944886b6] {
        width: 173px;
        padding: 10px;
        border: 1px solid #1dd7d2;
        border-radius: 6px;
        margin-top: 60px;
        margin-right: 31px;
        cursor: pointer
    }

    .product-list li[data-v-944886b6]:first-child, .product-list li[data-v-944886b6]:nth-child(2), .product-list li[data-v-944886b6]:nth-child(3), .product-list li[data-v-944886b6]:nth-child(4) {
        margin-top: 0
    }

    .product-list li img[data-v-944886b6] {
        display: block;
        width: 153px;
        height: 153px;
        border-radius: 6px;
        -o-object-fit: cover;
        object-fit: cover;
        margin-bottom: 5px
    }

    .product-list li .leave[data-v-944886b6] {
        -ms-flex-align: start;
        align-items: flex-start
    }

    .product-list li .leave img[data-v-944886b6] {
        display: block;
        width: 20px;
        height: 20px;
        margin-top: 10px
    }

    .product-list li .star[data-v-944886b6] {
        margin-right: -30px
    }

    .product-list li .star img[data-v-944886b6] {
        display: block;
        width: 26px;
        height: 33px;
        margin: 0 auto
    }

    .product-list .star p[data-v-944886b6] {
        text-align: center;
        font-size: 12px;
        font-family: SourceHanSansCN;
        color: #666;
        line-height: 1.2
    }

    .product-list .name[data-v-944886b6] {
        font-size: 16px;
        font-family: SourceHanSansCN;
        color: #333;
        line-height: 1.8
    }

    .product-list li>p[data-v-944886b6], .product-list li>p span[data-v-944886b6] {
        text-align: center;
        font-size: 12px;
        font-family: SourceHanSansCN;
        color: #999;
        line-height: 1.5
    }

    .product-list li[data-v-944886b6]:hover {
        box-sizing: inherit;
        border-width: 4px
    }
}

@media screen and (min-width:1920px) {
    .product-list[data-v-3a37723b] {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .product-list li[data-v-3a37723b] {
        width: 260px;
        padding: 16px;
        border: 1px solid #1dd7d2;
        border-radius: 6px;
        margin-top: 60px;
        margin-right: 45px;
        cursor: pointer
    }

    .product-list li[data-v-3a37723b]:first-child, .product-list li[data-v-3a37723b]:nth-child(2), .product-list li[data-v-3a37723b]:nth-child(3), .product-list li[data-v-3a37723b]:nth-child(4) {
        margin-top: 0
    }

    .product-list li img[data-v-3a37723b] {
        display: block;
        width: 230px;
        height: 230px;
        border-radius: 6px;
        -o-object-fit: cover;
        object-fit: cover;
        margin-bottom: 5px
    }

    .product-list li .leave[data-v-3a37723b] {
        -ms-flex-align: start;
        align-items: flex-start
    }

    .product-list li .leave img[data-v-3a37723b] {
        display: block;
        width: 30px;
        height: 30px;
        margin-top: 15px
    }

    .product-list li .star[data-v-3a37723b] {
        margin-right: -30px
    }

    .product-list li .star img[data-v-3a37723b] {
        display: block;
        width: 39px;
        height: 50px;
        margin: 0 auto
    }

    .product-list .star p[data-v-3a37723b] {
        text-align: center;
        font-size: 16px;
        font-family: SourceHanSansCN;
        color: #666;
        line-height: 1.2
    }

    .product-list .name[data-v-3a37723b] {
        font-size: 24px;
        font-family: SourceHanSansCN;
        color: #333;
        line-height: 1.8
    }

    .product-list li>p[data-v-3a37723b], .product-list li>p span[data-v-3a37723b] {
        text-align: center;
        font-size: 20px;
        font-family: SourceHanSansCN;
        color: #999;
        line-height: 1.5
    }
}

@media screen and (max-width:1900px) {
    .product-list[data-v-3a37723b] {
        width: 840px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .product-list li[data-v-3a37723b] {
        width: 173px;
        padding: 10px;
        border: 1px solid #1dd7d2;
        border-radius: 6px;
        margin-top: 60px;
        margin-right: 31px;
        cursor: pointer
    }

    .product-list li[data-v-3a37723b]:first-child, .product-list li[data-v-3a37723b]:nth-child(2), .product-list li[data-v-3a37723b]:nth-child(3), .product-list li[data-v-3a37723b]:nth-child(4) {
        margin-top: 0
    }

    .product-list li img[data-v-3a37723b] {
        display: block;
        width: 153px;
        height: 153px;
        border-radius: 6px;
        -o-object-fit: cover;
        object-fit: cover;
        margin-bottom: 5px
    }

    .product-list li .leave[data-v-3a37723b] {
        -ms-flex-align: start;
        align-items: flex-start
    }

    .product-list li .leave img[data-v-3a37723b] {
        display: block;
        width: 20px;
        height: 20px;
        margin-top: 10px
    }

    .product-list li .star[data-v-3a37723b] {
        margin-right: -30px
    }

    .product-list li .star img[data-v-3a37723b] {
        display: block;
        width: 26px;
        height: 33px;
        margin: 0 auto
    }

    .product-list .star p[data-v-3a37723b] {
        text-align: center;
        font-size: 12px;
        font-family: SourceHanSansCN;
        color: #666;
        line-height: 1.2
    }

    .product-list .name[data-v-3a37723b] {
        font-size: 16px;
        font-family: SourceHanSansCN;
        color: #333;
        line-height: 1.8
    }

    .product-list li>p[data-v-3a37723b], .product-list li>p span[data-v-3a37723b] {
        text-align: center;
        font-size: 12px;
        font-family: SourceHanSansCN;
        color: #999;
        line-height: 1.5
    }

    .product-list li[data-v-3a37723b]:hover {
        box-sizing: inherit;
        border-width: 4px
    }
}

.swiper-container {
    margin: 0 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 {
    -ms-flex-direction: column;
    flex-direction: column
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-3d .swiper-slide-shadow-bottom {
    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: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    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 {
    left: 10px;
    right: auto
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    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: 10px;
    left: 0;
    width: 100%
}

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

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

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

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

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

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

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

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

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    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: #007aff
}

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

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

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

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

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

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

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

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .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%;
    transform: scale(0);
    transform-origin: left top
}

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

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

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

.swiper-pagination-white .swiper-pagination-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: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: 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: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    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")
}

@keyframes swiper-preloader-spin {
    to {
        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 {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    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;
    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 {
    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;
    filter: blur(50px);
    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: 1200px
}
.logo-img {
    filter: brightness(0) saturate(100%);
}
.white-logo .logo-img {
    filter: invert(1);
}

.new-icon img {
  filter: brightness(0) saturate(100%);
}
.white-logo .new-icon img {
      filter: none;
}
.new-icon:hover img,.white-logo .new-icon:hover img{
     filter: brightness(0) saturate(100%) invert(53%) sepia(100%) saturate(2000%) hue-rotate(150deg) brightness(90%) contrast(85%);
}

