.w {
    width: 1200px;
    margin: 0 auto
}

.floor_two {
    text-align: center
}

.floor_two .title {
    font-size: 36px;
    font-weight: 400
}

.floor_two .main {
    color: #888;
    margin-top: 19px;
    margin-bottom: 59px
}

.index-page .w .main {
    margin-bottom: 40px;
    font-size: 16px
}

.clearfix {
    zoom: 1
}

.floor_two .clear {
    overflow: hidden;
    clear: both
}

.floor_two .list_two .list_common {
    width: 285px;
    float: left;
    margin-right: 20px;
    box-shadow: 0 5px 10px 0 hsla(0, 0%, 52.9%, .1);
    border-radius: 5px 5px 0 0;
    background-color: #fff
}

.floor_two .list_two .list_common:nth-child(4n) {
    margin-right: 0
}

.floor_two .list_two .li_header {
    position: relative;
    text-align: center;
    box-sizing: border-box;
    padding-top: 30px;
    width: 100%;
    height: 170px
}

.floor_two .list_two .list_two_one .li_header {
    background: #f4704e;
    background: linear-gradient(45deg, #f4704e, #e32041);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#f4704e", endColorstr="#e32041", GradientType=1);
    border-radius: 5px
}

.floor_two .list_two .list_two_two .li_header {
    background: #34e5b0;
    background: linear-gradient(135deg, #34e5b0, #0ad4d7);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#34e5b0", endColorstr="#0ad4d7", GradientType=1);
    border-radius: 5px
}

.floor_two .list_two .list_two_four .li_header,
.floor_two .list_two .list_two_three .li_header {
    background: #2ac5fd;
    background: linear-gradient(135deg, #2ac5fd, #1396fb);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#2ac5fd", endColorstr="#1396fb", GradientType=1);
    border-radius: 5px
}

.floor_two .list_two .li_header .text_top {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    line-height: 36px;
    margin-bottom: 10px
}

.floor_two .list_two .li_header .text_shadow {
    width: 220px;
    height: 36px;
    line-height: 36px;
    background: rgba(49, 56, 67, .2);
    border-radius: 18px;
    box-sizing: border-box;
    margin: 0 auto
}

.floor_two .list_two .li_header .text_bottom {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 36px
}

.floor_two .list_two .li_header .img {
    width: 81px;
    height: 81px;
    background: #fff;
    box-shadow: 0 5px 10px 0 hsla(0, 0%, 52.9%, .1);
    border-radius: 50%;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%)
}

.floor_two .list_two .li_header .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.floor_two .list_two .li_main {
    position: relative;
    padding-top: 70px;
    text-align: left
}

.floor_two .list_two .li_main .one {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-left: 57px;
    margin-bottom: 2px
}

.floor_two .list_two .li_main .one:before {
    width: 11px;
    height: 11px;
    display: inline-block;
    background: url("2f-circle1.11b4075.png") 50%;
    position: absolute;
    content: "";
    left: -22px;
    top: 6px
}

.floor_two .li_main .one {
    color: #333;
    cursor: pointer
}

.floor_two .list_two .li_main .two {
    color: #888;
    font-size: 14px;
    margin-left: 57px;
    margin-bottom: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.floor_two .list_two .li_main .more {
    padding-bottom: 20px;
    cursor: pointer
}

.floor_two .list_two .li_main .more .a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #bbb;
    padding-left: 35px;
    padding-right: 35px;
    text-align: right
}

.fl {
    float: left
}

a img {
    border: none
}

.floor_two .li_main .one:hover {
    color: #f03b3b
}

.floor_two .list_two li:hover {
    box-shadow: 0 10px 40px 0 hsla(0, 0%, 52.9%, .15)
}


/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */

:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1
}

.animate__animated {
    -webkit-animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: 1s;
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animate__animated.animate__infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animate__animated.animate__repeat-1 {
    -webkit-animation-iteration-count: 1;
    -webkit-animation-iteration-count: var(--animate-repeat);
    animation-iteration-count: 1;
    animation-iteration-count: var(--animate-repeat)
}

.animate__animated.animate__repeat-2 {
    -webkit-animation-iteration-count: 2;
    -webkit-animation-iteration-count: calc(var(--animate-repeat)*2);
    animation-iteration-count: 2;
    animation-iteration-count: calc(var(--animate-repeat)*2)
}

.animate__animated.animate__repeat-3 {
    -webkit-animation-iteration-count: 3;
    -webkit-animation-iteration-count: calc(var(--animate-repeat)*3);
    animation-iteration-count: 3;
    animation-iteration-count: calc(var(--animate-repeat)*3)
}

.animate__animated.animate__delay-1s {
    -webkit-animation-delay: 1s;
    -webkit-animation-delay: var(--animate-delay);
    animation-delay: 1s;
    animation-delay: var(--animate-delay)
}

.animate__animated.animate__delay-2s {
    -webkit-animation-delay: 2s;
    -webkit-animation-delay: calc(var(--animate-delay)*2);
    animation-delay: 2s;
    animation-delay: calc(var(--animate-delay)*2)
}

.animate__animated.animate__delay-3s {
    -webkit-animation-delay: 3s;
    -webkit-animation-delay: calc(var(--animate-delay)*3);
    animation-delay: 3s;
    animation-delay: calc(var(--animate-delay)*3)
}

.animate__animated.animate__delay-4s {
    -webkit-animation-delay: 4s;
    -webkit-animation-delay: calc(var(--animate-delay)*4);
    animation-delay: 4s;
    animation-delay: calc(var(--animate-delay)*4)
}

.animate__animated.animate__delay-5s {
    -webkit-animation-delay: 5s;
    -webkit-animation-delay: calc(var(--animate-delay)*5);
    animation-delay: 5s;
    animation-delay: calc(var(--animate-delay)*5)
}

.animate__animated.animate__faster {
    -webkit-animation-duration: .5s;
    -webkit-animation-duration: calc(var(--animate-duration)/2);
    animation-duration: .5s;
    animation-duration: calc(var(--animate-duration)/2)
}

.animate__animated.animate__fast {
    -webkit-animation-duration: .8s;
    -webkit-animation-duration: calc(var(--animate-duration)*0.8);
    animation-duration: .8s;
    animation-duration: calc(var(--animate-duration)*0.8)
}

.animate__animated.animate__slow {
    -webkit-animation-duration: 2s;
    -webkit-animation-duration: calc(var(--animate-duration)*2);
    animation-duration: 2s;
    animation-duration: calc(var(--animate-duration)*2)
}

.animate__animated.animate__slower {
    -webkit-animation-duration: 3s;
    -webkit-animation-duration: calc(var(--animate-duration)*3);
    animation-duration: 3s;
    animation-duration: calc(var(--animate-duration)*3)
}

@media (prefers-reduced-motion:reduce),
print {
    .animate__animated {
        -webkit-animation-duration: 1ms!important;
        animation-duration: 1ms!important;
        transition-duration: 1ms!important;
        -webkit-animation-iteration-count: 1!important;
        animation-iteration-count: 1!important
    }
    .animate__animated[class*=Out] {
        opacity: 0
    }
}

@-webkit-keyframes bounce-data-v-0dc6ea9e {
    0%,
    20%,
    53%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0) scaleY(1.1)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0) scaleY(1.05)
    }
    80% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0) scaleY(.95)
    }
    90% {
        transform: translate3d(0, -4px, 0) scaleY(1.02)
    }
}

@keyframes bounce-data-v-0dc6ea9e {
    0%,
    20%,
    53%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0) scaleY(1.1)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0) scaleY(1.05)
    }
    80% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0) scaleY(.95)
    }
    90% {
        transform: translate3d(0, -4px, 0) scaleY(1.02)
    }
}

.animate__bounce {
    -webkit-animation-name: bounce-data-v-0dc6ea9e;
    animation-name: bounce-data-v-0dc6ea9e;
    transform-origin: center bottom
}

