@charset "UTF-8";
.main{
    background-color: #F5F5F5;
    padding: 20px 120px;
}
.main .logo {
    padding-top: 10px;
    letter-spacing: 1px;
    font-style: italic;
    color: #3d4e9f
}

.main .logo, .main .logo span {
    font-weight: 800;
    font-size: 60px
}

.main .logo span {
    color: #ee7617
}

.content h6 {
    font-size: 24px;
    padding-top: 20px;
    color: #191919
}

.content p {
    font-size: 18px;
    padding: 25px 0;
    color: #191919
}

.content a {
    color: #7e8a99
}

.content a:last-child {
    color: #3d4e9f
}


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

body {
    margin: 0
}

main {
    display: block
}

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

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

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

a {
    background-color: transparent
}

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

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

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

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

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

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

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

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

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

details {
    display: block
}

summary {
    display: list-item
}

[hidden], [v-cloak], template {
    display: none
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
    0%, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0)
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        transform: translate3d(0, -4px, 0)
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce),(print) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important
    }
}

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

* {
    padding: 0;
    margin: 0
}

*, body, html {
    font-size: 13px
}

body, html {
    height: 100%;
    width: 100%;
    background: #fff;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif, PingFangSC-Regular
}

a, button, input, li, select, textarea {
    list-style: none;
    text-decoration: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    resize: none;
    color: #000
}

select::-ms-expand {
    display: none
}

a, button {
    cursor: pointer
}

.page {
    width: 100%;
    overflow: hidden;
    padding-top: 128px;
}

.ipage {
    margin-top: 52px;
    width: 100vw
}


.view {
    overflow: hidden;
    padding: 10px
}

.view .card {
    width: 272px;
    height: 415px;
    background: #fff;
    border-radius: 5px;
    transition: all .5s;
    margin-bottom: 30px;
    margin-right: 30px;
    float: left;
    position: relative
}

.tip.blue {
    background: #3d4e9f !important
}

.tip.red {
    background: #e73a3a !important
}

.tip {
    left: -6px;
    top: 20px;
    width: 53px;
    height: 24px;
    border-radius: 0 2px 2px 0;
    background: #ee7617;
    font-size: 14px;
    line-height: 24px;
    color: #f5f5f5;
    text-align: center;
    z-index: 2
}

.tip, .tip:before {
    position: absolute
}

.tip:before {
    content: "";
    bottom: -4px;
    left: -2px;
    margin-left: 4px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-bottom-color: #313131;
    transform: rotate(45deg)
}

.view .card .opImg {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    right: 0;
    transition: all .5s;
    height: 272px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    overflow: hidden;
    text-align: center
}

.view .card .opImg img {
    height: 100%;
    transition: all .5s
}

.view .card .opImg .content {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    padding: 20px 25px;
    box-sizing: border-box;
    width: 100%;
    color: #fff
}

.view .card:hover .opImg img {
    transition: all .5s;
    transform: scale(1.1)
}

.view .card .opImg .content p {
    font-size: 12px;
    color: #fff;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.view .card:nth-child(4n) {
    margin-right: 0
}

.view .card:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    transition: all .5s
}

.view .card:hover .money {
    opacity: 0;
    transition: all .5s
}

.view .card:hover .link {
    overflow: hidden
}

.view .card:hover .link, .view .card:hover .opImg {
    opacity: 1;
    transition: all .5s
}

.view .card .media {
    width: 100%;
    height: 272px;
    padding: 25px;
    box-sizing: border-box;
    overflow: hidden;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px
}

.view .card .media img {
    width: 100%;
    height: 100%
}

.view .card .text {
    padding: 10px 25px 0
}

.view .card .preview h2 {
    color: #313131;
    font-size: 16px;
    padding-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.view .card .preview strong {
    color: #707070;
    display: block;
    font-weight: 400;
    font-size: 12px;
    word-break: break-all;
    text-overflow: ellipsis;
    min-height: 36px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5
}

.view .card .btn {
    position: relative
}

.view .card .money {
    margin-top: 10px;
    color: #ee7617;
    transition: all .5s;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0
}

.view .card .money p {
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
    vertical-align: bottom;
    line-height: .9
}

.view .card .money:first-child span {
    font-size: 12px;
    font-weight: 400;
    vertical-align: bottom
}

.view .card .money .del {
    font-weight: 400;
    color: #7d7d7d;
    font-size: 12px
}

.view .card .link {
    transition: all .5s;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 10px;
    width: 100%
}

.view .card .link a, .view .card .link div {
    background-color: #ee7617;
    border-radius: 4px;
    display: inline-block;
    line-height: 36px;
    height: 36px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    transition: all .5s
}

.view .card .link a {
    color: #fff;
    padding: 0 25px;
    background-repeat: no-repeat;
    background-size: 18px 12px;
    background-position: 30px 50%;
    float: left
}

.view .card .link div {
    padding: 0 10px;
    background-color: #fff;
    border: 1px solid transparent;
    margin-left: 5px;
    color: #7e8a99;
    height: 32px;
    line-height: 32px;
    transition: all .5s;
    float: right;
    margin-top: 2px
}

.view .card .link div:hover {
    border: 1px solid #eee;
    transition: all .5s
}

.view .card .link div img, .view .card .link div span {
    vertical-align: middle;
    display: inline-block
}

.view .card .link div span {
    line-height: 30px;
    color: #7e8a99
}

.selectedInfo {
    margin-bottom: 30px
}

.selectedInfo:after, .selectedInfo:before {
    content: "";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both
}

.selectedInfo .sele {
    width: calc(50% - 15px);
    margin-left: 30px;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #fff;
    border-radius: 5px;
    transition: all .5s;
    float: left;
    height: 260px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center
}

.selectedInfo .shop {
    justify-content: center
}

.selectedInfo .sele:first-child {
    margin-left: 0
}

.selectedInfo .sele:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    transition: all .5s
}

.selectedInfo .sele .con {
    padding-left: 58px;
    position: relative;
    z-index: 2
}

.selectedInfo .sele .con h2 {
    color: #333;
    font-size: 30px;
    padding-bottom: 15px
}

