@import url(font_1456148_t3555sbfu7b.css);


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

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

.bounce {
    -webkit-animation-name: bounce;
    -webkit-transform-origin: center bottom;
    animation-name: bounce;
    transform-origin: center bottom
}

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

@keyframes flash {
    0%, 50%, to {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

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

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

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

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

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

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

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

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

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

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

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

.headShake {
    -webkit-animation-name: headShake;
    -webkit-animation-timing-function: ease-in-out;
    animation-name: headShake;
    animation-timing-function: ease-in-out
}

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

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

.swing {
    -webkit-animation-name: swing;
    -webkit-transform-origin: top center;
    animation-name: swing;
    transform-origin: top center
}

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

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

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

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

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

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

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

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

.jello {
    -webkit-animation-name: jello;
    -webkit-transform-origin: center;
    animation-name: jello;
    transform-origin: center
}

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

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

.heartBeat {
    -webkit-animation-duration: 1.3s;
    -webkit-animation-name: heartBeat;
    -webkit-animation-timing-function: ease-in-out;
    animation-duration: 1.3s;
    animation-name: heartBeat;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes bounceIn {
    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% {
        -webkit-transform: scale3d(.3, .3, .3);
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        -webkit-transform: scaleX(1);
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes bounceIn {
    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% {
        -webkit-transform: scale3d(.3, .3, .3);
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        -webkit-transform: scaleX(1);
        opacity: 1;
        transform: scaleX(1)
    }
}

.bounceIn {
    -webkit-animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-duration: .75s;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    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% {
        -webkit-transform: translate3d(0, -3000px, 0);
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        -webkit-transform: translate3d(0, 25px, 0);
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInDown {
    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% {
        -webkit-transform: translate3d(0, -3000px, 0);
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        -webkit-transform: translate3d(0, 25px, 0);
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    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% {
        -webkit-transform: translate3d(-3000px, 0, 0);
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        -webkit-transform: translate3d(25px, 0, 0);
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInLeft {
    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% {
        -webkit-transform: translate3d(-3000px, 0, 0);
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        -webkit-transform: translate3d(25px, 0, 0);
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    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% {
        -webkit-transform: translate3d(3000px, 0, 0);
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        -webkit-transform: translate3d(-25px, 0, 0);
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInRight {
    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% {
        -webkit-transform: translate3d(3000px, 0, 0);
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        -webkit-transform: translate3d(-25px, 0, 0);
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

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

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

.bounceOut {
    -webkit-animation-duration: .75s;
    -webkit-animation-name: bounceOut;
    animation-duration: .75s;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%, 45% {
        -webkit-transform: translate3d(0, -20px, 0);
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 2000px, 0);
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%, 45% {
        -webkit-transform: translate3d(0, -20px, 0);
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 2000px, 0);
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        -webkit-transform: translate3d(20px, 0, 0);
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(-2000px, 0, 0);
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        -webkit-transform: translate3d(20px, 0, 0);
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(-2000px, 0, 0);
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        -webkit-transform: translate3d(-20px, 0, 0);
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(2000px, 0, 0);
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        -webkit-transform: translate3d(-20px, 0, 0);
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(2000px, 0, 0);
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%, 45% {
        -webkit-transform: translate3d(0, 20px, 0);
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }
    to {
        -webkit-transform: translate3d(0, -2000px, 0);
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%, 45% {
        -webkit-transform: translate3d(0, 20px, 0);
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }
    to {
        -webkit-transform: translate3d(0, -2000px, 0);
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

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

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

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

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

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

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

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

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

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

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

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

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

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

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

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

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

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

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

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

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

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

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

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

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

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

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

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

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

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

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

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

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

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

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

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

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

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

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

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

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

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

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

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

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

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

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

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

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

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

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

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

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

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

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

.animated.flip {
    -webkit-animation-name: flip;
    -webkit-backface-visibility: visible;
    animation-name: flip;
    backface-visibility: visible
}

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

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

.flipInX {
    -webkit-animation-name: flipInX;
    -webkit-backface-visibility: visible !important;
    animation-name: flipInX;
    backface-visibility: visible !important
}

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

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

.flipInY {
    -webkit-animation-name: flipInY;
    -webkit-backface-visibility: visible !important;
    animation-name: flipInY;
    backface-visibility: visible !important
}

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

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

.flipOutX {
    -webkit-animation-duration: .75s;
    -webkit-animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    animation-duration: .75s;
    animation-name: flipOutX;
    backface-visibility: visible !important
}

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

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

.flipOutY {
    -webkit-animation-duration: .75s;
    -webkit-animation-name: flipOutY;
    -webkit-backface-visibility: visible !important;
    animation-duration: .75s;
    animation-name: flipOutY;
    backface-visibility: visible !important
}

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

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

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

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

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

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in
}

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

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

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(-45deg);
        transform-origin: left bottom
    }
    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: left bottom
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(-45deg);
        transform-origin: left bottom
    }
    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: left bottom
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(45deg);
        transform-origin: right bottom
    }
    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: right bottom
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(45deg);
        transform-origin: right bottom
    }
    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: right bottom
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(45deg);
        transform-origin: left bottom
    }
    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: left bottom
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(45deg);
        transform-origin: left bottom
    }
    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: left bottom
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate(-90deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(-90deg);
        transform-origin: right bottom
    }
    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: right bottom
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate(-90deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(-90deg);
        transform-origin: right bottom
    }
    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: right bottom
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

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

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

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform-origin: left bottom
    }
    to {
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(45deg);
        transform-origin: left bottom
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform-origin: left bottom
    }
    to {
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(45deg);
        transform-origin: left bottom
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform-origin: right bottom
    }
    to {
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(-45deg);
        transform-origin: right bottom
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform-origin: right bottom
    }
    to {
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(-45deg);
        transform-origin: right bottom
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform-origin: left bottom
    }
    to {
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(-45deg);
        transform-origin: left bottom
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform-origin: left bottom
    }
    to {
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(-45deg);
        transform-origin: left bottom
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform-origin: right bottom
    }
    to {
        -webkit-transform: rotate(90deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(90deg);
        transform-origin: right bottom
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform-origin: right bottom
    }
    to {
        -webkit-transform: rotate(90deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(90deg);
        transform-origin: right bottom
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

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

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

.hinge {
    -webkit-animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-duration: 2s;
    animation-name: hinge
}

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

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

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}

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

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

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

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

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

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

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

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

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

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

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

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

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

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

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

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

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

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

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

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

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

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

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

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

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

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

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

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

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

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

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

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

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

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

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

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

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

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

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

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

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

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

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

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

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

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

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

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

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

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

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

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

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

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

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

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

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

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

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

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.animated {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.animated.fast {
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}

.animated.faster {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

@media (prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset !important;
        -webkit-transition: none !important;
        animation: unset !important;
        transition: none !important
    }
}

.flex_sbe, .flex_sbe_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex_sbe_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex_al_start {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex_al_start, .flex_row_center_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

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

.flex_al_end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.flex_al_center, .flex_al_end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex_al_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex_al_baseline {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.flex_al_baseline, .flex_col_item_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex_col_item_left {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.flex_row_item_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.flex_row_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex_row_center, .flex_row_start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex_row_start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.flex_row_top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.flex_row_start_wrap, .flex_row_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.flex_row_start_wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex_row_top_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex_row_top_start, .flex_row_top_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.flex_row_end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.flex_row_between, .flex_row_end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

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

.flex_row_around {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex_wrap_row_start {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex_wrap_row_between, .flex_wrap_row_start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

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

.flex_wrap_row_around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex_cen_start_top, .flex_wrap_row_around {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex_cen_start_top {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.flex_content_left {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.flex_column_center, .flex_content_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex_column_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex_column_start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.flex_column_end, .flex_column_start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex_column_end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.flex_column_between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex_column_around, .flex_column_between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

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


html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

body, html {
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font: 12px/1.5 Helvetica, Tahoma, Arial, PingFang SC, Hiragino Sans GB, Heiti SC, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif, specfont
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none;
    vertical-align: top
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

* {
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0
}

p {
    margin: 10px 0
}

a:hover {
    text-decoration: none
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400
}

.fl {
    float: left
}

.fr {
    float: right
}

.inlineblock {
    display: inline-block
}

.relative {
    position: relative
}

.hide {
    display: none
}

.noVisible {
    visibility: hidden
}

.visible {
    visibility: visible
}

.absoluteCenter {
    width: 1200px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.navFix {
    position: fixed !important;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 999 !important;
}

.conCenter1920 {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

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

.whiteBg {
    background: #fff
}

.ellipse {
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis
}

.niu_mask {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: rgba(0, 0, 0, .8)
}

.el-input.is-active .el-input__inner, .el-input__inner:focus {
    border-color: #1ece9c !important
}

.el-loading-spinner .path {
    stroke: #1ece9c !important
}

.overflow {
    overflow: hidden
}

.mt5 {
    margin-top: 5px
}

.mt10 {
    margin-top: 10px
}

.mt15 {
    margin-top: 15px
}

.mt20 {
    margin-top: 20px
}

.mt25 {
    margin-top: 25px
}

.mt30 {
    margin-top: 30px
}

.mb5 {
    margin-bottom: 5px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.mb20 {
    margin-bottom: 20px
}

.mb25 {
    margin-bottom: 25px
}

.mb30 {
    margin-bottom: 30px
}

.ml5 {
    margin-left: 5px
}

.ml10 {
    margin-left: 10px
}

.ml15 {
    margin-left: 15px
}

.ml20 {
    margin-left: 20px
}

.ml25 {
    margin-left: 25px
}

.ml30 {
    margin-left: 30px
}

.mr5 {
    margin-right: 5px
}

.mr10 {
    margin-right: 10px
}

.mr15 {
    margin-right: 15px
}

.mr20 {
    margin-right: 20px
}

.mr25 {
    margin-right: 25px
}

.mr30 {
    margin-right: 30px
}

.pt5 {
    padding-top: 5px
}

.pt10 {
    padding-top: 10px
}

.pt15 {
    padding-top: 15px
}

.pt20 {
    padding-top: 20px
}

.pt25 {
    padding-top: 25px
}

.pt30 {
    padding-top: 30px
}

.pt65 {
    padding-top: 65px
}

.pb5 {
    padding-bottom: 5px
}

.pb10 {
    padding-bottom: 10px
}

.pb15 {
    padding-bottom: 15px
}

.pb20 {
    padding-bottom: 20px
}

.pb25 {
    padding-bottom: 25px
}

.pb30 {
    padding-bottom: 30px
}

.pl5 {
    padding-left: 5px
}

.pl10 {
    padding-left: 10px
}

.pl15 {
    padding-left: 15px
}

.pl20 {
    padding-left: 20px
}

.pl25 {
    padding-left: 25px
}

.pl30 {
    padding-left: 30px
}

.pr5 {
    padding-right: 5px
}

.pr10 {
    padding-right: 10px
}

.pr15 {
    padding-right: 15px
}

.pr20 {
    padding-right: 20px
}

.pr25 {
    padding-right: 25px
}

.pr30 {
    padding-right: 30px
}

.text_indent {
    text-indent: 2em
}

.text_indent_3em {
    text-indent: 3em
}

.clearfix {
    clear: both
}

.clearfix:after {
    content: "";
    height: 0;
    display: block;
    clear: both
}

.body_fixed {
    width: 100%;
    height: 100%;
    overflow: hidden
}

@font-face {
    font-family: fonttime;
    src: url(../font/timefont.ttf)
}

@font-face {
    font-family: specfont;
    src: url(../fonts/spec.ttf)
}

.cursor {
    cursor: pointer
}

[v-cloak] {
    display: none !important
}

.ani-15s {
    -webkit-animation-delay: .15s;
    animation-delay: .15s
}

.ani-20s {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.ani-25s {
    -webkit-animation-delay: .25s;
    animation-delay: .25s
}

.ani-30s {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.ani-35s {
    -webkit-animation-delay: .35s;
    animation-delay: .35s
}

.ani-40s {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

@-webkit-keyframes bounceInUp {
    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% {
        -webkit-transform: translate3d(0, 100px, 0);
        opacity: 0;
        transform: translate3d(0, 100px, 0)
    }
    60% {
        -webkit-transform: translate3d(0, -20px, 0);
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {
    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% {
        -webkit-transform: translate3d(0, 100px, 0);
        opacity: 0;
        transform: translate3d(0, 100px, 0)
    }
    60% {
        -webkit-transform: translate3d(0, -20px, 0);
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

.my_animate .spinner {
    width: 150px;
    text-align: center
}

.my_animate .spinner > div {
    width: 5px;
    height: 5px;
    background-color: #1fcd9b;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s ease-in-out infinite;
    animation: bouncedelay 1.4s ease-in-out infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.my_animate .spinner .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.my_animate .spinner .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes bouncedelay {
    0%, 80%, to {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes bouncedelay {
    0%, 80%, to {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    40% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

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

.createFollowCheck input[type=number] {
    -moz-appearance: textfield
}

body {
    background: #fff;
    overflow-x: hidden;
    padding-top: 80px;
    font: 16px/1.5 Helvetica, Tahoma, Arial, PingFang SC, Hiragino Sans GB, Heiti SC, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif, specfont
}

.pclimit {
    width: 100%;
    min-width: 1200px;
    overflow: hidden
}

.breadNav {
    border-bottom: 1px solid #d9dbe9;
    padding: 25px 0 15px 0
}

.breadNav * {
    font-size: 12px;
    color: #878894
}

.breadNav a:hover {
    color: #1ece9c
}

.addbg {
    background: none !important
}


.headerbox {
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
    background: #202024;
    position: fixed;
    left: 0;
    
    z-index: 999;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}

.is-hidden {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}


.headerbox .indexlogoBox {
    overflow: hidden;
    height: 80px
}

.headerbox .index_fontlogo {
    position: relative;
    overflow: hidden;
}

.headerbox .index_fontlogo:before {
    content: "";
    position: absolute;
    width: 110px;
    height: 100%;
    top: 0;
    left: -110px;
    overflow: hidden;
    z-index: 1;
    background: -webkit-gradient(linear, right top, left top, color-stop(0, hsla(0, 0%, 100%, 0)), color-stop(40%, hsla(0, 0%, 100%, .1)), color-stop(50%, hsla(0, 0%, 100%, .5)), color-stop(60%, hsla(0, 0%, 100%, .1)), to(hsla(0, 0%, 100%, 0)));
    background: linear-gradient(270deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .1) 40%, hsla(0, 0%, 100%, .5) 50%, hsla(0, 0%, 100%, .1) 60%, hsla(0, 0%, 100%, 0));
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    opacity: .5
}

.headerbox .index_fontlogo:hover:before {
    -webkit-animation: lefttoright 1s infinite;
    animation: lefttoright 1s infinite;
}

.headerbox .index_fontlogo h1 {
    font-size: 24px;
    color: #E1E1E1;
    font-family: specfont, Helvetica, Tahoma, Arial, PingFang SC, Hiragino Sans GB, Heiti SC, Microsoft YaHei;
    margin: 0;
    line-height: 24px
}

@keyframes lefttoright {
    0% {
        left: -110px;
    }
    100% {
        left: 150%;
    }
}

-webkit-

@keyframes lefttoright {
    0% {
        left: -110px;
    }
    100% {
        left: 150%;
    }
}


.headerbox .index_fontlogo h3 {
    font-size: 16px;
    color: #e8e8e8;
    font-family: specfont;
    line-height: 18px
}

.headerbox .headLogo {
    padding-left: 40px;
    width: 166px;
}

.headerbox .navLogin {
    line-height: 100%;
    height: 100%;
    width: 280px;

}

.headerbox .navlist {
    overflow: hidden;
    height: 80px;
    line-height: 80px;
    margin-bottom: 0
}


.headerbox .navlist li {
    float: left
}

@media screen and (max-width: 1220px) {
    .headerbox .index_fontlogo {
        display: none
    }

    .headerbox .headLogo {
        width: auto;
    }
}


.headerbox .navlist a {
    padding: 0 18px;
    display: block;
    font-weight: 600;
    font-stretch: normal;
    letter-spacing: 0;
    color: #adadad;
    font-size: 18px
}

.headerbox .navlist a:hover {
    color: #fff;
}

.headerbox .navlist .active a {
    color: #1ece9c
}

.headerbox .loginbox {
    font-size: 18px;
    color: #adadad;
    padding: 0;
    font-weight: 600;
}

.headerbox .loginbox li {
    
    cursor: pointer;
    height: 80px;
    width: 140px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.headerbox .loginbox li:hover {
    color: #fff;
}

.headerbox .loginbox .regbtn {
    background: #1ece9c;
    color: #fff;
}

.headerbox .loginbox .regbtn:hover {
    opacity: .9;
    color: #fff;
}

.headerbox .loginbox .index_regbtn {
    font-size: 20px
}

.headerbox .loginbox .index_regtips {
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
    padding: 3px 4px
}

.headerbox .touXiangBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.headerbox .touxiang {
    width: 35px;
    height: 35px;
    border-radius: 50%
}

.headerbox .touxiang_font {
    width: 90px;
    white-space: nowrap;
    text-align: center;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff
}

.headerbox .loginOut:hover {
    color: #fff
}

.indexAdbox {
    position: fixed;
    bottom: 50px;
    right: 70px;
    z-index: 9;
}

.indexclose {
    cursor: pointer;
    position: absolute;
    right: 50px;
    top: 0;
    z-index: 1;
    width: 16px;
    height: 16px;
    background: url(../images/indexclose.png) no-repeat;
    background-size: 16px 16px
}

.indexclose:hover {
    background: url(../images/indexcloseh.png) no-repeat;
    background-size: 16px 16px
}

.bannerBox {
    background: #202024;
    overflow: hidden;
    width: 100%;
    min-width: 1200px
}











.bannerBox .bannerdownBtn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 185px;
    margin-left: 171px;
    border: solid 2px #06ffc4;
    padding: 10px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: margin-left .3s ease-in-out;
    cursor: pointer;
}

.bannerBox .bannerdownBtn:hover {
    margin-left: 180px;
}

.bannerBox .bannerdownBtn2 {
    margin-left: 64px;
    bottom: 160px;
}

.bannerBox .bannerdownBtn2:hover {
    margin-left: 75px;
}

.bannerBox .bannerdownBtn3 {
    margin-left: 85px;
    bottom: 215px;
}

.bannerBox .bannerdownBtn3:hover {
    margin-left: 95px;
}

.bannerBox .bannerdownBtn span {
    color: #06ffc4;
    font-size: 24px;
    margin-left: 5px;
}


.bannerBox .bannerTitle {
    font-size: 50px;
    letter-spacing: 0;
    color: #fff
}

.bannerBox .bannerSubtit {
    font-size: 16px;
    letter-spacing: 0;
    color: #fff
}

.bannerBox .bannerFreeBtn {
    width: 160px;
    height: 54px;
    background-color: #1ece9c;
    border-radius: 4px;
    font-size: 20px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px
}

.bannerBox .bannerFreeBtn:hover {
    opacity: .9;
    -webkit-animation: tada .5s;
    animation: tada .5s
}

.bannerBox .swiper-slide {
    overflow: hidden;
}

.bannerContent .bannertips {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 175px;
    color: #06ffc4;
    margin-left: 135px;
    z-index: 1;
}


.indexDownloadArea {
    background: #f6f6f6;
    padding: 30px 0;
    position: relative;
    z-index: 1;
    box-shadow: 0px 1px 2px 0px #e6e6e6;
}

.indexDownloadArea .index_downloadBox {
    width: 1000px;
    margin: auto;
}

.indexDownloadArea .index_downloadBox li {
    
    position: relative;
    top: 0;
    transition: top .1s linear;
    cursor: pointer;
}

.indexDownloadArea .index_downloadBox li:hover .tipsBox {
    display: block
}

.indexDownloadArea .index_downloadBox li:hover {
    
    
    
    
}

.indexDownloadArea .index_downloadBox a {
    display: flex;
    width: 200px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.indexDownloadArea .index_downloadBox a > img {
    transition: all .3s linear;
}

.indexDownloadArea .index_downloadBox li:hover a > img {
    transform: scale(1.2);
}

.indexDownloadArea .index_downloadBox li:hover a > span {
    color: #1fcd9b;
}

.indexDownloadArea .index_downloadBox span {
    color: #787878;
    font-size: 16px;
    margin-top: 10px;
}

.indexDownloadArea .index_downloadBox .tipsBox {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: none;
    position: absolute;
    left: 50%;
    bottom: 95px;
    padding: 6px 10px;
    border-radius: 2px;
    z-index: 9;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #313131;
    color: #fff;
}

.indexDownloadArea .index_downloadBox .tipsBox .cart {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #313131;
    -webkit-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
    left: 50%;
    bottom: -8px;
}

.indexDownloadArea .index_downloadBox .tipsBox .tipcon {
    color: #fff;
}


.advantageBox {
    position: relative;
    min-width: 1200px;
    background: url("../images/indexbg1.png") no-repeat center top;
    background-size: 1920px 745px;
}

.advantageBox .advantageCon {
    padding: 30px 0;
    width: 1200px;
    position: relative;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    z-index: 1;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16)
}

.advantageBox .advantageTit {
    font-size: 20px;
    color: #202024
}

.advantageBox .advantageSubtit {
    font-size: 14px;
    color: #878894
}

.advantageBox .advantageList {
    width: 96%;
    margin-top: 35px
}

.advantageBox .advantageList li {
    text-align: center
}

.advantageBox h5 {
    font-size: 14px;
    color: #202024
}

.advantageBox p {
    margin-top: 12px;
    font-size: 12px;
    line-height: 17px;
    color: #878894
}

.advantageBox .supportBox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #f6f6f6;
    padding: 40px 0;
    background: #f6f6f6 url("../images/indexsupportbg.png") no-repeat center top;
    background-size: 1920px 670px;
}

.advantageBox #showpicBox {
    width: 1200px;
    margin: 35px auto 0;
    height: 460px;
    overflow: hidden
}

.advantageBox .supportGameCon {
    position: relative;
}

.advantageBox .supportGameSlideBox {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 487px;
}

.supportGameSlideBox .supportGameSlideMore {
    position: absolute;
    left: 45px;
    bottom: 50px;
    z-index: 99;
    width: 40%;
}

.supportGameSlideBox .supportGameSlideLeft {
    padding-top: 50px;
    padding-left: 45px;
}

.supportGameSlideBox .supportGameSlideLeft h3 {
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
}

.supportGameSlideLeft_head img {
    margin-right: 20px;

}

.supportGameSlideBox .supportGameSlideLeft_mid {
    font-size: 14px;
    color: #ffffff;
    margin-top: 15px;
}

.supportGameSlideLeft_more {
    font-size: 16px;
    color: #fff;
    border: solid 1px #ffffff;
    width: 160px;
    height: 50px;
    position: relative;
    left: 0;
    transition: all .3s linear;
    margin-top: 25px;
}

.supportGameSlideLeft_more:hover {
    left: 5px;
}

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

.supportGameSlideMore_head span {
    font-size: 14px;
    color: #fff;
}

.supportGameSlideMore_head a {
    font-size: 18px;
    color: #fff;
    opacity: 0.87;
    font-family: specfont;
}

.supportGameSlideMore_head a:hover {
    color: #1fcd9b;
}

.supportGameSlideMoreList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
    align-content: space-between;
    height: 130px;
}

.supportGameSlideMoreList li {
    width: 14%;
    text-align: center;
}

.supportGameSlideRight {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.swiper-container2 {
    height: 487px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    background: rgba(0, 0, 0, .2);
    font-variant: initial;
    padding: 10px;
    color: #fff;
    font-size: 16px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0;
}

.swiper-container2 .swiper-pagination-bullets {
    left: 50%;
    width: 50%;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: .2;
}

.swiper-pagination-bullet-active {
    opacity: .8;
    background: #fff;
}













































.rechargeBox {
    background: #1f1f24 url("../images/indexrecharge.png") no-repeat center top;
    background-size: 1920px 670px;
    padding: 60px 0;
}

.rechargeCon {
    width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.rechargeCon .indexTit {
    color: #fff;
    background: url(../images/indextitbg2.png) no-repeat center;
}

#rechargePage .rechargePageCon_tit {
    font-size: 18px;
    color: #202024;
    text-align: center;
    margin-top: 45px
}

#rechargePage .rechargePageCon_subtit {
    color: #878894;
    font-size: 12px;
    text-align: center
}

#rechargePage .buynow {
    font-size: 18px;
    color: #fff;
    background-image: linear-gradient(40deg, #7cf3e5, #38e3d2);
    border-radius: 0 0 4px 4px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 10px 0;
    -webkit-box-shadow: 0 1px 3px 0 #00dbc4;
    box-shadow: 0 1px 3px 0 #00dbc4
}

#rechargePage li.rec .buynow {
    background-image: linear-gradient(40deg, #feb692, #ea5455);
    -webkit-box-shadow: 0 1px 3px 0 #ef4d48;
    box-shadow: 0 1px 3px 0 #ef4d48
}

#rechargePage .rechargeAdvantBox {
    margin-top: 100px;
    padding-bottom: 100px
}

#rechargePage .rechargeAdvantList li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#rechargePage .rechargeAdvantList h3 {
    font-size: 14px;
    color: #333
}

#rechargePage .rechargeAdvantList p {
    font-size: 12px;
    color: #878894;
    margin-top: 5px;
    line-height: 17px
}

#rechargePage .rechargeAdvantList .rechargeAdvantCell_info {
    margin-left: 15px
}


.ourgamesArea {
    padding: 60px 0;
    background: #f8f9fa url(../images/indexnoticebg.png) no-repeat center top;
    background-size: 1920px 570px;
}


.ourgamesBox {
    position: relative;
    min-width: 1200px;
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.ourgamesBox .ourgamesLeft {
    width: 460px
}

.ourgamesBox .ourgamesLeft .ourgames_cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.ourgamesBox .ourgamesLeft .ourgames_cell p {
    color: #878894;
    font-size: 14px;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 90%;
    margin: 5px 0;
}

.ourgamesBox .ourgamesLeft .ourgames_cell span {
    padding: 1.5px;
    background-color: #878894;
}


.ourgamesBox .ourgamesLeft .ourgames_cell time {
    color: #c3c4d2;
    font-size: 12px
}

.ourgamesBox .ourgamesLeft .ourgames_cell:hover p, .ourgamesBox .ourgamesLeft .ourgames_cell:hover time {
    color: #1ece9c
}

.ourgamesBox .ourgames_head {
    margin-bottom: 20px
}

.ourgamesBox .ourgames_head .baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.ourgamesBox .ourgames_head h3 {
    font-size: 24px;
    color: #202024;
    font-family: specfont;
}

.ourgamesBox .ourgames_head h6 {
    font-size: 12px;
    color: #878894;
    margin-left: 15px
}

.ourgamesBox .ourgames_head a {
    font-size: 14px;
    color: #9e9e9e;
    font-family: specfont;
}

.ourgamesBox .ourgames_head a:hover {
    color: #1ece9c
}

.ourgamesBox .ourgamesRight {
    width: 630px
}

.ourgamesBox .ourgames_right_cell {
    display: block;
    color: #878894;
    font-size: 14px;
    margin-right: 13px;
}

.ourgamesBox .ourgames_zone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: flex-start;
    margin-top: 20px
}

.ourgamesBox .index_noticelist {
    
    overflow: hidden
}

.indexTit {
    font-size: 40px;
    color: #202024;
    margin: 0;
    font-family: specfont;
    background: url("../images/indexacctivitybg.png") no-repeat center;
    background-size: 240px 17px;
    text-align: center;
    width: 240px;
}

.indexSubTit {
    font-size: 14px;
    color: #9e9e9e;
}

.refundBox .recommendTag {
    position: absolute;
    right: 0;
    top: -4px;
    z-index: 1;
    color: #fff;
    font-size: 14px;
}

.refundBox .rechargeBtn {
    width: 100px;
    height: 34px;
    background-color: #1ece9c;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px
}

.refundBox .rechargeBtn:hover {
    -webkit-animation: tada .5s;
    animation: tada .5s
}

.refundBox .refundList {
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px
}

.refundBox .refundList li {
    position: relative;
    height: 340px;
    background-color: #36363d;
    width: 300px;
    text-align: center;
    padding: 30px 0;
    border-top: 4px solid transparent
}

.refundBox .refundList li:nth-child(2) {
    background: #3b3b43
}

.refundBox .refundList li.active {
    background: #42424b;
    border-top: 4px solid #1ece9c
}

.refundBox .refundList li.active .recommendTag {
    display: block
}

.refundBox .refundList .refundTop {
    position: relative;
    width: 100%;
    height: 250px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.refundBox .refundList .refundHoursBox, .refundBox .refundList .refundTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.refundBox .refundList .refundHoursBox {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1
}

.refundBox .refundList .refundHoursBox h5 {
    font-size: 42px;
    color: #1ece9c;
    font-weight: 700
}

.refundBox .refundList .refundHoursBox h6 {
    font-size: 14px;
    color: #878894
}

.refundBox .refundList .refundMoneyBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 5px;
    z-index: 1;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.refundBox .refundList .refundMoneyBox span {
    font-size: 14px;
    color: #878894
}

.refundBox .refundList .refundMoneyBox p {
    font-size: 20px;
    color: #fff;
    margin: 0;
    font-weight: 700
}

.refundBox .refundList .refundinfo1 {
    font-size: 12px;
    color: #878894;
    text-decoration: line-through;
    margin-top: 20px
}

.refundBox .refundList .refundinfo2 {
    font-size: 12px;
    color: #878894;
    margin-top: 10px
}


.activityBox {
    padding: 60px 0;
    background: #ececec url(../images/indexacctivitybg.png) no-repeat center top;
    background-size: 1920px 670px;
}

.activity_more {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
    margin-bottom: 15px;
}

.activity_more a {
    font-size: 14px;
    font-family: specfont;
    color: #6a6a6a;
    margin-right: 5px;
}

.activity_more a:hover {
    color: #1fcd9b;
}

.activityBox .activeList li {
    width: 388px;
    position: relative;
}

.activityBox .activeList li:nth-child(2) {
    margin: 0 10px
}

.activityBox .activeList a {
    display: block
}

.activityBox .activeList a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.activityBox .activeList a:hover h5 {
    color: #1ece9c
}

.activityBox .activeList .imgbox {
    width: 388px;
    height: 238px;
    overflow: hidden
}

.activityBox .activeList h5 {
    font-size: 20px;
    color: #202024;
    margin-bottom: 5px;
    margin-top: 15px
}

.activityBox .activeList p {
    font-size: 14px;
    color: #9e9e9e;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.index_activity_btn {
    color: #202024;
    font-size: 16px;
    text-align: center;
    padding: 15px 0;
    background: #dedede;
}

.index_activity_btn:hover span {
    transition: all .4s linear;
    margin-left: 10px;
}

.activityBox .activeList .activitysStatus {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1
}

.activityBox .activeList .activitysStatus .ing {
    width: 57px;
}

.activityBox .activeList .activitysStatus .end {
    width: 57px;
}

.activityBox .activeList .activitysStatus .will {
    padding: 5px 15px;
    background-color: #ffc107;
    font-size: 18px;
    color: #fff
}

.activityBox .activeList img {
    width: 100%;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.footerBox {
    background-color: #202024;
    padding: 15px 0
}

.footerBox .foot_head {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 25px;
    border-bottom: 1px solid #2d2d2d
}

.footerBox .seecell {
    width: 50px;
    height: 50px;
    cursor: pointer;
    margin-left: 20px
}

.footerBox .iconcell:hover .dialogCon {
    display: block;
}

.footerBox .foot_wxbox {
    background: url(../images/foot_wx.png) no-repeat;
    background-size: contain
}

.footerBox .foot_wxbox:hover {
    background: url(../images/foot_wxh.png) no-repeat;
    background-size: contain
}

.footerBox .foot_qqbox {
    background: url(../images/foot_qq.png) no-repeat;
    background-size: contain
}

.footerBox .foot_qqbox:hover {
    background: url(../images/foot_qqh.png) no-repeat;
    background-size: contain
}

.footerBox .foot_wbbox {
    display: block;
    background: url(../images/foot_wb.png) no-repeat;
    background-size: contain
}

.footerBox .foot_wbbox:hover {
    background: url(../images/foot_wbh.png) no-repeat;
    background-size: contain
}

.footerBox .foot_tbbox {
    background: url(../images/foot_tb.png) no-repeat;
    background-size: contain
}

.footerBox .foot_tbbox:hover {
    background: url(../images/foot_tbh.png) no-repeat;
    background-size: contain
}

.footerBox .foot_blbox {
    width: 95px;
    background: url(../images/foot_bili.png) no-repeat;
    background-size: contain
}

.footerBox .foot_blbox:hover {
    background: url(../images/foot_bilih.png) no-repeat;
    background-size: contain
}

.footerBox .foot_left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footerBox .businessBox h3 {
    font-size: 14px;
    color: #fff
}

.footerBox .businessBox p {
    font-size: 14px;
    color: #9e9e9e;
    margin: 0;
}

.footerBox .businessBox a {
    font-size: 14px;
    color: #1ece9c
}

.footerBox .foot_navtit {
    color: #9e9e9e;
    font-size: 14px
}

.footerBox .foot_navcell {
    margin-top: 15px;
    font-size: 14px;
    color: #afafb9;
    display: block
}

.footerBox .foot_navcell:hover {
    color: #1ece9c
}

.footerBox .foot_mid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    width: 400px
}

.footerBox .foot_mid p {
    color: #878894;
    font-size: 12px;
    margin-top: 10px
}

.footerBox .foot_qq {
    margin-left: 70px
}

.footerBox .foot_right .top {
    top: 0;
    position: relative;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.footerBox .foot_right .top:hover {
    top: -3px
}

.footerBox .foot_bot {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footerBox .copyrightFont {
    font-size: 12px;
    color: #878894;
    margin: 5px 0
}

.footerBox .copyrightFont * {
    color: #878894
}

.footerBox .copyrightFont a:hover span {
    color: #1ece9c
}

.footerBox .foot_friendbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 28px 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #2d2d2d
}

.footerBox .foot_friendbox * {
    font-size: 14px;
    color: #afafb9
}

.footerBox .foot_friendList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.footerBox .foot_friendList li {
    margin: 0 5px 10px
}

.footerBox .foot_friendbox h5 {
    -ms-flex-preferred-size: 75px;
    flex-basis: 75px
}

.footerBox .foot_friendList li a:hover {
    color: #1fcd9b
}

.dialogCon {
    position: absolute;
    left: 50%;
    top: 60px;
    margin-left: -50px;
    z-index: 1;
    padding: 5px;
    background: #fff;
    z-index: 1;
    display: none;
    border-radius: 4px;
    padding: 10px;
    line-height: 1.2;
    min-width: 10px;
    word-wrap: break-word;
}

.arrowtop {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: 1;
    background: #fff;
    width: 10px;
    height: 10px;
}

.dialogCon p {
    font-size: 12px;
    text-align: center;
}


.kefuBox {
    position: fixed;
    right: 0;
    bottom: 120px;
    z-index: 998;
}

.kefuBox img {
    display: block;
    margin-bottom: 25px;
    cursor: pointer;
}

.recharge_bannerTitle {
    font-size: 20px;
    color: #fff;
    font-weight: 700
}

.recharge_bannerSubtit {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-shadow: 1px 1px 5px #676666
}

#rechargePage .recommendTag {
    position: absolute;
    right: 0;
    top: -25px;
    z-index: 1;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    height: 24px;
    background-size: 100% 100%;
    padding: 0 10px;
    background-repeat: no-repeat;
    background-image: url("../images/imgbg.png");
}

#rechargePage .refundList {
    width: 1200px;
    margin: 0 auto;
    width: 1000px;
    margin-top: 50px
}

#rechargePage .refundList .rec .recharge_block {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#feb692), to(#ea5455));
    background-image: linear-gradient(180deg, #feb692, #ea5455)
}

#rechargePage .refundList li {
    cursor: pointer
}

#rechargePage .refundList li:hover .recharge_block {
    top: -10px
}

#rechargePage .refundList .recharge_block {
    position: relative;
    height: 300px;
    width: 225px;
    text-align: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7cf3e5), to(#32ccbc));
    background-image: linear-gradient(180deg, #7cf3e5, #32ccbc);
    border-radius: 4px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    top: 0
}

#rechargePage .refundList .refundTop {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 80px;
    padding: 5px 0;
    background: rgba(255, 255, 255, .1);

}

#rechargePage .refundList .refundTag {
    border-radius: 2px;
    border: 1px solid #fff;
    font-size: 12px;
    color: #fff;
    padding: 0 3px
}

#rechargePage .refundList .refundHoursBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: 100%;
    

}

.recommend_dec {
    margin-top: -10px;
}

.recommend_dec span {
    color: #ffffff;
    font-size: 16px;
    margin-left: 5px;
    font-weight: bold;
}

.refundMid {
    position: relative;
    height: 153px;
}

.activityPic {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 1;
    opacity: .2;
    height: 100%;
}


#rechargePage .refundList .refundHoursBox h5 {
    font-size: 42px;
    color: #fff;
    font-family: fonttime;
}

#rechargePage .refundList .refundHoursBox h6 {
    font-size: 24px;
    color: #fff;
    margin-left: 5px
}

#rechargePage .refundList .refundMoneyBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0 5px;
}

#rechargePage .refundList .refundMoneyBox span {
    font-size: 30px;
    font-weight: 700;
    color: #fff
}

#rechargePage .refundList .refundMoneyBox p {
    font-size: 30px;
    color: #fff;
    margin: 0;
    font-weight: 700
}

#rechargePage .refundList .refundinfo1 {
    font-size: 12px;
    color: #fff;
    text-decoration: line-through;
}

#rechargePage .refundList .refundinfo2 {
    font-size: 12px;
    color: #fff;
    margin-top: 10px
}

#rechargePage .rechargePageCon_tit {
    font-size: 16px;
    color: #1ece9c;
    text-align: center;
    margin-top: 30px
}

#rechargePage .rechargePageCon_subtit {
    color: #ffffff;
    font-size: 12px;
    text-align: center
}

#rechargePage .buynow {
    font-size: 18px;
    color: #fff;
    background-image: linear-gradient(40deg, #7cf3e5, #38e3d2);
    border-radius: 0 0 4px 4px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 10px 0;
    -webkit-box-shadow: 0 1px 3px 0 #00dbc4;
    box-shadow: 0 1px 3px 0 #00dbc4
}

#rechargePage li.rec .buynow {
    background-image: linear-gradient(40deg, #feb692, #ea5455);
    -webkit-box-shadow: 0 1px 3px 0 #ef4d48;
    box-shadow: 0 1px 3px 0 #ef4d48
}

#rechargePage .rechargeAdvantBox {
    margin-top: 100px;
    padding-bottom: 100px
}

#rechargePage .rechargeAdvantList li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#rechargePage .rechargeAdvantList h3 {
    font-size: 14px;
    color: #fff
}

#rechargePage .rechargeAdvantList p {
    font-size: 12px;
    color: #878894;
    margin-top: 5px;
    line-height: 17px
}

#rechargePage .rechargeAdvantList .rechargeAdvantCell_info {
    margin-left: 15px
}

#activityPage .activeList {
    min-height: 550px;
    margin-top: 50px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

#activityPage .activeList li {
    width: 388px;
    margin-bottom: 20px;
    position: relative
}

#activityPage .activeList li:nth-child(3n+2) {
    margin: 0 10px
}

#activityPage .activeList a {
    display: block
}

#activityPage .activeList a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

#activityPage .activeList a:hover h5 {
    color: #1ece9c
}

#activityPage .activeList .imgbox {
    width: 388px;
    height: 238px;
    overflow: hidden
}

#activityPage .activeList .activitysStatus {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1
}

#activityPage .activeList .activitysStatus .ing {
    background-color: #1ece9c;
    font-size: 18px;
    color: #fff;
    padding: 5px 15px
}

#activityPage .activeList .activitysStatus .end {
    padding: 5px 15px;
    background-color: #929292;
    font-size: 18px;
    color: #fff
}

#activityPage .activeList .activitysStatus .will {
    padding: 5px 15px;
    background-color: #ffc107;
    font-size: 18px;
    color: #fff
}

#activityPage .activeList h5 {
    font-size: 18px;
    color: #202024;
    margin-bottom: 5px;
    margin-top: 15px
}

#activityPage .activeList p {
    font-size: 14px;
    color: #878894
}

