﻿@charset "UTF-8";
.hide {
    display: none !important
}

.show {
    display: block !important
}

.pull-left {
    float: left !important
}

.pull-right {
    float: right !important
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

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

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

.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 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 {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 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-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

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

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

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

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

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

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

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

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

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

@-webkit-keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        transform: none
    }
    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(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        transform: none
    }
    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(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

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

@-webkit-keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, .3, .3);
        transform: scale3d(0.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(0.9, .9, .9);
        transform: scale3d(0.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(0.97, .97, .97);
        transform: scale3d(0.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, .3, .3);
        transform: scale3d(0.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(0.9, .9, .9);
        transform: scale3d(0.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(0.97, .97, .97);
        transform: scale3d(0.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

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

@-webkit-keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        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: none;
        transform: none
    }
}

@keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        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: none;
        transform: none
    }
}

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

@-webkit-keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        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: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        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: none;
        transform: none
    }
}

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

@-webkit-keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        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: none;
        transform: none
    }
}

@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        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: none;
        transform: none
    }
}

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

@-webkit-keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        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: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        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: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

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

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

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

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

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

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

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

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

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

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

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

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 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% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 1100px) {
    .layout, body {
        margin: 0 auto;
        min-width: 1100px
    }
}

.holidatFixed {
    position: fixed !important;
    top: 45px !important;
    z-index: 99 !important
}

h2 {
    font-size: 40px;
    line-height: 60px;
    color: #fff;
    font-weight: 600;
    text-align: center
}

.info {
    font-size: 20px;
    line-height: 40px;
    color: #b0b0b0;
    font-weight: 500;
    text-align: center
}

.attached-bg {
    background-attachment: fixed;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.appointment-btn {
    width: 204px;
    height: 57px;
    display: block;
    text-align: center;
    line-height: 57px;
    text-decoration: none;
    font-size: 22px;
    border-radius: 10px;
    background: #d22417;
    color: #fff
}

.appointment-btn:active {
    color: #fff;
    background: #b4002c
}

.small-btn {
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 5px
}

.small-btn:hover {
    text-decoration: none
}

.small-btn:link {
    color: #fff
}

.overlay {
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50);
    z-index: 1
}

.scale {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: left;
    transform-origin: left;
    -moz-transform-origin: left
}

.play-circle {
    animation: bganim 3s infinite;
    -moz-animation: bganim 3s infinite;
    -webkit-animation: bganim 3s infinite;
    -o-animation: bganim 3s infinite
}

@keyframes bganim {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

@-moz-keyframes bganim {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes bganim {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes myfirst {
    0% {
        top: 0
    }
    100% {
        top: -20px
    }
}

@-moz-keyframes myfirst {
    0% {
        top: 0
    }
    100% {
        top: -20px
    }
}

@-webkit-keyframes myfirst {
    0% {
        top: 0
    }
    100% {
        top: -20px
    }
}

@-o-keyframes myfirst {
    0% {
        top: 0
    }
    100% {
        top: -20px
    }
}

#wrapper {
    min-width: 1170px;
    -webkit-font-smoothing: antialiased;
    position: relative
}

.loader {
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 100px;
    left: 50px;
    z-index: 99999
}

.loader .double-image {
    width: 50px;
    height: 24px;
    position: relative;
    left: 25px
}

.scroll-title {
    position: relative;
    width: 100%;
    height: 50px;
    background: url(../images/scroll_7971924.png) no-repeat center -2px
}

.scroll-title .scroll-content {
    display: inline-block;
    line-height: 50px;
    color: #9D0A0A;
    font-size: 14px;
    width: 100%;
    text-align: center
}

.scroll-title .scroll-content #scrollobj {
    margin-left: 30px;
    display: inline-block;
    width: 990px;
    overflow: hidden;
    white-space: nowrap
}

#doubole-activity {
    display: none
}

.tab2 {
    position: absolute;
    z-index: 99;
    margin-top: -40px;
    margin-left: 860px
}

.tab2 .swiper-pagination-bullet {
    width: 80px;
    height: 4px;
    cursor: pointer;
    border-radius: 0;
    text-decoration: none;
    background-color: #e3e3e3;
    border: 10px solid transparent;
    background-clip: padding-box;
    opacity: 1
}

.tab2 .swiper-pagination-bullet-active {
    background-color: #c80032
}

.snow-canvas {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    pointer-events: none;
    z-index: 99999
}

.slideBox {
    width: 100%;
    height: 450px;
    overflow: hidden;
    position: relative
}

.slideBox .hd {
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: 10px;
    margin-left: -85px;
    z-index: 1
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left
}

.slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 80px;
    height: 4px;
    line-height: 14px;
    text-align: center;
    background-color: #e3e3e3;
    cursor: pointer;
    border: 10px solid transparent;
    border: 0 solid transparent \9;
    margin: 5px \9;
    background-clip: padding-box
}

.slideBox .hd ul li.on {
    background-color: #c80032;
    float: left;
    margin-right: 2px;
    width: 80px;
    height: 4px;
    line-height: 14px;
    text-align: center;
    cursor: pointer;
    border: 10px solid transparent;
    border: 0 solid transparent \9;
    margin: 5px \9;
    background-clip: padding-box
}

.slideBox .bd {
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 0;
    cursor: pointer
}

.slideBox .bd ul {
    position: relative;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    height: 450px;
    overflow: hidden
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle
}

.slideBox .bd img {
    height: 450px;
    width: 1920px;
    display: block
}

#banner .switch-btn {
    position: absolute;
    width: 80px;
    height: 4px;
    top: 50%;
    margin-top: -15px;
    margin-top: 0 \9;
    cursor: pointer;
    z-index: 20;
    text-decoration: none;
    background-color: #d4d4d4;
    border: 10px solid transparent;
    border: 0 solid transparent \9;
    background-clip: padding-box
}