.selectedInfo .sele .con strong {
    padding-bottom: 34px;
    color: #999;
    font-size: 14px;
    width: 250px;
    line-height: 1.5;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.selectedInfo .sele .con a {
    display: inline-block;
    width: 110px;
    height: 38px;
    border-radius: 4px;
    background: #ee7617;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 38px;
    transition: all .5s
}

.view .shop .link a {
    width: auto;
    color: #fff;
    padding: 0 25px;
    background-repeat: no-repeat;
    background-size: 18px 12px;
    transition: all .5s;
    background-position: 30px 50%
}

.view .shop .link div {
    background-color: #fff;
    border-radius: 4px;
    display: inline-block;
    line-height: 36px;
    height: 36px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    width: auto;
    padding: 0 10px;
    margin-left: 5px;
    transition: all .5s;
    border: 1px solid transparent;
    box-sizing: border-box
}

.view .shop .link div:hover {
    transition: all .5s;
    border: 1px solid #eee
}

.view .shop .link div img {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 15px
}

.view .shop .link div span {
    display: inline-block;
    vertical-align: middle;
    color: #7e8a99;
    line-height: 34px
}

.selectedInfo .sele > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.selectedInfo .sele .img {
    width: 180px;
    height: auto
}

.selectedInfo .scheme h1 {
    font-size: 16px !important
}

.selectedInfo .shop:hover .btn p {
    opacity: 0;
    transition: all .5s
}

.selectedInfo .shop:hover .btn .link {
    opacity: 1;
    transition: all .5s
}

.selectedInfo .shop h2 {
    font-size: 18px !important;
    color: #313131;
    font-weight: 600
}

.selectedInfo .shop > img {
    position: relative !important;
    display: inline-block
}

.selectedInfo .shop .con {
    display: inline-block
}

.selectedInfo .shop .btn {
    position: relative
}

.selectedInfo .shop .btn p {
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s;
    z-index: 1
}

.selectedInfo .shop .btn .link {
    opacity: 0;
    transition: all .5s;
    z-index: 2;
    position: relative
}

.selectedInfo .shop p span:first-child {
    font-size: 12px;
    color: #ee7617
}

.selectedInfo .shop p span:nth-child(2) {
    font-size: 24px;
    color: #ee7617;
    font-weight: 700
}

.selectedInfo .shop p span:nth-child(3) {
    font-size: 12px;
    display: inline-block;
    padding-left: 5px
}

.view .card .link div img, .view .shop .link div img {
    width: 18px;
    height: 15px
}

.select, .select label {
    cursor: pointer
}

.select label {
    width: 12px;
    height: 12px;
    background: #fff;
    border: 1px solid #4b5ca6;
    border-radius: 2px;
    transition: all .5s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.select label, .select span {
    display: inline-block;
    vertical-align: middle
}

.select span {
    font-size: 12px;
    padding-left: 5px
}

.select a {
    color: #4b5ca6
}

.select .ative {
    background: #4b5ca6 !important;
    border: 1px solid #4b5ca6 !important;
    transition: all .5s;
    position: relative
}

.select .ative:after {
    width: 6px;
    transform: rotate(45deg);
    top: 7px;
    left: 0
}

.select .ative:after, .select .ative:before {
    content: "";
    position: absolute;
    height: 2px;
    background: #fff
}

.select .ative:before {
    width: 10px;
    transform: rotate(-45deg);
    top: 5px;
    left: 3px
}

.btnStyle {
    text-align: center
}

.button {
    display: inline-block;
    padding: 0 33px;
    height: 38px;
    line-height: 38px;
    border-radius: 4px;
    background: #ee7617;
    font-size: 14px;
    color: #fff;
    cursor: pointer
}

.nodemand {
    padding-top: 140px;
    padding-bottom: 110px;
    text-align: center;
    background: #fff
}

.nodemand img {
    width: 158px
}

.nodemand p {
    padding-top: 10px;
    padding-bottom: 20px;
    font-weight: 600;
    font-size: 20px
}

::-webkit-scrollbar {
    width: 0;
    height: 1px
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px #e5e5e5;
    background: rgba(61, 78, 159, .5)
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #f8fafb;
    border-radius: 8px;
    background: #f8fafb
}

.cbanner {
    background-image: linear-gradient(180deg, #eaeaea, #cdcdcd);
    position: relative;
}

.cbanner, .cbanner img {
    width: 100%
}

.cbanner .bannerCon {
    width: 800px;
    position: absolute;
    text-align: center;
    left: 50%;
    top: 75%;
    transform: translate(-50%, -50%)
}

.cbanner .bannerCon .txt {
    z-index: 2
}

.cbanner .bannerCon .txt h1 {
    font-weight: 400;
    font-size: 28px;
    color: #fff;
    margin: 0
}

.cbanner .bannerCon .txt p:before {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    width: 40px;
    height: 2px;
    background: #ee7617;
    left: 50%;
    margin-left: -20px
}

.cbanner .bannerCon .txt p {
    padding-bottom: 30px;
    position: relative;
    font-size: 12px;
    color: #fff;
    padding-top: 16px
}

.collList div, .couTab div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.icontent {
    overflow: hidden
}

.inav li {
    background-position: 16% 50%
}

.ibottom .inav.hover {
    position: absolute;
    top: 41px;
    left: 0;
    display: none;
    padding-top: 0;
    border: 1px solid #eee;
    box-sizing: border-box;
    border-top: 0;
    min-height: 370px
}

.ibottom .inav.hover li a {
    color: #666;
    font-size: 14px
}

.integral .ibottom > ul > li:first-child:hover .hover {
    display: block
}

.inav {
    float: left;
    width: 210px;
    padding-bottom: 26px;
    min-height: 370px;
    border: 1px solid #eee;
    border-top: 0
}

.inav, .inav li {
    background: #fff;
    box-sizing: border-box
}

.inav li {
    line-height: 43px;
    cursor: pointer;
    position: relative;
    border-left: 2px solid transparent
}

.inav li:hover:after {
    width: 30px
}

.inav li > a {
    font-size: 14px;
    color: #666;
    display: block;
    padding-left: 72px
}

.inav li:hover {
    border-left-color: #f69a23;
    background-color: #fffdfa;
    box-shadow: -1px 1px 5px 0 rgba(63, 41, 12, .2)
}

.inav > li:hover .folding {
    display: block
}

@font-face {
    font-family: gxr;
    src: url(//at.alicdn.com/t/font_1686552_niu6ck8kat.eot);
    src: url(//at.alicdn.com/t/font_1686552_niu6ck8kat.eot#iefix) format("embedded-opentype"), url(//at.alicdn.com/t/font_1686552_niu6ck8kat.woff2) format("woff2"), url(//at.alicdn.com/t/font_1686552_niu6ck8kat.woff) format("woff"), url(//at.alicdn.com/t/font_1686552_niu6ck8kat.ttf) format("truetype"), url(//at.alicdn.com/t/font_1686552_niu6ck8kat.svg#gxr) format("svg")
}

#content img {
    max-width: 100%;
    height: auto
}

#newBridge .nb-icon-wrap-0, #newBridge .nb-invite-wrap-0 {
    display: none !important
}

@media screen and (min-width: 1120px) and (max-width: 1425px) {
    #header.headerStyle .top, #header .middle .middleView {
        width: 1100px
    }

    #header .middle .logo {
        margin-left: 0
    }

    #header .middle .search {
        width: 240px
    }

    #header .middle .search .el-select {
        width: 205px
    }

    #header .stage {
        left: 50%;
        margin-left: -212px
    }

    #guild.guild {
        margin-right: -610px
    }

    #arrow .arrowView > div:last-child {
        margin-top: 20px
    }

    #subnav .sub-nav {
        width: 1150px;
    }

    #subnav .sub-nav li {
        margin: 0 15px
    }

    #Banner .bannerView {
        width: 1000px;
        margin-left: 0;
        transition: all .5s
    }

    #Banner .bannerView h1 {
        margin-top: 40px;
        transition: all .5s
    }

    #footer .service ul, #footer .siteinfoView, #index .service {
        width: 1100px
    }

    #index .service ul li {
        margin-left: 20px
    }

    #index .Customized a {
        margin-top: 8px;
        width: 120px;
        height: 35px;
        line-height: 35px;
        margin-right: 20px
    }

    #index .Customized a:first-child {
        margin-right: 0
    }

    #index .stop .list {
        width: 1100px
    }

    #index .view .card .media img {
        width: 100%
    }

    #index .view .card {
        width: 247px;
        height: 390px
    }

    #index .view .card .text {
        padding: 12px 15px 0
    }

    #index .column {
        margin-left: -610px
    }

    #index .view .card .media, #index .view .card .opImg {
        height: 250px
    }


    #shopinfo .describe {
        width: 750px
    }

    #shopinfo .like {
        width: calc(100% - 775px)
    }

    #shopinfo .br, #shopinfo .hr {
        width: 1100px
    }

    #shopinfo .shopContent .shopscroll {
        margin-left: -610px
    }

    #productlist .bannerCon {
        width: 1100px;
        margin-left: -550px
    }

    #shoplist .bannerCon .txt h1 {
        font-size: 20px
    }

    #shoplist .bannerCon .txt p {
        padding-bottom: 20px
    }

    #shoplist .main {
        width: 1000px
    }

    #shoplist .shopview .shop {
        width: 230px;
        height: 410px
    }

    #shoplist .shopview .shop .current {
        height: 210px;
        padding-top: 30px
    }

    #shoplist .shopview .shop .current .hoverTxt {
        top: 55px
    }

    #shoplist .shopview .shop .current .hoverTxt .con {
        padding-top: 20px
    }

    #shoplist .shopview .shop .current .hoverTxt h6 {
        padding-bottom: 15px
    }

    #shoplist .shoplist .shop {
        width: 470px
    }

    #shoplist .shopview .shop:nth-child(4n) {
        margin-right: 0
    }

    #shoplist .shopview .shop:nth-child(5n) {
        margin-right: 20px
    }

    #shoplist .sreen {
        width: 1000px
    }

    #user .main {
        width: 1100px
    }

    #user .accounLeft {
        width: 340px
    }

    #user .accounRight {
        padding: 20px 0
    }

    #user .AccountCenter {
        padding-bottom: 25px
    }

    #user .stoplist .shop {
        width: 555px
    }

    #user .order .shop .money, #user .order .shop .number, #user .order .shop .price {
        width: 113px
    }

    #user .stoplist .status {
        width: 120px
    }

    #user .demand .shop .name {
        width: 321px
    }

    #user .demand .shop .name p {
        width: 220px
    }

    #user .User .UsserInfo {
        width: calc(100% - 50px)
    }

    #user .couTab {
        padding: 0 14px
    }

    #user .collList {
        padding: 15px 14px
    }

    #user .accounLeft .Userimg {
        width: 90px;
        height: 90px
    }

    #user .accounRight {
        width: 480px
    }

    #user .accounRight > div:first-child {
        padding-right: 54px
    }

    #user .accounRight > div:nth-child(3) {
        padding-left: 54px
    }

    #user .accounRight > div:nth-child(2) {
        padding: 0 54px
    }

    #oreder .order .title li:first-child {
        width: calc(100% - 604px)
    }

    #oreder .order .title li {
        width: 115px
    }

    #oreder .position {
        width: 834px;
        margin-left: -308px
    }

    #demand .jindu div {
        padding: 0 24px
    }

    #demand .jindu div:last-child {
        padding: 0
    }

    #demand .demand .title li:first-child {
        width: calc(100% - 496px)
    }

    #demand .demand .title li {
        width: 120px
    }

    #demand .screen .search input {
        width: 230px
    }

    #member .collList, #member .couTab {
        padding-left: 50px
    }

    #member .remove {
        left: 20px
    }

    #member .collList > div:first-child, #member .collList div:nth-child(6), #member .couTab > div:first-child, #member .couTab div:nth-child(6) {
        width: 40px;
        text-align: center
    }

    #address .collList div:nth-child(3), #address .couTab div:nth-child(3) {
        width: 312px
    }

    .collStyle .collList div:nth-child(3), .collStyle .collList div:nth-child(4), .collStyle .couTab div:nth-child(3), .collStyle .couTab div:nth-child(4) {
        width: 160px !important
    }

    #invoice .collList div:nth-child(2), #invoice .couTab div:nth-child(2) {
        width: 164px
    }

    #invoice .collList div:nth-child(5), #invoice .couTab div:nth-child(5) {
        width: 130px
    }

    #invoice .collList div:nth-child(7), #invoice .couTab div:nth-child(7) {
        width: 100px
    }

    #invoRecord .collList div:nth-child(6), #invoRecord .couTab div:nth-child(6) {
        width: 65px
    }

    #invoRecord .collList div:nth-child(7), #invoRecord .couTab div:nth-child(7) {
        width: 69px
    }

    #invoRecord .collList div:nth-child(5), #invoRecord .couTab div:nth-child(5) {
        width: 120px
    }

    #invoRecord .collList div:nth-child(2), #invoRecord .collList div:nth-child(3), #invoRecord .couTab div:nth-child(2), #invoRecord .couTab div:nth-child(3) {
        width: 145px
    }

    #invoStyle .collList div:first-child, #invoStyle .couTab div:first-child {
        width: 54px;
        text-align: center
    }

    #invoStyle .collList div:nth-child(2), #invoStyle .couTab div:nth-child(2) {
        width: 120px
    }

    #invoStyle .collList div:nth-child(4), #invoStyle .couTab div:nth-child(4) {
        width: 280px
    }

    #invoStyle .collList div:nth-child(5), #invoStyle .couTab div:nth-child(5) {
        width: 100px
    }

    #invoStyle .collList div:nth-child(6), #invoStyle .couTab div:nth-child(6) {
        width: 120px
    }

    #invoInfo .collList div:nth-child(3), #invoInfo .couTab div:nth-child(3) {
        width: 180px
    }

    #invoInfo .collList div:nth-child(4), #invoInfo .couTab div:nth-child(4) {
        width: 140px
    }

    #orederinfo .collList div:nth-child(2), #orederinfo .collList div:nth-child(3), #orederinfo .collList div:nth-child(4), #orederinfo .collList div:nth-child(5), #orederinfo .couTab div:nth-child(2), #orederinfo .couTab div:nth-child(3), #orederinfo .couTab div:nth-child(4), #orederinfo .couTab div:nth-child(5) {
        width: 110px
    }

    #orederinfo .orederBtn div {
        margin: 0
    }

    #orederinfo .orderstatic .order_Time {
        margin-right: 25px
    }

    #orederinfo .orderstatic .img {
        margin-right: 30px
    }

    #factory .main {
        width: 1100px
    }

    #factory .factory .view .box {
        width: 340px;
        margin-right: 30px;
        margin-bottom: 30px
    }

    #factory .factory .view .box .top {
        top: 10px
    }

    #library .main {
        width: 1100px
    }

    #library .lattice {
        width: 333px
    }

    #opinion .opinion .submit {
        width: 800px
    }

    #opinion .main, #problem .main, #subaudit .main, #trial .main, #trialinfo .main {
        width: 1100px
    }

    #trialRow.trial .static .number {
        width: 50px;
        height: 50px;
        line-height: 50px
    }

    #trialRow.trial .static {
        padding: 40px 15px
    }

    #trial .triallist .trialrow {
        width: 540px;
        height: 225px
    }

    #trial .triallist .trialrow .img {
        width: 190px
    }

    #trial .triallist .trialrow .txt {
        width: calc(100% - 190px);
        padding: 15px 20px 20px
    }

    #trial .triallist .trialrow .txt a {
        width: 100px
    }

    #subaudit .bottomselect .addren .txt ul {
        min-width: 484px
    }

    #subaudit .topselect .art li > div {
        width: 78px;
        height: 78px
    }

    #mlogin .User .UsserInfo {
        width: 100%
    }

    #customtemp .demand .title li {
        width: 92px
    }

    #customtemp .order .shop .number {
        width: 87px;
        text-align: left
    }

    #customtemp .order .shop .money, #customtemp .order .shop .price, #customtemp .stoplist .status {
        width: 87px
    }

    #customtemp .stoplist .shop {
        width: 602px
    }

    #enterpriseinfo .auth {
        width: 800px
    }

    #enterpriseinfo .company {
        width: 100%
    }

    #userindex .accounLeft h6 p {
        max-width: 100px
    }

    #about .top .text {
        top: 95px
    }

    #about .top .text h1, #about .top .text h1 span {
        font-size: 35px
    }

    #about .top .text strong {
        font-size: 12px
    }

    #about .top .text h1 span:after {
        width: 75px;
        top: 12px
    }

    #about .other {
        width: 980px;
        margin: 0 auto
    }

    #about .other img {
        width: 135px
    }
}

