@charset "utf-8";

@font-face {
    font-family: "iconfont";
    src: url('../../../public/fonts/iconfont/iconfont.eot?t=1497855280632');
    src: url('../../../public/fonts/iconfont/iconfont.eot?t=1497855280632#iefix') format('embedded-opentype'), url('../../../public/fonts/iconfont/iconfont.woff?t=1497855280632') format('woff'), url('../../../public/fonts/iconfont/iconfont.ttf?t=1497855280632') format('truetype'), url('../../../public/fonts/iconfont/iconfont.svg?t=1497855280632#iconfont') format('svg')
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-next:before {
    content: "\e601"
}

.icon-next2:before {
    content: "\e636"
}

.icon-prev2:before {
    content: "\e637"
}

.icon-prev1:before {
    content: "\e648"
}

.icon-next1:before {
    content: "\e655"
}

.icon-prev:before {
    content: "\e606"
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px
}

.slick-slide:not(:first-child) {
    display: none
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto
}

.slick-arrow.slick-hidden {
    display: none
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.webui-popover-content {
    display: none
}

.webui-popover-rtl {
    direction: rtl;
    text-align: right
}

.webui-popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    min-width: 50px;
    min-height: 32px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid #eee;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15)
}

.webui-popover.top,
.webui-popover.top-left,
.webui-popover.top-right {
    margin-top: -10px
}

.webui-popover.right,
.webui-popover.right-top,
.webui-popover.right-bottom {
    margin-left: 10px
}

.webui-popover.bottom,
.webui-popover.bottom-left,
.webui-popover.bottom-right {
    margin-top: 10px
}

.webui-popover.left,
.webui-popover.left-top,
.webui-popover.left-bottom {
    margin-left: -10px
}

.webui-popover.pop {
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: transform .15s cubic-bezier(0.3, 0, 0, 1.5);
    -o-transition: transform .15s cubic-bezier(0.3, 0, 0, 1.5);
    transition: transform .15s cubic-bezier(0.3, 0, 0, 1.5);
    opacity: 0;
    filter: alpha(opacity=0)
}

.webui-popover.pop-out {
    -webkit-transition-property: "opacity,transform";
    -o-transition-property: "opacity,transform";
    transition-property: "opacity,transform";
    -webkit-transition: .15s linear;
    -o-transition: .15s linear;
    transition: .15s linear;
    opacity: 0;
    filter: alpha(opacity=0)
}

.webui-popover.fade,
.webui-popover.fade-out {
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
    opacity: 0;
    filter: alpha(opacity=0)
}

.webui-popover.out {
    opacity: 0;
    filter: alpha(opacity=0)
}

.webui-popover.in {
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100)
}

.webui-popover .webui-popover-content {
    padding: 9px 14px;
    overflow: auto;
    display: block
}

.webui-popover .webui-popover-content>div:first-child {
    width: 99%
}

.webui-popover-inner .close {
    font-family: arial;
    margin: 8px 10px 0 0;
    float: right;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
    text-decoration: none
}

.webui-popover-inner .close:hover,
.webui-popover-inner .close:focus {
    opacity: .5;
    filter: alpha(opacity=50)
}

.webui-popover-inner .close:after {
    content: "\00D7";
    width: .8em;
    height: .8em;
    padding: 4px;
    position: relative
}

.webui-popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
    border-radius: 5px 5px 0 0
}

.webui-popover-content {
    padding: 9px 14px;
    overflow: auto;
    display: none
}

.webui-popover-inverse {
    background-color: #333;
    color: #eee
}

.webui-popover-inverse .webui-popover-title {
    background: #333;
    border-bottom: 1px solid #3b3b3b;
    color: #eee
}

.webui-no-padding .webui-popover-content {
    padding: 0
}

.webui-no-padding .list-group-item {
    border-right: none;
    border-left: none
}

.webui-no-padding .list-group-item:first-child {
    border-top: 0
}

.webui-no-padding .list-group-item:last-child {
    border-bottom: 0
}

.webui-popover>.webui-arrow,
.webui-popover>.webui-arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.webui-popover>.webui-arrow {
    border-width: 11px
}

.webui-popover>.webui-arrow:after {
    border-width: 10px;
    content: ""
}

.webui-popover.top>.webui-arrow,
.webui-popover.top-right>.webui-arrow,
.webui-popover.top-left>.webui-arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: #eee;
    border-bottom-width: 0
}

.webui-popover.top>.webui-arrow:after,
.webui-popover.top-right>.webui-arrow:after,
.webui-popover.top-left>.webui-arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #fff;
    border-bottom-width: 0
}

.webui-popover.right>.webui-arrow,
.webui-popover.right-top>.webui-arrow,
.webui-popover.right-bottom>.webui-arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: #eee
}

.webui-popover.right>.webui-arrow:after,
.webui-popover.right-top>.webui-arrow:after,
.webui-popover.right-bottom>.webui-arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.webui-popover.bottom>.webui-arrow,
.webui-popover.bottom-right>.webui-arrow,
.webui-popover.bottom-left>.webui-arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999;
    border-bottom-color: #eee;
    border-top-width: 0
}

.webui-popover.bottom>.webui-arrow:after,
.webui-popover.bottom-right>.webui-arrow:after,
.webui-popover.bottom-left>.webui-arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-bottom-color: #fff;
    border-top-width: 0
}

.webui-popover.left>.webui-arrow,
.webui-popover.left-top>.webui-arrow,
.webui-popover.left-bottom>.webui-arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: #eee
}

.webui-popover.left>.webui-arrow:after,
.webui-popover.left-top>.webui-arrow:after,
.webui-popover.left-bottom>.webui-arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.webui-popover-inverse.top>.webui-arrow,
.webui-popover-inverse.top-left>.webui-arrow,
.webui-popover-inverse.top-right>.webui-arrow,
.webui-popover-inverse.top>.webui-arrow:after,
.webui-popover-inverse.top-left>.webui-arrow:after,
.webui-popover-inverse.top-right>.webui-arrow:after {
    border-top-color: #333
}

.webui-popover-inverse.right>.webui-arrow,
.webui-popover-inverse.right-top>.webui-arrow,
.webui-popover-inverse.right-bottom>.webui-arrow,
.webui-popover-inverse.right>.webui-arrow:after,
.webui-popover-inverse.right-top>.webui-arrow:after,
.webui-popover-inverse.right-bottom>.webui-arrow:after {
    border-right-color: #333
}

.webui-popover-inverse.bottom>.webui-arrow,
.webui-popover-inverse.bottom-left>.webui-arrow,
.webui-popover-inverse.bottom-right>.webui-arrow,
.webui-popover-inverse.bottom>.webui-arrow:after,
.webui-popover-inverse.bottom-left>.webui-arrow:after,
.webui-popover-inverse.bottom-right>.webui-arrow:after {
    border-bottom-color: #333
}

.webui-popover-inverse.left>.webui-arrow,
.webui-popover-inverse.left-top>.webui-arrow,
.webui-popover-inverse.left-bottom>.webui-arrow,
.webui-popover-inverse.left>.webui-arrow:after,
.webui-popover-inverse.left-top>.webui-arrow:after,
.webui-popover-inverse.left-bottom>.webui-arrow:after {
    border-left-color: #333
}

.webui-popover i.icon-refresh:before {
    content: ""
}