#banner {
    width: 100%;
    position: relative;
    z-index: 1
}

#banner .layout {
    width: 100%;
    overflow: visible;
    position: relative
}

#banner .slider-wrap {
    height: 450px;
    position: relative;
    z-index: 1;
    overflow: visible
}

#banner .slider {
    position: relative;
    height: 450px;
    z-index: 1;
    overflow: visible
}

#banner .slider-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    filter: alpha(Opacity=100);
    opacity: 1;
    filter: alpha(opacity=100)
}

#banner .slider-item.champion .video-appointment {
    position: absolute;
    top: 185px;
    width: 0;
    left: 50%
}

#banner .slider-item.champion .video-appointment .vp-im {
    position: absolute;
    top: 0;
    padding: 20px;
    width: 180px;
    background: #ff5b5b;
    color: #fff;
    text-decoration: none
}

#banner .slider-item.champion .video-appointment .vp-im h3 {
    font-size: 14px;
    font-weight: 400
}

#banner .slider-item.champion .video-appointment .vp-im .button {
    display: block;
    width: 90px;
    height: 25px;
    line-height: 25px;
    margin: 10px 0 0;
    background: #fff;
    text-align: center;
    font-size: 14px;
    color: #ff4848;
    border-radius: 1px;
    text-decoration: none
}

#banner .slider-item.champion .video-appointment .vp-im .button:after {
    content: "\e636";
    font-size: 12px;
    font-family: iconfont;
    vertical-align: bottom
}

#banner .slider-item.champion .video-appointment .vp-im:after {
    position: absolute;
    content: '';
    top: 20px;
    left: 100%;
    width: 0;
    height: 0;
    font-size: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent #ff5b5b
}

#banner .slider-item.champion .video-appointment .vp-im.vp-im-1 {
    right: 360px
}

#banner .slider-item.champion .video-appointment .vp-im.vp-im-2 {
    left: -188px
}

#banner .slider-item.champion .video-appointment .vp-im.vp-im-3 {
    left: 220px
}

#banner .slider-item.first {
    background: url(../images/nov_58ea8d5.jpg) no-repeat center
}

#banner .slider-item.first .small-btn {
    background: url(../images/nov_58ea8d5.jpg) no-repeat center;
    display: block;
    width: 100%;
    height: 100%
}

#banner .slider-item.second {
    background: url(../images/pc-nov_e1d9aa7.jpg) no-repeat center
}

#banner .slogan {
    width: 100%;
    height: 450px;
    display: table;
    table-layout: fixed;
    color: #fff
}

#banner .slogan .term-begins {
    position: relative;
    top: 441px
}

#banner .slogan .slogan-title h2 {
    font-size: 60px;
    line-height: 1.7;
    font-weight: 700
}

#banner .slogan .slogan-title h2 i {
    color: #fe5b56;
    font-style: normal
}

#banner .slogan .slogan-title h2 + p {
    font-size: 36px;
    line-height: 1.6;
    font-weight: 400
}

#banner .slogan .appointment-block-center {
    text-align: center
}

#banner .slogan .appointment-btn2 {
    display: block;
    z-index: 2;
    width: 100%;
    height: 450px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    cursor: pointer
}

#banner .slogan .activity-rule-btn {
    width: 105px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    display: block;
    position: absolute;
    z-index: 4;
    bottom: 45px;
    left: 170px;
    cursor: pointer;
    color: #f5e16d
}

#banner .slider-bg {
    width: 100%;
    height: 1
}

#banner .slider-bg .slider-item {
    z-index: -2
}

#banner .slider-bg .slider-item.active {
    z-index: -1
}

#banner .slider-bg img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1920px;
    height: 435px;
    margin-left: -960px;
    margin-top: -217.5px;
    z-index: 1
}

#banner .slider-bg img.source {
    z-index: 2
}

#banner .arrs {
    position: absolute;
    z-index: 10;
    bottom: 15px;
    left: 50%
}

#banner .switch-btn {
    position: absolute;
    width: 80px;
    height: 4px;
    top: 50%;
    margin-top: -15px;
    margin-top: 0 \9;
    cursor: pointer;
    z-index: 20;
    text-decoration: none;
    background-color: #d4d4d4;
    border: 10px solid transparent;
    border: 0 solid transparent \9;
    background-clip: padding-box
}

#banner .active {
    background-color: #e10000
}

#banner .prev {
    left: 6px
}

#banner .next {
    right: 6px
}

#banner .bottomDots {
    position: absolute;
    height: 15px;
    top: 400px;
    left: 50%;
    margin-left: -40px;
    z-index: 99
}

#banner .bottomDots ul {
    width: 100%;
    height: 100%
}

#banner .bottomDots ul li {
    float: left;
    margin: 0 5px
}

#banner .bottomDots ul li a {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 10px;
    opacity: .4;
    background-repeat: no-repeat;
}

#banner .bottomDots ul li .cur {
    background-repeat: no-repeat;
}

#Energy {
    width: 100%
}

#Energy ul {
    *zoom: 1
}

#Energy ul:before, #Energy ul:after {
    display: table;
    content: "";
    line-height: 0
}

#Energy ul:after {
    clear: both
}

#Energy ul li {
    border: 1px solid #efefef;
    float: left;
    width: 280px;
    margin: 40px 0 40px 14px;
}

#Energy ul li img {
    width: 280px;
    height: 170px;
    overflow: hidden;
    margin: 0 auto
}

#Energy ul li .con {
    margin: 10px auto
}

#Energy ul li .con p {
    text-align: center
}

#Energy ul li .con p.EnergyTit {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    line-height: 30px
}

#Energy ul li .con p.EnergyDescri {
    font-size: 12px;
    color: #b6b6b6;
    line-height: 20px
}