@-webkit-keyframes flash-data-v-0dc6ea9e {
    0%,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash-data-v-0dc6ea9e {
    0%,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.animate__flash {
    -webkit-animation-name: flash-data-v-0dc6ea9e;
    animation-name: flash-data-v-0dc6ea9e
}

@-webkit-keyframes pulse-data-v-0dc6ea9e {
    0% {
        transform: scaleX(1)
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        transform: scaleX(1)
    }
}

@keyframes pulse-data-v-0dc6ea9e {
    0% {
        transform: scaleX(1)
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        transform: scaleX(1)
    }
}

.animate__pulse {
    -webkit-animation-name: pulse-data-v-0dc6ea9e;
    animation-name: pulse-data-v-0dc6ea9e;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes rubberBand-data-v-0dc6ea9e {
    0% {
        transform: scaleX(1)
    }
    30% {
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        transform: scale3d(1.05, .95, 1)
    }
    to {
        transform: scaleX(1)
    }
}

@keyframes rubberBand-data-v-0dc6ea9e {
    0% {
        transform: scaleX(1)
    }
    30% {
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        transform: scale3d(1.05, .95, 1)
    }
    to {
        transform: scaleX(1)
    }
}

.animate__rubberBand {
    -webkit-animation-name: rubberBand-data-v-0dc6ea9e;
    animation-name: rubberBand-data-v-0dc6ea9e
}

@-webkit-keyframes shakeX-data-v-0dc6ea9e {
    0%,
    to {
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shakeX-data-v-0dc6ea9e {
    0%,
    to {
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

.animate__shakeX {
    -webkit-animation-name: shakeX-data-v-0dc6ea9e;
    animation-name: shakeX-data-v-0dc6ea9e
}

@-webkit-keyframes shakeY-data-v-0dc6ea9e {
    0%,
    to {
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(0, -10px, 0)
    }
    20%,
    40%,
    60%,
    80% {
        transform: translate3d(0, 10px, 0)
    }
}

@keyframes shakeY-data-v-0dc6ea9e {
    0%,
    to {
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(0, -10px, 0)
    }
    20%,
    40%,
    60%,
    80% {
        transform: translate3d(0, 10px, 0)
    }
}

.animate__shakeY {
    -webkit-animation-name: shakeY-data-v-0dc6ea9e;
    animation-name: shakeY-data-v-0dc6ea9e
}

@-webkit-keyframes headShake-data-v-0dc6ea9e {
    0% {
        transform: translateX(0)
    }
    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        transform: translateX(0)
    }
}

@keyframes headShake-data-v-0dc6ea9e {
    0% {
        transform: translateX(0)
    }
    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        transform: translateX(0)
    }
}

.animate__headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake-data-v-0dc6ea9e;
    animation-name: headShake-data-v-0dc6ea9e
}

@-webkit-keyframes swing-data-v-0dc6ea9e {
    20% {
        transform: rotate(15deg)
    }
    40% {
        transform: rotate(-10deg)
    }
    60% {
        transform: rotate(5deg)
    }
    80% {
        transform: rotate(-5deg)
    }
    to {
        transform: rotate(0deg)
    }
}

@keyframes swing-data-v-0dc6ea9e {
    20% {
        transform: rotate(15deg)
    }
    40% {
        transform: rotate(-10deg)
    }
    60% {
        transform: rotate(5deg)
    }
    80% {
        transform: rotate(-5deg)
    }
    to {
        transform: rotate(0deg)
    }
}

.animate__swing {
    transform-origin: top center;
    -webkit-animation-name: swing-data-v-0dc6ea9e;
    animation-name: swing-data-v-0dc6ea9e
}

@-webkit-keyframes tada-data-v-0dc6ea9e {
    0% {
        transform: scaleX(1)
    }
    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        transform: scaleX(1)
    }
}

@keyframes tada-data-v-0dc6ea9e {
    0% {
        transform: scaleX(1)
    }
    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        transform: scaleX(1)
    }
}

.animate__tada {
    -webkit-animation-name: tada-data-v-0dc6ea9e;
    animation-name: tada-data-v-0dc6ea9e
}

@-webkit-keyframes wobble-data-v-0dc6ea9e {
    0% {
        transform: translateZ(0)
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes wobble-data-v-0dc6ea9e {
    0% {
        transform: translateZ(0)
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        transform: translateZ(0)
    }
}

.animate__wobble {
    -webkit-animation-name: wobble-data-v-0dc6ea9e;
    animation-name: wobble-data-v-0dc6ea9e
}

@-webkit-keyframes jello-data-v-0dc6ea9e {
    0%,
    11.1%,
    to {
        transform: translateZ(0)
    }
    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello-data-v-0dc6ea9e {
    0%,
    11.1%,
    to {
        transform: translateZ(0)
    }
    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.animate__jello {
    -webkit-animation-name: jello-data-v-0dc6ea9e;
    animation-name: jello-data-v-0dc6ea9e;
    transform-origin: center
}

@-webkit-keyframes heartBeat-data-v-0dc6ea9e {
    0% {
        transform: scale(1)
    }
    14% {
        transform: scale(1.3)
    }
    28% {
        transform: scale(1)
    }
    42% {
        transform: scale(1.3)
    }
    70% {
        transform: scale(1)
    }
}

@keyframes heartBeat-data-v-0dc6ea9e {
    0% {
        transform: scale(1)
    }
    14% {
        transform: scale(1.3)
    }
    28% {
        transform: scale(1)
    }
    42% {
        transform: scale(1.3)
    }
    70% {
        transform: scale(1)
    }
}

.animate__heartBeat {
    -webkit-animation-name: heartBeat-data-v-0dc6ea9e;
    animation-name: heartBeat-data-v-0dc6ea9e;
    -webkit-animation-duration: 1.3s;
    -webkit-animation-duration: calc(var(--animate-duration)*1.3);
    animation-duration: 1.3s;
    animation-duration: calc(var(--animate-duration)*1.3);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes backInDown-data-v-0dc6ea9e {
    0% {
        transform: translateY(-1200px) scale(.7);
        opacity: .7
    }
    80% {
        transform: translateY(0) scale(.7);
        opacity: .7
    }
    to {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInDown-data-v-0dc6ea9e {
    0% {
        transform: translateY(-1200px) scale(.7);
        opacity: .7
    }
    80% {
        transform: translateY(0) scale(.7);
        opacity: .7
    }
    to {
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInDown {
    -webkit-animation-name: backInDown-data-v-0dc6ea9e;
    animation-name: backInDown-data-v-0dc6ea9e
}

@-webkit-keyframes backInLeft-data-v-0dc6ea9e {
    0% {
        transform: translateX(-2000px) scale(.7);
        opacity: .7
    }
    80% {
        transform: translateX(0) scale(.7);
        opacity: .7
    }
    to {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInLeft-data-v-0dc6ea9e {
    0% {
        transform: translateX(-2000px) scale(.7);
        opacity: .7
    }
    80% {
        transform: translateX(0) scale(.7);
        opacity: .7
    }
    to {
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInLeft {
    -webkit-animation-name: backInLeft-data-v-0dc6ea9e;
    animation-name: backInLeft-data-v-0dc6ea9e
}

@-webkit-keyframes backInRight-data-v-0dc6ea9e {
    0% {
        transform: translateX(2000px) scale(.7);
        opacity: .7
    }
    80% {
        transform: translateX(0) scale(.7);
        opacity: .7
    }
    to {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInRight-data-v-0dc6ea9e {
    0% {
        transform: translateX(2000px) scale(.7);
        opacity: .7
    }
    80% {
        transform: translateX(0) scale(.7);
        opacity: .7
    }
    to {
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInRight {
    -webkit-animation-name: backInRight-data-v-0dc6ea9e;
    animation-name: backInRight-data-v-0dc6ea9e
}

@-webkit-keyframes backInUp-data-v-0dc6ea9e {
    0% {
        transform: translateY(1200px) scale(.7);
        opacity: .7
    }
    80% {
        transform: translateY(0) scale(.7);
        opacity: .7
    }
    to {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInUp-data-v-0dc6ea9e {
    0% {
        transform: translateY(1200px) scale(.7);
        opacity: .7
    }
    80% {
        transform: translateY(0) scale(.7);
        opacity: .7
    }
    to {
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInUp {
    -webkit-animation-name: backInUp-data-v-0dc6ea9e;
    animation-name: backInUp-data-v-0dc6ea9e
}

@-webkit-keyframes backOutDown-data-v-0dc6ea9e {
    0% {
        transform: scale(1);
        opacity: 1
    }
    20% {
        transform: translateY(0) scale(.7);
        opacity: .7
    }
    to {
        transform: translateY(700px) scale(.7);
        opacity: .7
    }
}

@keyframes backOutDown-data-v-0dc6ea9e {
    0% {
        transform: scale(1);
        opacity: 1
    }
    20% {
        transform: translateY(0) scale(.7);
        opacity: .7
    }
    to {
        transform: translateY(700px) scale(.7);
        opacity: .7
    }
}

.animate__backOutDown {
    -webkit-animation-name: backOutDown-data-v-0dc6ea9e;
    animation-name: backOutDown-data-v-0dc6ea9e
}

@-webkit-keyframes backOutLeft-data-v-0dc6ea9e {
    0% {
        transform: scale(1);
        opacity: 1
    }
    20% {
        transform: translateX(0) scale(.7);
        opacity: .7
    }
    to {
        transform: translateX(-2000px) scale(.7);
        opacity: .7
    }
}

@keyframes backOutLeft-data-v-0dc6ea9e {
    0% {
        transform: scale(1);
        opacity: 1
    }
    20% {
        transform: translateX(0) scale(.7);
        opacity: .7
    }
    to {
        transform: translateX(-2000px) scale(.7);
        opacity: .7
    }
}

.animate__backOutLeft {
    -webkit-animation-name: backOutLeft-data-v-0dc6ea9e;
    animation-name: backOutLeft-data-v-0dc6ea9e
}

@-webkit-keyframes backOutRight-data-v-0dc6ea9e {
    0% {
        transform: scale(1);
        opacity: 1
    }
    20% {
        transform: translateX(0) scale(.7);
        opacity: .7
    }
    to {
        transform: translateX(2000px) scale(.7);
        opacity: .7
    }
}

@keyframes backOutRight-data-v-0dc6ea9e {
    0% {
        transform: scale(1);
        opacity: 1
    }
    20% {
        transform: translateX(0) scale(.7);
        opacity: .7
    }
    to {
        transform: translateX(2000px) scale(.7);
        opacity: .7
    }
}

.animate__backOutRight {
    -webkit-animation-name: backOutRight-data-v-0dc6ea9e;
    animation-name: backOutRight-data-v-0dc6ea9e
}

@-webkit-keyframes backOutUp-data-v-0dc6ea9e {
    0% {
        transform: scale(1);
        opacity: 1
    }
    20% {
        transform: translateY(0) scale(.7);
        opacity: .7
    }
    to {
        transform: translateY(-700px) scale(.7);
        opacity: .7
    }
}

@keyframes backOutUp-data-v-0dc6ea9e {
    0% {
        transform: scale(1);
        opacity: 1
    }
    20% {
        transform: translateY(0) scale(.7);
        opacity: .7
    }
    to {
        transform: translateY(-700px) scale(.7);
        opacity: .7
    }
}

.animate__backOutUp {
    -webkit-animation-name: backOutUp-data-v-0dc6ea9e;
    animation-name: backOutUp-data-v-0dc6ea9e
}

@-webkit-keyframes bounceIn-data-v-0dc6ea9e {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes bounceIn-data-v-0dc6ea9e {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

.animate__bounceIn {
    -webkit-animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration)*0.75);
    animation-duration: .75s;
    animation-duration: calc(var(--animate-duration)*0.75);
    -webkit-animation-name: bounceIn-data-v-0dc6ea9e;
    animation-name: bounceIn-data-v-0dc6ea9e
}

@-webkit-keyframes bounceInDown-data-v-0dc6ea9e {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0) scaleY(3)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0) scaleY(.9)
    }
    75% {
        transform: translate3d(0, -10px, 0) scaleY(.95)
    }
    90% {
        transform: translate3d(0, 5px, 0) scaleY(.985)
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes bounceInDown-data-v-0dc6ea9e {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0) scaleY(3)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0) scaleY(.9)
    }
    75% {
        transform: translate3d(0, -10px, 0) scaleY(.95)
    }
    90% {
        transform: translate3d(0, 5px, 0) scaleY(.985)
    }
    to {
        transform: translateZ(0)
    }
}

.animate__bounceInDown {
    -webkit-animation-name: bounceInDown-data-v-0dc6ea9e;
    animation-name: bounceInDown-data-v-0dc6ea9e
}

@-webkit-keyframes bounceInLeft-data-v-0dc6ea9e {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0) scaleX(3)
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0) scaleX(1)
    }
    75% {
        transform: translate3d(-10px, 0, 0) scaleX(.98)
    }
    90% {
        transform: translate3d(5px, 0, 0) scaleX(.995)
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes bounceInLeft-data-v-0dc6ea9e {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0) scaleX(3)
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0) scaleX(1)
    }
    75% {
        transform: translate3d(-10px, 0, 0) scaleX(.98)
    }
    90% {
        transform: translate3d(5px, 0, 0) scaleX(.995)
    }
    to {
        transform: translateZ(0)
    }
}

.animate__bounceInLeft {
    -webkit-animation-name: bounceInLeft-data-v-0dc6ea9e;
    animation-name: bounceInLeft-data-v-0dc6ea9e
}

@-webkit-keyframes bounceInRight-data-v-0dc6ea9e {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0) scaleX(3)
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0) scaleX(1)
    }
    75% {
        transform: translate3d(10px, 0, 0) scaleX(.98)
    }
    90% {
        transform: translate3d(-5px, 0, 0) scaleX(.995)
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes bounceInRight-data-v-0dc6ea9e {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0) scaleX(3)
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0) scaleX(1)
    }
    75% {
        transform: translate3d(10px, 0, 0) scaleX(.98)
    }
    90% {
        transform: translate3d(-5px, 0, 0) scaleX(.995)
    }
    to {
        transform: translateZ(0)
    }
}

.animate__bounceInRight {
    -webkit-animation-name: bounceInRight-data-v-0dc6ea9e;
    animation-name: bounceInRight-data-v-0dc6ea9e
}

@-webkit-keyframes bounceInUp-data-v-0dc6ea9e {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0) scaleY(5)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0) scaleY(.9)
    }
    75% {
        transform: translate3d(0, 10px, 0) scaleY(.95)
    }
    90% {
        transform: translate3d(0, -5px, 0) scaleY(.985)
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes bounceInUp-data-v-0dc6ea9e {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0) scaleY(5)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0) scaleY(.9)
    }
    75% {
        transform: translate3d(0, 10px, 0) scaleY(.95)
    }
    90% {
        transform: translate3d(0, -5px, 0) scaleY(.985)
    }
    to {
        transform: translateZ(0)
    }
}

.animate__bounceInUp {
    -webkit-animation-name: bounceInUp-data-v-0dc6ea9e;
    animation-name: bounceInUp-data-v-0dc6ea9e
}

@-webkit-keyframes bounceOut-data-v-0dc6ea9e {
    20% {
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut-data-v-0dc6ea9e {
    20% {
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

.animate__bounceOut {
    -webkit-animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration)*0.75);
    animation-duration: .75s;
    animation-duration: calc(var(--animate-duration)*0.75);
    -webkit-animation-name: bounceOut-data-v-0dc6ea9e;
    animation-name: bounceOut-data-v-0dc6ea9e
}

@-webkit-keyframes bounceOutDown-data-v-0dc6ea9e {
    20% {
        transform: translate3d(0, 10px, 0) scaleY(.985)
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0) scaleY(.9)
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0) scaleY(3)
    }
}

@keyframes bounceOutDown-data-v-0dc6ea9e {
    20% {
        transform: translate3d(0, 10px, 0) scaleY(.985)
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0) scaleY(.9)
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0) scaleY(3)
    }
}

.animate__bounceOutDown {
    -webkit-animation-name: bounceOutDown-data-v-0dc6ea9e;
    animation-name: bounceOutDown-data-v-0dc6ea9e
}

@-webkit-keyframes bounceOutLeft-data-v-0dc6ea9e {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0) scaleX(.9)
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0) scaleX(2)
    }
}

@keyframes bounceOutLeft-data-v-0dc6ea9e {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0) scaleX(.9)
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0) scaleX(2)
    }
}