@media screen and (min-width: 1000px) and (max-width: 1199px) {
    .stoplist .status:nth-of-type(3) {
        right: 90px !important
    }

    .tip {
        width: 40px;
        height: 20px;
        font-size: 12px;
        line-height: 20px !important
    }

    .cbanner .bannerCon .txt h1 {
        font-size: 20px !important
    }

    .cbanner .bannerCon .txt p {
        padding-bottom: 20px !important
    }

    #arrow .arrowView > div:last-child {
        margin-top: 20px
    }

    #header.headerStyle .top, #header .middle .middleView {
        width: 100%;
        padding: 0 35px;
        box-sizing: border-box
    }

    #header .middle .logo {
        margin-left: 0;
        margin-right: 15px
    }

    #header .middle .search {
        width: 300px;
        margin-right: 10px
    }

    #header .middle .search .el-select {
        width: 263px
    }

    #header .middle .nav > a, #header .middle .nav > i, #header .middle .nav > i > a, #header .middle .nav > li, #header .middle .nav > li > span {
        margin: 0 10px;
        font-size: 12px
    }

    #header .integral {
        width: 980px;
        margin: 0 auto
    }

    #header .integral .isearch .inputCon {
        width: 415px
    }

    #header .integral .itop {
        width: 100%
    }

    #guild.guild {
        margin-right: -550px
    }

    #user .guild ul {
        display: none
    }

    #arrow.arrow {
        display: none
    }

    #Banner {
        width: 100%
    }

    #Banner .bannerView {
        display: inline-block;
        width: auto;
        margin-left: 0;
        transition: all .5s
    }

    #Banner .bannerView h1 {
        margin-top: 15px;
        transition: all .5s;
        font-size: 30px
    }

    #Banner .bannerView h1 span {
        font-size: 30px
    }

    #Banner .bannerView a {
        width: 100px;
        font-size: 12px;
        height: 35px;
        line-height: 35px
    }

    #footer .service ul {
        width: 980px
    }

    #footer .siteinfoView {
        width: 1000px
    }

    #footer .siteinfoView .middle {
        padding: 0 15px
    }

    #index .service {
        width: 980px;
        margin-top: -30px
    }

    #index .service ul li {
        margin-left: 20px
    }

    #index .Customized a {
        display: block;
        margin-top: 5px;
        width: 120px;
        height: 35px;
        line-height: 35px
    }

    #index .column {
        display: none
    }

    #index .title {
        padding-top: 25px;
        margin-bottom: 15px
    }

    #index .title .max {
        height: 50px
    }

    #index .stop .list {
        width: 980px
    }

    #index .view .card {
        width: 225px;
        height: 330px;
        margin-right: 20px
    }

    #index .view .card:nth-child(4n) {
        margin-right: 0
    }

    #index .view .card .media, #index .view .card .opImg {
        height: 225px
    }

    #index .view .card .media img {
        width: 100%
    }

    #index .view .card .text {
        padding: 12px 15px 0
    }

    #index .column {
        left: 15px
    }

    #index .view .card .link a {
        background-position: 14px 50%
    }

    #index .view .card .link a, #index .view .card .link div {
        height: 32px;
        line-height: 32px
    }

    #index .selectedInfo .sele {
        height: 200px
    }

    #index .view .card .preview h2 {
        font-size: 14px;
        padding-bottom: 2px
    }

    #index .view .card .preview strong {
        padding-bottom: 0
    }

    #index .view .card .link {
        margin-top: 0
    }

    #index .view .card .money {
        margin-top: 5px
    }

    #index .view .shop .link div {
        line-height: 36px
    }

    #index .selectedInfo .sele .img {
        width: 140px
    }

    .selectedInfo .sele .con strong {
        padding-bottom: 20px
    }

    #shopinfo .shopinfo {
        padding: 30px 10px
    }

    #shopinfo .main {
        width: 980px;
        padding-bottom: 50px
    }

    #shopinfo .model_list {
        width: 980px;
        position: relative
    }

    #shopinfo .describe {
        width: 650px;
        padding: 30px 10px
    }

    #shopinfo .parameter li {
        width: 33.3%
    }

    #shopinfo .like {
        width: calc(100% - 675px)
    }

    #shopinfo .hr {
        width: 100px
    }

    #shopinfo .br, #shopinfo .hr {
        display: block;
        height: inherit
    }

    #shopinfo .br {
        width: 120px
    }

    #shopinfo .hr {
        position: absolute;
        top: 10px;
        left: 0;
        padding: 0;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent
    }

    #shopinfo .br > div, #shopinfo .hr > div {
        width: 100%
    }

    #shopinfo .hr > div {
        line-height: 44px;
        height: 44px
    }

    #shopinfo .br > div {
        border-bottom: 1px solid #eee;
        border-right: 1px solid #eee;
        box-sizing: border-box;
        height: 44px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 5px
    }

    #shopinfo .brSrcoll .br {
        padding: 0;
        float: left
    }

    #shopinfo .br div p {
        height: auto
    }

    #shopinfo .brSrcoll section {
        overflow: hidden
    }

    #shopinfo .brSrcoll {
        margin-left: 100px;
        padding: 0;
        max-height: inherit;
        overflow-y: hidden;
        overflow-x: auto;
        position: relative
    }

    #shopinfo .brSrcoll::-webkit-scrollbar {
        height: 8px
    }

    #shopinfo .modelCrat:before {
        height: 0
    }

    #shopinfo .shopList .shopview {
        min-height: 442px;
        max-height: 442px
    }

    #shopinfo .shopContent .shopscroll {
        margin-left: -550px
    }

    #productlist .wrapper .prod .init img {
        width: 80%
    }

    #productlist .column.columnactive {
        margin-left: -490px
    }

    #productlist .titlelist {
        padding: 0
    }

    #productlist .shopview .shop {
        width: 233px;
        height: 390px;
        margin-right: 15px !important
    }

    #productlist .shopview .shop:nth-child(4n) {
        margin-right: 0 !important
    }

    #productlist .shopview .shop .current .hoverTxt .con {
        padding-top: 20px
    }

    #productlist .shopview .shop .current .hoverTxt h6 {
        padding-bottom: 15px
    }

    #productlist .bannerCon .txt h1 {
        font-size: 20px
    }

    #productlist .bannerCon .txt p {
        padding-bottom: 20px
    }

    #productlist .shopview .shop .current .hoverTxt {
        top: 55px
    }

    #productlist .shopview .shop .current {
        height: 210px;
        padding-top: 30px
    }

    #shoplist .main {
        width: 980px
    }

    #shoplist .shopview .shop {
        width: 225px;
        height: 410px
    }

    #shoplist .shoplist .shop {
        width: 460px
    }

    #shoplist .shopview .shop .current {
        height: 210px;
        padding-top: 30px
    }

    #shoplist .shopview .shop .current .hoverTxt {
        top: 55px
    }

    #shoplist .shopview .shop .current .hoverTxt .con {
        padding-top: 20px
    }

    #shoplist .shopview .shop .current .hoverTxt h6 {
        padding-bottom: 15px
    }

    #shoplist .bannerCon .txt h1 {
        font-size: 20px
    }

    #shoplist .bannerCon .txt p {
        padding-bottom: 20px
    }

    #shoplist .sreen, #user .main {
        width: 980px
    }

    #user .accounLeft {
        width: 310px
    }

    #user .accounLeft .Userimg {
        width: 70px;
        height: 70px
    }

    #user .accounLeft h6 p {
        font-size: 14px;
        max-width: 100px
    }

    #user .accounLeft .identifi {
        padding-top: 20px
    }

    #user .accounRight > div:first-child, #user .accounRight > div:last-child {
        padding: 0 30px
    }

    #user .accounRight > div {
        padding: 0 45px
    }

    #user .accounRight > div .img {
        padding: 10px
    }

    #user .accounRight {
        padding: 20px 0;
        width: 370px
    }

    #user .order .summary > div:nth-child(2), #user .order .summary > div:nth-child(3) {
        margin-left: 20px
    }

    #user .AccountCenter {
        padding-bottom: 25px
    }

    #user .stoplist .shop {
        width: 508px
    }

    #user .order .shop .number, #user .order .shop .price {
        width: 91px
    }

    #user .order .shop .money {
        width: 110px
    }

    #user .order .operation, #user .stoplist .status {
        width: 85px
    }

    #user .demand .shop .name {
        width: 299px
    }

    #user .demand .shop .name p {
        width: 212px
    }

    #user .User .UsserInfo {
        width: calc(100% - 50px)
    }

    #user .couTab {
        padding: 0 5px
    }

    #user .collList {
        padding: 15px 5px
    }

    #User .UsserInfo .modify {
        display: none
    }

    #member .collView {
        overflow: hidden
    }

    #member .collList, #member .couTab {
        display: block
    }

    #member .couTab {
        float: left;
        padding: 0
    }

    #member .couTab div {
        width: 130px;
        float: none;
        text-align: center;
        background: #f5f5f5
    }

    #member section {
        float: left;
        padding: 0;
        width: calc(100% - 130px);
        overflow: hidden;
        overflow-x: auto
    }

    #member .collList {
        padding: 0;
        float: left;
        border-top: 0
    }

    #member .collList .remove, #member .collList .root {
        top: 0;
        margin-top: 12px
    }

    #member .collList div:first-child {
        padding-left: 30px
    }

    #member .collList div {
        margin-left: 0;
        width: 140px;
        text-align: center;
        display: block;
        float: none;
        line-height: 44px;
        height: 44px;
        overflow: hidden;
        border-bottom: 1px solid #eee;
        border-right: 1px solid #eee;
        box-sizing: border-box
    }

    #member section::-webkit-scrollbar {
        height: 6px
    }

    #member section::-webkit-scrollbar-thumb {
        -webkit-box-shadow: inset 0 0 5px #e5e5e5;
        background: #e5e5e5
    }

    #member section::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px #f8fafb;
        background: #f8fafb
    }

    #info .infoList .content {
        margin-left: 80px
    }

    #address .collList div:nth-child(2), #address .couTab div:nth-child(2) {
        width: 100px
    }

    #address .collList div:nth-child(3), #address .couTab div:nth-child(3) {
        width: 312px
    }

    #address .collList div:nth-child(4), #address .couTab div:nth-child(4) {
        width: 65px
    }

    #address .collList .operation p:nth-child(2) {
        margin: 0 20px
    }

    #address .collList div:nth-child(5), #address .couTab div:nth-child(5) {
        width: 165px
    }

    #oreder .screen .search input {
        width: 250px
    }

    #oreder .times .el-range-input {
        width: 120px
    }

    #oreder .times .el-date-editor--daterange.el-input__inner {
        width: 288px
    }

    #oreder .order .title li:first-child {
        width: calc(100% - 478px)
    }

    #oreder .order .title li {
        width: 90px
    }

    #oreder .order .title li:nth-child(4) {
        width: 112px
    }

    #oreder .order .title li:nth-child(5) {
        width: 78px
    }

    #oreder .order .title li:nth-child(6) {
        width: 85px
    }

    #oreder .position {
        width: 712px;
        margin-left: -248px
    }

    #demand .demand .title li:first-child {
        width: calc(100% - 383px)
    }

    #demand .demand .title li {
        width: 80px
    }

    #demand .demand .title li:nth-child(3) {
        width: 120px
    }

    .screen {
        margin-bottom: 25px !important
    }

    #demand .screen .search input {
        width: 200px
    }

    #demand .times .el-date-editor--daterange.el-input__inner {
        width: 270px
    }

    #demand .times .el-range-input {
        width: 110px
    }

    #demand .jindu div {
        padding: 0 20px;
        margin-right: 10px
    }

    #demand .jindu div:last-child {
        padding: 0
    }

    .collStyle .collList div:first-child, .collStyle .couTab div:first-child {
        width: 40px !important;
        text-align: center !important
    }

    .collStyle .collList div:nth-child(2), .collStyle .couTab div:nth-child(2) {
        width: 298px !important
    }

    .collStyle .collList div:nth-child(3), .collStyle .couTab div:nth-child(3) {
        width: 140px !important
    }

    .collStyle .collList div:nth-child(4), .collStyle .couTab div:nth-child(4) {
        width: 100px !important
    }

    .collStyle .collList .info img {
        width: 65px !important;
        height: 65px !important
    }

    .all {
        padding: 24px 20px !important
    }

    #orederinfo .collList .info img {
        width: 60px;
        height: 60px
    }

    #orederinfo .collList div:nth-child(2), #orederinfo .couTab div:nth-child(2) {
        width: 110px
    }

    #orederinfo .collList div:nth-child(3), #orederinfo .collList div:nth-child(4), #orederinfo .collList div:nth-child(5), #orederinfo .collList div:nth-child(6), #orederinfo .couTab div:nth-child(3), #orederinfo .couTab div:nth-child(4), #orederinfo .couTab div:nth-child(5), #orederinfo .couTab div:nth-child(6) {
        width: 85px
    }

    #orederinfo .collList div:first-child {
        text-align: left;
        margin-left: 10px;
        width: 240px
    }

    #orederinfo .orderstatic {
        padding: 20px 10px
    }

    #orederinfo .orderstatic .img, #orederinfo .orderstatic .order_Time {
        margin-right: 25px
    }

    #orederinfo .orederBtn div {
        margin: 0;
        width: 95px;
        line-height: 34px
    }

    #orederinfo .orderstatic .img p, #orederinfo .orderstatic .order_Time p:nth-child(2) {
        font-size: 12px
    }

    #orederinfo .steps .number {
        width: 140px
    }

    #cartview .couTab {
        padding: 0 10px
    }

    #cartview .collList {
        padding: 15px 10px
    }

    #cartview .collList div:first-child, #cartview .couTab div:first-child {
        width: 40px;
        text-align: center
    }

    #cartview .collList div:nth-child(4), #cartview .collList div:nth-child(6), #cartview .couTab div:nth-child(4), #cartview .couTab div:nth-child(6) {
        width: 100px
    }

    #cartview .collList div:nth-child(5), #cartview .couTab div:nth-child(5) {
        width: 124px
    }

    #payment .couTab {
        padding: 0 10px
    }

    #payment .collList {
        padding: 15px 10px
    }

    #payment .infoCon input {
        width: 370px
    }

    #payment .infoview {
        padding: 0 15px
    }

    #payment .collList > div:first-child, #payment .couTab > div:first-child {
        width: 290px
    }

    #payment .collList > div:nth-child(2), #payment .collList > div:nth-child(3), #payment .collList div:nth-child(5), #payment .couTab > div:nth-child(2), #payment .couTab > div:nth-child(3), #payment .couTab div:nth-child(5) {
        width: 133px
    }

    #payment .collList div:nth-child(4), #payment .collList div:nth-child(6), #payment .couTab div:nth-child(4), #payment .couTab div:nth-child(6) {
        width: 110px
    }

    #payment .collList .info div {
        width: 210px
    }

    #payment .collList .info p {
        width: 100%
    }

    #invoice .collList div:first-child, #invoice .couTab div:first-child {
        width: 40px;
        text-align: center
    }

    #invoice .collList div:nth-child(2), #invoice .collList div:nth-child(3), #invoice .couTab div:nth-child(2), #invoice .couTab div:nth-child(3) {
        width: 135px
    }

    #invoice .collList div:nth-child(4), #invoice .couTab div:nth-child(4) {
        width: 80px
    }

    #invoice .collList div:nth-child(5), #invoice .couTab div:nth-child(5) {
        width: 130px
    }

    #invoice .collList div:nth-child(7), #invoice .couTab div:nth-child(7) {
        width: 97px
    }

    #invoStyle .collList div:nth-child(2), #invoStyle .couTab div:nth-child(2) {
        width: 100px
    }

    #invoStyle .collList div:nth-child(3), #invoStyle .couTab div:nth-child(3) {
        width: 90px
    }

    #invoStyle .collList div:nth-child(4), #invoStyle .couTab div:nth-child(4) {
        width: 302px
    }

    #invoStyle .collList div:nth-child(5), #invoStyle .couTab div:nth-child(5) {
        width: 70px
    }

    #invoRecord .collList div:first-child, #invoRecord .couTab div:first-child, #invoStyle .collList div:nth-child(6), #invoStyle .couTab div:nth-child(6) {
        width: 100px
    }

    #invoRecord .collList div:nth-child(5), #invoRecord .couTab div:nth-child(5) {
        width: 117px
    }

    #invoRecord .collList div:nth-child(7), #invoRecord .couTab div:nth-child(7) {
        width: 50px
    }

    #industry .newstps {
        display: none
    }

    #industry .news .newsview {
        float: none;
        margin: 0 auto;
        width: 100%
    }

    #library .lattice {
        width: 303px;
        margin-right: 25px;
        margin-bottom: 25px;
        padding: 30px 20px
    }

    #library .lattice .all {
        padding: 0 !important
    }

    #opinion .opinion .submit {
        width: 680px
    }

    #problem .main {
        width: 980px
    }

    #trialRow .static {
        padding: 40px 15px
    }

    #trialRow .static .number {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-left: 56px
    }

    #trialRow .static .txt {
        padding-left: 10px
    }

    #trialinfo .flow {
        padding: 60px 15px
    }

    #trialinfo .info {
        padding: 35px 30px;
        width: calc(100% - 415px)
    }

    #trialinfo .state {
        width: 400px
    }

    #trialinfo .flow li:first-child div h6 {
        background-position: 80px
    }

    #trialinfo .state .stateTxt .box a, #trialinfo .state .stateTxt .box span {
        margin: 0
    }

    #trial .triallist .trialrow {
        width: 480px;
        height: 210px
    }

    #trial .triallist .trialrow .img {
        width: 190px
    }

    #trial .triallist .trialrow .txt {
        width: calc(100% - 190px);
        padding: 15px 20px 20px
    }

    #trial .triallist .trialrow .txt a {
        width: 100px
    }

    #trial .triallist .trialrow .txt h6 {
        font-size: 14px
    }

    #subaudit .smodel .selection >>> .el-input {
        width: 220px
    }

    #subaudit .smodel .txt {
        width: 400px
    }

    #subaudit .smodel .selection {
        margin-left: 15px
    }

    #subaudit .bottomselect .addren .txt .btn {
        margin-left: 10px
    }

    #subaudit .bottomselect .addren .txt ul {
        min-width: 476px
    }

    #subaudit .bottomselect .addren .txt .btn div {
        width: 120px
    }

    #subaudit .topselect .art li > div {
        width: 63px;
        height: 63px
    }

    #mlogin .User .UsserInfo {
        width: 100%
    }

    #customtemp .order .title {
        padding-left: 5px
    }

    #customtemp .demand .title li:first-child {
        width: calc(100% - 425px)
    }

    #customtemp .demand .title li:nth-child(3) {
        width: 80px
    }

    #customtemp .order .stoplist {
        padding: 20px 0 20px 5px
    }

    #customtemp .demand .shop .name p {
        width: 175px
    }

    #customtemp .demand .shop .name {
        width: 265px
    }

    #customtemp .stoplist .shop {
        width: 545px
    }

    #customtemp .order .shop .money {
        width: 85px
    }

    #customtemp .stoplist .status {
        width: 60px
    }

    #customShop .order .title {
        padding-left: 5px
    }

    #customShop .order .stoplist {
        padding: 20px 0 20px 5px
    }

    #customShop .demand .title li:first-child {
        width: calc(100% - 435px)
    }

    #customShop .demand .shop .name p {
        width: 175px
    }

    #customShop .demand .shop .name {
        width: 265px
    }

    #customShop .demand .title li:nth-child(3) {
        width: 90px
    }

    #customShop .order .shop .money {
        width: 80px
    }

    #customShop .stoplist .shop {
        width: 450px
    }

    #customShop .demand .title li:nth-child(4), #customShop .demand .title li:nth-child(5) {
        width: 124px
    }

    #customShop .order .operation, #customShop .stoplist .status {
        width: 120px
    }

    #enterpriseinfo .auth {
        width: 690px
    }

    #enterpriseinfo .company {
        width: 100%
    }

    #points.points .hd li {
        width: 142px;
        padding: 30px 0
    }

    #task.points .hd .lattice {
        width: 340px
    }

    #collection .all {
        padding: 0 !important
    }

    #collection .select span {
        padding-left: 50px
    }

    #integrallist .integral .list {
        margin: 0 9px !important
    }

    #integra .inav, #integra .notice {
        width: 180px
    }

    #integra .inav li > a {
        padding-left: 30px
    }

    #integra .banner, #integra .ibanner {
        width: 600px
    }

    #integra .notice > div {
        padding: 15px 5px
    }

    #exchangeInfo .address .order .left {
        padding: 50px 15px
    }

    #exchangeinfo .address .order .left .content {
        width: 75%
    }

    #exchange.points .select .left {
        float: none
    }

    #exchange.points .select .lookup {
        float: none;
        width: 100%;
        margin-top: 10px
    }

    #exchange.points .select .lookup li:first-child {
        margin-left: 0
    }

    #exchange .ilist .info .iview .name {
        width: 270px
    }

    #exchange .ilist .info .iview .price {
        width: calc(100% - 270px)
    }

    #exchange .ilist .info .iview.address p:nth-child(2) {
        width: 95%
    }

    #Shopcart .collList div:first-child, #Shopcart .couTab div:first-child {
        width: 70px
    }

    #Shopcart .collList div:nth-child(2), #Shopcart .couTab div:nth-child(2) {
        text-align: left
    }

    #Shopcart .collList div:nth-child(3), #Shopcart .collList div:nth-child(4), #Shopcart .collList div:nth-child(5), #Shopcart .couTab div:nth-child(3), #Shopcart .couTab div:nth-child(4), #Shopcart .couTab div:nth-child(5) {
        width: 150px
    }

    #Shopcart .collList div:nth-child(6), #Shopcart .couTab div:nth-child(6) {
        width: 110px
    }

    #Shopcart .allCart > div:first-child {
        width: 30%
    }

    #Shopcart .allCart > .allcartRight {
        width: 70%
    }

    #about .top .text {
        width: 980px
    }

    #about .top .text h1, #about .top .text h1 span {
        font-size: 35px
    }

    #about .top .text strong {
        font-size: 12px
    }

    #about .top .text h1 span:after {
        width: 75px;
        top: 12px
    }

    #about .middle .about {
        width: 980px;
        padding: 0 55px 50px
    }

    #about .middle .culture {
        width: 980px
    }

    #about .culture ul li, #about .culture ul li .hover {
        width: 245px;
        height: 335px
    }

    #about .culture ul li .default i {
        padding-top: 20px;
        padding-bottom: 40px
    }

    #about .development .flow {
        width: 980px;
        padding-top: 0
    }

    #about .contact .info {
        width: 980px
    }

    #about .contact .info .right {
        padding: 70px 65px 0
    }

    #about .other img {
        width: 150px
    }

    #about .honor {
        width: 980px
    }

    #about .honor ul li {
        width: 230px
    }

    #about .development .flow ul li {
        width: 180px
    }

    #about .development .flow ul:first-child li {
        top: 80px
    }

    #about .development .flow ul:first-child li:first-child {
        left: 90px
    }

    #about .development .flow ul:first-child li:nth-child(2) {
        left: 290px
    }

    #about .development .flow ul:first-child li:nth-child(3) {
        left: 500px
    }

    #about .development .flow ul:first-child li:nth-child(4) {
        left: 700px
    }

    #about .development .flow ul:nth-child(2) li {
        top: 50px
    }

    #about .development .flow ul:nth-child(2) li:first-child {
        left: 15px
    }

    #about .development .flow ul:nth-child(2) li:nth-child(2) {
        left: 220px
    }

    #about .development .flow ul:nth-child(2) li:nth-child(3) {
        left: 425px
    }

    #about .development .flow ul:nth-child(2) li:nth-child(4) {
        left: 630px
    }

    #about .development .flow ul:nth-child(2) li:nth-child(5) {
        left: 835px
    }

    #about .hd .view {
        width: 980px
    }

    #about .other {
        width: 980px;
        margin: 0 auto
    }

    #about .other img {
        width: 135px
    }

    #about .icontent .left .max {
        width: 480px;
        height: 240px
    }

    #about .icontent .right .min {
        margin-left: 15px
    }

    #about .box {
        width: 230px
    }

    #about .icontent .right .large .box {
        height: 412px;
        background-position: 0
    }


    #about .icontent .right .min:first-child .box:first-child {
        height: 160px
    }

    #about .icontent .right .min:first-child .box:nth-child(2) {
        height: 243px
    }

    #about .mtitle {
        font-size: 14px
    }

    #about .icontent .right {
        margin-left: 5px
    }

    #about .icontent .left .max a {
        margin-top: 15px
    }

    #application .arrow, #application .row {
        padding: 42px
    }

    #application .row .row_list {
        width: 410px
    }

    #application .service .worp .worp_list img {
        max-width: 110px;
        max-height: 110px
    }

    #application .link {
        right: 48px
    }
}

