@charset "utf-8";

/*!
 * 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
 */
@media screen and (max-width:768px) {
    .c_portalresxinnet_ad-01001 {
        bottom: 0;
        right: 0
    }

    .c_portalresxinnet_ad-01001 img {
        width: 100%
    }
}

@media only screen and (min-width:769px) {
    .c_portalresxinnet_ad-01001 {
        bottom: 0;
        right: 0
    }
}

.c_portalresxinnet_ad-01001 {
    position: fixed;
    z-index: 10000
}

.c_portalresxinnet_ad-01001 .p_close {
    position: absolute;
    top: 15px;
    right: 15px
}

.c_portalresxinnet_ad-01001 .p_close .iconfont:before {
    content: '\e690';
    font-weight: 600;
    cursor: pointer
}

.c_portalresxinnet_logoinfo-01001 {
    width: 100%
}

@media screen and (max-width:768px) {
    .c_portalresxinnet_logoinfo-01001 .p_imgbox {
        height: 60px;
        line-height: 60px
    }
}

@media only screen and (min-width:769px) {
    .c_portalresxinnet_logoinfo-01001 .p_imgbox {
        height: 90px;
        line-height: 90px
    }
}

.c_portalresxinnet_logoinfo-01001 .p_imgbox {
    width: 100%;
    padding-left: 20%;
    background-color: rgba(31, 31, 31, 1);
    color: #999
}

.c_portalresxinnet_logoinfo-01001 .p_imgbox img {
    margin: 0 10px
}

.c_portalresxinnet_logoinfo-01001 .p_imgbox .p_desc {
    display: inline-block
}

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

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

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