.webui-popover i.icon-refresh {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 20px;
    top: 50%;
    left: 50%;
    position: absolute;
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
    background: url('../../../public/third-party/webui-popover/../../images/loading.gif') center/contain no-repeat
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

.webui-popover-backdrop {
    background-color: rgba(0, 0, 0, .65);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998
}

.webui-popover .dropdown-menu {
    display: block;
    position: relative;
    top: 0;
    border: none;
    box-shadow: none;
    float: none
}

@font-face {
    font-family: Pe-icon-7-stroke;
    font-style: normal;
    font-weight: 400;
    src: url('../../../public/third-party/fonts/7-stroke/Pe-icon-7-stroke.eot?d7yf1v');
    src: url('../../../public/third-party/fonts/7-stroke/Pe-icon-7-stroke.eot?#iefixd7yf1v') format('embedded-opentype'), url('../../../public/third-party/fonts/7-stroke/Pe-icon-7-stroke.woff?d7yf1v') format('woff'), url('../../../public/third-party/fonts/7-stroke/Pe-icon-7-stroke.ttf?d7yf1v') format('truetype'), url('../../../public/third-party/fonts/7-stroke/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke') format('svg')
}

[class*=" pe-"],
[class^=pe-] {
    position: relative;
    display: inline-block;
    font-family: Pe-icon-7-stroke;
    font-style: normal;
    font-weight: 400;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    text-rendering: auto;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.pe-album:before {
    content: "\e6aa"
}

.pe-arc:before {
    content: "\e6ab"
}

.pe-back-2:before {
    content: "\e6ac"
}

.pe-bandaid:before {
    content: "\e6ad"
}

.pe-car:before {
    content: "\e6ae"
}

.pe-diamond:before {
    content: "\e6af"
}

.pe-door-lock:before {
    content: "\e6b0"
}

.pe-eyedropper:before {
    content: "\e6b1"
}

.pe-female:before {
    content: "\e6b2"
}

.pe-gym:before {
    content: "\e6b3"
}

.pe-hammer:before {
    content: "\e6b4"
}

.pe-headphones:before {
    content: "\e6b5"
}

.pe-helm:before {
    content: "\e6b6"
}

.pe-hourglass:before {
    content: "\e6b7"
}

.pe-leaf:before {
    content: "\e6b8"
}

.pe-magic-wand:before {
    content: "\e6b9"
}

.pe-male:before {
    content: "\e6ba"
}

.pe-map-2:before {
    content: "\e6bb"
}

.pe-next-2:before {
    content: "\e6bc"
}

.pe-paint-bucket:before {
    content: "\e6bd"
}

.pe-pendrive:before {
    content: "\e6be"
}

.pe-photo:before {
    content: "\e6bf"
}

.pe-piggy:before {
    content: "\e6c0"
}

.pe-plugin:before {
    content: "\e6c1"
}

.pe-refresh-2:before {
    content: "\e6c2"
}

.pe-rocket:before {
    content: "\e6c3"
}

.pe-settings:before {
    content: "\e6c4"
}

.pe-shield:before {
    content: "\e6c5"
}

.pe-smile:before {
    content: "\e6c6"
}

.pe-usb:before {
    content: "\e6c7"
}

.pe-vector:before {
    content: "\e6c8"
}

.pe-wine:before {
    content: "\e6c9"
}

.pe-cloud-upload:before {
    content: "\e68a"
}

.pe-cash:before {
    content: "\e68c"
}

.pe-close:before {
    content: "\e680"
}

.pe-bluetooth:before {
    content: "\e68d"
}

.pe-cloud-download:before {
    content: "\e68b"
}

.pe-way:before {
    content: "\e68e"
}

.pe-close-circle:before {
    content: "\e681"
}

.pe-id:before {
    content: "\e68f"
}

.pe-angle-up:before {
    content: "\e682"
}

.pe-wristwatch:before {
    content: "\e690"
}

.pe-angle-up-circle:before {
    content: "\e683"
}

.pe-world:before {
    content: "\e691"
}

/* .pe-angle-right:before{content:"\e684"} */
.pe-volume:before {
    content: "\e692"
}

.pe-angle-right-circle:before {
    content: "\e685"
}

.pe-users:before {
    content: "\e693"
}

/* .pe-angle-left:before{content:"\e686"} */
.pe-user-female:before {
    content: "\e694"
}

.pe-angle-left-circle:before {
    content: "\e687"
}

.pe-up-arrow:before {
    content: "\e695"
}

.pe-angle-down:before {
    content: "\e688"
}

.pe-switch:before {
    content: "\e696"
}

.pe-angle-down-circle:before {
    content: "\e689"
}

.pe-scissors:before {
    content: "\e697"
}

.pe-wallet:before {
    content: "\e600"
}

.pe-safe:before {
    content: "\e698"
}

.pe-volume2:before {
    content: "\e601"
}

.pe-volume1:before {
    content: "\e602"
}

.pe-voicemail:before {
    content: "\e603"
}

.pe-video:before {
    content: "\e604"
}

.pe-user:before {
    content: "\e605"
}

.pe-upload:before {
    content: "\e606"
}

.pe-unlock:before {
    content: "\e607"
}

.pe-umbrella:before {
    content: "\e608"
}

.pe-trash:before {
    content: "\e609"
}

.pe-tools:before {
    content: "\e60a"
}

.pe-timer:before {
    content: "\e60b"
}

.pe-ticket:before {
    content: "\e60c"
}

.pe-target:before {
    content: "\e60d"
}

.pe-sun:before {
    content: "\e60e"
}

.pe-study:before {
    content: "\e60f"
}

.pe-stopwatch:before {
    content: "\e610"
}

.pe-star:before {
    content: "\e611"
}

.pe-speaker:before {
    content: "\e612"
}

.pe-signal:before {
    content: "\e613"
}

.pe-shuffle:before {
    content: "\e614"
}

.pe-shopbag:before {
    content: "\e615"
}

.pe-share:before {
    content: "\e616"
}

.pe-server:before {
    content: "\e617"
}

.pe-search:before {
    content: "\e618"
}

.pe-film:before {
    content: "\e6a5"
}

.pe-science:before {
    content: "\e619"
}

.pe-disk:before {
    content: "\e6a6"
}

.pe-ribbon:before {
    content: "\e61a"
}

.pe-repeat:before {
    content: "\e61b"
}

.pe-refresh:before {
    content: "\e61c"
}

.pe-add-user:before {
    content: "\e6a9"
}

.pe-refresh-cloud:before {
    content: "\e61d"
}

.pe-paperclip:before {
    content: "\e69c"
}

.pe-radio:before {
    content: "\e61e"
}

.pe-note2:before {
    content: "\e69d"
}

.pe-print:before {
    content: "\e61f"
}

.pe-network:before {
    content: "\e69e"
}

.pe-prev:before {
    content: "\e620"
}

.pe-mute:before {
    content: "\e69f"
}

.pe-power:before {
    content: "\e621"
}

.pe-medal:before {
    content: "\e6a0"
}

.pe-portfolio:before {
    content: "\e622"
}

.pe-like2:before {
    content: "\e6a1"
}

.pe-plus:before {
    content: "\e623"
}

.pe-left-arrow:before {
    content: "\e6a2"
}

.pe-play:before {
    content: "\e624"
}

.pe-key:before {
    content: "\e6a3"
}

.pe-plane:before {
    content: "\e625"
}

.pe-joy:before {
    content: "\e6a4"
}

.pe-photo-gallery:before {
    content: "\e626"
}

.pe-pin:before {
    content: "\e69b"
}

.pe-phone:before {
    content: "\e627"
}

.pe-plug:before {
    content: "\e69a"
}

.pe-pen:before {
    content: "\e628"
}

.pe-right-arrow:before {
    content: "\e699"
}

.pe-paper-plane:before {
    content: "\e629"
}

.pe-delete-user:before {
    content: "\e6a7"
}

.pe-paint:before {
    content: "\e62a"
}

.pe-bottom-arrow:before {
    content: "\e6a8"
}

.pe-notebook:before {
    content: "\e62b"
}

.pe-note:before {
    content: "\e62c"
}

.pe-next:before {
    content: "\e62d"
}

.pe-news-paper:before {
    content: "\e62e"
}

.pe-musiclist:before {
    content: "\e62f"
}

.pe-music:before {
    content: "\e630"
}

.pe-mouse:before {
    content: "\e631"
}

.pe-more:before {
    content: "\e632"
}

.pe-moon:before {
    content: "\e633"
}

.pe-monitor:before {
    content: "\e634"
}

.pe-micro:before {
    content: "\e635"
}

.pe-menu:before {
    content: "\e636"
}

.pe-map:before {
    content: "\e637"
}

.pe-map-marker:before {
    content: "\e638"
}

.pe-mail:before {
    content: "\e639"
}

.pe-mail-open:before {
    content: "\e63a"
}

.pe-mail-open-file:before {
    content: "\e63b"
}

.pe-magnet:before {
    content: "\e63c"
}

.pe-loop:before {
    content: "\e63d"
}

.pe-look:before {
    content: "\e63e"
}

.pe-lock:before {
    content: "\e63f"
}

.pe-lintern:before {
    content: "\e640"
}

.pe-link:before {
    content: "\e641"
}

.pe-like:before {
    content: "\e642"
}

.pe-light:before {
    content: "\e643"
}

.pe-less:before {
    content: "\e644"
}

.pe-keypad:before {
    content: "\e645"
}

.pe-junk:before {
    content: "\e646"
}

.pe-info:before {
    content: "\e647"
}

.pe-home:before {
    content: "\e648"
}

.pe-help2:before {
    content: "\e649"
}

.pe-help1:before {
    content: "\e64a"
}

.pe-graph3:before {
    content: "\e64b"
}

.pe-graph2:before {
    content: "\e64c"
}

.pe-graph1:before {
    content: "\e64d"
}

.pe-graph:before {
    content: "\e64e"
}

.pe-global:before {
    content: "\e64f"
}

.pe-gleam:before {
    content: "\e650"
}

.pe-glasses:before {
    content: "\e651"
}

.pe-gift:before {
    content: "\e652"
}

.pe-folder:before {
    content: "\e653"
}

.pe-flag:before {
    content: "\e654"
}

.pe-filter:before {
    content: "\e655"
}

.pe-file:before {
    content: "\e656"
}

.pe-expand1:before {
    content: "\e657"
}

.pe-exapnd2:before {
    content: "\e658"
}

.pe-edit:before {
    content: "\e659"
}

.pe-drop:before {
    content: "\e65a"
}

.pe-drawer:before {
    content: "\e65b"
}

.pe-download:before {
    content: "\e65c"
}

.pe-display2:before {
    content: "\e65d"
}

.pe-display1:before {
    content: "\e65e"
}

.pe-diskette:before {
    content: "\e65f"
}

.pe-date:before {
    content: "\e660"
}

.pe-cup:before {
    content: "\e661"
}

.pe-culture:before {
    content: "\e662"
}

.pe-crop:before {
    content: "\e663"
}

.pe-credit:before {
    content: "\e664"
}

.pe-copy-file:before {
    content: "\e665"
}

.pe-config:before {
    content: "\e666"
}

.pe-compass:before {
    content: "\e667"
}

.pe-comment:before {
    content: "\e668"
}

.pe-coffee:before {
    content: "\e669"
}

.pe-cloud:before {
    content: "\e66a"
}

.pe-clock:before {
    content: "\e66b"
}

.pe-check:before {
    content: "\e66c"
}

.pe-chat:before {
    content: "\e66d"
}

.pe-cart:before {
    content: "\e66e"
}

.pe-camera:before {
    content: "\e66f"
}

.pe-call:before {
    content: "\e670"
}

.pe-calculator:before {
    content: "\e671"
}

.pe-browser:before {
    content: "\e672"
}

.pe-box2:before {
    content: "\e673"
}

.pe-box1:before {
    content: "\e674"
}

.pe-bookmarks:before {
    content: "\e675"
}

.pe-bicycle:before {
    content: "\e676"
}

.pe-bell:before {
    content: "\e677"
}

.pe-battery:before {
    content: "\e678"
}

.pe-ball:before {
    content: "\e679"
}

.pe-back:before {
    content: "\e67a"
}

.pe-attention:before {
    content: "\e67b"
}

.pe-anchor:before {
    content: "\e67c"
}

.pe-albums:before {
    content: "\e67d"
}

.pe-alarm:before {
    content: "\e67e"
}

.pe-airplay:before {
    content: "\e67f"
}

.slick-loading .slick-list {
    background: #fff url('../../../public/third-party/slick/./ajax-loader.gif') center center no-repeat
}

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('../../../public/third-party/slick/./fonts/slick.eot');
    src: url('../../../public/third-party/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('../../../public/third-party/slick/./fonts/slick.woff') format('woff'), url('../../../public/third-party/slick/./fonts/slick.ttf') format('truetype'), url('../../../public/third-party/slick/./fonts/slick.svg#slick') format('svg')
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

[dir='rtl'] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: '→'
}

[dir='rtl'] .slick-next:before {
    content: '←'
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black
}

.hidden {
    display: none
}

a:hover,
a:active {
    text-decoration: none
}

body.ny-nobanner.met-navfixed {
    padding-top: 100px
}

body.ny-nobanner.met-navfixed-navclamp {
    padding-top: 147px
}

#tophead {
    height: 35px;
    padding: 6px 0;
    border-bottom: 1px solid rgba(181, 181, 181, 0.1);
    font-size: 14px;
    color: #000000;
    color: #ffffff
}

#tophead .tophead-contact li {
    display: inline-block;
    margin-right: 10px
}

.dropdown-submenu.animate>.dropdown-item {
    -webkit-animation: slide-left 0.5s both;
    -o-animation: slide-left 0.5s both;
    animation: slide-left 0.5s both
}

#tophead i {
    color: #116bc4;
    color: ;
    padding-right: 10px
}

#tophead a {
    color: #000000;
    color: #ffffff
}

.dropdown-menu.overflow-visible {
    overflow: visible
}

.head_nav_met_28_7_68 {
    min-height: 60px;
    transition: padding 0.5s;
    border-radius: 0
}

.head_nav_met_28_7_68 {
    background: transparent
}

body.ny-nobanner .head_nav_met_28_7_68 {
    background: #ffffff;
    background:
}

body.ny-nobanner #tophead {
    background: #ffffff !important;
    background: !important
}

.head_nav_met_28_7_68.navbar-shadow {
    padding: 0
}

.met-head.navbar-fixed-top {
    z-index: 1500
}

.head_nav_met_28_7_68.header-zindex {
    z-index: 1601
}

.head_nav_met_28_7_68 .met-langlist .dropdown>a {
    line-height: 22px;
    padding: 0
}

.head_nav_met_28_7_68 .met-logo img {
    max-height: 50px
}

.head_nav_met_28_7_68 .met-logo,
.head_nav_met_28_7_68 .navbar-toggler,
.met-navfixed-navclamp .head_nav_met_28_7_68 .met-langlist .dropdown {
    height: 50px;
    line-height: normal
}

.head_nav_met_28_7_68 .met-langlist .dropdown .dropdown-menu {
    line-height: normal !important;
    min-width: auto
}

.met-navfixed-navclamp .head_nav_met_28_7_68 .input-search {
    height: 50px;
    line-height: 50px
}

.met-navfixed-navclamp .head_nav_met_28_7_68 .met-langlist .dropdown.language {
    line-height: 50px
}

.head_nav_met_28_7_68 .navbar-toggler {
    width: auto
}

.head_nav_met_28_7_68 .navbar-collapse {
    overflow-x: hidden
}

.head_nav_met_28_7_68 .navbar-collapse.flex-navlist {
    width: 100%
}

.head_nav_met_28_7_68 .navlist.flex {
    width: 100%;
    margin-right: 0 !important
}

.head_nav_met_28_7_68 .navlist.flex .nav-item {
    flex: auto;
    text-align: center
}

.head_nav_met_28_7_68 .navlist.flex .nav-item .nav-link {
    height: 50px;
    line-height: 50px;
    padding: 0
}

.head_nav_met_28_7_68 .navlist.flex .nav-item>.dropdown-menu {
    top: 50px
}

.head_nav_met_28_7_68 .navlist.flex>.nav-item>a:before {
    height: 50px;
    line-height: 50px
}

.head_nav_met_28_7_68 .dropdown-menu {
    background-color: #ffffff;
    background-color: ;
    border: none
}

.head_nav_met_28_7_68 .navlist .nav-item>.dropdown-menu .dropdown-item {
    color: #000000;
    color:
}

.dropdown-menu.dropdown-menu-bullet:before,
.dropdown-menu.dropdown-menu-bullet:after {
    border-bottom-color: #ffffff;
    border-bottom-color:
}

.head_nav_met_28_7_68 .navlist .dropdown-menu .dropdown-item:hover,
.head_nav_met_28_7_68 .navlist .dropdown-menu .dropdown-item.active,
.head_nav_met_28_7_68 .navlist .dropdown-menu .dropdown-item:hover span,
.head_nav_met_28_7_68 .navlist .dropdown-menu .dropdown-item.active span {
    background: #ffffff !important;
    color: #116bc4 !important;
    color: !important
}

.head_nav_met_28_7_68 .met-head-user .dropdown-item:hover i {
    color: #116bc4;
    color:
}

.head_nav_met_28_7_68.navbar-default .navbar-nav>.open>.nav-link,
.head_nav_met_28_7_68.navbar-default .navbar-nav>.open>.nav-link:focus,
.head_nav_met_28_7_68.navbar-default .navbar-nav>.open>.nav-link:hover {
    color: #116bc4;
    color:
}

.head_nav_met_28_7_68 .met-head-user .shop_cart {
    font-size: 1rem
}

@media screen\0 {
    .head_nav_met_28_7_68 .navlist.flex {
        text-align: center
    }

    .head_nav_met_28_7_68 .navlist.flex .nav-item {
        display: inline-block;
        float: none
    }

    .head_nav_met_28_7_68 .navlist.flex .nav-item .nav-link {
        padding: 0 20px
    }
}

.head_nav_met_28_7_68 .page-search-form {
    display: inline-block
}

.head_nav_met_28_7_68 .input-search-btn {
    z-index: 9
}

.head_nav_met_28_7_68 .searchBase small.form-control-label {
    position: absolute;
    left: 0;
    top: 50%
}

.head_nav_met_28_7_68 .input-search {
    width: 150px;
    height: 60px;
    line-height: 60px
}

.head_nav_met_28_7_68 .input-search input {
    display: inline-block;
    outline: none;
    height: 36px;
    border-radius: 3px;
    border: none;
    padding-left: 10px;
    padding-right: 30px;
    color: #999999;
    color: ;
    border: 1px solid;
    border-color: #999999;
    border-color: ;
    background: transparent
}

.head_nav_met_28_7_68 .input-search button {
    outline: none
}

.head_nav_met_28_7_68 .input-search button i {
    color: #999999;
    color: ;
    cursor: pointer;
    font-size: 16px
}

.head_nav_met_28_7_68 .input-search button i:hover {
    color: #116bc4;
    color:
}

.head_nav_met_28_7_68 .navlist .nav-item a.nav-link:hover span {
    background: none !important;
    color: #116bc4 !important;
    color: !important
}

.head_nav_met_28_7_68 .dropdown-item,
.head_nav_met_28_7_68 .navlist .nav-item a.nav-link {
    color: #000000;
    color: #ffffff;
    background: transparent
}

.head_nav_met_28_7_68 .navlist .nav-item.home a.nav-link {
    font-size: 14px;
    color:
}

.ny-nobanner .navlist .nav-item a.nav-link,
.head_nav_met_28_7_68.navbar-shadow .navlist .nav-item a.nav-link {
    color: #000000;
    color: #ffffff
}

.head_nav_met_28_7_68 .navlist .nav-item a:hover,
.head_nav_met_28_7_68 .navlist .nav-item a.active,
.head_nav_met_28_7_68 .navlist .nav-item a:hover span,
.head_nav_met_28_7_68 .navlist .nav-item a.active span {
    background: none !important;
    color: #116bc4;
    color:
}

.ny-nobanner .navlist .nav-item a.active,
.head_nav_met_28_7_68.navbar-shadow .navlist .nav-item a.active {
    color: #116bc4;
    color:
}

.head_nav_met_28_7_68 .dropdown-submenu>.dropdown-item.dropdown-a:after {
    border-top: 0.286rem solid;
    border-right: 0.286rem solid transparent;
    border-left: 0.286rem solid transparent
}