.header {
    width: 100%;
    background: #fff;
    z-index: 20
}

.header .headView {
    background-color: #f7f9fa;
    z-index: 11;
    position: relative;
    border-bottom: 1px solid #f1f1f1
}

.top .info a {
    margin-left: 10px
}

.top .info .cart a:first-child {
    background: url(img/bb8ddfb.png) no-repeat 0 45%;
    background-size: 14px 13px;
    padding-left: 20px;
    position: relative;
    color: #ee7617
}

.top .info .cart a:after, .top .info li:after, .top > div > .link:before {
    content: "|";
    color: #eee;
    margin-left: 10px
}

.top .info a:last-child:after {
    content: ""
}

.top .info a:first-child span {
    line-height: normal;
    background-color: #ed6900;
    color: #fff;
    padding: 0 7px;
    font-size: 12px;
    border-radius: 7px
}

.top > div > .link:hover .linkhover {
    opacity: 1;
    transition: opacity .9s;
    transform: scale(1)
}

.top > div > .link .linkhover {
    display: inline-block;
    position: absolute;
    opacity: 0;
    left: 50%;
    top: 30px;
    transition: opacity .9s;
    transform: scale(0);
    margin-left: -65px;
    width: 150px;
    background: #fff;
    border: 1px solid #eee
}

.top > div > .link a {
    color: #999;
    font-size: 12px
}

.top > div > .link span {
    padding-left: 15px;
    transition: all .5s;
    cursor: pointer;
    font-size: 12px
}

.top > div > .link span:hover {
    color: #15288b;
    transition: all .5s
}

.top > div > .link div a {
    color: #999;
    font-size: 12px;
    display: block;
    text-align: center;
    border-top: 1px solid #eee;
    margin-left: 0;
    height: 40px;
    line-height: 40px;
    transition: all .5s
}

.top > div > .link div a:first-child {
    border-top: 0
}

.top > div > li a {
    color: #999;
    font-size: 12px
}

.top > div > .link div a:hover, .top > div > a:hover {
    color: #15288b;
    transition: all .5s
}

.middle {
    width: 100%;
    position: relative;
    z-index: 10
}

.middle .logo {
    float: left;
    margin-right: 20px;
    overflow: hidden;
    height: 94px
}

.middle .logo img {
    padding-top: 23.5px;
    width: 150px
}

.middle .middleView {
    width: 1120px;
    margin: 0 auto
}

.middle .nav {
    display: inline-block;
    position: relative
}

.middle .nav > a, .middle .nav > i, .middle .nav > li {
    font-style: normal;
    display: block;
    float: left;
    margin: 0 22px;
    cursor: pointer
}

.middle .nav > a, .middle .nav > i, .middle .nav > li, .middle .nav span {
    font-size: 14px;
    position: relative;
    transition: all .5s;
    color: #313131
}

.middle .nav span {
    display: inline-block;
    padding-right: 15px
}

.middle .nav > a:hover, .middle .nav span:hover {
    color: #15288b;
    transition: all .5s
}

.middle .nav li:hover .stage {
    display: block
}

.middle .nav span:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 0;
    width: 7px;
    height: 7px;
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
    transform: rotate(-45deg)
}

.middle .search {
    float: right;
    margin-top: 30px;
    border: 1px solid #eee;
    transition: all .5s;
    border-radius: 17px;
    height: 34px;
    width: 300px;
    position: relative
}

.middle .search .searchStyle {
    border-radius: 17px;
    overflow: hidden;
    height: 34px
}

.searchmask {
    position: absolute;
    top: 55px;
    left: 0;
    background: #fff;
    width: 100%;
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 15px;
    z-index: 1
}

.searchmask .photo {
    display: block;
    text-align: center;
    width: 100%;
    height: 100px;
    border: 1px dashed #ccc;
    cursor: pointer;
    color: #ccc;
    background: #f6f8f7;
    line-height: 100px;
    margin-top: 20px
}

.cuo {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    transform: rotate(45deg)
}