#Energy ul li:nth-child(1) {
    margin-left: 0
}

#teachPosition {
    width: 100%;
    height: 700px;
    overflow: hidden;
    position: relative;
    background: url(../images/bg_6be76c6.png) no-repeat center;
    *zoom: 1
}

#teachPosition:before, #teachPosition:after {
    display: table;
    content: "";
    line-height: 0
}

#teachPosition:after {
    clear: both
}

#teachPosition .layout {
    position: relative;
    padding: 55px 0;
    *zoom: 1
}

#teachPosition .layout:before, #teachPosition .layout:after {
    display: table;
    content: "";
    line-height: 0
}

#teachPosition .layout:after {
    clear: both
}

#teachPosition h2 {
    font-weight: 600
}

#teachPosition .info {
    font-weight: 500
}

#teachPosition .person {
    position: absolute;
    cursor: pointer;
    transition: transform .5s linear;
    opacity: 0
}

#teachPosition .hover {
    transform: scale(1.5)
}

#teachPosition .big {
    height: 45px
}

#teachPosition .middle {
    height: 36px
}

#teachPosition .small {
    height: 30px
}

#teachPosition .person-1 {
    left: 932px;
    top: 257px
}

#teachPosition .person-2 {
    left: 880px;
    top: 335px
}

#teachPosition .person-3 {
    left: 913px;
    top: 420px
}

#teachPosition .person-4 {
    left: 854px;
    top: 319px
}

#teachPosition .person-5 {
    left: 944px;
    top: 203px
}

#teachPosition .person-6 {
    left: 782px;
    top: 354px
}

#teachPosition .person-7 {
    left: 939px;
    top: 376px
}

#teachPosition .person-8 {
    left: 750px;
    top: 373px
}

#teachPosition .person-9 {
    left: 894px;
    top: 527px
}

#teachPosition .person-10 {
    left: 837px;
    top: 445px
}

#teachPosition .person-11 {
    left: 870px;
    top: 399px
}

#teachPosition #bg_map {
    position: absolute;
    width: 600px;
    height: auto
}

#teachPosition .teach-what-container {
    float: left;
    margin: 75px 0 0 50px
}

#teachPosition .teach-what-container .what {
    display: block;
    font-size: 22px;
    color: #fff;
    padding-left: 20px;
    background: url(../images/red-marker_7615092.png) no-repeat left center
}

#teachPosition .teach-what-container .what b {
    font-weight: 700
}

#teachPosition .teach-what-container ul {
    width: 100%;
    margin-top: 35px
}

#teachPosition .teach-what-container ul li {
    margin: 9px auto;
    *zoom: 1
}

#teachPosition .teach-what-container ul li:before, #teachPosition .teach-what-container ul li:after {
    display: table;
    content: "";
    line-height: 0
}

#teachPosition .teach-what-container ul li:after {
    clear: both
}

#teachPosition .teach-what-container ul li .what-logo {
    width: 40px;
    float: left
}

#teachPosition .teach-what-container ul li .what-logo img {
    margin: 6px auto
}

#teachPosition .teach-what-container ul li .what-desc {
    float: left;
    margin-left: 24px
}

#teachPosition .teach-what-container ul li .what-desc p {
    text-align: left
}

#teachPosition .teach-what-container ul li .what-desc p.teachPositionTit {
    font-size: 24px;
    line-height: 36px;
    color: #fff
}

#teachPosition .teach-what-container ul li .what-desc p.teachPositionDesc {
    font-size: 16px;
    line-height: 28px;
    color: #bebebe
}

#teachPosition .teach-what-container a {
    margin-top: 31px;
    color: #fff
}

#teachPosition .teach-what-container a:hover {
    text-decoration: none;
    color: #fff
}

#teachPosition .teach-map-container {
    position: absolute;
    width: 586px;
    display: none;
    height: 343px;
    top: 240px;
    left: 56%;
    margin-left: -150px;
    text-align: center;
    background: url(../images/computer_13d73da.png) no-repeat center;
    background-size: 100% 100%
}

#teachPosition .teach-map-container .show-con {
    width: 440px;
    height: 278px;
    margin: 28px auto 0;
    background: url(../images/teacher_back_ebd8ea4.png) no-repeat center;
    background-size: 100% 100%
}

#teachPosition .teach-map-container .show-con .lyh {
    min-height: 185px;
    position: relative;
    padding: 28px 0 0 180px
}

#teachPosition .teach-map-container .show-con .lyh .avator {
    left: 47px;
    top: 54px
}

#teachPosition .teach-map-container .show-con .lyh .name {
    font-size: 26px;
    color: #fff
}

#teachPosition .teach-map-container .show-con .lyh .left, #teachPosition .teach-map-container .show-con .lyh .avator {
    position: absolute
}

#teachPosition .teach-map-container .show-con .lyh p {
    text-align: left
}

#teachPosition .teach-map-container .show-con .lyh p:nth-child(1) {
    color: #fff;
    font-size: 30px
}

#teachPosition .teach-map-container .show-con .lyh ul {
    *zoom: 1
}

#teachPosition .teach-map-container .show-con .lyh ul:before, #teachPosition .teach-map-container .show-con .lyh ul:after {
    display: table;
    content: "";
    line-height: 0
}

#teachPosition .teach-map-container .show-con .lyh ul:after {
    clear: both
}

#teachPosition .teach-map-container .show-con .lyh ul li {
    height: 24px;
    float: left;
    font-size: 14px;
    line-height: 24px;
    padding: 0 4px;
    color: #fff;
    background: #e47b8a;
    border-radius: 5px;
    margin-right: 9px
}

#teachPosition .teach-map-container .show-con .lyh .achievements {
    width: 220px;
    margin-top: 15px;
    background: url(../images/achievement_fe73615.png) no-repeat top center;
    background-size: 100% 100%
}