#activityPage .activeList img {
    width: 100%;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

#noticePage .noticeListCell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 0
}

#noticePage .noticeListCell a {
    -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    position: relative
}

#noticePage .noticeListCell:hover {
    background: #1ece9c
}

#noticePage .noticeListCell:hover * {
    color: #fff !important
}

#noticePage .noticeListCell:hover a {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px)
}

#noticePage .noticeList_left {
    width: 140px;
    text-align: right
}

#noticePage .noticeList_left .month {
    color: #707070;
    font-size: 35px
}

#noticePage .noticeList_left .year {
    color: #707070;
    font-size: 14px
}

#noticePage .noticeList_right {
    margin-left: 30px;
    width: 860px
}

#noticePage .noticeList_right .noticeTit {
    color: #202024;
    font-size: 16px
}

#noticePage .noticeList_right .noticesum {
    font-size: 12px;
    line-height: 17px;
    color: #878894;
    height: 34px;
    overflow: hidden
}

#noticePage .noticeList_right a {
    display: block
}

#noticePage .noticeListIcon {
    position: absolute;
    right: -25px;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#helpPage .recharge_bannerSubtit {
    text-shadow: none
}

#helpPage .noticeListCell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 0
}

#helpPage .noticeListCell .noticeList_index {
    color: #707070;
    font-size: 35px
}