.head_nav_met_28_7_68 .dropdown-submenu .dropdown-menu.block {
    position: static;
    border-right: none;
    border-left: none;
    padding-left: 10px
}

@media (max-width:767px) {

    body.ny-nobanner.met-navfixed,
    body.met-navfixed {
        padding-top: 60px
    }

    .head_nav_met_28_7_68 .dropdown-submenu .dropdown-menu {
        padding-left: 10px
    }

    .head_nav_met_28_7_68 .dropdown-menu-right.dropdown-menu-bullet:after,
    .head_nav_met_28_7_68 .dropdown-menu-right.dropdown-menu-bullet:before {
        display: none
    }

    .head_nav_met_28_7_68 .navlist .nav-item a.active {
        background: none !important
    }

    .head_nav_met_28_7_68 .met-head-shop li {
        display: block !important;
        margin: 0
    }
}

.head_nav_met_28_7_68 .met-langlist .dropdown-menu {
    top: 43px;
    padding: 0
}

.head_nav_met_28_7_68 .met-langlist .dropdown-menu a+a {
    border-top: 1px solid rgba(255, 255, 255, 0.2)
}

.head_nav_met_28_7_68 .met-langlist .dropdown-item {
    color: #000000;
    color:
}

.head_nav_met_28_7_68 .met-langlist .modal {
    background: rgba(0, 0, 0, 0.3)
}

@media (min-width:768px) {
    .head_nav_met_28_7_68 {
        padding: 20px 0
    }

    .head_nav_met_28_7_68 .met-langlist .dropdown {
        height: 60px;
        line-height: 60px
    }

    .head_nav_met_28_7_68 .navlist .nav-item .nav-link {
        padding-top: 0px;
        padding-bottom: 0px;
        height: 60px;
        line-height: 60px
    }

    .head_nav_met_28_7_68 .navlist .nav-item>.dropdown-menu {
        top: 65px;
        padding: 0;
        border: none;
        max-height: calc(100vh - 100px);
        overflow-y: auto
    }

    .head_nav_met_28_7_68 .navlist .nav-item>.dropdown-menu>.dropdown-submenu .dropdown-menu {
        padding: 0;
        max-height: calc(100vh - 100px);
        overflow-y: auto
    }

    .head_nav_met_28_7_68 .navlist .nav-item>.dropdown-menu .border-top1 {
        border-top: 1px solid rgba(255, 255, 255, 0.2)
    }

    .head_nav_met_28_7_68 .navlist .nav-item>.dropdown-menu.dropdown-menu-bullet {
        top: 67px
    }

    .head_nav_met_28_7_68 .met-head-user {
        height: 60px
    }

    .head_nav_met_28_7_68 .met-langlist,
    .head_nav_met_28_7_68 .met-head-user {
        margin-left: 15px !important
    }
}

@media (max-width:767px) {
    .head_nav_met_28_7_68 .navlist .searchBase {
        display: inline-block
    }

    .head_nav_met_28_7_68 .input-search {
        padding-left: 1.072rem
    }

    #tophead {
        display: none
    }

    .head_nav_met_28_7_68.notopacity {
        background: #000000 !important
    }

    .head_nav_met_28_7_68 .met-langlist .dropdown {
        padding: 0.715rem 1.072rem
    }

    .head_nav_met_28_7_68 .met-langlist a {
        padding: 5px 15px 5px 5px !important
    }

    .head_nav_met_28_7_68 .navlist .nav-item {
        margin-left: 0 !important
    }

    .head_nav_met_28_7_68 .met-logo {
        margin-left: 10px
    }

    .head_nav_met_28_7_68 .met-logo img {
        max-width: 150px
    }

    .head_nav_met_28_7_68 .navbar-collapse {
        width: 100%
    }

    .met-head.navbar-fixed-top .head_nav_met_28_7_68 .navbar-collapse {
        max-height: 340px;
        overflow-y: auto
    }

    .head_nav_met_28_7_68 .navbar-nav {
        margin: 10px 0 !important
    }

    .head_nav_met_28_7_68 .navlist .nav-item a.active {
        background: #f5f5f5
    }

    .head_nav_met_28_7_68 .met-langlist {
        margin-right: 5px
    }

    .head_nav_met_28_7_68 .navlist .nav-item a.nav-link {
        color: #000000;
        color: #ffffff
    }

    .head_nav_met_28_7_68 .met-langlist .btn-outline.btn-default {
        color: #000000;
        color: #ffffff;
        border-color: #000000;
        border-color: #ffffff
    }

    .head_nav_met_28_7_68.navbar-default .navbar-nav .open .dropdown-menu .dropdown-item {
        color: #000000;
        color: #ffffff
    }

    .head_nav_met_28_7_68 .navlist .nav-item>.dropdown-menu .border-top1 {
        border-top: 0px solid rgba(255, 255, 255, 0.2)
    }
}

.navbar-default .navbar-nav .nav-link:focus,
.navbar-default .navbar-nav .nav-link:hover {
    background-color: transparent
}

.met-mask {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1499;
    background: rgba(0, 0, 0, 0.2)
}

.met-head-user .dropdown>a {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 40px;
    line-height: 40px;
    color: #000000;
    color: #ffffff;
    background: transparent
}

.ny-nobanner .met-head-user .dropdown>a,
.head_nav_met_28_7_68.navbar-shadow .met-head-user .dropdown>a {
    color: #000000;
    color: #ffffff
}

.met-head-user .dropdown .dropdown-item>a {
    color: #000000;
    color: #ffffff
}

.met-head-user .dropdown-menu {
    top: 45px;
    padding: 0
}

.met-head-user .dropdown-menu-footer {
    line-height: 35px
}

.met-head-user .met-head-user-column .avatar img {
    max-height: 30px
}

@media (min-width:768px) {
    .met-head-user>li:nth-child(2) {
        margin-left: 10px
    }

    .head_nav_met_28_7_68 .navbar-nav>.nav-item:first-child>a:before {
        display: none
    }

    .head_nav_met_28_7_68 .navbar-nav>.nav-item>a:before {
        content: "/\00a0";
        position: absolute;
        left: 0;
        top: 0;
        color: #909090;
        height: 60px;
        line-height: 60px
    }

    .head_nav_met_28_7_68.navbar-nav>.nav-item>a:before;
    .navbar-nav>.nav-item>a
}

@media (max-width:991px) {
    .head_nav_met_28_7_68 .navbar-nav>.nav-item>a:before {
        height: 50px;
        line-height: 50px
    }

    .met-navfixed-navclamp .head_nav_met_28_7_68 .met-langlist .dropdown {
        height: 50px
    }
}

@media (max-width:767px) {
    .met-head-user>li {
        display: block
    }

    .met-head-user>li:first-child {
        margin-bottom: 10px
    }

    .head_nav_met_28_7_68 .navbar-toggler {
        color: #000000;
        color: #ffffff
    }

    .head_nav_met_28_7_68.navbar-default .hamburger:before {
        /* background-color: #000000 */
    }
}

.met-head-user-toggler.active i {
    display: none
}

.met-head-user-toggler.active i:first-child {
    display: inline-block
}

.met-head-user-toggler i {
    position: relative;
    top: -5px
}

.met-head-user-toggler i:first-child {
    display: none
}

.met-head-user li a.btn-outline {
    color: #000000;
    color: #ffffff;
    background-color: transparent;
    border-color: #000000;
    border-color: #ffffff
}

.ny-nobanner .met-head-user li a.btn-outline,
.head_nav_met_28_7_68.navbar-shadow .met-head-user li a.btn-outline {
    color: #000000;
    color: #ffffff;
    border-color: #000000;
    border-color: #ffffff
}

.met-head-user li a.btn-outline:hover {
    border-color: #000000;
    background-color: #000000;
    color: #116bc4;
    border-color: #ffffff;
    background-color: #ffffff;
    color:
}

.met-head-user li a.btn-success {
    border-color: #000000;
    background-color: #000000;
    color: #116bc4;
    border-color: #ffffff;
    background-color: #ffffff;
    color:
}

.ny-nobanner .met-head-user li a.btn-success,
.head_nav_met_28_7_68.navbar-shadow .met-head-user li a.btn-success {
    border-color: #000000;
    border-color: #ffffff;
    background-color: #000000;
    background-color: #ffffff
}

.head_nav_met_28_7_68 .met-head-user li .dropdown-menu li+li .dropdown-item {
    border-top: 1px solid rgba(255, 255, 255, 0.2)
}

.head_nav_met_28_7_68 .met-head-user .dropdown i,
.head_nav_met_28_7_68 .met-head-user li .dropdown-menu .dropdown-item {
    color: #000000;
    color:
}

.head_nav_met_28_7_68 .met-head-user li .dropdown-menu .dropdown-item:hover {
    background: #ffffff !important;
    color: #116bc4;
    color:
}

.head_nav_met_28_7_68.navbar-default .hamburger .hamburger-bar,
.head_nav_met_28_7_68.navbar-default .hamburger:after,
.head_nav_met_28_7_68.navbar-default .hamburger:before {
    background-color: #000000;
    background-color: #ffffff
}

.met-langlist .btn-outline.btn-default {
    color: #000000;
    color: #ffffff;
    background-color: transparent;
    border-color: #000000;
    border-color: #ffffff;
    height: 36px;
    line-height: 20px
}

.ny-nobanner .met-langlist .btn-outline.btn-default,
.head_nav_met_28_7_68.navbar-shadow .met-langlist .btn-outline.btn-default {
    color: #000000;
    color: #ffffff;
    border-color: #000000;
    border-color: #ffffff
}

.met-langlist .btn-outline.btn-default:hover,
.met-langlist .btn-outline.btn-default:active,
.met-langlist .btn-outline.btn-default:focus {
    border-color: #000000;
    border-color: #ffffff;
    background-color: #000000;
    background-color: #ffffff;
    color: #116bc4;
    color:
}

.head_nav_met_28_7_68 .met-head-shop .shop_cart i {
    color: #000000;
    color: #ffffff
}

.ny-nobanner .met-head-shop .shop_cart i,
.head_nav_met_28_7_68.navbar-shadow .met-head-shop .shop_cart i {
    color: #000000;
    color: #ffffff
}

#topcart-body {
    color: #000000;
    color:
}

