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

body {
    margin: 0
}

article, aside, footer, header, nav, section {
    display: block
}

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

figcaption, figure, main {
    display: block
}

figure {
    margin: 1em 40px
}

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

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

a {
    -webkit-text-decoration-skip: objects;
    background-color: transparent
}

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

b, strong {
    font-weight: inherit;
    font-weight: bolder
}

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

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

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

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

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

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

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

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

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

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

details, menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

[hidden], template {
    display: none
}

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

.animated-200 {
    -webkit-animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-duration: .2s;
    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.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes jello {
    0%, 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(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

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

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

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

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

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

@-webkit-keyframes bounceInDown {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        -webkit-transform: translate3d(0, -3000px, 0);
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        -webkit-transform: translate3d(0, 25px, 0);
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        -webkit-transform: translate3d(0, -3000px, 0);
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        -webkit-transform: translate3d(0, 25px, 0);
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body, p, ul {
    margin: 0
}

ul {
    list-style: none;
    padding: 0
}

button, input {
    outline: 0
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    color: inherit;
    text-decoration: none
}

h1, h2, h3, h4, h5, h6 {
    color: rgba(0, 0, 0, .85);
    font-weight: 500
}

button {
    border: 0;
    cursor: pointer
}

button:active {
    border: 0
}

.aview {
    padding: 15px
}

.aview .aview-content {
    color: #444;
    font-size: 16px;
    margin: 0;
    width: 100%
}

.aview .aview-content a {
    color: #368df3;
    text-decoration: underline
}

.aview .aview-content > div, .aview .aview-content blockquote, .aview .aview-content code, .aview .aview-content h1, .aview .aview-content h2, .aview .aview-content h3, .aview .aview-content h4, .aview .aview-content h5, .aview .aview-content h6, .aview .aview-content li, .aview .aview-content ol, .aview .aview-content p, .aview .aview-content pre, .aview .aview-content ul {
    font-weight: 400;
    line-height: 1.5;
    margin: .5em 0
}

.aview .aview-content > div div, .aview .aview-content > div span, .aview .aview-content blockquote div, .aview .aview-content blockquote span, .aview .aview-content code div, .aview .aview-content code span, .aview .aview-content h1 div, .aview .aview-content h1 span, .aview .aview-content h2 div, .aview .aview-content h2 span, .aview .aview-content h3 div, .aview .aview-content h3 span, .aview .aview-content h4 div, .aview .aview-content h4 span, .aview .aview-content h5 div, .aview .aview-content h5 span, .aview .aview-content h6 div, .aview .aview-content h6 span, .aview .aview-content li div, .aview .aview-content li span, .aview .aview-content ol div, .aview .aview-content ol span, .aview .aview-content p div, .aview .aview-content pre div, .aview .aview-content pre span, .aview .aview-content p span, .aview .aview-content ul div, .aview .aview-content ul span {
    line-height: inherit;
    margin: 0
}

.aview .aview-content p {
    min-height: 1.5em
}

.aview .aview-content ol {
    list-style-type: decimal
}

.aview .aview-content ul {
    list-style-type: disc
}

.aview .aview-content ol, .aview .aview-content ul {
    padding-left: 16px
}

.aview .aview-content ol > li, .aview .aview-content ul > li {
    margin-left: 1em
}

.aview .aview-content h1 {
    font-size: 2.2em
}

.aview .aview-content h2 {
    font-size: 1.8em
}

.aview .aview-content h3 {
    font-size: 1.4em
}

.aview .aview-content h4 {
    font-size: 1.1em;
    font-weight: 700
}

.aview .aview-content img {
    max-width: 100%
}

.aview .aview-content pre {
    background-color: #36312f;
    border-radius: 4px;
    color: #fff;
    font-family: monospace;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    margin: 10px 0;
    max-height: 100%;
    max-width: 100%;
    overflow: auto;
    padding: 15px;
    white-space: pre-wrap;
    word-wrap: break-word
}

.aview .aview-content blockquote {
    background-color: #f1f2f3;
    border-left: 5px solid #ccc;
    color: #666;
    font-style: italic;
    margin: 0 0 10px;
    padding: 15px 20px
}

.aview .aview-content .bf-container .bff-left, .aview .aview-content .float-left {
    float: left;
    margin: 0 10px 0 0;
    position: relative;
    z-index: 1
}

.albums4 .albums-base-imgwrapper, .albums5 .albums-item .albums-base-imgwrapper, .albums-base-hover, .clear, .ZGallery-base-hover {
    zoom: 1
}

.albums4 .albums-base-imgwrapper:after, .albums5 .albums-item .albums-base-imgwrapper:after, .albums-base-hover:after, .clear:after, .ZGallery-base-hover:after {
    clear: both;
    content: "";
    display: block
}

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

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

.verticalCenterBg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.mask-container {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

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

.curs-p, a {
    cursor: pointer
}

.page {
    color: #495660;
    font-family: Helvetica Neue For Number, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    min-width: 1200px;
    overflow: hidden;
    position: relative
}

.page-children, .page-container, .page-footer, .page-header {
    position: relative
}

.page-children, .page-header {
    z-index: 999
}

.page-children {
    left: 0;
    position: absolute;
    top: 0
}

.page-bg {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1
}

.page-ad-placeholder {
    height: 54px;
    width: 100%
}

.page-ad-content {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    background: #f6f8fa;
    border-bottom: 4px solid #368df3;
    color: #666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 54px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999
}

.page-ad-content button {
    -o-transition: .3s;
    -webkit-transition: .3s;
    background: #fff;
    border: 1px solid #368df3;
    border-radius: 15px;
    color: #368df3;
    height: 30px;
    margin-left: 16px;
    transition: .3s;
    width: 96px
}

.page-ad-content button:hover {
    background: #368df3;
    color: #fff
}

.ZBtn, .ZForm, .ZGallery, .ZGood, .ZImg, .ZList, .ZNews, .ZShape, .ZSocial, .ZText {
    position: relative
}

.ZText {
    display: block
}

.z-baseComponent {
    z-index: 10
}

.g-baseComponent {
    position: fixed
}

.z-container {
    position: relative;
    width: 100%
}

.z-bge {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}

.z-bge video {
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.z-bge-img {
    -webkit-transform-style: preserve-3d;
    clip: rect(auto, auto, auto, auto);
    transform-style: preserve-3d
}

.z-bge-img .z-bge-content {
    height: 100vh;
    min-width: 1200px;
    position: fixed;
    top: 0;
    width: 100vw
}

.z-bge-video-page {
    position: fixed;
    z-index: -999
}

.z-container-wrapper {
    margin: 0 auto;
    position: relative
}

.z-container-content {
    height: 100%
}

.z-container-chidlren {
    height: 0;
    margin: 0 auto;
    position: relative;
    width: 1200px;
    z-index: 1
}

.ZBtn {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -o-transition: .4s;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-transition: .4s;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    justify-content: center;
    letter-spacing: 1px;
    line-height: 1;
    transition: .4s
}

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

.ZSocial > li {
    -o-transition: .3s;
    -webkit-transition: .3s;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    transition: .3s
}

.ZSocial > li:hover {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

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

.z-pagination li {
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 32px
}

.z-pagination li a {
    color: #999
}

.z-pagination li:focus {
    outline: 0
}

.z-pagination li:not(:last-child) {
    margin-right: 8px
}

.z-pagination li.rc-pagination-item-active {
    border-color: #23b7e5
}

.z-pagination li.rc-pagination-item-active a {
    color: #23b7e5
}

.z-pagination li:first-child a:after {
    content: "<"
}

.z-pagination li:last-child a:after {
    content: ">"
}

.z-pagination li.rc-pagination-jump-next a:after, .z-pagination li.rc-pagination-jump-prev a:after {
    content: "..."
}

.z-pagination-gray {
    color: #666
}

.z-pagination-gray li {
    border: 1px solid #e9e9e9
}

.z-pagination-gray li.rc-pagination-item-active {
    border: 1px solid #999
}

.z-pagination-gray li.rc-pagination-item-active a {
    color: #666
}

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

.ZShape-line-0 {
    min-height: 10px
}

.ZShape-line-1 {
    min-width: 10px
}

.login {
    -ms-flex-align: start;
    -ms-flex-pack: center;
    -webkit-box-align: start;
    -webkit-box-pack: center;
    align-items: flex-start;
    background: #f5fafd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999
}

.login-modal {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin-top: 176px
}

.login-modal h3 {
    color: #4a4a4a;
    font-size: 18px;
    font-weight: 400;
    margin: 0
}

.login-modal input {
    -o-transition: .3s;
    -webkit-transition: .3s;
    border: 1px solid #ddd;
    color: #666;
    height: 36px;
    letter-spacing: 1px;
    margin-top: 30px;
    text-indent: 1em;
    transition: .3s;
    width: 280px
}

.login-modal input::-webkit-input-placeholder {
    color: #999
}

.login-modal input:-ms-input-placeholder {
    color: #999
}

.login-modal input::-ms-input-placeholder {
    color: #999
}

.login-modal input::placeholder {
    color: #999
}

.login-modal input:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, .2);
    border-color: #368df3;
    box-shadow: 0 0 0 2px rgba(24, 144, 255, .2)
}

.login-modal span {
    color: #d0021b;
    font-size: 12px;
    height: 16px;
    margin-top: 8px;
    width: 100%
}

.login-modal button {
    background: #368df3;
    border-radius: 24px;
    color: #fff;
    font-size: 16px;
    height: 46px;
    margin-top: 34px;
    width: 120px
}

.nav {
    -o-transition: .4s;
    -webkit-transition: .4s;
    position: relative;
    transition: .4s
}

.nav-content {
    margin: 0 auto;
    position: relative;
    width: 1200px
}

.nav-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1
}

.nav-float {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.alert {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background-color: hsla(0, 0%, 100%, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999
}

.alert-content-wrapper {
    -webkit-box-shadow: 0 1px 6px 0 rgba(85, 152, 245, .12);
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 6px 0 rgba(85, 152, 245, .12);
    height: 184px;
    padding: 20px;
    position: absolute;
    width: 380px
}

.alert-content {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 80px;
    justify-content: center;
    text-align: center
}

.alert-btn {
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: #23b7e5;
    border-radius: 2px;
    bottom: 40px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 36px;
    left: 50%;
    line-height: 36px;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    width: 140px
}

.aview {
    margin: 0 auto;
    min-height: 300px;
    padding-bottom: 50px;
    position: relative;
    width: 1020px
}

.aview-title {
    color: #000;
    font-size: 40px;
    margin: 50px 0 10px
}

.aview-sub {
    color: #5b66a1
}

.aview-sub span:first-child {
    margin-right: 20px
}

.carousel-next, .carousel-prev, .nextbtn, .prevbtn {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.carousel-next i, .carousel-prev i {
    -o-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s
}

.nextbtn:hover, .prevbtn:hover {
    opacity: .7
}

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

.nextbtn1 > img, .prevbtn1 > img {
    width: 60px
}

.nextbtn1 > span, .prevbtn1 > span {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px
}

.indicator {
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 50%;
    position: absolute;
    transform: translateX(-50%)
}

.indicator > li {
    cursor: pointer
}

.indicator1 > li {
    background-color: hsla(0, 0%, 100%, .56);
    height: 2px;
    width: 20px
}

.indicator1 > li.active {
    background-color: #ac9455
}

.indicator1 > li + li {
    margin-left: 10px
}

.indicator2 > li {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    border: 2px solid #102942;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 20px;
    justify-content: center;
    opacity: .56;
    width: 20px
}

.indicator2 > li.active {
    opacity: 1
}

.indicator2 > li.active:after {
    background-color: #102942;
    border-radius: 50%;
    content: "";
    height: 6px;
    position: absolute;
    width: 6px
}

.indicator2 > li + li {
    margin-left: 20px
}

.indicator3 {
    background: #fff;
    border-radius: 31px;
    padding: 9px 23px
}

.indicator3 > li {
    background: hsla(0, 0%, 100%, .34);
    background: #dadada;
    border-radius: 50%;
    height: 13px;
    width: 13px
}

.indicator3 > li + li {
    margin-left: 18px
}

.indicator3 > li.active {
    background: #006fe4
}

.indicator4 > li {
    border: 1px solid #fff;
    height: 16px;
    position: relative;
    width: 16px
}

.indicator4 > li + li {
    margin-left: 20px
}

.indicator4 > li.active:after {
    background: #fff;
    content: "";
    height: 8px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 8px
}

.indicator5 {
    color: #fff;
    font-size: 24px;
    font-weight: lighter
}

.indicator6 > li, .indicator8 > li {
    background: #cdcdcd;
    height: 4px;
    width: 37px
}

.indicator6 > li + li, .indicator8 > li + li {
    margin-left: 25px
}

.indicator6 > li.active, .indicator8 > li.active {
    background: #006fe4
}

.indicator7 > li {
    background: #fff;
    border-radius: 50%;
    height: 25px;
    width: 25px
}

.indicator7 > li.active {
    background: #006cff
}

.indicator7 > li + li {
    margin-left: 15px
}

.indicator8 {
    bottom: 6%;
    left: 90%
}

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

.indicator-v2 i {
    display: inline-block
}

.indicator-v2 i, .indicator-v2 li {
    -o-transition: background .3s;
    -webkit-transition: background .3s;
    transition: background .3s
}

.indicator-v2-1 i {
    border: 1px solid transparent;
    border-radius: 50%
}

.indicator-v2-2 i {
    border-radius: 50%
}

.indicator-v2-2 li.active {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.indicator-v2-3 li {
    border: 1px solid transparent;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.indicator-v2-3 li.active {
    padding: 3px
}

.indicator-v2-3 li i {
    border-radius: 50%
}

.indicator-v2-6 li {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.carousel {
    margin: 0 auto
}

.tomove {
    overflow: hidden;
    position: relative;
    width: 100%
}

.tomove-list {
    position: relative
}

.tomove-list-horizontal li.tomove-item {
    float: left;
    height: 100%
}

.cross-fade {
    position: relative
}

.cross-fade > li {
    -o-transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 1s ease;
    width: 100%
}

.cross-fade > li.active {
    opacity: 1
}

.module {
    height: 100%;
    position: relative
}

.module-bg {
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.albums {
    position: relative
}

.albums-default > div {
    margin: 0 auto
}

.albums-content {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap
}

.albums-base-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer
}

.albums-base-text {
    cursor: pointer
}

.albums4 .albums-base-imgwrapper, .albums5 .albums-item .albums-base-imgwrapper, .albums-base-hover {
    cursor: pointer;
    overflow: hidden
}

.albums4 .albums-base-imgwrapper > *, .albums5 .albums-item .albums-base-imgwrapper > *, .albums-base-hover > * {
    -o-transition: .3s;
    -webkit-transition: .3s;
    float: left;
    transition: .3s
}

.albums4 .albums-base-imgwrapper > div, .albums5 .albums-item .albums-base-imgwrapper > div, .albums-base-hover > div {
    height: 100%;
    width: 100%
}

.albums4 .albums-base-imgwrapper:hover > *, .albums5 .albums-item .albums-base-imgwrapper:hover > *, .albums-base-hover:hover > * {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.albums-preview {
    background-color: rgba(0, 0, 0, .8);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999
}

.albums-preview-small {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.albums-preview-small > img {
    cursor: -webkit-zoom-in;
    max-height: 100%;
    max-width: 80%
}

.albums-preview-large {
    overflow: auto
}

.albums-preview-large > img {
    cursor: -webkit-zoom-out;
    width: 100%
}

.albums-preview-close, .albums-preview-next, .albums-preview-prev {
    color: #fff;
    cursor: pointer;
    position: absolute
}

.albums-preview-close {
    right: 10px;
    top: 10px
}

.albums-preview-next {
    right: 10px;
    top: 50%
}

.albums-preview-prev {
    left: 10px;
    top: 50%
}

.albums1 .albums-tags {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-bottom: 20px
}

.albums1 .albums-tags > li {
    color: #ac9455;
    margin: 0 30px;
    padding: 0 1px 5px
}

.albums1 .albums-tags > li:not(.active) {
    cursor: pointer
}

.albums1 .albums-tags > li.active {
    border-bottom: 1px solid #ac9455;
    color: #333;
    font-weight: 600
}

.albums1 .albums-item {
    position: relative;
    text-align: center
}

.albums1 .albums-item:hover .albums-base-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.albums1 .albums-base-text {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    -o-transition: .3s;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-transition: .3s;
    align-items: center;
    background-color: rgba(172, 148, 85, .88);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    transition: .3s;
    width: 100%
}

.albums1 .albums-base-text > p:first-child {
    margin-bottom: 20px
}

.albums1 .albums-base-text .albums-base-title {
    font-size: 18px;
    width: 220px
}

.albums1 .albums-base-text .albums-base-desc {
    width: 220px
}

.albums2 .albums-tags {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-bottom: 40px
}

.albums2 .albums-tags > li {
    color: #bbb5bd;
    cursor: pointer;
    padding: 0 2px;
    position: relative
}

.albums2 .albums-tags > li + li {
    margin-left: 40px
}

.albums2 .albums-tags > li.active {
    color: #232526
}

.albums2 .albums-item {
    -webkit-box-shadow: 0 6px 20px 0 rgba(94, 90, 84, .06);
    background-color: #fff;
    box-shadow: 0 6px 20px 0 rgba(94, 90, 84, .06);
    text-align: center
}

.albums2 .albums-item .albums-base-image {
    position: relative
}

.albums2 .albums-item .albums-base-image:hover:after {
    display: block
}

.albums2 .albums-item .albums-base-image:after {
    border: 1px solid #d3a362;
    content: "";
    display: none;
    height: calc(100% - 40px);
    left: 20px;
    position: absolute;
    top: 20px;
    width: calc(100% - 40px)
}

.albums2 .albums-item .albums-base-text {
    padding: 40px 20px
}

.albums2 .albums-item .albums-base-text > p:nth-child(2) {
    margin-top: 20px
}

.albums2 .albums-item .albums-base-title {
    color: #d3a362;
    font-size: 18px
}

.albums2 .albums-item .albums-base-desc {
    color: #bbb5bd;
    text-align: justify
}

.albums3 {
    margin: 0 auto
}

.albums3 .albums-tags {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-bottom: 40px
}

.albums3 .albums-tags > li {
    color: #bbb5bd;
    cursor: pointer;
    padding: 0 2px;
    position: relative
}

.albums3 .albums-tags > li + li {
    margin-left: 40px
}

.albums3 .albums-tags > li.active {
    color: #232526
}

.albums3 .albums-item .albums-base-text {
    margin-top: 10px
}

.albums3 .albums-item .albums-base-text > p:nth-of-type(2) {
    margin-top: 5px
}

.albums3 .albums-item .albums-base-title {
    color: #6f6e6a;
    font-size: 16px
}

.albums3 .albums-item .albums-base-desc {
    color: #bbb5bd;
    font-size: 14px
}

.albums4 .albums-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.albums4 .albums-item:nth-child(2n) {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    flex-direction: column
}

.albums4 .albums-item:nth-child(2n) .albums-base-text {
    margin-top: 40px
}

.albums4 .albums-item:nth-child(odd) {
    -ms-flex-direction: column-reverse;
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    flex-direction: column-reverse
}

.albums4 .albums-item:nth-child(odd) .albums-base-text {
    margin-bottom: 40px
}

.albums4 .albums-base-title {
    color: #102942;
    font-size: 36px
}

.albums4 .albums-base-desc {
    color: #83888d;
    font-size: 14px
}

.albums4 .albums-base-text > p:nth-of-type(2) {
    margin-top: 20px
}

.albums5 .albums-item .albums-base-text {
    padding: 20px
}

.albums5 .albums-item .albums-base-text > p:nth-child(2) {
    margin-top: 10px
}

.albums5 .albums-item .albums-base-text .albums-base-title {
    color: #fff;
    font-size: 16px
}

.albums5 .albums-item .albums-base-text .albums-base-desc {
    color: #7c7575;
    font-size: 14px
}

.albums6 .albums-item {
    overflow: hidden;
    position: relative
}

.albums6 .albums-item:hover .albums-base-text {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0)
}

.albums6 .albums-item .albums-base-text {
    -ms-transform: translateY(100%);
    -o-transition: all .4s ease-in;
    -webkit-transform: translateY(100%);
    -webkit-transition: all .4s ease-in;
    background-color: rgba(0, 108, 255, .9);
    bottom: 0;
    color: #fff;
    opacity: 0;
    padding: 20px;
    position: absolute;
    text-align: left;
    transform: translateY(100%);
    transition: all .4s ease-in;
    width: 100%
}

.albums6 .albums-item .albums-base-text .albums-base-title {
    font-size: 30px
}

.albums6 .albums-item .albums-base-text .albums-base-desc {
    font-size: 16px;
    margin-top: 10px
}

.albums7 .albums-item {
    overflow: hidden;
    position: relative
}

.albums7 .albums-item:hover .albums-base-text {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0)
}

.albums7 .albums-item .albums-base-text {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    -ms-transform: translateY(100%);
    -o-transition: all .4s ease-in;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-transform: translateY(100%);
    -webkit-transition: all .4s ease-in;
    align-items: center;
    background-color: rgba(0, 108, 255, .9);
    bottom: 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    opacity: 0;
    padding: 20px;
    position: absolute;
    transform: translateY(100%);
    transition: all .4s ease-in;
    width: 100%
}

.albums7 .albums-item .albums-base-text .albums-sep-line {
    background-color: #fff;
    height: 2px;
    margin-bottom: 10px;
    margin-top: 20px;
    width: 40px
}

.albums7 .albums-item .albums-base-text .albums-base-desc, .albums7 .albums-item .albums-base-text .albums-base-title {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    width: 156px
}

.albums7 .albums-item .albums-base-text .albums-base-desc {
    margin-top: 10px
}

.column {
    height: 100%;
    margin: 0 auto;
    position: relative
}

.column-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.column-list > li {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    height: 100%;
    width: 1%
}

.column-item {
    height: 100%;
    position: relative;
    width: 100%
}

.column-item .column-item-bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.column-item .column-item-content {
    margin: 0 auto;
    position: relative;
    width: 2px
}

.Portfolio .Portfolio-tags {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.Portfolio .Portfolio-tags ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.Portfolio .Portfolio-tags ul li {
    -ms-flex-align: center;
    -o-transition: .2s;
    -webkit-box-align: center;
    -webkit-transition: .2s;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    transition: .2s
}

.Portfolio-text-hor-left {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    text-align: left
}

.Portfolio-text-hor-center {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center
}

.Portfolio-text-hor-right {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
    text-align: right
}

.Portfolio-tags-left, .Portfolio-text-ver-top {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: start
}

.Portfolio-tags-center, .Portfolio-text-ver-center {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center
}

.Portfolio-tags-right, .Portfolio-text-ver-bottom {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end
}

.Portfolio .Portfolio-pagination {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end
}

.Portfolio .Portfolio-pagination > .z-pagination {
    padding: 20px 0
}

.Portfolio .Portfolio-autoHeight, .Portfolio .Portfolio-regular {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap
}

.Portfolio .Portfolio-cover {
    position: relative
}

.Portfolio .Portfolio-hover {
    overflow: hidden;
    position: relative
}

.Portfolio .Portfolio-hover .Portfolio-cover, .Portfolio .Portfolio-hover > img {
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.Portfolio .Portfolio-hover:hover > .Portfolio-cover, .Portfolio .Portfolio-hover:hover > img {
    -ms-transform: scale(1.2);
    -ms-transform-origin: center;
    -webkit-transform: scale(1.2);
    -webkit-transform-origin: center;
    transform: scale(1.2);
    transform-origin: center
}

.Portfolio .Portfolio-item {
    cursor: pointer;
    position: relative;
    width: 100%
}

.Portfolio .Portfolio-item img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.Portfolio .Portfolio-text {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column
}

.Portfolio .Portfolio-text p {
    width: 100%;
    word-break: break-all
}

.Portfolio .Portfolio-1 .Portfolio-regular > li {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column
}

.Portfolio .Portfolio-1 .Portfolio-regular > li .Portfolio-text {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1
}

.Portfolio .Portfolio-1 .Portfolio-text {
    padding: 16px
}

.Portfolio .Portfolio-1 .Portfolio-text > p:nth-child(2) {
    margin-top: 5px
}

.Portfolio .Portfolio-2 .Portfolio-text {
    padding: 32px
}

.Portfolio .Portfolio-2 .Portfolio-text > p:nth-child(2) {
    margin-top: 8px
}

.Portfolio .Portfolio-3 .Portfolio-regular .Portfolio-text {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1
}

.Portfolio .Portfolio-3 .Portfolio-text {
    padding: 32px
}

.Portfolio .Portfolio-3 .Portfolio-text > p:nth-child(2) {
    margin-top: 5px
}

.Portfolio .Portfolio-3 .Portfolio-item {
    -o-transition: .2s;
    -webkit-transition: .2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    transition: .2s
}

.Portfolio .Portfolio-3 .Portfolio-item:hover {
    -ms-transform: translateY(-2px) !important;
    -webkit-box-shadow: 0 0 14px 0 rgba(22, 45, 61, .36);
    -webkit-transform: translateY(-2px) !important;
    box-shadow: 0 0 14px 0 rgba(22, 45, 61, .36);
    transform: translateY(-2px) !important
}

.Portfolio .Portfolio-4 .Portfolio-text {
    padding: 32px
}

.Portfolio .Portfolio-4 .Portfolio-text > p:nth-child(2) {
    margin-top: 8px
}

.Portfolio .Portfolio-4 .Portfolio-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.Portfolio .Portfolio-4 .Portfolio-item > div {
    width: 50%
}

.ZForm input, .ZForm textarea {
    border: 0;
    outline: 0;
    resize: none
}

.ZForm1 {
    width: 500px
}

.ZForm1-content {
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.ZForm1-content .ZForm1-btn {
    -ms-flex-direction: column-reverse;
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse
}

.ZForm1-item:first-of-type {
    margin-bottom: 40px
}

.ZForm1-item:nth-of-type(n+2) {
    margin-bottom: 20px
}

.ZForm1-item:nth-last-of-type(2) {
    margin-bottom: 0
}

.ZForm1-item > span {
    border-left: 2px solid #3c3d41;
    color: #3c3d41;
    display: inline-block;
    line-height: 1;
    margin-bottom: 10px;
    padding-left: 6px
}

.ZForm1-item input, .ZForm1-item textarea {
    background-color: #f5f5f7;
    color: rgba(60, 61, 65, .502);
    width: 100%
}

.ZForm1-item textarea {
    border: 15px solid #f5f5f7;
    height: 134px
}

.ZForm1-item input {
    height: 42px;
    padding: 10px
}

.ZForm2-content {
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    width: 680px
}

.ZForm2-content > li {
    margin-bottom: 30px;
    width: 300px
}

.ZForm2-content > li > span {
    color: #898989
}

.ZForm2-content > li > input {
    background-color: #efefef;
    border: 2px solid #efefef;
    border-radius: 46px;
    color: #ac9455;
    height: 46px;
    margin-top: 10px;
    padding: 0 20px;
    width: 100%
}

.ZForm2-content > li > input:focus {
    background-color: #fff;
    border: 2px solid #ac9455;
    color: #2b2b2b
}

.ZForm2-textarea {
    margin: 0 auto;
    width: 680px
}

.ZForm2-textarea > span {
    color: #898989
}

.ZForm2-textarea > textarea {
    background-color: #efefef;
    border: 2px solid #efefef;
    border-radius: 6px;
    color: #ac9455;
    float: left;
    height: 120px;
    margin-top: 10px;
    padding: 5px 10px;
    text-align: justify;
    width: 100%
}

.ZForm2-textarea > textarea:focus {
    background-color: #fff;
    border: 2px solid #ac9455;
    color: #2b2b2b
}

.ZForm2-button {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: 40px
}

.ZForm3 {
    padding: 10px 0;
    width: 1200px
}

.ZForm3-content > ul {
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.ZForm3-content > ul > li {
    -ms-flex-preferred-size: 380px;
    flex-basis: 380px;
    margin-bottom: 40px
}

.ZForm3-content input {
    border-bottom: 1px solid #d3d7db;
    height: 40px;
    padding-top: 10px;
    width: 100%
}

.ZForm3-content input::-webkit-input-placeholder {
    color: #83888d;
    font-size: 14px
}

.ZForm3-content input:-ms-input-placeholder {
    color: #83888d;
    font-size: 14px
}

.ZForm3-content input::-ms-input-placeholder {
    color: #83888d;
    font-size: 14px
}

.ZForm3-content input::placeholder {
    color: #83888d;
    font-size: 14px
}

.ZForm3-btn {
    margin-top: 40px
}

.ZForm4 {
    margin: 0 auto;
    padding: 10px;
    width: 800px
}

.ZForm4-content {
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.ZForm4-content > li {
    -ms-flex-preferred-size: 380px;
    flex-basis: 380px;
    margin-bottom: 60px;
    width: 380px
}

.ZForm4-content > li.ZForm4-w100 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%
}

.ZForm4-content input {
    background-color: transparent;
    border-bottom: 1px solid #d3a362;
    height: 32px;
    line-height: 32px;
    width: 100%
}

.ZForm4-content input::-webkit-input-placeholder {
    color: #d3a362;
    font-size: 14px
}

.ZForm4-content input:-ms-input-placeholder {
    color: #d3a362;
    font-size: 14px
}

.ZForm4-content input::-ms-input-placeholder {
    color: #d3a362;
    font-size: 14px
}

.ZForm4-content input::placeholder {
    color: #d3a362;
    font-size: 14px
}

.ZForm4-message span {
    color: #d3a362;
    font-size: 14px
}

.ZForm4-btn {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.ZForm5 {
    margin: 0 auto;
    padding: 10px;
    width: 800px
}

.ZForm5-content {
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.ZForm5-content > li {
    -ms-flex-preferred-size: 380px;
    flex-basis: 380px;
    margin-bottom: 20px;
    width: 380px
}

.ZForm5-content > li.ZForm5-message {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%
}

.ZForm5-content input {
    height: 40px;
    padding: 0 20px
}

.ZForm5-content textarea {
    height: 120px;
    padding: 20px
}

.ZForm5-content input, .ZForm5-content textarea {
    background: #101118;
    color: #7c7575;
    width: 100%
}

.ZForm5-content input:focus, .ZForm5-content textarea:focus {
    color: #fff
}

.ZForm5-btn {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.ZForm6 {
    margin: 0 auto;
    padding: 10px;
    width: 800px
}

.ZForm6-content {
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.ZForm6-content > li {
    -ms-flex-preferred-size: 380px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-basis: 380px;
    margin-bottom: 20px;
    width: 380px
}

.ZForm6-content .name-label {
    -ms-flex-preferred-size: 100px;
    background-color: #f4f4f4;
    color: #8e8e8e;
    flex-basis: 100px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    width: 100px
}

.ZForm6-content input {
    background-color: #f4f4f4;
    color: #000;
    height: 40px;
    padding-right: 10px;
    width: 100%
}

.ZForm6-content input:focus {
    color: #000
}

.ZForm6-message-text {
    background-color: #f4f4f4;
    color: #000;
    height: 120px;
    padding: 10px;
    width: 100%
}

.ZForm6-message-text::-webkit-input-placeholder {
    color: #8e8e8e
}

.ZForm6-message-text:-ms-input-placeholder {
    color: #8e8e8e
}

.ZForm6-message-text::-ms-input-placeholder {
    color: #8e8e8e
}

.ZForm6-message-text::placeholder {
    color: #8e8e8e
}

.ZForm6-message-text:focus {
    color: #000
}

.ZForm6-btn {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: 60px
}

.ZGood {
    width: 1200px
}

.ZGood-pagination {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    margin-top: 50px
}

.ZGood-cover {
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.ZGood-cover:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.ZGood-0 .ZGood-item {
    float: left;
    width: 570px
}

.ZGood-0 .ZGood-item:nth-child(odd) {
    margin-right: 60px
}

.ZGood-0 .ZGood-item:nth-child(n+3) {
    margin-top: 60px
}

.ZGood-0 .ZGood-item .ZGood-cover {
    height: 320px
}

.ZGood-0 .ZGood-item .ZGood-text {
    margin-top: 30px
}

.ZGood-0 .ZGood-item .ZGood-text > div:first-child {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.ZGood-0 .ZGood-item .ZGood-title {
    -o-text-overflow: ellipsis;
    color: #000;
    font-size: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ZGood-0 .ZGood-item .ZGood-price {
    color: #d0021b;
    font-size: 28px
}

.ZGood-0 .ZGood-item .ZGood-desc {
    -o-text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #666;
    display: -webkit-box;
    font-size: 14px;
    height: 46px;
    line-height: 1.8;
    margin-bottom: 30px;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

.ZGood-0 .ZGood-item .ZGood-btn {
    text-align: center
}

.ZGood-0 .ZGood-item .ZGood-btn button {
    -o-transition: .3s;
    -webkit-transition: .3s;
    border: 1px solid #d0021b;
    border-radius: 4px;
    color: #d0021b;
    height: 40px;
    transition: .3s;
    width: 140px
}

.ZGood-0 .ZGood-item .ZGood-btn button:hover {
    background: #d0021b;
    color: #fff
}

.ZGood-1 .ZGood-item {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    justify-content: space-between;
    width: 575px
}

.ZGood-1 .ZGood-item:nth-child(odd) {
    margin-right: 50px
}

.ZGood-1 .ZGood-item:nth-child(n+3) {
    margin-top: 60px
}

.ZGood-1 .ZGood-item .ZGood-cover {
    height: 200px
}

.ZGood-1 .ZGood-item .ZGood-text {
    padding-top: 25px;
    width: 287px
}

.ZGood-1 .ZGood-item .ZGood-text > div:first-child {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.ZGood-1 .ZGood-item .ZGood-title {
    -o-text-overflow: ellipsis;
    color: #000;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ZGood-1 .ZGood-item .ZGood-price {
    color: #c8a064;
    font-size: 18px
}

.ZGood-1 .ZGood-item .ZGood-desc {
    -o-text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #666;
    display: -webkit-box;
    font-size: 14px;
    height: 46px;
    line-height: 1.8;
    margin-bottom: 30px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis
}

.ZGood-1 .ZGood-item .ZGood-btn button {
    -o-transition: .3s;
    -webkit-transition: .3s;
    border: 1px solid #d0021b;
    border-radius: 4px;
    color: #d0021b;
    height: 40px;
    transition: .3s;
    width: 140px
}

.ZGood-1 .ZGood-item .ZGood-btn button:hover {
    background: #d0021b;
    color: #fff
}

.ZGood-2 .ZGood-item {
    float: left;
    width: 285px
}

.ZGood-2 .ZGood-item:not(:nth-child(4n)) {
    margin-right: 20px
}

.ZGood-2 .ZGood-item:nth-child(n+5) {
    margin-top: 60px
}

.ZGood-2 .ZGood-item .ZGood-cover {
    height: 160px
}

.ZGood-2 .ZGood-item .ZGood-text {
    padding-top: 20px
}

.ZGood-2 .ZGood-item .ZGood-text > div:first-child {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.ZGood-2 .ZGood-item .ZGood-title {
    -o-text-overflow: ellipsis;
    color: #000;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ZGood-2 .ZGood-item .ZGood-price {
    color: #d0021b;
    font-size: 18px
}

.ZGood-2 .ZGood-item .ZGood-desc {
    -o-text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #666;
    display: -webkit-box;
    font-size: 14px;
    height: 46px;
    line-height: 1.8;
    margin-bottom: 30px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis
}

.ZGood-2 .ZGood-item .ZGood-btn {
    text-align: center
}

.ZGood-2 .ZGood-item .ZGood-btn button {
    background: #c8a064;
    border-radius: 40px;
    color: #fff;
    height: 40px;
    width: 140px
}

.ZGood-2 .ZGood-item .ZGood-btn button:hover {
    background: #e0b87d
}

.ZGallery {
    position: relative
}

.ZGallery-base-hover {
    cursor: pointer;
    overflow: hidden
}

.ZGallery-base-hover > * {
    -o-transition: .3s;
    -webkit-transition: .3s;
    float: left;
    transition: .3s
}

.ZGallery-base-hover > div {
    height: 100%;
    width: 100%
}

.ZGallery-base-hover:hover > * {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.ZGallery1 {
    position: relative;
    width: 1200px
}

.ZGallery1 .ZGallery-content {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap
}

.ZGallery1 .ZGallery-content > li {
    -ms-flex-negative: 0;
    -ms-flex-positive: 0;
    -ms-flex-preferred-size: 380px;
    -webkit-box-flex: 0;
    flex-basis: 380px;
    flex-grow: 0;
    flex-shrink: 0;
    overflow: hidden
}

.ZGallery1 .ZGallery-content > li > div {
    -o-transition: .3s;
    -webkit-transition: .3s;
    height: 100%;
    transition: .3s
}

.ZGallery1 .ZGallery-content > li > div:hover {
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.ZGallery1 .ZGallery-content > li:first-child, .ZGallery1 .ZGallery-content > li:nth-child(3), .ZGallery1 .ZGallery-content > li:nth-child(4) {
    margin-right: 30px
}

.ZGallery1 .ZGallery-content > li:first-child {
    -ms-flex-preferred-size: 790px;
    flex-basis: 790px;
    margin-bottom: 30px
}

.ZGallery1 .ZGallery-content > li:nth-child(n-2) {
    height: 380px
}

.ZGallery1 .ZGallery-content > li:nth-child(n+3) {
    height: 280px
}

.ZGallery1 .ZGallery-pagination {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    padding: 20px
}

.ZList {
    position: relative
}

.ZList h3, .ZList h4 {
    margin: 0
}

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

.ZList-image img {
    max-height: 100%;
    max-width: 100%
}

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

.ZList1 .ZList-content {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap
}

.ZList1 .ZList-content > li {
    width: 386.66666px
}

.ZList1 .ZList-content > li:not(:nth-child(3n)) {
    margin-right: 20px
}

.ZList1 .ZList-image {
    -ms-transform: translateY(100px);
    -webkit-transform: translateY(100px);
    border-radius: 50%;
    height: 180px;
    margin: 0 auto;
    transform: translateY(100px);
    width: 180px
}

.ZList1 .ZList-image img {
    max-height: 100%;
    max-width: 100%
}

.ZList1 .ZList-text {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    align-items: center;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 305px;
    padding: 0 20px
}

.ZList1 .ZList-text > h3 {
    margin-top: 140px
}

.ZList1 .ZList-text > h4 {
    margin-top: 5px
}

.ZList1 .ZList-text > p {
    margin-top: 20px
}

.ZList2 .ZList-content {
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    width: 1140px
}

.ZList2 .ZList-content > li {
    background: #101118;
    height: 380px;
    position: relative;
    width: 540px
}

.ZList2 .ZList-content > li:nth-child(n+3) {
    margin-top: 40px
}

.ZList2 .ZList-text {
    margin: 40px 0 0 40px;
    width: 240px
}

.ZList2 .ZList-text > h4 {
    margin-top: 10px
}

.ZList2 .ZList-text > p {
    margin-top: 40px
}

.ZList2 .ZList-image {
    height: 280px;
    position: absolute;
    right: -40px;
    top: 40px;
    width: 280px
}

.ZList3 .ZList-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0;
    width: 1200px
}

.ZList3 .ZList-content > li {
    width: 192px
}

.ZList3 .ZList-image > img {
    max-width: 100%
}

.ZList3 .ZList-text h3, .ZList3 .ZList-text p {
    margin-top: 20px;
    text-align: center
}

.ZList3 .ZList-text h4 {
    display: none
}

.ZList4 {
    margin: 0 auto;
    width: 1132px
}

.ZList4 .ZList-content {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap
}

.ZList4 .ZList-content > li {
    -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, .2);
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, .2);
    padding: 30px 0;
    width: 330px
}

.ZList4 .ZList-content > li:not(:nth-child(3n)) {
    margin-right: 71px
}

.ZList4 .ZList-content > li:not(:nth-last-child(-n+3)) {
    margin-bottom: 20px
}

.ZList4 .ZList-content > li h3 {
    margin-top: 25px;
    text-align: center
}

.ZList4 .ZList-content > li h4 {
    margin-top: 12px;
    text-align: center
}

.ZList4 .ZList-content > li p {
    border-top: 1px solid #f2f2f2;
    margin-top: 24px;
    padding: 24px 55px 0;
    text-align: center
}

.ZList5 {
    width: 1200px
}

.ZList5 .ZList-content {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap
}

.ZList5 .ZList-content > li {
    position: relative;
    width: 360px
}

.ZList5 .ZList-content > li:not(:nth-child(3n)) {
    margin-right: 60px
}

.ZList5 .ZList-content > li:nth-child(n+4) {
    margin-top: 40px
}

.ZList5 .ZList-text > h3 {
    margin-top: 30px;
    text-align: center
}

.ZList5 .ZList-text > h4 {
    display: none
}

.ZList5 .ZList-text > p {
    margin-top: 20px;
    text-align: center
}

.ZList6 {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 1200px
}

.ZList6 .ZList6-banner {
    height: 460px;
    width: 100%
}

.ZList6 h3 {
    margin-top: 36px
}

.ZList6 h4 {
    margin-top: 10px
}

.ZList6 p {
    margin-top: 20px;
    text-align: center;
    width: 940px
}

.ZList6 .ZList6-gallery {
    margin-top: 50px;
    overflow: hidden;
    position: relative;
    width: 1160px
}

.ZList6 .ZList6-gallery > ul {
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.ZList6 .ZList6-gallery > ul > li {
    float: left;
    height: 144px;
    position: relative;
    width: 373.33333px
}

.ZList6 .ZList6-gallery > ul > li:not(:last-child) {
    margin-right: 20px
}

.ZList6 .ZList6-gallery > ul > li:after {
    -o-transition: .4s;
    -webkit-transition: .4s;
    background: rgba(0, 0, 0, .5);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: .4s;
    width: 100%
}

.ZList6 .ZList6-gallery > ul > li.active:after {
    opacity: 1
}

.ZList6 .ZList6-gallery > span {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    cursor: pointer;
    display: inline-block;
    height: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px
}

.ZList6 .ZList6-gallery .ZList6-gallery-prev {
    background: #f2f2f2 url('./23-left-active.png') no-repeat 50%;
    left: 0
}

.ZList6 .ZList6-gallery .ZList6-gallery-prev:hover {
    background: #006cff url('./23-left.png') no-repeat 50%
}

.ZList6 .ZList6-gallery .ZList6-gallery-next {
    background: #f2f2f2 url('./23-right-active.png') no-repeat 50%;
    right: 0
}

.ZList6 .ZList6-gallery .ZList6-gallery-next:hover {
    background: #006cff url('./23-right.png') no-repeat 50%
}

.ZList6 .ZList6-slideDot {
    height: 120px
}

.ZList6 .ZList6-slideDot li {
    height: 17px;
    width: 17px
}

.ZList6 .ZList6-slideDot li:not(.active) {
    background: #d5d5d5
}

.ZList7 .ZList-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ZList7 .ZList-content > li {
    width: 277.5px
}

.ZList7 .ZList-content > li:not(:nth-child(4n)) {
    margin-right: 30px
}

.ZList7 .ZList-image {
    margin-bottom: 30px;
    position: relative
}

.ZList7 .ZList-image:hover .ZList-hover {
    display: block
}

.ZList7 .ZList-text {
    color: #444
}

.ZList7 .ZList-text .ZList-text-line {
    background: #ccc;
    height: 1px;
    margin: 15px 0 18px;
    width: 100%
}

.ZList7 .ZList-hover {
    background: rgba(0, 0, 0, .4);
    color: #fff;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.ZList7 .ZList-hover > div {
    margin: 150px 25px 0
}

.ZList7 .ZList-hover .ZList-hover-line {
    background: #fff;
    height: 2px;
    margin: 25px 0
}

.ZList7 .ZList-hover .ZList-hover-title {
    -ms-flex-align: end;
    -ms-flex-pack: justify;
    -webkit-box-align: end;
    -webkit-box-pack: justify;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.ZList7 .ZList-hover .ZList-hover-title h3 {
    color: #fff;
    font-size: 24px
}

.ZList7 .ZList-hover p {
    line-height: 1.8
}

.ZList8 {
    position: relative;
    width: 770px
}

.ZList8 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ZList8 li:nth-child(n+2) {
    margin-top: 80px
}

.ZList8 .ZList-image {
    -ms-flex-align: start;
    -ms-flex-negative: 0;
    -ms-flex-preferred-size: 110px;
    -webkit-box-align: start;
    align-items: flex-start;
    flex-basis: 110px;
    flex-shrink: 0;
    margin-right: 40px
}

.ZList8 .ZList-text h3 {
    color: #000;
    font-size: 26px;
    line-height: 1.6
}

.ZList8 .ZList-text h4 {
    color: #c8a064;
    font-size: 12px
}

.ZList8 .ZList-text p {
    color: #666;
    font-size: 14px;
    margin-top: 20px
}

.ZNews {
    position: relative
}

.ZNews h3, .ZNews h4 {
    margin: 0
}

.ZNews-preview {
    background-color: rgba(0, 0, 0, .8);
    height: 100%;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999
}

.ZNews-preview-body {
    background-color: #fff;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 1200px;
    min-height: 100%;
    padding: 1px 100px;
    width: 90%
}

.ZNews-preview-abstract {
    color: #495660;
    font-size: 14px;
    margin-top: 32px
}

.ZNews-preview-content {
    line-height: 1.5;
    margin-top: 35px
}

.ZNews1 {
    position: relative;
    width: 1200px
}

.ZNews1-content {
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.ZNews1-content > li {
    -ms-flex-preferred-size: 570px;
    flex-basis: 570px;
    height: 400px;
    position: relative
}

.ZNews1-content-cover {
    height: 280px
}

.ZNews1-content-text {
    -o-transition: .3s;
    -webkit-transition: .3s;
    background: #fff;
    padding: 30px;
    position: absolute;
    right: 0;
    top: 220px;
    transition: .3s;
    width: 530px
}

.ZNews1-content-text > p:first-child {
    color: #102942;
    font-size: 24px
}

.ZNews1-content-text > p:nth-child(2) {
    color: #83888d;
    font-size: 14px;
    margin-top: 20px
}

.ZNews1-content-text:hover {
    -webkit-box-shadow: 0 0 15px rgba(60, 60, 60, .5);
    box-shadow: 0 0 15px rgba(60, 60, 60, .5);
    top: 180px
}

.ZNews2 {
    position: relative;
    width: 1200px
}

.ZNews2-content {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 400px;
    justify-content: space-between;
    position: relative
}

.ZNews2-content .ZNews2-img {
    height: 100%;
    position: relative;
    width: 560px
}

.ZNews2-content .ZNews2-img > div {
    height: 340px;
    width: 520px
}

.ZNews2-content .ZNews2-img .ZNews2-img-bg {
    background: #102942;
    bottom: 0;
    position: absolute;
    right: 0
}

.ZNews2-content .ZNews2-img .ZNews2-img-cover {
    -o-transition: .2s;
    -webkit-transition: .2s;
    position: relative;
    transition: .2s
}

.ZNews2-content .ZNews2-img .ZNews2-img-cover:hover {
    -ms-transform: translate(40px, 60px);
    -webkit-transform: translate(40px, 60px);
    transform: translate(40px, 60px)
}

.ZNews2-content .ZNews2-text {
    height: 100%;
    width: 600px
}

.ZNews2-content .ZNews2-text > p:first-child {
    color: #102942;
    font-size: 24px;
    margin-top: 60px
}

.ZNews2-content .ZNews2-text > p:nth-child(2) {
    color: #83888d;
    font-size: 14px;
    margin-top: 40px;
    min-height: 80px;
    text-align: justify
}

.ZNews2-content .ZNews2-text .ZNews2-btn {
    margin-top: 60px
}

.ZNews2-content .ZNews2-switcher {
    position: absolute;
    right: 0;
    top: 0
}

.ZNews2-content .ZNews2-switcher > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ZNews2-content .ZNews2-switcher > ul > li {
    border: 1px solid #102942;
    height: 16px;
    width: 16px
}

.ZNews2-content .ZNews2-switcher > ul > li.active:after {
    background: #102942;
    content: "";
    display: block;
    height: 8px;
    margin: 3px;
    width: 8px
}

.ZNews2-content .ZNews2-switcher > ul > li + li {
    margin-left: 20px
}

.ZNews3 {
    margin: auto;
    overflow: hidden;
    padding-bottom: 100px;
    position: relative;
    width: 1200px
}

.ZNews3 .indicator {
    bottom: 20px
}

.ZNews3 .indicator li {
    height: 17px;
    width: 17px
}

.ZNews3 .indicator li:not(.active) {
    background: #d5d5d5
}

.ZNews3-module {
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: space-between;
    padding: 0 40px;
    width: 100%
}

.ZNews3-item {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    align-items: center;
    color: silver;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    min-height: 200px;
    text-align: center;
    width: 520px
}

.ZNews3-item > span:first-of-type {
    font-size: 18px
}

.ZNews3-item > span:nth-of-type(2) {
    color: #363636;
    font-size: 36px
}

.ZNews3-item > h3 {
    color: #363636;
    font-size: 24px;
    margin-top: 15px
}

.ZNews3-item > p {
    font-size: 16px;
    margin-top: 10px
}

.ZNews3-item .ZNews3-item-cover {
    height: 230px;
    margin-top: 20px;
    width: 100%
}

.ZNews3-slide > span {
    bottom: 236px;
    cursor: pointer;
    display: inline-block;
    height: 60px;
    position: absolute;
    width: 60px
}

.ZNews3-slide .ZNews3-slide-prev {
    background: #fff url('./23-left-active.png') no-repeat 50%;
    left: 40px
}

.ZNews3-slide .ZNews3-slide-prev:hover {
    background: #006cff url('./23-left.png') no-repeat 50%
}

.ZNews3-slide .ZNews3-slide-next {
    background: #fff url('./23-right-active.png') no-repeat 50%;
    right: 40px
}

.ZNews3-slide .ZNews3-slide-next:hover {
    background: #006cff url('./23-right.png') no-repeat 50%
}

.ZNews4 {
    width: 1200px
}

.ZNews4 .ZNews-content {
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.ZNews4 .ZNews-content > li {
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    border-bottom: 1px solid #eee;
    color: #444;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 50px;
    width: 570px
}

.ZNews4 .ZNews-content > li .ZNews-content-title {
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px
}

.ZNews4 .ZNews-content > li .ZNews-content-title > h3 {
    cursor: pointer;
    font-size: 30px;
    font-weight: 400
}

.ZNews4 .ZNews-content > li .ZNews-content-title > span {
    font-size: 18px
}

.ZNews4 .ZNews-content > li .ZNews-content-desc {
    line-height: 1.75;
    text-align: justify
}

.ZNews4 .ZNews-content > li > div {
    width: 100%
}

.ZNews4 .ZNews-content > li:nth-of-type(n+3) {
    margin-top: 50px
}

.ZArticle {
    position: relative;
    width: 1200px
}

.ZArticle h3 {
    margin: 0
}

.ZArticle-pagination {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    margin-top: 50px
}

.ZArticle-item:nth-child(n+3) {
    margin-top: 25px
}

.ZArticle-item {
    cursor: pointer
}

.ZArticle-1 {
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.ZArticle-1 li {
    width: 570px
}

.ZArticle-1 li .ZArticle-cover {
    height: 320px
}

.ZArticle-1 li > div {
    -ms-flex-align: end;
    -ms-flex-pack: justify;
    -webkit-box-align: end;
    -webkit-box-pack: justify;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin: 30px 0
}

.ZArticle-1 li .ZArticle-title {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 26px;
    max-width: 460px
}

.ZArticle-1 li .ZArticle-title span:first-of-type {
    padding-right: 10px
}

.ZArticle-1 li .ZArticle-title span:nth-of-type(2) {
    padding-left: 10px
}

.ZArticle-1 li .ZArticle-title > div {
    -o-text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.ZArticle-1 li .ZArticle-date {
    color: #bbb
}

.ZArticle-1 li .ZArticle-desc {
    -o-text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #666;
    display: -webkit-box;
    height: 75px;
    line-height: 1.8;
    overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis
}

.ZArticle-2 {
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.ZArticle-2 li {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 280px;
    justify-content: space-between;
    width: 580px
}

.ZArticle-2 li .ZArticle-cover {
    width: 280px
}

.ZArticle-2 li > div {
    width: 270px
}

.ZArticle-2 li .ZArticle-date {
    color: #bbb;
    font-size: 24px;
    letter-spacing: 3px;
    line-height: 1.8
}

.ZArticle-2 li .ZArticle-title {
    -o-text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #000;
    display: -webkit-box;
    font-size: 26px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis
}

.ZArticle-2 li .ZArticle-line {
    background: #141414;
    display: inline-block;
    height: 3px;
    margin-top: 20px;
    width: 20px
}

.ZArticle-2 li .ZArticle-desc {
    -o-text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    color: #666;
    display: -webkit-box;
    line-height: 1.8;
    margin-top: 30px;
    overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis
}

.ZArticle-3 {
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0
}

.ZArticle-3 li {
    padding-left: 65px;
    width: 585px
}

.ZArticle-3 li .ZArticle-decorator {
    position: relative
}

.ZArticle-3 li .ZArticle-decorator span {
    display: inline
}

.ZArticle-3 li .ZArticle-decorator span:first-child {
    color: #557bff;
    font-size: 36px;
    left: -65px;
    position: absolute;
    top: -20px
}

.ZArticle-3 li .ZArticle-decorator span:nth-child(2) {
    -ms-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    background: #000;
    height: 50px;
    left: -15px;
    position: absolute;
    top: -10px;
    transform: rotate(25deg);
    width: 2px
}

.ZArticle-3 li .ZArticle-decorator span:nth-child(3) {
    color: #000;
    font-size: 36px
}

.ZArticle-3 li .ZArticle-title {
    -o-text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis
}

.ZArticle-3 li .ZArticle-title span {
    background: #d8d8d8;
    padding: 4px 5px
}

.ZArticle-3 li .ZArticle-desc {
    -o-text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    color: #666;
    display: -webkit-box;
    height: 100px;
    line-height: 1.8;
    margin: 30px 0;
    overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis
}

.ZArticle-3 li .ZArticle-date {
    color: #bbb
}

.ZArticle-4 {
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.ZArticle-4 li {
    height: 320px;
    position: relative;
    width: 570px
}

.ZArticle-4 li > div {
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    background: rgba(0, 0, 0, .67);
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 80px;
    justify-content: center;
    padding-left: 52px;
    position: absolute;
    width: 100%
}

.ZArticle-4 li > div:after {
    background: #23b7e5;
    content: "";
    display: block;
    height: 50px;
    left: 30px;
    position: absolute;
    top: 15px;
    width: 3px
}

.ZArticle-4 li .ZArticle-title {
    -o-text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #fff;
    display: -webkit-box;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

.ZArticle-4 li .ZArticle-date {
    color: #fff;
    font-size: 30px;
    letter-spacing: 3px
}

.ZMenu {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    line-height: 1.8;
    position: relative
}

.ZMenu-item {
    cursor: pointer;
    padding: 0 16px
}

.ZMenu-0 .ZMenu-item:hover {
    opacity: .7
}

.ZMenu-1 .ZMenu-item:hover {
    color: #557bff
}

.ZMenu-1 .ZMenu-item-line:not(:last-child) {
    background: #000;
    display: inline-block;
    width: 1px
}

.ZMenu-2 .ZMenu-item:hover {
    color: #557bff
}

.ZMenu-2 .ZMenu-item:hover:after {
    -ms-transform: translate(-5px, 10px);
    -webkit-transform: translate(-5px, 10px);
    background: #557bff;
    content: "";
    display: block;
    height: 2px;
    transform: translate(-5px, 10px);
    width: calc(100% + 10px)
}

.ZMenu-3 .ZMenu-item:hover {
    background: #c8a064;
    color: #fff
}

.ZMenu-4 {
    background: #f3f3f3;
    color: #666
}

.ZMenu-4 .ZMenu-item:hover {
    color: #c8a064
}

.ZMenu-5 .ZMenu-item {
    border: 1px solid transparent
}

.ZMenu-5 .ZMenu-item:hover {
    -webkit-box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 6px;
    box-sizing: border-box
}

.ZMenu-6 .ZMenu-item:hover {
    color: #557bff
}

.ZMenu-7 {
    border: 1px solid #381e67;
    border-radius: 100px
}

.ZMenu-7 .ZMenu-item:hover {
    color: #381e67
}

.ZMenu-8 {
    color: #666
}

.ZMenu-8 .ZMenu-item:hover {
    background: #557bff;
    border-radius: 100px;
    color: #fff
}

.ZCButton, .ZCInput, .ZCSelect, .ZCTextarea {
    position: absolute
}

.ZContact-item {
    position: relative
}

.ZContact-requireicon {
    background: #ea4335;
    border-radius: 50%;
    color: inherit;
    display: inline-block;
    height: 5px;
    left: -15px;
    line-height: 5px;
    position: absolute;
    text-align: center;
    top: 20px;
    width: 5px
}

.ZCInput::-webkit-input-placeholder, .ZCTextarea::-webkit-input-placeholder {
    color: #999
}

.ZCInput:-ms-input-placeholder, .ZCTextarea:-ms-input-placeholder {
    color: #999
}

.ZCInput::-ms-input-placeholder, .ZCTextarea::-ms-input-placeholder {
    color: #999
}

.ZCInput::placeholder, .ZCTextarea::placeholder {
    color: #999
}

.ZCInput {
    border: 0;
    height: 46px;
    padding: 8px 15px
}

.ZCTextarea {
    border: 0;
    outline: 0;
    padding: 20px;
    resize: none
}

.ZCSelect {
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 46px;
    justify-content: space-between;
    padding: 0 20px
}

.ZCSelect .ZCSelect-triangle {
    border-left: 6px dashed transparent;
    border-right: 6px dashed transparent;
    border-top: 8px solid #495660;
    display: inline-block
}

.ZCSelect .ZCSelect-placeholder {
    color: #999
}

.ZCSelect .ZCSelect-helperInput {
    border: 0;
    height: 1px;
    opacity: 0;
    padding: 0;
    position: absolute;
    width: 1px;
    z-index: -1
}

.ZCSelect .ZCSelect-helpToggle {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.ZCButton {
    -o-transition: .4s;
    -webkit-transition: .4s;
    font-size: 16px;
    letter-spacing: 1px;
    transition: .4s
}

.ZCSelect-dropmenu {
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
    font-size: 14px;
    z-index: 1
}

.ZCSelect-dropmenu li {
    cursor: pointer;
    list-style: none;
    padding: 7px 8px
}

.ZCSelect-dropmenu li:hover {
    background: rgba(35, 183, 229, .2)
}

.ZAnchor {
    -ms-flex-direction: column;
    -ms-flex-pack: justify;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 8px 5px
}

.ZAnchor i, .ZAnchor li, .ZAnchor span {
    -o-transition: .3s;
    -webkit-transition: .3s;
    cursor: pointer;
    display: inline-block;
    transition: .3s
}

.ZAnchor-1 > li {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ZAnchor-1 > li i {
    background: #fff;
    height: 1px;
    width: 0
}

.ZAnchor-1 > li span {
    background: #fff;
    border-radius: 50%;
    color: inherit;
    display: inline-block;
    height: 5px;
    line-height: 5px;
    text-align: center;
    width: 5px
}

.ZAnchor-1 > li.active i {
    width: 16px
}

.ZAnchor-2 > li {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    color: inherit;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 9px;
    justify-content: center;
    line-height: 9px;
    text-align: center;
    width: 9px
}

.ZAnchor-2 > li span {
    background: #fff;
    height: 0;
    width: 0
}

.ZAnchor-2 > li.active span {
    height: 3px;
    width: 3px
}

.ZAnchor-3 > li {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    border: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 9px;
    justify-content: center;
    width: 9px
}

.ZAnchor-3 > li span {
    background: #fff;
    height: 0;
    width: 0
}

.ZAnchor-3 > li.active span {
    height: 3px;
    width: 3px
}

.ZAnchor-4 > li {
    -ms-transform: rotate(45deg);
    -ms-transform-origin: center;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: center;
    border: 1px solid #fff;
    border-radius: 2px;
    height: 9px;
    transform: rotate(45deg);
    transform-origin: center;
    width: 9px
}

.ZAnchor-4 > li.active {
    background: #fff
}

.ZAnchor-5 {
    width: 34px
}

.ZAnchor-5 > li {
    background: #fff;
    height: 2px;
    opacity: .6;
    width: 12px
}

.ZAnchor-5 > li.active {
    opacity: 1;
    width: 24px
}

.ZAnchor-6 {
    color: #fff
}

.ZAnchor-6 > li {
    opacity: .6
}

.ZAnchor-6 > li span {
    line-height: 1.15;
    position: relative
}

.ZAnchor-6 > li i {
    background: #fff;
    bottom: -3px;
    height: 1px;
    left: 0;
    position: absolute;
    width: 0
}

.ZAnchor-6 > li.active, .ZAnchor-6 > li:hover {
    opacity: 1
}

.ZAnchor-6 > li.active i {
    width: 100%
}

.ZVideo {
    position: relative
}

.ZVideo video {
    -o-object-fit: cover;
    float: left;
    object-fit: cover
}

.ZVideo .ZVideo-play {
    background: url(https://static.zcool.cn/zcool/build/common/video_play.svg);
    display: inline-block
}

.ZVideo .ZVideo-pause {
    background: url(https://static.zcool.cn/zcool/build/common/video_pause.svg);
    display: none
}

.ZVideo .ZVideo-pause, .ZVideo .ZVideo-play {
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    height: 50px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px
}

.ZVideo:hover .ZVideo-pause {
    display: inline-block
}

.ZNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: .5em;
    position: relative
}

.ZNav-hor {
    -ms-flex-direction: row;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    flex-direction: row
}

.ZNav-ver {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    flex-direction: column
}

.ZNav-ver-top {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start
}

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

.ZNav-ver-bottom {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end
}

.ZNav-hor-right, .ZNav-hor-right .ZNav-item {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: start
}

.ZNav-hor-center, .ZNav-hor-center .ZNav-item {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center
}

.ZNav-hor-right, .ZNav-hor-right .ZNav-item {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end
}

.ZNav-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap
}

.ZNav-hor .ZNav-children {
    -ms-transform: translateY(100%) translateY(1px) translateX(-50%);
    -webkit-transform: translateY(calc(100% + 1px));
    bottom: 0;
    transform: translateY(calc(100% + 1px))
}

.ZNav-ver .ZNav-children {
    -ms-transform: translate(calc(100% + 1px), calc(50% - 1em));
    -webkit-transform: translate(calc(100% + 1px), calc(50% - 1em));
    right: 0;
    transform: translate(calc(100% + 1px), calc(50% - 1em))
}

.ZNav-item {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1
}

.ZNav-item > a {
    -o-transition: .2s;
    -webkit-transition: .2s;
    display: inline-block;
    outline: 1px solid transparent;
    outline-offset: -1px;
    padding: .3em .6em;
    transition: .2s
}

.ZNav-item .ZNav-children {
    padding: 1em 0;
    position: absolute;
    width: 150px
}

.ZNav-item .ZNav-children > li:not(:last-child) {
    margin-bottom: 1em
}

.ZNav-item .ZNav-children > li a {
    -o-transition: .2s;
    -webkit-transition: .2s;
    display: inline-block;
    height: 100%;
    outline: 1px solid transparent;
    outline-offset: -1px;
    padding: .3em .6em;
    transition: .2s;
    width: 100%
}

.ZIcon i {
    font-size: inherit
}

.ZBox-dialog {
    position: relative
}

.ZBox-dialog-arrow {
    position: absolute
}

.ZBox-dialog-2 .ZBox-dialog-arrow {
    border: solid transparent;
    border-width: 10px 10px 0;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    z-index: 1
}

.ZBox-dialog-3 .ZBox-dialog-arrow {
    border: 10px solid transparent;
    border-right-width: 0;
    margin-top: -10px;
    right: 0;
    top: 50%
}

.ZBox-dialog-4 .ZBox-dialog-arrow {
    border: solid transparent;
    border-width: 10px 10px 0;
    bottom: 0;
    left: 10%
}

.ZBox-banner-content, .ZBox-triangle-content {
    border: solid transparent
}

.ZLine {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    min-height: 10px;
    min-width: 10px
}

.ZLine-arrow {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ZLine-arrow-hor .ZLine-arrow-icon {
    border-width: 5px 0 5px 10px
}

.ZLine-arrow-ver {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    flex-direction: column
}

.ZLine-arrow-ver .ZLine-arrow-icon {
    border-width: 10px 5px 0
}

.ZLine-arrow-icon {
    border-color: transparent;
    border-style: solid
}