#helpPage .noticeListCell a {
    -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    position: relative
}

#helpPage .noticeListCell:hover {
    background: #1ece9c
}

#helpPage .noticeListCell:hover * {
    color: #fff !important
}

#helpPage .noticeListCell:hover a {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px)
}

#helpPage .noticeListCell:hover .noticeList_tag {
    border: 1px solid #fff
}

#helpPage .noticeList_left {
    width: 140px;
    text-align: right
}

#helpPage .noticeList_left .month {
    color: #707070;
    font-size: 35px
}

#helpPage .noticeList_left .year {
    color: #707070;
    font-size: 14px
}

#helpPage .noticeList_right {
    margin-left: 30px;
    width: 860px
}

#helpPage .noticeList_right .noticeTit {
    color: #202024;
    font-size: 16px;
    max-width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

#helpPage .noticeList_right .noticeList_tag {
    border: 1px solid #878894;
    font-size: 14px;
    color: #878894;
    border-radius: 2px;
    padding: 0 5px
}

#helpPage .noticeList_right .noticesum {
    font-size: 12px;
    line-height: 17px;
    color: #878894;
    height: 34px;
    overflow: hidden
}

#helpPage .noticeList_right a {
    display: block
}

#helpPage .noticeListIcon {
    position: absolute;
    right: -25px;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.pagination {
    margin: 45px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pagination, .pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pagination ul li {
    background-color: #e6e6ef;
    border-radius: 2px;
    margin: 0 5px;
    color: #202024;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    cursor: pointer
}

.pagination ul li a {
    display: block;
    color: #202024;
    text-align: center;
}

.pagination ul li:hover {
    opacity: .8
}

.pagination ul li.active {
    background: #1ece9c;
    color: #fff
}

.pagination ul li.active a {
    color: #fff
}

.pagination .page_btn {
    cursor: pointer;
    background-color: #e6e6ef;
    border-radius: 2px;
    margin: 0 5px;
    color: #202024;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: none;
    outline: none
}

.pagination .page_btn a {
    color: #202024;
}

.pagination .page_btn:hover {
    opacity: .9
}

.HomeloginDialog {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: rgba(0, 0, 0, .8)
}

.HomeloginDialog .dialog_box {
    width: 340px;
    background: #fff;
    padding: 20px 20px 40px
}

.HomeloginDialog .niu_dialogBox {
    height: 90%
}

.HomeloginDialog .loginbox_tit {
    font-size: 18px;
    color: #202024;
    text-align: center;
    margin-top: 15px
}

.HomeloginDialog .loginbox_con {
    width: 300px;
    margin: 30px auto 0
}

.HomeloginDialog .reg_refer .el-input__inner {
    padding-left: 80px
}

.HomeloginDialog .loginbox_closeBox {
    overflow: hidden
}

.HomeloginDialog .loginbox_close {
    float: right;
    background: url(../images/loginclose.png) no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    cursor: pointer
}

.HomeloginDialog .loginbox_close:hover {
    background: url(../images/logincloseh.png) no-repeat;
    background-size: contain
}

.HomeloginDialog .el-input__inner {
    border: 1px solid #cfd3e1;
    border-radius: 2px
}

.HomeloginDialog .rememberBox {
    margin-top: 20px
}

.HomeloginDialog .gotoReg {
    font-size: 14px;
    color: #202024;
    margin-left: 30px;
    cursor: pointer
}

.HomeloginDialog .gotoForget {
    font-size: 14px;
    color: #878894;
    cursor: pointer
}

.HomeloginDialog .el-checkbox {
    font-weight: 400
}

.HomeloginDialog .el-checkbox__input.is-checked + .el-checkbox__label {
    color: #1ece9c
}

.HomeloginDialog .el-checkbox__input.is-checked .el-checkbox__inner, .HomeloginDialog .el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: #1ece9c;
    border-color: #1ece9c
}