#teachPosition .teach-map-container .show-con .lyh .achievements p {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    padding: 25px 10px 16px;
    color: #000;
    max-height: 47px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

#teachPosition .teach-map-container .show-con .lyh .achievements p:nth-child(1) {
    padding-top: 25px
}

#teachPosition .teach-map-container .show-con .bottom .feature, #teachPosition .teach-map-container .show-con .bottom .left {
    display: inline-block;
    text-align: left
}

#teachPosition .teach-map-container .show-con .bottom .feature {
    font-size: 16px;
    color: #484848;
    bottom: 3px;
    padding-left: 28px;
    padding-right: 105px;
    background: url(../images/stars_491d417.png) no-repeat top right;
    background-position: right 2px
}

#teachPosition .teach-map-container .show-con .bottom .feature b {
    font-weight: 400;
    color: #fe5b56
}

#teachPosition .teach-map-container .show-con .bottom .left {
    bottom: 0;
    font-size: 16px;
    color: #484848;
    padding-left: 34px
}

#teachPosition .teach-map-container .show-con .bottom .left b {
    font-weight: 400;
    color: #fe5b56
}

#video {
    width: 100%
}

#video .layout {
    padding: 55px 0;
    *zoom: 1
}

#video .layout:before, #video .layout:after {
    display: table;
    content: "";
    line-height: 0
}

#video .layout:after {
    clear: both
}

#video .layout h2 {
    font-weight: 600;
    color: #222
}

#video .layout .info {
    font-weight: 500;
    color: #666
}

#video .layout .videoContainer {
    float: left;
    margin: 40px 0 0 0px;
    position: relative
}

#video .layout .videoContainer:hover {
    cursor: pointer
}

#video .layout .videoContainer .videoImg {
    width: 643px;
    height: 445px;
    overflow: hidden;
    border-radius: 15px
}

#video .layout .videoContainer .playCircle {
    position: absolute;
    width: 80px;
    height: 81px;
    top: 125px;
    left: 236px;
    cursor: pointer;
    background-repeat: no-repeat;
}

#video .layout .videoContainer .dot {
    width: 96px;
    height: 96px;
    position: absolute;
    background: url(../images/video.png) no-repeat center;
    top: 170px;
    left: 260px;
    padding: 40px;
    cursor: pointer
}

#video .layout .videoContainer span {
    display: block;
    position: absolute;
    text-align: center
}

#video .layout .videoContainer span.desc {
    width: 183px;
    height: 44px;
    top: 240px;
    left: 185px;
    line-height: 44px;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50);
    border-radius: 10px;
    font-size: 18px;
    color: #fff
}

#video .layout .videoIconContainer {
    float: right;
    width: 380px;
    height: 420px;
    margin: 40px 0 0 110px
}

#video .layout .videoIconContainer ul {
    width: 450px;
    height: 400px;
    margin: 0 auto;
    *zoom: 1;
    position: relative
}

#video .layout .videoIconContainer ul:before, #video .layout .videoIconContainer ul:after {
    display: table;
    content: "";
    line-height: 0
}

#video .layout .videoIconContainer ul:after {
    clear: both
}

#video .layout .videoIconContainer ul li {
    width: 100%;
    float: left;
    *zoom: 1;
    padding: 9px 0;
    position: absolute;
    left: 400px;
    opacity: .3;
    padding-left: 74px
}

#video .layout .videoIconContainer ul li:before, #video .layout .videoIconContainer ul li:after {
    display: table;
    content: "";
    line-height: 0
}

#video .layout .videoIconContainer ul li:after {
    clear: both
}

#video .layout .videoIconContainer ul li.liFirst {
    top: 0;
    background-repeat: no-repeat;
}

#video .layout .videoIconContainer ul li.liSecond {
    top: 92px;
    background-repeat: no-repeat;
}

#video .layout .videoIconContainer ul li.liThird {
    top: 184px;
    background-repeat: no-repeat;
}
#video .layout .videoIconContainer ul li.liFour {
    top: 280px;
    background-repeat: no-repeat;
}

#video .layout .videoIconContainer ul li img {
    float: left
}

#video .layout .videoIconContainer ul li div {
    float: left;
    margin-left: 30px;
    color: #323232;
    margin-top: 10px;
}
#video .layout .videoIconContainer ul li div p{
    font-size: 22px;
}
#video .layout .videoIconContainer ul li div p:last-child{
    color: #999;
    font-size: 14px;
    padding-top: 5px;
}

#video .layout .videoIconContainer .small-btn {
    color: #fff;
    margin-left: -80px;
    margin-top: 8px;
    text-decoration: none
}

#onKeyAppointment {
    z-index: 99;
    height: 312px;
    background: url(../images/advert_bg_1.png) #333;
    background-attachment: fixed;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

#onKeyAppointment .overlay {
    position: absolute;
    background: #000;
    opacity: .5;
    z-index: 1
}

#onKeyAppointment .layout {
    position: absolute;
    z-index: 2;
    padding: 55px 0;
    left: 50%;
    margin-left: -600px
}

#onKeyAppointment .layout ul {
    margin: 63px 0 0;
    *zoom: 1
}

#onKeyAppointment .layout ul:before, #onKeyAppointment .layout ul:after {
    display: table;
    content: "";
    line-height: 0
}

#onKeyAppointment .layout ul:after {
    clear: both
}

#onKeyAppointment .layout ul li {
    float: left;
    margin-right: 30px;
    height: 66px
}
#onKeyAppointment .layout ul li:last-child{
    margin-right: 0;
}

#onKeyAppointment .layout ul li.first {
    background-repeat: no-repeat;
}

#onKeyAppointment .layout ul li .step {
    background: url("../images/advert.png") no-repeat left;
    float: left;
}
#onKeyAppointment .layout ul li .step span {
    display: inline-block;
    color: #fff;
    font-family: "Microsoft YaHei Light";
}