.animate__bounceOutLeft {
    -webkit-animation-name: bounceOutLeft-data-v-0dc6ea9e;
    animation-name: bounceOutLeft-data-v-0dc6ea9e
}

@-webkit-keyframes bounceOutRight-data-v-0dc6ea9e {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0) scaleX(.9)
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0) scaleX(2)
    }
}

@keyframes bounceOutRight-data-v-0dc6ea9e {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0) scaleX(.9)
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0) scaleX(2)
    }
}

.animate__bounceOutRight {
    -webkit-animation-name: bounceOutRight-data-v-0dc6ea9e;
    animation-name: bounceOutRight-data-v-0dc6ea9e
}

@-webkit-keyframes bounceOutUp-data-v-0dc6ea9e {
    20% {
        transform: translate3d(0, -10px, 0) scaleY(.985)
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0) scaleY(.9)
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0) scaleY(3)
    }
}

@keyframes bounceOutUp-data-v-0dc6ea9e {
    20% {
        transform: translate3d(0, -10px, 0) scaleY(.985)
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0) scaleY(.9)
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0) scaleY(3)
    }
}

.animate__bounceOutUp {
    -webkit-animation-name: bounceOutUp-data-v-0dc6ea9e;
    animation-name: bounceOutUp-data-v-0dc6ea9e
}