.cuo, .cuo span {
    line-height: 30px
}

.cuo span {
    font-size: 30px;
    color: #999;
    text-align: center;
    display: inline-block;
    cursor: pointer
}

.photoinput {
    padding-top: 15px
}

.photoinput input {
    width: 74%;
    border-bottom: 1px solid #333;
    box-sizing: border-box
}

.photoinput div, .photoinput input {
    display: inline-block;
    line-height: 40px;
    height: 40px
}

.photoinput div {
    width: 24%;
    border-radius: 5px;
    background: #ed6900;
    color: #fff;
    text-align: center;
    cursor: pointer
}

.middle .search .el-select {
    line-height: 34px;
    width: 260px;
    height: 34px;
    background: transparent;
    float: left;
    box-sizing: border-box;
    border-right: 0;
    overflow: hidden
}

.middle .search .el-select .el-input__inner:focus {
    border: 0
}

.middle .search .el-input .el-input--suffix {
    height: 35px;
}

.middle .search .el-input__inner {
    height: 35px;
    line-height: 35px;
    margin-left: 0;
    border: 0;
    padding-left: 20px;
}

.middle .search .el-select__input {
    margin-left: 0;
    padding-left: 15px
}

.middle .search:hover {
    border-color: #15288b;
    transition: all .5s;
    width: 300px
}

.middle .search:hover .el-select {
    width: 260px
}

.middle .search .icon_photo {
    float: left;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAYAAADphp8SAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAEqADAAQAAAABAAAADwAAAAAC2eFmAAABbElEQVQ4EaVRP0vDUBC/S9PooNClgtBBB0VB3TSWLuogbn4Lh+46+AEctLODk5u7kziooLGNm1Uw6KCDINShDoKatDnvXhHS54tQPAi8+/3LvXsIhqpW70ZaFF4xldfoVxuduWJx8knDwdKBiyAYbEN0yLgeItK8cKLRfejV6qsUQ5kQ+jokDQPBuC7s6hHuAfBFMCT4Qgt28fzyusl9rkvYe/Nm/xmC8ACEpyoXaZEnHUv5R06CjIWWtVNypzYRsSUCIrI9/3aL4njdZJCrkU6w+aw0P73k1W5WmNwTHgHWGDti7IRDF3TPr1cTAS/+gMNIhRAVeJyCnBXGnB4ivTEog9AwiQVL44xBcYyzYpLrAOKzfOrM2A8nfLKMO+KIdyfjzLjuxGNS7PvBaNgO63z5gSQu55QgNU2DR9roz2aPRfgZRcv8/Nu8qyHp9Up9fmUg2P8II91j7C1+idDI9ABKBi8bK/8J63ix8g2ksoABLbbnZQAAAABJRU5ErkJggg==) no-repeat 50%;
    background-size: 20px 16px;
    width: 34px;
    height: 34px;
    border-left: 0;
    box-sizing: border-box;
    cursor: pointer;
    transition: all .5s;
    position: relative
}

.middle .search .icon_photo:hover {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAPCAYAAAAGRPQsAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAE6ADAAQAAAABAAAADwAAAACFfyolAAABt0lEQVQ4EZ1TPUsDQRCd2UuiQS4fiJBG/GgC1qIIgiBY24i/QLBRERtFLUQTCxErBQUxZUAFA4KtYCnYBWxCFISgXRSJZs+9cfYwopcNEbfZnZk3b2bf7CIY1utWW+JDVq6BoPNXGOHZCgaH7EV5+8v/ZQi/kzLdrapaydURaSBB1HWc85dNu92fp20spwNjSGqBCMKeA6GDz30m8LcPocjED56N4CCIo+iqymI5hfcc6PoG/uOAADKS7LMDnBtrmI9wx81fIkIViEYadUwAISiWwprMuBBxPxLpnce5QlUDiNbES3p9mYg2jAns1Ncsa2F9gJtocmLwtXA2rFyVQdZTWGLWXlanzynMcYfjPjxEg7FY3TQ1SCAe4+SJYqJdLtTD10go1z3U3RGIrJ+oZhvJuOGnGsC/W9Q4ZiQjoAFNYglrBngIPK1HS4gpxDWX0PVi/iLaNmqmpycw2G+vyPzPJP0zlKzkWbO6R6s1M06TwS0KnKty2loKBUIXSljSlW+j/MW2WcM6olpBI5kXJIgDuQdSvtewTXfBY/feUVNkM0A87AgSuMMC/728j5RzP1DgHk6XKp844p+5thmqpwAAAABJRU5ErkJggg==) no-repeat 50%;
    background-size: 20px 16px
}

.middle .search .icon_photo:after {
    content: "";
    height: 20px;
    width: 1px;
    background: #e5e5e5;
    margin-top: -10px;
    top: 50%;
    position: absolute;
    right: 0
}

.middle .search .icon_search {
    float: left;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAEqADAAQAAAABAAAAEgAAAACaqbJVAAACeklEQVQ4EZ1Tz2sTURCeeVur1ot4KKgV8VCsGDYottlkKxQrihcP4sGT0ooX/wRB6aX+wHMPQg6KJxHBnhTppSW4aRsta1q1vQS01IqeElvbJLvj97Z5WNMmBx8s82a+mW/mfe8tU93yvFk3lHAwJOoDdICZVkRonkletqi2R47TWawriVw2Qd9f3lNc/Z4moSsmto39oRTfcB17tB6LiHK5pba18s9xITmlE5jZF6LXIH1HitoxTQ/2lzFZGzAMK4O9yfiTzWQRUcb78FhErgGoKqahlGPfR0GwOTEz7R+lCj9Fs260WidLJU4nYr7JUW+n507AuaoDTOqOm4wP15NorLc7Pk/7Wvsx7ldMtJOC4IGOm6XCSnAd06CWfTcZe2iA7WxvV1fJUnyzhp2fmsofMnkKm/7IYRoFWdUAjWyyJ/YKN7mq8XIQnjF5CqJ2aAdivTfBZjY6tnCkjRD/M1FUhy6R8M1IDCYs+iT6dtdMTKH8i3bCgE6aYDMLPS10tKMcCRdMLphlbMORS7mc7DBAI5vxZi/iPe0GHrTwXzmUJZzGiCG0Or5emb3ViEDHZ2YKe9F4RO9R88xx4ot6r5dKpew8OqS1g3/sdibr391usmw2b6+slSZAtF/nQtPaSbQXXRZRoVDYtbhcHMNv4G4EeR7avandZDvG7UYhjiStUZUuxBNgiy+4PTbIa0R6o8mWvpVGhGlAP1Adq18IzimLhnEx9yDFYZT/gn/OTdjelgL9y4TVYAAkffgO4ii/8V4+4XW8cJ2Y1rM6Ofn5SDksT5BIB/wiW+rsFqL6KRr52ezHzkpYHY80Y1r4byLdwPPyxwIJn0OwmT8OoevRWAhA6QAAAABJRU5ErkJggg==) no-repeat 50%;
    background-size: 16px;
    width: 28px;
    height: 34px;
    border-left: 0;
    box-sizing: border-box;
    cursor: pointer;
    transition: all .5s
}

.middle .search .icon_search:hover {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAASCAYAAAC5DOVpAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAE6ADAAQAAAABAAAAEgAAAAAdD3kWAAACg0lEQVQ4EZ1US2hTQRSdO3kxJpqkWl0IdWPFLsVWEdGFoCCoWVXFZbVuCu5EiSRt1SYtVajanSLFpahF6aKCFIqLbix0ZcGCuFAQRax9r02iaTPXM5O8dPoxiEPI3Dnn3DMzd2YeiVUtl43sWFK/Opj4FKhGwSJIJD4JQa+l4zyMJovTq1KqQ6pGCOZ6ZIcgvgODTTbuxzAtCabBWFPrVTr3rOTjfl81czPyJjN3aQJJP1jQsCSaZCHygvmAEJxgxkrL7WU83d1KdENVxqYzZl4mkFCsRjQCYDQQirRvvpb7agt5oCHs5b/cxoSXjU5SVzylemwN8dOzAW/m+TRW0ASjyVjTmUPrbcFPmsvIR1hpO8Z5JxRptCeVCx9eHKkYKSmDF2sZacO4E7+CMnxDGCkVC+c15jepSuqYGZB4H00V3/nE33pK/nRRjLEyz8dtnUSRdhqAacomasUoh9HiQBpsncQW8TNN2kTNmPQ5mVP/besk0M8GIG62iVoxVtRS5mnG1kmSsrx/FntyfcF9Nrle7A7EtmIzfq3e2hoZvZ6ewOr01ZCLpaUhHj/q2II1cX7hHla2HTmzsS31j23e7N3NOicEl15BpKsxHnI2toWTBbzH5cb926Lu4ux93LELGkXiaLzTvN+qyJjpES5jEsK+CuPBdQQZk8RUUMT7wZ0Et+L0YNlf16mSlRw9wXLzsoE2pdRdIHXLqBWRmMd77WElmlmwubBEdCueVt1atcJMA15vtF5x7hIxn8al2QVoA+qJE6cxJxQe0M9H19WdePMEfKvOwZchVZdWvWvMDPkPf/ygJeh9nxpGnRNa7sjg3v820wY8uDvkuR+H8A08GKDI4T9jeuL3JW27dgAAAABJRU5ErkJggg==) no-repeat 50%;
    background-size: 16px
}

.stage {
    position: absolute;
    left: 0;
    background: #fff;
    width: 136px;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-top: 0;
    overflow: hidden;
    display: none
}

.cj {
    width: 870px !important
}

.stage .title {
	width: 136px;
	float: left;
	padding: 15px 20px;
	box-sizing: border-box;
	height: 490px;
	overflow: auto;
	position: relative;
}

.stage .title::-webkit-scrollbar {
    width: 0;
    height: 1px;
    transition: all .5s
}

.stage .title:hover::-webkit-scrollbar {
    transition: all .5s;
    width: 4px
}

.stage .title::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px #e5e5e5;
    background: #999
}

.stage .title::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #f8fafb;
    border-radius: 4px;
    background: #f8fafb
}

.stage .title li {
    height: 30px;
    line-height: 30px;
    margin-bottom: 15px;
    position: relative;
    color: #707070;
    font-size: 12px;
    cursor: pointer
}

.stage .title .active {
    color: #333 !important;
    font-weight: 700;
    position: relative
}

.stage .title .active:after {
	content: "";
	position: absolute;
	top: 6px;
	left: -22px;
	height: 18px;
	width: 4px;
	background: #FFC000;
}

/* .stage .title .active:before {
    content: "";
    display: block;
    font-size: 16px;
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
    width: 8px;
    height: 8px;
    position: absolute;
    transform: rotate(45deg);
    top: 50%;
    margin-top: -4px;
    right: 0;
    font-weight: 400
} */

.sub {
    width: 518px;
    padding: 25px 20px;
    float: left;
    background: #f6f6f6;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    overflow: auto;
    height: 520px
}

.sub::-webkit-scrollbar {
    width: 0;
    height: 1px
}

.sub::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px #e5e5e5;
    background: #999
}

.sub::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #f8fafb;
    border-radius: 4px;
    background: #f8fafb
}

.scenario {
    width: 480px !important
}

.sub:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #f6f6f6;
    z-index: -1
}

.sub div {
    float: left;
    width: 50%
}

.sub div li {
    font-size: 12px;
    line-height: 30px;
    color: #898989;
    float: left;
    padding-right: 22px;
    position: relative;
    letter-spacing: 1px;
    transition: all .5s
}

.sub div li:hover {
    color: #000;
    transition: all .5s
}

.sub div li:after {
    content: "|";
    position: absolute;
    top: 0;
    right: 10px;
    color: #d2d2d2;
    font-size: 12px
}

.sub div li:last-child:after {
    content: ""
}

.sub div h2 {
    font-weight: 400;
    font-size: 12px;
    line-height: 40px;
    color: #666;
    letter-spacing: 1px
}

.sub div h2 img {
    width: 50px;
    height: 50px
}

.sub div h2:hover {
    color: #15288b
}

.advert {
    float: left;
    width: 240px;
    position: relative
}

.advert, .advert .el-carousel__container {
    height: 520px
}

.advert_li {
    width: 188px !important
}

.advert > img {
    vertical-align: top
}

.advert .img {
    position: absolute;
    top: 30px;
    width: 173px;
    margin-left: -86.5px;
    left: 50%;
    text-align: center
}

.advert .img img {
    width: 100%;
    vertical-align: top
}

.advert .img a {
    padding-top: 14px;
    font-weight: 700;
    font-size: 12px;
    color: #333;
    line-height: normal;
    display: block;
    transition: all .5s;
    position: relative
}

.advert .img a:after {
    content: "";
    border-top: 1px solid #ee7617;
    border-right: 1px solid #ee7617;
    width: 8px;
    height: 8px;
    display: inline-block;
    transform: rotate(45deg)
}

.advert .img a i {
    color: #ed6900
}