#onKeyAppointment .layout ul li .step span.onKeyAppointmentSteps {
    font-size: 30px;
    line-height: 40px
}

#onKeyAppointment .layout ul li .step span.onKeyAppointmentDesc {
    font-size: 20px;
    line-height: 30px;
    padding-left: 20px;
}

#onKeyAppointment .layout ul li .step b {
    color: #fff;
    font-size: 30px
}

#onKeyAppointment .layout ul li img {
    float: right;
    margin-right: 40px
}

#exClusiveSystem {
    height: 670px;
    background: url(../images/exclusive-bg_63af64b.jpg) no-repeat center
}

#exClusiveSystem .layout {
    width: 1200px;
    position: relative;
    padding: 55px 0
}

#exClusiveSystem .layout h2 {
    color: #222
}

#exClusiveSystem .layout .info {
    color: #666
}

#exClusiveSystem .layout .loading {
    margin: auto 200px;
    text-align: center;
    *zoom: 1
}

#exClusiveSystem .layout .loading:before, #exClusiveSystem .layout .loading:after {
    display: table;
    content: "";
    line-height: 0
}

#exClusiveSystem .layout .loading:after {
    clear: both
}

#exClusiveSystem .layout .loading .jwq {
    background-repeat: no-repeat;
}

#exClusiveSystem .layout .loading .jwq p {
    position: relative;
    top: 148px
}

#exClusiveSystem .layout .loading .sw {
    background-repeat: no-repeat;
}

#exClusiveSystem .layout .loading .sw p {
    position: relative;
    top: 148px
}

#exClusiveSystem .layout .loading .jwq, #exClusiveSystem .layout .loading .sw {
    margin-top: 110px;
    float: left;
    width: 148px;
    height: 148px
}

#exClusiveSystem .layout .loading .jwq img, #exClusiveSystem .layout .loading .sw img {
    margin: 0 auto
}

#exClusiveSystem .layout .loading .jwq p, #exClusiveSystem .layout .loading .sw p {
    margin-top: 22px;
    font-size: 20px;
    color: #222;
    text-align: center;
    line-height: 36px
}

#exClusiveSystem .layout .loading .loadingDot {
    float: left;
    text-align: center;
    margin: 173px 85px 0
}

#exClusiveSystem .layout .loading .loadingDot ul {
    *zoom: 1
}

#exClusiveSystem .layout .loading .loadingDot ul:before, #exClusiveSystem .layout .loading .loadingDot ul:after {
    display: table;
    content: "";
    line-height: 0
}

#exClusiveSystem .layout .loading .loadingDot ul:after {
    clear: both
}

#exClusiveSystem .layout .loading .loadingDot ul li {
    float: left;
    width: 12px;
    height: 12px;
    background: #999;
    border-radius: 6px;
    margin: 0 15px
}

#exClusiveSystem .layout .loading .loadingDot ul li.active {
    background: #ef0043
}

#exClusiveSystem .layout .loading .loadingDot span {
    cursor: pointer;
    margin: 85px auto 0;
    display: block;
    width: 130px;
    height: 40px;
    border-radius: 5px;
    background: #ef0043;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 40px
}

#exClusiveSystem .layout .flyin {
    position: absolute;
    width: 100%;
    height: 520px;
    top: 200px;
    left: 0
}

#exClusiveSystem .layout .flyin .in-top {
    display: none;
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    *zoom: 1
}

#exClusiveSystem .layout .flyin .in-top:before, #exClusiveSystem .layout .flyin .in-top:after {
    display: table;
    content: "";
    line-height: 0
}

#exClusiveSystem .layout .flyin .in-top:after {
    clear: both
}

#exClusiveSystem .layout .flyin .in-top .user {
    width: 295px;
    float: left;
    margin-left: 20px
}

#exClusiveSystem .layout .flyin .in-top .user .userImg {
    border-radius: 52px;
    float: left;
    width: 104px;
    height: 104px;
    background-repeat: no-repeat;
}

#exClusiveSystem .layout .flyin .in-top .user .intro {
    float: left;
    margin: 20px auto auto 20px
}

#exClusiveSystem .layout .flyin .in-top .user .intro p {
    text-align: left
}

#exClusiveSystem .layout .flyin .in-top .user .intro p.flyinName {
    font-size: 26px;
    line-height: 36px;
    color: #222;
    font-weight: 700
}

#exClusiveSystem .layout .flyin .in-top .user .intro p.flyinDesc {
    font-size: 21px;
    line-height: 30px;
    color: #666
}

#exClusiveSystem .layout .flyin .in-top .evaluate {
    margin-top: 25px;
    float: right;
    margin-right: 20px;
    display: block;
    background: transparent;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #d22417;
    color: #d22417;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

#exClusiveSystem .layout .flyin .in-top .evaluate:hover {
    color: #fff;
    background: #d22417
}

#exClusiveSystem .layout .flyin .in-top .evaluate:active {
    color: #fff;
    background: #d22417
}

#exClusiveSystem .layout .flyin ul {
    display: none;
    position: absolute;
    /*left: 25px;*/
    top: 100px;
    margin: 45px 0 0;
    width: 1200px
}

#exClusiveSystem .layout .flyin ul li {
    width: 284px;
    height: 260px;
    background: #fff;
    border-radius: 10px;
    float: left;
    border: 1px solid #e9e9e9;
    /*padding: 16px 12px;*/
    margin-right: 18px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
#exClusiveSystem .layout .flyin ul li:last-child{
    margin-right: 0;
}
#exClusiveSystem .layout .flyin ul li>p{
    padding: 8px 0 0 10px;
}
#exClusiveSystem .layout .flyin ul li p {
    text-align: left;
    font-size: 22px;
    color: #999
}

