@charset "utf-8";

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.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)
    }
}

body {
    font-family: "宋体", "Microsoft YaHei", "Heiti SC";
    margin: 0;
    /* overflow-x:hidden;*/
}

ul {
    padding: 0px;
    margin: 0px;
}

li {
    list-style: none;
    display: inline-block;
}

img {
    border: none;
}

a {
    text-decoration: none;
}

:link:focus,
:visited:focus {
    outline: none;
}

/*所有开始不显示的类*/
.zy_hidden,
.zy_disable {
    display: none !important;
}

.hasVideo:before {
    content: "";
    background: url(../assets/images/apps/hasvideo.png) no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.zy_touch_hscroll {
    overflow: auto !important;
    overflow-x: scroll !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
}

.zy_noscroll {
    overflow: hidden !important;
}

/*覆盖swiper样式*/
.swiper-pagination-bullet-active {
    background: #25bf9a;
}

/*背景固定*/
.zy_bg_fixed {
    position: fixed !important;
    top: 90px;
    left: 0;
}

.zy_main_wrapper {
    overflow: hidden;
}

.zy_down {
    display: block;
    cursor: pointer;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    bottom: 200px;
    background: url(../assets/images/apps/down.svg);
    transform: translate(-50%, 0);
    font-size: 0px;
}

/*--顶部栏--*/
.zy_header {
    height: 60px;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    background: #25bf9a;
}

/*-----------------------------------------------------印象、物语、小结统一的副标题z-index:12--*/
/*主题背景*/
.zy_section_bg {
    height: 720px;
    overflow: hidden;
    font-size: 0;
    width: 100%;
    position: relative;
    z-index: 1;
    text-align: center;
}

.zy_theme_bg_content {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    min-width: 100%;
    min-height: 720px;
    opacity: 0;
    transition: opacity 1s;
}

.zy_theme_bg_default {
    opacity: 1;
}

/*水平滑动窗口布局容器*/
.zy_list_container {
    position: absolute;
    margin: auto;
    width: 960px;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    padding-bottom: 10%;
}

.zy_nav_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    transform: translate(-570px, -50%);
    cursor: pointer;
}

.zy_nav_btn_prev {
    background: url(../assets/images/apps/nav_btn_prev.svg) no-repeat;
    background-position: right;
    background-size: contain;
}

.zy_nav_btn_next {
    left: inherit;
    right: 50%;
    transform: translate(570px, -50%);
    background: url(../assets/images/apps/nav_btn_next.svg) no-repeat;
    background-position: left;
    background-size: contain;
}

/*--音乐播放器,z-index：100--*/
.zy_music_section {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 100%;
    /*初始值为右边显示按钮的宽度*/
    z-index: 100;
}

.zy_player {
    height: 100%;
    position: relative;
    /*-webkit-transition: 2s ease;
    -moz-transition: 2s ease;
    transition: 2s ease;*/
}

.zy_music_title {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0px 0px 10%;
    color: #fff;
    display: inline-block;
    height: 100%;
    line-height: 50px;

}

.zy_music_controller {
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    text-align: center;
    line-height: 50px;
    width: 100px;
    height: 100px;
}

.zy_music_controller a {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    vertical-align: middle;
}

.zy_music_prev {
    width: 20px;
}

.zy_music_play {
    width: 100px;
    height: 100px;
    background: url(../assets/images/apps/music_logo.svg) no-repeat center;
    background-size: 120%;

    -webkit-animation: music-logo-spin 15s infinite linear;
    animation: music-logo-spin 15s infinite linear;
}