.HomeloginDialog .el-checkbox__inner:hover {
    border-color: #1ece9c
}

.HomeloginDialog .loginbox_btn {
    width: 300px;
    height: 40px;
    background-color: #1ece9c;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    margin-top: 30px;
    cursor: pointer
}

.HomeloginDialog .loginbox_btn:hover {
    opacity: .9
}

.HomeloginDialog .loginbox_backbox {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.HomeloginDialog .loginbox_backbox:hover .loginbox_backFont {
    color: #5c5d65
}

.HomeloginDialog .loginbox_back {
    background: url(../images/loginback.png) no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    cursor: pointer
}

.HomeloginDialog .loginbox_back:hover {
    background: url(../images/loginbackh.png) no-repeat;
    background-size: contain
}

.HomeloginDialog .loginbox_backFont {
    color: #878894;
    font-size: 14px;
    margin-left: 5px
}

.HomeloginDialog .loginbox_subtit {
    font-size: 12px;
    color: #202024;
    text-align: center
}

.HomeloginDialog .loginbox_agreeItem {
    font-size: 14px;
    color: #878894;
    margin-top: 20px
}

.HomeloginDialog .loginbox_agreeItem a {
    color: #1975ff
}

.HomeloginDialog .threeloginBox {
    margin-top: 20px
}

.HomeloginDialog .threelogin_tit {
    font-size: 12px;
    color: #878894;
    text-align: center
}

.HomeloginDialog .threelogin_iconbox a {
    display: block;
    margin: 0 10px
}

.HomeloginDialog .threelogin_iconbox a:hover i {
    color: #212124
}

.HomeloginDialog .threelogin_iconbox i {
    font-size: 30px;
    color: #878894
}

.refercodeBox .el-form-item__content {
    display: flex;
}

.loginbox_cell {
    position: relative;
    margin-bottom: 12px !important
}

.loginbox_cell i {
    color: #212124;
    font-size: 16px
}

.loginbox_cell .el-input__prefix {
    left: 8px
}

.loginbox_cell .loginbox_getcode {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
    font-size: 12px
}

.loginbox_cell .loginbox_getcode a {
    color: #1975ff;
    cursor: pointer
}

.loginbox_cell .loginbox_getcode span {
    color: #999
}

.loginbox_cell .loginbox_gettxcode {
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 1;
    line-height: normal;
    cursor: pointer
}

.loginbox_cell .loginbox_gettxcode img {
    height: 30px
}

#detailPage .noticeDetailBox {
    width: 1050px;
    margin: auto;
    margin-bottom: 70px
}