.advert .img a:hover {
    color: #707070;
    transition: all .5s
}

.products {
    padding: 15px 0
}

.products li {
    padding-left: 20px;
    display: inline-block;
    width: calc(100% - 10px);
    line-height: 4;
    box-sizing: border-box;
    transition: all .5s;
    color: #000;
    vertical-align: middle
}

.products li:hover {
    color: #ed6900;
    transition: all .5s
}

.products li:hover:before {
    background: #ed6900;
    transition: all .5s
}

.products li:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #333;
    margin-right: 20px;
    border-radius: 50%;
    transition: all .5s;
    display: inline-block;
    vertical-align: middle
}

.gabah {
    margin: 0 5px
}

.gabah, .gabah img, .gabah span {
    display: inline-block;
    vertical-align: middle
}

.gabah img, .gabah span {
    font-size: 12px
}

.service {
    background-color: #fff;
    width: 100%;
    padding: 45px 0
}

.service ul {
    width: 1120px;
    margin: 0 auto;
    overflow: hidden
}

.service ul li {
    float: left;
    width: 25%
}

.service ul li:last-child img {
    width: 32px
}

.service ul li img {
    width: 40px
}

.service ul li div {
    display: inline-block;
    vertical-align: middle
}

.service ul li div p:nth-child(2) {
    font-size: 12px;
    padding-top: 5px;
    color: #bbb
}

.service ul li div p:first-child {
    color: #1f1f1f;
    font-size: 15px
}

.service ul li img {
    vertical-align: middle;
    margin-right: 10px
}

.siteinfo {
    width: 100%;
    padding: 60px 0;
    background-color: #181c39;
    background-image: url(img/8c9cf6e.png);
    background-repeat: no-repeat;
    background-position: 50%
}

.siteinfoView {
    width: 1120px;
    margin: 0 auto;
    overflow: hidden
}

.siteinfoView > div {
    float: left;
    width: 19%
}

.siteinfoView > div:nth-child(2) {
    width: 56%;
    border-left: 1px solid #292e53;
    border-right: 1px solid #292e53
}

.siteinfoView .left {
    width: 25%
}

.siteinfoView .left .whole {
    font-size: 12px;
    color: #a4a7b9
}

.siteinfoView .left .phone {
    font-weight: 700;
    font-size: 30px;
    color: #b4b8d2;
    margin: 15px 0
}

.siteinfoView .left .time {
    overflow: hidden
}

.siteinfoView .left .time .data {
    overflow: hidden;
    margin: 12px 0
}

.siteinfoView .left .time .data div {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #727485
}

.siteinfoView .left .time .data div p {
    font-size: 12px;
    padding-top: 12px
}

.siteinfoView .left .time .data div p:first-child {
    padding-top: 0
}

.siteinfoView .left .time .mount {
    color: #727485;
    font-size: 12px
}

.siteinfoView .middle {
    overflow: hidden;
    padding-left: 35px;
    padding-right: 35px;
    box-sizing: border-box
}

.siteinfoView .middle ul {
    float: left;
    width: 25%
}

.siteinfoView .middle ul li {
    font-size: 12px;
    color: #727485;
    margin-bottom: 25px;
    padding-left: 35px;
    box-sizing: border-box
}

.siteinfoView .middle ul li a {
    color: #727485;
    font-size: 12px;
    transition: all .5s
}

.siteinfoView .middle ul li a:hover {
    color: #fff;
    transition: all .5s
}

.siteinfoView .middle ul li:first-child {
    font-size: 14px;
    margin-bottom: 30px;
    color: #b4b8d2
}

.siteinfoView .middle ul li:last-child {
    margin-bottom: 0
}

.siteinfoView .right {
    text-align: right;
    padding-right: 50px;
    box-sizing: border-box
}

.siteinfoView .right div {
    display: inline-block;
    text-align: left
}

.siteinfoView .right div img {
    width: 100px
}

.siteinfoView .right div p:first-child {
    font-size: 14px;
    color: #b4b8d2
}

.siteinfoView .right div p {
    font-size: 12px;
    color: #a4a7b9;
    padding-bottom: 15px
}

.dzyyzz {
    width: 12px;
    height: 12px;
    margin: 0 8px
}

.dzyyzz img {
    width: 100%
}

.zywxb {
    width: 100px
}

.zywxb img {
    width: 100%;
    height: auto;
    background-color: #fff
}

.customer .fk {
    width: 23px
}

.arrow {
    width: 45px;
    height: 100%;
    position: fixed;
    z-index: 99;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center
}

.customer, .customer a {
    display: block
}

.arrow:after {
    content: "";
    background: #242424;
    top: 0;
    z-index: -1;
    height: 100%
}

.arrow:after, .arrowView {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%
}

.arrowView .cart {
    position: relative;
    background: #ee7617
}

.arrowView .cart p {
    color: #fff;
    line-height: 1.5;
    text-align: center
}

.arrowView .cart span {
    color: #fff;
    background: #2a3c95;
    border-radius: 50%;
    padding: 2px 5px;
    position: absolute;
    top: 20px;
    left: 68%;
    transform: translate(-50%)
}

.arrowView > div {
    cursor: pointer;
    position: relative;
    transition: all .5s;
    padding-top: 30px;
    padding-bottom: 20px
}

.arrowView > div img {
    width: 18px
}

.arrowView .top img {
    width: auto
}

.arrowView > div:last-child {
    margin-top: 150px;
    background: #1e3390 !important
}

.arrowView > div:hover {
    transition: all .5s;
    background: #353535
}

.arrowView > div .img_hover, .arrowView > div:hover .img {
    display: none
}

.arrowView > div:hover .img_hover {
    display: inline-block
}

.arrowView > div:hover .arrowMask {
    right: 45px;
    transition: all 1s
}

.arrowView > div:nth-child(2) img {
    width: 21px
}

.arrowView p {
    padding-top: 5px;
    color: #d3d6e1;
    font-size: 12px
}

.arrowView p:hover {
    color: #fff
}

.arrowMask {
    position: absolute;
    right: -140px;
    bottom: 0;
    width: 140px;
    background: #fff;
    text-align: center;
    transition: all 1s;
    z-index: -1;
    padding: 10px
}

.wx .arrowMask img {
    width: 100%
}

.arrowMask h6 {
    font-size: 14px;
    font-weight: 400;
    color: #313131;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAASCAYAAAC5DOVpAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAE6ADAAQAAAABAAAAEgAAAAAdD3kWAAAB6UlEQVQ4EZ2UP0wUQRTG35vd5TZBbvZKTdzdw6s8gwjHdSbEQEFiZQHaSmFDohQWQm+jiRoCqKG3s7O2leKSk4LicuGfUSBacApyd7s3zxnIbMyxp+xNM2+/9/u+TCazDyFmERGajn9HCLgn21cByQPCbVmvMwbvwoOt94hI7VZsFyzHHwyFWAHABkN6YZJVzl22d6pf6m6IwaAgnAWglMmM6eBg83O7P/q2nOx17HO/Gjw7GYkxhcH9KcX1ZLIDMW0Azt2MAkzujsUCbaLiFK98umXoIkg584hQbf3cWdLav3bRqG0wO+M1AW5Qo/YxYlPpKzlMezXb8f1IPEdhcy+rfMqvcGbx/kITgjIQpYOWuHaOjAgJBOWVT/kt7g6zULSeAUFvRCQqjNPXIP2hwOdMvqFiIn8nGGmEyd5up34yHSsMgS0mM8XT8o94e9Jh3JvHPm/P4t5QPBqvqkuXb+074/6TeCKBmh9dvOAWXr7WFnVnXa/DX61H8qGv6YCuw7zCwgQB3Sz6l97osDNTQzf07hde3ZUj6bGcIt/MHnPWZPZ+vX70UE6OWymwJyulBz80+9+TyaBlObiG5CluB0H46bh++EEG/S72Xxz/O0gFmjq1447sKZKYUydDMu5vlWZWFbtdOuv4A+zEmZIfw8rEAAAAAElFTkSuQmCC) no-repeat;
    padding: 10px 10px 10px 20px;
    background-position: 25px
}

.arrowMask div {
    font-size: 12px;
    color: #7e8a99;
    padding-top: 5px
}

.arrowMask div span {
    color: rgba(0, 0, 0, .85);
    font-weight: 700;
    font-size: 12px
}

.arrowMask p {
    color: #7e8a99;
    font-size: 12px;
    margin: 10px 0;
    padding: 12px 0 12px 15px;
    transition: all .5s;
    border-radius: 5px;
    border: 1px solid #eceff9
}

.arrowMask p:last-child {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAYAAADwikbvAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAD6ADAAQAAAABAAAADgAAAAA6VvK5AAABn0lEQVQoFY1SPU8CQRCd2QOikRBI/CCxMBQSLTjKQ04b41dr4W+wVVtjYSBGCwsrLfwFNsYfQEGIYHGKiv0VaIGIGhEwUW6d3fP0Yoi4ye2+ffPezO7sIbhGPl/utfBxFTguAkKUc/Ahwi3hjBd9O5o2ZrrkRH+N07PSnMWtA+AQcTj3SkmaCLiZTMR2EbEtYtJcKNzoH7ydpb3iNnTCDDGtT6gbIobFohlstF4uOcBIJ/FvjqpajMN0Mqlm2etbffm/RpGIc84sgJTAjL4ZAcSge73T/PQXtoWgm6bZw+jSA5IQE8e0AsqChABbzMPmZYzjNpWZlVjIqPpdrTmIufz1EW2X7ABVRf5AHR+VJ/jG8EytvSc+6iQI9A35GZHnDkFJQrZRMG4MQbeRnsyIx8MN5mPeQ1JWfxJ0R8ggLVRM08ZrlGmlu8VWUFP39YR6Is32FDr+h7nNgO0NhwNrjlb+YWKTK1xV6V79dIo69aFCHY0QrRBuEJcBhqlJLWY4RrF6nA1yvKBOlz2I64lErGIY3NvylfxTqirf3dG510/WRIFGG4y6qwAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-position: 30px
}

.arrowMask p:nth-last-child(2) {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAADqADAAQAAAABAAAADgAAAAC98Dn6AAABlElEQVQoFZ1SO0sDQRCe2T2TFClMZRXBIgg+kkLR5Ewa0UItbQQbBR+tlfgHROxEsBCEoLUI/oNAHqdiYU7FIpWVDxQFRSPJ3jh7MXhqEHThbr6b75vd72YHocHKWfY6EHVqikBup8yune8y43vCFRNMcwxqjKgeOfwoRE3mD88HiapDBjSlK1AZBQfWdF4vFtwS4iSiLIOjJgI+Y7m3t+MKS6WS//ru5YI9tdWkv78RcTuZiE5h3rIXHaLVr3IsA1KGcyHesN/LcSEJQ/YIEPKYDT18kvgsAfpSidgIP3EQOP/JMSIqOlLeuP9oWWcDVVI5LUAUW8lE96xXnCvYlwTUyqfdCwqFTTP8KryCv2DUHXWU2mUPoVqha9U0zeip/s4e2HPg0GZ9U7Z4AgH/mEGq2sPJjyJNU1ABHmWtYgYBm8mheL3IjYgxoVTLv69DRCKRNyGMGRSw4pO+dhCw4D1BDwB3bBiFkWIHGz4plzTvdtUr1DhbsJ+0ZY0RYS+ZiI1r7F0NZ5XFab742pCT3PcW1PE7V5qG2j+0ti8AAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position: 30px
}

.arrowMask p:nth-last-child(3) {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAPCAYAAADUFP50AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAADqADAAQAAAABAAAADwAAAACAkBBKAAABE0lEQVQoFZ1SPU8CQRB97zwiGBoLCSZY22lDg8aYCL/CntKCYONvILGxs7e2Vzui11wozsTGloIYbe8wd8k4oHssmA2EbWbmfcxMNkNYLwylkKSvjxA5tWCAjEqFzWa9vv9pcA4G7zvxd3IlghqIbTW1DGlHgoEAQ1K+xGfPj8fJhUA6U5EyrqeaxoTTAWCGsidE1SV24eqtei5yGb620c87k9cnjYNuXv8lYfi2O06zoYjMDZkZgfP+S7S3aEzSrKI/MmeaaP4Bi0YIPkjek4htLp/oQe6Ojw4vbdLkuubGcxA9aH1mMPaD6FZXaRtgpUg+LV/V0Wl9IwUjR1MnTGDkbxVLN3rk5emRO6Uz4vfI0fsBhpVbdNMEUrQAAAAASUVORK5CYII=);
    background-position: 30px;
    background-repeat: no-repeat
}