.zy_music_play.zy_music_paused {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.zy_music_next {
    width: 20px;
}

.zy_music_show {
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    cursor: pointer;
}

.zy_music_show.zy_music_show_play {}

.zy_music_timeline {
    width: 0%;
    background: #ffcc00;
    height: 4px;
    position: absolute;
    bottom: 0px;
    font-size: 0px;
}

/*music logo animation*/
@-webkit-keyframes music-logo-spin {
    0% {
        -webkit-transform: rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateZ(360deg);
    }
}

@keyframes music-logo-spin {
    0% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

/**
* 菜单栏
*/
.zy_nav {
    height: 150px;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 100;
    background: #333;
    transition: all 0.3s ease-out;
    background: url(../assets/images/apps/nav_bg.svg) no-repeat bottom;
    background-size: cover;
    cursor: pointer;
    box-sizing: border-box;
}

.zy_show_menu {
    color: white;
    display: inline-block;
    font-size: 0px;
    background: url(../assets/images/apps/btn_menu_active.svg) no-repeat center;
    background-size: contain;
    width: 100px;
    height: 60px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.zy_nav.active {}

.zy_nav.active .zy_show_menu {
    background: url(../assets/images/apps/btn_menu_active.svg) no-repeat center;
}

.zy_nav ul {
    text-align: center;
    width: 480px;
    height: 50px;
    font-size: 0px;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 10px;
}

/*.zy_nav ul::before{
    content: "";
    width:240px;
    height: 70px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(../assets/images/apps/nav_deco.svg) no-repeat bottom;
    background-size: contain;
    
}*/
.zy_nav ul li {
    flex: 1;
    padding: 0px;
    height: 100%;
    padding: 0;
    box-sizing: border-box;
}

.zy_nav ul li:first-child {
    margin-right: 10px;
}

.zy_nav ul li:last-child {
    margin-left: 10px;
}

.zy_nav ul li.separator {
    margin-right: 120px;
}

.zy_nav ul li a {
    font-family: "黑体";
    display: block;
    height: 100%;
    width: 100%;
    margin: auto;
    font-size: 0;
    line-height: 60px;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    border-radius: 4px;
}

.zy_nav ul li a:hover {
    opacity: .8;
}

.zy_nav ul li a.top_menu_landscape {
    background-image: url(../assets/images/apps/top_menu_landscape_white.svg);
}

.zy_nav ul li a.top_menu_community {
    background-image: url(../assets/images/apps/top_menu_community_white.svg);
}

.zy_nav ul li a.top_menu_artifact {
    background-image: url(../assets/images/apps/top_menu_artifact_white.svg);
}

.zy_nav ul li a.top_menu_humanity {
    background-image: url(../assets/images/apps/top_menu_humanity_white.svg);
}

.zy_nav ul li a:hover,
.zy_nav ul li a.active {
    color: #000;
}

.zy_nav ul li a.top_menu_landscape.active {
    background-image: url(../assets/images/apps/top_menu_landscape_gray.svg);
    background-color: #fff;
}

.zy_nav ul li a.top_menu_community.active {
    background-image: url(../assets/images/apps/top_menu_community_gray.svg);
    background-color: #fff;
}

.zy_nav ul li a.top_menu_artifact.active {
    background-image: url(../assets/images/apps/top_menu_artifact_gray.svg);
    background-color: #fff;
}

.zy_nav ul li a.top_menu_humanity.active {
    background-image: url(../assets/images/apps/top_menu_humanity_gray.svg);
    background-color: #fff;
}

.zy_nav ul li a:hover,
.zy_nav ul li a.active {
    color: #000;
}

/**
* logo
*/
.zy_logo {
    float: left;
    height: 100%;
    margin: 0 0 0 5%;
}

.zy_logo a {
    font-size: 0px;
    width: 150px;
    height: 100%;
    display: block;
    position: relative;

}

.zy_logo a::before {
    content: "";
    width: 100%;
    height: 80%;
    background: url(../assets/images/apps/logo.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.zy_title_logo {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0;
    width: 450px;
    height: 450px;
}

.zy_title_logo::before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../assets/images/apps/logo_poster.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.zy_top_post {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

.zy_top_post_poster {
    width: 100%;
    font-size: 0;
    height: 720px;
    position: relative;
    background: #ccc;
    overflow: hidden;
}



/*--推荐文章z-index:5--*/
.zy_featured {
    width: 100%;
    height: 720px;
    background-size: contain;
    background: #fff;
    position: relative;
    box-sizing: border-box;
    z-index: 5;
}

.zy_featured::before {
    content: "";
    width: 160px;
    height: 80px;
    background-image: url(../assets/images/apps/featured_top.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.zy_featured .zy_featured_left {
    width: 20%;
    height: 500px;
    background-image: url(../assets/images/apps/featured_left.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    font-size: 0px;

}

.zy_featured .zy_featured_right {
    width: 20%;
    height: 500px;
    background-image: url(../assets/images/apps/featured_right.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    font-size: 0px;
}

.zy_featured::after {
    content: "";
    width: 100%;
    height: 100px;
    background-image: url(../assets/images/apps/section_bottom.svg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: absolute;
    bottom: -80px;

}

.zy_featured_heading {
    background-image: url(../assets/images/apps/title_featured.svg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 100px;
    font-size: 0;
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
}

.zy_featured_articles {
    font-size: 0;
    text-align: center;
    width: 80%;
    margin: auto;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
}

.zy_featured_articles li {
    display: inline-block;
    list-style: none;
    flex: 4;
    padding: 0 10px;
    position: relative;
}

/*.zy_featured_articles li:first-child{
    flex:3;
}
.zy_featured_articles li:last-child{
    flex:3;
}*/
.zy_featured_articles .abstract {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
    vertical-align: top;
    position: relative;

}

.zy_featured_articles li .thumb {
    perspective: 1000px;

}

.zy_featured_articles li .thumb img {
    width: 100%;
    transform: translateZ(0);
    transition: all 0.3s ease-out;
}

.zy_featured_articles li .info {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    padding: 40px 30px;
    box-sizing: border-box;
    overflow: hidden;
    transition: all 0.3s ease-out;
    opacity: 0;
}

.zy_featured_articles li .title {
    font-family: "Microsoft YaHei";
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    width: 100%;
    overflow: hidden;

    /*
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    */
}

.zy_featured_articles li .excerpt {
    text-align: left;
    color: #666;
    height: 6em;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.5em;
    margin: 20px 0;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}

.zy_featured_articles li:hover .thumb img {
    transform: translateZ(100px);
}

.zy_featured_articles li:hover .info {
    opacity: 1;
}

/*-------------------------------------------------------------------------风景z-index:4--*/
.zy_landscape {
    position: relative;
    z-index: 4;
}

.zy_landscape::after {
    content: "";
    width: 100%;
    height: 100px;
    background-image: url(../assets/images/apps/section_bottom.svg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: absolute;
    bottom: -80px;

}

/*--z-index:1--*/
.zy_landscape_heading {
    font-size: 0;
    background-image: url(../assets/images/apps/slogan_landscape.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 480px;
    height: 320px;
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
}

.zy_landscape .zy_bg_left_top {
    background: url(../assets/images/apps/landscape_bg.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 100px;
    width: 150px;
    height: 150px;
    transform: translate(-630px, 0px);
}

.zy_landscape .zy_bg_left_bottom {
    background: url(../assets/images/apps/landscape_bg.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    bottom: 70px;
    width: 150px;
    height: 150px;
    transform: translate(-630px, 0px);
}

.zy_landscape .zy_bg_right_top {
    background: url(../assets/images/apps/landscape_bg.svg) no-repeat;
    background-size: contain;
    position: absolute;
    right: 50%;
    top: 100px;
    width: 150px;
    height: 150px;
    transform: translate(630px, 0px);
}

.zy_landscape .zy_bg_right_bottom {
    background: url(../assets/images/apps/landscape_bg.svg) no-repeat;
    background-size: contain;
    position: absolute;
    right: 50%;
    bottom: 70px;
    width: 150px;
    height: 150px;
    transform: translate(630px, 0px);
}

.zy_landscape .zy_subheading {
    background-image: url(../assets/images/apps/title_landscape.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 300px;
    height: 70px;
    font-size: 0px;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.zy_landscape_contain {
    width: 100%;
    height: 720px;
    box-sizing: border-box;
    position: relative;
    z-index: 8;
    background: #fff;
    /*background: url(../assets/images/apps/landscape_bg.svg) #fff center no-repeat;
    background-size: contain;*/
    padding: 1px 0px;
}

.zy_landscape_contain:before {
    content: "";
    width: 100%;
    height: 50px;
    background-image: url(../assets/images/apps/section_top.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -49px;
}




/*----------------------------------------------------------------------------人文z-index:3--*/
.zy_people {
    position: relative;
    z-index: 3;

}

.zy_people .zy_nav_btn {
    margin-top: 45px;
}

.zy_people::after {
    content: "";
    width: 100%;
    height: 100px;
    background-image: url(../assets/images/apps/section_bottom.svg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: absolute;
    bottom: -80px;

}

.zy_people .zy_bg_left_top {
    background: url(../assets/images/apps/humanity_bg.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 100px;
    width: 150px;
    height: 150px;
    transform: translate(-630px, 0px);
}

.zy_people .zy_bg_left_bottom {
    background: url(../assets/images/apps/humanity_bg.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    bottom: 20px;
    width: 150px;
    height: 150px;
    transform: translate(-630px, 0px) rotate(-90deg);
}

.zy_people .zy_bg_right_top {
    background: url(../assets/images/apps/humanity_bg.svg) no-repeat;
    background-size: contain;
    position: absolute;
    right: 50%;
    top: 100px;
    width: 150px;
    height: 150px;
    transform: translate(630px, 0px) rotate(90deg);
}

.zy_people .zy_bg_right_bottom {
    background: url(../assets/images/apps/humanity_bg.svg) no-repeat;
    background-size: contain;
    position: absolute;
    right: 50%;
    bottom: 20px;
    width: 150px;
    height: 150px;
    transform: translate(630px, 0px) rotate(180deg);
}

/*--z-index:1--*/
.zy_people_heading {
    font-size: 0;
    background-image: url(../assets/images/apps/slogan_people.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 480px;
    height: 320px;
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
}

.zy_people .zy_subheading {
    background-image: url(../assets/images/apps/title_people.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-position: center;
    width: 300px;
    height: 70px;
    font-size: 0px;
    margin: 40px auto 60px;
}

.zy_people_contain:before {
    content: "";
    width: 100%;
    height: 50px;
    background-image: url(../assets/images/apps/section_top.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -49px;
}

.zy_people_contain {
    width: 100%;
    height: 720px;
    box-sizing: border-box;
    background: #fff;
    /* margin-top: 360px;*/
    white-space: nowrap;
    position: relative;
    background: #fff;
    /*background: url(../assets/images/apps/humanity_bg.svg) #fff no-repeat;
    background-position: center 120px;
    background-size: contain;*/
    z-index: 8;
    padding: 1px 0px;
}

.zy_people_contain>.zy_list_container {
    height: 400px;
}


/*------------------------------------------------------------------------物语z-index:2--*/
.zy_artifact {
    position: relative;
    z-index: 2;
}

.zy_artifact::after {
    content: "";
    width: 100%;
    height: 100px;
    background-image: url(../assets/images/apps/section_bottom.svg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: absolute;
    bottom: -80px;

}

/*--z-index:1--*/
.zy_artifact_heading {
    font-size: 0;
    background-image: url(../assets/images/apps/slogan_artifact.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 480px;
    height: 320px;
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
}

.zy_artifact .zy_bg_left_top {
    background: url(../assets/images/apps/artifact_bg.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 100px;
    width: 150px;
    height: 150px;
    transform: translate(-630px, 0px);
}

.zy_artifact .zy_bg_left_bottom {
    background: url(../assets/images/apps/artifact_bg.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    bottom: 100px;
    width: 150px;
    height: 150px;
    transform: translate(-630px, 0px) rotate(-90deg);
}

.zy_artifact .zy_bg_right_top {
    background: url(../assets/images/apps/artifact_bg.svg) no-repeat;
    background-size: contain;
    position: absolute;
    right: 50%;
    top: 100px;
    width: 150px;
    height: 150px;
    transform: translate(630px, 0px) rotate(90deg);
}

.zy_artifact .zy_bg_right_bottom {
    background: url(../assets/images/apps/artifact_bg.svg) no-repeat;
    background-size: contain;
    position: absolute;
    right: 50%;
    bottom: 100px;
    width: 150px;
    height: 150px;
    transform: translate(630px, 0px) rotate(180deg);
}

.zy_artifact .zy_subheading {
    background-image: url(../assets/images/apps/title_artifact.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 300px;
    height: 70px;
    font-size: 0px;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.zy_artifact_contain {
    width: 100%;
    height: 720px;
    box-sizing: border-box;
    white-space: nowrap;
    position: relative;
    z-index: 8;
    background: #fff;
    /*background: url(../assets/images/apps/artifact_bg.svg) #fff center no-repeat;
    background-size: contain;*/
    padding: 1px 0px;
}

.zy_artifact_contain:before {
    content: "";
    width: 100%;
    height: 50px;
    background-image: url(../assets/images/apps/section_top.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -49px;
}



/*-----------------------------------------------------------------------------社区z-index:1--*/
.zy_community {
    position: relative;
    z-index: 1;
}

.zy_community .zy_nav_btn {
    margin-top: 60px;
}

.zy_community .zy_community_left {
    width: 10%;
    height: 200px;
    background-image: url(../assets/images/apps/community_right.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100% 100%;
    position: absolute;
    bottom: 300px;
    right: 88%;
    transform: translate(0, 50%);
    font-size: 0px;
    margin-top: 60px;

}

.zy_community .zy_community_right {
    width: 10%;
    height: 200px;
    background-image: url(../assets/images/apps/community_left.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 100% 100%;
    position: absolute;
    bottom: 300px;
    left: 88%;
    transform: translate(0, 50%);
    font-size: 0px;
    margin-top: 60px;
}

.zy_community_contain {
    background: #fff;
    padding-top: 20px;
    width: 100%;
    height: 720px;
    box-sizing: border-box;
    background: #fff;
    background-size: 100% 100%;
    /* margin-top: 360px;*/
    white-space: nowrap;
    position: relative;
    z-index: 8;
}

.zy_community_contain>.zy_list_container {
    height: 400px;
    padding-bottom: 50px;
}

/*--z-index:1--*/
.zy_community_heading {
    font-size: 0;
    background-image: url(../assets/images/apps/slogan_community.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 480px;
    height: 320px;
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
}

.zy_community .zy_subheading {
    background-image: url(../assets/images/apps/title_community.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 300px;
    height: 70px;
    font-size: 0px;
    margin: 40px auto 60px;
}

.zy_community_contain:before {
    content: "";
    width: 100%;
    height: 50px;
    background-image: url(../assets/images/apps/section_top.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -49px;
}

.zy_community_contain>.zy_list_container {
    height: 400px;
}




/*------------------------------------footer部分--------------------------*/
.zy_footer {
    width: 100%;
    background-color: #ebebeb;
    position: relative;
    box-sizing: border-box;
}

.zy_footer::before {
    content: "";
    width: 160px;
    height: 80px;
    background-image: url(../assets/images/apps/featured_top.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.zy_project {
    height: auto;
    padding: 100px 0px 50px 0px;
    background-size: 100% 100%;
    text-align: center;
}

.zy_project_info {
    width: 40%;
    position: relative;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}

.zy_project_title {
    height: 70px;
    width: 300px;
    font-size: 0;
    text-indent: -9999px;
    background: url(../assets/images/apps/title_background.svg) no-repeat;
    background-size: contain;
    margin: auto;
}

.zy_project_info p {
    color: #a2a1a1;
    font-size: 14px;
    line-height: 2em;
}

.zy_project_sponsors {
    width: 35%;
    height: 300px;
    display: inline-block;
    position: relative;
    padding-top: 50px;
    background: url(../assets/images/apps/logo_sponsor.svg) no-repeat center;
    background-size: contain;
    opacity: .8;
}

.zy_project_sponsors ul {
    margin: auto;
    text-align: center;
    padding: 5px 0px 5px 0px;
    font-size: 0px;
}

.zy_project_sponsors ul li {
    display: block;
}

.zy_project_sponsors .zy_logo_mkmj,
.zy_project_sponsors .zy_logo_hnusd {
    width: 180px;
    height: 90px;
    opacity: .5;
    font-size: 0;
    text-indent: -9999px;
    margin: auto;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.zy_project_sponsors .zy_logo_mkmj {
    background-image: url(../assets/images/apps/logo_meikemeijia_black.svg);

}

.zy_project_sponsors .zy_logo_hnusd {
    background-image: url(../assets/images/apps/logo_hnusd_black.svg);
    margin-top: 30px;
    width: 240px;
}

.zy_copyright {
    background-size: 100% auto;
    padding: 50px 0 100px;
    text-align: center;
    color: #666;
    font-size: 0.7em;
}


/*---------------------loadingSpinner-------------------*/
/*动画定义*/
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(360deg);
    }

    100% {
        -moz-transform: rotate(0deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.zy_loading_spinner {
    position: absolute;
    top: 50%;
    left: 50%;
}

.zy_loading_spinner_layer {
    width: 50px;
    height: 50px;
    background: url(../assets/images/apps/sprite.png) no-repeat -1042px -839px;
    -webkit-animation: spin 4s infinite linear reverse;
    -moz-animation: spin 4s infinite linear reverse;
    animation: spin 4s infinite linear reverse;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
}

/****************************************************************/
.zy_landscape_list,
.zy_people_list,
.zy_artifact_list,
.zy_community_list {
    margin: 0;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    font-size: 0;
}

.zy_landscape_article {

    width: 100%;
    white-space: normal;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    cursor: pointer;

}

.zy_landscape_article::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.zy_landscape_article>.zy_article_thumb {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.zy_landscape_article>.zy_article_thumb img {
    width: 100%;
}

.zy_landscape_article>.zy_article_abstract {
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px 20px 30px 20px;
    background: #fff;
    opacity: .95;
    position: absolute;
    top: 100%;
    left: 0;
    transition: all 0.4s ease-out;
}

.zy_landscape_article:hover>.zy_article_abstract {
    top: 0;
}

.zy_landscape_article>.zy_article_abstract h2 {
    font-family: "Microsoft YaHei";
    font-size: 24px;
    text-align: center;
    color: #333;
    font-weight: bold;
}

.zy_landscape_article>.zy_article_abstract p {
    font-size: 14px;
    line-height: 2em;
    margin: auto;
    color: #333;
    width: auto;
    height: 6em;
    overflow: hidden;
}

.zy_landscape_article>.zy_article_abstract p.zy_article_date {
    font-size: 12px;
    border-top: #333 1px solid;
    padding-top: 8px;
    position: static;
    text-align: center;
    width: auto;
    margin: auto;
    display: block;
    color: #000;
    height: auto;
}

/****************************************************************/
.zy_people_article {
    width: 100%;
    height: 100%;
    white-space: normal;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

.zy_people_article>.zy_article_thumb {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}

.zy_people_article>.zy_article_thumb img {
    width: 100%;
}

.zy_people_article>.zy_article_abstract {
    width: 200px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    color: #666;
}

.zy_people_article>.zy_article_abstract h2 {
    font-family: "Microsoft YaHei";
    font-size: 24px;
    color: #25bf9a;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 10px 0;
}

.zy_people_article>.zy_article_abstract p {
    font-size: 16px;
    line-height: 2em;
    margin: 5px 0;
    color: #666;
    max-height: 6em;
    overflow: hidden;
}

.zy_people_article>.zy_article_abstract p.zy_article_date {
    font-size: 12px;
    border-top: #ccc 1px solid;
    height: auto;
}

.zy_people_article:nth-child(2n)>.zy_article_thumb {
    bottom: 0;
    top: auto;
}

.zy_people_article:nth-child(2n)>.zy_article_abstract {
    top: 0;
    bottom: auto;
}

/***********************************************************************/
.zy_artifact_article {

    width: 100%;
    white-space: normal;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.zy_artifact_article::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.zy_artifact_article>.zy_article_thumb {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.zy_artifact_article>.zy_article_thumb img {
    width: 100%;
}

.zy_artifact_article>.zy_article_abstract {
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px 20px 30px 20px;
    background: #fff;
    opacity: .95;
    position: absolute;
    top: 100%;
    left: 0;
    transition: all 0.4s ease-out;
}

.zy_artifact_article:hover>.zy_article_abstract {
    top: 0;
}

.zy_artifact_article>.zy_article_abstract h2 {
    font-family: "Microsoft YaHei";
    font-size: 24px;
    text-align: center;
    color: #333;
    font-weight: bold;
}

.zy_artifact_article>.zy_article_abstract p {
    font-size: 14px;
    line-height: 2em;
    margin: auto;
    color: #333;
    width: auto;
    height: 6em;
    overflow: hidden;
}

.zy_artifact_article>.zy_article_abstract p.zy_article_date {
    font-size: 12px;
    border-top: #333 1px solid;
    padding-top: 8px;
    position: static;
    text-align: center;
    width: auto;
    margin: auto;
    display: block;
    color: #000;
    height: auto;
}

/*****************************************************************/
.zy_community_article {
    width: 100%;
    height: 100%;
    white-space: normal;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

.zy_community_article>.zy_article_thumb {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}

.zy_community_article>.zy_article_thumb img {
    width: 100%;
}

.zy_community_article>.zy_article_abstract {
    width: 200px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    color: #666;
}

.zy_community_article>.zy_article_abstract h2 {
    font-family: "Microsoft YaHei";
    font-size: 24px;
    color: #25bf9a;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 10px 0;
}

.zy_community_article>.zy_article_abstract p {
    font-size: 12px;
    line-height: 2em;
    margin: 5px 0;
    color: #666;
    max-height: 6em;
    overflow: hidden;
}

.zy_community_article>.zy_article_abstract p.zy_article_date {
    font-size: 12px;
    border-top: #ccc 1px solid;
    height: auto;
}

.zy_community_article:nth-child(2n)>.zy_article_thumb {
    bottom: 0;
    top: auto;
}

.zy_community_article:nth-child(2n)>.zy_article_abstract {
    top: 0;
    bottom: auto;
}

/*--------------显示文章z-index:9997--------------*/
.zy_article_container {
    position: fixed;
    left: 100%;
    top: 0;
    z-index: 9997;
    width: 100%;
    height: 100%;
    margin: auto;
}

.zy_article_content {
    background: #fff;
    width: 100%;
    position: absolute;
    top: 50px;
    bottom: 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

    /* 静态化增强：详情内容纵向填满容器。用 column 方向 ⇒ 交叉轴仍是横向，
       align-items 默认 stretch，<article> 依旧占满宽度，不影响横向滚动的内容尺寸。
       ⚠️ 撑杆 .zy_hs_spacer 是 position:absolute、脱离文档流，不会成为 flex item，
       既不占主轴 1px 也不参与尺寸分配。 */
    display: flex;
    flex-direction: column;}

/* 设置滚动条的样式 */
.zy_article_content::-webkit-scrollbar {
    /*    height: 4px;*/
}

/* 滚动槽 */
.zy_article_content::-webkit-scrollbar-track {
    /*    background:#1a1a1a;*/
}

/* 滚动条滑块 */
.zy_article_content::-webkit-scrollbar-thumb {
    /*    background: #25bf9a;*/
}

.zy_article_content_close {
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: block;
    background: url(../assets/images/apps/sprite.png) no-repeat -990px -891px;
}

.zy_article_content_close:hover {
    background: url(../assets/images/apps/sprite.png) no-repeat -1042px -891px;
}


/*图文混排展示模版*/
.article-main-post {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* 静态化：原来是死值高度，改由 flex 撑满父容器（#zy_article_content 高由 top/bottom 决定，
       是确定高度）。min-height:0 取消 flex item 的自动最小高度，
       保证容器变矮时恰好等于容器内容高度，而不是被内容顶高。 */
    flex: 1 1 auto;
    min-height: 0;
    position: relative;
}

.article-head-post {
    position: absolute;
    bottom: 0;
    left: 250px;
    z-index: 3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    background: #fff;
    width: 300px;
}

.article-head-post h1 {
    padding: 0;
    margin: 0;
    font-family: "Microsoft YaHei";
}

.article-title-post {
    font-size: 36px;
    color: #666;
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
}

.article-author-post,
.article-category-post,
.article-time-post {
    color: #666;
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
}

.article-author-post {
    padding-right: 10px;
}

.article-category-post {
    padding: 0 10px;
    border-left: #666 1px solid;
}

.article-time-post {
    padding: 0 10px;
    border-left: #666 1px solid;
}

.article-poster-post {
    /*position:absolute;
     left:0;
     top:0;
     bottom:0;*/
    height: 100%;
    font-size: 0;
}

.article-poster-post img {
    height: 100%;
}

.article-content-post {
    background: #fff;
    color: #666666;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 540px;
    right: 0px;
    width: 100%;
    bottom: 150px;
    height: 100%;
    padding: 0 0 20px 40px;
    column-gap: 40px;
    column-width: 400px;
    line-height: 2em;
    letter-spacing: 2px;
    z-index: 10;

}

.article-content-post::first-letter {
    display: inline-block;
    font-size: 32px;
    color: #25bf9a;
}

.article-content-post img {
    width: 100%;
}

.article-content-post p {
    margin: 0 10px;
}

.article-content-post figcaption {
    color: #25bf9a;
    font-size: 12px;
    font-style: italic;
    line-height: 1.4em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.videoslide {
    text-indent: 0;
    display: inline-block;
    position: relative;
    max-width: 100%;
}

.videoslide:before {
    content: "";
    background: url(../assets/images/apps/sprite.png) no-repeat -886px -621px;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
}

/*幻灯片模版展示*/
.article-main-slide {
    background: #fff;
    /* 静态化：原来是死值高度，改由 flex 撑满父容器（#zy_article_content 高由 top/bottom 决定，
       是确定高度）。min-height:0 取消 flex item 的自动最小高度，
       保证容器变矮时恰好等于容器内容高度，而不是被内容顶高。 */
    flex: 1 1 auto;
    min-height: 0;
    position: relative;
}

.article-main-slide p {
    font-size: 16px;
    line-height: 2em;
}

.article-title-slide {
    color: #666;
    width: 300px;
    font-size: 36px;
    margin-top: 0;
    font-family: "微软雅黑";
}

.article-author-slide,
.article-category-slide {
    color: #666;
    width: 300px;
    line-height: 10px;
    font-size: 16px;
    font-weight: normal;
}

.article-author-slide {
    border-bottom: #666 1px solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.article-abstract-slide {
    margin-top: 2em;
    font-size: 18px;
    color: #666;
    width: 300px;
    line-height: 1.5em;
}

.article-abstract-slide::first-letter {
    display: inline-block;
    font-size: 32px;
    color: #25bf9a;
}

.allslides-slide {
    display: block;
    position: absolute;
    left: 360px;
    top: 0;
    height: 100%;
    width: auto;
    white-space: nowrap;
}

.slide-slide {
    display: inline-block;
    height: 100%;
    position: relative;
}

.slide-slide img {
    height: 100%;
    width: auto;
}

.slide-slide a {
    display: inline-block;
    height: 100%;
}

.imgcaption-slide {
    background-color: #000;
    width: 100%;
    opacity: 0.7;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 10px;
    white-space: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.imgcaption-slide span {
    font-size: 21px;
}


/*-----------------------------------------------------------显示视频(从这里开始很多项目共用）----------*/
.zy_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    z-index: 9996;
}

.zy_show_section {
    z-index: 9999;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.zy_show_close {
    width: 50px;
    height: 50px;
    display: block;
    margin: auto;
    cursor: pointer;
    background: url(../assets/images/apps/sprite.png) no-repeat -938px -891px;
}

.zy_show_close:hover {
    background: url(../assets/images/apps/sprite.png) no-repeat -886px -911px;
}

.zy_show_load_container {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50px;
    bottom: 0;
    overflow-y: auto;
}

/* 设置滚动条的样式 */
.zy_show_load_container::-webkit-scrollbar {
    width: 8px;
}

/* 滚动槽 */
.zy_show_load_container::-webkit-scrollbar-track {
    background: #1a1a1a;
}

/* 滚动条滑块 */
.zy_show_load_container::-webkit-scrollbar-thumb {
    background: #25bf9a;
}

.zy_show_load_container img {
    margin: auto;
    max-width: 100%;
}

.zy_show_load_container video {
    max-width: 100%;
    margin: auto;
}

/*popout_win*/
.zy_popout_win {
    width: 640px;
    height: 200px;
    box-sizing: border-box;
    background: #25bf9a;
    padding: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -320px;
    z-index: 10001;
    text-align: center;
    overflow: hidden;
}

.zy_popout_win>.zy_popout_title {
    color: #fff;
}

.zy_popout_win>.zy_popout_btn {
    background: #fff;
    padding: 8px;
    width: 120px;
    display: block;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -60px;
    color: #25bf9a;
    font-weight: bold;
    cursor: pointer;
}

.zy_popout_win>.zy_popout_btn:hover {
    background: #1a1a1a;
}

/*-------------------响应式-------------------------*/
@media screen and (min-width: 2150px) {
    .zy_featured_articles li .title {
        display: none;
    }
}

@media screen and (min-width: 1900px) {
    .zy_featured_articles li .excerpt {
        display: none;
    }
}

@media screen and (max-width: 1100px) {
    .zy_featured_articles li:nth-child(3n) {
        display: none;
    }

    .zy_project_sponsors li {
        padding: 5px 0px 5px 0px;
    }

    .zy_project_sponsors ul li:first-child {
        border-bottom: 1px solid #444;
        border-right: none;
    }

    .zy_bottom_logo a {
        width: 240px;
        height: 140px;
        background: url(../assets/images/apps/sprite.png) no-repeat -723px -204px;
    }

}

@media screen and (max-width: 970px) {
    .zy_list_container {
        width: 80%
    }
}

/*wechat*/
@media screen and (max-width: 640px) {

    /*触屏设备优化*/
    input,
    textarea,
    button,
    select,
    label,
    a {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

    }

    .zy_nav ul {
        width: 90%;
    }

    .zy_nav ul li.separator {
        margin-right: 120px;
    }

    .zy_nav ul::before {
        width: 120px;
    }

    .zy_featured_articles {
        width: 90%;
        display: block;
    }

    .zy_featured_articles li {
        padding: 0;
    }

    .zy_featured_articles li:nth-child(2n) {
        display: none;
    }

    .zy_featured_articles li .excerpt {
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .zy_featured_articles li:first-child .excerpt {
        white-space: normal;
        text-overflow: inherit;
    }

    .zy_list_container {
        width: 90%;
    }



    .zy_article_content {
        overflow-x: hidden;
        overflow-y: auto;
        width: 100%;
        padding: 20px 20px 30px 60px;
        top: 0;
        -webkit-overflow-scrolling: touch;
    }

    .zy_article_content_close {
        position: absolute;
        top: 20px;
        left: 0;
        z-index: 1;
    }

    .zy_landscape_heading,
    .zy_people_heading,
    .zy_artifact_heading,
    .zy_community_heading {
        width: 320px;
    }

    .zy_landscape_article>.zy_article_abstract {
        padding: 20px;
    }

    .zy_artifact_article>.zy_article_abstract {
        padding: 20px;
    }

    .zy_project_info {
        width: 90%;
    }

    .zy_project_sponsors {
        width: 90%;
    }

    /*    幻灯片模式*/
    .article-main-slide {
        height: auto;
    }

    .article-title-slide {
        width: auto;
    }

    .article-author-slide,
    .article-category-slide {
        width: auto;
    }

    .article-main-slide p {
        font-size: 18px;
    }

    .article-abstract-slide {
        width: auto;
    }

    .allslides-slide {
        position: static;
        width: auto;
        white-space: normal;
    }

    .slide-slide {
        width: 100%;
        font-size: 0;
        margin-bottom: 20px;
    }

    .slide-slide a {
        width: 100%;
    }

    .slide-slide img {
        width: 100%;
    }

    .imgcaption-slide {
        position: static;
    }

    /*    图文模式*/
    .article-main-post {
        position: static;
    }

    .article-poster-post {
        display: none;
    }

    .article-head-post {
        position: static;
        padding: 0;
        width: auto;
    }

    .article-content-post {
        position: static;
        column-gap: normal;
        column-width: auto;
        padding: 30px 0;
    }

    .article-content-post p {
        margin: 0 0 2em 0;
        font-size: 1.2em;
    }

    .article-content-post p span {
        font-size: 18px !important;
    }
}

/* ==========================================================================
   静态化增强：详情页横向滚动（鼠标滚轮 + 平板触摸 双端）
   说明：
     - scroll-behavior:auto  避免与 GSAP 的 scrollTo 补间双重平滑产生顿挫
     - will-change           提前提升合成层，拖动时不掉帧
     - touch-action:pan-y    交给脚本接管横向手势，纵向仍保留页面原生滚动
   ========================================================================== */
.zy_touch_hscroll {
    scroll-behavior: auto;
    will-change: scroll-position;
    -webkit-overflow-scrolling: touch;
}

@media (pointer: coarse) {
    .zy_touch_hscroll {
        touch-action: pan-y;
    }
}

.zy_show_video {
    max-width: 100%;
    max-height: 100%;
}

/* 撑杆：把详情容器的滚动宽度钉死，宽度由脚本按内容实测设置。
   没有它，越界拖动时给内容加 translateX 会同步缩小 scrollWidth，
   浏览器随即把 scrollLeft 钳回边界，iPhone 那种"把内容拉出去"的 rubber band 就完全看不见。 */
.zy_hs_spacer {
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 0;
    opacity: 0;
    pointer-events: none;
}

/* ==========================================================================
   静态化增强：视频提示文案（纯静态站点只播放本地 assets/videos/）
   ========================================================================== */
.zy_video_msg {
    color: #fff;
    padding: 40px;
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
}