#detailPage .noticeDetail_titbox {
    
    width: 1000px;
    padding-bottom: 25px;
    margin-top: 50px
}

#detailPage .noticeDetailcon {
    margin-top: 20px;
    min-height: 500px
}

#detailPage .noticeDetailcon img {
    max-width: 100%;
}

#detailPage .noticeDetailcon p {
    font-size: 14px
}

#detailPage .noticeDetailcon a {
    color: #1dce9b
}

#detailPage .noticeDetailcon a:hover {
    text-decoration: underline
}

#detailPage .noticeDetail_tit {
    font-size: 24px;
    color: #202024
}

#detailPage .noticeDetail_year {
    color: #707070;
    font-size: 14px
}

#detailPage .preNextBox {
    margin-top: 50px;
}

#detailPage .preNextBox * {
    font-size: 14px;
    color: #333;
    max-width: 45%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#detailPage .preNextBox a:hover {
    color: #1ece9c
}

#helpPage .recharge_bannerTitle {
    color: #367eab
}

#helpPage .recharge_bannerSubtit {
    color: #62a2c9
}

#helpPage .noticeDetailBox {
    width: 1200px;
    margin: auto;
    margin-bottom: 70px
}

#helpPage .noticeDetail_titbox {
    width: 1000px;
    padding-bottom: 25px;
    margin-top: 50px
}