#exClusiveSystem .layout .flyin ul li .plan {
    width: 200px;
    display: block;
    margin: 20px
}

#exClusiveSystem .layout .flyin ul li .plan .iconplan {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 22px;
    color: #222;
    padding-left: 43px;
}
#exClusiveSystem .layout .flyin ul li .plan img{
    width: 35px;
    height: 35px;
    overflow: hidden;
    vertical-align: middle;
    float: left;
}

#exClusiveSystem .layout .flyin ul li .plan .greyline {
    width: 245px;
    height: 2px;
    background: #e1e1e1;
    margin: 18px auto
}

#exClusiveSystem .layout .flyin ul li .plan .greyline .redline {
    display: block;
    width: 28px;
    height: 2px;
    background: #ff4754;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#exClusiveSystem .layout .flyin ul li .plan p {
    width: 245px;
    font-size: 14px;
    line-height: 26px;
    color: #999
}

#facilitiesAllCan {
    height: 312px;
    background: url(../images/advert_bg_2.png) #333;
    background-attachment: fixed;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

#facilitiesAllCan .overlay {
    background: #000;
    opacity: .5;
    z-index: 1;
    position: absolute
}

#facilitiesAllCan .layout {
    position: absolute;
    padding: 80px 0 95px;
    z-index: 2;
    left: 50%;
    margin-left: -600px
}
#facilitiesAllCan .layout .info {
    color: #fff
}

#facilitiesAllCan .layout p a{
    display: inline-block;
    width: 130px;
    height: 30px;
    padding: 0;
    line-height: 30px;
    border: 0;
    border-radius: 2px;
    background: #d22417;
    color: #fff;
    outline: 0;
    cursor: pointer;
    margin-left: 530px;
    text-align: center;
}
#animationInteraction .layout {
    height: 588px;
    padding-bottom: 117px;
    *zoom: 1
}

#animationInteraction .layout:before, #animationInteraction .layout:after {
    display: table;
    content: "";
    line-height: 0
}

#animationInteraction .layout:after {
    clear: both
}

#animationInteraction .layout .list-intro {
    float: left;
    margin: 110px 0 0 30px
}

#animationInteraction .layout .list-intro .steps {
    height: 200px;
    background-position: 0 12px;
    position: relative;
    *zoom: 1
}

#animationInteraction .layout .list-intro .steps:before, #animationInteraction .layout .list-intro .steps:after {
    display: table;
    content: "";
    line-height: 0
}

#animationInteraction .layout .list-intro .steps:after {
    clear: both
}

#animationInteraction .layout .list-intro .steps .leftDotActive {
    float: left;
    margin-top: 13px;
    width: 16px;
    height: 175px;
    background-repeat: no-repeat;
}

#animationInteraction .layout .list-intro .steps ul {
    *zoom: 1;
    margin-left: 10px;
    width: 200px;
    float: right
}

#animationInteraction .layout .list-intro .steps ul:before, #animationInteraction .layout .list-intro .steps ul:after {
    display: table;
    content: "";
    line-height: 0
}

#animationInteraction .layout .list-intro .steps ul:after {
    clear: both
}

#animationInteraction .layout .list-intro .steps ul li {
    float: left;
    position: relative;
    cursor: pointer;
    height: 38px;
    line-height: 38px;
    font-size: 20px;
    color: #666;
    margin: 6px auto;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#animationInteraction .layout .list-intro .steps ul li.start {
    margin-top: 0;
    position: relative;
    top: 2px
}

#animationInteraction .layout .list-intro .steps ul li.active {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: left;
    transform-origin: left;
    -moz-transform-origin: left;
    color: #c80032
}

#animationInteraction .layout .list-intro .steps .dot-list {
    position: absolute;
    left: 2px;
    top: 16px
}

#animationInteraction .layout .list-intro .steps .dot-list span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: block;
    background: #aaa;
    margin-bottom: 36px
}

#animationInteraction .layout .list-intro .steps .dot-list span.active {
    background: #c80032
}

#animationInteraction .layout .list-intro .steps .dot-list span.last {
    position: relative;
    top: 2px
}

#animationInteraction .layout .list-intro .small-btn {
    margin-top: 52px
}

#animationInteraction .layout .list-intro .promptcon {
    display: none
}

#animationInteraction .layout .list-intro .prompt {
    display: block;
    width: 200px;
    height: 80px;
    font-size: 20px;
    color: #666;
    line-height: 32px;
    margin-top: 65px
}

#animationInteraction .layout .TV-intro {
    float: right;
    width: 845px;
    height: 478px;
    margin: 100px 30px 0 0;
    position: relative;
    background-repeat: no-repeat;
}

#animationInteraction .layout .TV-intro img {
    position: relative;
    left: 109px;
    top: 35px;
    display: none
}

#animationInteraction .layout .TV-intro video {
    width: 626px;
    height: 402px;
    margin-top: 35px;
    margin-left: 109px;
    position: absolute
}

#starRecommend .layout {
    margin: 0 auto;
    padding: 55px 0
}

#starRecommend .layout h2 {
    color: #222
}

#starRecommend .layout p {
    color: #666
}

#starRecommend .layout ul {
    *zoom: 1;
    margin-left: 200px
}

#starRecommend .layout ul:before, #starRecommend .layout ul:after {
    display: table;
    content: "";
    line-height: 0
}

#starRecommend .layout ul:after {
    clear: both
}

#starRecommend .layout ul li {
    border: 1px solid #dfdfdf;
    border-radius: 15px;
    float: left;
    width: 338px;
    height: 440px;
    margin: 20px;
    position: relative
}

#starRecommend .layout ul li .overlay {
    width: 338px;
    height: 201px;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: .5;
    z-index: 1;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px
}

#starRecommend .layout ul li .overlay:hover {
    cursor: pointer
}