.arrowMask p:hover:last-child {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAYAAADwikbvAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAD6ADAAQAAAABAAAADgAAAAA6VvK5AAABD0lEQVQoFY2SQUsCURSF32QbCwI35caYpRK4848oEa5Ea+W2nxDYxnX78Jf4A9wItREFWyRCgehIi6Dpu8NlfI5vBh8czrnn3nN5zDxjEicMw0vQB29gCwIwBs+gkBjflTQ74BuknSWN5i6hCvMhLeHw7+IFNMtArnjsWTHoRwsQg2NT1tyLJ2mMBVSMNhmzgXPgDATgxKGxzESCHvi1NtbR91o34LbqW7ilWmgtG2TBu2XO0QutP+BPhxZrdhqljRnBFdXXykKlFC32MOqxpQrsq8vmrPND8yZeTNHLmk70unFQBM1aYsBVylt43Atq+MqalmcoH+tPvS/4FfgHQQ3LL5uCJ3CuXh594Qxg/gMKxB6QD3mmpAAAAABJRU5ErkJggg==);
    background-position: 30px;
    background-repeat: no-repeat
}

.arrowMask p:hover:nth-last-child(2) {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAADqADAAQAAAABAAAADgAAAAC98Dn6AAAA2klEQVQoFWNkwAL+///fARQ2hUqtZmRknIFFGaYQUOMzIIaB3ZgqoCJAFVZA3AnEGkCcAsTI4D2Q4w3E5kA8GYgVwNqADBYgvgLExIK1MI0ZWHT8AortBOIjWORAQrYMQMISiF+CeFDwA0jDAgYkHwmTgNLXgLQizFY9JMkVYEEkAigH88o3IJsHJMWEJE8aE2gCWU5lAVqjD8RiSNaxA9lHgQbuB9LcQGyNJAdiagKxDMjz5EUHyAigZlAC6AJi4hMASCM6ABpAMMmB/IgNLAIKwuISklLQVAEA9niQxImpCAgAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position: 30px
}

.arrowMask p:hover:nth-last-child(3) {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAPCAYAAADUFP50AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAADqADAAQAAAABAAAADwAAAACAkBBKAAAArUlEQVQoFWNgQAL///93AuIXQIwMfgE5bUjKwExGoKATkJUExGxAbAzESkCMDn4DBTZABU8B6V6QxhdAhjhUkFjKjokMTSDDJUAayQJU0ajBiAUAnVOLzUksSILzgQH1BIkPY1rAGMg0MU49AdRwHFkTmA20BQbUMSShAkAF6jBFUDoU2ak3gIK49GKIE+NUDE0gAYo0vsRqJH7BFyA/RgFxEhCDEjkxAJTIjwAAWi9SlDZq30wAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position: 30px
}

.arrowMask p:hover {
    color: #fff;
    transition: all .5s;
    background: #1e3390
}

.login .title {
    margin: 0;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5
}

.login .title .name {
    font-size: 20px;
    color: #202c3b;
    padding-bottom: 25px;
    font-weight: 700;
    float: left
}

.login .title .titlelink {
    color: #999;
    font-size: 12px;
    text-align: right;
    cursor: pointer;
    float: right;
    font-weight: 400;
    line-height: 20px
}

.User p {
    font-size: 14px;
    color: #161616
}

.UserCon {
    overflow: hidden
}

.User .UsserInfo {
    width: 100%;
    height: 33px;
    background: #fff;
    margin-top: 10px;
    margin-bottom: 23px;
    position: relative
}

.User .UsserInfo input {
    line-height: 33px;
    display: inline-block;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    width: 100%;
    padding-left: 10px;
    box-sizing: border-box;
    transition: all .5s
}

.User .UsserInfo input:focus {
    border: 1px solid #000176;
    transition: all .5s
}

.User .UsserInfo .modify {
    display: inline-block;
    position: absolute;
    width: 50px;
    right: 5px;
    top: 1px;
    line-height: 33px;
    cursor: pointer;
    text-align: center;
    color: #000176 !important;
    background-color: #fff !important
}

.User > p span {
    color: red;
    font-size: 12px
}

.User .UsserInfo .modify {
    width: 100px
}

.User p span {
    display: inline-block;
    font-size: 12px;
    color: red
}

.User .UsserInfo .modify {
    width: 200px;
    color: #161616
}

.User .modify.code {
    width: 100px;
    color: #000176
}

.User .UsserInfo .modify span {
    border-radius: 3px;
    border: 1px solid #eee;
    width: 29px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box
}

.User .UsserInfo .red {
    background: #e34747 !important;
    border-color: transparent
}

.User .UsserInfo .yellow {
    background: #ee7617 !important
}

.User .UsserInfo .blue {
    background: #63b52d !important
}

.logintips {
    padding-bottom: 40px;
    color: #919191
}

.process {
    overflow: hidden
}

.pro_left {
    float: left;
    width: 50%
}

.pro_right {
    float: right;
    width: 50%;
    text-align: right
}

.link {
    color: #000176;
    font-size: 12px
}

.loginBtn {
    width: 95px;
    height: 43px;
    border-radius: 3px;
    background: #f88008;
    font-size: 13px;
    color: #fff;
    text-align: center;
    line-height: 43px;
    margin-bottom: 15px;
    cursor: pointer;
    letter-spacing: 2px;
    margin-top: 15px
}

.tab {
    font-size: 18px;
    color: #161616;
    padding: 20px 0 30px
}

.steps {
    overflow: hidden;
    width: 600px;
    margin: 20px auto
}

.steps .number {
    position: relative;
    width: 200px;
    float: left;
    text-align: center;
    height: 80px
}

.steps .number:before {
    content: "";
    height: 3px;
    width: 100%;
    margin-top: -13.5px;
    margin-left: -50%
}

.steps .number:before, .steps .number span {
    position: absolute;
    top: 50%;
    background: silver;
    left: 50%
}

.steps .number span {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    line-height: normal;
    margin-top: -21.5px;
    margin-left: -9.5px
}

.steps .number p {
    color: silver
}

.steps .number .active_p {
    color: #293b95 !important
}

.steps .number .active_span, .steps .number_active:before {
    background: #293b95 !important
}

.suucess {
    text-align: center;
    padding: 40px 0
}

.suucess .txt, .suucess img {
    display: inline-block;
    vertical-align: middle
}

.suucess .txt {
    padding-left: 10px
}

.suucess .txt h1 {
    font-weight: 400;
    margin: 0;
    text-align: left
}

.suucess .txt p {
    font-size: 12px;
    padding-top: 10px;
    text-align: left;
    letter-spacing: 1px
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 999
}

.mask .login {
    position: absolute;
    width: 450px;
    top: 15%;
    left: 50%;
    margin-left: -225px;
    padding-bottom: 40px;
    -webkit-animation: amin-data-v-7104f6d1 .5s;
    animation: amin-data-v-7104f6d1 .5s
}

.process > div {
    float: none;
    width: 100%
}

.pro_box {
    overflow: hidden
}

.process .register {
    float: left
}

.process .forget {
    float: right
}

.loginBtn {
    margin-top: 0;
    width: 100%
}

.register a {
    color: #20308f;
    display: inline-block
}

.forget a {
    color: #0b0b0b
}

.pro_right {
    text-align: center;
    margin-top: 20px
}

.third p {
    padding-bottom: 15px
}

.third p span {
    font-size: 15px;
    color: #8a8a8a;
    display: inline-block;
    position: relative
}

.third p span:after {
    right: -120%
}

.third p span:after, .third p span:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    height: 10px;
    border-top: 1px solid #eee
}

.third p span:before {
    left: -120%
}

.third div img:first-child {
    margin-right: 10px
}

.third div img {
    cursor: pointer;
    width: 40px
}

@-webkit-keyframes amin-data-v-7104f6d1 {
    0% {
        transform: scale(0)
    }
    50% {
        transform: scale(1.1)
    }
    to {
        transform: scale(1)
    }
}

@keyframes amin-data-v-7104f6d1 {
    0% {
        transform: scale(0)
    }
    50% {
        transform: scale(1.1)
    }
    to {
        transform: scale(1)
    }
}

.cratView {
    top: 87px;
    right: 0;
    display: none;
    width: 330px;
    border: 1px solid #e5e3e3;
    box-shadow: 0 2px 13px 0 rgba(0, 0, 0, .14);
    z-index: 2
}

.cratView, .cratView:after {
    position: absolute;
    background: #fff
}

.cratView:after {
    content: "";
    display: block;
    height: 30px;
    width: 82px;
    top: -14px;
    right: 0
}

.cratView .operation {
    text-align: right;
    width: 75px
}

.cratView .operation p {
    font-size: 14px;
    color: #4a4a4a;
    font-weight: 600;
    padding-bottom: 10px
}

.cratView .operation span {
    font-size: 12px;
    color: #ccc;
    cursor: pointer
}

.cratView ul {
    padding: 10px 12px;
    overflow: hidden
}

.cratView li {
    padding: 10px 0;
    display: flex;
    align-items: center;
    position: relative
}

.cratView li:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #eee;
    left: 75px;
    bottom: 0;
    position: absolute
}

.cratView li:last-child:after {
    height: 0
}

.cratView li img {
    width: 50px;
    height: 50px
}

.cratView li .content {
    margin: 0 12px;
    width: 158px;
    position: relative
}

.cratView li .content strong {
    font-size: 14px;
    font-weight: 600;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.cratView li .content p, .cratView li .content strong {
    color: #4a4a4a;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left
}

.cratView li .content p {
    font-size: 12px;
    display: block;
    padding-top: 5px;
    white-space: nowrap
}

.cratView li .content i {
    font-style: normal;
    position: absolute;
    right: -18px;
    top: 0;
    font-size: 12px;
    color: #4a4a4a
}

.cratView .cratall {
    background: #f6f7f8;
    box-shadow: 0 -1px 0 0 #eee;
    height: 40px;
    line-height: 40px;
    text-align: center
}

.cratView .cratall p {
    font-size: 12px;
    color: #666;
    float: left;
    margin-left: 12px
}

.cratView .cratall p i {
    color: #f69a23;
    font-style: normal
}

.cratView .cratall p:last-child {
    float: right;
    margin-right: 12px;
    width: 70px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #f69a23;
    color: #fff;
    margin-top: 6px
}

.folding {
    display: none;
    background-color: #fffdfa;
    box-shadow: -1px 1px 5px 0 rgba(246, 154, 35, .2);
    position: absolute;
    top: 0;
    left: 208px;
    z-index: 10;
    width: 550px;
    padding: 0 25px;
    box-sizing: border-box
}

.folding .box .t_h {
    overflow: hidden
}

.folding .box .t_h p {
    float: left;
    font-size: 14px;
    color: #4a4a4a
}

.folding .box .t_h a {
    display: block;
    float: right;
    font-size: 12px;
    color: #9b9b9b;
    position: relative;
    padding-right: 10px
}

.folding .box .t_h a:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #9b9b9b;
    border-left: 1px solid #9b9b9b;
    position: absolute;
    right: 2px;
    top: 50%;
    margin-top: -4px;
    transform: rotate(135deg)
}

.folding .box .t_d {
    line-height: normal
}

.folding .box .t_d a {
    font-size: 12px;
    color: #666;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.folding .box .t_d a:hover {
    color: #ee7617
}

.folding .all {
    font-size: 12px;
    color: #182c8c !important;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 600
}

.integral {
    width: 1120px;
    margin: 0 auto
}

.integral .itop {
    padding: 8px 0
}

.integral .itop > a, .integral .itop > div {
    display: inline-block;
    vertical-align: middle
}

.integral .isearch {
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border: 2px solid #f69a23;
    margin-left: 65px;
    margin-right: 25px;
    border-radius: 2px
}

.integral .isearch .inputCon {
    width: 586px;
    float: left
}

.integral .isearch .el-input__inner {
    line-height: 40px;
    height: 40px;
    padding-left: 10px;
    width: 100%;
    font-size: 14px;
    box-sizing: border-box
}

.integral .isearch .select {
    float: left
}

.integral .isearch .el-select .el-input__inner {
    border-color: transparent transparent transparent #eee;
    border-radius: 0
}

.integral .isearch .el-select {
    width: 100%
}

.integral .isearch .btn {
    float: left;
    width: 78px;
    height: 40px;
    background: #f69a23;
    color: #fff;
    font-size: 16px;
    text-align: center;
    cursor: pointer
}

.integral .ibottom > ul > li {
    float: left;
    height: 40px;
    line-height: 40px;
    margin-left: 55px;
    cursor: pointer;
    position: relative
}

.integral .ibottom > ul > li.active {
    border-bottom: 2px solid #f69a23
}

.integral .ibottom > ul > li.active > a {
    color: #f69a23
}

.integral .ibottom > ul > li > a {
    font-size: 16px;
    color: #4a4a4a;
    display: block;
    height: 40px
}

.integral .ibottom > ul > li:hover > a {
    color: #f69a23
}