#helpPage .noticeDetailcon {
    margin-top: 20px;
    min-height: 500px
}

#helpPage .noticeDetailcon p {
    font-size: 14px;
    color: #878894
}

#helpPage .noticeDetailcon img {
    margin: 40px auto;
    display: block
}

#helpPage .noticeDetail_tit {
    font-size: 24px;
    color: #202024
}

#helpPage .noticeDetail_year {
    color: #707070;
    font-size: 14px
}

#helpPage .preNextBox * {
    font-size: 14px;
    color: #333
}

#helpPage .preNextBox a:hover {
    color: #1ece9c
}

#agreementPage .agreementBox {
    width: 1000px;
    padding: 50px
}

#agreementPage .agreement_font {
    font-size: 12px;
    line-height: 32px;
    letter-spacing: 1px;
    color: #878894;
    word-break: normal
}

#agreementPage .aggrement_subtit {
    font-size: 12px;
    text-align: justify;
    line-height: 21px;
    color: #878894
}

#agreementPage .agreement_headfont {
    font-size: 20px;
    text-align: center;
    color: #202024;
    letter-spacing: 1px
}

#agreementPage .contentBox {
    padding: 50px 0
}

.rechargetipcon {
    width: 1000px;
    margin: 15px auto 0;
    color: #ee6761;
    font-size: 12px;
}


#gamesPage .gamesnavlist {
    width: 1200px;
    margin: 40px auto 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#gamesPage .gamesnav_cell {
    margin-bottom: 15px;
    text-align: center;
    margin-left: 20px
}

#gamesPage .gamesnav_cell.active .gamesnav_celltop {
    border: 2px solid #1ece9c
}

#gamesPage .gamesnav_cell.active .gamesnav_tit {
    color: #1ece9c
}

#gamesPage .gamesnav_cell:nth-child(7n+1) {
    margin-left: 0
}

#gamesPage .gamesnav_celltop {
    width: 150px;
    height: 80px;
    border-radius: 4px;
    border: 1px solid #d5d5d5
}

#gamesPage .gamesnav_tit {
    color: #878894;
    margin-top: 10px
}

#gamesPage .adcon {
    width: 1200px;
    margin: auto
}

#gamesPage .breadcrumbBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #d9dbe9;
    padding-bottom: 15px;
    margin-top: 30px
}

#gamesPage .breadcrumbBox li {
    font-size: 12px;
    color: #878894;
    margin-right: 10px
}

#gamesPage .breadcrumbBox a {
    color: #878894
}

#gamesPage .breadcrumbBox a:hover {
    color: #1ece9c
}

#gamesPage .gameList {
    margin-top: 40px
}

#gamesPage .gameList li {
    width: 285px
}

#gamesPage .gameList li:nth-child(2) {
    margin: 0 10px
}

#gamesPage .gameList a {
    display: block
}

#gamesPage .gameList a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

#gamesPage .gameList a:hover h5 {
    color: #1ece9c
}

#gamesPage .gameList .imgbox {
    width: 285px;
    height: 170px;
    overflow: hidden
}

#gamesPage .gameList h5 {
    font-size: 16px;
    color: #202024;
    margin-bottom: 5px;
    margin-top: 15px
}