#starRecommend .layout ul li .playCircle {
    position: absolute;
    width: 44px;
    height: 44px;
    top: 80px;
    left: 145px;
    cursor: pointer;
    z-index: 2;
    background-repeat: no-repeat;
}

#starRecommend .layout ul li .dot {
    position: absolute;
    top: 79px;
    left: 148px;
    z-index: 2;
    padding: 22px;
    background: url(../images/sdot_5823fb0.png) no-repeat center;
    cursor: pointer
}

#starRecommend .layout ul li img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    cursor: pointer
}

#starRecommend .layout ul li .intro {
    padding: 20px 28px
}

#starRecommend .layout ul li .intro p {
    text-align: left
}

#starRecommend .layout ul li .intro p.province {
    font-size: 12px;
    line-height: 32px;
    color: #666
}

#starRecommend .layout ul li .intro p.name {
    font-size: 16px;
    line-height: 36px;
    color: #484848
}

#starRecommend .layout ul li .intro p.name b {
    font-size: 24px;
    color: #c80032
}

#starRecommend .layout ul li .intro p.motto {
    line-height: 24px;
    font-size: 14px;
    color: #484848
}

#starRecommend .layout ul li .intro .greyline {
    width: 100%;
    height: 2px;
    background: #e1e1e1;
    margin: 18px auto
}

#starRecommend .layout ul li .intro .greyline .redline {
    display: block;
    width: 28px;
    height: 2px;
    background: #ff4754;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#starRecommend .layout ul li:hover {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 9px 32px rgba(218, 209, 209, .6);
    -moz-box-shadow: 0 9px 32px rgba(218, 209, 209, .6);
    box-shadow: 0 9px 32px rgba(218, 209, 209, .6);
    border: solid 1px rgba(188, 188, 188, .24)
}

#starRecommend .layout ul li:hover .intro .greyline .redline {
    width: 100px
}

#starRecommend .layout .small-btn {
    margin: 20px auto
}

#starVc {
    position: relative;
    height: 588px;
    text-align: center;
    background: url(../images/commonweal_bg.png) no-repeat center;
    overflow: hidden
}

#starVc .mask {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    left: 0;
    top: 0;
    opacity: .7;
    filter: alpha(opacity=50);
    transition: opacity 1s ease
}

#starVc .layout {
    position: relative;
    z-index: 10;
    margin: 0 auto;
    padding: 55px 0
}

#starVc .layout h2 {
    color: #fff
}

#starVc .layout .info {
    color: #fff
}

#starVc .layout .video-start-btn {
    width: 75px;
    height: 75px;
    margin-top: 134px
}

#starVc .layout .playCircle {
    position: absolute;
    width: 80px;
    height: 81px;
    top: 256px;
    left: 50%;
    margin-left: -36px;
    cursor: pointer;
    z-index: 30;
    background-repeat: no-repeat;
}

#starVc .layout .dot {
    width: 96px;
    height: 96px;
    position: absolute;
    background: url(../images/video.png) no-repeat center;
    top: 256px;
    left: 50%;
    margin-left: -32px;
    padding: 40px;
    cursor: pointer;
    z-index: 30
}

#CCTV {
    height: 433px;
    background: url(../images/media_bg.png);
    background-attachment: fixed;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

#CCTV .layout {
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    padding: 55px 0;
    z-index: 2;
    text-align: center
}

#CCTV .layout h2 {
    margin-top: 0;
    z-index: 2;
    color: #fff
}

#CCTV .layout .info {
    z-index: 2;
    color: #fff
}

#CCTV .layout ul {
    *zoom: 1;
    z-index: 2;
    padding: 0 45px;
    display: inline-block
}

#CCTV .layout ul:before, #CCTV .layout ul:after {
    display: table;
    content: "";
    line-height: 0
}

#CCTV .layout ul:after {
    clear: both
}

#CCTV .layout ul li {
    float: left;
    width: 206px;
    height: 109px;
    border-radius: 10px;
    background: #fff;
    margin: 70px 8px 0;
    text-align: center;
    -webkit-transition: all 3s ease;
    -moz-transition: all 3s ease;
    -ms-transition: all 3s ease;
    -o-transition: all 3s ease;
    transition: all 3s ease;
    position: relative
}

#CCTV .layout ul li a {
    display: block;
    width: 206px;
    height: 110px;
    font-size: 12px;
    color: #666
}

#CCTV .layout ul li a img.CCTV1 {
    margin: 30px 45px 3px
}

#CCTV .layout ul li a img.cai {
    margin: 30px 25px 5px
}

#CCTV .layout ul li a img.wangyi {
    margin: 40px 45px 5px
}

#CCTV .layout ul li a img.sina {
    margin: 25px 28px -12px
}

#CCTV .layout ul li a img.kr {
    margin: 33px 58px 0
}

#CCTV .layout ul li a span {
    display: none
}

#CCTV .layout ul li:hover {
    animation: myfirst 1s;
    -moz-animation: myfirst 1s;
    -webkit-animation: myfirst 1s;
    -o-animation: myfirst 1s;
    animation-fill-mode: forwards
}

#Glory .layout {
    padding: 55px 0 60px
}

#Glory .layout h2 {
    color: #222
}

#Glory .layout .info {
    color: #666
}

#Glory .layout ul {
    *zoom: 1;
    padding-left: 32px
}

#Glory .layout ul:before, #Glory .layout ul:after {
    display: table;
    content: "";
    line-height: 0
}

#Glory .layout ul:after {
    clear: both
}

#Glory .layout ul li {
    float: left;
    margin: 32px 24px 0;
    text-align: center
}

#Glory .layout ul li img {
    margin: 0 auto 12px;
    height: 122px
}

#Glory .layout ul li p {
    text-align: center
}

#Glory .layout ul li p.gloryType {
    font-size: 14px;
    line-height: 24px;
    color: #666
}