@media (max-width:767px) {

    .head_nav_met_28_7_68.navbar-default .hamburger:before,
    .head_nav_met_28_7_68.navbar-default .hamburger .hamburger-bar,
    .head_nav_met_28_7_68.navbar-default .hamburger:after {
        background-color: #000000
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes bounce {

    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        -ms-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        -ms-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        -ms-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        -ms-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        -ms-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        -ms-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        -ms-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        -ms-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        -ms-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        -ms-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        -ms-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        -ms-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        -ms-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        -ms-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        -ms-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        -ms-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        -ms-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        -ms-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        -ms-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        -ms-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceInDown {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        -ms-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        -ms-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        -ms-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        -ms-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        -ms-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        -ms-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        -ms-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        -ms-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        -ms-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        -ms-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        -ms-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        -ms-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        -ms-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        -ms-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        -ms-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        -ms-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        -ms-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        -ms-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        -ms-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        -ms-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        -ms-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        -ms-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        -ms-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        -ms-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        -ms-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        -ms-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        -ms-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        -ms-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        -ms-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        -ms-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        -ms-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        -ms-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        -ms-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        -ms-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        -ms-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        -ms-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        -ms-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        -ms-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        -ms-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        -ms-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -ms-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -ms-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -ms-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        -ms-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        -ms-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0, 0, 1, 45deg);
        transform: rotate(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0, 0, 1, 45deg);
        -ms-transform: rotate(0, 0, 1, 45deg);
        transform: rotate(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -ms-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -ms-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        -ms-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        -ms-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        -ms-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        -ms-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -ms-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -ms-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -ms-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -ms-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    100% {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -ms-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        -ms-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        -ms-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -ms-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

.layui-m-layer {
    position: relative;
    z-index: 19891014
}

.layui-m-layer * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.layui-m-layermain,
.layui-m-layershade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.layui-m-layershade {
    background-color: rgba(0, 0, 0, .7);
    pointer-events: auto
}

.layui-m-layermain {
    display: table;
    font-family: Helvetica, arial, sans-serif;
    pointer-events: none
}

.layui-m-layermain .layui-m-layersection {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.layui-m-layerchild {
    position: relative;
    display: inline-block;
    text-align: left;
    background-color: #fff;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    pointer-events: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .2s;
    animation-duration: .2s
}

@-webkit-keyframes layui-m-anim-scale {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes layui-m-anim-scale {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.layui-m-anim-scale {
    animation-name: layui-m-anim-scale;
    -webkit-animation-name: layui-m-anim-scale
}

@-webkit-keyframes layui-m-anim-up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(800px);
        transform: translateY(800px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes layui-m-anim-up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(800px);
        transform: translateY(800px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.layui-m-anim-up {
    -webkit-animation-name: layui-m-anim-up;
    animation-name: layui-m-anim-up
}

.layui-m-layer0 .layui-m-layerchild {
    width: 90%;
    max-width: 640px
}

.layui-m-layer1 .layui-m-layerchild {
    border: none;
    border-radius: 0
}

.layui-m-layer2 .layui-m-layerchild {
    width: auto;
    max-width: 260px;
    min-width: 40px;
    border: none;
    background: 0 0;
    box-shadow: none;
    color: #fff
}

.layui-m-layerchild h3 {
    padding: 0 10px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px 5px 0 0;
    text-align: center
}

.layui-m-layerbtn span,
.layui-m-layerchild h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.layui-m-layercont {
    padding: 50px 30px;
    line-height: 22px;
    text-align: center
}

.layui-m-layer1 .layui-m-layercont {
    padding: 0;
    text-align: left
}

.layui-m-layer2 .layui-m-layercont {
    text-align: center;
    padding: 0;
    line-height: 0
}

.layui-m-layer2 .layui-m-layercont i {
    width: 25px;
    height: 25px;
    margin-left: 8px;
    display: inline-block;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: layui-m-anim-loading 1.4s infinite ease-in-out;
    animation: layui-m-anim-loading 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.layui-m-layerbtn,
.layui-m-layerbtn span {
    position: relative;
    text-align: center;
    border-radius: 0 0 5px 5px
}

.layui-m-layer2 .layui-m-layercont p {
    margin-top: 20px
}

@-webkit-keyframes layui-m-anim-loading {

    0%,
    100%,
    80% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    40% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes layui-m-anim-loading {

    0%,
    100%,
    80% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    40% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.layui-m-layer2 .layui-m-layercont i:first-child {
    margin-left: 0;
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.layui-m-layer2 .layui-m-layercont i.layui-m-layerload {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

.layui-m-layer2 .layui-m-layercont>div {
    line-height: 22px;
    padding-top: 7px;
    margin-bottom: 20px;
    font-size: 14px
}

.layui-m-layerbtn {
    display: box;
    display: -moz-box;
    display: -webkit-box;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 0;
    border-top: 1px solid #D0D0D0;
    background-color: #F2F2F2
}

.layui-m-layerbtn span {
    display: block;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-box-flex: 1;
    font-size: 14px;
    cursor: pointer
}

.layui-m-layerbtn span[yes] {
    color: #40AFFE
}

.layui-m-layerbtn span[no] {
    border-right: 1px solid #D0D0D0;
    border-radius: 0 0 0 5px
}

.layui-m-layerbtn span:active {
    background-color: #F6F6F6
}

.layui-m-layerend {
    position: absolute;
    right: 7px;
    top: 10px;
    width: 30px;
    height: 30px;
    border: 0;
    font-weight: 400;
    background: 0 0;
    cursor: pointer;
    -webkit-appearance: none;
    font-size: 30px
}

.layui-m-layerend::after,
.layui-m-layerend::before {
    position: absolute;
    left: 5px;
    top: 15px;
    content: '';
    width: 18px;
    height: 1px;
    background-color: #999;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border-radius: 3px
}

.layui-m-layerend::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

body .layui-m-layer .layui-m-layer-footer {
    position: fixed;
    width: 95%;
    max-width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 10px;
    background: 0 0
}

.layui-m-layer-footer .layui-m-layercont {
    padding: 20px;
    border-radius: 5px 5px 0 0;
    background-color: rgba(255, 255, 255, .8)
}

.layui-m-layer-footer .layui-m-layerbtn {
    display: block;
    height: auto;
    background: 0 0;
    border-top: none
}

.layui-m-layer-footer .layui-m-layerbtn span {
    background-color: rgba(255, 255, 255, .8)
}

.layui-m-layer-footer .layui-m-layerbtn span[no] {
    color: #FD482C;
    border-top: 1px solid #c2c2c2;
    border-radius: 0 0 5px 5px
}

.layui-m-layer-footer .layui-m-layerbtn span[yes] {
    margin-top: 10px;
    border-radius: 5px
}

body .layui-m-layer .layui-m-layer-msg {
    width: auto;
    max-width: 90%;
    margin: 0 auto;
    bottom: -150px;
    background-color: rgba(0, 0, 0, .7);
    color: #fff
}

.layui-m-layer-msg .layui-m-layercont {
    padding: 10px 20px
}

.mCSB_container {
    width: auto;
    margin-right: 30px;
    overflow: hidden
}

.mCSB_container.mCS_no_scrollbar {
    margin-right: 0
}

.mCS_destroyed>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar,
.mCS_disabled>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar {
    margin-right: 30px
}

.mCustomScrollBox>.mCSB_scrollTools {
    width: 16px;
    height: 100%;
    top: 0;
    right: 0
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
    display: block;
    position: relative;
    height: 20px;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
    top: 100%;
    margin-top: -40px
}

.mCSB_horizontal>.mCSB_container {
    height: auto;
    margin-right: 0;
    margin-bottom: 30px;
    overflow: hidden
}

.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar {
    margin-bottom: 0
}

.mCS_destroyed>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar,
.mCS_disabled>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar {
    margin-right: 0;
    margin-bottom: 30px
}

.mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools {
    width: 100%;
    height: 16px;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    overflow: hidden
}

.mCSB_horizontal>.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 0 20px
}

.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger {
    width: 30px;
    height: 100%
}

.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight {
    display: block;
    position: relative;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
    float: left
}

.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight {
    margin-left: -40px;
    float: right
}

.mCustomScrollBox {
    -ms-touch-action: none
}

.mCustomScrollBox>.mCSB_scrollTools {
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCustomScrollBox:hover>.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

.mCSB_scrollTools .mCSB_draggerRail {
    background: #000;
    background: rgba(0, 0, 0, .4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #fff;
    background: rgba(255, 255, 255, .75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(255, 255, 255, .85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)"
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background: rgba(255, 255, 255, .9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
    background-image: url(../img/mcsb_buttons.png);
    background-repeat: no-repeat;
    opacity: .4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0
}

.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px
}

.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
    opacity: .9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.mCS-dark>.mCSB_scrollTools .mCSB_draggerRail {
    background: #000;
    background: rgba(0, 0, 0, .15)
}

.mCS-dark>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #000;
    background: rgba(0, 0, 0, .75)
}

.mCS-dark>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(0, 0, 0, .85)
}

.mCS-dark>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background: rgba(0, 0, 0, .9)
}

.mCS-dark>.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark>.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark>.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark>.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.mCS-light-2>.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background: #fff;
    background: rgba(255, 255, 255, .1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-light-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background: #fff;
    background: rgba(255, 255, 255, .75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0
}

.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto
}

.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(255, 255, 255, .85)
}

.mCS-light-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background: rgba(255, 255, 255, .9)
}

.mCS-light-2>.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0
}

.mCS-light-2>.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px
}

.mCS-light-2>.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px
}

.mCS-light-2>.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background: #000;
    background: rgba(0, 0, 0, .1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background: #000;
    background: rgba(0, 0, 0, .75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0
}

.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(0, 0, 0, .85)
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background: rgba(0, 0, 0, .9)
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px 0
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -20px
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -40px
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -56px
}

.mCS-light-thick>.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background: #fff;
    background: rgba(255, 255, 255, .1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background: #fff;
    background: rgba(255, 255, 255, .75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0
}

.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto
}

.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(255, 255, 255, .85)
}

.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background: rgba(255, 255, 255, .9)
}

.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0
}

.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px
}

.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px
}

.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px
}

.mCS-dark-thick>.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background: #000;
    background: rgba(0, 0, 0, .1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background: #000;
    background: rgba(0, 0, 0, .75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0
}

.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto
}

.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(0, 0, 0, .85)
}

.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background: rgba(0, 0, 0, .9)
}

.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0
}

.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px
}

.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px
}

.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px
}

.mCS-light-thin>.mCSB_scrollTools .mCSB_draggerRail {
    background: #fff;
    background: rgba(255, 255, 255, .1)
}

.mCS-light-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px
}

.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%
}

.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_draggerRail {
    background: #000;
    background: rgba(0, 0, 0, .15)
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    background: #000;
    background: rgba(0, 0, 0, .75)
}

.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%
}

.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(0, 0, 0, .85)
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background: rgba(0, 0, 0, .9)
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.pp-section {
    height: 100%;
    position: absolute;
    width: 100%
}

.pp-easing {
    -webkit-transition: all 1s cubic-bezier(.55, .085, 0, .99);
    -moz-transition: all 1s cubic-bezier(.55, .085, 0, .99);
    -o-transition: all 1s cubic-bezier(.55, .085, 0, .99);
    transition: all 1s cubic-bezier(.55, .085, 0, .99);
    -webkit-transition-timing-function: cubic-bezier(.55, .085, 0, .99);
    -moz-transition-timing-function: cubic-bezier(.55, .085, 0, .99);
    -o-transition-timing-function: cubic-bezier(.55, .085, 0, .99);
    transition-timing-function: cubic-bezier(.55, .085, 0, .99)
}

#pp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1
}

#pp-nav.right {
    right: 17px
}

#pp-nav.left {
    left: 17px
}

.pp-section.pp-table {
    display: table
}

.pp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.pp-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1
}

.pp-slidesNav.bottom {
    bottom: 17px
}

.pp-slidesNav.top {
    top: 17px
}

#pp-nav ul,
.pp-slidesNav ul {
    margin: 0;
    padding: 0
}

#pp-nav li,
.pp-slidesNav li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative
}

.pp-slidesNav li {
    display: inline-block
}

#pp-nav li a,
.pp-slidesNav li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none
}

#pp-nav li .active span,
.pp-slidesNav .active span {
    background: #333
}

#pp-nav span,
.pp-slidesNav span {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    position: absolute;
    z-index: 1
}

.pp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px
}

.pp-tooltip.right {
    right: 20px
}

.pp-tooltip.left {
    left: 20px
}

.pp-scrollable {
    overflow-y: scroll;
    height: 100%
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.banner_met_21_4_2 {
    width: 100%;
    height: auto;
    display: table
}

.banner_met_21_4_2.slick-slider {
    display: block
}

.banner_met_21_4_2 .slick-list,
.banner_met_21_4_2 .slick-track {
    height: 100%
}

.banner_met_21_4_2 .slick-slide {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    display: block
}

.banner_met_21_4_2 .slick-slide a {
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0
}

.banner_met_21_4_2 .slick-slide img {
    display: none
}

.banner_met_21_4_2 .slick-slide:nth-child(1) img {
    display: block !important;
    height: auto
}

.banner_met_21_4_2 .animation-fade {
    -webkit-animation-duration: .66s !important;
    -o-animation-duration: .66s !important;
    animation-duration: .66s !important
}

@media (max-width:767px) {
    .banner_met_21_4_2 .slick-dots {
        bottom: 5px
    }

    .banner_met_21_4_2 .slick-dots li {
        width: 15px;
        height: 15px;
        margin: 0
    }
}

.banner_met_21_4_2 .slick-arrow {
    width: 40px;
    height: 40px;
    top: 50%;
    text-align: center;
    display: none !important;
    z-index: 1;
    position: absolute
}

.banner_met_21_4_2 .slick-arrow:before {
    display: none
}

.banner_met_21_4_2:hover .slick-arrow {
    display: block
}

.banner_met_21_4_2 .slick-arrow.slick-prev {
    background: #116bc4;
    background: ;
    opacity: .58;
    left: 20px
}

.banner_met_21_4_2 .slick-arrow.slick-prev i {
    background: url(../ui/banner/met_21_4/img/jiantou.png) repeat 0 0
}

.banner_met_21_4_2 .slick-arrow.slick-next {
    background: #116bc4;
    background: ;
    opacity: .58;
    right: 20px
}

.banner_met_21_4_2 .slick-arrow.slick-next i {
    background: url(../ui/banner/met_21_4/img/jiantou.png) repeat -39px 0
}

.banner_met_21_4_2 .slick-arrow:hover {
    opacity: .9;
    -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
    transition: all .66s cubic-bezier(.17, .84, .44, 1)
}

.banner_met_21_4_2 .slick-arrow:hover i {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100)
}

.banner_met_21_4_2 .slick-arrow i {
    font-size: 0;
    color: #fff !important;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px
}

@media (max-width:767px) {
    .banner_met_21_4_2 .slick-arrow i {
        font-size: 50px
    }
}

.banner_met_21_4_2 .slick-dots {
    margin: 0;
    bottom: 20px
}

.banner_met_21_4_2 .slick-dots li {
    margin: 0 2px
}

@media (max-width:991px) {}

@media (min-width:768px) {
    .banner_met_21_4_2:hover .slick-arrow {
        display: block !important
    }
}

@media (max-width:767px) {
    .banner_met_21_4_2 .slick-dots {
        bottom: 5px
    }
}