#gamesPage .gameList p {
    font-size: 12px;
    color: #878894
}

#gamesPage .gameList img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

#gamesPage .gamemoreList {
    margin-top: 50px
}

#gamesPage .gamemoreList .gamemoreListCell {
    margin-bottom: 20px
}

#gamesPage .gamemoreList .gamemoreListCell:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

#gamesPage .gamemoreList .gamemoreListCell:hover .gamemoreListTit {
    color: #1ece9c
}

#gamesPage .gamemoreList .gameList_left {
    width: 130px;
    height: 80px;
    overflow: hidden
}

#gamesPage .gamemoreList .gameList_left img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

#gamesPage .gamemoreList .gameList_right {
    width: 655px
}

#gamesPage .gamemoreList .gamemoreListTit {
    font-size: 14px;
    color: #202024
}

#gamesPage .gamemoreList .gamemoreListsum {
    font-size: 12px;
    color: #878894;
    margin: 5px 0;
    line-height: 18px;
    height: 36px;
    overflow: hidden
}

#gamesPage .gamemoreList time {
    color: #c3c4d2;
    font-size: 12px
}

.gamedetailPage .gamedetailbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1200px !important
}

.gamedetailPage .gamedetailCon {
    width: 810px
}

.gamedetailCon img {
    max-width: 100%;
}

.gamedetailPage .gamedetailCon .noticeDetail_titbox {
    width: 100% !important
}

.gamedetailPage .gamedetailRight {
    width: 300px;
    margin-top: 50px
}

.gamedetailPage .gamedetailRight .gameright_titbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

.gamedetailPage .gamedetailRight .gameright_titbox span {
    display: block;
    width: 4px;
    height: 18px;
    background: #1ece9c
}

.gamedetailPage .gamedetailRight .gameright_titbox h5 {
    color: #202024;
    font-size: 18px;
    margin-left: 5px;
    font-weight: 700
}

.gamedetailPage .gamedetailRight .gameright_list {
    font-size: 16px;
}

.gamedetailPage .gamedetailRight .gameright_list li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.gamedetailPage .gamedetailRight .gameright_list .span {
    font-size: 24px;
    line-height: 18px;
    color: #666;
}

.gamedetailPage .gamedetailRight .gameright_list a {
    color: #707070;
    display: block;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 5px;
    flex: 1;
}

.gamedetailPage .gamedetailRight .gameright_list a:hover {
    color: #1ece9c;
}

.gamedetailPage .gamedetailRight .game_downloadbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #1ece9c;
    color: #fff;
    font-size: 16px;
    padding: 10px 0;
    border-radius: 4px;
    margin-top: 20px;
    cursor: pointer;
    align-items: center;
}

.gamedetailPage .gamedetailRight .game_downloadbtn:hover {
    opacity: .9
}

.activity_cdkeyBox .ac_cdkeyBox {
    position: relative
}

.activity_cdkeyBox .ac_cdkeycon {
    width: 1200px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1
}

.activity_cdkeyBox .ac_cdkeycodeBg {
    width: 330px;
    height: 330px;
    background: url(../images/cdkey_ewmbg.jpg) no-repeat 50%;
    background-size: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px
}

.activity_cdkeyBox .ac_cdkey_tit {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    text-align: center
}

.activity_cdkeyBox .ac_cdkey_subtit {
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-top: 10px
}

.activity_cdkeyBox .ac_cdkeyInfo {
    background: rgba(0, 0, 0, .4);
    width: 900px;
    margin: 90px auto 0;
    font-size: 16px;
    color: #fff;
    padding: 15px 20px
}

.activity_cdkeyBox .ac_cdkeyinfo_tit {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px
}

.activity_cdkeyBox .ac_cdkeyinfo_cell {
    margin: 0
}

.activity_newregBox {
    min-width: 1200px
}

.activity_newregBox .ac_cdkeyBox {
    position: relative;
    text-align: center
}

.activity_newregBox .ac_cdkeycon {
    width: 1200px;
    position: absolute;
    left: 50%;
    top: 45%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1
}

.activity_newregBox .ac_regnow {
    margin-top: 30px;
    width: 257px;
    background-color: #1ece9c;
    border-radius: 4px;
    font-size: 28px;
    color: #fff;
    padding: 10px 0;
    display: inline-block;
    cursor: pointer
}

.activity_newregBox .ac_regnow:hover {
    opacity: .85
}

.noticeDetail_summary {
    font-size: 16px;
    color: #707070;
    background-color: #f2f2f2;
    border-radius: 4px;
    padding: 20px 15px;
}


.foot_friendbox {
    display: flex;
    margin: 28px 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #4b4c50;
}

.foot_friendbox * {
    font-size: 14px;
    color: #afafb9;
}

.foot_friendList {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}

.foot_friendList li {
    margin: 0 5px 10px;
}

.foot_friendbox h5 {
    flex-basis: 75px;
}

.foot_friendList li a:hover {
    color: #1fcd9b;
}

.game_sharebox * {
    color: #878789;
    font-size: 14px;
}

.game_sharebox {
    margin-top: 30px;
    padding: 0 5px;
}

.game_detailtag {
    background-color: #e8e8e8;
    color: #878787;
    width: 16px;
    height: 16px;
    display: block;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
}

.gamedetailPage .gamedetailRight .gameright_list li:nth-child(-1n+3) .game_detailtag {
    background-color: #1fcd9b;
    color: #fff;
}


.years .bannerTitle {
    font-size: 24px;
    color: #fdf2b2;
    margin-bottom: 0;
}

.years .bannerSubtit {
    font-size: 16px;
    color: #fdf2b2;
}

.years .bannerContent {
    top: 64%;
}

.years .index_downloadBox a {
    background-image: linear-gradient(0deg,
    #fdf5b5 0%,
    #f2e183 100%);
    color: #b85000;
}

.years .index_downloadBox {
    margin-top: 40px;
}

.years .navlist a {
    color: #fff;
    opacity: .82;
}

.years .navlist .active a, .years .navlist a:hover {
    opacity: 1;
    color: #fff;
}

.years .loginbox li {
    color: #fff;
    opacity: .82;
    padding: 2px 10px;
}

.years .loginbox li:hover {
    opacity: 1;
}

.years .loginbox .regbtn {
    color: #b85000;
    background-image: linear-gradient(0deg,
    #fdf5b5 0%,
    #f2e183 100%);
}


.gameListLeftBox {
    width: 810px;
    overflow: hidden;
}

#gamesPage .gamedetailRight {
    width: 300px;
    margin-top: 50px;
    overflow: hidden;
}

#gamesPage .gamedetailRight .gameright_titbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

#gamesPage .gamedetailRight .gameright_titbox span {
    display: block;
    width: 4px;
    height: 18px;
    background: #1ece9c
}

#gamesPage .gamedetailRight .gameright_titbox h5 {
    color: #202024;
    font-size: 18px;
    margin-left: 5px;
    font-weight: 700
}

#gamesPage .gamedetailRight .gameright_list {
    font-size: 16px;
}

#gamesPage .gamedetailRight .gameright_list li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

#gamesPage .gamedetailRight .gameright_list a {
    color: #707070;
    display: block;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 5px;
    flex: 1;
}

#gamesPage .gamedetailRight .gameright_list a:hover {
    color: #1ece9c
}

#gamesPage .gamedetailRight .game_downloadbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #1ece9c;
    color: #fff;
    font-size: 16px;
    padding: 10px 0;
    border-radius: 4px;
    margin-top: 20px;
    cursor: pointer
}

#gamesPage .gamedetailRight .game_downloadbtn:hover {
    opacity: .9
}

#gamesPage .gamedetailRight .gameright_list li:nth-child(-1n+3) .game_detailtag {
    background-color: #1fcd9b;
    color: #fff;
}


.aboutBg {
    background: url("../images/aboutbg.png") no-repeat center top;
    background-size: cover;
}

.about_tit {
    color: #202024;
    font-size: 20px;
    font-weight: bold;
}

.about_con {
    color: #878894;
    font-size: 16px;
}

.aboutBg .client_download {
    
    background-color: #1ece9c;
    border-radius: 4px;
    padding: 14px 30px;
    color: #fff;
    font-size: 16px;
}


.index_ourGamesBox {
    padding-bottom: 50px;
}

.index_ourGamesList {
    width: 100%;
}

.index_ourGamesList li {
    width: 200px;
}

.index_ourGamesList li:nth-child(2) {
    margin: 0 10px
}

.index_ourGamesList a {
    display: block
}

.index_ourGamesList a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .4s linear;
}

.index_ourGamesList a:hover h5 {
    color: #1ece9c
}

.index_ourGamesList .imgbox {
    width: 200px;
    height: 125px;
    overflow: hidden
}

.index_ourGamesList h5 {
    font-size: 14px;
    color: #202024;
    margin-top: 5px;
}

.index_ourGamesBox p {
    font-size: 12px;
    color: #c3c4d2;
}