#Glory .layout ul li p.conferCompany {
    font-size: 12px;
    line-height: 22px;
    color: #999
}

#wzclStuPlayerPopup {
    display: none
}

.to-top {
    position: fixed;
    right: 12px;
    bottom: 62px;
    width: 36px;
    height: 36px;
    z-index: 1111;
    cursor: pointer;
    display: none
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .6;
    filter: alpha(opacity=60);
    z-index: 999
}

.popup-container {
    width: 700px;
    height: 435px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    border-radius: 3px;
    z-index: 1000
}

.popup-container .popup-content {
    padding: 12px
}

.popup-container .popup-content .popup-body {
    height: 375px
}

.popup-container .popup-content .popup-body .stu-player {
    height: 100%
}

.popup-container .popup-content .popup-foot {
    position: relative;
    font-size: 14px;
    padding-top: 12px
}

.popup-container .popup-content .popup-foot .btn-close {
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer
}

.reactive-button {
    background: #c5002f;
    color: #fff
}

.reactive-button:hover {
    color: #fff;
    background: #d7073c
}

.reactive-button:active {
    color: #fff;
    background: #b4002c
}

#banner .bottomDots ul li a {
    background-position: -830px 0px
}

#banner .bottomDots ul li .cur {
    background-position: -830px -115px
}

#video .layout .videoContainer .playCircle {
    background-position: -765px -230px
}

#starVc .layout .playCircle {
    background-position: -765px -230px
}

#video .layout .videoIconContainer ul li.liFirst {
    background-position: -771px -402px
}

#video .layout .videoIconContainer ul li.liSecond {
    background-position: -771px -576px
}

#video .layout .videoIconContainer ul li.liThird {
    background-position: -771px -750px
}
#video .layout .videoIconContainer ul li.liFour {
    background-position: -771px -924px
}
#onKeyAppointment .layout ul li.first {
    background-position: -526px -933px
}

#exClusiveSystem .layout .loading .jwq {
    background-position: -697px -1099px
}

#exClusiveSystem .layout .loading .sw {
    background-position: -697px -1347px
}

#exClusiveSystem .layout .flyin .in-top .user .userImg {
    width: 104px;
    height: 104px;
    overflow: hidden;
    border-radius: 50%;
    background:url("../picture/customized_header.png") no-repeat center center;
}

#animationInteraction .layout .list-intro .steps .leftDotActive {
    background-position: -829px -2330px
}

#animationInteraction .layout .TV-intro {
    background-position: 0px -2600px
}

#starRecommend .layout ul li .playCircle {
    background-position: -801px -3178px
}

#banner .bottomDots ul li a, #banner .bottomDots ul li .cur, #video .layout .videoContainer .playCircle, #starVc .layout .playCircle, #video .layout .videoIconContainer ul li.liFirst, #video .layout .videoIconContainer ul li.liSecond, #video .layout .videoIconContainer ul li.liThird, #onKeyAppointment .layout ul li.first, #exClusiveSystem .layout .loading .jwq, #exClusiveSystem .layout .loading .sw, #exClusiveSystem .layout .flyin .in-top .user .userImg, #exClusiveSystem .layout .flyin ul li .plan .icon1, #exClusiveSystem .layout .flyin ul li .plan .icon2, #exClusiveSystem .layout .flyin ul li .plan .icon3, #exClusiveSystem .layout .flyin ul li .plan .icon4, #animationInteraction .layout .list-intro .steps .leftDotActive, #animationInteraction .layout .TV-intro, #starRecommend .layout ul li .playCircle {
    /*background-image: url(../images/index_z_872e54a.png)*/
}
/*----------------五大核心-----------------*/
#strictSelection .layout {
    padding: 56px 0 64px;
}
#strictSelection .layout h2 {
    font-weight: 700;
    font-size: 36px;
    color: #3f3e41;
    text-align: center;
    line-height: 52px;
}
#strictSelection .layout .selectionSteps {
    position: relative;
}
#strictSelection .layout .selectionSteps .stepsDesc {
    position: absolute;
}
#strictSelection .layout .selectionSteps .stepsDesc.first {
    top: 10px;
    left: 905px;
}
#strictSelection .layout .selectionSteps .stepsDesc.second {
    top: 80px;
    left: 90px;
}
#strictSelection .layout .selectionSteps .stepsDesc.third {
    top: 163px;
    left: 850px;
}
#strictSelection .layout .selectionSteps .stepsDesc.fourth {
    top: 248px;
    left: 250px;
}
#strictSelection .layout .selectionSteps .stepsDesc.fifth{
    top: 305px;
    left: 730px;
}
#strictSelection .layout .selectionSteps .stepsModule {
    margin: 36px auto 0;
    width: 622px;
    height: 366px;
    background: url(../images/core.png) no-repeat center;
}
#strictSelection .layout .selectionSteps .stepsDesc h3 {
    font-size: 24px;
    color: #3f3e41;
    font-weight: 700;
}
#strictSelection .layout .selectionSteps .stepsDesc h4 {
    font-size: 20px;
    color: #666;
}
/*--------------轮播--------------*/
.banner_wrap{
    margin-top: 80px;
}
.banner_wrap  .item img{
    width: 586px;
    height: 345px;
    overflow: hidden;
    float: right;
}
.slide_left{
    width: 38%;
    color: #fff;
    float: left;
    margin-left: 70px;
    margin-top: 55px;
}
.slide_left p{
    font-size: 16px;
    color: #b0b0b0;
    line-height: 35px;
}
.slide_left .slideDetail{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.slide_left  .slideTitle{
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
}
.slide_left  .slideTitle span{
    color: #b91918;
    margin-right: 10px;
}
.slide_left a{
    margin-top: 30px;
}
.carousel-control.right, .carousel-control.left {
    background-image: none!important;
}
.carousel-control{
    top: 35%;
}