.banner_met_21_4_2 .banner-text {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.banner_met_21_4_2 .banner-text .bannerlink {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.banner_met_21_4_2 .container .banner-text-con div {
    position: relative;
    z-index: 2
}

.banner_met_21_4_2 .banner-text .container {
    height: 100%;
    display: table;
    text-align: center
}

.banner_met_21_4_2 .banner-text .container .banner-text-con {
    display: table-cell;
    vertical-align: middle
}

.banner_met_21_4_2 .banner-text.p-0 .container {
    text-align: left
}

.banner_met_21_4_2 .banner-text.p-0 .container .banner-text-con div {
    width: 60%;
    float: left
}

.banner_met_21_4_2 .banner-text.p-1 .container {
    text-align: right
}

.banner_met_21_4_2 .banner-text.p-1 .container .banner-text-con div {
    width: 60%;
    float: right
}

.banner_met_21_4_2 .banner-text.p-2 {
    top: 10%
}

.banner_met_21_4_2 .banner-text.p-2 .container .banner-text-con {
    vertical-align: top
}

.banner_met_21_4_2 .banner-text.p-3 {
    top: auto;
    bottom: 10%
}

.banner_met_21_4_2 .banner-text.p-3 .container .banner-text-con {
    vertical-align: bottom
}

.banner_met_21_4_2 .banner-text.p-2 .container .banner-text-con div,
.banner_met_21_4_2 .banner-text.p-3 .container .banner-text-con div,
.banner_met_21_4_2 .banner-text.p-4 .container .banner-text-con div {
    width: 60%;
    display: inline-block
}

.banner_met_21_4_2 .banner-text h3,
.banner_met_21_4_2 .banner-text p {
    color: #fff
}

.banner_met_21_4_2 .banner-text h3 {
    margin: 0;
    font-size: 42px
}

.banner_met_21_4_2 .banner-text p {
    font-size: 28px;
    margin: 20px 0 0;
    text-shadow: none
}

.banner_met_21_4_2 .banner-text .btn {
    margin-top: 30px;
    font-size: 20px
}

.banner_met_21_4_2 .swiper-slide {
    width: 100% !important; // max-width:100vw}.banner_met_21_4_2 .cover-image{max-width:100vw}.banner_met_21_4_2 .swiper-hd{position:absolute; top:50%;margin-top:-170px;z-index:200;width:50px!important;left:90%}.banner_met_21_4_2 .swiper-hd li{display:block;width:50px;height:50px;background:none;opacity:1;margin:30px 0!important;position:relative;transition:ease .65s}.banner_met_21_4_2 .swiper-hd li i{overflow:hidden;display:block;width:50px;height:50px;border-radius:50%;border:2px solid;border-color:#116bc4;border-color:;text-align:center;line-height:50px;color:#116bc4;color:;font-size:24px;position:relative;z-index:5;transition:ease .65s}
    .banner_met_21_4_2 .swiper-hd li:before{
        content:'';display:block;width:1px;height:20px;position:absolute;left:50%;top:-25px;background:#116bc4;background:}
    .banner_met_21_4_2 .swiper-hd li:last-child:after{content:'';display:block;width:1px;height:20px;position:absolute;left:50%;bottom:-25px;background:#116bc4;background:}.banner_met_21_4_2 .swiper-hd li span{padding:0 20px;display:block;height:30px;border-radius:30px;background:#116bc4;background:;line-height:30px;margin-top:-14px;z-index:-1;transition:ease-in .65s}
    .banner_met_21_4_2 .swiper-hd li.swiper-pagination-bullet-active i{background:#116bc4;background:;box-shadow:0 0 8px rgba(12,3,6,.38);transform:rotate(180deg)}.banner_met_21_4_2 .swiper-hd li.swiper-pagination-bullet-active i{color:#ffffff}

    .banner_met_21_4_2 .swiper-hd li.swiper-pagination-bullet-active span {
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
        transition-delay: .65s;
        white-space: nowrap;
        left: 0;
        display: none
    }

    .banner_met_21_4_2 .swiper-hd li.swiper-pagination-bullet-active span:after {
        transition: ease .65s
    }

    .banner_met_21_4_2 .swiper-hd li span {
        color: #ffffff;
        position: absolute;
        white-space: nowrap;
        top: 50%;
        opacity: 0
    }

    .banner_met_21_4_2 .swiper-hd li.swiper-pagination-bullet-active span:after {
        opacity: 1;
        transition-delay: 1.3s;
        transform: translateX(0)
    }

    .banner_met_21_4_2 .lh-mobile-banner {
        display: none
    }

    .banner_met_21_4_2 .swiper-pagination-bullet.swiper-pagination-bullet-active span {
        opacity: 1
    }

    @media screen and (max-width:768px) {

        .banner_met_21_4_2 .lh-mobile-banner,
        .banner_met_21_4_2 .lh-footer.other .lh-wapAbout-h2 {
            display: block
        }

        .banner_met_21_4_2 .lh-banner,
        .banner_met_21_4_2 .lh-about-main:before,
        .banner_met_21_4_2 .lh-about-main:after,
        .banner_met_21_4_2 .lh-about-main .line:before,
        .banner_met_21_4_2 .lh-about-main .line:after {
            display: none
        }

        .banner_met_21_4_2 .swiper-hd {
            position: inherit;
            width: 100% !important;
            text-align: center;
            margin: 30px 0 0 0;
            right: inherit
        }

        .banner_met_21_4_2 .swiper-hd li {
            display: inline-block;
            margin: 0 15px !important;
            width: 35px;
            height: 35px
        }

        .banner_met_21_4_2 .swiper-hd li i {
            width: 35px;
            height: 35px;
            text-align: center;
            line-height: 35px;
            font-size: 18px
        }

        .banner_met_21_4_2 .swiper-hd li:before {
            width: 20px;
            height: 1px;
            left: -25px;
            top: 50%
        }

        .banner_met_21_4_2 .swiper-hd li:last-child:after {
            width: 20px;
            height: 1px;
            right: -25px;
            top: 50%;
            left: inherit
        }

        .banner_met_21_4_2 .swiper-hd li span {
            display: block;
            background: none;
            width: 30px !important;
            height: 20px;
            line-height: 20px;
            left: 50%;
            top: 40px;
            transform: translateX(0);
            margin-top: 0
        }

        .banner_met_21_4_2 .swiper-hd li span:after {
            opacity: 1 !important;
            color: #b72024 !important;
            transform: translateX(0) !important;
            left: 0 !important;
            width: 30px;
            text-align: center
        }
    }

    @media (max-width:991px) {
        .banner_met_21_4_2 .banner-text h3 {
            font-size: 30px
        }

        .banner_met_21_4_2 .banner-text p {
            font-size: 20px
        }

        .banner_met_21_4_2 .swiper-hd {
            width: 100vw !important;
            left: 0 !important
        }
    }

    @media (max-width:767px) {
        .banner_met_21_4_2 .banner-text .container {
            width: 100%
        }

        .banner_met_21_4_2 .banner-text.p-4 .container .banner-text-con {
            width: 100%
        }

        .banner_met_21_4_2 .banner-text h3 {
            font-size: 24px
        }

        .banner_met_21_4_2 .banner-text p {
            margin-top: 15px;
            font-size: 18px
        }

        .banner_met_21_4_2 .banner-text .btn {
            margin-top: 20px;
            font-size: 16px
        }
    }

    @media (max-width:479px) {
        .banner_met_21_4_2 .banner-text h3 {
            font-size: 20px
        }

        .banner_met_21_4_2 .banner-text p {
            margin-top: 10px;
            font-size: 16px
        }
    }

    .banner_met_21_4_2-ny {
        background-color: #ffffff;
        background-color: ;
        height: 120px
    }

    .banner_met_21_4_2-ny h1 {
        margin: 0px;
        padding: 10px 30px;
        font-size: 35px;
        text-shadow: none;
        color: #000000;
        color:
    }

    .foot_nav_met_36_3_104.met-index-body {
        padding-top: 20px;
        background-color: #ffffff;
        background-color: ;
        background-image: url(../../../upload/202305/1685514855.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 50px 0
    }

    .foot_nav_met_36_3_104 .tran300 {
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        transition: all 0.3s linear
    }

    .foot_nav_met_36_3_104 .fCode {
        list-style: none
    }

    .foot_nav_met_36_3_104 .fCode .fl {
        width: 50%;
        float: left;
        padding: 0 5px;
        text-align: center
    }

    .foot_nav_met_36_3_104 .fCode .fl img {
        max-width: 100%
    }

    .foot_nav_met_36_3_104 .fCode li p {
        height: 56px;
        line-height: 56px;
        text-align: center;
        font-size: 16px;
        color: #000000;
        color:
    }

    .foot_nav_met_36_3_104 .fContact h5:first-child {
        font-size: 16px;
        line-height: 16px
    }

    .foot_nav_met_36_3_104 .fContact h5 {
        color: #999999;
        color: ;
        font-weight: normal;
        line-height: 16px;
        font-size: 16px
    }

    .foot_nav_met_36_3_104 .fContact p {
        font-size: 18px;
        color: #000000;
        color: ;
        line-height: 18px;
        margin-bottom: 20px
    }

    .foot_nav_met_36_3_104 .fNav {
        flex-wrap: wrap
    }

    .foot_nav_met_36_3_104 .fNav .dl1 h4 a {
        font-size: 16px;
        color: #000000;
        color: ;
        line-height: 16px;
        margin-bottom: 6px
    }

    .foot_nav_met_36_3_104 .fNav .dl1 h4 a:hover,
    .foot_nav_met_36_3_104 .fNav .dl1 h4 a:hover span,
    .foot_nav_met_36_3_104 .fNav ul li a:hover,
    .foot_nav_met_36_3_104 .fNav ul li a:hover span {
        color: #116bc4 !important;
        color: !important
    }

    .foot_nav_met_36_3_104 .fNav .dl1 h4 i {
        display: none
    }

    .foot_nav_met_36_3_104 .fNav ul li a {
        display: block;
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
        line-height: 32px;
        color: #999999;
        color:
    }

    .foot_nav_met_36_3_104 .fContact,
    .foot_nav_met_36_3_104 .fNav {}

    .foot_nav_met_36_3_104 .fContact p.tel {
        font-size: 20px;
        line-height: 20px;
        margin: 0;
        margin-bottom: 20px;
        color: #000000;
        color:
    }

    @media (max-width:1024px) {
        .foot_nav_met_36_3_104.met-index-body {
            padding: 40px 0
        }
    }

    @media(max-width:768px) {
        .foot_nav_met_36_3_104 .fNav .dl1 h4 i {
            display: none
        }

        .foot_nav_met_36_3_104 .dl1 {
            padding: 0
        }
    }

    @media (max-width:767px) {
        .foot_nav_met_36_3_104.met-index-body {
            padding: 30px 0
        }

        .foot_nav_met_36_3_104 .nav-list {
            padding: 0
        }

        .foot_nav_met_36_3_104 .list {
            margin: 0;
            padding: 0
        }

        .foot_nav_met_36_3_104 .list h4 {
            line-height: 1;
            text-align: left;
            position: relative;
            padding: 0;
            border-bottom: 1px solid #d6d6d6
        }

        .foot_nav_met_36_3_104 .list h4 a {
            display: block;
            padding: 10px 10px
        }

        .foot_nav_met_36_3_104 .list h4 i {
            display: block;
            font-size: 12px;
            color: #93999a;
            transition: all 0.3s ease-out;
            position: absolute;
            top: 50%;
            margin-top: -19px;
            right: 0
        }

        .foot_nav_met_36_3_104 .list li {
            text-align: left;
            padding: 0 10px
        }

        .foot_nav_met_36_3_104 .fNav ul li a {
            padding: 0
        }

        .foot_nav_met_36_3_104 .list li a {
            padding: 6px 0
        }

        .foot_nav_met_36_3_104 .fContact,
        .foot_nav_met_36_3_104 .fNav {
            border-left: 0
        }

        .foot_nav_met_36_3_104 .fNav .nav-item h4 a {
            line-height: 14px;
            margin-bottom: 0
        }

        .foot_nav_met_36_3_104 .fNav .nav-item.has-sub h4 a {
            /* width:calc(100% - 25px) */
        }

        .foot_nav_met_36_3_104 .fNav .dl1 h4 i {
            display: block
        }
    }

    .foot_info_met_11_3_17 {
        line-height: 1.8;
        background-color: #ffffff;
        background-color: #333333;
        padding: 20px 0px
    }

    .foot_info_met_11_3_17 a:hover {
        color: #116bc4;
        color: #ffffff
    }

    .foot_info_met_11_3_17 .left {
        float: left;
        text-align: left;
        width: 50%
    }

    .foot_info_met_11_3_17 .breadcrumb-item,
    .foot_info_met_11_3_17 .breadcrumb-item::before {
        color: #000000;
        color: #eeeeee
    }

    .foot_info_met_11_3_17 .breadcrumb-item span:hover {
        color: #116bc4;
        color: #ffffff
    }

    .foot_info_met_11_3_17 .breadcrumb-item span {
        color: #999999;
        color: #bdbdbd
    }

    .foot_info_met_11_3_17 .powered_by_metinfo {
        color: #999999;
        color: #bdbdbd
    }

    .foot_info_met_11_3_17 .right {
        float: right;
        width: 50%;
        text-align: right
    }

    .foot_info_met_11_3_17 .right .text a,
    .foot_info_met_11_3_17 .left .powered_by_metinfo a {
        color: #116bc4;
        color: #ffffff
    }

    .foot_info_met_11_3_17 .right .text {
        color: #000000;
        color: #eeeeee
    }

    .foot_info_met_11_3_17 .right .text img {
        max-width: 100%;
        height: auto !important
    }

    .foot_info_met_11_3_17 .right .social i {
        font-size: 20px;
        margin-right: 5px;
        color: #999999;
        color: #bdbdbd
    }

    .foot_info_met_11_3_17 .right .social i:hover {
        color: #116bc4;
        color: #ffffff
    }

    @media (max-width:767px) {
        .foot_info_met_11_3_17 .left {
            float: none;
            text-align: center;
            width: 100%
        }

        .foot_info_met_11_3_17 .right {
            float: none;
            text-align: center;
            width: 100%
        }

        .foot_info_met_11_3_17 .breadcrumb-item {
            display: inline-block;
            float: none
        }
    }

    .foot_info_met_11_3_17_bottom {
        overflow: hidden;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999;
        width: 100%
    }

    .foot_info_met_11_3_17_bottom a.item {
        color: #ffffff;
        padding: 5px 0;
        display: inline-block
    }

    .foot_info_met_11_3_17_bottom a.item i {
        color: #ffffff;
        font-size: 16px;
        display: block
    }

    .foot_info_met_11_3_17_bottom {
        display: none
    }

    .foot_info_met_11_3_17_bottom.iskeshi {
        display: block
    }

    .foot_info_met_11_3_17_bottom .main {
        display: flex
    }

    .foot_info_met_11_3_17_bottom .main>div {
        flex: 1
    }

    @media (max-width:767px) {
        .foot_info_met_11_3_17_bottom {
            display: block
        }
    }

    .foot_info_met_11_3_17 p.text-xs-center {
        color: #000000;
        color: #333333
    }

    .back_top_met_11_2_106 {
        position: fixed;
        right: 7px;
        bottom: 20px;
        width: 54px;
        height: 54px;
        opacity: .62;
        cursor: pointer;
        z-index: 1601;
        transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
        border: none;
        padding: 0;
        background-color: transparent
    }

    .back_top_met_11_2_106.views {
        bottom: 70px
    }

    @media (max-width:767px) {
        .back_top_met_11_2_106 {
            bottom: 70px
        }
    }

    .back_top_met_11_2_106 img {
        width: 100%
    }

    .back_top_met_11_2_106:hover {
        opacity: 1
    }

    .about_list_met_94_3_11 {
        background-color: #ffffff;
        font-family: "Microsoft Ya Hei"
    }

    .about_list_met_94_3_11 .container.width100 {
        width: 96%;
        margin: 0 auto
    }

    .about_list_met_94_3_11 ul {
        margin: 0;
        padding: 0
    }

    .about_list_met_94_3_11 li {
        list-style: none
    }

    .about_list_met_94_3_11 .at_left {
        padding-right: 50px;
        margin-top: 50px;
        padding-left: 20px
    }

    .about_list_met_94_3_11 .a_top,
    .about_list_met_94_3_11 .a_bottom {
        overflow: hidden
    }

    .about_list_met_94_3_11 .at_left,
    .about_list_met_94_3_11 .at_right {
        /* width: 50%; */
        float: left
    }

    .about_list_met_94_3_11 .ab_left,
    .about_list_met_94_3_11 .ab_right {
        width: 50%;
        float: right
    }

    .about_list_met_94_3_11 .at_right img,
    .about_list_met_94_3_11 .ab_left img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .about_list_met_94_3_11 h2 {
        font-size: 30px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .about_list_met_94_3_11 .at_left {
        background-color: #ffffff
    }

    .about_list_met_94_3_11 .xhx {
        margin-bottom: 30px;
        display: block;
        font-size: 16px;
        color: #999999;
        color:
    }

    .about_list_met_94_3_11 .xhx:after {
        width: 30px;
        height: 3px;
        background-color: #000;
        content: "";
        display: block
    }

    .about_list_met_94_3_11 .numWrapper {
        display: flex;
        justify-content: space-between;
        margin-top: 80px
    }

    .about_list_met_94_3_11 .numWrapper li {
        text-align: left;
        position: relative
    }

    .about_list_met_94_3_11 .ab_right {
        padding: 52px 80px;
        background-color:
    }

    .about_list_met_94_3_11 .numWrapper li span {
        font-size: 50px;
        color: #000000
    }

    .about_list_met_94_3_11 .numWrapper li span i {
        font-size: 20px;
        position: absolute;
        top: 15px;
        width: 36px;
        text-align: left;
        color: #999999;
        color: ;
        font-style: normal
    }

    .about_list_met_94_3_11 .numWrapper li p {
        font-size: 16px;
        color: #999999;
        color:
    }

    .about_list_met_94_3_11 .numWrapper li i {
        color: #999999;
        color:
    }

    .about_list_met_94_3_11 .indeximg+a {
        display: block
    }

    .about_list_met_94_3_11 .at_left p.desc {
        font-size: 16px;
        color: #999999;
        color:
    }

    .about_list_met_94_3_11 .at_left span.title {
        color: #000000;
        color:
    }

    .about_list_met_94_3_11 .at_left span.subtitle {
        color: #999999;
        color:
    }

    .about_list_met_94_3_11 .at_left .watchmore {
        display: inline-block;
        padding: 5px 40px;
        border: 1px solid;
        border-color: #116bc4;
        border-color: ;
        color: #116bc4;
        color: ;
        margin: 20px 0
    }

    .about_list_met_94_3_11 .at_left p {
        line-height: 1.5;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        min-height: 63px
    }

    .about_list_met_94_3_11 h4 a {
        color: #000000;
        color:
    }

    .about_list_met_94_3_11 .at_left li a {
        color: #999999;
        color:
    }

    .about_list_met_94_3_11 h4 a:hover,
    .about_list_met_94_3_11 .at_left li a:hover {
        color: #116bc4;
        color:
    }

    @media (max-width:992px) {
        .about_list_met_94_3_11 .at_left {
            padding-right: 20px
        }
    }

    @media (max-width:1024px) and (min-width:768px) {
        .about_list_met_94_3_11 {
            margin: 50px auto
        }
    }

    @media (max-width:768px) {
        .about_list_met_94_3_11 .at_right {
            width: 100%
        }

        .about_list_met_94_3_11 .at_left {
            width: 100%
        }

        .about_list_met_94_3_11 .ab_right {
            width: 100%
        }

        .about_list_met_94_3_11 .ab_left {
            width: 100%
        }
    }

    @media (max-width:767px) {
        .about_list_met_94_3_11 {
            margin: 50px auto
        }

        .about_list_met_94_3_11 .ab_right li span {
            font-size: 36px
        }

        .about_list_met_94_3_11 .ab_right li span i {
            font-size: 12px
        }
    }

    @media (max-width:767px) {
        .about_list_met_94_3_11 .at_left {
            padding: 0 10px
        }

        .about_list_met_94_3_11 .numWrapper {
            flex-wrap: wrap
        }

        .about_list_met_94_3_11 .numWrapper li {
            width: 50%;
            text-align: center
        }
    }

    .service_list_met_76_5_9 h2,
    .service_list_met_76_5_9 h1,
    .service_list_met_76_5_9 p,
    .service_list_met_76_5_9 ul,
    .service_list_met_76_5_9 li {
        margin: 0;
        padding: 0
    }

    .service_list_met_76_5_9 ul li {
        list-style: none
    }

    .service_list_met_76_5_9 .text-center {
        text-align: center
    }

    .service_list_met_76_5_9 .transition {
        transition-duration: .35s;
        -webkit-transition-duration: .35s;
        -moz-transition-duration: .35s;
        -ms-transition-duration: .35s;
        -o-transition-duration: .35s
    }

    .service_list_met_76_5_9 .middle {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%)
    }

    .service_list_met_76_5_9 .full-img img {
        display: block;
        width: 100%
    }

    .service_list_met_76_5_9 .float-left {
        float: left
    }

    .service_list_met_76_5_9 .float-right {
        float: right
    }

    .service_list_met_76_5_9 .title-sub {
        font-weight: bold;
        color: #116bc4;
        color: #ffffff
    }

    .service_list_met_76_5_9 .title-text {
        position: relative;
        display: inline-block;
        padding: 0 15px;
        color: #000000;
        color: #ffffff
    }

    .service_list_met_76_5_9 .title-text:before,
    .service_list_met_76_5_9 .title-text:after {
        content: ' ';
        position: absolute;
        top: 50%;
        width: 40px;
        height: 1px;
        background-color: #999999;
        background-color: #ffffff
    }

    .service_list_met_76_5_9 .title-text:before {
        right: 100%
    }

    .service_list_met_76_5_9 .title-text:after {
        left: 100%
    }

    .service_list_met_76_5_9 .img-list,
    .service_list_met_76_5_9 .img-item,
    .service_list_met_76_5_9 .img-item .img-content {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .service_list_met_76_5_9 .img-list {
        position: absolute;
        overflow: hidden
    }

    .service_list_met_76_5_9 .img-item {
        position: absolute;
        transition-duration: 1s;
        -webkit-transition-duration: 1s;
        -moz-transition-duration: 1s;
        -ms-transition-duration: 1s;
        -o-transition-duration: 1s;
        transform: scale(1.4);
        -webkit-transform: scale(1.4);
        -moz-transform: scale(1.4);
        -ms-transform: scale(1.4);
        -o-transform: scale(1.4);
        opacity: 0
    }

    .service_list_met_76_5_9 .img-item .img-content {
        background-size: cover;
        background-position: center center;
        transition-duration: 10s;
        -webkit-transition-duration: 10s;
        -moz-transition-duration: 10s;
        -ms-transition-duration: 10s;
        -o-transition-duration: 10s
    }

    .service_list_met_76_5_9 .img-item.active {
        z-index: 1;
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1)
    }

    .service_list_met_76_5_9 .img-item.active .img-content {
        opacity: 1;
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1)
    }

    .service_list_met_76_5_9 .container {
        position: relative;
        z-index: 1
    }

    .service_list_met_76_5_9 .category-item {
        position: relative;
        opacity: 0.6
    }

    .service_list_met_76_5_9 .progress-wrap {
        position: relative;
        margin: 0 auto 10px;
        width: 60%;
        height: 4px;
        border-radius: 99px;
        opacity: 0;
        overflow: hidden
    }

    .service_list_met_76_5_9 .progress-wrap:before {
        display: block;
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #116bc4;
        background-color: ;
        opacity: .4
    }

    .service_list_met_76_5_9 .progress-box {
        width: 0;
        height: 100%;
        border-radius: 99px;
        background-color: #116bc4;
        background-color: ;
        transition: 5s linear;
        -webkit-transition: 5s linear;
        -moz-transition: 5s linear;
        -ms-transition: 5s linear;
        -o-transition: 5s linear
    }

    .service_list_met_76_5_9 .category-item.active .progress-wrap,
    .service_list_met_76_5_9 .category-item.swiper-slide-active .progress-wrap {
        opacity: 1
    }

    .service_list_met_76_5_9 .category-item.active .progress-box,
    .service_list_met_76_5_9 .category-item.swiper-slide-active .progress-box {
        width: 100%
    }

    .service_list_met_76_5_9 .category-icon {
        margin: 0 auto;
        width: 60%
    }

    .service_list_met_76_5_9 .category-item.active .category-icon.service_list_met_76_5_9 .category-item.swiper-slide-active .category-icon {
        transform: translateY(-5px);
        -o-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -webkit-transform: translateY(-5px)
    }

    .service_list_met_76_5_9 .category-item.active,
    .service_list_met_76_5_9 .category-item.swiper-slide-active {
        opacity: 1
    }

    .service_list_met_76_5_9 .category-title {
        display: block;
        width: 100%;
        height: auto;
        font-weight: bold;
        color: #000000;
        color: #ffffff;
        overflow: hidden
    }

    .service_list_met_76_5_9 .category-btn {
        display: block;
        margin: 0 auto;
        font-weight: bold;
        border-radius: 99px;
        border: 2px solid;
        border-color: #000000;
        border-color: #ffffff;
        color: #000000;
        color: #ffffff;
        opacity: 0;
        transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -webkit-transform: translateY(20px)
    }

    .service_list_met_76_5_9 .category-btn:hover {
        color: #ffffff;
        background-color: #116bc4;
        background-color: ;
        border-color: #116bc4;
        border-color:
    }

    .service_list_met_76_5_9 .category-item.swiper-slide-active .category-btn,
    .service_list_met_76_5_9 .category-item.swiper-slide-active .category-msg,
    .service_list_met_76_5_9 .category-item.active .category-btn,
    .service_list_met_76_5_9 .category-item.active .category-msg {
        opacity: 1;
        transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -webkit-transform: translateY(0px)
    }

    .service_list_met_76_5_9 .category-msg {
        opacity: 0;
        font-size: 12px;
        line-height: 16px;
        height: 48px;
        overflow: hidden;
        color: #999999;
        color: ;
        transform: translateY(50px);
        -o-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -webkit-transform: translateY(50px)
    }

    @media screen and (min-width:768px) {
        .service_list_met_76_5_9 .category-item {
            margin-bottom: 20px;
            display: inline-block;
            width: 110px;
            opacity: 0.6;
            cursor: pointer
        }

        .service_list_met_76_5_9 .category-list .category-item:last-child {
            margin-right: 0
        }

        .service_list_met_76_5_9 .category-title {
            margin-top: 10px;
            font-size: 22px
        }

        .service_list_met_76_5_9 .category-btn {
            margin-top: 10px;
            width: 100%;
            line-height: 40px;
            font-size: 14px
        }

        .service_list_met_76_5_9 .category-item.active .category-btn,
        .service_list_met_76_5_9 .category-item.active .category-msg {
            opacity: 1;
            transform: translateY(0px);
            -o-transform: translateY(0px);
            -ms-transform: translateY(0px);
            -moz-transform: translateY(0px);
            -webkit-transform: translateY(0px)
        }

        .service_list_met_76_5_9 .category-msg {
            margin-top: 20px
        }
    }

    @media screen and (min-width:992px) {
        .service_list_met_76_5_9 {
            padding-top: 80px;
            padding-bottom: 80px
        }

        .service_list_met_76_5_9 .category-item {
            margin-right: 40px
        }

        .service_list_met_76_5_9 .title-sub {
            font-size: 36px
        }

        .service_list_met_76_5_9 .title-text {
            font-size: 22px
        }

        .service_list_met_76_5_9 .category-list {
            margin-top: 60px
        }

        .service_list_met_76_5_9 .category-two {
            display: none
        }
    }

    @media screen and (max-width:992px) {}

    @media screen and (min-width:768px) and (max-width:991px) {
        .service_list_met_76_5_9 {
            padding-top: 50px;
            padding-bottom: 50px
        }
    }

    @media screen and (max-width:991px) {
        .service_list_met_76_5_9 {
            padding-top: 50px;
            padding-bottom: 50px
        }

        .service_list_met_76_5_9 .title-sub {
            font-size: 24px
        }

        .service_list_met_76_5_9 .title-text {
            font-size: 16px
        }

        .service_list_met_76_5_9 .category-one {
            display: none
        }

        .service_list_met_76_5_9 .category-two {
            margin-top: 30px
        }

        .service_list_met_76_5_9 .category-icon {
            width: 40px
        }

        .service_list_met_76_5_9 .category-title {
            margin-top: 10px;
            font-size: 14px
        }

        .service_list_met_76_5_9 .category-btn {
            margin-top: 10px;
            width: 80%;
            line-height: 30px;
            font-size: 12px
        }

        .service_list_met_76_5_9 .category-msg {
            margin-top: 15px
        }
    }

    .news_list_met_158_7_102 {
        padding: 80px 0
    }

    .news_list_met_158_7_102 .container {
        width: 93%
    }

    .news_list_met_158_7_102 p {
        margin: 0
    }

    .news_list_met_158_7_102 {
        background-color: #ffffff;
        background-color: ;
        background-image: url();
        background-size: cover;
        background-position: center
    }

    .news_list_met_158_7_102 h2 {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: center;
        margin-bottom: 30px;
        margin-top: 0px;
        font-weight: 400;
        font-size: 36px;
        font-family: SourceHanSansCN-Heavy;
        font-stretch: normal;
        letter-spacing: 0px;
        display: flex;
        flex-direction: column;
        color: #000000;
        color:
    }

    .news_list_met_158_7_102 h2 .subtitle {
        font-family: SourceHanSansCN-Light;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 27px;
        letter-spacing: 0px;
        margin: 15px 0 27px 0;
        color: #999999;
        color:
    }

    .news_list_met_158_7_102 h2 .tubiao {
        display: flex;
        justify-content: center
    }

    .news_list_met_158_7_102 h2 .tubiao::before {
        content: "";
        display: block;
        width: 4px;
        height: 4px;
        background-color: #ffffff;
        border-radius: 50%;
        margin: 0 3px
    }

    .news_list_met_158_7_102 h2 .tubiao::after {
        content: "";
        display: block;
        width: 39px;
        height: 4px;
        background-color: #ffffff;
        border-radius: 30%;
        margin: 0 3px
    }

    .news_list_met_158_7_102 .bigbox {
        display: flex;
        justify-content: space-between
    }

    .news_list_met_158_7_102 .bigbox a {
        display: block
    }

    .news_list_met_158_7_102 .bigbox .boxtwo_right,
    .news_list_met_158_7_102 .bigbox .boxtwo_left {
        width: 48%
    }

    .news_list_met_158_7_102 .bigbox .boxtwo_left {
        width: 52%
    }

    .news_list_met_158_7_102 .bigbox .boxtwo_left img {
        width: 100%;
        height: auto
    }

    .news_list_met_158_7_102 .boxtwo_bottom .oneleft {
        background: #ffffff;
        padding: 20px;
        margin-right: 10px
    }

    .news_list_met_158_7_102 .boxtwo_bottom .oneright {
        margin-left: 10px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 39%
    }

    .news_list_met_158_7_102 .boxtwo_bottom .oneright .twoleft {
        background: #ffffff;
        padding: 13px
    }

    .news_list_met_158_7_102 .boxtwo_bottom .oneright .twoleft:first-child {
        margin-bottom: 10px
    }

    .news_list_met_158_7_102 .bigbox .boxtwo_right {
        display: flex;
        padding-left: 68px;
        flex-direction: column;
        justify-content: space-between
    }

    .news_list_met_158_7_102 .bigbox .boxtwo_bottom {
        display: flex
    }

    .news_list_met_158_7_102 .boxtwo_left .oneleft .contentTitle_left {
        letter-spacing: 0px;
        margin: 30px 0;
        font-family: SourceHanSansCN-Regular;
        font-size: 22px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 27px;
        letter-spacing: 0px;
        color: #000000;
        color: ;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        transition: 0.3s
    }

    .news_list_met_158_7_102 .boxtwo_left .oneleft .timebox {
        padding-bottom: 26px;
        font-family: SourceHanSansCN-Regular;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 27px;
        letter-spacing: 0px;
        color: #999999;
        color: ;
        transition: 0.3s
    }

    .news_list_met_158_7_102 .boxtwo_left .desc_two {
        font-family: SourceHanSansCN-Regular;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 30px;
        letter-spacing: 0px;
        color: #999999;
        color: ;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

    .news_list_met_158_7_102 .oneright .contentTitle_left {
        font-family: SourceHanSansCN-Regular;
        font-size: 22px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 27px;
        letter-spacing: 0px;
        color: #000000;
        color: ;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        transition: 0.3s
    }

    .news_list_met_158_7_102 .oneright .timebox {
        font-family: SourceHanSansCN-Regular;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 27px;
        letter-spacing: 0px;
        color: #999999;
        color: ;
        transition: 0.3s
    }

    .news_list_met_158_7_102 .boxtwo_right .contentTitle_right {
        font-family: SourceHanSansCN-Regular;
        font-size: 22px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 27px;
        letter-spacing: 0px;
        color: #000000;
        color: ;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0;
        transition: 0.3s
    }

    .news_list_met_158_7_102 .boxtwo_right .borderbox {
        border-bottom: 1px solid #e0e0e0;
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        padding: 10px 0
    }

    .news_list_met_158_7_102 .boxtwo_right .time2box2 {
        font-family: SourceHanSansCN-Regular;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 27px;
        letter-spacing: 0px;
        color: #999999;
        color: ;
        transition: 0.3s
    }

    .news_list_met_158_7_102 .two_bottom:hover .contentTitle_left,
    .news_list_met_158_7_102 .two_bottom:hover .timebox,
    .news_list_met_158_7_102 .borderbox:hover h4,
    .news_list_met_158_7_102 .borderbox:hover .time2box2 {
        color: #116bc4
    }

    .news_list_met_158_7_102 .boxtwo_right .time2box2 .author,
    .news_list_met_158_7_102 .oneright .timebox .author,
    .news_list_met_158_7_102 .boxtwo_left .oneleft .timebox .author {
        color: #cccccc
    }

    .news_list_met_158_7_102 .boxone_bottom .titlebox li:hover::before {
        background-color: #116bc4
    }

    .news_list_met_158_7_102 .contentTitle .lookmore1 {
        font-family: SourceHanSansCN-Regular;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 27px;
        letter-spacing: 0px;
        color: ;
        display: none
    }

    .news_list_met_158_7_102 .boxtwo .two_bottom {
        display: flex;
        flex-direction: column;
        padding: 10px 20px 10px;
        flex: 1;
        justify-content: space-between
    }

    .news_list_met_158_7_102 .boxtwo>div {
        position: relative
    }

    .news_list_met_158_7_102 .boxtwo>.boxtwo_center {
        width: 35%;
        padding-right: 30px
    }

    .news_list_met_158_7_102 .boxtwo>.boxtwo_right {
        width: 30%;
        padding: 46px 37px 0px 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background-color:
    }

    .news_list_met_158_7_102 .boxtwo>div img {
        width: 100%;
        height: auto
    }

    .news_list_met_158_7_102 .boxtwo .boxtwo_right>div {
        padding: 20px 0;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly
    }

    .news_list_met_158_7_102 .boxtwo .boxtwo_right>div:not(:last-child) {
        border-bottom: 1px dashed #e0e0e0
    }

    .news_list_met_158_7_102 .boxtwo .bigbox_two,
    .news_list_met_158_7_102 .boxtwo .bigbox_two .boxtwo_bottom {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    .news_list_met_158_7_102 .boxtwo .two_bottom .desc_two {
        color: #666666;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

    .news_list_met_158_7_102 .timebox {
        white-space: nowrap
    }

    @media (max-width:992px) {
        .news_list_met_158_7_102 {
            padding: 50px 0px
        }

        .news_list_met_158_7_102 .bigbox {
            flex-wrap: wrap
        }

        .news_list_met_158_7_102 .bigbox .boxtwo_right,
        .news_list_met_158_7_102 .bigbox .boxtwo_left {
            width: 100%
        }

        .news_list_met_158_7_102 .bigbox .boxtwo_left {
            margin-bottom: 10px
        }

        .news_list_met_158_7_102 .bigbox .boxtwo_right {
            padding: 0
        }

        .news_list_met_158_7_102 .boxtwo_right .borderbox {
            padding: 20px 0 10px
        }

        .news_list_met_158_7_102 .boxtwo_right .time2box2 {
            padding: 10px 0
        }
    }

    @media (max-width:768px) {
        .news_list_met_158_7_102 h2 {
            font-size: 30px
        }

        .news_list_met_158_7_102 h2 .subtitle {
            font-size: 16px
        }

        .news_list_met_158_7_102 .boxtwo_left .oneleft .contentTitle_left,
        .news_list_met_158_7_102 .oneright .contentTitle_left,
        .news_list_met_158_7_102 .boxtwo_right .contentTitle_right {
            font-size: 18px
        }

        .news_list_met_158_7_102 .boxtwo_bottom .oneleft {
            padding: 0
        }

        .news_list_met_158_7_102 .boxtwo_bottom .oneright .twoleft {
            padding: 0
        }
    }

    @media (max-width:480px) {
        .news_list_met_158_7_102 {
            padding: 50px 0px
        }

        .news_list_met_158_7_102 .bigbox .boxtwo_bottom {
            flex-wrap: wrap
        }

        .news_list_met_158_7_102 .boxtwo_bottom .oneleft {
            width: 100%;
            margin: 0;
            margin-bottom: 20px
        }

        .news_list_met_158_7_102 .boxtwo_bottom .oneright {
            width: 100%;
            margin: 0
        }
    }

    .news_list_met_11_6_105 {
        background: #ffffff;
        background: #fafafa;
        position: relative;
        z-index: 2
    }

    .news_list_met_11_6_105 .container {
        width: 100%;
        padding: 30px
    }

    .news_list_met_11_6_105 .title {
        height: 60px;
        font-size: 32px;
        position: relative;
        margin: 0;
        font-weight: normal;
        color: #000000;
        color: ;
        height: 45px
    }

    .news_list_met_11_6_105 .line {
        color: #999999;
        color: ;
        position: relative
    }

    .news_list_met_11_6_105 .line:before {
        content: '';
        position: absolute;
        left: -45px;
        top: 50%;
        background-color: #999999;
        background-color: ;
        width: 40px;
        height: 1px;
        -webkit-transition: all .6s ease;
        -moz-transition: all .6s ease;
        -ms-transition: all .6s ease;
        -o-transition: all .6s ease;
        transition: all .6s ease
    }

    .news_list_met_11_6_105 .line:after {
        content: '';
        position: absolute;
        right: -45px;
        top: 50%;
        background-color: #999999;
        background-color: ;
        width: 40px;
        height: 1px;
        -webkit-transition: all .6s ease;
        -moz-transition: all .6s ease;
        -ms-transition: all .6s ease;
        -o-transition: all .6s ease;
        transition: all .6s ease
    }

    .news_list_met_11_6_105 .container:hover .line:before {
        width: 20px !important;
        left: -25px !important
    }

    .news_list_met_11_6_105 .container:hover .line:after {
        width: 20px !important;
        right: -25px !important
    }

    .news_list_met_11_6_105 .news-swiper {
        width: 100%;
        position: relative;
        margin-top: 20px;
        overflow: hidden
    }

    .news_list_met_11_6_105 .news-swiper .news-ctrl {
        position: relative;
        z-index: 99;
        margin-top: 20px
    }

    .news_list_met_11_6_105 .news-swiper .left {
        display: inline-block;
        margin: 0 auto;
        width: 42px;
        position: relative;
        margin-top: 20px;
        margin-right: 10px;
        height: 42px;
        cursor: pointer;
        transition: all .6s ease
    }

    .news_list_met_11_6_105 .news-swiper .left i {
        font-size: 42px;
        color: #999999;
        color:
    }

    .news_list_met_11_6_105 .news-swiper .left:hover {
        background: #116bc4;
        background: ;
        border: 1px solid;
        border-color: #116bc4;
        border-color:
    }

    .news_list_met_11_6_105 .news-swiper .left:hover i {
        color: #fff
    }

    .news_list_met_11_6_105 .news-swiper .right {
        display: inline-block;
        width: 42px;
        position: relative;
        margin-top: 20px;
        height: 42px;
        cursor: pointer;
        transition: all .6s ease
    }

    .news_list_met_11_6_105 .news-swiper .right i {
        font-size: 42px;
        color: #999999;
        color: ;
        transition: all .6s ease
    }

    .news_list_met_11_6_105 .news-swiper .right:hover {
        background: #116bc4;
        background: ;
        border: 1px solid;
        border-color: #116bc4;
        border-color:
    }

    .news_list_met_11_6_105 .news-swiper .right:hover i {
        color: #fff
    }

    .news_list_met_11_6_105 .news-swiper .news-ul {
        display: block;
        width: 100%;
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        height: 510px
    }

    .news_list_met_11_6_105 .news-swiper .news-ul .slick-list {
        height: 100%
    }

    .news_list_met_11_6_105 .news-swiper .news-ul .slick-track {
        height: 100%
    }

    .news_list_met_11_6_105 .news-swiper .news-ul .news-li {
        float: left;
        padding: 0;
        margin: 0;
        position: relative;
        height: 100% opacity:0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    .news_list_met_11_6_105 .news-swiper .news-ul .news-li .body {
        height: 100%;
        overflow: hidden;
        padding: 0;
        text-align: left;
        display: block;
        position: relative
    }

    .news_list_met_11_6_105 .news-swiper .news-ul .news-li .body .text {
        left: auto;
        bottom: 0;
        right: 0;
        top: 0;
        width: 100%;
        background: #ffffff;
        background: ;
        z-index: 1;
        transition: all 0.25s ease 0s;
        position: absolute
    }

    .news_list_met_11_6_105 .news-swiper .news-ul .news-li .body .text .content {
        transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        padding: 0 35px;
        display: block;
        position: relative;
        top: 300px
    }

    .news_list_met_11_6_105 .news-swiper .news-ul .news-li .body .text .content .date {
        font-weight: 300;
        font-family: HELVETICANEUELTPRO-THEX;
        color: #999999;
        color: ;
        margin-bottom: 0;
        display: inline-block;
        padding: 0 22px;
        float: left;
        transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        padding-left: 0;
        font-size: 20px
    }

    .news_list_met_11_6_105 .news-swiper .news-ul .news-li .body .text .content .title {
        margin-bottom: 15px;
        margin-top: 20px;
        font-size: 16px;
        display: inline-block;
        line-height: 30px;
        width: 100%;
        height: 30px;
        float: left;
        transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
    }

    .news_list_met_11_6_105 .news-swiper .news-ul .news-li .body .text .content .title span {
        display: inline-block;
        max-width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #000000;
        color: ;
        transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
    }

    .news_list_met_11_6_105 .news-swiper .news-ul .news-li .body .text .content .description {
        text-align: left;
        color: #999999;
        color: ;
        line-height: 25px;
        transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
        height: 105px;
        overflow: hidden;
        font-size: 13px
    }

    .news_list_met_11_6_105 .news-swiper .news-ul .news-li .body .img {
        width: 100%;
        height: auto;
        min-height: 50%;
        transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        overflow: hidden;
        background-size: cover;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        z-index: 2;
        background-position: center;
        position: relative
    }

    .news_list_met_11_6_105 .news-swiper .news-ul .news-li .body .img:before {
        content: '';
        position: absolute;
        width: 94%;
        height: 94%;
        top: 0px;
        left: 0px;
        border: 1px solid rgba(255, 255, 255, 0);
        -webkit-animation-duration: 0.4s;
        -moz-animation-duration: 0.4s;
        -ms-animation-duration: 0.4s;
        -o-animation-duration: .4s;
        animation-duration: .4s;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        top: 3%;
        left: 3%
    }

    .news_list_met_11_6_105 .news-swiper .news-ul .news-li .news-more {
        display: block;
        position: absolute;
        top: -12px;
        border-radius: 0;
        width: 30px;
        right: 20px;
        height: 30px;
        text-indent: 0;
        font-size: 0px;
        line-height: 20px;
        text-align: center;
        border: 1px solid;
        border-color: #999999;
        border-color: #116bc4;
        transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        color: #999999;
        color: ;
        margin: 40px auto 50px;
        z-index: 5;
        margin-top: 310px;
        opacity: 0
    }

    .news_list_met_11_6_105 .news-swiper .news-ul .news-li .news-more i {
        font-size: 30px
    }

    .news_list_met_11_6_105 .news-swiper .news-ul .news-li:hover .date {
        color: #116bc4 !important;
        color: !important;
        margin-left: 10px
    }

    .news_list_met_11_6_105 .news-swiper .news-ul .news-li:hover .description {
        margin-left: 10px !important
    }

    .news_list_met_11_6_105 .news-swiper .news-ul .news-li:hover .title {
        margin-left: 10px !important
    }

    .news_list_met_11_6_105 .news-swiper .news-ul .news-li:hover .title span {
        color: #116bc4 !important;
        color: !important
    }

    .news_list_met_11_6_105 .news-swiper .news-ul .news-li:hover .img {
        transform: scale(0.96, 0.96);
        -moz-transform: scale(0.96, 0.96);
        -webkit-transform: scale(0.96, 0.96);
        -o-transform: scale(0.96, 0.96)
    }

    .news_list_met_11_6_105 .news-swiper .news-ul .news-li:hover .img.is_show_bd:before {
        border: 1px solid;
        border-color: #999999;
        border-color: #116bc4;
        animation-name: zoomIn;
        top: 3%;
        left: 3%
    }

    .news_list_met_11_6_105 .news-swiper .news-ul .news-li:hover .news-more {
        opacity: 1
    }

    .news_list_met_11_6_105 .news-swiper .news-ul .news-li:nth-child(odd) .text {
        position: absolute;
        height: 100%;
        min-height: 255px
    }

    .news_list_met_11_6_105 .news-swiper .news-ul .news-li:nth-child(odd) .text .content {
        top: 0px;
        padding-top: 30px
    }

    .news_list_met_11_6_105 .news-swiper .news-ul .news-li:nth-child(odd) .news-more {
        margin-top: 40px
    }

    .news_list_met_11_6_105 .news-swiper .news-ul .news-li:nth-child(odd) .img {
        position: absolute;
        margin-top: 255px
    }

    .news_list_met_11_6_105.swiper-slide-active .news-li {
        opacity: 1 !important;
        -webkit-transform: none !important;
        transform: none !important
    }

    .news_list_met_11_6_105 .news-swiper .news-ul .news-li:nth-child(1) {
        transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s
    }

    .news_list_met_11_6_105 .news-swiper .news-ul .news-li:nth-child(2) {
        transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s
    }

    .news_list_met_11_6_105 .news-swiper .news-ul .news-li:nth-child(3) {
        transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s
    }

    .news_list_met_11_6_105 .news-swiper .news-ul .news-li:nth-child(4) {
        transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s
    }

    .news_list_met_11_6_105 .news-swiper .news-ul .news-li:nth-child(5) {
        transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s
    }

    .news_list_met_11_6_105 .news-swiper .news-ul .news-li:nth-child(6) {
        transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s
    }

    .news_list_met_11_6_105 .news-swiper .news-ul .news-li:nth-child(7) {
        transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s
    }

    .news_list_met_11_6_105 .news-swiper .news-ul .news-li:nth-child(8) {
        transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s
    }

    .news_list_met_11_6_105 .news-swiper .news-ul .news-li:nth-child(9) {
        transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s
    }

    @media (max-width:1600px) {
        .news_list_met_11_6_105 .news-swiper .news-ul {
            height: 350px
        }

        .news_list_met_11_6_105 .news-swiper .news-ul .news-li .body .text .content {
            padding: 0 15px
        }

        .news_list_met_11_6_105 .news-swiper .news-ul .news-li .body .text .content {
            top: 175px;
            padding-top: 15px
        }

        .news_list_met_11_6_105 .news-swiper .news-ul .news-li:nth-child(odd) .text .content {
            top: 0px;
            padding-top: 15px
        }

        .news_list_met_11_6_105 .news-swiper .news-ul .news-li:nth-child(odd) .img {
            margin-top: 175px
        }

        .news_list_met_11_6_105 .news-swiper .news-ul .news-li .body .text .content .description {
            height: 55px
        }

        .news_list_met_11_6_105 .news-swiper .news-ul .news-li .news-more {
            margin-top: 200px
        }
    }

    @media (max-width:991px) {
        .news_list_met_11_6_105 .title {
            height: auto !important;
            font-size: 18px;
            padding-bottom: 15px;
            line-height: 1.2
        }

        .news_list_met_11_6_105 {
            margin-top: 60px
        }

        .news_list_met_11_6_105 .container {
            padding: 20px
        }

        .news_list_met_11_6_105 .news-swiper .news-ul {
            height: 470px;
            margin: 0
        }

        .news_list_met_11_6_105 .news-swiper .news-ul .news-li .body .img {
            height: 300px;
            min-height: 300px
        }

        .news_list_met_11_6_105 .news-swiper .news-ul .news-li .body .text .content {
            padding: 15px;
            top: 300px
        }

        .news_list_met_11_6_105 .news-swiper .news-ul .news-li .body .text .content .title {
            margin: 0;
            padding-bottom: 7px
        }

        .news_list_met_11_6_105 .news-swiper .news-ul .news-li .body .text .content .description {
            margin: 0
        }

        .news_list_met_11_6_105 .news-swiper .news-ul .news-li:nth-child(odd) .content {
            top: 0 !important
        }

        .news_list_met_11_6_105 .news-swiper .news-ul .news-li:nth-child(odd) .img {
            margin-top: 170px
        }
    }

    @media (max-width:767px) {
        .news_list_met_11_6_105 {
            margin: 0;
            padding-top: 60px;
            width: 100%;
            overflow: hidden
        }

        .news_list_met_11_6_105 .container {
            padding: 15px
        }

        .news_list_met_11_6_105 .news-swiper .news-ul {
            height: 380px
        }

        .news_list_met_11_6_105 .news-swiper .news-ul .news-li .news-more {
            margin-top: 220px
        }

        .news_list_met_11_6_105 .news-swiper .news-ul .news-li:nth-child(odd) .news-more {
            margin-top: 25px
        }

        .news_list_met_11_6_105 .news-swiper .news-ul .news-li .body .img {
            min-height: 100px;
            height: 200px;
            background-size: 100%;
            background-repeat: no-repeat;
            background-position: center
        }

        .news_list_met_11_6_105 .news-swiper .news-ul .news-li .body .text .content {
            padding: 15px;
            top: 220px
        }

        .news_list_met_11_6_105 .news-swiper .news-ul .news-li .body .text .content .title {
            margin: 0;
            padding-bottom: 7px
        }

        .news_list_met_11_6_105 .news-swiper .news-ul .news-li .body .text .content .description {
            margin: 0
        }

        .news_list_met_11_6_105 .news-swiper .news-ul .news-li:nth-child(odd) .content {
            top: 0 !important
        }

        .news_list_met_11_6_105 .news-swiper .news-ul .news-li:nth-child(odd) .img {
            margin-top: 150px
        }

        .news_list_met_11_6_105 .news-swiper .news-ctrl {
            margin: 0
        }
    }

    .partner_list_met_158_2_103 {
        padding: 80px 0
    }

    .partner_list_met_158_2_103 .container {
        width: 93%;
        padding: 0
    }

    .partner_list_met_158_2_103.bgcolor {
        background: #ffffff;
        background:
    }

    .partner_list_met_158_2_103 h2 {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: center;
        margin-top: 0px;
        font-family: SourceHanSansCN-Heavy;
        font-stretch: normal;
        letter-spacing: 0px;
        display: flex;
        flex-direction: column
    }

    .partner_list_met_158_2_103 h2 .title {
        font-family: SourceHanSansCN-Bold;
        font-size: 38px;
        font-weight: 500;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #000000;
        color:
    }

    .partner_list_met_158_2_103 h2 .subtitle {
        margin: 14px auto 27px;
        font-family: SourceHanSansCN-Light;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 27px;
        letter-spacing: 0px;
        color: #999999;
        color:
    }

    .partner_list_met_158_2_103 h2 .tubiao {
        display: flex;
        justify-content: center
    }

    .partner_list_met_158_2_103 h2 .tubiao::before {
        content: "";
        display: block;
        width: 4px;
        height: 4px;
        background-color: #ffffff;
        border-radius: 50%;
        margin: 0 3px
    }

    .partner_list_met_158_2_103 h2 .tubiao::after {
        content: "";
        display: block;
        width: 39px;
        height: 4px;
        background-color: #ffffff;
        border-radius: 30%;
        margin: 0 3px
    }

    .partner_list_met_158_2_103 .imglist {
        padding-top: 15px;
        text-align: left;
        text-align: left
    }

    .partner_list_met_158_2_103 .imglist li {
        padding: 10px
    }

    .partner_list_met_158_2_103 .imglist li .overlay_hover {
        border: 1px solid #e9e9e9
    }

    .partner_list_met_158_2_103 .overlay_hover .imgbox {
        position: relative
    }

    .partner_list_met_158_2_103 .imglist .overlay_hover .imgbox img {
        width: 100%;
        height: auto
    }

    .partner_list_met_158_2_103 .overlay_hover .imgbox .mask {
        transition: 0.3s;
        position: absolute;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        flex-direction: column
    }

    .partner_list_met_158_2_103 .imgbox .mask .bigicon {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        border: 4px solid #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 15px
    }

    .partner_list_met_158_2_103 .imgbox .mask .bigicon::before,
    .partner_list_met_158_2_103 .imgbox .mask .bigicon::after {
        content: "";
        display: inline-block;
        width: 5px;
        height: 5px;
        background: #ffffff;
        border-radius: 50%
    }

    .partner_list_met_158_2_103 .imgbox .mask .smallicon {
        width: 5px;
        height: 5px;
        background: #ffffff;
        display: inline-block;
        border-radius: 50%;
        margin: 0 5px
    }

    .product_list_index {
        /* background: url(./productBg.jpg) no-repeat; */
        background-position: center;
        background-size: cover;
    }
    .indexPro li{
        border: 1px solid #999; 
    }
     
    .proABox a{
        display: inline-block; width: 40%; padding: 10px 0; border: #333 1px solid ; border-radius: 20px;
    }
    .proABox a.more{ color: #333;}
    .proABox a.Inquiry{ color: red; border-color:red ;}
    .partner_list_met_158_2_103 .overlay_hover .imgbox .mask:hover {
        opacity: 1
    }

    .partner_list_met_158_2_103 .imgbox .mask .contenttitle {
        max-width: 98%;
        font-family: SourceHanSansCN-Regular;
        font-size: 22px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 27px;
        letter-spacing: 0px;
        color: #ffffff;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    @media (max-width:1024px) and (min-width:768px) {
        .partner_list_met_158_2_103 {
            padding: 50px 0
        }
    }

    @media (max-width:767px) {
        .partner_list_met_158_2_103 {
            padding: 50px 0
        }
    }

    @media (max-width:991px) {
        .partner_list_met_158_2_103.met-index-body {
            padding: px 0px
        }

        .partner_list_met_158_2_103 .imglist {
            padding-top: 10px
        }
    }

    @media (max-width:767px) {
        .partner_list_met_158_2_103.met-index-body {
            padding: px 0px
        }

        $uciss p.desc {
            font-size: 12px
        }

        $uciss .title {
            font-size: 18px
        }

        .partner_list_met_158_2_103 .imglist {
            padding-top: 10px
        }

        .partner_list_met_158_2_103 .phonehide {
            display: none
        }
    }

    /* 悬浮框容器 */
    .floating-box {
      position: fixed; z-index: 9999;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      display: flex;
      flex-direction: column;
      align-items: flex-end;
    }

    /* 单个悬浮项样式 */
    .floating-item {
      width: 50px;
      height: 50px;
      background-color: rgba(0, 0, 0, .5);
      margin-bottom: 10px;
      border-radius: 8px 0 0 8px;
      overflow: hidden;
      transition: width 0.3s ease-in-out;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
    }

    .floating-item:hover {
      width: 280px;
    }
    .floating-item:hover > .fas-svg{
        width:36px ;
    }
    .floating-item  .qrcode{
        display: none;
    }
    .floating-item:hover > .qrcode{
       display: block;
    }
    .qrcodeItem:hover{
        height: 200px;
    }

    /* 图标样式 */
    .floating-item .fas { margin-left: 20px;
      font-size: 24px;
      color: #fff;
      transition: opacity 0.3s ease-in-out;
    }

    /* 内容文字，初始隐藏， hover 时显示 */
    .floating-text {
      opacity: 0;
      color: #fff;
      margin-left: 10px;
      transition: opacity 0.3s ease-in-out;
    }

    .floating-item:hover .floating-text {
      opacity: 1;
    }
    .floating-item svg{ width: 30px;  height: 35px;
        fill: #fff
    }