.animated.bouncein,
.animated.bounceout,
.animated.flipoutx,
.animated.flipouty {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {

    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

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

@-webkit-keyframes flash {

    50%,
    from,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    50%,
    from,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash,
.flashhover:hover {
    -webkit-animation-name: flash;
    animation-name: flash
}

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

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

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

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse,
.pulsehover:hover {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberband {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.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: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberband {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.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: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberband,
.rubberbandhover:hover {
    -webkit-animation-name: rubberband;
    animation-name: rubberband
}

@-webkit-keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake,
.shakehover:hover {
    -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,
.headshakehover:hover {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headshake;
    animation-name: headshake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

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

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada,
.tadahover:hover {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.wobble,
.wobblehover:hover {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {

    11.1%,
    from,
    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 {

    11.1%,
    from,
    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,
.jellohover:hover {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bouncein {

    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        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% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bouncein {

    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        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% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bouncein,
.bounceinhover:hover {
    -webkit-animation-name: bouncein;
    animation-name: bouncein
}

@-webkit-keyframes bounceindown {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceindown {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceindown,
.bounceindownhover:hover {
    -webkit-animation-name: bounceindown;
    animation-name: bounceindown
}

@-webkit-keyframes bounceinleft {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceinleft {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceinleft,
.bounceinlefthover:hover {
    -webkit-animation-name: bounceinleft;
    animation-name: bounceinleft
}

@-webkit-keyframes bounceinright {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceinright {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceinright,
.bounceinrighthover:hover {
    -webkit-animation-name: bounceinright;
    animation-name: bounceinright
}

@-webkit-keyframes bounceinup {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceinup {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceinup,
.bounceinuphover:hover {
    -webkit-animation-name: bounceinup;
    animation-name: bounceinup
}

@-webkit-keyframes bounceout {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceout {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceout,
.bounceouthover:hover {
    -webkit-animation-name: bounceout;
    animation-name: bounceout
}

@-webkit-keyframes bounceoutdown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceoutdown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceoutdown,
.bounceoutdownhover:hover {
    -webkit-animation-name: bounceoutdown;
    animation-name: bounceoutdown
}

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

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

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

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceoutleft,
.bounceoutlefthover:hover {
    -webkit-animation-name: bounceoutleft;
    animation-name: bounceoutleft
}

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

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

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

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceoutright,
.bounceoutrighthover:hover {
    -webkit-animation-name: bounceoutright;
    animation-name: bounceoutright
}

@-webkit-keyframes bounceoutup {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceoutup {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceoutup,
.bounceoutuphover:hover {
    -webkit-animation-name: bounceoutup;
    animation-name: bounceoutup
}

@-webkit-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadein,
.fadeinhover:hover {
    -webkit-animation-name: fadein;
    animation-name: fadein
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeindown,
.fadeindownhover:hover {
    -webkit-animation-name: fadeindown;
    animation-name: fadeindown
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeindownbig,
.fadeindownbighover:hover {
    -webkit-animation-name: fadeindownbig;
    animation-name: fadeindownbig
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeinleft,
.fadeinlefthover:hover {
    -webkit-animation-name: fadeinleft;
    animation-name: fadeinleft
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeinleftbig,
.fadeinleftbighover:hover {
    -webkit-animation-name: fadeinleftbig;
    animation-name: fadeinleftbig
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeinright,
.fadeinrighthover:hover {
    -webkit-animation-name: fadeinright;
    animation-name: fadeinright
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeinrightbig,
.fadeinrightbighover:hover {
    -webkit-animation-name: fadeinrightbig;
    animation-name: fadeinrightbig
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeinup,
.fadeinuphover:hover {
    -webkit-animation-name: fadeinup;
    animation-name: fadeinup
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeinupbig,
.fadeinupbighover:hover {
    -webkit-animation-name: fadeinupbig;
    animation-name: fadeinupbig
}

@-webkit-keyframes fadeout {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeout {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeout,
.fadeouthover:hover {
    -webkit-animation-name: fadeout;
    animation-name: fadeout
}

@-webkit-keyframes fadeoutdown {
    from {
        opacity: 1
    }

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

@keyframes fadeoutdown {
    from {
        opacity: 1
    }

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

.fadeoutdown,
.fadeoutdownhover:hover {
    -webkit-animation-name: fadeoutdown;
    animation-name: fadeoutdown
}

@-webkit-keyframes fadeoutdownbig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeoutdownbig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeoutdownbig,
.fadeoutdownbighover:hover {
    -webkit-animation-name: fadeoutdownbig;
    animation-name: fadeoutdownbig
}

@-webkit-keyframes fadeoutleft {
    from {
        opacity: 1
    }

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

@keyframes fadeoutleft {
    from {
        opacity: 1
    }

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

.fadeoutleft,
.fadeoutlefthover:hover {
    -webkit-animation-name: fadeoutleft;
    animation-name: fadeoutleft
}

@-webkit-keyframes fadeoutleftbig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeoutleftbig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeoutleftbig,
.fadeoutleftbighover:hover {
    -webkit-animation-name: fadeoutleftbig;
    animation-name: fadeoutleftbig
}

@-webkit-keyframes fadeoutright {
    from {
        opacity: 1
    }

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

@keyframes fadeoutright {
    from {
        opacity: 1
    }

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

.fadeoutright,
.fadeoutrighthover:hover {
    -webkit-animation-name: fadeoutright;
    animation-name: fadeoutright
}

@-webkit-keyframes fadeoutrightbig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeoutrightbig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeoutrightbig,
.fadeoutrightbighover:hover {
    -webkit-animation-name: fadeoutrightbig;
    animation-name: fadeoutrightbig
}

@-webkit-keyframes fadeoutup {
    from {
        opacity: 1
    }

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

@keyframes fadeoutup {
    from {
        opacity: 1
    }

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

.fadeoutup,
.fadeoutuphover:hover {
    -webkit-animation-name: fadeoutup;
    animation-name: fadeoutup
}

@-webkit-keyframes fadeoutupbig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeoutupbig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeoutupbig,
.fadeoutupbighover:hover {
    -webkit-animation-name: fadeoutupbig;
    animation-name: fadeoutupbig
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

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

@-webkit-keyframes flipinx {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipinx {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipinx,
.flipinxhover:hover {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipinx;
    animation-name: flipinx
}

@-webkit-keyframes flipiny {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipiny {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipiny,
.flipinyhover:hover {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipiny;
    animation-name: flipiny
}

@-webkit-keyframes flipoutx {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipoutx {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipoutx,
.flipoutxhover:hover {
    -webkit-animation-name: flipoutx;
    animation-name: flipoutx;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipouty {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipouty {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipouty,
.flipoutyhover:hover {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipouty;
    animation-name: flipouty
}

@-webkit-keyframes lightspeedin {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewx(-30deg);
        transform: translate3d(100%, 0, 0) skewx(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewx(20deg);
        transform: skewx(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewx(-5deg);
        transform: skewx(-5deg);
        opacity: 1
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightspeedin {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewx(-30deg);
        transform: translate3d(100%, 0, 0) skewx(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewx(20deg);
        transform: skewx(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewx(-5deg);
        transform: skewx(-5deg);
        opacity: 1
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightspeedin,
.lightspeedinhover:hover {
    -webkit-animation-name: lightspeedin;
    animation-name: lightspeedin;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightspeedout {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewx(30deg);
        transform: translate3d(100%, 0, 0) skewx(30deg);
        opacity: 0
    }
}

@keyframes lightspeedout {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewx(30deg);
        transform: translate3d(100%, 0, 0) skewx(30deg);
        opacity: 0
    }
}

.lightspeedout,
.lightspeedouthover:hover {
    -webkit-animation-name: lightspeedout;
    animation-name: lightspeedout;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

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

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotatein,
.rotateinhover:hover {
    -webkit-animation-name: rotatein;
    animation-name: rotatein
}

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

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateindownleft,
.rotateindownlefthover:hover {
    -webkit-animation-name: rotateindownleft;
    animation-name: rotateindownleft
}

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

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateindownright,
.rotateindownrighthover:hover {
    -webkit-animation-name: rotateindownright;
    animation-name: rotateindownright
}

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

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateinupleft,
.rotateinuplefthover:hover {
    -webkit-animation-name: rotateinupleft;
    animation-name: rotateinupleft
}

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

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateinupright,
.rotateinuprighthover:hover {
    -webkit-animation-name: rotateinupright;
    animation-name: rotateinupright
}

@-webkit-keyframes rotateout {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

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

@keyframes rotateout {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

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

.rotateout,
.rotateouthover:hover {
    -webkit-animation-name: rotateout;
    animation-name: rotateout
}

@-webkit-keyframes rotateoutdownleft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

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

@keyframes rotateoutdownleft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

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

.rotateoutdownleft,
.rotateoutdownlefthover:hover {
    -webkit-animation-name: rotateoutdownleft;
    animation-name: rotateoutdownleft
}

@-webkit-keyframes rotateoutdownright {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

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

@keyframes rotateoutdownright {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

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

.rotateoutdownright,
.rotateoutdownrighthover:hover {
    -webkit-animation-name: rotateoutdownright;
    animation-name: rotateoutdownright
}

@-webkit-keyframes rotateoutupleft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

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

@keyframes rotateoutupleft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

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

.rotateoutupleft,
.rotateoutuplefthover:hover {
    -webkit-animation-name: rotateoutupleft;
    animation-name: rotateoutupleft
}

@-webkit-keyframes rotateoutupright {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

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

@keyframes rotateoutupright {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

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

.rotateoutupright,
.rotateoutuprighthover:hover {
    -webkit-animation-name: rotateoutupright;
    animation-name: rotateoutupright
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge,
.hingehover:hover {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes jackinthebox {
    from {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes jackinthebox {
    from {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.jackinthebox,
.jackintheboxhover:hover {
    -webkit-animation-name: jackinthebox;
    animation-name: jackinthebox
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollin,
.rollinhover:hover {
    -webkit-animation-name: rollin;
    animation-name: rollin
}

@-webkit-keyframes rollout {
    from {
        opacity: 1
    }

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

@keyframes rollout {
    from {
        opacity: 1
    }

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

.rollout,
.rollouthover:hover {
    -webkit-animation-name: rollout;
    animation-name: rollout
}

@-webkit-keyframes zoomin {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomin {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomin,
.zoominhover:hover {
    -webkit-animation-name: zoomin;
    animation-name: zoomin
}

@-webkit-keyframes zoomindown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomindown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomindown,
.zoomindownhover:hover {
    -webkit-animation-name: zoomindown;
    animation-name: zoomindown
}

@-webkit-keyframes zoominleft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoominleft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoominleft,
.zoominlefthover:hover {
    -webkit-animation-name: zoominleft;
    animation-name: zoominleft
}

@-webkit-keyframes zoominright {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoominright {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoominright,
.zoominrighthover:hover {
    -webkit-animation-name: zoominright;
    animation-name: zoominright
}

@-webkit-keyframes zoominup {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoominup {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoominup,
.zoominuphover:hover {
    -webkit-animation-name: zoominup;
    animation-name: zoominup
}

@-webkit-keyframes zoomout {
    from {
        opacity: 1
    }

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

    to {
        opacity: 0
    }
}

@keyframes zoomout {
    from {
        opacity: 1
    }

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

    to {
        opacity: 0
    }
}

.zoomout,
.zoomouthover:hover {
    -webkit-animation-name: zoomout;
    animation-name: zoomout
}

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

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomoutdown,
.zoomoutdownhover:hover {
    -webkit-animation-name: zoomoutdown;
    animation-name: zoomoutdown
}

@-webkit-keyframes zoomoutleft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomoutleft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomoutleft,
.zoomoutlefthover:hover {
    -webkit-animation-name: zoomoutleft;
    animation-name: zoomoutleft
}

@-webkit-keyframes zoomoutright {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomoutright {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomoutright,
.zoomoutrighthover:hover {
    -webkit-animation-name: zoomoutright;
    animation-name: zoomoutright
}

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

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomoutup,
.zoomoutuphover:hover {
    -webkit-animation-name: zoomoutup;
    animation-name: zoomoutup
}

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

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

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

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideindown,
.slideindownhover:hover {
    -webkit-animation-name: slideindown;
    animation-name: slideindown
}

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

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

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

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideinleft,
.slideinlefthover:hover {
    -webkit-animation-name: slideinleft;
    animation-name: slideinleft
}

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

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

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

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideinright,
.slideinrighthover:hover {
    -webkit-animation-name: slideinright;
    animation-name: slideinright
}

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

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

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

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideinup,
.slideinuphover:hover {
    -webkit-animation-name: slideinup;
    animation-name: slideinup
}

@-webkit-keyframes slideoutdown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

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

@keyframes slideoutdown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

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

.slideoutdown,
.slideoutdownhover:hover {
    -webkit-animation-name: slideoutdown;
    animation-name: slideoutdown
}

@-webkit-keyframes slideoutleft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

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

@keyframes slideoutleft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

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

.slideoutleft,
.slideoutlefthover:hover {
    -webkit-animation-name: slideoutleft;
    animation-name: slideoutleft
}

@-webkit-keyframes slideoutright {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

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

@keyframes slideoutright {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

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

.slideoutright,
.slideoutrighthover:hover {
    -webkit-animation-name: slideoutright;
    animation-name: slideoutright
}

@-webkit-keyframes slideoutup {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

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

@keyframes slideoutup {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

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

.slideoutup,
.slideoutuphover:hover {
    -webkit-animation-name: slideoutup;
    animation-name: slideoutup
}

@-webkit-keyframes upfullscreen {
    0% {
        height: 0;
        bottom: 0
    }

    100% {
        height: 100%;
        bottom: 0
    }
}

@keyframes upfullscreen {
    0% {
        height: 0;
        bottom: 0
    }

    100% {
        height: 100%;
        bottom: 0
    }
}

.upfullscreen,
.upfullscreenhover:hover {
    -webkit-animation-name: upfullscreen;
    animation-name: upfullscreen
}

@-webkit-keyframes turnovery {
    0% {
        -webkit-transform: perspective(400px) rotatey(90deg);
        transform: perspective(400px) rotatey(90deg)
    }

    100% {
        -webkit-transform: perspective(400px) rotatey(180deg);
        transform: perspective(400px) rotatey(180deg)
    }
}

@keyframes turnovery {
    0% {
        -webkit-transform: perspective(400px) rotatey(90deg);
        transform: perspective(400px) rotatey(90deg)
    }

    100% {
        -webkit-transform: perspective(400px) rotatey(180deg);
        transform: perspective(400px) rotatey(180deg)
    }
}

.tupfullscreen,
.tupfullscreenhover:hover {
    -webkit-animation-name: turnovery;
    animation-name: turnovery
}

@-webkit-keyframes magnify {
    0% {
        width: 0;
        height: 0;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    100% {
        width: 100%;
        height: 100%;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@keyframes magnify {
    0% {
        width: 0;
        height: 0;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    100% {
        width: 100%;
        height: 100%;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

.magnify,
.magnifyhover:hover {
    -webkit-animation-name: magnify;
    animation-name: magnify
}

@-webkit-keyframes bgmagnify {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1)
    }
}

@keyframes bgmagnify {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1)
    }
}

.bgmagnify,
.bgmagnifyhover:hover {
    -webkit-animation-name: bgmagnify;
    animation-name: bgmagnify
}

@-webkit-keyframes bgshrink {
    0% {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1)
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@keyframes bgshrink {
    0% {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1)
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

.bgshrink,
.bgshrinkhover:hover {
    -webkit-animation-name: bgshrink;
    animation-name: bgshrink
}

.mark {
    width: 100%;
    height: 100%
}

.fade_in .mark {
    -webkit-animation-name: fade_in;
    animation-name: fade_in;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

@-webkit-keyframes fade_in {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.fade_in.stop .mark {
    -webkit-animation-name: fade_in_stop;
    animation-name: fade_in_stop;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

@-webkit-keyframes fade_in_stop {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

.slide_in .mark {
    -webkit-animation-name: slide_in;
    animation-name: slide_in;
    -webkit-animation-iteration-count: 1;
    -animation-iteration-count: 1;
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

@-webkit-keyframes slide_in {
    0% {
        -webkit-transform: translatey(100%);
        transform: translatey(100%)
    }

    100% {
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }
}

.slide_in.stop .mark {
    -webkit-animation-name: slide_in_stop;
    animation-name: slide_in_stop;
    -webkit-animation-iteration-count: 1;
    -animation-iteration-count: 1;
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

@-webkit-keyframes slide_in_stop {
    0% {
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }

    100% {
        -webkit-transform: translatey(100%);
        transform: translatey(100%)
    }
}

.newspaper .mark {
    -webkit-animation-name: newspaper;
    animation-name: newspaper;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

@-webkit-keyframes newspaper {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.newspaper.stop .mark {
    -webkit-animation-name: newspaper_stop;
    animation-name: newspaper_stop;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

@-webkit-keyframes newspaper_stop {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fall .mark {
    -webkit-animation-name: fall;
    animation-name: fall;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-transform-style: preserve-3d
}

.fall .p_popupwindow {
    -webkit-perspective: 1300px
}

@-webkit-keyframes fall {
    0% {
        -webkit-transform: rotatex(20deg) translatez(600px);
        transform: rotatex(20deg) translatez(600px);
        opacity: 0
    }

    100% {
        -webkit-transform: rotatex(0) translatez(0);
        transform: rotatex(0) translatez(0);
        opacity: 1
    }
}

.fall.stop .mark {
    -webkit-animation-name: fall_stop;
    animation-name: fall_stop;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-transform-style: preserve-3d
}

.fall.stop .p_popupwindow {
    -webkit-perspective: 1300px
}

@-webkit-keyframes fall_stop {
    0% {
        -webkit-transform: rotatex(0) translatez(0);
        transform: rotatex(0) translatez(0);
        opacity: 1
    }

    100% {
        -webkit-transform: rotatex(20deg) translatez(600px);
        transform: rotatex(20deg) translatez(600px);
        opacity: 0
    }
}

.blur .mark {
    -webkit-animation-name: blur;
    animation-name: blur;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

@-webkit-keyframes blur {
    0% {
        -webkit-transform: translatey(-20%);
        transform: translatey(-20%);
        opacity: 0
    }

    100% {
        -webkit-transform: translatey(0);
        transform: translatey(0);
        opacity: 1
    }
}

.blur .p_shade {
    -webkit-animation-name: blur_out;
    animation-name: blur_out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

@-webkit-keyframes blur_out {
    0% {
        -webkit-filter: blur(0);
        filter: blur(0)
    }

    100% {
        -webkit-filter: blur(5px);
        filter: blur(5px)
    }
}

.blur.stop .mark {
    -webkit-animation-name: blur_stop;
    animation-name: blur_stop;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

@-webkit-keyframes blur_stop {
    0% {
        -webkit-transform: translatey(0);
        transform: translatey(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translatey(-20%);
        transform: translatey(-20%);
        opacity: 0
    }
}

.blur.stop .p_shade {
    -webkit-animation-name: blur_out_stop;
    animation-name: blur_out_stop;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

@-webkit-keyframes blur_out_stop {
    0% {
        -webkit-filter: blur(5px);
        filter: blur(5px)
    }

    100% {
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

img[lazy-src] {
    max-width: 100%
}

.browserversion {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    text-align: justify
}

.browserversion .browserversionbac {
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    opacity: .7
}

.browserversion .browserversioncon {
    width: 600px;
    position: absolute;
    left: 50%;
    margin-left: -300px;
    top: 20%;
    background: #fff;
    z-index: 10;
    border-top: 3px solid #1f98fc;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.browserversion .btitle {
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    border-bottom: 1px solid #d8d8d8;
    color: #000;
    overflow: hidden
}

.browserversion .btitle .bclose {
    float: right;
    font-weight: 400;
    color: #999;
    cursor: pointer
}

.browserversion .bcon {
    padding: 40px 40px
}

.browserversion .bh {
    color: #000;
    line-height: 30px
}

.browserversion .bi {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 2px;
    background: 
}

.browserversion .bn {
    padding: 0 7px
}

.browserversion .bt {
    color: #666;
    padding: 40px 0 20px;
    margin: 0
}

.browserversion .bp {
    color: #000;
    margin: 0
}

.browserversion .bbtn {
    text-align: center;
    padding-bottom: 20px
}

.browserversion .bconfirm {
    background: #1f98fc;
    border: 0;
    color: #fff;
    padding: 8px 25px;
    border-radius: 4px
}

.e_htmleditor.d_description ol,
.e_htmleditor.e_htmleditor-001.p_articles ol,
.e_htmleditor.e_htmleditor-001.p_content ol,
.e_htmleditor.p_content.bordert_bar ol,
.e_box.e_box-000.p_content ol,
.e_box.p_articles ol,
.e_box.p_details ol,
.e_box.p_introduce ol,
.p_xvideo_desc .p_cribeinfodes ol {
    list-style-type: decimal !important
}

.e_htmleditor.d_description ol li,
.e_htmleditor.e_htmleditor-001.p_articles ol li,
.e_htmleditor.e_htmleditor-001.p_content ol li,
.e_htmleditor.p_content.bordert_bar ol li,
.e_box.e_box-000.p_content ol li,
.e_box.p_articles ol li,
.e_box.p_details ol li,
.e_box.p_introduce ol li,
.p_xvideo_desc .p_cribeinfodes ol li {
    list-style-type: decimal !important
}

.e_htmleditor.d_description ul,
.e_htmleditor.e_htmleditor-001.p_articles ul,
.e_htmleditor.e_htmleditor-001.p_content ul,
.e_htmleditor.p_content.bordert_bar ul,
.e_box.e_box-000.p_content ul,
.e_box.p_articles ul,
.e_box.p_details ul,
.e_box.p_introduce ul,
.p_xvideo_desc .p_cribeinfodes ul {
    list-style-type: disc !important
}

.e_htmleditor.d_description ul li,
.e_htmleditor.e_htmleditor-001.p_articles ul li,
.e_htmleditor.e_htmleditor-001.p_content ul li,
.e_htmleditor.p_content.bordert_bar ul li,
.e_box.e_box-000.p_content ul li,
.e_box.p_articles ul li,
.e_box.p_details ul li,
.e_box.p_introduce ul li,
.p_xvideo_desc .p_cribeinfodes ul li {
    list-style-type: disc !important
}

.e_htmleditor.e_htmleditor-001.p_articles ol,
.e_htmleditor.e_htmleditor-001.p_articles ul,
.e_box.e_box-000.p_content ol,
.e_box.e_box-000.p_content ul,
.e_box.p_articles>ol {
    margin-left: 20px
}

.reset_style{
	word-wrap: break-word !important;
	word-break: normal !important;
}@font-face {font-family: "iconfont";
  src: ; /* ie9 */
  src:  format('embedded-opentype'), /* ie6-ie8 */
   format('woff2'),
   format('woff'),
   format('truetype'), /* chrome, firefox, opera, safari, android, ios 4.2  */
   format('svg'); /* ios 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bosiniya:before {
  content: "\e6ee";
}

.icon-asaibaijiang:before {
  content: "\e6ed";
}

.icon-weixin1:before {
  content: "\e6e7";
}

.icon-weixin:before {
  content: "\e6e8";
}

.icon-xiaochengxu2:before {
  content: "\e6e9";
}

.icon-xiaochengxu1:before {
  content: "\e6ea";
}

.icon-whatsapp1:before {
  content: "\e6e6";
}

.icon-whatsapp:before {
  content: "\ea07";
}

.icon-yuenanyu:before {
  content: "\e70c";
}

.icon-wuzibiekeyu:before {
  content: "\e70d";
}

.icon-wukelanyu:before {
  content: "\e70e";
}

.icon-tuerqiyu:before {
  content: "\e70f";
}

.icon-taiyu:before {
  content: "\e710";
}

.icon-tajikeyu:before {
  content: "\e711";
}

.icon-ruidianyu:before {
  content: "\e712";
}

.icon-xibanyayu:before {
  content: "\e713";
}

.icon-baieluosiyu:before {
  content: "\e714";
}

.icon-siluowenniyayu:before {
  content: "\e715";
}

.icon-siluofakeyu:before {
  content: "\e716";
}

.icon-eyu:before {
  content: "\e717";
}

.icon-luomaniyayu:before {
  content: "\e718";
}

.icon-putaoyayu:before {
  content: "\e719";
}

.icon-bolanyu:before {
  content: "\e71a";
}

.icon-bosiyu:before {
  content: "\e71b";
}

.icon-nuoweiyu:before {
  content: "\e71c";
}

.icon-niboeryu:before {
  content: "\e71d";
}

.icon-miandianyu:before {
  content: "\e71e";
}

.icon-mengyu:before {
  content: "\e71f";
}

.icon-maertayu:before {
  content: "\e720";
}

.icon-malaiyu:before {
  content: "\e721";
}

.icon-maqidunyu:before {
  content: "\e722";
}

.icon-lusenbaoyu:before {
  content: "\e723";
}

.icon-litaowanyu:before {
  content: "\e724";
}

.icon-latuoweiyayu:before {
  content: "\e725";
}

.icon-latuoweiyayu1:before {
  content: "\e726";
}

.icon-laozhuayu:before {
  content: "\e727";
}

.icon-jierjisikeerkeziyu:before {
  content: "\e728";
}

.icon-hanyu:before {
  content: "\e729";
}

.icon-yameiniya:before {
  content: "\e72a";
}

.icon-hasakeyu:before {
  content: "\e72b";
}

.icon-riyu:before {
  content: "\e72c";
}

.icon-yidaliyu:before {
  content: "\e72d";
}

.icon-aierlanyu:before {
  content: "\e72e";
}

.icon-yindunixiyayu:before {
  content: "\e730";
}

.icon-xiongyaliyu:before {
  content: "\e731";
}

.icon-yindiyu:before {
  content: "\e732";
}

.icon-xibolaiyu:before {
  content: "\e733";
}

.icon-xilayu:before {
  content: "\e734";
}

.icon-deyu:before {
  content: "\e735";
}

.icon-gelujiyayu:before {
  content: "\e737";
}

.icon-maoliyu:before {
  content: "\e738";
}

.icon-fayu:before {
  content: "\e739";
}

.icon-fenlanyu:before {
  content: "\e73a";
}

.icon-feilvbinyu:before {
  content: "\e73b";
}

.icon-aishaniyayu:before {
  content: "\e73c";
}

.icon-shijieyu:before {
  content: "\e73d";
}

.icon-helanyu:before {
  content: "\e73e";
}

.icon-danmaiyu:before {
  content: "\e73f";
}

.icon-jiekeyu:before {
  content: "\e740";
}

.icon-baojialiyayu:before {
  content: "\e741";
}

.icon-mengjialayu:before {
  content: "\e742";
}

.icon-alaboyu:before {
  content: "\e743";
}

.icon-zhongwen:before {
  content: "\e744";
}

.icon-keluodiyayu:before {
  content: "\e745";
}

.icon-saierweiya:before {
  content: "\e746";
}

.icon-bingdaoyu:before {
  content: "\e747";
}

.icon-qq-copy:before {
  content: "\e6e4";
}

.icon-aliwangwang1:before {
  content: "\e6e5";
}

.icon-social-skype:before {
  content: "\e6e3";
}

.icon-aliwangwang:before {
  content: "\e76c";
}

.icon-wancheng:before {
  content: "\e6df";
}

.icon-dingdan:before {
  content: "\e6e0";
}

.icon-fukuan:before {
  content: "\e6e1";
}

.icon-fahuo:before {
  content: "\e6e2";
}

.icon-deng:before {
  content: "\e6db";
}

.icon-youqitong:before {
  content: "\e6dc";
}

.icon-fl-shuazi:before {
  content: "\e6dd";
}

.icon-qiang:before {
  content: "\e6de";
}

.icon-34:before {
  content: "\e6d8";
}

.icon-iconset0293:before {
  content: "\e6d9";
}

.icon-11:before {
  content: "\e6da";
}

.icon-meiyuan4:before {
  content: "\e736";
}

.icon-meiyuan_o:before {
  content: "\eba1";
}

.icon-yunpingtai:before {
  content: "\e674";
}

.icon-zuojiantou:before {
  content: "\e68e";
}

.icon-circle-arrow-right:before {
  content: "\e698";
}

.icon-ding:before {
  content: "\e665";
}

.icon-tuijian:before {
  content: "\e619";
}

.icon-re:before {
  content: "\e666";
}

.icon-xin:before {
  content: "\e61b";
}

.icon-qian:before {
  content: "\e6d7";
}

.icon-jingdong:before {
  content: "\e6d6";
}

.icon-baidu:before {
  content: "\e6d5";
}

.icon-tanhao2:before {
  content: "\e6d4";
}

.icon-cha:before {
  content: "\e6d3";
}

.icon-nv:before {
  content: "\e6d2";
}

.icon-xialajiantou:before {
  content: "\e6d1";
}

.icon-2:before {
  content: "\e616";
}

.icon-3:before {
  content: "\e6d0";
}

.icon-1:before {
  content: "\e617";
}

.icon-qiyeyewu:before {
  content: "\e6ca";
}

.icon-iconyewubao:before {
  content: "\e6cc";
}

.icon-yewu:before {
  content: "\e6ce";
}

.icon-heilongjiangtubiao06:before {
  content: "\e6cf";
}

.icon-kaobianxuanzegou:before {
  content: "\e6cb";
}

.icon-ok1:before {
  content: "\e6cd";
}

.icon-arrow_up:before {
  content: "\e6c8";
}

.icon-arrow_down:before {
  content: "\e6c9";
}

.icon-mailcode:before {
  content: "\e6c7";
}

.icon-wangzhi:before {
  content: "\e6c6";
}

.icon-shouqi:before {
  content: "\e6c5";
}

.icon-shuju:before {
  content: "\e6c3";
}

.icon-dashuju:before {
  content: "\e6c4";
}

.icon-fenxiang:before {
  content: "\e6c2";
}

.icon-kulian:before {
  content: "\e6c1";
}

.icon-arrowdowna:before {
  content: "\e6bf";
}

.icon-arrowupa:before {
  content: "\e6c0";
}

.icon-shipin:before {
  content: "\e6be";
}

.icon-goumai:before {
  content: "\e6bd";
}

.icon-wenhao:before {
  content: "\e6bc";
}

.icon-yaochi:before {
  content: "\e6bb";
}

.icon-duanxinzhuanhuan:before {
  content: "\e6ba";
}

.icon-dushigouwu:before {
  content: "\e6b9";
}

.icon-tianmaobao:before {
  content: "\e6b8";
}

.icon-shipin1:before {
  content: "\e6b7";
}

.icon-kefu:before {
  content: "\e6b6";
}

.icon-neutral:before {
  content: "\e6b4";
}

.icon-biaoqian:before {
  content: "\e6b3";
}

.icon-jishiben:before {
  content: "\e6b1";
}

.icon-lipin:before {
  content: "\e6ad";
}

.icon-arrowlefta:before {
  content: "\e689";
}

.icon-arrowrighta:before {
  content: "\e6ac";
}

.icon-jianhao:before {
  content: "\e6b5";
}

.icon-shixinyuanjiahao:before {
  content: "\e6b2";
}

.icon-arrows-copy:before {
  content: "\e69a";
}

.icon-chevron-copy-copy-copy-copy-copy:before {
  content: "\e69c";
}

.icon-chevron-copy-copy-copy-copy-copy-copy:before {
  content: "\e6ae";
}

.icon-chevron-copy:before {
  content: "\e687";
}

.icon-duduyinleappicon1401:before {
  content: "\e6af";
}

.icon-duduyinleappicon0501:before {
  content: "\e6b0";
}

.icon-duigou:before {
  content: "\e6ab";
}

.icon-iconfontguige:before {
  content: "\e65b";
}

.icon-iconfontanquanbaozhang1:before {
  content: "\e65c";
}

.icon-iconfontbofang:before {
  content: "\e65d";
}

.icon-iconfontbofang1:before {
  content: "\e65e";
}

.icon-iconfontplay:before {
  content: "\e65f";
}

.icon-iconfontttpodicon:before {
  content: "\e660";
}

.icon-iconfontsousuo:before {
  content: "\e661";
}

.icon-iconfontbook:before {
  content: "\e662";
}

.icon-iconfontfuwurenyuan:before {
  content: "\e663";
}

.icon-iconfontshezhichilun:before {
  content: "\e664";
}

.icon-iconfontsanxingdianhover:before {
  content: "\e667";
}

.icon-iconfontdian:before {
  content: "\e668";
}

.icon-iconfontdian1:before {
  content: "\e669";
}

.icon-iconfontxin1:before {
  content: "\e66a";
}

.icon-iconfontpingfenxingxingwaikuang1:before {
  content: "\e66b";
}

.icon-iconfontfenlei:before {
  content: "\e66c";
}

.icon-iconfontzoomin2:before {
  content: "\e66d";
}

.icon-iconfontxiaolian:before {
  content: "\e66e";
}

.icon-iconfontchuanzhendayin:before {
  content: "\e66f";
}

.icon-iconfontpullright:before {
  content: "\e670";
}

.icon-iconfontpullleft:before {
  content: "\e671";
}

.icon-iconfontcaijian:before {
  content: "\e672";
}

.icon-iconfonticonfontpingguo:before {
  content: "\e673";
}

.icon-iconfontxiazai2:before {
  content: "\e675";
}

.icon-iconfontyoujian:before {
  content: "\e676";
}

.icon-iconfontbijibendiannao:before {
  content: "\e677";
}

.icon-iconfonticonfontbrowsernew:before {
  content: "\e678";
}

.icon-iconfontliulan:before {
  content: "\e679";
}

.icon-iconfontshijian:before {
  content: "\e67a";
}

.icon-iconfontshijian1:before {
  content: "\e67b";
}

.icon-iconfonticonfontfenxiang:before {
  content: "\e67c";
}

.icon-iconfonticonziti35:before {
  content: "\e67d";
}

.icon-iconfonttengxunweibo:before {
  content: "\e67e";
}

.icon-iconfontfenxiang:before {
  content: "\e67f";
}

.icon-iconfontqzone:before {
  content: "\e680";
}

.icon-iconfontfenxiangpengyouquan:before {
  content: "\e681";
}

.icon-iconfontbbgfenxiang:before {
  content: "\e682";
}

.icon-iconfontjianhao:before {
  content: "\e683";
}

.icon-iconfonttianjiatupian:before {
  content: "\e684";
}

.icon-iconfontbiaoqianji:before {
  content: "\e685";
}

.icon-iconfontpinglunqian:before {
  content: "\e686";
}

.icon-iconfontwujiaoxing:before {
  content: "\e688";
}

.icon-iconfontshouye:before {
  content: "\e68a";
}

.icon-iconfontyinledianzan:before {
  content: "\e68b";
}

.icon-iconfontbofangjilu:before {
  content: "\e68c";
}

.icon-iconfonticonfontzhuye:before {
  content: "\e68d";
}

.icon-iconfontcircularframeliulan:before {
  content: "\e68f";
}

.icon-iconfontbiaoqianguanbi:before {
  content: "\e690";
}

.icon-iconfonticonfontpraise:before {
  content: "\e691";
}

.icon-iconfontxianshirequ1:before {
  content: "\e692";
}

.icon-iconfonticon1:before {
  content: "\e693";
}

.icon-iconfontpinglunhou:before {
  content: "\e694";
}

.icon-iconfontpinglunzu:before {
  content: "\e695";
}

.icon-iconfontqz:before {
  content: "\e696";
}

.icon-iconfontshouyehomemian:before {
  content: "\e697";
}

.icon-iconfontbofang2:before {
  content: "\e699";
}

.icon-iconfonttaobaoyin:before {
  content: "\e69b";
}

.icon-iconfontrementupian:before {
  content: "\e69d";
}

.icon-iconfontordinaryliulan:before {
  content: "\e69e";
}

.icon-iconfonticozhuce:before {
  content: "\e69f";
}

.icon-iconfontshouye1:before {
  content: "\e6a0";
}

.icon-iconfonttao:before {
  content: "\e6a1";
}

.icon-iconfontrenrenfangxing:before {
  content: "\e6a2";
}

.icon-iconfonttianjiayonghu:before {
  content: "\e6a3";
}

.icon-iconfontpiping:before {
  content: "\e6a4";
}

.icon-iconfontzanyang:before {
  content: "\e6a5";
}

.icon-iconfontyonghu:before {
  content: "\e6a6";
}

.icon-iconfontjiantou:before {
  content: "\e6a7";
}

.icon-iconfontzuojiantou:before {
  content: "\e6a8";
}

.icon-iconfontshoucangjia:before {
  content: "\e6a9";
}

.icon-iconfontbianji:before {
  content: "\e6aa";
}

.icon-iconfontdaohanggonggao:before {
  content: "\e62e";
}

.icon-iconfontshanchu:before {
  content: "\e62f";
}

.icon-iconfontditudaohang:before {
  content: "\e630";
}

.icon-iconfontmofangdaohang:before {
  content: "\e631";
}

.icon-iconfontdaohangico:before {
  content: "\e632";
}

.icon-iconfonttianjia:before {
  content: "\e633";
}

.icon-iconfontgengduo:before {
  content: "\e634";
}

.icon-iconfontzuoshangjiaotubiao:before {
  content: "\e635";
}

.icon-iconfontconnectionbars:before {
  content: "\e636";
}

.icon-iconfontwangluoxinhao:before {
  content: "\e637";
}

.icon-iconfontjinlingyingcaiwangtubiao33:before {
  content: "\e638";
}

.icon-iconfontmimarenzheng:before {
  content: "\e639";
}

.icon-iconfontrongyujiangxiang:before {
  content: "\e63a";
}

.icon-iconfonttrophy:before {
  content: "\e63b";
}

.icon-iconfontrenzheng:before {
  content: "\e63c";
}

.icon-iconfonticonfontkaohechengji:before {
  content: "\e63d";
}

.icon-iconfontrongyuzheng:before {
  content: "\e63e";
}

.icon-iconfontcuowu2:before {
  content: "\e63f";
}

.icon-iconfontcuowu:before {
  content: "\e640";
}

.icon-iconfontguanbicuowu:before {
  content: "\e641";
}

.icon-iconfontzhengquetishitianchong:before {
  content: "\e642";
}

.icon-iconfontdiannao:before {
  content: "\e643";
}

.icon-iconfontpingbandiannao:before {
  content: "\e644";
}

.icon-iconfontxuanzekuangyixuan:before {
  content: "\e645";
}

.icon-iconfontoptionbutton:before {
  content: "\e646";
}

.icon-iconfontxuanzefangfa01:before {
  content: "\e647";
}

.icon-iconfontduigou:before {
  content: "\e648";
}

.icon-iconfontshuaxin:before {
  content: "\e649";
}

.icon-iconfontrenwu:before {
  content: "\e64a";
}

.icon-iconfonticonfontweibo:before {
  content: "\e64b";
}

.icon-iconfontxinlangweibo:before {
  content: "\e64c";
}

.icon-iconfontweibo:before {
  content: "\e64d";
}

.icon-iconfontweibiaoti1:before {
  content: "\e64e";
}

.icon-iconfontweixin:before {
  content: "\e64f";
}

.icon-iconfontweixin1:before {
  content: "\e650";
}

.icon-iconfontweixin2:before {
  content: "\e651";
}

.icon-iconfontweixin3:before {
  content: "\e652";
}

.icon-iconfontqq:before {
  content: "\e653";
}

.icon-iconfontqq1:before {
  content: "\e654";
}

.icon-iconfontqq2:before {
  content: "\e655";
}

.icon-iconfontqq3:before {
  content: "\e656";
}

.icon-iconfontxiangqing:before {
  content: "\e657";
}

.icon-iconfontanquanbaozhang:before {
  content: "\e658";
}

.icon-iconfonticonpay:before {
  content: "\e659";
}

.icon-iconfontbaozhang:before {
  content: "\e65a";
}

.icon-iconfontchanpin:before {
  content: "\e624";
}

.icon-iconfontguanyuwomen:before {
  content: "\e625";
}

.icon-iconfontguanyuwomen1:before {
  content: "\e626";
}

.icon-iconfontweibiaoti2:before {
  content: "\e627";
}

.icon-iconfontdianhua:before {
  content: "\e628";
}

.icon-iconfontdianhua1:before {
  content: "\e629";
}

.icon-iconfontgengxin:before {
  content: "\e62a";
}

.icon-iconfontluxiandaohang:before {
  content: "\e62b";
}

.icon-iconfontwuxianduandaohang:before {
  content: "\e62c";
}

.icon-iconfontdaohang:before {
  content: "\e62d";
}

.icon-iconfontiocnnv2:before {
  content: "\e600";
}

.icon-iconfontiocnnan:before {
  content: "\e601";
}

.icon-iconfonttianjia1:before {
  content: "\e602";
}

.icon-iconfontquanping:before {
  content: "\e603";
}

.icon-iconfontjulichi:before {
  content: "\e604";
}

.icon-iconfontshouyezhuyetubiao07:before {
  content: "\e605";
}

.icon-iconfontwoyaofahuo:before {
  content: "\e606";
}

.icon-iconfontxiangji:before {
  content: "\e607";
}

.icon-iconfonthoudongfangiconfont01:before {
  content: "\e608";
}

.icon-iconfontrenminbi:before {
  content: "\e609";
}

.icon-iconfontjianlilaiyuanwangzhan:before {
  content: "\e60a";
}

.icon-iconfonttupian24px:before {
  content: "\e60b";
}

.icon-iconfontnan:before {
  content: "\e60c";
}

.icon-iconfontshipin:before {
  content: "\e60d";
}

.icon-iconfontchenggong:before {
  content: "\e60e";
}

.icon-iconfonticonfontrili:before {
  content: "\e60f";
}

.icon-iconfontjinyongudisable:before {
  content: "\e610";
}

.icon-iconfontgongjiao:before {
  content: "\e611";
}

.icon-iconfontcar:before {
  content: "\e612";
}

.icon-iconfontjiaotongiconwalk:before {
  content: "\e613";
}

.icon-iconfontdiqiu:before {
  content: "\e614";
}

.icon-iconfonttianjiaxin:before {
  content: "\e615";
}

.icon-iconfontxinsaoyisao:before {
  content: "\e618";
}

.icon-iconfontrepin:before {
  content: "\e61a";
}

.icon-iconfontxianshirequ:before {
  content: "\e61c";
}

.icon-iconfontfasong:before {
  content: "\e61d";
}

.icon-iconfontdaohangsanjiao:before {
  content: "\e61e";
}

.icon-iconfontdaohangtubiao:before {
  content: "\e61f";
}

.icon-iconfontmianxingtubiao1ziyuanguanli:before {
  content: "\e620";
}

.icon-iconfontxingyexinwen:before {
  content: "\e621";
}

.icon-iconfontfabuanli:before {
  content: "\e622";
}

.icon-iconfontdianxinganli:before {
  content: "\e623";
}

html,
body {
    margin: 0;
    padding: 0
}

html,
body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
button,
textarea,
blockquote {
    margin: 0;
    padding: 0;
    list-style-type: none
}

em {
    font-style: normal
}

body {
    background: #fff;
    font-size: 12px;
    color: #707070;
    font-family: "microsoft yahei", sans-serif;
    text-decoration: none
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

textarea {
    overflow: auto !important
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

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

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

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

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

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

:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

*:focus {
    outline: 0
}

::-webkit-input-placeholder {
    color: #cecece;
    font-size: 14px
}

:-moz-placeholder {
    color: #cecece;
    font-size: 14px
}

::-moz-placeholder {
    color: #cecece;
    font-size: 14px
}

:-ms-input-placeholder {
    color: #cecece;
    font-size: 14px
}

img {
    vertical-align: middle;
    border: 0
}

a {
    color: #707070;
    text-decoration: none
}

a:hover,
a:active {
    color: #60a9d7;
    text-decoration: none
}

.show {
    display: inline-block
}

.hide {
    display: none !important
}

.scroll {
    overflow-y: auto;
    display: block !important
}

hr {
    border: 0;
    border-bottom: 1px solid #cfd2d9
}

@font-face {
    font-family: "iconfont";
    src: ;
    src:  format('embedded-opentype'),  format('woff'),  format('truetype'),  format('svg')
}

*[class~="iconfont"],
*[class*="iconfont"],
*[class~="e_icon"],
*[class*="e_icon"],
*[class*="in_icon"],
*[class~="in_icon"],
*[class*="link_icon"],
*[class~="icon-from-user"]:after,
*[class*="icon-from-user"]:after,
.arrow {
    font-family: 'iconfont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.iconfont:before {
    content: ""
}

.item_hide {
    display: none !important
}

* {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

h1 {
    line-height: normal !important
}

.e_link {
    height: inherit
}

.e_box {
    position: relative;
    border: 0;
    width: inherit;
    height: inherit;
    margin: 0;
    padding: 0
}

.e_btn {
    display: table;
    width: inherit;
    height: inherit;
    margin: 0;
    padding: 0 10px;
    cursor: pointer;
    color: inherit;
    font-size: 18px;
    font-family: inherit;
    font-weight: inherit;
    text-decoration: none;
    background-size: 100% 100%
}

.e_btn:hover {
    text-decoration: none;
    box-shadow: 0 -2px 0 0 rgba(90, 90, 90, .8) inset
}

.e_btn:active {
    text-decoration: none;
    box-shadow: 2px 2px 0 0 rgba(90, 90, 90, .8) inset
}

.e_btn.disabled {
    border: 1px solid rgba(194, 195, 196, 1);
    background-color: rgba(212, 214, 217, 1);
    color: rgba(167, 167, 167, 1);
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1) inset !important;
    cursor: not-allowed
}

.e_btn.disabled:hover .font {
    color: rgba(167, 167, 167, 1)
}

.e_btn .font {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    height: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    text-decoration: none;
    position: relative;
    text-align: center
}

.iconfont {
    display: inline;
    color: inherit;
    height: 100%;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    text-decoration: none;
    font-weight: normal;
    text-decoration: none;
    font-size: inherit;
    font-family: "microsoft yahei";
    font-weight: normal;
    text-decoration: none
}

.e_page {
    position: relative;
    background-size: 100% 100%;
    color: inherit;
    cursor: pointer;
    display: table;
    font-family: inherit;
    font-size: 14px;
    font-weight: inherit;
    height: inherit;
    margin: 0;
    padding: 0 10px;
    position: absolute;
    text-decoration: none;
    width: inherit
}

.e_page:hover {
    box-shadow: 0 -3px 0 0 rgba(90, 90, 90, 0.8) inset;
    text-decoration: none
}

.e_page:active {
    box-shadow: 3px 3px 0 0 rgba(90, 90, 90, 0.8) inset;
    text-decoration: none
}

.e_img {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    width: inherit;
    height: 100%;
    line-height: 0;
    cursor: pointer
}

.e_img img {
    position: relative;
    border: 0;
    outline: 0;
    width: inherit;
    height: inherit;
    line-height: 0
}

.e_title {
    margin: 0;
    padding: 0;
    font-weight: normal;
    text-decoration: none;
    font-size: 16px;
    font-family: "microsoft yahei";
    font-weight: normal;
    text-decoration: none;
    word-break: break-all
}

.e_tex {
    width: inherit;
    height: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    text-decoration: none
}

.e_hline,
.e_vline {
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center
}

.w_hline,
.w_vline {
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit
}

.e_numbtn {
    position: relative;
    display: inline-block
}

.e_numbtn img {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.e_numbtn .shape {
    font-weight: normal
}

.e_dimage {
    height: 100%;
    height: 100%
}

.w_img {
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit
}

.w_btn,
.w_btna,
.w_btnb,
.w_btnc {
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit
}

.w_iconbtn,
.w_iconbtna,
.w_iconbtnb,
.w_iconbtnc {
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit
}

.e_imgbtn {
    display: tabel;
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%
}

.e_imgbtn .font {
    display: table-cell;
    width: inherit;
    height: inherit;
    vertical-align: middle;
    text-align: center
}

.w_imgbtn {
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit
}

.e_icon {
    margin: 0;
    padding: 0;
    display: table;
    width: inherit;
    height: inherit
}

.e_icon .font {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.w_icon {
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit
}

.e_iframe {
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit
}

.e_iframe iframe {
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1)
}

.w_iframe {
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit
}

.e_html {
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto auto
}

.w_html {
    display: table;
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit
}

.w_hline,
.w_hline_bg,
.w_vline,
.w_vline_bg {
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit
}

.e_swf {
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit
}

.e_swf embed {
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto auto
}

.w_swf {
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit
}

.w_movie {
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit
}

.e_movie {
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit
}

.e_movie video {
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit
}

.e_movie video source {
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit
}

.e_rbox {
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto auto
}

.w_rbox {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%
}

.e_wbox {
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto auto
}

.w_wbox {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%
}

.w_bbox {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%
}

.e_relationbtn {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit;
    cursor: pointer;
    font-size: 18px
}

.e_relationbtn:hover {
    color: rgba(255, 255, 255, 1);
    border-width: 0;
    border-style: solid;
    border-color: rgba(101, 190, 186, 0);
    background-color: rgba(101, 190, 186, 1);
    box-shadow: 0 -2px 0 0 rgba(90, 90, 90, 1) inset
}

.active .e_relationbtn {
    color: rgba(255, 255, 255, 1);
    border-width: 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0);
    background-color: rgba(106, 186, 190, 1);
    box-shadow: 0 2px 0 0 rgba(90, 90, 90, 1) inset
}

.e_relationbtn:hover .iconfont {
    color: rgba(255, 255, 255, 1)
}

.e_relationbtn.active .iconfont {
    color: rgba(255, 255, 255, 1)
}

.e_relationbtn .font {
    display: table-cell;
    vertical-align: middle;
    width: inherit;
    height: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    text-decoration: none;
    position: relative;
    text-align: center
}

.e_relationbtn .iconfont {
    display: inline;
    color: inherit;
    height: 100%;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    text-decoration: none;
    font-weight: normal;
    text-decoration: none;
    font-size: inherit;
    font-family: "microsoft yahei";
    font-weight: normal;
    text-decoration: none
}

.w_relationbtnbar,
.w_relationbtntab {
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit
}

.e_icon {
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit;
    font-size: 18px;
    color: rgba(0, 0, 0, 1)
}

.w_inons {
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit
}

.w_listall {
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit
}

.w_tuwen {
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit
}

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

.e_select {
    width: inherit
}

.pagebox {
    position: relative
}

.singleintercept {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important
}

.widther {
    overflow: hidden !important;
    position: relative
}

.widther img,
.widther video {
    width: 100% !important;
    height: auto !important;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    position: absolute !important
}

.smaller .widther img {
    width: 100% !important;
    height: auto !important;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    position: absolute !important
}

.higher .widther img {
    width: 100% !important;
    height: auto !important;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    position: absolute !important
}

.higher {
    overflow: hidden !important;
    position: relative
}

.higher img,
.higher video {
    width: auto !important;
    height: 100% !important;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    position: absolute !important
}

.smaller .higher img {
    width: auto !important;
    height: 100% !important;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    position: absolute !important
}

.widther .higher img {
    width: auto !important;
    height: 100% !important;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    position: absolute !important
}

.smaller {
    overflow: hidden !important;
    position: relative
}

.smaller img,
.smaller video {
    height: auto !important;
    width: auto !important;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    position: absolute !important
}

.higher .smaller img {
    height: auto !important;
    width: auto !important;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    position: absolute !important
}

.widther .smaller img {
    height: auto !important;
    width: auto !important;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    position: absolute !important
}

.e_mattebox {
    position: relative;
    border: 0;
    width: inherit;
    height: inherit;
    margin: 0;
    padding: 0
}

.remove .font {
    font-weight: normal !important;
    text-decoration: none !important
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden !important;
    z-index: 1
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0)
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.lantern {
    margin-left: 60px !important;
    margin-right: 60px !important
}

.mattebox {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0
}

.temporary {
    display: block !important;
    overflow: visible !important
}

.ce_banner {
    position: relative
}

.ce_detail {
    position: relative
}

.ce_detail .ie_btn {
    position: absolute;
    width: 200px;
    height: 52px;
    font-size: 14px
}

.ce_detail .ie_btn>div {
    width: 100%;
    height: 100%;
    display: table
}

.ce_detail .ie_btn i {
    font-family: "iconfont";
    font-style: inherit
}

.ce_detail .ie_btn a {
    color: inherit;
    width: 100%;
    height: 100%;
    display: table
}

.ce_detail .ie_btn .font {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.ce_detail .ie_line {
    position: absolute
}

.ce_detail .ie_line>div {
    width: 100%;
    height: 100%
}

.ce_detail .ie_icon {
    position: absolute;
    width: 36px;
    height: 36px
}

.ce_detail .ie_icon>div {
    width: 100%;
    height: 100%;
    display: table;
    font-size: 20px;
    color: #a0a0a0
}

.ce_detail .ie_icon a {
    color: inherit;
    width: 100%;
    height: 100%;
    display: table
}

.ce_detail .ie_icon i {
    font-family: "iconfont";
    font-style: inherit
}

.ce_detail .ie_icon .in_icon {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.ce_detail .ie_img {
    position: absolute;
    width: 640px;
    height: 206px
}

.ce_detail .ie_img>div {
    width: 100%;
    height: 100%
}

.ce_detail .ie_img a {
    color: inherit;
    width: 100%;
    height: 100%;
    display: block
}

.ce_detail .ie_box {
    position: absolute;
    width: 300px;
    height: 300px
}

.ce_detail .ie_box>div {
    width: 100%;
    height: 100%
}

.ce_detail .ie_title {
    width: 320px;
    height: 200px
}

.ce_detail .ie_title>div {
    width: 100%;
    height: 100%
}

.ce_detail .ie_text {
    width: 320px;
    height: 200px
}

.ce_detail .ie_text>div {
    width: 100%;
    height: 100%
}

input::-ms-clear {
    display: none
}

.e_input>i:first-child,
.e_droplist>i:first-child,
.e_sdroplist>i:first-child {
    position: absolute !important;
    left: 0 !important;
    right: initial;
    top: 50% !important;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
    width: auto;
    height: auto
}

.e_input>i:last-of-type {
    position: absolute !important;
    left: initial !important;
    top: 50% !important;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
    right: 0 !important;
    width: auto;
    height: auto
}

.e_droplist>i:last-of-type,
.e_sdroplist>i:last-of-type {
    position: absolute !important;
    left: initial !important;
    top: 50% !important;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
    right: 0 !important
}

.e_input input,
.e_droplist input,
.e_sdroplist input {
    padding: 0 15px !important
}

.reset_style {
    font-family: microsoft yahei, arial, verdana, sans-serif;
    color: #707070;
    line-height: normal;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 12px
}

.reset_style h1 {
    font-weight: bold;
    font-size: 24px;
    margin: 0
}

.reset_style h2 {
    font-weight: bold;
    font-size: 18px;
    margin: 0
}

.reset_style h3 {
    font-weight: bold;
    font-size: 19px;
    margin: 0
}

.reset_style h4 {
    font-weight: bold;
    font-size: 16px;
    margin: 0
}

.reset_style h5 {
    font-weight: bold;
    font-size: 13px;
    margin: 0
}

.reset_style h6 {
    font-weight: bold;
    font-size: 11px;
    margin: 0
}

.reset_style p {
    font-size: 12px
}

.reset_style>span {
    font-size: 12px
}

.reset_style a,
.resethtmlcssstyle .reset_style a {
    text-decoration: none !important;
    color: #00e
}

.reset_style em {
    font-style: italic
}

.reset_style ul,
.reset_style ol {
    padding-left: 20px;
    padding-right: 20px
}

.reset_style ul,
.resethtmlcssstyle .reset_style ul {
    list-style: disc outside none
}

.reset_style ol,
.resethtmlcssstyle .reset_style ol {
    list-style: decimal outside none
}

.reset_style li {
    display: list-item;
    list-style-type: inherit
}

.w_img-001 .p_dimage {
    height: 100%\9\0 !important
}

.w_img-001 a {
    display: block\0 !important
}

div[data-cg-visible=true] {
    display: block
}

video:-webkit-full-screen {
    background-color: transparent !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 0 !important;
    max-height: none !important;
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    transform: none !important;
    margin: 0 !important;
    flex: 1 1 0 !important
}

video:-moz-full-screen {
    background-color: transparent !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 0 !important;
    max-height: none !important;
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    transform: none !important;
    margin: 0 !important;
    flex: 1 1 0 !important
}

@media only screen and (max-width:414px) {
    div[data-vhide414] {
        display: none !important
    }
}

@media only screen and (max-width:768px) and (min-width:415px) {
    div[data-vhide768] {
        display: none !important
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    div[data-vhide1024] {
        display: none !important
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    div[data-vhide1366] {
        display: none !important
    }
}

@media only screen and (min-width:1367px) {
    div[data-vhide100p] {
        display: none !important
    }
}

.p_page .next1 {
    background-color: #c8c8c8 !important;
    cursor: not-allowed !important
}

.p_page .pre1 {
    color: rgba(255, 255, 255, 1) !important;
    background-color: #c8c8c8 !important;
    cursor: not-allowed !important
}

.p_page .input {
    display: inline-table;
    position: relative;
    left: 0;
    top: 0;
    float: left;
    height: 30px;
    text-align: center;
    font-size: 14px;
    margin: 0 10px 0 5px;
}

.p_page .input .jumpinput {
    width: 40px;
    height: 30px;
    text-align: center;
    border: 1px solid #d9d9d9;
    color: #595959;
    background: #fff;
    border-radius: 6px;
    padding: 0 3px;
    font: initial;
    font-size: 14px;
}

.p_page .input .jumpinput::-webkit-outer-spin-button,
.p_page .input .jumpinput::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.p_page .input .jumpinput[type="number"] {
    -moz-appearance: textfield;
}

.p_page .jump {
    display: inline-table;
    position: relative;
    left: 0;
    top: 0;
    float: left;
    height: 30px;
    text-align: center;
    padding: 0 10px;
    color: #fff;
    border-color: rgba(101, 190, 186, 1);
    cursor: pointer;
    text-decoration: none;
    background-color: rgba(101, 190, 186, 1);
}

.p_page .jump .font {
    display: table-cell;
    vertical-align: middle;
    bottom: 0;
    font-size: 12px
}