.integral .ibottom > ul > li:first-child {
    width: 210px;
    margin-left: 0;
    background-color: #f6f7f8;
    padding-left: 72px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMCAYAAABr5z2BAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAEKADAAQAAAABAAAADAAAAACRRQtxAAABHElEQVQoFWNkAIKAgACFDRs2PACxfXx8zBgZGTlBbHzg////fEB1Lxh9fX2dfv78uZ6JiSmblZX12q9fv3Z//vxZAJ9mmJyAgMAnRhDH29vbxdTUdB+IffLkyaK/f/+CmD9BBD7AzMx8E588feQYGxoamI4fP54nKSk5Y8GCBT88PDyCgF4wx2U9MKye79y5cwJMnuXMmTMgxdWvXr16DKTXAjW3//jxQwimAJ1mZ2f/7ufnt2rTpk3PQHLgQAQKiAMFXoIEgNEoDbRFDMTGBoDR92vz5s1XsckNjBhjdHQ035s3b3YAE1Holi1bnrq6ui768+ePPCHnANMAGwsLy3cWYKoDJVteUNIE0k+BtCAQsxMy4N+/f0xANZwAI1xuHcCjoqwAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position: 16% 50%;
    box-sizing: border-box;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1)
}

.integral .ibottom > ul > li:first-child:hover {
    background-color: #f69a23;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMCAYAAABr5z2BAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAEKADAAQAAAABAAAADAAAAACRRQtxAAAAyUlEQVQoFWNkAIL///8rMDIyPoCyzYA0J4hNAPAB5V+ANDsB8UcgjgFiIyB+C8R/icTvGUG2ABW7AKl9IDYQFEEohp9QGh91E58kfeQYgc5nAlqVB8QzgAH5A8gPArLN8Vj/HKhuAlweqMESiF8DcTBIEEjfhPJBYtjwI6C4FMwAWCCKA019CTVAGkiLwRRgoX8B1V7FIj5AQqBABKWoHUAcCnTaUyB/EZAtT4R72IBqvrMACVCy5QVikEFPgVgQiNmBmBAAxR4nAOA+mkejaFITAAAAAElFTkSuQmCC)
}

.integral .ibottom > ul > li:first-child:hover > a {
    color: #fff
}

.integral .login .number {
    font-size: 22px;
    color: #f69a23
}

.integral .login {
    text-align: center
}

.integral .login > a, .integral .login > div {
    display: inline-block;
    padding: 20px;
    cursor: pointer
}

.integral .login p {
    font-size: 14px;
    color: #666;
    padding-top: 3px
}

.headerStyle {
    height: 126px
}

.header {
    width: 100%;
    background: #fff;
    z-index: 20
}

.header .headView {
    background-color: #f7f9fa;
    z-index: 11;
    position: relative;
    border-bottom: 1px solid #f1f1f1
}

.top {
    width: 1120px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto
}

.top .login {
    float: left;
    color: #d4d7d9
}

.top .login a:first-child {
    margin-right: 50px;
    color: #999
}

.top .login a {
    color: #ee7617
}

.top .info {
    float: right
}

.top .info a {
    margin-left: 10px
}


.top .info .cart a:after, .top .info li:after, .top > div > .link:before {
    content: "|";
    color: #eee;
    margin-left: 10px
}

.top .info a:last-child:after {
    content: ""
}

.top .info a:first-child span {
    line-height: normal;
    background-color: #ed6900;
    color: #fff;
    padding: 0 7px;
    font-size: 12px;
    border-radius: 7px
}

.top > div > .link, .top > div > a, .top > div > li {
    color: #999;
    display: inline-block;
    font-size: 12px;
    transition: all .5s;
    position: relative
}

.top > div > .link:hover .linkhover {
    opacity: 1;
    transition: opacity .9s;
    transform: scale(1)
}

.top > div > .link .linkhover {
    display: inline-block;
    position: absolute;
    opacity: 0;
    left: 50%;
    top: 30px;
    transition: opacity .9s;
    transform: scale(0);
    margin-left: -65px;
    width: 150px;
    background: #fff;
    border: 1px solid #eee
}

.top > div > .link a {
    color: #999;
    font-size: 12px
}

.top > div > .link span {
    padding-left: 15px;
    transition: all .5s;
    cursor: pointer;
    font-size: 12px
}

.top > div > .link span:hover {
    color: #15288b;
    transition: all .5s
}

.top > div > .link div a {
    color: #999;
    font-size: 12px;
    display: block;
    text-align: center;
    border-top: 1px solid #eee;
    margin-left: 0;
    height: 40px;
    line-height: 40px;
    transition: all .5s
}

.top > div > .link div a:first-child {
    border-top: 0
}

.top > div > li a {
    color: #999;
    font-size: 12px
}


.ibottom .inav.hover li:hover .folding {
    display: block
}

.integralcrat {
    position: relative;
    border: 1px solid transparent;
    border-bottom: 0
}

.integralcrat:hover {
    background: #fff;
    border-color: #e5e3e3;
    box-shadow: 0 2px 13px 0 rgba(0, 0, 0, .14)
}

.integralcrat img:nth-of-type(2) {
    display: none
}

.integralcrat:hover img:nth-of-type(2), .integralcrat a > i {
    display: inline-block
}

.integralcrat a > i {
    background: #f69a23;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    width: 14px;
    height: 14px;
    font-style: normal;
    position: absolute;
    top: 15px;
    right: 20px
}

.integralcrat:hover img:first-of-type {
    display: none
}

.integralcrat:hover .cratView {
    display: block
}

[data-v-291a99cf] .el-carousel__arrow--right {
    right: 50px
}

.banner[data-v-291a99cf] {
    overflow: hidden;
    position: relative;
    z-index: 1
}

.banner[data-v-291a99cf] .el-carousel__container {
    width: 100%;
    overflow: hidden;
    height: 100%
}

.banner .bannerImg[data-v-291a99cf] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.bannerView[data-v-291a99cf] {
    width: 1120px;
    margin: 0 auto;
    padding-left: 76px;
    padding-top: 25px;
    transition: all .5s
}

.bannerView h1[data-v-291a99cf]:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    background: #ee7617;
    width: 40px
}

.bannerView h1 {
    font-size: 36px;
    color: #ee7617;
    padding-top: 25px;
    padding-bottom: 10px;
    font-weight: 700;
    margin-top: 82px;
    margin-bottom: 0;
    transition: all .5s;
    position: relative
}

.bannerView h1 span {
    color: #333;
    font-size: 36px
}

.bannerView p {
    color: #999;
    padding-bottom: 45px;
    font-size: 16px
}

.bannerView div {
    width: 132px;
    height: 42px;
    border-radius: 4px;
    background: #ee7617;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    line-height: 42px;
    color: #fff;
    text-align: center;
    transition: background 1s;
    position: relative;
    z-index: 1;
    cursor: pointer
}

.bannerView div :hover {
    color: #ee7617;
    transition: background 1s;
    background: #fff
}

.sub {
    background: #fff;
    position: relative
}

.sub:hover .left, .sub:hover .right {
    opacity: 1;
    transition: all .5s
}

.sub .left {
    position: absolute;
    background: hsla(0, 0%, 89.8%, .5);
    left: 0;
    height: 100%;
    top: 0;
    width: 30px;
    cursor: pointer;
    opacity: 0;
    transition: all .5s
}

.sub .left:after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(-45deg)
}

.sub .right {
    position: absolute;
    background: hsla(0, 0%, 89.8%, .5);
    right: 0;
    height: 100%;
    top: 0;
    width: 30px;
    cursor: pointer;
    opacity: 0;
    transition: all .5s
}

.sub .right:after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    position: absolute;
    top: 50%;
    left: 25%;
    transform: rotate(135deg)
}

.sub-nav {
    width: 1120px;
    margin: 0 auto;
    padding: 10px 0 15px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center
}

.sub-nav li {
    text-align: center;
    margin: 0 22px;
    position: relative
}

.sub-nav li:first-of-type {
    margin-left: 0
}

.sub-nav li:last-of-type {
    margin-right: 0
}

.sub-nav li strong {
    display: block;
    font-size: 12px;
    color: #666;
    padding-top: 3px;
    font-weight: 400
}

.sub-nav li img {
    width: 80px
}

.sub-nav li img:first-child {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .9
}

.sub-nav li:hover img:first-child, .sub-nav li img:nth-child(2) {
    display: none
}

.sub-nav li:hover img:nth-child(2) {
    display: inline-block
}

.sub-nav li:hover strong {
    color: #ee7617
}

.sub-nav .active strong {
    color: #ee7617 !important
}

.sub-nav .active img:first-child {
    display: none !important
}

.sub-nav .active img:nth-child(2) {
    display: inline-block !important
}

.sub-nav .active:after {
    content: "";
    position: absolute;
    bottom: -15px;
    width: 50px;
    height: 2px;
    background: #ee7617;
    left: 50%;
    margin-left: -25px
}

.delete {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    z-index: 100
}

.share {
    display: flex;
    align-items: center;
    padding: 10px
}

.alSvgIcon {
    width: 1em;
    height: 1em;
    fill: currentColor;
    overflow: hidden
}

.gxr {
    font-size: 22px;
    margin: 0 3px;
    cursor: pointer
}

.service ul {
    overflow: hidden;
    float: left
}

.service ul li {
    float: left;
    margin-left: 28px
}

.service ul li:hover .icon {
    transform: translateY(-10px);
    transition: all .5s
}

.service ul li .icon {
    margin-right: 10px;
    transform: translateY(0);
    transition: all .5s
}

.service ul li div {
    display: inline-block;
    vertical-align: middle;
    line-height: normal
}

.service ul li div p:first-child {
    font-size: 14px;
    color: #313131
}

.service ul li div p:nth-child(2) {
    padding-top: 5px;
    font-size: 12px;
    color: #a0a0a0
}

.service .Customized {
    float: right
}

.service .Customized a {
    width: 140px;
    display: inline-block;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    margin-right: 28px;
    background: #ee7617;
    cursor: pointer;
    transition: all .5s;
    border: 1px solid transparent
}

.service .Customized a:hover {
    transition: all .5s;
    color: #ee7617;
    background: #fff;
    border: 1px solid #ee7617
}

.service .Customized a:first-child {
    margin-right: 24px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #ee7617;
    color: #ee7617
}

.service .Customized a:first-child:hover {
    transition: all .5s;
    color: #fff;
    background: #ee7617
}

.title {
    padding-top: 45px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dfdfdf;
    overflow: hidden;
    text-align: center
}

.title .max {
    float: left;
    position: relative;
    height: 50px;
    border-bottom: 2px solid #ee7617
}

.title .max h1 {
    font-size: 24px;
    color: #313131;
    margin: 0
}

.title .min {
    display: inline-block;
    overflow: hidden
}

.title .min p {
    float: left;
    font-size: 16px;
    color: #7d7d7d;
    cursor: pointer
}

.title .min p:nth-child(2) {
    margin: 0 60px
}

.title .min .active {
    color: #0e0e0e;
    font-weight: 700
}

.title .direction {
    float: right
}

.title .direction div {
    width: 35px;
    height: 35px;
    border: 1px solid #dfdfdf;
    border-radius: 50%;
    margin-right: 15px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .5s
}

.title .direction div:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -3.5px;
    left: 50%;
    margin-left: -1px;
    width: 7px;
    height: 7px;
    border-left: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    transform: rotate(45deg);
    transition: all .5s
}

.title .direction div:hover, .title .direction div:hover:after {
    border-color: #15288b;
    transition: all .5s
}

.title .direction div:nth-child(2):after {
    transform: rotate(-135deg);
    margin-left: -3.5px
}

.tright {
    text-align: center !important
}

.tright a {
    padding-top: 5px;
    padding-right: 10px;
    float: right;
    position: relative
}

.tright a:after {
    content: "";
    float: right;
    width: 8px;
    height: 8px;
    display: block;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
    margin-left: 5px;
    margin-top: 2px
}

.advert img {
    width: 100%
}

.columnStyle {
    position: relative
}

.column {
    width: 50px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
    background: #fff;
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -670px;
    z-index: 10
}

.post {
    position: fixed;
    top: 150px
}

.column li {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    height: 50px;
    letter-spacing: 1px;
    line-height: 1.25;
    border-bottom: 1px solid #eee;
    color: #ee7617;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    background: #fff;
    transition: all .5s;
    display: flex;
    justify-content: center;
    align-items: center
}

.column li.orange p {
    display: inline-block;
    color: #fff
}

.column li.orange img, .column li a, .column li p {
    display: none
}

.column li:hover a, .column li:hover p {
    display: inline-block
}

.column li:hover img {
    display: none
}

.column li.style {
    padding: 10px 0
}

.column li a {
    color: #ee7617
}

.column li img {
    max-width: 22px;
    max-height: 22px
}

.column li:last-of-type {
    border-bottom: 0
}

.column li:hover {
    background: #ee7617
}

.column li:hover a, .column li:hover {
    color: #fff;
    transition: all .5s
}

.column .orange {
    background: #ee7617
}

.icon {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 51px;
    background: url(img/f5e8501.png)
}

.sever_01 {
    background-position: 0 0
}

.sever_02 {
    background-position: -50px 0
}

.sever_04 {
    background-position: -100px 0
}

.sever_03 {
    background-position: -150px 0
}