.index_ourGamesBox img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.index_newsList {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
    height: 150px;
    overflow: hidden;
}

.index_newsList li {
    width: 47%;
}

.index_newsList li a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 30px;
}

.index_newsList time {
    color: #9e9e9e;
    font-size: 12px;
}

.index_newsList li span {
    padding: 1.5px;
    background-color: #878894;
}


.index_newsList li p {
    color: #878894;
    font-size: 14px;
    flex: 1;
    width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    margin-left: 5px;
}

.index_newsList li a:hover p {
    color: #1ece9c;
}

.index_newsList li a:hover span {
    background-color: #1ece9c;
}

.androidup {
    position: absolute;
    right: 4px;
    top: -21px;
    z-index: 1;
    animation: updown 1.5s infinite;
    -webkit-animation: updown 1.5s infinite;
}

@keyframes updown {
    0% {
        top: -21px;
    }
    25% {
        top: -23px;
    }
    50% {
        top: -21px;
    }

    75% {
        top: -19px;
    }
    100% {
        top: -21px;
    }
}

.dialogCode .el-button {
    width: 100%;
}

.dialogCode .dialogCode_tit {
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}


.baikeBox {
    padding-bottom: 30px
}

.baikeBox .w100 {
    width: 100% !important
}

.baikeBox .w50 {
    width: 50% !important
}

.baikeBox .w48 {
    width: 49% !important
}

.baikeBox .bannerContent {
    top: 65%;
    width: 460px
}

.baikeBox .baike_searchBox {
    width: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 4px
}

.baikeBox .baike_searchBox input {
    width: 425px;
    height: 50px;
    line-height: 50px;
    border: none;
    padding-left: 20px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.baikeBox .baike_searchBox .search_button {
    background: #1ece9c;
    width: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.baikeBox .baikeConBox .baikePanel {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #e4e4e4
}

.baikeBox .baikeConBox .baikePanel_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px;
    background-color: #f6f6f6;
    border-bottom: 1px solid #e4e4e4
}

.baikeBox .baikeConBox .baikePanel_head .title {
    color: #202024;
    font-size: 16px;
    font-weight: 700
}

.baikeBox .baikeConBox .baikePanel_head .more {
    color: #676774;
    font-size: 14px
}

.baikeBox .baikeConBox .baikePanel_head .more:hover {
    color: #1ece9c
}

.baikeBox .baikeConBox .baikePanel_body {
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.baikeBox .baikeConBox .baikePanel_cell {
    margin-bottom: 5px;
    width: 100%
}

.baikeBox .baikeConBox .baikePanel_cell:hover h5, .baikeBox .baikeConBox .baikePanel_cell:hover h6 {
    color: #1ece9c
}

.baikeBox .baikeConBox .baikePanel_cell h5 {
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 80%;
    font-size: 16px;
    color: #676774
}

.baikeBox .baikeConBox .baikePanel_cell h6 {
    font-size: 12px;
    color: #a2a2ab
}

.baikeBox .baikeListBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.baikeBox .baikeListLeft {
    -ms-flex-preferred-size: 135px;
    flex-basis: 135px;
    border-right: 1px solid #dfdfdf
}

.baikeBox .baikeListLeft a {
    color: #676774;
    font-size: 16px;
    border-left: 4px solid transparent;
    margin-bottom: 15px;
    padding-left: 10px;
    display: block
}

.baikeBox .baikeListLeft li.active a {
    border-left: 4px solid #1ece9c;
    color: #1ece9c
}

.baikeBox .baikeListRight {
    padding-left: 60px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0
}

.baikeBox .baikeListRight .baikeListRight_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.baikeBox .baikeListRight .baikeListRight_top li {
    border-radius: 2px;
    border: 1px solid #ebebeb;
    color: #676774;
    font-size: 14px;
    padding: 10px;
    margin-right: 10px;
    cursor: pointer;
    margin-bottom: 10px
}

.baikeBox .baikeListRight .baikeListRight_top li.active {
    background: #1ece9c;
    color: #fff
}

.baikeBox .baikeListRight .baikeListRightmid {
    margin-top: 20px
}

.baikeBox .baikeListRight .baikeListRightmid li {
    margin-bottom: 10px
}

.baikeBox .baikeListRight .baikeListRightmid li a {
    margin-bottom: 5px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.baikeBox .baikeListRight .baikeListRightmid li a:hover h5, .baikeBox .baikeListRight .baikeListRightmid li a:hover h6 {
    color: #1ece9c
}

.baikeBox .baikeListRight .baikeListRightmid li h5 {
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 80%;
    font-size: 14px;
    color: #676774
}

.baikeBox .baikeListRight .baikeListRightmid li h6 {
    font-size: 12px;
    color: #a2a2ab
}

.baikeBox .baikeIsGoodBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #20ce9b;
    padding: 0 40px;
    margin-top: 100px;
    background: #1dc997;
    height: 100px;
}

.baikeBox .baikeIsGoodBox .problem {
    color: #ffffff;
    font-size: 16px;
    margin-right: 20px
}

.baikeBox .baikeIsGoodBox .btn {
    border-radius: 2px;
    border: 1px solid #ffffff;
    margin-left: 15px;
    cursor: pointer;
    background: #fff;
    color: #1fcd9b;
    width: 90px;
    height: 44px;
    line-height: 44px;
    text-align: center;
}

.baikeBox .baikeIsGoodBox .problem_n.baikeBox .baikeIsGoodBoxum {
    color: #fff;
}

.baikeBox .baikeIsGoodBox .problem_num {
    color: #FFEB3B;
}

.baikeBox .baikeIsGoodBox .btn:hover {
    background: #1fcd9b;
    color: #fff;
}

.baikeBox .baikeIsGoodBox .niudianzan2 {
    font-size: 14px;
}

.baikeBox .text_center {
    text-align: center
}

.baikeBox .baike_btn, .baikeBox .baike_btn:hover {
    background: #1ece9c;
    border-color: #1ece9c
}

.baike_mask {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.baike_dialogBox {
    position: absolute;
    left: 50%;
    width: 400px;
    margin-left: -200px;
    top: 15vh;
    background: #fff;
    padding: 10px 20px;
}

.baike_dialogBox_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.baike_dialogBox_title {
    font-size: 14px;
    color: #666;
}

.baike_dialogBox_close {
    font-size: 18px;
    color: #333;
    cursor: pointer;
}

.baike_dialogBox_close:hover {
    color: #1fcd9b;
}

.baike_dialogBox_body {
    padding: 20px 0;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.baike_dialogBox_footer {
    text-align: center;
    padding: 10px 0 20px 0;
}

.baike_dialogBox_footer span {
    background: #1fcd9b;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 30px;
    cursor: pointer;
}

.baike_dialogBox_footer span:hover {
    opacity: .8;
}


.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #1fcd9b;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}


#sc, .dialogCode .el-button {
    width: 100%
}

#sc {
    margin: 0 auto !important;
    padding: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff
}

#sc .sm-btn-wrapper {
    width: 100%
}

.index_right_adbox {
    position: absolute;
    top: 20px;
    left: 10px;
    z-index: 99;
}


.supportPageBox {
    padding-top: 55px;
    background: #f5f5f5 url("../images/supportbg.png") no-repeat center bottom;
    background-size: 1920px 670px;
}

.supportPageBox .support_head {
    text-align: center
}

.supportPageBox .support_head .title {
    color: #202024;
    font-size: 26px;
    font-weight: 700
}

.supportPageBox .support_head .desc {
    color: #9e9e9e;
    font-size: 14px
}

.supportPageBox .support_body {
    margin-top: 40px
}

.supportPageBox .support_body .swiper-slide li {
    position: relative
}

.supportPageBox .support_body .swiper-slide li {
    background: #eee;
    overflow: hidden;
    min-height: 200px;
}

.supportPageBox .support_body .swiper-slide .shadowbox {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    color: #fff;
    width: 100%;
    padding: 15px;
}

.supportPageBox .support_body .swiper-slide li:hover .shadowbox {
    display: block;
}

.supportPageBox .support_body .support_allgame {
    margin-top: 60px
}

.supportPageBox .support_body .title_list li {
    color: #9e9e9e;
    margin-right: 50px;
    font-weight: 700;
    cursor: pointer
}

.supportPageBox .support_body .title_list li.active, .supportPageBox .support_body .title_list li:hover {
    color: #202024
}

.supportPageBox .support_body .con_list {
    margin-top: 30px;
    padding-bottom: 50px;
}

.supportPageBox .support_body .con_list ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-content: flex-start;
    height: 790px;
    overflow-y: scroll;
}

.supportPageBox .support_body .con_list li {
    width: 20%;
    margin-bottom: 20px
}

.supportPageBox .support_body .con_list .con_list_imgbox {
    width: 20px;
    height: 20px;
}

.supportPageBox .support_body .con_list li span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.support_slidebox .slide_top {
    margin-bottom: 15px;
}