@-webkit-keyframes fadeIn-data-v-0dc6ea9e {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn-data-v-0dc6ea9e {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.animate__fadeIn {
    -webkit-animation-name: fadeIn-data-v-0dc6ea9e;
    animation-name: fadeIn-data-v-0dc6ea9e
}

@-webkit-keyframes fadeInDown-data-v-0dc6ea9e {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInDown-data-v-0dc6ea9e {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInDown {
    -webkit-animation-name: fadeInDown-data-v-0dc6ea9e;
    animation-name: fadeInDown-data-v-0dc6ea9e
}

@-webkit-keyframes fadeInDownBig-data-v-0dc6ea9e {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInDownBig-data-v-0dc6ea9e {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInDownBig {
    -webkit-animation-name: fadeInDownBig-data-v-0dc6ea9e;
    animation-name: fadeInDownBig-data-v-0dc6ea9e
}

@-webkit-keyframes fadeInLeft-data-v-0dc6ea9e {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft-data-v-0dc6ea9e {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInLeft {
    -webkit-animation-name: fadeInLeft-data-v-0dc6ea9e;
    animation-name: fadeInLeft-data-v-0dc6ea9e
}

@-webkit-keyframes fadeInLeftBig-data-v-0dc6ea9e {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInLeftBig-data-v-0dc6ea9e {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig-data-v-0dc6ea9e;
    animation-name: fadeInLeftBig-data-v-0dc6ea9e
}

@-webkit-keyframes fadeInRight-data-v-0dc6ea9e {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInRight-data-v-0dc6ea9e {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInRight {
    -webkit-animation-name: fadeInRight-data-v-0dc6ea9e;
    animation-name: fadeInRight-data-v-0dc6ea9e
}

@-webkit-keyframes fadeInRightBig-data-v-0dc6ea9e {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInRightBig-data-v-0dc6ea9e {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInRightBig {
    -webkit-animation-name: fadeInRightBig-data-v-0dc6ea9e;
    animation-name: fadeInRightBig-data-v-0dc6ea9e
}

@-webkit-keyframes fadeInUp-data-v-0dc6ea9e {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInUp-data-v-0dc6ea9e {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInUp {
    -webkit-animation-name: fadeInUp-data-v-0dc6ea9e;
    animation-name: fadeInUp-data-v-0dc6ea9e
}

@-webkit-keyframes fadeInUpBig-data-v-0dc6ea9e {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInUpBig-data-v-0dc6ea9e {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInUpBig {
    -webkit-animation-name: fadeInUpBig-data-v-0dc6ea9e;
    animation-name: fadeInUpBig-data-v-0dc6ea9e
}

@-webkit-keyframes fadeInTopLeft-data-v-0dc6ea9e {
    0% {
        opacity: 0;
        transform: translate3d(-100%, -100%, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInTopLeft-data-v-0dc6ea9e {
    0% {
        opacity: 0;
        transform: translate3d(-100%, -100%, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInTopLeft {
    -webkit-animation-name: fadeInTopLeft-data-v-0dc6ea9e;
    animation-name: fadeInTopLeft-data-v-0dc6ea9e
}

@-webkit-keyframes fadeInTopRight-data-v-0dc6ea9e {
    0% {
        opacity: 0;
        transform: translate3d(100%, -100%, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInTopRight-data-v-0dc6ea9e {
    0% {
        opacity: 0;
        transform: translate3d(100%, -100%, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInTopRight {
    -webkit-animation-name: fadeInTopRight-data-v-0dc6ea9e;
    animation-name: fadeInTopRight-data-v-0dc6ea9e
}

@-webkit-keyframes fadeInBottomLeft-data-v-0dc6ea9e {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 100%, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInBottomLeft-data-v-0dc6ea9e {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 100%, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInBottomLeft {
    -webkit-animation-name: fadeInBottomLeft-data-v-0dc6ea9e;
    animation-name: fadeInBottomLeft-data-v-0dc6ea9e
}

@-webkit-keyframes fadeInBottomRight-data-v-0dc6ea9e {
    0% {
        opacity: 0;
        transform: translate3d(100%, 100%, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInBottomRight-data-v-0dc6ea9e {
    0% {
        opacity: 0;
        transform: translate3d(100%, 100%, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInBottomRight {
    -webkit-animation-name: fadeInBottomRight-data-v-0dc6ea9e;
    animation-name: fadeInBottomRight-data-v-0dc6ea9e
}

@-webkit-keyframes fadeOut-data-v-0dc6ea9e {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut-data-v-0dc6ea9e {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.animate__fadeOut {
    -webkit-animation-name: fadeOut-data-v-0dc6ea9e;
    animation-name: fadeOut-data-v-0dc6ea9e
}

@-webkit-keyframes fadeOutDown-data-v-0dc6ea9e {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown-data-v-0dc6ea9e {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.animate__fadeOutDown {
    -webkit-animation-name: fadeOutDown-data-v-0dc6ea9e;
    animation-name: fadeOutDown-data-v-0dc6ea9e
}

@-webkit-keyframes fadeOutDownBig-data-v-0dc6ea9e {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig-data-v-0dc6ea9e {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.animate__fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig-data-v-0dc6ea9e;
    animation-name: fadeOutDownBig-data-v-0dc6ea9e
}

@-webkit-keyframes fadeOutLeft-data-v-0dc6ea9e {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft-data-v-0dc6ea9e {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.animate__fadeOutLeft {
    -webkit-animation-name: fadeOutLeft-data-v-0dc6ea9e;
    animation-name: fadeOutLeft-data-v-0dc6ea9e
}

@-webkit-keyframes fadeOutLeftBig-data-v-0dc6ea9e {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig-data-v-0dc6ea9e {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.animate__fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig-data-v-0dc6ea9e;
    animation-name: fadeOutLeftBig-data-v-0dc6ea9e
}

@-webkit-keyframes fadeOutRight-data-v-0dc6ea9e {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight-data-v-0dc6ea9e {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.animate__fadeOutRight {
    -webkit-animation-name: fadeOutRight-data-v-0dc6ea9e;
    animation-name: fadeOutRight-data-v-0dc6ea9e
}

@-webkit-keyframes fadeOutRightBig-data-v-0dc6ea9e {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig-data-v-0dc6ea9e {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.animate__fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig-data-v-0dc6ea9e;
    animation-name: fadeOutRightBig-data-v-0dc6ea9e
}

@-webkit-keyframes fadeOutUp-data-v-0dc6ea9e {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp-data-v-0dc6ea9e {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.animate__fadeOutUp {
    -webkit-animation-name: fadeOutUp-data-v-0dc6ea9e;
    animation-name: fadeOutUp-data-v-0dc6ea9e
}

@-webkit-keyframes fadeOutUpBig-data-v-0dc6ea9e {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig-data-v-0dc6ea9e {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.animate__fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig-data-v-0dc6ea9e;
    animation-name: fadeOutUpBig-data-v-0dc6ea9e
}

@-webkit-keyframes fadeOutTopLeft-data-v-0dc6ea9e {
    0% {
        opacity: 1;
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        transform: translate3d(-100%, -100%, 0)
    }
}

@keyframes fadeOutTopLeft-data-v-0dc6ea9e {
    0% {
        opacity: 1;
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        transform: translate3d(-100%, -100%, 0)
    }
}

.animate__fadeOutTopLeft {
    -webkit-animation-name: fadeOutTopLeft-data-v-0dc6ea9e;
    animation-name: fadeOutTopLeft-data-v-0dc6ea9e
}

@-webkit-keyframes fadeOutTopRight-data-v-0dc6ea9e {
    0% {
        opacity: 1;
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        transform: translate3d(100%, -100%, 0)
    }
}

@keyframes fadeOutTopRight-data-v-0dc6ea9e {
    0% {
        opacity: 1;
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        transform: translate3d(100%, -100%, 0)
    }
}

.animate__fadeOutTopRight {
    -webkit-animation-name: fadeOutTopRight-data-v-0dc6ea9e;
    animation-name: fadeOutTopRight-data-v-0dc6ea9e
}

@-webkit-keyframes fadeOutBottomRight-data-v-0dc6ea9e {
    0% {
        opacity: 1;
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 100%, 0)
    }
}

@keyframes fadeOutBottomRight-data-v-0dc6ea9e {
    0% {
        opacity: 1;
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 100%, 0)
    }
}

.animate__fadeOutBottomRight {
    -webkit-animation-name: fadeOutBottomRight-data-v-0dc6ea9e;
    animation-name: fadeOutBottomRight-data-v-0dc6ea9e
}

@-webkit-keyframes fadeOutBottomLeft-data-v-0dc6ea9e {
    0% {
        opacity: 1;
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        transform: translate3d(-100%, 100%, 0)
    }
}

@keyframes fadeOutBottomLeft-data-v-0dc6ea9e {
    0% {
        opacity: 1;
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        transform: translate3d(-100%, 100%, 0)
    }
}

.animate__fadeOutBottomLeft {
    -webkit-animation-name: fadeOutBottomLeft-data-v-0dc6ea9e;
    animation-name: fadeOutBottomLeft-data-v-0dc6ea9e
}

@-webkit-keyframes flip-data-v-0dc6ea9e {
    0% {
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip-data-v-0dc6ea9e {
    0% {
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animate__animated.animate__flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip-data-v-0dc6ea9e;
    animation-name: flip-data-v-0dc6ea9e
}

@-webkit-keyframes flipInX-data-v-0dc6ea9e {
    0% {
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        transform: perspective(400px)
    }
}

@keyframes flipInX-data-v-0dc6ea9e {
    0% {
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        transform: perspective(400px)
    }
}

.animate__flipInX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX-data-v-0dc6ea9e;
    animation-name: flipInX-data-v-0dc6ea9e
}

@-webkit-keyframes flipInY-data-v-0dc6ea9e {
    0% {
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        transform: perspective(400px)
    }
}

@keyframes flipInY-data-v-0dc6ea9e {
    0% {
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        transform: perspective(400px)
    }
}

.animate__flipInY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY-data-v-0dc6ea9e;
    animation-name: flipInY-data-v-0dc6ea9e
}

@-webkit-keyframes flipOutX-data-v-0dc6ea9e {
    0% {
        transform: perspective(400px)
    }
    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX-data-v-0dc6ea9e {
    0% {
        transform: perspective(400px)
    }
    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.animate__flipOutX {
    -webkit-animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration)*0.75);
    animation-duration: .75s;
    animation-duration: calc(var(--animate-duration)*0.75);
    -webkit-animation-name: flipOutX-data-v-0dc6ea9e;
    animation-name: flipOutX-data-v-0dc6ea9e;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important
}

@-webkit-keyframes flipOutY-data-v-0dc6ea9e {
    0% {
        transform: perspective(400px)
    }
    30% {
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY-data-v-0dc6ea9e {
    0% {
        transform: perspective(400px)
    }
    30% {
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.animate__flipOutY {
    -webkit-animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration)*0.75);
    animation-duration: .75s;
    animation-duration: calc(var(--animate-duration)*0.75);
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipOutY-data-v-0dc6ea9e;
    animation-name: flipOutY-data-v-0dc6ea9e
}

@-webkit-keyframes lightSpeedInRight-data-v-0dc6ea9e {
    0% {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        transform: skewX(-5deg)
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes lightSpeedInRight-data-v-0dc6ea9e {
    0% {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        transform: skewX(-5deg)
    }
    to {
        transform: translateZ(0)
    }
}

.animate__lightSpeedInRight {
    -webkit-animation-name: lightSpeedInRight-data-v-0dc6ea9e;
    animation-name: lightSpeedInRight-data-v-0dc6ea9e;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedInLeft-data-v-0dc6ea9e {
    0% {
        transform: translate3d(-100%, 0, 0) skewX(30deg);
        opacity: 0
    }
    60% {
        transform: skewX(-20deg);
        opacity: 1
    }
    80% {
        transform: skewX(5deg)
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes lightSpeedInLeft-data-v-0dc6ea9e {
    0% {
        transform: translate3d(-100%, 0, 0) skewX(30deg);
        opacity: 0
    }
    60% {
        transform: skewX(-20deg);
        opacity: 1
    }
    80% {
        transform: skewX(5deg)
    }
    to {
        transform: translateZ(0)
    }
}

.animate__lightSpeedInLeft {
    -webkit-animation-name: lightSpeedInLeft-data-v-0dc6ea9e;
    animation-name: lightSpeedInLeft-data-v-0dc6ea9e;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOutRight-data-v-0dc6ea9e {
    0% {
        opacity: 1
    }
    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOutRight-data-v-0dc6ea9e {
    0% {
        opacity: 1
    }
    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.animate__lightSpeedOutRight {
    -webkit-animation-name: lightSpeedOutRight-data-v-0dc6ea9e;
    animation-name: lightSpeedOutRight-data-v-0dc6ea9e;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes lightSpeedOutLeft-data-v-0dc6ea9e {
    0% {
        opacity: 1
    }
    to {
        transform: translate3d(-100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOutLeft-data-v-0dc6ea9e {
    0% {
        opacity: 1
    }
    to {
        transform: translate3d(-100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
}

.animate__lightSpeedOutLeft {
    -webkit-animation-name: lightSpeedOutLeft-data-v-0dc6ea9e;
    animation-name: lightSpeedOutLeft-data-v-0dc6ea9e;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn-data-v-0dc6ea9e {
    0% {
        transform: rotate(-200deg);
        opacity: 0
    }
    to {
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateIn-data-v-0dc6ea9e {
    0% {
        transform: rotate(-200deg);
        opacity: 0
    }
    to {
        transform: translateZ(0);
        opacity: 1
    }
}

.animate__rotateIn {
    -webkit-animation-name: rotateIn-data-v-0dc6ea9e;
    animation-name: rotateIn-data-v-0dc6ea9e;
    transform-origin: center
}

@-webkit-keyframes rotateInDownLeft-data-v-0dc6ea9e {
    0% {
        transform: rotate(-45deg);
        opacity: 0
    }
    to {
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft-data-v-0dc6ea9e {
    0% {
        transform: rotate(-45deg);
        opacity: 0
    }
    to {
        transform: translateZ(0);
        opacity: 1
    }
}

.animate__rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft-data-v-0dc6ea9e;
    animation-name: rotateInDownLeft-data-v-0dc6ea9e;
    transform-origin: left bottom
}

@-webkit-keyframes rotateInDownRight-data-v-0dc6ea9e {
    0% {
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight-data-v-0dc6ea9e {
    0% {
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        transform: translateZ(0);
        opacity: 1
    }
}

.animate__rotateInDownRight {
    -webkit-animation-name: rotateInDownRight-data-v-0dc6ea9e;
    animation-name: rotateInDownRight-data-v-0dc6ea9e;
    transform-origin: right bottom
}

@-webkit-keyframes rotateInUpLeft-data-v-0dc6ea9e {
    0% {
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft-data-v-0dc6ea9e {
    0% {
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        transform: translateZ(0);
        opacity: 1
    }
}

.animate__rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft-data-v-0dc6ea9e;
    animation-name: rotateInUpLeft-data-v-0dc6ea9e;
    transform-origin: left bottom
}

@-webkit-keyframes rotateInUpRight-data-v-0dc6ea9e {
    0% {
        transform: rotate(-90deg);
        opacity: 0
    }
    to {
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight-data-v-0dc6ea9e {
    0% {
        transform: rotate(-90deg);
        opacity: 0
    }
    to {
        transform: translateZ(0);
        opacity: 1
    }
}

.animate__rotateInUpRight {
    -webkit-animation-name: rotateInUpRight-data-v-0dc6ea9e;
    animation-name: rotateInUpRight-data-v-0dc6ea9e;
    transform-origin: right bottom
}

@-webkit-keyframes rotateOut-data-v-0dc6ea9e {
    0% {
        opacity: 1
    }
    to {
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut-data-v-0dc6ea9e {
    0% {
        opacity: 1
    }
    to {
        transform: rotate(200deg);
        opacity: 0
    }
}

.animate__rotateOut {
    -webkit-animation-name: rotateOut-data-v-0dc6ea9e;
    animation-name: rotateOut-data-v-0dc6ea9e;
    transform-origin: center
}

@-webkit-keyframes rotateOutDownLeft-data-v-0dc6ea9e {
    0% {
        opacity: 1
    }
    to {
        transform: rotate(45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft-data-v-0dc6ea9e {
    0% {
        opacity: 1
    }
    to {
        transform: rotate(45deg);
        opacity: 0
    }
}

.animate__rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft-data-v-0dc6ea9e;
    animation-name: rotateOutDownLeft-data-v-0dc6ea9e;
    transform-origin: left bottom
}

@-webkit-keyframes rotateOutDownRight-data-v-0dc6ea9e {
    0% {
        opacity: 1
    }
    to {
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight-data-v-0dc6ea9e {
    0% {
        opacity: 1
    }
    to {
        transform: rotate(-45deg);
        opacity: 0
    }
}

.animate__rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight-data-v-0dc6ea9e;
    animation-name: rotateOutDownRight-data-v-0dc6ea9e;
    transform-origin: right bottom
}

@-webkit-keyframes rotateOutUpLeft-data-v-0dc6ea9e {
    0% {
        opacity: 1
    }
    to {
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft-data-v-0dc6ea9e {
    0% {
        opacity: 1
    }
    to {
        transform: rotate(-45deg);
        opacity: 0
    }
}

.animate__rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft-data-v-0dc6ea9e;
    animation-name: rotateOutUpLeft-data-v-0dc6ea9e;
    transform-origin: left bottom
}

@-webkit-keyframes rotateOutUpRight-data-v-0dc6ea9e {
    0% {
        opacity: 1
    }
    to {
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight-data-v-0dc6ea9e {
    0% {
        opacity: 1
    }
    to {
        transform: rotate(90deg);
        opacity: 0
    }
}

.animate__rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight-data-v-0dc6ea9e;
    animation-name: rotateOutUpRight-data-v-0dc6ea9e;
    transform-origin: right bottom
}

@-webkit-keyframes hinge-data-v-0dc6ea9e {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        transform: rotate(80deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        transform: rotate(60deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge-data-v-0dc6ea9e {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        transform: rotate(80deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        transform: rotate(60deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.animate__hinge {
    -webkit-animation-duration: 2s;
    -webkit-animation-duration: calc(var(--animate-duration)*2);
    animation-duration: 2s;
    animation-duration: calc(var(--animate-duration)*2);
    -webkit-animation-name: hinge-data-v-0dc6ea9e;
    animation-name: hinge-data-v-0dc6ea9e;
    transform-origin: top left
}

@-webkit-keyframes jackInTheBox-data-v-0dc6ea9e {
    0% {
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }
    50% {
        transform: rotate(-10deg)
    }
    70% {
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes jackInTheBox-data-v-0dc6ea9e {
    0% {
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }
    50% {
        transform: rotate(-10deg)
    }
    70% {
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

.animate__jackInTheBox {
    -webkit-animation-name: jackInTheBox-data-v-0dc6ea9e;
    animation-name: jackInTheBox-data-v-0dc6ea9e
}

@-webkit-keyframes rollIn-data-v-0dc6ea9e {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes rollIn-data-v-0dc6ea9e {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__rollIn {
    -webkit-animation-name: rollIn-data-v-0dc6ea9e;
    animation-name: rollIn-data-v-0dc6ea9e
}

@-webkit-keyframes rollOut-data-v-0dc6ea9e {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

@keyframes rollOut-data-v-0dc6ea9e {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.animate__rollOut {
    -webkit-animation-name: rollOut-data-v-0dc6ea9e;
    animation-name: rollOut-data-v-0dc6ea9e
}

@-webkit-keyframes zoomIn-data-v-0dc6ea9e {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn-data-v-0dc6ea9e {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.animate__zoomIn {
    -webkit-animation-name: zoomIn-data-v-0dc6ea9e;
    animation-name: zoomIn-data-v-0dc6ea9e
}

@-webkit-keyframes zoomInDown-data-v-0dc6ea9e {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown-data-v-0dc6ea9e {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.animate__zoomInDown {
    -webkit-animation-name: zoomInDown-data-v-0dc6ea9e;
    animation-name: zoomInDown-data-v-0dc6ea9e
}

@-webkit-keyframes zoomInLeft-data-v-0dc6ea9e {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft-data-v-0dc6ea9e {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.animate__zoomInLeft {
    -webkit-animation-name: zoomInLeft-data-v-0dc6ea9e;
    animation-name: zoomInLeft-data-v-0dc6ea9e
}

@-webkit-keyframes zoomInRight-data-v-0dc6ea9e {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight-data-v-0dc6ea9e {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.animate__zoomInRight {
    -webkit-animation-name: zoomInRight-data-v-0dc6ea9e;
    animation-name: zoomInRight-data-v-0dc6ea9e
}

@-webkit-keyframes zoomInUp-data-v-0dc6ea9e {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp-data-v-0dc6ea9e {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.animate__zoomInUp {
    -webkit-animation-name: zoomInUp-data-v-0dc6ea9e;
    animation-name: zoomInUp-data-v-0dc6ea9e
}

@-webkit-keyframes zoomOut-data-v-0dc6ea9e {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

@keyframes zoomOut-data-v-0dc6ea9e {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

.animate__zoomOut {
    -webkit-animation-name: zoomOut-data-v-0dc6ea9e;
    animation-name: zoomOut-data-v-0dc6ea9e
}

@-webkit-keyframes zoomOutDown-data-v-0dc6ea9e {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown-data-v-0dc6ea9e {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.animate__zoomOutDown {
    -webkit-animation-name: zoomOutDown-data-v-0dc6ea9e;
    animation-name: zoomOutDown-data-v-0dc6ea9e;
    transform-origin: center bottom
}

@-webkit-keyframes zoomOutLeft-data-v-0dc6ea9e {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0)
    }
}

@keyframes zoomOutLeft-data-v-0dc6ea9e {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0)
    }
}

.animate__zoomOutLeft {
    -webkit-animation-name: zoomOutLeft-data-v-0dc6ea9e;
    animation-name: zoomOutLeft-data-v-0dc6ea9e;
    transform-origin: left center
}

@-webkit-keyframes zoomOutRight-data-v-0dc6ea9e {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0)
    }
}

@keyframes zoomOutRight-data-v-0dc6ea9e {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0)
    }
}

.animate__zoomOutRight {
    -webkit-animation-name: zoomOutRight-data-v-0dc6ea9e;
    animation-name: zoomOutRight-data-v-0dc6ea9e;
    transform-origin: right center
}

@-webkit-keyframes zoomOutUp-data-v-0dc6ea9e {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp-data-v-0dc6ea9e {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.animate__zoomOutUp {
    -webkit-animation-name: zoomOutUp-data-v-0dc6ea9e;
    animation-name: zoomOutUp-data-v-0dc6ea9e;
    transform-origin: center bottom
}

@-webkit-keyframes slideInDown-data-v-0dc6ea9e {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes slideInDown-data-v-0dc6ea9e {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

.animate__slideInDown {
    -webkit-animation-name: slideInDown-data-v-0dc6ea9e;
    animation-name: slideInDown-data-v-0dc6ea9e
}

@-webkit-keyframes slideInLeft-data-v-0dc6ea9e {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes slideInLeft-data-v-0dc6ea9e {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

.animate__slideInLeft {
    -webkit-animation-name: slideInLeft-data-v-0dc6ea9e;
    animation-name: slideInLeft-data-v-0dc6ea9e
}

@-webkit-keyframes slideInRight-data-v-0dc6ea9e {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes slideInRight-data-v-0dc6ea9e {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

.animate__slideInRight {
    -webkit-animation-name: slideInRight-data-v-0dc6ea9e;
    animation-name: slideInRight-data-v-0dc6ea9e
}

@-webkit-keyframes slideInUp-data-v-0dc6ea9e {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes slideInUp-data-v-0dc6ea9e {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

.animate__slideInUp {
    -webkit-animation-name: slideInUp-data-v-0dc6ea9e;
    animation-name: slideInUp-data-v-0dc6ea9e
}

@-webkit-keyframes slideOutDown-data-v-0dc6ea9e {
    0% {
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown-data-v-0dc6ea9e {
    0% {
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

.animate__slideOutDown {
    -webkit-animation-name: slideOutDown-data-v-0dc6ea9e;
    animation-name: slideOutDown-data-v-0dc6ea9e
}

@-webkit-keyframes slideOutLeft-data-v-0dc6ea9e {
    0% {
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft-data-v-0dc6ea9e {
    0% {
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

.animate__slideOutLeft {
    -webkit-animation-name: slideOutLeft-data-v-0dc6ea9e;
    animation-name: slideOutLeft-data-v-0dc6ea9e
}

@-webkit-keyframes slideOutRight-data-v-0dc6ea9e {
    0% {
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight-data-v-0dc6ea9e {
    0% {
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

.animate__slideOutRight {
    -webkit-animation-name: slideOutRight-data-v-0dc6ea9e;
    animation-name: slideOutRight-data-v-0dc6ea9e
}

@-webkit-keyframes slideOutUp-data-v-0dc6ea9e {
    0% {
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp-data-v-0dc6ea9e {
    0% {
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

.animate__slideOutUp {
    -webkit-animation-name: slideOutUp-data-v-0dc6ea9e;
    animation-name: slideOutUp-data-v-0dc6ea9e
}

.m-not-bg-gy .g-box {
    width: 1200px;
    margin: 0 auto
}

{
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1
}

.container {
    width: 1200px;
    margin: auto;
    padding-bottom: 82px
}

.container .flex {
    display: flex
}

.container .flex-justify-center {
    justify-content: center
}

.container .align-center {
    align-items: center
}

.container .flex-column {
    flex-direction: column
}

.container .flex-justify-between {
    justify-content: space-between
}

.container .m-t-18 {
    margin-top: 18px
}

.container .d-none {
    display: none
}

.container .p-l-28 {
    padding-left: 28px
}

.container .p-t-16 {
    padding-top: 16px
}

.container .h-14 {
    height: 14px
}

.container .w-28 {
    width: 28px
}

.container .animate__zoomIn {
    -webkit-animation-name: zoomIn-data-v-0dc6ea9e;
    animation-name: zoomIn-data-v-0dc6ea9e
}

.container .animate__animated {
    -webkit-animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: 1s;
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.container .proview_btn {
    width: 130px;
    height: 48px;
    background: #1890ff;
    border-radius: 4px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 48px;
    text-align: center;
    color: #fff
}

.container .m-l-10 {
    margin-left: 10px
}

.container .m-b-15 {
    margin-bottom: 15px
}

.container .grid_box_4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    width: 100%;
    grid-row-gap: 20px;
    grid-column-gap: 15px
}

.container .grid_item_product {
    height: 230px;
    background: #fff;
    box-shadow: 0 5px 20px rgba(121, 148, 193, .06);
    opacity: 1;
    border-radius: 4px;
    padding: 20px;
    cursor: pointer;
    transition: all .5s ease-in-out
}

.container .grid_item_product .item_head {
    border-bottom: 1px solid #eee;
    display: flex;
    padding-bottom: 18px
}

.container .grid_product_bg {
    background-image: url("product_header_bg.fc0f2e3.png");
    background-repeat: no-repeat;
    background-size: 205px 95px;
    background-position: 100% 0;
    box-shadow: 0 5px 20px rgba(121, 148, 193, .06);
    transform: translateY(-6px)
}

.container .item_head {
    border-bottom: 1px solid #eee
}

.container .item_head img {
    height: 45px;
    margin-right: 12px
}

.container .item_head .title {
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #333
}

.container .grid_item_title {
    font-size: 13px;
    font-family: PingFang SC;
    color: #999
}

.container .item_head .badge {
    width: 56px;
    height: 19px;
    border: 1px solid #2a7efb;
    border-radius: 2px;
    font-size: 12px;
    font-family: PingFang SC;
    line-height: 12px;
    color: #2a7efb;
    margin-left: 6px
}

.container .item_body .picture {
    background-color: #dfeafc
}

.container .item_body .picture,
.container .item_body .picture img {
    width: 245px;
    height: 148px;
    border-radius: 2px
}

.container .item_body .grid_item_info {
    width: 245px;
    height: 170px
}

.container .item_body .grid_item_info .title {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333
}

.container .item_body .grid_item_info .desc {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 24px;
    color: #888
}

.container .item_body .grid_item_info .btn {
    width: 90px;
    height: 34px;
    border: 1px solid #2a7efb;
    border-radius: 3px;
    font-size: 13px;
    color: #2a7efb;
    margin: 0 auto
}

.container .item_body .grid_item_info .btn a {
    color: #2a7efb
}

.container .item_body .grid_item_info .btn_active {
    background-color: #2a7efb;
    color: #fff;
    margin: 0 auto
}

.about-article {
    background: #fff!important;
    padding: 36px 0 110px;
    text-align: center;
    width: 100%;
    box-sizing: border-box
}

.about-article .op {
    -webkit-animation: op .1s;
    animation: op .1s;
    opacity: 1!important
}

.about-article .kf-l-r3 {
    margin-right: 20px
}

.about-article .content-div {
    display: inline-block;
    width: 580px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .06);
    border-radius: 2px;
    transition: all .3s ease;
    text-align: left;
    vertical-align: top
}

.about-article .content-div .top-img2 {
    background: url("8f-img1.bedde04.png") no-repeat;
    width: 100%;
    height: 140px;
    background-size: cover
}

.about-article .content-div .top-img3 {
    background: url("8f-img2.b47ef50.png") no-repeat;
    width: 100%;
    height: 140px;
    background-size: cover
}

.about-article .content-div .cont-bottom {
    color: #888;
    font-size: 15px;
    padding: 20px;
    box-sizing: border-box
}

.about-article .content-div .cont-bottom span {
    color: #888
}

.about-article .content-div .cont-bottom .title {
    float: left
}

.about-article .content-div .cont-bottom .data {
    float: right;
    width: auto!important
}

.about-article .content-div .cont-bottom div {
    margin-top: 20px;
    cursor: pointer;
    overflow: hidden
}

.about-article .content-div .cont-bottom div:hover {
    color: #333
}

.about-article .content-div .cont-bottom div:first-child {
    margin-top: 0
}

.about-article .content-div .cont-bottom span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 420px;
    font-size: 15px
}

.about-article .content-div .cont-bottom .hov-div {
    position: relative;
    display: block;
    font-size: 0
}

.about-article .content-div .cont-bottom .hov-div span {
    width: 400px
}

.about-article .content-div .cont-bottom .hov-div:hover:after {
    content: "";
    position: absolute;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAMCAYAAAC9QufkAAABuElEQVQokX2Sz0tUURTHv9/z3lBURjmjozxnhCwhdGcEtZCgv0EX/gfhJmzbX1ALayMEucnERfs2LVpZLgTBiAr6OYlEwSiTpr6595y4r/ewEercH1zuvZ9z7vmey1u376IwgmH6266Y2gsR3gR5H5D8yLIuHWC+TzIbIvKSwhlVvWeGGzziOcYRs9C8gUJYcCQ2CwpMdc7AlOS8/QvOn5GBYQrRSM5C0FLVhwIegHxcwBUA7r9O1DwE8wQGVXVBRAjIYgzwB2B7f7LNiWJZyEOD975NRmtR5ksfkSiFyFMAnRVq5aLQwiXDXroDiSKUu3q+Oucmtneb11TdA5DPA7zU8VISqopf+z9BCgb6htDd1YvtrW9JY+vDTG+lPtdztn86baedggUwQCHRarmGweQChmqjeP/l1dibxvpqPRleGhsZny7Fx+G9O4RDiZxLUes7j3MDF1EtJyjFx/D209rVlfVny/Vk+Mnl0etTqg6tnWYW6BBWRRyVcOrEabR2m/je3IDzrvqx8Xr5zMnK00sj45MGj4N0PwM76iyU8KPwefMd2i6UMuTuXfiW/eXanaBlmu9nBuA3eIW2+LSc70AAAAAASUVORK5CYII=) no-repeat 50%;
    width: 15px;
    height: 12px;
    right: 0;
    top: 5px
}

.about-article .content-div:hover {
    transform: translateY(-20px)
}

.about-article .content-div:nth-child(3n) {
    margin-right: 0
}

.banners {
    width: 100%;
    height: 500px;
    color: #fff
}

.banners .s-fs18 {
    font-size: 18px
}

.banners .s-fs20 {
    font-size: 20px
}

.banners .s-fs24 {
    font-size: 24px
}

.banners .s-fs38 {
    font-size: 38px
}

.banners .s-fs40 {
    font-size: 40px
}

.banners .s-fs58 {
    font-size: 58px
}

.banners .s-fs60 {
    margin-top: 26px;
    font-size: 60px
}

.banners .g-mt14 {
    margin-top: 14px
}

.banners .m-ban-ls {
    letter-spacing: 6px
}

.banners .el-carousel.el-carousel--horizontal,
.banners .el-carousel__container {
    width: 100%;
    height: 100%
}

.banners .m-ban-item {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative
}

.banners .m-ban-item .ban-pos {
    position: absolute;
    top: 150px;
    left: 40px;
    z-index: 1
}

.banners .m-ban-item .m-ban-lnks {
    position: absolute;
    bottom: 100px;
    left: 40px
}

.banners .m-ban-item .m-ban-lnk {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 8px 45px 10px;
    margin-top: 100px;
    color: #fff;
    font-size: 22px;
    margin-right: 20px;
    transition: background .15s linear, color .15s linear;
    cursor: pointer
}

.banners .m-ban-item .m-ban-lnk:hover {
    background-color: #fff;
    color: #2589ff
}

.banners .m-ban-item .m-ban-lnk:hover,
.banners .m-ban-item .m-snav-b.s1,
.banners .m-ban-item .m-snav-b:hover {
    color: #136ad5
}

.banners .m-ban-item .m-ban-lnk.beauty {
    background-color: #fff;
    color: #ec3630
}

.banners .m-ban-item .beauty .m-ban-lnk:hover,
.banners .m-ban-item .m-ban-lnk:hover {
    color: #ec3630
}

.banners .m-ban-item .m-ban1-img {
    position: absolute;
    right: 0;
    top: 60px
}

.banners .m-ban-item.zhmy {
    height: 100%;
    background-image: url("bannerzhmy.e7f9b8e.webp");
    background-repeat: no-repeat;
    background-size: cover
}

.m-not-bg-gy {
    min-width: 1200px;
    width: 100%;
    position: relative;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .04)
}

.m-not-bg-gy #noticeBox {
    overflow: hidden
}

.m-not-bg-gy .g-box .m-not {
    padding: 10px 0;
    font-size: 12px
}

.m-not-bg-gy .g-box .m-not a {
    color: #595961
}

.m-not-bg-gy .g-box .m-not a:hover {
    color: #2589ff;
    text-decoration: underline
}

.m-not-bg-gy .g-box .m-not-i {
    display: inline-block;
    width: 262px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-left: 24px;
    position: relative;
    vertical-align: middle;
    cursor: pointer
}

.m-not-bg-gy .g-box .m-not-i a:hover {
    text-decoration: none;
    color: #595961
}

.m-not-bg-gy .g-box .m-not-i>i {
    background-image: url(data:image/webp;base64,UklGRrYAAABXRUJQVlA4WAoAAAAQAAAACQAACQAAQUxQSD8AAAABP0AgQJmUD2a44oiICH00BogaCAkjA+NtBCvwMgHz7YsCyvXfDBHR/zmQSJPRlJ6m/ALrAfvz5TTlsymVSBMAVlA4IFAAAAAQAgCdASoKAAoAAUAmJZQAD5GwNgVzs92AAP783MEqZLUW178mIdy5v6kx4HW/erZAwXhLy9ASva6AVQnuSOx6rFg7sGcvMDP9Wk0kkAAAAA==);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    margin-top: -3px
}

.m-not-bg-gy .g-box .g-vam {
    vertical-align: middle
}

.section {
    padding: 100px 0 110px;
    background: #f4f6f9
}

.section .container {
    width: 1200px;
    margin: 0 auto
}

.section .section-title {
    text-align: center;
    margin-bottom: 70px;
    position: relative;
    padding-top: 0
}

.section .section-title h2 {
    font-size: 36px;
    color: #333;
    margin-bottom: 25px;
    font-weight: 600
}

.section .section-title p {
    font-size: 16px;
    color: #666;
    line-height: 34px
}

.section .info .img_div {
    display: inline-block;
    text-align: center;
    background-color: #fff;
    position: relative
}

.section .info .img_div .img_content {
    position: absolute;
    color: #fff;
    text-align: center;
    width: 100%
}

.section .info .img_div .img_content h2 {
    font-size: 26px;
    margin-top: 30px
}

.section .info .img_div .img_content span {
    font-size: 16px;
    line-height: 25px
}

.section .info .img_div .img_content .a {
    background: #fff;
    border-radius: 2px;
    font-size: 14px;
    color: #007bfc;
    display: inherit;
    width: 150px;
    height: 40px;
    line-height: 40px;
    margin: 15px auto 0
}

.section .info .img_div ul {
    width: 80%;
    margin: 15px 0 30px
}

.section .info .img_div ul li {
    font-size: 16px;
    height: 40px
}

.section .info .img_div ul li:before {
    content: ".";
    color: #007bfc;
    display: inline-block;
    position: relative;
    font-size: 40px;
    top: -4px;
    padding-right: 29px;
    line-height: 30px
}

.section .info .img_div:nth-child(2) {
    margin-right: 8.5px;
    margin-left: 15px
}

.section .info .img_div:nth-child(3) {
    margin-right: 15px;
    margin-left: 8.5px
}

.section .info .img_div:hover {
    box-shadow: 0 -10px 20px 0 rgba(43, 47, 50, .15)
}

.advantage {
    padding: 0
}

.advantage .cons {
    padding-top: 50px
}

.advantage .cons dl {
    width: 283px;
    height: 218px;
    margin: 20px 20px 0 0;
    float: left;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #f3f4f5;
    cursor: pointer;
    box-shadow: 0 0 10px hsla(0, 0%, 87.1%, .5)
}

.advantage .cons dl:hover {
    background: #fafafc;
    transition: all .2s ease-in-out
}

.advantage .cons dl.lr {
    margin: 20px 0 0
}

.advantage .cons dl dt {
    width: 66px;
    height: 66px;
    margin: 40px auto 10px;
    background-size: cover!important;
    transition: all .3s ease-in-out
}

.advantage .cons dl dt.dt1 {
    background: url("adv1.36908f8.png") no-repeat 50%
}

.advantage .cons dl dt.dt2 {
    background: url("adv2.1a4fbdc.png") no-repeat 50%
}

.advantage .cons dl dt.dt3 {
    background: url("adv3.f6d3ec0.png") no-repeat 50%
}

.advantage .cons dl dt.dt4 {
    background: url("adv4.6ffbbab.png") no-repeat 50%
}

.advantage .cons dl dt.dt5 {
    background: url("adv5.f7775a9.png") no-repeat 50%
}

.advantage .cons dl dt.dt6 {
    background: url("adv6.f1a52bd.png") no-repeat 50%
}

.advantage .cons dl dt.dt7 {
    background: url("adv7.8207d45.png") no-repeat 50%
}

.advantage .cons dl dt.dt8 {
    background: url("adv8.6380202.png") no-repeat 50%
}

.advantage .cons dl dd {
    text-align: center
}

.advantage .cons dl dd h2 {
    font-size: 20px;
    font-weight: 600;
    color: #2a2d2f
}

.advantage .cons dl dd p {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #7e8491
}

.indexbox {
    width: 100%;
    background: #fff
}

.indexbox.box-jjfa {
    height: 680px;
    background: #0a57ef url("jjbg.73ee1ec.png") no-repeat 50%;
    background-size: cover
}

.indexbox.box-jjfa a:active,
.indexbox.box-jjfa a:link,
.indexbox.box-jjfa a:visited {
    color: #6f6f6f;
    text-decoration: none
}

.indexbox.box-jjfa .head {
    text-align: center;
    position: relative;
    padding-top: 47px;
    padding-bottom: 22px;
    box-sizing: border-box
}

.indexbox.box-jjfa .box-cont {
    width: 1180px;
    margin: 0 auto
}

.indexbox.box-jjfa .box-cont .ul-gaode {
    height: 350px;
    padding-top: 50px;
    position: relative
}

.indexbox.box-jjfa .box-cont .ul-gaode li {
    width: 430px;
    height: 320px;
    position: absolute;
    bottom: 0;
    background-color: #fff;
    cursor: pointer;
    background: #d0dffc
}

.indexbox.box-jjfa .box-cont .ul-gaode li .lileft,
.indexbox.box-jjfa .box-cont .ul-gaode li .liright {
    width: 150px;
    height: 100%;
    position: absolute;
    top: 0
}

.indexbox.box-jjfa .box-cont .ul-gaode li .lileft img,
.indexbox.box-jjfa .box-cont .ul-gaode li .liright img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    display: block;
    padding-top: 38px
}

.indexbox.box-jjfa .box-cont .ul-gaode li .lileft dl dt,
.indexbox.box-jjfa .box-cont .ul-gaode li .liright dl dt {
    line-height: 35px;
    text-align: center;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px
}

.indexbox.box-jjfa .box-cont .ul-gaode li .lileft dl dd:after,
.indexbox.box-jjfa .box-cont .ul-gaode li .liright dl dd:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #336aff;
    left: 6px;
    top: 10px
}

.indexbox.box-jjfa .box-cont .ul-gaode li .lileft dl dd,
.indexbox.box-jjfa .box-cont .ul-gaode li .liright dl dd {
    padding-left: 20px;
    width: 90px;
    margin: 0 auto;
    line-height: 24px;
    position: relative;
    font-size: 15px;
    color: #666
}

.indexbox.box-jjfa .box-cont .ul-gaode li .lileft dl,
.indexbox.box-jjfa .box-cont .ul-gaode li .liright dl {
    padding-top: 35px
}

.indexbox.box-jjfa .box-cont .ul-gaode li .lileft {
    left: 0;
    background: url("jjfarepeat2.a68182b.jpg") repeat-y right 0
}

.indexbox.box-jjfa .box-cont .ul-gaode li .lileft img {
    margin: 0 0 0 60px
}

.indexbox.box-jjfa .box-cont .ul-gaode li .lileft dl {
    margin-left: 38px
}

.indexbox.box-jjfa .box-cont .ul-gaode li .liright {
    right: 0;
    background: url("jjfarepeat1.1b59678.jpg") repeat-y right 0
}

.indexbox.box-jjfa .box-cont .ul-gaode li .limx {
    display: none;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0
}

.indexbox.box-jjfa .box-cont .ul-gaode li .limx .limxtop {
    bottom: 90px;
    top: 0;
    width: 100%;
    background: #fff
}

.indexbox.box-jjfa .box-cont .ul-gaode li .limx .limxtop h2 {
    padding-left: 43px;
    position: relative;
    line-height: 40px;
    text-align: left;
    color: #333;
    font-size: 26px;
    font-weight: 700;
    margin-top: 40px;
    margin-left: 30px;
    margin-right: 30px
}

.indexbox.box-jjfa .box-cont .ul-gaode li .limx .limxtop h2 img {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 6px
}

.indexbox.box-jjfa .box-cont .ul-gaode li .limx .limxtop p {
    margin: 15px 30px 0;
    font-size: 17px;
    line-height: 27px;
    color: #666
}

.indexbox.box-jjfa .box-cont .ul-gaode li .limx .limxtop div {
    position: absolute;
    bottom: 40px;
    left: 30px
}

.indexbox.box-jjfa .box-cont .ul-gaode li .limx .limxtop div span {
    background: #f5f5f9;
    height: 28px;
    line-height: 28px;
    text-align: center;
    padding: 0 10px;
    color: #79797a;
    float: left;
    margin-right: 6px
}

.indexbox.box-jjfa .box-cont .ul-gaode li .limx .limxbottom {
    display: none;
    height: 90px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #f5f5f9
}

.indexbox.box-jjfa .box-cont .ul-gaode li .limx .limxbottom dl {
    height: 90px;
    margin: 0 30px
}

.indexbox.box-jjfa .box-cont .ul-gaode li .limx .limxbottom dl dt {
    float: left;
    line-height: 90px;
    margin-right: 10px;
    font-size: 14px
}

.indexbox.box-jjfa .box-cont .ul-gaode li .limx .limxbottom dl dd {
    float: left;
    height: 90px;
    margin-right: 10px
}

.indexbox.box-jjfa .box-cont .ul-gaode li .limx .limxbottom dl dd img {
    margin-top: 18px;
    width: 50px;
    height: 50px
}

.indexbox.box-jjfa .box-cont .ul-gaode li.li1 {
    right: 748px;
    z-index: 6
}

.indexbox.box-jjfa .box-cont .ul-gaode li.li2 {
    right: 561px;
    z-index: 5
}

.indexbox.box-jjfa .box-cont .ul-gaode li.li3 {
    right: 374px;
    z-index: 4
}

.indexbox.box-jjfa .box-cont .ul-gaode li.li4 {
    right: 187px;
    z-index: 3
}

.indexbox.box-jjfa .box-cont .ul-gaode li.li5 {
    right: 0;
    z-index: 2
}

.indexbox.box-jjfa .box-cont-wap {
    width: 1180px;
    margin: 0 auto;
    display: none
}

.indexbox.box-jjfa .box-cont-wap .ul-gaode-wap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.indexbox.box-jjfa .box-cont-wap .ul-gaode-wap li {
    flex: none;
    display: flex;
    align-items: center;
    width: 92%;
    height: 120px;
    margin-top: 16px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, .1)
}

.indexbox.box-jjfa .box-cont-wap .ul-gaode-wap li .limx-wap {
    width: 100%;
    height: 100%
}

.indexbox.box-jjfa .box-cont-wap .ul-gaode-wap li .limx-wap .limxtop .limx-title {
    display: inline-block;
    height: 90px;
    width: 100%
}

.indexbox.box-jjfa .box-cont-wap .ul-gaode-wap li .limx-wap .limxtop .limx-title span {
    float: left;
    display: contents
}

.indexbox.box-jjfa .box-cont-wap .ul-gaode-wap li .limx-wap .limxtop .limx-title .tip1 {
    line-height: 24px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px
}

.indexbox.box-jjfa .box-cont-wap .ul-gaode-wap li .limx-wap .limxtop .tip {
    margin-left: 10px
}

.indexbox.box-jjfa .box-cont-wap .ul-gaode-wap li .limx-wap .limxtop .tip span {
    background: #007bfc;
    padding: 3px;
    color: #fff;
    border-radius: 4px;
    font-size: 12px
}

.indexbox.box-jjfa .box-cont-wap .ul-gaode-wap li .limx-wap .limxtop img {
    width: 58px;
    float: left;
    margin: 8px
}

.fl-index-section .head {
    text-align: center;
    position: relative;
    padding-top: 47px;
    padding-bottom: 22px
}

.fl-index-section .liner {
    height: 80px;
    font-size: 80px;
    font-family: SourceHanSansCN-Heavy;
    font-weight: 800;
    color: #eee;
    line-height: 80px;
    background: linear-gradient(180deg, hsla(0, 0%, 92.9%, .74), hsla(0, 0%, 93.3%, 0));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 auto
}

.fl-index-section .head.head.light .liner {
    background: linear-gradient(180deg, #336aff, hsla(0, 0%, 93.3%, 0));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.fl-index-section .title {
    position: absolute;
    top: 80px;
    font-size: 32px;
    text-align: center;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #333;
    line-height: 32px;
    width: 100%
}

.fl-index-section .head.light .title {
    color: #fff
}

.fl-index-sections .head {
    text-align: center;
    position: relative;
    padding-top: 47px;
    padding-bottom: 22px
}

.fl-index-sections .liner {
    height: 80px;
    font-size: 80px;
    font-family: SourceHanSansCN-Heavy;
    font-weight: 800;
    color: #eee;
    line-height: 80px;
    background: linear-gradient(180deg, hsla(0, 0%, 92.9%, .74), hsla(0, 0%, 93.3%, 0));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 auto
}

.fl-index-sections .head.head.light .liner {
    background: linear-gradient(180deg, #f1f2f3, hsla(0, 0%, 93.3%, 0));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.fl-index-sections .title {
    position: absolute;
    top: 80px;
    font-size: 32px;
    text-align: center;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #333;
    line-height: 32px;
    width: 100%
}

.fl-index-sections .head.light .title {
    color: #333
}

.indexbox .titp {
    text-align: center;
    color: #333;
    font-size: 20px;
    line-height: 20px
}

.indexbox.box-jjfa .tith2,
.indexbox.box-jjfa .titp {
    color: #fff
}

.partnerwrap {
    background: #fafafc;
    width: 100%
}

.partnerwrap .partnerwrapinner {
    width: 1200px;
    margin: 0 auto
}

.partnerwrap .fl-index-section .scroll_x img {
    box-shadow: 0 5px 12px rgba(121, 148, 193, .1);
    width: 180px;
    height: 80px
}

.partnerwrap .fl-index-section .row_left_animation {
    -webkit-animation: rowup-left-data-v-0dc6ea9e 10s linear infinite normal;
    animation: rowup-left-data-v-0dc6ea9e 10s linear infinite normal
}

.partnerwrap .fl-index-section .row_right_animation {
    -webkit-animation: rowup-right-data-v-0dc6ea9e 10s linear infinite normal;
    animation: rowup-right-data-v-0dc6ea9e 10s linear infinite normal
}

.partnerwrap .fl-index-section .h-80 {
    height: 80px
}

.partnerwrap .fl-index-section .m-r-20 {
    margin-right: 20px
}

.partnerwrap .fl-index-section .flex {
    display: flex
}

.partnerwrap .fl-index-section .m-t-52 {
    margin-top: 52px
}

.partnerwrap .fl-index-section .m-t-40 {
    margin-top: 40px
}

@-webkit-keyframes rowup-left-data-v-0dc6ea9e {
    0% {
        transform: translateZ(0)
    }
    to {
        transform: translate3d(-160px, 0, 0)
    }
}

@keyframes rowup-left-data-v-0dc6ea9e {
    0% {
        transform: translateZ(0)
    }
    to {
        transform: translate3d(-160px, 0, 0)
    }
}

@-webkit-keyframes rowup-right-data-v-0dc6ea9e {
    0% {
        transform: translateZ(0)
    }
    to {
        transform: translate3d(160px, 0, 0)
    }
}

@keyframes rowup-right-data-v-0dc6ea9e {
    0% {
        transform: translateZ(0)
    }
    to {
        transform: translate3d(160px, 0, 0)
    }
}

.partnerwrap .fl-index-section .scroll_x {
    width: 100%;
    overflow: hidden;
    position: relative
}

.partnerwrap .fl-index-section .mask_left {
    position: absolute;
    background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0), #fafafc);
    z-index: 6;
    width: 158px;
    height: 477px
}

.partnerwrap .fl-index-section .mask_right {
    position: absolute;
    right: 0;
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fafafc);
    z-index: 6;
    width: 158px;
    height: 477px
}

.new_card {
    min-width: 392px;
    height: 458px;
    background: hsla(0, 0%, 100%, .39);
    box-shadow: 0 3px 20px rgba(0, 0, 0, .06);
    border-radius: 4px;
    margin-right: 15px;
}

.new_card .new_card_header {
    height: 175px;
    background-size: cover
}

.new_card .card_info .en_info {
    height: 22px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
    opacity: .8
}

.new_card .card_info .keyword {
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #fff;
    opacity: .8
}

.new_card .card_info .card_info_tit {
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #fff
}

.new_card .dongtai {
    background-image: url("index_dongtai.98f79db.png")
}

.new_card .hangye {
    background-image: url("index_news.9c93b90.png")
}

.new_card .operation {
    background-image: url("index_operating.441535a.png")
}

.new_card .new_card_body {
    padding: 16px 27px 18px
}

.new_card .new_card_body .news_title {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 26px;
    color: #282828;
    width: 290px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.new_card .new_card_body .news_title:hover {
    color: #2a7efb
}

.new_card .new_card_body .news_desc {
    height: 44px;
    line-height: 22px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999;
    margin-top: 10px;
    width: 332px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 18px;
    cursor: pointer
}

.new_card .new_card_body .line {
    border-bottom: 1px solid #eee
}

.new_card .new_card_body .list {
    padding-top: 4px
}

.new_card .new_card_body .list .time {
    width: 50px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 17px;
    color: #999;
    margin-right: 6px
}

.new_card .new_card_body .list .new_info {
    width: 282px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #282828;
    font-size: 14px
}

.new_card .new_card_body .list .new_info:hover {
    color: #2a7efb
}

@media screen and (max-width:414px) {
    .fl-index-sections .liner {
        font-size: 60px
    }
    .fl-index-sections .head {
        padding-top: 20px
    }
    .fl-index-sections .title {
        font-size: 28px;
        top: 53px
    }
    .container {
        width: 100%;
        margin: auto;
        padding-bottom: 32px
    }
    .container .grid_item_product .item_head img {
        width: 24px!important;
        height: 24px!important;
        margin: 2px 3px 0 4px
    }
    .container .grid_item_product .item_head {
        padding-bottom: 6px
    }
    .container .item_head .title {
        font-size: 13px;
        line-height: 30px
    }
    .container .item_head .badge {
        margin: 5px 2px 0 3px
    }
    .container .grid_item_title {
        font-size: 12px
    }
    .container .m-t-18 {
        margin-top: 0
    }
    .container .item_body .grid_item_info .btn {
        width: 78px;
        height: 28px;
        font-size: 12px
    }
    .container .grid_box_4 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        width: 97%;
        margin: 0 auto;
        grid-row-gap: 20px;
        grid-column-gap: 15px
    }
    .container .grid_box_4 .grid_item_title {
        display: none
    }
    .container .grid_box_4 .grid_item_product {
        height: auto;
        background: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, .08);
        opacity: 1;
        border-radius: 4px;
        padding: 6px 0 0;
        cursor: pointer;
        transition: all .5s ease-in-out
    }
    .container .grid_box_4 .grid_product_bg {
        box-shadow: 0 5px 20px rgba(121, 148, 193, .08);
        transform: translateY(-3px)
    }
    .container .grid_box_4 .item_body .item-bot {
        margin: 0 auto
    }
    .container .grid_box_4 .item_body .picture {
        width: 100%;
        height: 150px;
        background-color: #dfeafc;
        border-radius: 2px
    }
    .container .grid_box_4 .item_body .picture img {
        width: 100%;
        height: 150px;
        border-radius: 2px
    }
    .container .grid_box_4 .item_body .grid_item_info .desc {
        margin-bottom: 10px;
        margin-top: 5px;
        font-size: 12px;
        font-family: PingFang SC;
        font-weight: 400;
        line-height: 24px;
        color: #888
    }
    .container .item_body .grid_item_info {
        width: 100%;
        height: 150px;
        text-align: center
    }
    .banners .m-ban-item .m-ban-lnk {
        margin-right: 0!important;
        margin-top: 200px!important
    }
    .m-ban-item {
        text-align: center
    }
    .m-ban-item .ban-pos {
        top: 88px
    }
    .m-ban-item .ban-pos,
    .m-ban-lnks {
        position: inherit!important;
        margin: 0 auto!important;
        left: 0!important
    }
}

@media screen and (max-width:375px) {
    .container {
        width: 100%;
        margin: auto;
        padding-bottom: 32px
    }
    .container .grid_box_4 {
        display: grid!important;
        grid-template-columns: repeat(1, 1fr)!important;
        grid-template-rows: auto!important;
        width: 95%!important;
        margin: 0 auto!important;
        grid-row-gap: 20px!important;
        grid-column-gap: 15px!important
    }
    .container .grid_box_4 .grid_item_product {
        height: 250px;
        background: #fff;
        box-shadow: 0 5px 20px rgba(121, 148, 193, .08);
        opacity: 1;
        border-radius: 4px;
        padding: 20px!important;
        cursor: pointer;
        transition: all .5s ease-in-out
    }
    .container .grid_box_4 .grid_product_bg[data-v-2a183b29] {
        box-shadow: 0 5px 20px rgba(121, 148, 193, .08)!important;
        transform: translateY(-5px)!important
    }
    .container .grid_box_4 .item_body .item-bot {
        margin: 0 auto
    }
    .container .grid_box_4 .item_body .picture {
        background-color: #dfeafc
    }
    .container .grid_box_4 .item_body .picture,
    .container .grid_box_4 .item_body .picture img {
        width: 100%!important;
        height: 180px!important;
        border-radius: 2px
    }
    .container .grid_box_4 .item_body .grid_item_info .desc {
        margin-bottom: 30px!important;
        font-size: 14px!important;
        font-family: PingFang SC;
        font-weight: 400;
        line-height: 24px!important;
        color: #888
    }
    .container .item_body .grid_item_info {
        width: 100%!important;
        height: 180px!important;
        text-align: center
    }
    .banners .m-ban-item .m-ban-lnk {
        margin-right: 0!important;
        margin-top: 180px!important
    }
    .m-ban-item {
        text-align: center
    }
    .m-ban-item .ban-pos {
        top: 88px
    }
    .m-ban-item .ban-pos,
    .m-ban-lnks {
        position: inherit!important;
        margin: 0 auto!important;
        left: 0!important
    }
}

@media screen and (max-width:360px) {
    .container {
        width: 100%;
        margin: auto;
        padding-bottom: 32px
    }
    .container .grid_box_4 {
        display: grid;
        grid-template-columns: repeat(1, 1fr)!important;
        grid-template-rows: auto;
        width: 95%!important;
        margin: 0 auto;
        grid-row-gap: 20px!important;
        grid-column-gap: 15px!important
    }
    .container .grid_box_4 .grid_item_product {
        height: 200px!important;
        background: #fff;
        box-shadow: 0 5px 20px rgba(121, 148, 193, .08);
        opacity: 1;
        border-radius: 4px;
        padding: 20px 8px!important;
        cursor: pointer;
        transition: all .5s ease-in-out
    }
    .container .grid_box_4 .grid_product_bg[data-v-2a183b29] {
        box-shadow: 0 5px 20px rgba(121, 148, 193, .08);
        transform: translateY(-5px)
    }
    .container .grid_box_4 .item_body .item-bot {
        margin: 0 auto
    }
    .container .grid_box_4 .item_body .picture {
        background-color: #dfeafc
    }
    .container .grid_box_4 .item_body .picture,
    .container .grid_box_4 .item_body .picture img {
        width: 100%!important;
        height: 168px!important;
        border-radius: 2px
    }
    .container .grid_box_4 .item_body .grid_item_info .desc {
        margin-bottom: 6px!important;
        font-size: 14px!important;
        font-family: PingFang SC;
        font-weight: 400;
        line-height: 24px!important;
        color: #888
    }
    .container .grid_box_4 .m-t-18 {
        margin-top: 8px!important
    }
    .container .item_body .grid_item_info {
        width: 100%!important;
        height: 160px!important;
        text-align: center
    }
    .banners .m-ban-item .m-ban-lnk {
        margin-right: 0!important;
        margin-top: 180px!important
    }
    .m-ban-item {
        text-align: center
    }
    .m-ban-item .ban-pos {
        top: 88px
    }
    .m-ban-item .ban-pos,
    .m-ban-lnks {
        position: inherit!important;
        margin: 0 auto!important;
        left: 0!important
    }
}

@media screen and (max-width:750px) {
    .banners {
        overflow: hidden;
        height: 328px
    }
    .banners .m-ban-item .ban-pos {
        top: 80px
    }
    .banners .m-ban-item {
        width: 100%
    }
    .banners .m-ban-item .m-ban-lnks {
        bottom: 80px
    }
    .banners .m-ban-item .m-ban-lnk {
        font-size: 12px
    }
    .banners .m-ban-item .m-ban1-img {
        width: 260px!important;
        height: 150px!important;
        top: 150px!important;
        z-index: -10!important;
        opacity: .3
    }
    .banners .s-fs58 {
        font-size: 40px
    }
    .banners .s-fs24 {
        font-size: 12px
    }
    .banners .s-fs60 {
        font-size: 30px
    }
    .fl-index-sections .head {
        padding-top: 20px
    }
    .fl-index-sections .title {
        font-size: 28px;
        top: 53px
    }
    .partnerwrap .fl-index-section .m-t-52 {
        margin-top: 0
    }
    .w {
        width: 100%;
        margin: 0 auto
    }
    .indexbox.box-jjfa {
        width: 100%;
        overflow: hidden;
        height: 900px
    }
    .indexbox.box-jjfa .liner {
        font-size: 60px
    }
    .indexbox.box-jjfa .title {
        font-size: 28px
    }
    .indexbox.box-jjfa .titp {
        font-size: 16px;
        padding: 2px 19px
    }
    .indexbox.box-jjfa .box-cont {
        display: none;
        width: 100%
    }
    .indexbox.box-jjfa .box-cont-wap {
        display: block;
        width: 100%
    }
    .titp {
        font-size: 16px!important;
        padding: 2px 19px
    }
    .digital .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }
    .digital .container .advantage .cons dl {
        width: 95%;
        height: 218px;
        margin: 20px 5px 0 10px;
        float: left
    }
    .container {
        width: 100%;
        margin: auto;
        padding-bottom: 32px
    }
    .container .grid_item_product .item_head img {
        width: 24px!important;
        height: 24px!important;
        margin: 2px 3px 0 4px
    }
    .container .grid_item_product .item_head {
        padding-bottom: 6px
    }
    .container .item_head .title {
        font-size: 13px;
        line-height: 30px
    }
    .container .item_head .badge {
        margin: 5px 2px 0 3px
    }
    .container .grid_item_title {
        font-size: 12px
    }
    .container .m-t-18 {
        margin-top: 0
    }
    .container .item_body .grid_item_info .btn {
        width: 78px;
        height: 28px;
        font-size: 12px;
        margin: 0 3px
    }
    .container .grid_box_4 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        width: 97%;
        margin: 0 auto;
        grid-row-gap: 20px;
        grid-column-gap: 15px
    }
    .container .grid_box_4 .grid_item_title {
        display: none
    }
    .container .grid_box_4 .grid_item_product {
        height: auto;
        background: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, .08);
        opacity: 1;
        border-radius: 4px;
        padding: 6px 0 0;
        cursor: pointer;
        transition: all .5s ease-in-out
    }
    .container .grid_box_4 .grid_product_bg {
        box-shadow: 0 5px 20px rgba(121, 148, 193, .08);
        transform: translateY(-3px)
    }
    .container .grid_box_4 .item_body .item-bot {
        margin: 0 auto
    }
    .container .grid_box_4 .item_body .picture {
        width: 100%;
        height: 150px;
        background-color: #dfeafc;
        border-radius: 2px
    }
    .container .grid_box_4 .item_body .picture img {
        width: 100%;
        height: 150px;
        border-radius: 2px
    }
    .container .grid_box_4 .item_body .grid_item_info .desc {
        margin-bottom: 10px;
        margin-top: 5px;
        font-size: 12px;
        font-family: PingFang SC;
        font-weight: 400;
        line-height: 24px;
        color: #888
    }
    .container .item_body .grid_item_info {
        width: 100%;
        height: 150px;
        text-align: center
    }
    .partnerwrap {
        width: 100%;
        overflow: hidden
    }
    .partnerwrap .partnerwrapinner {
        width: 95%
    }
    .partnerwrap .fl-index-section .head .title {
        font-size: 28px
    }
    .partnerwrap .fl-index-section .head .liner {
        font-size: 60px
    }
    .partnerwrap .fl-index-section .partnerlistwrap {
        height: 250px
    }
    .partnerwrap .fl-index-section .partnerlistwrap .partnerlist {
        width: 100%;
        height: 230px
    }
    .partnerwrap .partnerlist1 {
        background: url("partners_1.78cf5fa.png") no-repeat 50%!important;
        background-size: contain!important
    }
    .partnerwrap .partnerlist2 {
        background: url("partners_2.6ced56f.png") no-repeat 50%!important;
        background-size: contain!important
    }
    .section .container {
        width: 100%
    }
    .about-article {
        padding: 0 20px;
        box-sizing: border-box
    }
    .about-article .content-div {
        margin-bottom: 20px;
        width: 100%;
        margin-right: 0
    }
    .about-article .content-div .cont-bottom .hov-div span {
        width: 80%
    }
    .about-article .content-div .cont-bottom span {
        width: 200px
    }
    .g-vam {
        text-align: center;
        display: none;
        font-size: 20px;
        font-weight: 500;
        margin: 6px 0
    }
    .m-not-bg-gy {
        min-width: 100%
    }
    .m-not-bg-gy #noticeBox {
        overflow: hidden;
        width: 100%;
        display: block
    }
    .m-not-bg-gy .g-box {
        width: 100%
    }
    .m-not-bg-gy .g-box .m-not-i {
        width: 100%;
        margin-left: 0;
        padding: 0 10px;
        box-sizing: border-box;
        font-size: 14px;
        line-height: 30px
    }
    .new_card {
        margin: 0 16px 26px;
        min-width: auto
    }
    .newslistbox {
        display: block!important
    }
    .newscontainer {
        width: 100%
    }
    .new_card_body .list .new_info,
    .new_card_body .news_desc,
    .new_card_body .news_title {
        width: 100%!important
    }
    .floor_two .list_two {
        display: flex;
        justify-content: center;
        flex-wrap: wrap
    }
    .floor_two .list_two .list_common {
        margin-right: 0;
        margin-bottom: 20px
    }
}