.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;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    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;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform,height;
    -webkit-transition-property: height,-webkit-transform;
    transition-property: height,-webkit-transform;
    transition-property: transform,height;
    transition-property: transform,height,-webkit-transform
}

.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;
    background-size: 27px 44px;
    background-position: 50%;
    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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(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;
    -webkit-box-shadow: none;
    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);
    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);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-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: hsla(0,0%,100%,.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;
    -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;
    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,right top,left top,from(rgba(0,0,0,.5)),to(transparent));
    background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));
    background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));
    background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));
    background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
}

.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;
    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;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-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;
    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;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-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: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: 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%;
    -o-object-fit: contain;
    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%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute!important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
    height: 100%;
    left: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(.47,0,.74,.71);
    transition-timing-function: cubic-bezier(.47,0,.74,.71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    -webkit-transition-timing-function: cubic-bezier(.22,.61,.36,1);
    transition-timing-function: cubic-bezier(.22,.61,.36,1)
}

.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .25s,visibility 0s linear .25s;
    transition: opacity .25s,visibility 0s linear .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    -webkit-transition: opacity .25s,visibility 0s;
    transition: opacity .25s,visibility 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    text-align: center;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity,-webkit-transform;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -.25em;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous {
    display: block
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide--image {
    overflow: visible;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px 6px 0
}

.fancybox-slide--iframe {
    padding: 44px 44px 0
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0 0 6px;
    max-width: 100%;
    overflow: auto;
    padding: 0;
    padding: 24px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5,0,.14,1);
    animation-timing-function: cubic-bezier(.5,0,.14,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    margin: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity,-webkit-transform;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--html .fancybox-content {
    margin-bottom: 6px
}

.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--video .fancybox-content {
    height: 100%;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
    height: calc(100% - 44px);
    margin-bottom: 44px
}

.fancybox-iframe,.fancybox-video {
    background: transparent;
    border: 0;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    vertical-align: top
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30,30,30,.6);
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    outline: none;
    padding: 10px;
    -webkit-transition: color .2s;
    transition: color .2s;
    vertical-align: top;
    width: 44px
}

.fancybox-button,.fancybox-button:link,.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:focus,.fancybox-button:hover {
    color: #fff
}

.fancybox-button.disabled,.fancybox-button.disabled:hover,.fancybox-button[disabled],.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default
}

.fancybox-button svg {
    display: block;
    overflow: visible;
    position: relative;
    shape-rendering: geometricPrecision
}

.fancybox-button svg path {
    fill: transparent;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3
}

.fancybox-button--pause svg path:first-child,.fancybox-button--play svg path:nth-child(2) {
    display: none
}

.fancybox-button--play svg path,.fancybox-button--share svg path,.fancybox-button--thumbs svg path {
    fill: currentColor
}

.fancybox-button--share svg path {
    stroke-width: 1
}

.fancybox-navigation .fancybox-button {
    height: 38px;
    opacity: 0;
    padding: 6px;
    position: absolute;
    top: 50%;
    width: 38px
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
    -webkit-transition: opacity .25s,visibility 0s,color .25s;
    transition: opacity .25s,visibility 0s,color .25s
}

.fancybox-navigation .fancybox-button:after {
    content: "";
    left: -25px;
    padding: 50px;
    position: absolute;
    top: -25px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 6px
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #555;
    cursor: pointer;
    height: 44px;
    margin: 0;
    padding: 6px;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    z-index: 10
}

.fancybox-close-small svg {
    fill: transparent;
    opacity: .8;
    stroke: currentColor;
    stroke-width: 1.5;
    -webkit-transition: stroke .1s;
    transition: stroke .1s
}

.fancybox-close-small:focus {
    outline: none
}

.fancybox-close-small:hover svg {
    opacity: 1
}

.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small,.fancybox-slide--video .fancybox-close-small {
    color: #ccc;
    padding: 5px;
    right: -12px;
    top: -44px
}

.fancybox-slide--iframe .fancybox-close-small:hover svg,.fancybox-slide--image .fancybox-close-small:hover svg,.fancybox-slide--video .fancybox-close-small:hover svg {
    background: transparent;
    color: #fff
}

.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none
}

.fancybox-caption {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px;
    right: 0
}

.fancybox-caption:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -25px;
    z-index: -1
}

.fancybox-caption:after {
    border-bottom: 1px solid hsla(0,0%,100%,.3);
    content: "";
    display: block;
    left: 44px;
    position: absolute;
    right: 44px;
    top: 0
}

.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: transparent;
    border: 6px solid rgba(99,99,99,.5);
    border-radius: 100%;
    border-top-color: #fff;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    opacity: .6;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 99999
}

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

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

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

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0,0,.25,1);
    transition-timing-function: cubic-bezier(0,0,.25,1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5,1.5,1.5);
    transform: scale3d(1.5,1.5,1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5,.5,.5);
    transform: scale3d(.5,.5,.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0,0,0) translate3d(-100%,0,0);
    transform: scale3d(0,0,0) translate3d(-100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0,0,0) translate3d(100%,0,0);
    transform: scale3d(0,0,0) translate3d(100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);
    transform: translate3d(-100%,0,0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%,0,0) scale(.1) skew(10deg);
    transform: translate3d(100%,0,0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #fff;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs>ul {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x>ul {
    overflow: hidden
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,.3)
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs>ul>li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs-loading {
    background: rgba(0,0,0,.1)
}

.fancybox-thumbs>ul>li {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.fancybox-thumbs>ul>li:before {
    border: 4px solid #4ea7f9;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s cubic-bezier(.25,.46,.45,.94);
    transition: all .2s cubic-bezier(.25,.46,.45,.94);
    z-index: 99991
}

.fancybox-thumbs .fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width: 800px) {
    .fancybox-thumbs {
        width:110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs>ul>li {
        max-width: calc(100% - 10px)
    }
}

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

html {
    font: 14px/1.5;
    font-family: pt, Arial, Microsoft Yahei, Hiragino Sans GB, sans-serif;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: pt;
}

body,dd,dl,h1,h2,h3,h4,h5,h6,ol,p,ul {
    margin: 0
}

ol,td,ul {
    padding: 0
}

ol,ul {
    list-style-type: none
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: 500;
    color: #333;
}

a,button,img,input,textarea {
    outline: none
}

a {
    color: #000;
    text-decoration: none
}

img {
    border: 0;
    vertical-align: top
}

button,input,textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    border: 1px solid #999;
    font-size: 100%
}

input,textarea {
    display: block;
    width: 100%;
    font-size: inherit;
    font-family: inherit
}

input {
    height: 40px;
    padding: 0 8px
}

textarea {
    height: 150px;
    padding: 8px;
    resize: none
}

button {
    cursor: pointer
}

hr {
    margin: 0;
    border: 0;
    height: 1px;
    background-color: #000
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

video::-internal-media-controls-download-button {
    display: none
}

video::-webkit-media-controls-enclosure {
    overflow: hidden
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px)
}

.f-clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden
}

.f-pointer {
    cursor: pointer
}

.f-full {
    width: 100%;
    height: 100%
}

.f-table {
    display: table;
    table-layout: fixed;
    max-width: 100%
}

.f-cell {
    display: table-cell;
    vertical-align: middle
}

.f-bgcover {
    background: no-repeat 50%/cover
}

.f-none {
    display: none
}

.playerbox .player-title,.storesWrapper .mapContent .fnbox .selectors .selector .result .value {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.f-cell,.f-table,.storesWrapper .mapContent .storegroup .mapbox .map {
    width: 100%;
    height: 100%
}

#g-footer:after,#g-header .headerbox .header-container .menuList .menuItem .dropDownList .dropDownContent:after,#g-header .headerbox .header-container .menuList:after,#g-header .headerbox .header-container:after,.aboutWrapper .grid .item:after,.campaignWrapper .listWrapper .grid:after,.contactWrapper .Content .formContent .emailBox:after,.contactWrapper .Content .formContent .nameBox:after,.contactWrapper .Content .formContent .phoneBox:after,.contactWrapper .Content .textContent .Img:after,.contactWrapper .Content:after,.indexWrapper .productLineWrapper .productLine:after,.lookbookWarpper .list .grid:after,.newsWrapper .grid .item:after,.starWrapper .grid:after,.storesWrapper .mapContent .fnbox .selectors .searchbox:after,.storesWrapper .mapContent .fnbox .selectors:after,.storesWrapper .mapContent .storegroup .storelist .listbox li .ItemBox:after,.storesWrapper .mapContent .storegroup:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
    clear: both
}

.storesWrapper .mapContent .fnbox .selectors .selector {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.contactWrapper .Content .formContent .submit:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.campaignWrapper .bannerWrapper .box .Play,.campaignWrapper .listWrapper .grid .item .pic .mask i,.kolWrapper .ThemeContent li .box .txt,.lookbookWarpper .list .grid .item .pic .mask i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%)
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.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
}

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

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

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -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%,20%,53%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

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

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

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

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

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

    25%,75% {
        opacity: 0
    }
}

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

    25%,75% {
        opacity: 0
    }
}

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

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

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

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

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

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

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

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

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

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

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1)
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

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

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

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1)
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

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

@-webkit-keyframes shake {
    0%,to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

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

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

@keyframes shake {
    0%,to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

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

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

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

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

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

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

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

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

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

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

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

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

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

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

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

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

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

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

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

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

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

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

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

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

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

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

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

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

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

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes jello {
    0%,11.1%,to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.39063deg) skewY(.39063deg);
        transform: skewX(.39063deg) skewY(.39063deg)
    }

    88.8% {
        -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
        transform: skewX(-.19531deg) skewY(-.19531deg)
    }
}

@keyframes jello {
    0%,11.1%,to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.39063deg) skewY(.39063deg);
        transform: skewX(.39063deg) skewY(.39063deg)
    }

    88.8% {
        -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
        transform: skewX(-.19531deg) skewY(-.19531deg)
    }
}

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

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

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

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

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

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

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

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

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

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

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

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

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

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

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

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

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

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

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

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

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

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

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

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

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

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

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

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

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

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

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

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

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

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

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

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

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

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

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

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

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

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

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

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

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

.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)
    }

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

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

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

.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)
    }

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

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

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

.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)
    }

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

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

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

.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)
    }

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

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

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

.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)
    }

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

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

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

.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)
    }

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

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

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

.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)
    }

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

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

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

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

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

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

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

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

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

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

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

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

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

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

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

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

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

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

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

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

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

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

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

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

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

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

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

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

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-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) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

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

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

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

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

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

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

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

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

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

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

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

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

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

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

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

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

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

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

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

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

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

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

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

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

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

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

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

.flipInY {
    -webkit-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) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

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

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

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

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

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

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

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

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

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

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

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

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

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

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

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

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

@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
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        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
    }

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

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        -webkit-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: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

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

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        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: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

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

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        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: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

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

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        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: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

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

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        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: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

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

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

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

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

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

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(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
    }

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

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(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
    }

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

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-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
    }

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

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-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
    }

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

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(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: rotate(80deg);
        transform: rotate(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: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

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

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

    20%,60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(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: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

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

@keyframes rollOut {
    0% {
        opacity: 1
    }

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

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

.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(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

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

@keyframes zoomInDown {
    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(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

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

.zoomInDown {
    -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(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

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

@keyframes zoomInLeft {
    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(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

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

.zoomInLeft {
    -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(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

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

@keyframes zoomInRight {
    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(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

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

.zoomInRight {
    -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(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

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

@keyframes zoomInUp {
    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(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

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

.zoomInUp {
    -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)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

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

    to {
        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(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

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

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

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

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

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

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

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

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

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

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

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

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

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

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

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

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

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

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

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

#g-header {
    height: 59px
}

@media screen and (max-width: 1200px) {
    #g-header {
        height:59px
    }
}

#g-header .headerbox {
    width: 100%;
    height: 59px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 7;
    -webkit-transition: top .2s linear;
    transition: top .2s linear;
    overflow: hidden;
    box-sizing: border-box
}

#g-header .headerbox .header-container {
    width: 100%;
    height: 100%;
    padding: 0 60px;
    border-bottom: 1px solid rgba(0,0,0,.2);
    position: relative;
    z-index: 8;
    box-sizing: border-box;
    display: flex;
    align-items: center
}

#g-header .headerbox .header-container .logo {
    float: none;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    height: 100%
}

#g-header .headerbox .header-container .logo img {
    width: auto;
    height: 30px;
    display: block
}

#g-header .headerbox .header-container .logo .logoW {
    display: none
}

#g-header .headerbox .header-container .menuList {
    float: none;
    margin: 0 0 0 70px;
    flex: 1;
    display: flex;
    align-items: center;
    height: 100%
}

#g-header .headerbox .header-container .menuList .menuItem {
    float: none;
    height: auto;
    margin-right: 70px;
    display: flex;
    align-items: center
}

#g-header .headerbox .header-container .menuList .menuItem .title {
    display: inline-block;
    padding: 0 3px;
    font-size: 14px;
    line-height: 59px;
    height: 59px;
    color: #666;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    box-sizing: border-box
}


#g-header .headerbox .header-container .menuList .menuItem .title span {
    display: none
}

#g-header .headerbox .header-container .menuList .menuItem .dropDownList {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    padding: 0 0 66px 329px;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    border-top: 1px solid #f9f3f0;
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

#g-header .headerbox .header-container .menuList .menuItem .dropDownList .dropDownContent {
    width: calc(100% - 161px);
    display: block;
}

#g-header .headerbox .header-container .menuList .menuItem .dropDownList .dropDownContent .secondLevelMenu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding-top: 18px;
    padding-bottom: 18px;
    width: 100%;
}

#g-header .headerbox .header-container .menuList .menuItem .dropDownList .dropDownContent .secondLevelMenu a {
    display: inline-block;
    line-height: 1.5;
    padding: 10px 20px;
    margin-right: 10px;
    color: #666;
    font-size: 16px;
    text-decoration: none;
    transition: color .3s ease;
    white-space: nowrap;
}

#g-header .headerbox .header-container .menuList .menuItem .dropDownList .dropDownContent .secondLevelMenu a:hover,
#g-header .headerbox .header-container .menuList .menuItem .dropDownList .dropDownContent .secondLevelMenu a.active {
    color: #222;
    font-weight: 600
}

#g-header .headerbox .header-container .menuList .menuItem .dropDownList .dropDownContent .menuDivider {
    width: 1px;
    height: auto;
    min-height: 260px;
    background-color: #e0e0e0;
    margin: 0 40px;
    flex-shrink: 0
}

#g-header .headerbox .header-container .menuList .menuItem .dropDownList .dropDownContent .thirdLevelMenu {
    flex: 1;
    min-width: 200px
}

#g-header .headerbox .header-container .menuList .menuItem .dropDownList .dropDownContent .thirdLevelMenu .thirdLevelGroup {
    display: none
}

#g-header .headerbox .header-container .menuList .menuItem .dropDownList .dropDownContent .thirdLevelMenu .thirdLevelGroup.active {
    display: block !important;
    padding-top: 30px;
}

#g-header .headerbox .header-container .menuList .menuItem .dropDownList .dropDownContent .thirdLevelMenu .thirdLevelGroup a {
    display: block;
    margin-bottom: 16px;
    color: #666;
    font-size: 14px;
    text-decoration: none;
    transition: color .3s ease
}

#g-header .headerbox .header-container .menuList .menuItem .dropDownList .dropDownContent .thirdLevelMenu .thirdLevelGroup a:hover {
    color: #222
}

#g-header .headerbox .header-container .menuList .menuItem .dropDownList .dropDownContent .imgBox {
    float: right;
    max-width: 40%;
    padding-top: 30px;
}

#g-header .headerbox .header-container .menuList .menuItem .dropDownList .dropDownContent .imgBox img {
    display: none;
    width: 100%;
    max-height: 230px;
}

#g-header .headerbox .header-container .menuList .menuItem .dropDownList .dropDownContent .imgBox img.active {
    display: inline-block
}

#g-header .headerbox .header-container .menuList .menuItem .dropDownList #newsBox {
    padding-left: 90px
}

#g-header .headerbox .header-container .menuList .menuItem:hover .title {
    font-weight: 600
}

@media screen and (min-width: 1201px) {
    #g-header .headerbox .header-container .menuList .menuItem:hover .dropDownList {
        opacity:1;
        visibility: visible
    }
}

#g-header .headerbox .header-container .menuList .menuItem.active .title {
    font-weight: 600
}

#g-header .headerbox .header-container .NavBg {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: calc(100% - 59px);
    background-color: rgba(0,0,0,.8);
    position: fixed;
    top: 59px;
    left: 0;
    z-index: -1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

#g-header .headerbox .header-container .menu {
    overflow: hidden;
    float: none;
    width: 26px;
    height: 26px;
    margin: 0;
    position: relative;
    z-index: 3;
    cursor: pointer;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: transform .3s linear;
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear,-webkit-transform .3s linear
}

#g-header .headerbox .header-container .menu:after,#g-header .headerbox .header-container .menu:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

#g-header .headerbox .header-container .menu:before {
    top: 4px
}

#g-header .headerbox .header-container .menu:after {
    bottom: 4px
}

#g-header .headerbox .header-container .menu .hamburger {
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    margin-top: -1px;
    -webkit-transition: all .5s linear;
    transition: all .5s linear
}

@media screen and (min-width: 1201px) {
    #g-header .headerbox .header-container .menu {
        display:none
    }
}

@media screen and (max-width: 1500px) {
    #g-header .headerbox .header-container .menuList {
        margin:11px 0 0 70px
    }

    #g-header .headerbox .header-container .menuList .menuItem {
        margin-right: 70px
    }

    #g-header .headerbox .header-container .menuList .menuItem .title {
        padding: 0 3px 19px;
        font-size: 14px
    }

    #g-header .headerbox .header-container .menuList .menuItem .dropDownList {
        width: 100%;
        padding: 50px 0 66px 319px
    }

    #g-header .headerbox .header-container .menuList .menuItem .dropDownList .dropDownContent h1 {
        line-height: 48px;
        font-size: 48px
    }

    #g-header .headerbox .header-container .menuList .menuItem .dropDownList .dropDownContent .linkList {
        margin: 16px 0 0 100px
    }

    #g-header .headerbox .header-container .menuList .menuItem .dropDownList .dropDownContent .linkList a {
        margin-bottom: 16px;
        font-size: 12px
    }

    #g-header .headerbox .header-container .menuList .menuItem .dropDownList .dropDownContent .imgBox {
        max-width: 50%
    }

    #g-header .headerbox .header-container .menuList .menuItem .dropDownList .dropDownContent .imgBox img {
        max-width: 100%
    }

    #g-header .headerbox .header-container .menuList .menuItem .dropDownList #newsBox {
        padding-left: 60px
    }
}

@media screen and (max-width: 1360px) {
    #g-header .headerbox .header-container {
        padding:24px 60px 0
    }

    #g-header .headerbox .header-container .menuList {
        margin: 11px 0 0 70px
    }

    #g-header .headerbox .header-container .menuList .menuItem .dropDownList {
        padding: 50px 0 66px 300px
    }

    #g-header .headerbox .header-container .menuList .menuItem .dropDownList .dropDownContent .linkList {
        margin: 16px 0 0 60px
    }

    #g-header .headerbox .header-container .menuList .menuItem .dropDownList #newsBox {
        padding-left: 90px
    }
}

@media screen and (max-width: 1200px) {
    #g-header .headerbox .header-container {
        padding: 14px 24px;
        display: block!important;
        align-items: normal!important
    }

    #g-header .headerbox .header-container .logo {
        float: left!important;
        display: block!important;
        height: auto!important
    }

    #g-header .headerbox .header-container .menuList {
        width: 80%;
        height: 100%;
        background-color: #fff;
        margin: 0;
        position: fixed;
        top: 59px;
        right: -100%;
        -webkit-transition: right .3s linear;
        transition: right .3s linear;
        display: block!important;
        flex: none!important;
        align-items: normal!important;
        height: 100%!important
    }

    #g-header .headerbox .header-container .menuList .menuItem {
        float: none!important;
        width: 100%;
        height: auto;
        padding: 20px 24px;
        border-bottom: 1px solid rgba(0,0,0,.05);
        display: block!important;
        align-items: normal!important;
        margin-right: 0!important
    }

    #g-header .headerbox .header-container .menuList .menuItem .title {
        width: 100%;
        padding: 0!important;
        color: #000!important;
        font-size: 16px;
        line-height: normal!important;
        height: auto!important;
        display: block!important
    }

    #g-header .headerbox .header-container .menuList .menuItem .title:before {
        display: none!important
    }

    #g-header .headerbox .header-container .menu {
        float: right!important;
        display: block!important;
        flex: none!important;
        align-items: normal!important;
        justify-content: normal!important
    }

    #g-header .headerbox .header-container .menuList .menuItem .title span {
        display: block;
        float: right;
        width: 12px;
        height: 12px;
        margin-top: 5px;
        position: relative
    }

    #g-header .headerbox .header-container .menuList .menuItem .title span:after,#g-header .headerbox .header-container .menuList .menuItem .title span:before {
        content: "";
        background-color: #747474;
        position: absolute
    }

    #g-header .headerbox .header-container .menuList .menuItem .title span:after {
        width: 100%;
        height: 2px;
        top: 5px;
        left: 0
    }

    #g-header .headerbox .header-container .menuList .menuItem .title span:before {
        width: 2px;
        height: 100%;
        top: 0;
        left: 5px
    }

    #g-header .headerbox .header-container .menuList .menuItem .dropDownList {
        display: none;
        opacity: 1;
        visibility: visible;
        width: 100%;
        padding: 0;
        border: none;
        position: static
    }

    #g-header .headerbox .header-container .menuList .menuItem .dropDownList .dropDownContent {
        height: auto
    }

    #g-header .headerbox .header-container .menuList .menuItem .dropDownList .dropDownContent h1 {
        display: none
    }

    #g-header .headerbox .header-container .menuList .menuItem .dropDownList .dropDownContent .linkList {
        margin: 0
    }

    #g-header .headerbox .header-container .menuList .menuItem .dropDownList .dropDownContent .linkList a {
        margin: 10px 0 0;
        font-size: 14px
    }

    #g-header .headerbox .header-container .menuList .menuItem .dropDownList .dropDownContent .imgBox {
        display: none
    }

    #g-header .headerbox .header-container .menuList .menuItem .dropDownList #newsBox {
        padding-left: 0
    }

    #g-header .headerbox .header-container .menuList .menuItem.active .title span:before {
        display: none
    }
}

@media screen and (max-width: 991px) {
    #g-header .headerbox .header-container {
        padding:16px 24px;
        display: block!important;
        align-items: normal!important
    }

    #g-header .headerbox .header-container .logo {
        float: left!important;
        display: block!important;
        height: auto!important;
        margin-top: 1px
    }

    #g-header .headerbox .header-container .logo img {
        height: 24px
    }

    #g-header .headerbox .header-container .menuList {
        display: block!important;
        flex: none!important;
        align-items: normal!important
    }

    #g-header .headerbox .header-container .menuList .menuItem {
        display: block!important;
        align-items: normal!important
    }

    #g-header .headerbox .header-container .menuList .menuItem .title {
        line-height: normal!important;
        height: auto!important;
        display: block!important
    }

    #g-header .headerbox .header-container .menu {
        float: right!important;
        display: block!important;
        flex: none!important;
        align-items: normal!important;
        justify-content: normal!important;
        margin-top: 0
    }
}

#g-header.open .headerbox .header-container {
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2!important
}

#g-header.open .headerbox .header-container .logo .logoW {
    display: none!important
}

#g-header.open .headerbox .header-container .logo .logoB {
    display: inline-block!important
}

#g-header.open .headerbox .header-container .menuList {
    right: 0
}

#g-header.open .headerbox .header-container .NavBg {
    opacity: 1;
    visibility: visible
}

#g-header.open .headerbox .header-container .menu:after,#g-header.open .headerbox .header-container .menu:before {
    top: 12px;
    background-color: #000!important
}

#g-header.open .headerbox .header-container .menu:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#g-header.open .headerbox .header-container .menu:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#g-header.open .headerbox .header-container .menu .hamburger {
    opacity: 0
}

#g-header.fixedNav .headerbox {
    top: 0;
    background-color: #fff
}


#g-header.fixedNav .headerbox .header-container {
    height: 100%!important;
    padding: 0 60px!important;
    border-bottom: 1px solid #f2f2f2!important;
    display: flex!important;
    align-items: center!important
}

#g-header.fixedNav .headerbox .header-container .logo .logoW {
    display: none!important
}

#g-header.fixedNav .headerbox .header-container .logo .logoB {
    display: inline-block!important
}

#g-header.fixedNav .headerbox .header-container .menuList {
    margin-top: 0!important;
    margin-left: 70px!important;
    display: flex!important;
    align-items: center!important;
    height: 100%!important
}

#g-header.fixedNav .headerbox .header-container .menuList .menuItem {
    display: flex!important;
    align-items: center!important
}

#g-header.fixedNav .headerbox .header-container .menuList .menuItem .title {
    color: #000!important;
    line-height: 59px!important;
    height: 59px!important
}


@media screen and (max-width: 1200px) {
    #g-header.fixedNav .headerbox {
        top:0
    }

    #g-header.fixedNav .headerbox .header-container {
        display: block!important;
        align-items: normal!important;
        padding: 14px 24px!important
    }

    #g-header.fixedNav .headerbox .header-container .logo {
        float: left!important;
        display: block!important;
        height: auto!important
    }

    #g-header.fixedNav .headerbox .header-container .menuList {
        height: calc(100% - 59px);
        position: fixed;
        top: 59px;
        display: block!important;
        flex: none!important;
        align-items: normal!important;
        margin-left: 0!important
    }

    #g-header.fixedNav .headerbox .header-container .menuList .menuItem {
        display: block!important;
        align-items: normal!important
    }

    #g-header.fixedNav .headerbox .header-container .menuList .menuItem .title {
        line-height: normal!important;
        height: auto!important;
        padding-bottom: 0!important;
        display: block!important
    }

    #g-header.fixedNav .headerbox .header-container .menuList .menuItem .title:before {
        display: none!important
    }

    #g-header.fixedNav .headerbox .header-container .menuList .menuItem .dropDownList {
        height: calc(100% - 59px);
        top: 59px
    }

    #g-header.fixedNav .headerbox .header-container .menu {
        float: right!important;
        display: block!important;
        flex: none!important;
        align-items: normal!important;
        justify-content: normal!important
    }

    #g-header.fixedNav .headerbox .header-container .menu .hamburger,#g-header.fixedNav .headerbox .header-container .menu:after,#g-header.fixedNav .headerbox .header-container .menu:before {
        background-color: #000!important
    }
}

@media screen and (max-width: 991px) {
    #g-header.fixedNav .headerbox {
        top:0
    }

    #g-header.fixedNav .headerbox .header-container {
        display: block!important;
        align-items: normal!important;
        padding: 16px 24px!important
    }

    #g-header.fixedNav .headerbox .header-container .logo {
        float: left!important;
        display: block!important;
        height: auto!important
    }

    #g-header.fixedNav .headerbox .header-container .menuList {
        display: block!important;
        flex: none!important;
        align-items: normal!important;
        margin-left: 0!important
    }

    #g-header.fixedNav .headerbox .header-container .menuList .menuItem {
        display: block!important;
        align-items: normal!important
    }

    #g-header.fixedNav .headerbox .header-container .menuList .menuItem .title {
        line-height: normal!important;
        height: auto!important;
        padding-bottom: 0!important;
        display: block!important
    }

    #g-header.fixedNav .headerbox .header-container .menuList .menuItem .title:before {
        display: none!important
    }

    #g-header.fixedNav .headerbox .header-container .menu {
        float: right!important;
        display: block!important;
        flex: none!important;
        align-items: normal!important;
        justify-content: normal!important
    }
}

#g-footer {
    padding: 34px 60px 38px;
    border-top: 1px solid #dadada;
    overflow: visible;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-top: 0;
}

#g-footer .footerIconList {
    flex-shrink: 0;
}

#g-footer .footerIconList a {
    display: inline-block;
    margin-right: 26px
}

#g-footer .footerIconList a i {
    font-size: 18px;
    color: #afada9;
    cursor: pointer
}

#g-footer .footerIconList a i:hover {
    color: #333
}

#g-footer .footerIconList a .icon-weixin,#g-footer .footerIconList a .icon-xiaochengxu {
    position: relative
}

#g-footer .footerIconList a .icon-weixin .wxImg,#g-footer .footerIconList a .icon-xiaochengxu .wxImg {
    opacity: 0;
    visibility: hidden;
    width: 150px;
    height: auto;
    position: absolute;
    bottom: calc(100% + 15px);
    left: 50%;
    transform: translateX(-50%) scale(0.8);
    z-index: 999;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

#g-footer .footerIconList a .icon-weixin:hover .wxImg,#g-footer .footerIconList a .icon-xiaochengxu:hover .wxImg {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1)
}

#g-footer .text {
    padding-top: 4px;
    text-align: center;
    font-size: 12px;
    color: #666;
    flex: 1;
}

#g-footer .text a {
    color: #666
}

#g-footer .text a:hover {
    color: #000
}

@media screen and (max-width: 1200px) {
    #g-footer {
        padding:18px 24px 20px
    }
}

@media screen and (max-width: 991px) {
    #g-footer {
        flex-direction: column;
        align-items: center;
    }

    #g-footer .footerIconList {
        margin-bottom: 20px;
    }

    #g-footer .footerIconList a .icon-weixin,#g-footer .footerIconList a .icon-xiaochengxu {
        position: relative
    }

    #g-footer .footerIconList a .icon-weixin .wxImg,#g-footer .footerIconList a .icon-xiaochengxu .wxImg {
        opacity: 0;
        visibility: hidden;
        width: 150px;
        height: auto;
        position: absolute;
        bottom: calc(100% + 15px);
        left: 50%;
        transform: translateX(-50%) scale(0.8);
        z-index: 999;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    }
    
    #g-footer .footerIconList a .icon-weixin:hover .wxImg,#g-footer .footerIconList a .icon-xiaochengxu:hover .wxImg {
        transform: translateX(-50%) scale(1);
    }

    #g-footer .text {
        text-align: center;
    }
}

/* 通用底部样式 - 根据效果图设计 */
.foot {
    background-color: #F5F5F5;
    padding: 60px 0;
    width: 100%;
}

.foot-container {
    margin: 0 auto;
}

.foot-container .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

/* 左栏：品牌信息和链接 */
.foot-left {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding-left: 160px;
}

.foot-ecommerce {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
}

.ecommerce-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 83px;
    height: 50px;
    padding: 10px 15px;
    background-color: #fff;
    color: #666;
    text-decoration: none;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 14px;
    transition: all 0.3s;
    text-align: center;
    flex: 0 0 auto;
    box-sizing: border-box;
}

.ecommerce-icon {
    max-width: 100%;
    height: auto;
    display: block;
}

.ecommerce-btn:hover {
    background-color: #f0f0f0;
    color: #333;
    border-color: #ccc;
}

/* 中栏：社交媒体和版权 */
.foot-center {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 70px;
}

.foot-social {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    justify-content: center;
    padding-right: 25%;
}

.social-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #c1c1c1;
    text-decoration: none;
    position: relative;
    transition: all 0.3s;
}

.social-icon i {
    font-size: 20px;
    color: #fff;
}

.social-icon.wechat-icon i {
    color: #fff;
}

.social-icon:hover {
    background-color: #a58cc0;
}

.social-icon .wxImg,
.social-icon .qrcode-img {
    opacity: 0;
    visibility: hidden;
    width: 120px;
    position: absolute;
    bottom: calc(100% + 15px);
    left: 50%;
    transform: translateX(-50%) scale(0.8);
    z-index: 9;
    transition: all 0.3s;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.social-icon.wechat-icon:hover .wxImg,
.social-icon:hover .qrcode-img {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scale(1);
}

.social-icon-img {
    width: 20px;
    height: 20px;
    display: block;
    object-fit: contain;
}

.foot-copyright {
    font-size: 12px;
    color: #999;
    text-align: center;
    padding-right: 25%;
}

/* 响应式设计 */
@media screen and (max-width: 991px) {
    .foot {
        padding: 40px 20px;
    }

    .foot-container .box {
        flex-direction: column;
    }

    .foot-left,
    .foot-center {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 40px;
        padding-left: 0;
        padding-right: 0;
    }

    .foot-center {
        align-items: flex-start;
        padding-top: 0;
    }

    .foot-social {
        justify-content: flex-start;
    }

    .foot-copyright {
        text-align: left;
    }
}

@media screen and (max-width: 768px) {
    .foot {
        padding: 30px 15px;
    }

    .foot-social {
        gap: 15px;
    }

    .social-icon {
        width: 36px;
        height: 36px;
    }

    .social-icon i {
        font-size: 18px;
    }
}

#g-goTop {
    display: none;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 3px;
    background-color: #999;
    position: fixed;
    bottom: 30px;
    right: 60px;
    z-index: 999;
    cursor: pointer;
    transition: background-color 0.3s;
}

@media screen and (max-width: 1434px) {
    #g-goTop {
        right:12px
    }
}

@media screen and (max-width: 991px) {
    #g-goTop {
        bottom:60px
    }
}

#g-goTop i {
    font-size: 16px;
    color: #fff
}

@media screen and (max-width: 991px) {
    #g-goTop i {
        font-size:14px
    }
}

#g-goTop:hover {
    background-color: #333
}

.loading-gezi {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    width: 100%;
    height: 100%;
    background-color: #fff
}

.loading-gezi>.inner {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 200px;
    height: 35px;
    margin: -35px 0 0 -100px
}

.loading-gezi>.inner .logo_style {
    position: absolute;
    top: -200px;
    left: 0
}

.loading-gezi>.inner .icon-logo {
    color: #000;
    font-size: 200px
}

.loading-gezi img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 8px
}

.loading-gezi span {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    overflow: hidden
}

.loading-gezi span:before {
    background: transparent;
    left: 0
}

.loading-gezi span:after,.loading-gezi span:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0
}

.loading-gezi span:after {
    background: #111;
    left: -100%;
    -webkit-animation: loading-gezi 1s cubic-bezier(.77,0,.175,1) infinite .2s;
    animation: loading-gezi 1s cubic-bezier(.77,0,.175,1) infinite .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes loading-gezi {
    0% {
        left: -100%
    }

    to {
        left: 100%
    }
}

@keyframes loading-gezi {
    0% {
        left: -100%
    }

    to {
        left: 100%
    }
}

@font-face {
    font-family: pt;
    src: url(../fonts/SourceHanSansCN.woff) format("woff");
}

.bodyso {
    overflow-y: hidden!important;
    height: 100%
}

@media screen and (min-width: 991px) {
    .lazyEle {
        opacity:0
    }
}

#g-loading {
    visibility: visible
}

#g-content {
    overflow: hidden
}

.ani-slide .ani_up {
    -webkit-animation-name: txt_up;
    animation-name: txt_up;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.ani-slide .ani_l,.ani-slide .ani_up {
    opacity: 1;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s
}

.ani-slide .ani_l {
    -webkit-animation-name: left;
    animation-name: left;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.ani-slide .ani_r {
    -webkit-animation-name: right;
    animation-name: right;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.ani-slide .ani_r,.ani-slide .zoomIn {
    opacity: 1;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s
}

.ani-slide .zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes left {
    0% {
        opacity: 0;
        -webkit-transform: translate(-100%);
        transform: translate(-100%)
    }

    50% {
        opacity: 1
    }
}

@keyframes left {
    0% {
        opacity: 0;
        -webkit-transform: translate(-100%);
        transform: translate(-100%)
    }

    50% {
        opacity: 1
    }
}

@-webkit-keyframes right {
    0% {
        opacity: 0;
        -webkit-transform: translate(100%);
        transform: translate(100%)
    }

    50% {
        opacity: 1
    }
}

@keyframes right {
    0% {
        opacity: 0;
        -webkit-transform: translate(100%);
        transform: translate(100%)
    }

    50% {
        opacity: 1
    }
}

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

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

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

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

@-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);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.grid-loader {
    overflow: hidden;
    opacity: 0;
    width: 100%;
    height: 26px;
    margin-bottom: 10px;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s
}

.grid-loader .line-scale {
    margin: 0 auto;
    width: 118px;
    text-align: center
}

.grid-loader .line-scale .sk-child {
    width: 8px;
    height: 8px;
    background-color: #666;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
    animation: sk-three-bounce 1.4s ease-in-out 0s infinite both
}

.grid-loader .line-scale .sk-bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.grid-loader .line-scale .sk-bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes sk-three-bounce {
    0%,80%,to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

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

@keyframes sk-three-bounce {
    0%,80%,to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

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

.grid-loader.grid-loader-show {
    opacity: 1
}

.playerbox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease .3s;
    transition: all .5s ease .3s
}

.playerbox.show {
    opacity: 1;
    visibility: visible
}

.playerbox .player {
    position: absolute;
    top: 15%;
    left: 15%;
    width: 70%;
    height: 70%;
    line-height: 1
}

.playerbox .player-hd {
    position: relative;
    background-color: #fff
}

.playerbox .player-title {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    font-size: 18px;
    font-weight: 500;
    color: #333
}

.playerbox .player-close {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 99;
    -webkit-transition: all .35s ease .3s;
    transition: all .35s ease .3s
}

.playerbox .player-close:after,.playerbox .player-close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 7px;
    width: 16px;
    height: 1px;
    background-color: #fff;
    -webkit-transition: all .35s ease .3s;
    transition: all .35s ease .3s
}

.playerbox .player-close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.playerbox .player-close:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media screen and (min-width: 992px) {
    .playerbox .player-close:hover {
        -webkit-transform:rotate(180deg);
        transform: rotate(180deg)
    }

    .playerbox .player-close:hover:after,.playerbox .player-close:hover:before {
        background-color: #000
    }
}

.playerbox .player-bd {
    width: 100%;
    height: calc(100% - 48px);
    overflow: hidden
}

.playerbox video {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (max-width: 991px) {
    .playerbox .player {
        position:absolute;
        top: 50%;
        left: 12px;
        right: 12px;
        width: auto;
        height: auto;
        border-radius: 4px;
        -webkit-box-shadow: 3px 5px 25px rgba(0,0,0,.15);
        box-shadow: 3px 5px 25px rgba(0,0,0,.15);
        overflow: hidden;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .playerbox .player-bd {
        width: 100%;
        height: auto
    }
}

.fbalert {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 8;
    display: none;
    width: 600px;
    height: 280px;
    margin-top: -140px;
    margin-left: -300px;
    padding: 50px 0;
    border-radius: 6px;
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.1);
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media screen and (max-width: 767px) {
    .fbalert {
        left:5%;
        width: 90%;
        height: 236px;
        padding: 42px 0;
        margin-left: 0;
        margin-top: -118px
    }
}

.fbalert .closer {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    background: url(../static/vcms/img/close.png) 0 0/100% auto no-repeat;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s,-webkit-transform .35s
}

.fbalert .closer:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fbalert img {
    display: block;
    width: 80px;
    margin: 0 auto 30px
}

@media screen and (max-width: 768px) {
    .fbalert img {
        width:58px;
        margin: 0 auto 20px
    }
}

.fbalert h1 {
    margin: 0 0 15px;
    font-size: 24px;
    text-align: center;
    color: #222
}

@media screen and (max-width: 767px) {
    .fbalert h1 {
        font-size:18px
    }
}

.fbalert .autocounter {
    display: none;
    height: 30px
}

.fbalert .btn-ok {
    display: block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    border-radius: 4px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background: #000
}

textarea::-webkit-input-placeholder {
    color: #666;
    font-size: 12px;
    font-family: pt
}

textarea:-moz-placeholder,textarea::-moz-placeholder {
    color: #666;
    font-size: 12px;
    font-family: pt
}

textarea::-ms-input-placeholder {
    color: #666;
    font-size: 12px;
    font-family: pt
}

input::-webkit-input-placeholder {
    color: #666;
    font-size: 12px;
    font-family: pt
}

input:-moz-placeholder,input::-moz-placeholder {
    color: #666;
    font-size: 12px;
    font-family: pt
}

input::-ms-input-placeholder {
    color: #666;
    font-size: 12px;
    font-family: pt
}

.indexHeader {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 7
}

.indexHeader .headerbox .header-container {
    border-bottom: 1px solid hsla(0,0%,87%,.1)!important
}

.indexHeader .headerbox .header-container .logo .logoW {
    display: inline-block!important
}

.indexHeader .headerbox .header-container .logo .logoB {
    display: none!important
}

.indexHeader .headerbox .header-container .menuList .menuItem .title {
    color: #fff!important
}

.indexHeader .headerbox .header-container .menu .hamburger,.indexHeader .headerbox .header-container .menu:after,.indexHeader .headerbox .header-container .menu:before {
    background-color: #fff!important
}

.indexHeader.active .headerbox {
    background-color: #fff
}

.indexHeader.active .headerbox .header-container {
    border-bottom: 1px solid #f2f2f2!important
}

.indexHeader.active .headerbox .header-container .logo .logoW {
    display: none!important
}

.indexHeader.active .headerbox .header-container .logo .logoB {
    display: inline-block!important
}

.indexHeader.active .headerbox .header-container .menuList .menuItem .title {
    color: #000!important
}


.indexWrapper .bannerWrapper,.indexWrapper .bannerWrapper .swiper-wrapper {
    width: 100%
}

.indexWrapper .bannerWrapper .swiper-wrapper .swiper-slide .bg {
    min-height: 280px;
    background: no-repeat top/cover
}

.indexWrapper .bannerWrapper .swiper-wrapper .swiper-slide .bg img {
    opacity: 0;
    width: 100%
}

.indexWrapper .bannerWrapper .swiper-wrapper .swiper-slide {
    position: relative
}

.indexWrapper .bannerWrapper .swiper-wrapper .swiper-slide .textContent {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.indexWrapper .bannerWrapper .swiper-wrapper .swiper-slide .textContent .textbox {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.indexWrapper .bannerWrapper .swiper-wrapper .swiper-slide .textContent .textbox .txt {
    display: inline-block;
    text-align: center
}

.indexWrapper .bannerWrapper .swiper-wrapper .swiper-slide .textContent .textbox .txt p {
    font-size: 24px;
    color: #fff;
    font-family: pt;
    letter-spacing: 1px
}

.indexWrapper .bannerWrapper .swiper-wrapper .swiper-slide .textContent .textbox .txt h1 {
    line-height: 60px;
    margin: 22px 0 0;
    font-size: 60px;
    color: #fff;
    letter-spacing: 2px
}

.indexWrapper .bannerWrapper .swiper-wrapper .swiper-slide .textContent .textbox .button {
    display: inline-block;
    margin-top: 30px;
    text-align: center
}

.indexWrapper .bannerWrapper .swiper-wrapper .swiper-slide .textContent .textbox .button a {
    display: inline-block;
    width: 160px;
    height: 46px;
    line-height: 46px;
    background-color: #fff;
    text-align: center;
    text-decoration: none;
    color: #333
}

.indexWrapper .bannerWrapper .swiper-wrapper .swiper-slide .textContent .textbox .button a:hover {
    background-color: #f5e2dc;
    color: #fff
}

.indexWrapper .bannerWrapper .swiper-pagination {
    bottom: 60px
}

.indexWrapper .bannerWrapper .swiper-pagination .swiper-pagination-bullet {
    opacity: .5;
    width: 8px;
    height: 8px;
    margin: 0 8px;
    border-radius: 50%;
    background: #fff
}

.indexWrapper .bannerWrapper .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #a58dc1
}

@media screen and (max-width: 1200px) {
    .indexWrapper .bannerWrapper .swiper-wrapper .swiper-slide .textContent .textbox .txt p {
        font-size:22px
    }

    .indexWrapper .bannerWrapper .swiper-wrapper .swiper-slide .textContent .textbox .txt h1 {
        line-height: 36px;
        font-size: 36px
    }

    .indexWrapper .bannerWrapper .swiper-wrapper .swiper-slide .textContent .textbox .button {
        margin-top: 30px
    }

    .indexWrapper .bannerWrapper .swiper-wrapper .swiper-slide .textContent .textbox .button a {
        width: 136px;
        height: 42px;
        line-height: 42px
    }

    .indexWrapper .bannerWrapper .swiper-pagination {
        bottom: 16px
    }

    .indexWrapper .bannerWrapper .swiper-pagination .swiper-pagination-bullet {
        margin: 0 5px
    }
}

@media screen and (max-width: 991px) {
    .indexWrapper .bannerWrapper .swiper-wrapper {
        width:100%
    }

    .indexWrapper .bannerWrapper .swiper-wrapper .swiper-slide .textContent .textbox .txt p {
        font-size: 16px;
        color: #fff
    }

    .indexWrapper .bannerWrapper .swiper-wrapper .swiper-slide .textContent .textbox .txt h1 {
        line-height: 26px;
        margin: 12px 0 26px;
        font-size: 26px
    }

    .indexWrapper .bannerWrapper .button {
        bottom: 50px
    }

    .indexWrapper .bannerWrapper .button a {
        width: 120px;
        height: 36px;
        line-height: 36px
    }

    .indexWrapper .bannerWrapper .swiper-pagination {
        bottom: 16px
    }

    .indexWrapper .bannerWrapper .swiper-pagination .swiper-pagination-bullet {
        margin: 0 4px
    }
}

@media screen and (max-width: 575px) {
    .indexWrapper .bannerWrapper .button a {
        font-size:12px
    }
}

.indexWrapper .productLineWrapper {
    margin: 0
}

.indexWrapper .productLineWrapper .title {
    margin-bottom: 48px;
    position: relative
}

.indexWrapper .productLineWrapper .title .txt {
    text-align: center;
    color: #666
}

.indexWrapper .productLineWrapper .title .txt h1 {
    line-height: 46px;
    font-size: 46px;
}

.indexWrapper .productLineWrapper .title .txt p {
    margin-top: 23px;
    font-size: 14px;
}

.indexWrapper .productLineWrapper .title .button {
    position: absolute;
    right: 60px;
    bottom: 0
}

.indexWrapper .productLineWrapper .title .button p {
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    background-color: #f6f6f6;
    margin-left: 16px;
    cursor: pointer
}

.indexWrapper .productLineWrapper .title .button p:hover {
    background-color: #a58dc1;
    color:#fff;
}

.indexWrapper .productLineWrapper .productLine {
    width: 100%
}

.indexWrapper .productLineWrapper .productLine .pic {
    width: 100%;
    position: relative
}

.indexWrapper .productLineWrapper .productLine .pic img {
    width: 100%
}

@media screen and (max-width: 1200px) {
    .indexWrapper .productLineWrapper {
        margin:0
    }

    .indexWrapper .productLineWrapper .title {
        margin-bottom: 30px
    }

    .indexWrapper .productLineWrapper .title .txt h1 {
        line-height: 32px;
        font-size: 32px
    }

    .indexWrapper .productLineWrapper .title .txt p {
        margin-top: 16px
    }

    .indexWrapper .productLineWrapper .title .button {
        right: 24px
    }

    .indexWrapper .productLineWrapper .title .button p {
        width: 36px;
        height: 36px;
        line-height: 36px;
        margin-left: 10px
    }
}

@media screen and (max-width: 991px) {
    .indexWrapper .productLineWrapper {
        margin:0 10px
    }
}

@media screen and (max-width: 768px) {
    .indexWrapper .productLineWrapper .title .txt h1 {
        line-height:26px;
        font-size: 26px
    }

    .indexWrapper .productLineWrapper .title .txt p {
        margin-top: 10px
    }

    .indexWrapper .productLineWrapper .title .button {
        display: none
    }
}

.indexWrapper .storesLinkWrapper {
    margin: 130px 0 128px
}

.indexWrapper .storesLinkWrapper .box {
    overflow: hidden;
    display: block;
    min-height: 256px;
    position: relative;
    background: no-repeat top/cover
}

.indexWrapper .storesLinkWrapper .box img {
    width: 100%;
    -webkit-transition: all 10s linear;
    transition: all 10s linear
}

.indexWrapper .storesLinkWrapper .box .textContent {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.indexWrapper .storesLinkWrapper .box .textContent .textBox {
    display: table;
    width: 100%;
    height: 100%
}

.indexWrapper .storesLinkWrapper .box .textContent .textBox .txt {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}

.indexWrapper .storesLinkWrapper .box .textContent .textBox .txt h1 {
    line-height: 46px;
    font-size: 46px
}

.indexWrapper .storesLinkWrapper .box .textContent .textBox .txt span {
    display: inline-block;
    width: 160px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    margin-top: 46px;
    background-color: #fff;
    color: #000
}

.indexWrapper .storesLinkWrapper .box .textContent .textBox .txt span:hover {
    background-color: #f5e2dc
}

.indexWrapper .storesLinkWrapper .box:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

@media screen and (max-width: 1200px) {
    .indexWrapper .storesLinkWrapper {
        margin:100px 0
    }

    .indexWrapper .storesLinkWrapper img {
        opacity: 0
    }

    .indexWrapper .storesLinkWrapper .box .textContent .textBox .txt h1 {
        line-height: 32px;
        font-size: 32px
    }

    .indexWrapper .storesLinkWrapper .box .textContent .textBox .txt span {
        width: 160px;
        height: 46px;
        line-height: 46px;
        margin-top: 46px
    }
}

@media screen and (max-width: 991px) {
    .indexWrapper .storesLinkWrapper {
        margin:60px 0 80px
    }

    .indexWrapper .storesLinkWrapper .box .textContent .textBox .txt h1 {
        line-height: 22px;
        font-size: 22px
    }

    .indexWrapper .storesLinkWrapper .box .textContent .textBox .txt span {
        width: 116px;
        height: 32px;
        line-height: 32px;
        margin-top: 30px;
        font-size: 12px
    }
}

.aboutWrapper .bannerWrapper .box {
    overflow: hidden;
    min-height: 238px;
    background: no-repeat top/cover;
    position: relative
}

.aboutWrapper .bannerWrapper .box img {
    width: 100%;
    -webkit-transition: all 10s linear;
    transition: all 10s linear
}

.aboutWrapper .bannerWrapper .box .txt {
    line-height: 46px;
    color: #fff;
    font-size: 46px;
    font-family: pt;
    letter-spacing: 1px;
    position: absolute;
    left: 60px;
    bottom: 100px
}

.aboutWrapper .bannerWrapper .box:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

@media screen and (max-width: 1200px) {
    .aboutWrapper .bannerWrapper .box {
        margin-bottom:60px
    }

    .aboutWrapper .bannerWrapper .box img {
        opacity: 0
    }

    .aboutWrapper .bannerWrapper .box .txt {
        line-height: 30px;
        font-size: 30px;
        left: 24px;
        bottom: 30px
    }
}

@media screen and (max-width: 768px) {
    .aboutWrapper .bannerWrapper .box .txt {
        line-height:18px;
        font-size: 18px;
        left: 24px;
        bottom: 20px
    }
}

/* .aboutWrapper .grid 相关样式已移至 about.php 页面自定义样式，避免冲突 */

/* ========== 单页内容公共样式 ========== */
/* PC模式下内容区最大宽度1400px，居中 */
@media screen and (min-width: 769px) {
    .aboutWrapper .grid .w {
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* 单页内容区域样式 */
.page-content {
    line-height: 1.8;
    color: #666;
    font-size: 16px;
    margin-bottom: 40px;
}

.page-content p {
    margin-bottom: 15px;
}

.page-content img {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
    margin-top: 30px;
    margin-bottom: 15px;
    color: #333;
    font-weight: normal;
}

.page-content h1 {
    font-size: 28px;
}

.page-content h2 {
    font-size: 24px;
}

.page-content h3 {
    font-size: 20px;
}

.page-content ul,
.page-content ol {
    margin: 15px 0;
    padding-left: 30px;
}

.page-content li {
    margin-bottom: 8px;
}

.page-content a {
    color: #0066cc;
    text-decoration: none;
}

.page-content a:hover {
    text-decoration: underline;
}

/* 关联案例列表样式 */
.related-cases-wrapper {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #e6e6e6;
}

.related-cases-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 30px;
}

.related-case-item {
    display: block;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.related-case-item:hover {
    transform: translateY(-5px);
}

.related-case-pic {
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    margin-bottom: 15px;
    background: #f5f5f5;
}

.related-case-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.related-case-item:hover .related-case-pic img {
    transform: scale(1.05);
}

.related-case-title {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    text-align: center;
    transition: color 0.3s ease;
}

.related-case-item:hover .related-case-title {
    color: #0066cc;
}

/* 关联案例列表响应式设计 */
@media (max-width: 1200px) {
    .related-cases-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .related-cases-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .page-content {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .related-cases-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}
/* ========== 单页内容公共样式 END ========== */

.campaignWrapper .bannerWrapper .box {
    min-height: 280px;
    position: relative;
    background: no-repeat top/cover
}

.campaignWrapper .bannerWrapper .box img {
    width: 100%;
    opacity: 0
}

.campaignWrapper .bannerWrapper .box .Video {
    display: none;
    position: absolute;
    top: 0;
    left: 0
}

.campaignWrapper .bannerWrapper .box .txt {
    font-size: 40px;
    color: #fff;
    letter-spacing: 3px;
    position: absolute;
    left: 60px;
    bottom: 76px
}

.campaignWrapper .bannerWrapper .box .Play {
    opacity: .3;
    color: #fff;
    font-size: 90px;
    cursor: pointer
}

.campaignWrapper .bannerWrapper .box .Play:hover {
    opacity: .5
}

@media screen and (max-width: 1200px) {
    .campaignWrapper .bannerWrapper .box .txt {
        font-size:32px;
        left: 24px;
        bottom: 52px
    }

    .campaignWrapper .bannerWrapper .box .Play {
        font-size: 80px
    }
}

@media screen and (max-width: 991px) {
    .campaignWrapper .bannerWrapper .box .txt {
        font-size:26px;
        left: 24px;
        bottom: 30px
    }

    .campaignWrapper .bannerWrapper .box .Play {
        font-size: 80px
    }
}

@media screen and (max-width: 768px) {
    .campaignWrapper .bannerWrapper .box .txt {
        font-size:18px;
        left: 24px;
        bottom: 20px
    }

    .campaignWrapper .bannerWrapper .box .Play {
        font-size: 52px
    }
}

.campaignWrapper .titleWrapper {
    text-align: center;
    margin: 130px 0 116px;
    color: #666
}

.campaignWrapper .titleWrapper p {
    line-height: 24px;
    font-size: 24px;
    font-family: pt
}

.campaignWrapper .titleWrapper h1 {
    line-height: 46px;
    margin-top: 30px;
    font-size: 46px;
}

@media screen and (max-width: 1200px) {
    .campaignWrapper .titleWrapper {
        margin:100px 0 80px
    }

    .campaignWrapper .titleWrapper p {
        line-height: 20px;
        font-size: 20px
    }

    .campaignWrapper .titleWrapper h1 {
        line-height: 32px;
        margin-top: 20px;
        font-size: 32px
    }
}

@media screen and (max-width: 575px) {
    .campaignWrapper .titleWrapper {
        margin:60px 0 40px
    }

    .campaignWrapper .titleWrapper p {
        line-height: 18px;
        font-size: 18px
    }

    .campaignWrapper .titleWrapper h1 {
        line-height: 22px;
        margin-top: 16px;
        font-size: 22px
    }
}

.campaignWrapper .listWrapper .grid .item {
    float: left;
    width: 50%;
    margin-bottom: 130px;
    font-size: 0
}

.campaignWrapper .listWrapper .grid .item .pic {
    display: block;
    position: relative
}

.campaignWrapper .listWrapper .grid .item .pic img {
    width: 100%
}

.campaignWrapper .listWrapper .grid .item .pic .mask {
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.campaignWrapper .listWrapper .grid .item .pic .mask i {
    font-size: 46px;
    color: #fff
}

.campaignWrapper .listWrapper .grid .item .pic:hover .mask {
    opacity: 1
}

.campaignWrapper .listWrapper .grid .item1,.campaignWrapper .listWrapper .grid .item4 {
    padding-left: 60px
}

.campaignWrapper .listWrapper .grid .item2,.campaignWrapper .listWrapper .grid .item5 {
    padding-right: 60px
}

.campaignWrapper .listWrapper .grid .item3,.campaignWrapper .listWrapper .grid .item6 {
    width: 100%
}

@media screen and (max-width: 1200px) {
    .campaignWrapper .listWrapper .grid .item {
        margin-bottom:80px
    }

    .campaignWrapper .listWrapper .grid .item1,.campaignWrapper .listWrapper .grid .item4 {
        padding-left: 24px
    }

    .campaignWrapper .listWrapper .grid .item2,.campaignWrapper .listWrapper .grid .item5 {
        padding-right: 24px
    }
}

@media screen and (max-width: 575px) {
    .campaignWrapper .listWrapper .grid .item {
        margin-bottom:30px
    }

    .campaignWrapper .listWrapper .grid .item1,.campaignWrapper .listWrapper .grid .item2,.campaignWrapper .listWrapper .grid .item4,.campaignWrapper .listWrapper .grid .item5 {
        width: 100%;
        padding: 0 24px
    }
}

.contactWrapper {
    padding: 0 60px
}

.contactWrapper .Content {
    max-width: 1354px;
    padding-left: 180px;
    margin: 0 auto 316px
}

.contactWrapper .Content .textContent {
    float: left;
    max-width: 50%;
}

.contactWrapper .Content .textContent .title {
    color: #666;
    font-size: 16px
}

.contactWrapper .Content .textContent h1 {
    line-height: 22px;
    margin: 16px 0 30px;
    color: #333;
    font-size: 22px;
    font-weight: 700
}

.contactWrapper .Content .textContent .weiboLink {
    display: inline-block;
    margin: 16px 0 30px;
    color: #666;
    border-bottom: 1px solid #666
}

.contactWrapper .Content .textContent .weiboLink:hover {
    color: #333;
    border-bottom: 1px solid #333
}

.contactWrapper .Content .textContent .tianmaoLink {
    display: block;
    margin: 16px 0 52px;
    color: #666;
    font-weight: 700
}

.contactWrapper .Content .textContent .Img div {
    float: left;
    text-align: center;
    margin-right: 32px
}

.contactWrapper .Content .textContent .Img div img {
    max-width: 100%
}

.contactWrapper .Content .textContent .Img div span {
    display: block;
    margin-top: 20px;
    color: #666;
    font-size: 16px;
}

.contactWrapper .Content .formContent {
    float: right;
    width: 570px
}

.contactWrapper .Content .formContent .emailBox,.contactWrapper .Content .formContent .nameBox,.contactWrapper .Content .formContent .phoneBox {
    height: 50px;
    line-height: 50px;
    margin-bottom: 14px
}

.contactWrapper .Content .formContent .emailBox p,.contactWrapper .Content .formContent .nameBox p,.contactWrapper .Content .formContent .phoneBox p {
    float: left;
    width: 50px;
    height: 100%;
    text-align: center;
    background-color: #f5e2dc
}

.contactWrapper .Content .formContent .emailBox p i,.contactWrapper .Content .formContent .nameBox p i,.contactWrapper .Content .formContent .phoneBox p i {
    color: #fff
}

.contactWrapper .Content .formContent .emailBox input,.contactWrapper .Content .formContent .nameBox input,.contactWrapper .Content .formContent .phoneBox input {
    float: right;
    width: calc(100% - 50px);
    height: 100%;
    padding: 0 30px;
    border: none;
    background-color: #fafafa
}

.contactWrapper .Content .formContent .msg {
    height: 200px;
    padding: 20px 24px;
    margin-top: 30px;
    border: none;
    background-color: #fafafa
}

.contactWrapper .Content .formContent .submit {
    margin-top: 40px;
    font-family: pt;
    padding-left: 33px;
    position: relative;
    cursor: pointer
}

.contactWrapper .Content .formContent .submit:after {
    content: "";
    width: 0;
    height: 1px;
    background-color: #000;
    left: 0;
    -webkit-transition: width .3s linear;
    transition: width .3s linear
}

.contactWrapper .Content .formContent .submit:hover:after {
    width: 20px
}

@media screen and (max-width: 1360px) {
    .contactWrapper .Content {
        padding-left:0;
        margin: 0 auto 260px
    }

    .contactWrapper .Content .textContent {
        float: left;
        max-width: 50%
    }

    .contactWrapper .Content .textContent .title {
        font-size: 16px
    }

    .contactWrapper .Content .textContent h1 {
        line-height: 22px;
        margin: 16px 0 30px;
        font-size: 22px
    }

    .contactWrapper .Content .textContent .weiboLink {
        margin: 16px 0 30px;
        border-bottom: 1px solid #666
    }

    .contactWrapper .Content .textContent .tianmaoLink {
        margin: 16px 0 52px
    }

    .contactWrapper .Content .textContent .Img div {
        float: left;
        margin-right: 32px
    }

    .contactWrapper .Content .textContent .Img div span {
        margin-top: 20px;
        font-size: 16px
    }

    .contactWrapper .Content .formContent {
        float: right;
        width: 570px
    }

    .contactWrapper .Content .formContent .emailBox,.contactWrapper .Content .formContent .nameBox,.contactWrapper .Content .formContent .phoneBox {
        height: 50px;
        line-height: 50px;
        margin-bottom: 14px
    }

    .contactWrapper .Content .formContent .emailBox p,.contactWrapper .Content .formContent .nameBox p,.contactWrapper .Content .formContent .phoneBox p {
        float: left;
        width: 50px;
        height: 100%
    }

    .contactWrapper .Content .formContent .emailBox p i,.contactWrapper .Content .formContent .nameBox p i,.contactWrapper .Content .formContent .phoneBox p i {
        color: #fff
    }

    .contactWrapper .Content .formContent .emailBox input,.contactWrapper .Content .formContent .nameBox input,.contactWrapper .Content .formContent .phoneBox input {
        float: right;
        width: calc(100% - 50px);
        height: 100%;
        padding: 0 30px
    }

    .contactWrapper .Content .formContent .msg {
        height: 200px;
        padding: 20px 24px;
        margin-top: 30px
    }

    .contactWrapper .Content .formContent .submit {
        margin-top: 40px;
        padding-left: 33px
    }
}

@media screen and (max-width: 1200px) {
    .contactWrapper {
        padding:0 24px
    }

    .contactWrapper .Content {
        margin: 0 auto 160px
    }

    .contactWrapper .Content .textContent {
        float: none;
        max-width: 380px;
        margin: 0 auto
    }

    .contactWrapper .Content .textContent .title {
        font-size: 16px
    }

    .contactWrapper .Content .textContent h1 {
        line-height: 22px;
        margin: 16px 0 30px;
        font-size: 22px
    }

    .contactWrapper .Content .textContent .weiboLink {
        margin: 16px 0 30px;
        border-bottom: 1px solid #666
    }

    .contactWrapper .Content .textContent .tianmaoLink {
        margin: 16px 0 52px
    }

    .contactWrapper .Content .textContent .Img div {
        float: left;
        margin-right: 32px
    }

    .contactWrapper .Content .textContent .Img div span {
        margin-top: 20px;
        font-size: 16px
    }

    .contactWrapper .Content .formContent {
        float: none;
        width: 570px;
        margin: 80px auto 0
    }

    .contactWrapper .Content .formContent .emailBox,.contactWrapper .Content .formContent .nameBox,.contactWrapper .Content .formContent .phoneBox {
        height: 50px;
        line-height: 50px;
        margin-bottom: 14px
    }

    .contactWrapper .Content .formContent .emailBox p,.contactWrapper .Content .formContent .nameBox p,.contactWrapper .Content .formContent .phoneBox p {
        float: left;
        width: 50px;
        height: 100%
    }

    .contactWrapper .Content .formContent .emailBox p i,.contactWrapper .Content .formContent .nameBox p i,.contactWrapper .Content .formContent .phoneBox p i {
        color: #fff
    }

    .contactWrapper .Content .formContent .emailBox input,.contactWrapper .Content .formContent .nameBox input,.contactWrapper .Content .formContent .phoneBox input {
        float: right;
        width: calc(100% - 50px);
        height: 100%;
        padding: 0 30px
    }

    .contactWrapper .Content .formContent .msg {
        height: 200px;
        padding: 20px 24px;
        margin-top: 30px
    }

    .contactWrapper .Content .formContent .submit {
        margin-top: 40px;
        padding-left: 33px
    }
}

@media screen and (max-width: 768px) {
    .contactWrapper {
        padding:0 24px
    }

    .contactWrapper .Content {
        margin: 0 auto 100px
    }

    .contactWrapper .Content .textContent {
        float: none;
        max-width: 100%
    }

    .contactWrapper .Content .textContent .title {
        font-size: 16px
    }

    .contactWrapper .Content .textContent h1 {
        line-height: 22px;
        margin: 10px 0 16px;
        font-size: 22px
    }

    .contactWrapper .Content .textContent .weiboLink {
        margin: 10px 0 16px
    }

    .contactWrapper .Content .textContent .tianmaoLink {
        margin: 10px 0 20px
    }

    .contactWrapper .Content .textContent .Img div {
        float: left;
        width: 110px;
        margin-right: 26px
    }

    .contactWrapper .Content .textContent .Img div span {
        margin-top: 6px;
        font-size: 14px
    }

    .contactWrapper .Content .formContent {
        float: none;
        width: 100%;
        margin: 60px auto 0
    }

    .contactWrapper .Content .formContent .emailBox,.contactWrapper .Content .formContent .nameBox,.contactWrapper .Content .formContent .phoneBox {
        height: 42px;
        line-height: 42px;
        margin-bottom: 14px
    }

    .contactWrapper .Content .formContent .emailBox p,.contactWrapper .Content .formContent .nameBox p,.contactWrapper .Content .formContent .phoneBox p {
        float: left;
        width: 42px;
        height: 100%
    }

    .contactWrapper .Content .formContent .emailBox input,.contactWrapper .Content .formContent .nameBox input,.contactWrapper .Content .formContent .phoneBox input {
        width: calc(100% - 42px);
        padding: 0 12px
    }

    .contactWrapper .Content .formContent .msg {
        height: 160px;
        padding: 12px;
        margin-top: 0
    }

    .contactWrapper .Content .formContent .submit {
        margin-top: 20px;
        padding-left: 33px
    }

    .contactWrapper .Content .formContent .submit:after {
        width: 20px
    }
}

.kolWrapper .ThemeContent {
    width: 100%;
    margin-bottom: 100px
}

.kolWrapper .ThemeContent li {
    font-size: 0;
    margin-bottom: 4px
}

.kolWrapper .ThemeContent li .box {
    display: inline-block;
    overflow: hidden;
    min-height: 238px;
    background: no-repeat top/cover;
    position: relative
}

.kolWrapper .ThemeContent li .box img {
    width: 100%
}

.kolWrapper .ThemeContent li .box .Video {
    display: none;
    position: absolute;
    top: 0;
    left: 0
}

.kolWrapper .ThemeContent li .box .txt {
    text-align: center;
    padding-bottom: 120px;
    color: #fff;
    z-index: 6
}

.kolWrapper .ThemeContent li .box .txt div {
    line-height: 40px;
    margin: 40px 0 22px;
    font-size: 40px;
    letter-spacing: 2px
}

.kolWrapper .ThemeContent li .box .txt p {
    line-height: 20px;
    font-size: 20px
}

.kolWrapper .ThemeContent li .box .txt .VideoPlay {
    font-size: 90px;
    color: #fff;
    cursor: pointer
}

@media screen and (max-width: 1200px) {
    .kolWrapper .ThemeContent li .box .txt .VideoPlay {
        font-size:42px
    }
}

.kolWrapper .ThemeContent li .box .Btn {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 60px;
    text-align: center
}

@media screen and (max-width: 1360px) {
    .kolWrapper .ThemeContent li .box .Btn {
        bottom:30px
    }
}

@media screen and (max-width: 575px) {
    .kolWrapper .ThemeContent li .box .Btn {
        bottom:10px
    }
}

.kolWrapper .ThemeContent li .box .Btn a {
    display: inline-block;
    width: 280px;
    height: 56px;
    line-height: 56px;
    background-color: #fff;
    font-size: 14px;
    letter-spacing: 2px
}

@media screen and (max-width: 1360px) {
    .kolWrapper .ThemeContent li .box .Btn a {
        width:180px;
        height: 36px;
        line-height: 36px
    }
}

@media screen and (max-width: 575px) {
    .kolWrapper .ThemeContent li .box .Btn a {
        width:130px;
        height: 30px;
        line-height: 30px;
        font-size: 12px
    }
}

.kolWrapper .ThemeContent li .box .Btn a:hover {
    background-color: #f5e2dc
}

@media screen and (max-width: 1360px) {
    .kolWrapper .ThemeContent {
        margin-bottom:80px
    }

    .kolWrapper .ThemeContent li {
        font-size: 0;
        margin-bottom: 4px
    }

    .kolWrapper .ThemeContent li .box .txt {
        padding-bottom: 60px
    }

    .kolWrapper .ThemeContent li .box .txt div {
        line-height: 30px;
        margin: 30px 0 22px;
        font-size: 30px
    }

    .kolWrapper .ThemeContent li .box .txt p {
        line-height: 20px;
        font-size: 20px
    }

    .kolWrapper .ThemeContent li .box .txt .VideoPlay {
        font-size: 69px
    }
}

@media screen and (max-width: 991px) {
    .kolWrapper .ThemeContent {
        margin-bottom:80px
    }

    .kolWrapper .ThemeContent li {
        font-size: 0;
        margin-bottom: 4px
    }

    .kolWrapper .ThemeContent li .box {
        padding: 24px
    }

    .kolWrapper .ThemeContent li .box img {
        opacity: 0
    }

    .kolWrapper .ThemeContent li .box .txt {
        width: 100%;
        padding-bottom: 30px
    }

    .kolWrapper .ThemeContent li .box .txt div {
        line-height: normal;
        margin: 10px 0 16px;
        font-size: 18px
    }

    .kolWrapper .ThemeContent li .box .txt p {
        line-height: 16px;
        font-size: 16px
    }

    .kolWrapper .ThemeContent li .box .txt .VideoPlay {
        font-size: 42px
    }
}

@media screen and (max-width: 768px) {
    .kolWrapper .ThemeContent {
        margin-bottom:30px
    }
}

.TitleWrapper {
    text-align: center;
    margin: 95px 0 10px;
    color: #666
}

.TitleWrapper div {
    line-height: 1.2;
    font-size: 46px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #333;
    font-family: pt;
    font-weight: 300;
}

.TitleWrapper p {
    line-height: 1.5;
    font-size: 18px;
    font-family: pt;
    margin: 20px 0 40px;
    color: #666;
    text-transform: uppercase
}

@media screen and (max-width: 1200px) {
    .TitleWrapper {
        margin: 80px 0
    }

    .TitleWrapper div {
        font-size: 56px
    }

    .TitleWrapper p {
        font-size: 20px
    }
}

@media screen and (max-width: 768px) {
    .TitleWrapper {
        margin: 40px 0 0;
        padding: 0 20px
    }

    .TitleWrapper div {
        font-size: 36px;
        margin-bottom: 0
    }

    .TitleWrapper p {
        font-size: 18px;
        margin: 16px 0 30px
    }
}

.lookbookWarpper {
    padding: 0 60px
}

.lookbookWarpper .list .grid {
    margin: 0 -15px
}

.lookbookWarpper .list .grid .item {
    float: left;
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
    font-size: 0
}

.lookbookWarpper .list .grid .item .pic {
    display: block;
    overflow: hidden;
    position: relative
}

.lookbookWarpper .list .grid .item .pic img {
    width: 100%
}

.lookbookWarpper .list .grid .item .pic .mask {
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.lookbookWarpper .list .grid .item .pic .mask i {
    font-size: 40px;
    color: #fff
}

.lookbookWarpper .list .grid .item .pic:hover .mask {
    opacity: 1
}

@media screen and (max-width: 1200px) {
    .lookbookWarpper {
        padding:0 24px
    }

    .lookbookWarpper .list .grid {
        margin: 0 -6px
    }

    .lookbookWarpper .list .grid .item {
        width: 25%;
        padding: 0 6px;
        margin-bottom: 12px
    }
}

@media screen and (max-width: 575px) {
    .lookbookWarpper .list .grid {
        margin:0 -6px
    }

    .lookbookWarpper .list .grid .item {
        width: 50%;
        padding: 0 6px;
        margin-bottom: 12px
    }
}

/* 产品展示样式 */
.productWrapper {
    padding: 0 60px
}

/* 一级分类 */
.productWrapper .first-level-nav {
    text-align: center;
    margin: 40px 0 20px;
    padding: 0;
}

.productWrapper .first-level-nav .first-level-item {
    display: inline-block;
    padding: 10px 20px;
    margin: 0 15px;
    color: #666;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
    cursor: pointer;
}

.productWrapper .first-level-nav .first-level-item:hover,
.productWrapper .first-level-nav .first-level-item.active {
    color: #000;
}

/* 二级分类 */
.productWrapper .second-level-nav {
    width: 100%;
    background-color: #f5f5f5;
    margin: 0 0 60px;
    padding: 20px 0;
    overflow: hidden;
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), 
                max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1), 
                padding 0.6s cubic-bezier(0.4, 0, 0.2, 1), 
                margin 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    visibility: hidden;
}

.productWrapper .second-level-nav.show {
    opacity: 1;
    max-height: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 60px;
    visibility: visible;
}

.productWrapper .second-level-nav .second-level-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 60px;
    text-align: center;
}

.productWrapper .second-level-nav .second-level-group {
    display: inline-block;
    opacity: 0;
    transition: opacity 0.2s ease;
    visibility: hidden;
}

.productWrapper .second-level-nav.show .second-level-group {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s ease 0.15s;
}

.productWrapper .second-level-nav .second-level-item {
    display: inline-block;
    padding: 10px 25px;
    margin: 0 10px;
    color: #666;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.productWrapper .second-level-nav .second-level-item:hover,
.productWrapper .second-level-nav .second-level-item.active {
    color: #000;
}

@media screen and (max-width: 1200px) {
    .productWrapper .second-level-nav .second-level-wrapper {
        padding: 0 24px;
    }
}

@media screen and (max-width: 768px) {
    .productWrapper .first-level-nav {
        margin: 30px 0 15px;
    }

    .productWrapper .first-level-nav .first-level-item {
        padding: 8px 15px;
        margin: 0 8px;
        font-size: 13px;
    }

    .productWrapper .second-level-nav {
        margin: 0 0 40px;
        padding: 15px 0;
    }

    .productWrapper .second-level-nav .second-level-wrapper {
        padding: 0 20px;
    }

    .productWrapper .second-level-nav .second-level-item {
        padding: 8px 15px;
        margin: 0 5px;
        font-size: 13px;
    }
}

@media screen and (max-width: 575px) {
    .productWrapper .first-level-nav {
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        text-align: left;
        padding: 0 15px;
    }

    .productWrapper .first-level-nav .first-level-item {
        padding: 8px 12px;
        margin: 0 5px;
        font-size: 12px;
    }

    .productWrapper .second-level-nav {
        padding: 12px 0;
    }

    .productWrapper .second-level-nav .second-level-wrapper {
        padding: 0 15px;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .productWrapper .second-level-nav .second-level-item {
        padding: 6px 12px;
        margin: 0 5px;
        font-size: 12px;
    }
}

.productWrapper .list .grid {
    margin: 0 -15px;
    overflow: hidden;
}

.productWrapper .list .grid .item {
    float: left;
    width: 20%;
    padding: 0 15px;
    margin-bottom: 0;
    font-size: 0;
    background: #fff;
}

.productWrapper .list .grid .item .pic {
    display: block;
    margin-bottom: 20px;
}

.productWrapper .list .grid .item .pic .pic-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 120%;
    background-color: #fff;
    overflow: hidden;
}

.productWrapper .list .grid .item .pic .pic-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    transition: transform 0.3s;
}

.productWrapper .list .grid .item:hover .pic .pic-wrapper img {
    transform: translate(-50%, -50%) scale(1.05);
}

.productWrapper .list .grid .item .product-info {
    text-align: center;
    font-size: 14px;
}

.productWrapper .list .grid .item .product-title {
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 42px;
    min-height: 42px;
}

.productWrapper .list .grid .item .product-price {
    color: #333;
    font-size: 14px;
    font-weight: normal;
}

.productWrapper .pagination-wrapper {
    text-align: center;
    margin: 30px 20px;
    padding: 20px 0;
}

.productWrapper .pagination {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}

.productWrapper .pagination li {
    display: inline-block;
    margin: 5px;
}

.productWrapper .pagination li a,
.productWrapper .pagination li span {
    display: inline-block;
    padding: 8px 15px;
    color: #666;
    text-decoration: none;
    border: 1px solid #e8e8e8;
    transition: all 0.3s;
    background: #fff;
}

.productWrapper .pagination li a:hover,
.productWrapper .pagination li.active span,
.productWrapper .pagination li.active a {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.productWrapper .pagination li.disabled span,
.productWrapper .pagination li.disabled a {
    opacity: 0.5;
    cursor: not-allowed;
}

/* 通用分页样式 - 适用于所有页面 */
.pagination-wrapper {
    text-align: center;
    margin: 60px 0 40px;
    padding: 20px 0;
}

.pagination-box {
    display: inline-block;
}

.pagination-box ul.pagination,
.pagination {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination-box ul.pagination li,
.pagination li {
    display: inline-block;
    margin: 0 5px;
}

.pagination-box ul.pagination li a,
.pagination-box ul.pagination li span,
.pagination li a,
.pagination li span {
    display: inline-block;
    padding: 8px 15px;
    color: #666;
    text-decoration: none;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-size: 14px;
    min-width: 40px;
    text-align: center;
    background: #fff;
}

.pagination-box ul.pagination li a:hover,
.pagination li a:hover {
    color: #333;
    border-color: #bdbdbd;
    background-color: #f5f5f5;
}

.pagination-box ul.pagination li.active span,
.pagination-box ul.pagination li.active a,
.pagination li.active span,
.pagination li.active a {
    background-color: #333;
    color: #fff;
    border-color: #333;
}

.pagination-box ul.pagination li.disabled span,
.pagination-box ul.pagination li.disabled a,
.pagination li.disabled span,
.pagination li.disabled a {
    color: #ccc;
    cursor: not-allowed;
    border-color: #eaeaea;
    pointer-events: none;
    opacity: 0.5;
}

/* 响应式 */
@media screen and (max-width: 768px) {
    .pagination-wrapper {
        margin: 40px 0 20px;
        padding: 15px 0;
    }
    
    .pagination-box ul.pagination li,
    .pagination li {
        margin: 0 3px;
    }
    
    .pagination-box ul.pagination li a,
    .pagination-box ul.pagination li span,
    .pagination li a,
    .pagination li span {
        padding: 6px 12px;
        font-size: 12px;
        min-width: 35px;
    }
}

@media screen and (max-width: 1200px) {
    .productWrapper {
        padding: 0 24px
    }

    .productWrapper .list .grid {
        margin: 0 -10px
    }

    .productWrapper .list .grid .item {
        width: 25%;
        padding: 0 10px;
        margin-bottom: 0px
    }

    .productWrapper .category-nav .category-item {
        padding: 12px 20px;
        margin: 0 5px;
        font-size: 13px;
    }
}

@media screen and (max-width: 768px) {
    .productWrapper .list .grid .item {
        width: 50%;
    }

    .productWrapper .category-nav .category-item {
        padding: 10px 15px;
        margin: 0 3px;
        font-size: 12px;
    }
}

@media screen and (max-width: 575px) {
    .productWrapper {
        padding: 0 15px
    }

    .productWrapper .list .grid {
        margin: 0 -6px
    }

    .productWrapper .list .grid .item {
        width: 50%;
        padding: 0 6px;
        margin-bottom: 0
    }

    .productWrapper .category-nav {
        margin: 30px 0 40px;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .productWrapper .category-nav .category-item {
        padding: 10px 12px;
        margin: 0 5px;
        font-size: 12px;
    }
}

.newsWrapper {
    padding: 0 60px
}

.newsWrapper .grid .item {
    display: block;
    font-size: 0;
    position: relative
}

.newsWrapper .grid .item .pic {
    overflow: hidden;
    float: right;
    width: 50%
}

.newsWrapper .grid .item .pic img {
    width: 100%;
    -webkit-transition: all 10s linear;
    transition: all 10s linear
}

.newsWrapper .grid .item .textBox {
    width: 50%;
    height: 100%;
    background-color: #f5e2dc;
    position: absolute;
    top: 0;
    left: 0
}

.newsWrapper .grid .item .textBox .textContent {
    display: inline-table;
    width: 100%;
    height: 100%;
}

.newsWrapper .grid .item .textBox .textContent .txt {
    display: table-cell;
    width: 100%;
    padding: 0 50px 0 100px;
    text-align: left
}

.newsWrapper .grid .item .textBox .textContent .txt p {
    color: #999;
    font-size: 12px;
    margin-bottom: 16px;
}

.newsWrapper .grid .item .textBox .textContent .txt div {
    max-width: 542px;
    line-height: 42px;
    color: #666;
    font-size: 30px;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.newsWrapper .grid .item .textBox .textContent .txt span {
    display: inline-table;
    line-height: 36px;
    text-align: center;
    color: #616161;
    font-size: 18px;
    max-width: 542px;
    text-align: left;
}

.newsWrapper .grid .item:hover .pic img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.newsWrapper .grid .item:nth-child(2n) .pic {
    float: left
}

.newsWrapper .grid .item:nth-child(2n) .textBox {
    background-color: #f8f8f8;
    left: auto;
    right: 0
}

/* PC版面：padding-top只在PC版面生效 */
@media screen and (min-width: 769px) {
    .newsWrapper .grid .item .textBox .textContent {
        padding-top: 80px;
    }
}

@media screen and (max-width: 1360px) {
    .newsWrapper .grid .item .textBox .textContent .txt div {
        line-height:36px;
        margin: 20px auto 38px;
        font-size: 30px
    }
}

@media screen and (max-width: 1200px) {
    .newsWrapper {
        padding:0 24px
    }
}

@media screen and (max-width: 991px) {
    .newsWrapper .grid .item .textBox .textContent .txt div {
        line-height:28px;
        margin: 20px auto 38px;
        font-size: 22px
    }

    .newsWrapper .grid .item .textBox .textContent .txt span {
        line-height: 20px;
        font-size: 12px
    }
}

@media screen and (max-width: 768px) {
    .newsWrapper .grid .item {
        margin-bottom:24px
    }

    .newsWrapper .grid .item .pic {
        float: none;
        width: 100%
    }

    .newsWrapper .grid .item .textBox {
        width: 100%;
        height: 100%;
        position: static
    }

    .newsWrapper .grid .item .textBox .textContent .txt {
        width: 100%;
        padding: 30px 20px
    }

    .newsWrapper .grid .item .textBox .textContent .txt p {
        font-size: 14px
    }

    .newsWrapper .grid .item .textBox .textContent .txt div {
        max-width: none;
        line-height: 26px;
        margin: 16px auto 20px;
        font-size: 20px
    }

    .newsWrapper .grid .item .textBox .textContent .txt span {
        display: inline-table;
        line-height: 20px;
        font-size: 12px
    }

    .newsWrapper .grid .item:nth-child(2n) .pic {
        float: none
    }
}

.starWrapper {
    padding: 0 60px
}

.starWrapper .title {
    text-align: center;
    margin: 95px 0 80px;
    color: #666
}

.starWrapper .title p {
    line-height: 24px;
    font-size: 24px;
    font-family: pt
}

.starWrapper .title h1 {
    line-height: 46px;
    margin-top: 36px;
    font-size: 46px;
    letter-spacing: 1px
}

.starWrapper .title div {
    margin-top: 48px
}

.starWrapper .title div span {
    display: inline-table;
    width: 230px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    margin: 0 6px;
    background-color: #ededed;
    cursor: pointer
}

.starWrapper .title div span.active,.starWrapper .title div span:hover {
    background-color: #000;
    color: #fff
}

@media screen and (max-width: 1200px) {
    .starWrapper .title {
        margin:100px 0 80px
    }

    .starWrapper .title p {
        line-height: 20px;
        font-size: 20px
    }

    .starWrapper .title h1 {
        line-height: 32px;
        margin-top: 20px;
        font-size: 32px
    }
}

@media screen and (max-width: 991px) {
    .starWrapper .title div {
        margin-top:30px
    }

    .starWrapper .title div span {
        width: 180px;
        height: 42px;
        line-height: 42px;
        margin: 0 6px
    }
}

@media screen and (max-width: 575px) {
    .starWrapper .title {
        margin:60px 0 40px
    }

    .starWrapper .title p {
        line-height: 18px;
        font-size: 18px
    }

    .starWrapper .title h1 {
        line-height: 22px;
        margin-top: 16px;
        font-size: 22px
    }

    .starWrapper .title div {
        margin-top: 20px
    }

    .starWrapper .title div span {
        width: 139px;
        height: 36px;
        line-height: 36px;
        margin: 0 6px
    }
}

.starWrapper .grid {
    margin: 0 -20px
}

.starWrapper .grid .item {
    float: left;
    width: 25%;
    padding: 0 20px;
    margin-bottom: 80px;
    font-size: 0
}

.starWrapper .grid .item .pic {
    display: block;
    position: relative
}

.starWrapper .grid .item .pic img {
    width: 100%
}

.starWrapper .grid .item .pic .mask {
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.starWrapper .grid .item .pic:hover .mask {
    opacity: 1
}

.starWrapper .grid .item .txt {
    margin-top: 40px;
    color: #333
}

.starWrapper .grid .item .txt h1 {
    line-height: 20px;
    font-size: 20px;
}

.starWrapper .grid .item .txt div {
    margin: 16px 0 30px;
    font-size: 14px;
}

.starWrapper .grid .item .txt p {
    font-size: 14px;
    font-family: pt
}

@media screen and (max-width: 1200px) {
    .starWrapper {
        padding:0 24px
    }

    .starWrapper .grid {
        margin: 0 -6px
    }

    .starWrapper .grid .item {
        width: 25%;
        padding: 0 6px;
        margin-bottom: 30px
    }

    .starWrapper .grid .item .pic img {
        width: 100%
    }

    .starWrapper .grid .item .txt {
        margin-top: 30px
    }

    .starWrapper .grid .item .txt h1 {
        line-height: 20px;
        font-size: 20px
    }

    .starWrapper .grid .item .txt div {
        margin: 12px 0 20px;
        font-size: 14px
    }

    .starWrapper .grid .item .txt p {
        font-size: 14px
    }
}

@media screen and (max-width: 991px) {
    .starWrapper .grid {
        margin:0 -6px
    }

    .starWrapper .grid .item {
        width: 50%;
        padding: 0 6px;
        margin-bottom: 30px
    }

    .starWrapper .grid .item .pic img {
        width: 100%
    }

    .starWrapper .grid .item .txt {
        margin-top: 30px
    }

    .starWrapper .grid .item .txt h1 {
        line-height: 20px;
        font-size: 20px
    }

    .starWrapper .grid .item .txt div {
        margin: 12px 0 20px;
        font-size: 14px
    }

    .starWrapper .grid .item .txt p {
        font-size: 14px
    }
}

@media screen and (max-width: 575px) {
    .starWrapper .grid .item {
        width:100%;
        margin-bottom: 30px
    }

    .starWrapper .grid .item .pic img {
        width: 100%
    }

    .starWrapper .grid .item .txt {
        margin-top: 12px
    }

    .starWrapper .grid .item .txt h1 {
        line-height: 18px;
        font-size: 18px
    }

    .starWrapper .grid .item .txt div {
        margin: 6px 0 12px;
        font-size: 14px
    }

    .starWrapper .grid .item .txt p {
        font-size: 14px
    }
}

.storesWrapper .bannerWrapper .swiper-slide {
    min-height: 256px;
    background: no-repeat top/cover
}

.storesWrapper .bannerWrapper .swiper-slide img {
    opacity: 0;
    width: 100%
}

.storesWrapper .bannerWrapper .swiper-pagination {
    bottom: 50px
}

.storesWrapper .bannerWrapper .swiper-pagination .swiper-pagination-bullet {
    opacity: .5;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #f5e2dc
}

.storesWrapper .bannerWrapper .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1
}

@media screen and (max-width: 1360px) {
    .storesWrapper .bannerWrapper .swiper-pagination {
        bottom:16px
    }
}

.storesWrapper .mapContent {
    padding: 130px 0
}

@media screen and (max-width: 1200px) {
    .storesWrapper .mapContent {
        padding:80px 24px
    }
}

@media screen and (max-width: 991px) {
    .storesWrapper .mapContent {
        padding:60px 24px
    }
}

.storesWrapper .mapContent .Title {
    line-height: 36px;
    text-align: center;
    color: #666;
    font-size: 36px
}

@media screen and (max-width: 1200px) {
    .storesWrapper .mapContent .Title {
        line-height:28px;
        margin-bottom: 30px;
        font-size: 28px
    }
}

.storesWrapper .mapContent .navigationButton {
    width: 400px;
    height: 66px;
    line-height: 66px;
    margin: 50px auto 80px;
    border: 1px solid #000;
    text-align: center;
    position: relative;
    cursor: pointer
}

@media screen and (max-width: 1360px) {
    .storesWrapper .mapContent .navigationButton {
        width:200px;
        height: 46px;
        line-height: 46px
    }
}

@media screen and (max-width: 1200px) {
    .storesWrapper .mapContent .navigationButton {
        display:none
    }
}

.storesWrapper .mapContent .navigationButton span {
    color: #fff;
    position: relative;
    z-index: 1;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.storesWrapper .mapContent .navigationButton:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    -webkit-transition: width .5s cubic-bezier(.82,.52,.56,.79);
    transition: width .5s cubic-bezier(.82,.52,.56,.79)
}

.storesWrapper .mapContent .navigationButton:hover span {
    color: #000
}

.storesWrapper .mapContent .navigationButton:hover:after {
    width: 0
}

.storesWrapper .mapContent .fnbox {
    max-width: 648px;
    margin: 0 auto 90px;
    background-color: #fff
}

@media screen and (max-width: 991px) {
    .storesWrapper .mapContent .fnbox {
        margin:0 auto 30px
    }
}

/* 标准select元素样式 */
.storesWrapper .mapContent .fnbox .selectors .selector-select {
    float: left;
    width: calc(33.333% - 14px);
    height: 45px;
    line-height: 45px;
    padding: 0 8px;
    font-size: 12px;
    color: #333;
    border: 1px solid #e4e6e7;
    background-color: #efefef;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 16px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.storesWrapper .mapContent .fnbox .selectors .selector-select:first-child {
    margin-right: 10px
}

.storesWrapper .mapContent .fnbox .selectors .selector-select:not(:first-child) {
    margin-left: 10px
}

.storesWrapper .mapContent .fnbox .selectors .selector-select:focus {
    outline: none;
    border-color: #000;
}

/* 保留旧的selector样式以兼容其他可能的使用 */
.storesWrapper .mapContent .fnbox .selectors .selector {
    float: left;
    width: calc(33.333% - 14px);
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    font-size: 12px;
    color: #333;
    position: relative;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: all .35 ease .3s;
    transition: all .35 ease .3s
}

.storesWrapper .mapContent .fnbox .selectors .selector:first-child {
    margin-right: 10px
}

.storesWrapper .mapContent .fnbox .selectors .selector:not(:first-child) {
    margin-left: 10px
}

.storesWrapper .mapContent .fnbox .selectors .selector .result {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0 20px 0 8px;
    border: 1px solid #e4e6e7;
    font-weight: 700;
    color: #333
}

.storesWrapper .mapContent .fnbox .selectors .selector .result .value {
    display: block;
    width: 100%;
    height: 100%
}

.storesWrapper .mapContent .fnbox .selectors .selector .result .arrow {
    position: absolute;
    top: 50%;
    right: 8px;
    display: block;
    width: 0;
    height: 0;
    margin-top: -3px;
    border-top: 6px solid #666;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.storesWrapper .mapContent .fnbox .selectors .selector .dropdown {
    position: absolute;
    top: calc(100% + 30px);
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 100%;
    min-height: 90px;
    max-height: 250px;
    border: 1px solid rgba(0,0,0,.3);
    line-height: 30px;
    background-color: #fff;
    overflow-y: auto;
    opacity: 0;
    -webkit-transition: top opacity .35 ease 1s;
    transition: top opacity .35 ease 1s
}

.storesWrapper .mapContent .fnbox .selectors .selector .dropdown li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 8px;
    white-space: nowrap
}

.storesWrapper .mapContent .fnbox .selectors .selector .dropdown li.selected {
    background-color: #eee
}

@media screen and (min-width: 992px) {
    .storesWrapper .mapContent .fnbox .selectors .selector .dropdown li:hover {
        background-color:#eee
    }
}

.storesWrapper .mapContent .fnbox .selectors .selector.active {
    border-color: #000;
    overflow: visible
}

.storesWrapper .mapContent .fnbox .selectors .selector.active .result .arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.storesWrapper .mapContent .fnbox .selectors .selector.active .dropdown {
    top: calc(100% + 5px);
    opacity: 1;
    border-color: #000
}

/* 城市选择器不再需要单独的float样式，与其他选择器保持一致 */

@media screen and (max-width: 1200px) {
    .storesWrapper .mapContent .fnbox .selectors .selector-select {
        width: calc(33.333% - 8px);
        height: 42px;
        line-height: 42px
    }

    .storesWrapper .mapContent .fnbox .selectors .selector-select:first-child {
        margin-right: 6px
    }

    .storesWrapper .mapContent .fnbox .selectors .selector-select:not(:first-child) {
        margin-left: 6px
    }
    
    /* 保留旧的selector样式以兼容 */
    .storesWrapper .mapContent .fnbox .selectors .selector {
        width: calc(33.333% - 8px);
        height: 42px;
        line-height: 42px
    }

    .storesWrapper .mapContent .fnbox .selectors .selector:first-child {
        margin-right: 6px
    }

    .storesWrapper .mapContent .fnbox .selectors .selector:not(:first-child) {
        margin-left: 6px
    }
}

.storesWrapper .mapContent .fnbox .selectors .searchbox {
    float: left;
    width: 100%;
    margin-bottom: 12px;
    padding: 0 8px;
    border: 1px solid #333
}

.storesWrapper .mapContent .fnbox .selectors .searchbox .SearchMap {
    display: inline-block;
    width: 100%;
    border: none;
    font-size: 12px;
    padding: 0;
    color: #666
}

.storesWrapper .mapContent .fnbox .selectors .searchbox i {
    float: right;
    margin-top: 9px;
    font-size: 16px;
    color: #666
}

.storesWrapper .mapContent .fnbox .selectors .btn {
    float: left;
    width: calc(33.333% - 14px);
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    margin-left: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    background-color: #333;
    border: none;
    cursor: pointer;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.storesWrapper .mapContent .fnbox .selectors .btn:hover {
    background-color: #555
}

@media screen and (max-width: 1200px) {
    .storesWrapper .mapContent .fnbox .selectors .btn {
        width: calc(33.333% - 8px);
        height: 42px;
        line-height: 42px;
        margin-left: 6px
    }
}

.storesWrapper .mapContent .fnbox .selectors .title {
    font-size: 12px;
    color: #333;
    margin-bottom: 8px
}

.storesWrapper .mapContent .storegroup {
    width: 100%;
    height: 730px;
    position: relative
}

@media screen and (max-width: 1200px) {
    .storesWrapper .mapContent .storegroup {
        height:590px
    }
}

@media screen and (max-width: 991px) {
    .storesWrapper .mapContent .storegroup {
        height:auto
    }
}

.storesWrapper .mapContent .storegroup .storelist {
    width: 580px;
    height: 100%;
    padding: 0 15px;
    background-color: #d3d3d3;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.storesWrapper .mapContent .storegroup .storelist .title {
    margin: 30px 0 20px;
    font-size: 13px;
}

.storesWrapper .mapContent .storegroup .storelist .listbox {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    /* 自定义滚动条样式 - 默认隐藏 */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
}

/* 隐藏滚动条 - Webkit浏览器（默认） */
.storesWrapper .mapContent .storegroup .storelist .listbox::-webkit-scrollbar {
    width: 0;
    background: transparent;
}

/* 鼠标悬停时显示滚动条 */
.storesWrapper .mapContent .storegroup .storelist .listbox:hover {
    scrollbar-width: thin; /* Firefox */
    -ms-overflow-style: auto; /* IE 10+ */
}

/* 鼠标悬停时显示滚动条 - Webkit浏览器 */
.storesWrapper .mapContent .storegroup .storelist .listbox:hover::-webkit-scrollbar {
    width: 6px;
    background: transparent;
}

/* 滚动条轨道样式 */
.storesWrapper .mapContent .storegroup .storelist .listbox:hover::-webkit-scrollbar-track {
    background: #d3d3d3;
    border-radius: 3px;
}

/* 滚动条滑块样式 */
.storesWrapper .mapContent .storegroup .storelist .listbox:hover::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 3px;
}

.storesWrapper .mapContent .storegroup .storelist .listbox:hover::-webkit-scrollbar-thumb:hover {
    background: #777;
}

@media screen and (max-width: 991px) {
    .storesWrapper .mapContent .storegroup .storelist .listbox {
        height:508px;
        padding-right: 0
    }
}

.storesWrapper .mapContent .storegroup .storelist .listbox li {
    background-color: #d3d3d3;
    margin-bottom: 0;
    border-bottom: 1px solid #c0c0c0;
    padding: 0;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease
}

.storesWrapper .mapContent .storegroup .storelist .listbox li:last-child {
    border-bottom: none
}

.storesWrapper .mapContent .storegroup .storelist .listbox li .ItemBox {
    padding: 39px 0 43px
}

.storesWrapper .mapContent .storegroup .storelist .listbox li .ItemBox .text {
    line-height: 26px;
    padding: 0 20px;
    font-size: 12px;
    color: #666;
    cursor: pointer;
    -webkit-transition: all .15s ease .3s;
    transition: all .15s ease .3s
}

.storesWrapper .mapContent .storegroup .storelist .listbox li .ItemBox .text .name {
    margin-bottom: 12px;
    font-size: 14px;
    color: #010101;
    font-weight: bold
}

.storesWrapper .mapContent .storegroup .storelist .listbox li .ItemBox .text .addr-wrapper,
.storesWrapper .mapContent .storegroup .storelist .listbox li .ItemBox .text .tel-wrapper {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
    line-height: 20px
}

.storesWrapper .mapContent .storegroup .storelist .listbox li .ItemBox .text .addr-icon,
.storesWrapper .mapContent .storegroup .storelist .listbox li .ItemBox .text .tel-icon {
    width: 14px;
    height: 14px;
    margin-right: 8px;
    margin-top: 3px;
    flex-shrink: 0
}

.storesWrapper .mapContent .storegroup .storelist .listbox li .ItemBox .text .addr,
.storesWrapper .mapContent .storegroup .storelist .listbox li .ItemBox .text .tel {
    font-size: 12px;
    color: #666;
    flex: 1;
    line-height: 20px
}

.storesWrapper .mapContent .storegroup .storelist .listbox li:hover,
.storesWrapper .mapContent .storegroup .storelist .listbox li.active {
    background-color: #dadada
}

.storesWrapper .mapContent .storegroup .storelist .listbox .Tips {
    display: none;
    line-height: 80px;
    text-align: center;
    color: #666
}

.storesWrapper .mapContent .storegroup .mapbox {
    float: right;
    width: calc(100% - 580px);
    height: 100%
}

/* 去掉百度地图信息窗口的阴影 */
.storesWrapper .mapContent .storegroup .mapbox .BMap_shadow,
.storesWrapper .mapContent .storegroup .mapbox .BMap_pop {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

/* 去掉信息窗口的阴影层 */
.storesWrapper .mapContent .storegroup .mapbox .BMap_shadow {
    display: none !important;
}

/* 信息窗口样式优化 */
.storesWrapper .mapContent .storegroup .mapbox .BMap_pop {
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.storesWrapper .mapContent .storegroup .mapbox .BMap_pop .BMap_top,
.storesWrapper .mapContent .storegroup .mapbox .BMap_pop .BMap_center,
.storesWrapper .mapContent .storegroup .mapbox .BMap_pop .BMap_bottom {
    background: transparent !important;
    border: none !important;
}

.storesWrapper .mapContent .storegroup .mapbox .map-close {
    display: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 8;
    cursor: pointer
}

.storesWrapper .mapContent .storegroup .mapbox .map-close:after,.storesWrapper .mapContent .storegroup .mapbox .map-close:before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 6px;
    width: 24px;
    height: 2px;
    border-radius: 2px;
    background-color: #fff
}

.storesWrapper .mapContent .storegroup .mapbox .map-close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.storesWrapper .mapContent .storegroup .mapbox .map-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media screen and (max-width: 1200px) {
    .storesWrapper .mapContent .storegroup .storelist {
        width:100%;
        height: 100%;
        padding: 0 15px
    }

    .storesWrapper .mapContent .storegroup .storelist .title {
        margin: 30px 0 20px
    }

    .storesWrapper .mapContent .storegroup .storelist .listbox li {
        margin-bottom: 8px
    }

    .storesWrapper .mapContent .storegroup .storelist .listbox li .ItemBox {
        padding: 24px 0
    }

    .storesWrapper .mapContent .storegroup .storelist .listbox li .ItemBox .text {
        line-height: 26px;
        padding: 0 12px;
        background: none
    }

    .storesWrapper .mapContent .storegroup .storelist .listbox li .ItemBox .text .name {
        margin-bottom: 10px
    }

    .storesWrapper .mapContent .storegroup .storelist .listbox .Tips {
        display: none;
        line-height: 80px
    }

    .storesWrapper .mapContent .storegroup .mapbox {
        display: none;
        float: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 59px;
        left: 0;
        z-index: 9
    }
}

.storesWrapper .mapContent .storegroup .BMap_stdMpCtrl {
    left: auto!important;
    right: 10px!important
}

@media screen and (max-width: 768px) {
    .storesWrapper .mapContent .storegroup .BMap_stdMpPan,.storesWrapper .mapContent .storegroup .BMap_stdMpZoom {
        display:none
    }
}

.storesWrapper .mapContent .storegroup .anchorBL,.storesWrapper .mapContent .storegroup .anchorTL {
    display: none
}

.storesWrapper .mapContent .storegroup .mCSB_inside>.mCSB_container {
    margin-right: 0
}

.storesWrapper .mapContent .storegroup .mCSB_scrollTools {
    z-index: 20;
    width: 6px;
    background: transparent
}

.storesWrapper .mapContent .storegroup .mCSB_scrollTools .mCSB_dragger {
    width: 6px;
    margin: 0
}

.storesWrapper .mapContent .storegroup .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    border-radius: 10px;
    background-color: #000;
    opacity: .3
}

.storesWrapper .mapContent .storegroup .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000!important;
    opacity: .3
}

.storesWrapper .mapContent .storegroup .mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    border-radius: 10px;
    background: transparent
}

.storesWrapper .mapContent .storegroup .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.storesWrapper .mapContent .storegroup .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.storesWrapper .mapContent .storegroup .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.storesWrapper .mapContent .storegroup .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: #000
}

.BMap_bubble_content {
    font-size: 12px
}

/* 子导航栏样式 - 整站统一使用 */
.sub-nav-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 0;
}

.sub-nav-tab {
    display: inline-block;
    padding: 12px 40px;
    font-size: 16px;
    color: #666;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-bottom: -1px;
    position: relative;
}

.sub-nav-tab:hover {
    color: #333;
}

.sub-nav-tab.active {
    color: #333;
    border-bottom-color: #bdbdbd;
    font-weight: 500;
}

.nothing {
    width: 100%;
    text-align: center;
    padding: 50px 0;
}

/* 业务范围选项卡样式 */
.business-tabs-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 60px 0;
}

.business-tabs-title {
    text-align: center;
    font-size: 24px;
    color: #666;
    margin-bottom: 30px;
    font-family: pt;
    font-weight: 100;
}

.business-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}

.business-tab-item {
    display: inline-block;
    padding: 10px 30px;
    font-size: 16px;
    color: #666;
    text-decoration: none;
    border: 1px solid #eaeaea;
    background-color: #fff;
    transition: all 0.3s ease;
    cursor: pointer;
    white-space: nowrap;
}

.business-tab-item:hover {
    color: #333;
    border-color: #bdbdbd;
    background-color: #f9f9f9;
}

.business-tab-item.active {
    color: #fff;
    background-color: #333;
    border-color: #333;
    font-weight: 500;
}

@media screen and (max-width: 1200px) {
    .business-tabs-wrapper {
        padding: 30px 24px 0;
    }
    
    .business-tabs-title {
        font-size: 20px;
        margin-bottom: 24px;
    }
    
    .business-tabs {
        gap: 15px;
        margin-bottom: 30px;
    }
    
    .business-tab-item {
        padding: 8px 24px;
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .business-tabs-wrapper {
        padding: 20px 20px 0;
    }
    
    .business-tabs-title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    
    .business-tabs {
        gap: 10px;
        margin-bottom: 24px;
        padding-bottom: 15px;
    }
    
    .business-tab-item {
        padding: 8px 18px;
        font-size: 13px;
    }
}

@media screen and (max-width: 575px) {
    .business-tabs-wrapper {
        padding: 15px 15px 0;
    }
    
    .business-tabs-title {
        font-size: 16px;
        margin-bottom: 15px;
    }
    
    .business-tabs {
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        justify-content: flex-start;
        gap: 8px;
        margin-bottom: 20px;
        padding-bottom: 12px;
    }
    
    .business-tab-item {
        padding: 6px 15px;
        font-size: 12px;
        flex-shrink: 0;
    }
}

/* ============================================
   产品目录和推荐产品合并模块样式 - 通用样式，首页和产品列表页共用
   ============================================ */

/* 推荐产品列表样式 */
.productLineWrapper .recommendProductList {
    padding: 0;
}
/* 默认：显示grid，隐藏swiper */
.productLineWrapper .recommendProductList .recommend-product-grid {
    display: block;
}
.productLineWrapper .recommendProductList .recommend-product-swiper {
    display: none;
}
.productLineWrapper .recommendProductList .list .grid {
    margin: 0 -15px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.productLineWrapper .recommendProductList .list .grid .item {
    float: none;
    width: calc(20% - 30px);
    margin: 0 15px 30px;
    padding: 15px;
    font-size: 0;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    box-sizing: border-box;
    align-self: flex-start;
}
.productLineWrapper .recommendProductList .list .grid .item .pic {
    display: block;
    margin-bottom: 15px;
}
.productLineWrapper .recommendProductList .list .grid .item .pic .pic-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
}
.productLineWrapper .recommendProductList .list .grid .item .pic .pic-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    transition: transform 0.3s;
}
.productLineWrapper .recommendProductList .list .grid .item:hover .pic .pic-wrapper img {
    transform: translate(-50%, -50%) scale(1.05);
}
.productLineWrapper .recommendProductList .list .grid .item .product-info {
    text-align: center;
    font-size: 14px;
}
.productLineWrapper .recommendProductList .list .grid .item .product-title {
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 42px;
    min-height: 42px;
}

/* 产品目录和推荐产品合并模块样式 */
.categoryProductWrapper {
    padding: 40px 60px;
    background: #fff;
}

/* 公共标题样式 */
.categoryProductTitle {
    width: 100%;
    margin-bottom: 48px;
    position: relative;
}
.categoryProductTitle .txt {
    text-align: center;
    color: #666;
}
.categoryProductTitle .txt h1 {
    line-height: 46px;
    font-size: 46px;
}

/* 内容区域 */
.categoryProductContent {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

/* PC端：产品目录在左边 */
.categoryProductContent .categoryModuleWrapper {
    flex: 0 0 200px;
    padding: 0;
    background: transparent;
    order: 1;
}

/* PC端：推荐产品在右边 */
.categoryProductContent .recommendProductSection {
    flex: 1;
    min-width: 0;
    order: 2;
}
.category-content {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.category-item {
    position: relative;
    width: 100%;
}
.category-first {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    background: #fff;
    border-right: 1px solid #e8e8e8;
    border-bottom: none;
    color: #333;
    text-decoration: none;
    transition: all 0.3s;
    cursor: pointer;
}
.category-first:hover {
    background: #333;
    color: #fff;
    border-color: #333;
}
/* PC端：当鼠标悬停在一级分类或二级分类上时，保持一级分类的背景色 */
.category-item:hover .category-first {
    background: #333;
    color: #fff;
    border-color: #333;
}
.category-first .category-name {
    font-size: 14px;
    font-weight: 500;
}
.category-first .iconfont {
    font-size: 14px;
    transition: transform 0.3s;
}
.category-item:hover .category-first .iconfont {
    transform: rotate(180deg);
}
/* PC端：悬停显示二级目录 */
.category-second-list {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 0;
    min-width: 230px;
    max-width: 280px;
    background: #fff;
    border: 1px solid #e8e8e8;
    display: none;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.category-item:hover .category-second-list {
    display: block;
}

/* PC端：确保二级目录不超出容器 */
@media screen and (min-width: 769px) {
    .categoryProductWrapper {
        position: relative;
        overflow: visible;
    }
    .categoryModuleWrapper {
        position: relative;
    }
    
    /* PC端：隐藏移动端弹窗 */
    .category-modal-overlay,
    .category-modal {
        display: none !important;
    }
}
.category-second {
    display: block;
    padding: 12px 20px;
    color: #666;
    text-decoration: none;
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s;
}
.category-second:last-child {
    border-bottom: none;
}
.category-second:hover {
    background: #f8f8f8;
    color: #333;
    padding-left: 25px;
}
.category-empty {
    text-align: center;
    color: #999;
    padding: 40px 0;
}

/* 响应式样式 */
@media screen and (max-width: 1200px) {
    .categoryProductTitle {
        margin-bottom: 30px;
    }
    .categoryProductTitle .txt h1 {
        line-height: 32px;
        font-size: 32px;
    }
    .productLineWrapper .recommendProductList {
        padding: 0;
    }
    .productLineWrapper .recommendProductList .list .grid {
        margin: 0 -10px;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .productLineWrapper .recommendProductList .list .grid .item {
        width: calc(20% - 20px);
        margin: 0 10px 20px;
        padding: 15px;
        align-self: flex-start;
    }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    /* 991px至1200px之间，一行显示4个产品 */
    .productLineWrapper .recommendProductList .list .grid .item {
        width: calc(25% - 20px);
    }
}
@media screen and (max-width: 991px) {
    /* 低于991px，一行显示3个产品 */
    .productLineWrapper .recommendProductList .list .grid {
        margin: 0 -10px;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .productLineWrapper .recommendProductList .list .grid .item {
        width: calc(33.333% - 20px);
        margin: 0 10px 20px;
        padding: 15px;
        align-self: flex-start;
    }
    /* 确保991px以下只显示grid，隐藏swiper */
    .productLineWrapper .recommendProductList .recommend-product-grid {
        display: block;
    }
    .productLineWrapper .recommendProductList .recommend-product-swiper {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    /* 移动端：产品目录和推荐产品合并模块 */
    .categoryProductWrapper {
        padding: 30px 0;
    }
    
    /* 移动端：重置首页的左右padding */
    .indexWrapper .categoryProductWrapper {
        padding-left: 0;
        padding-right: 0;
    }
    
    .categoryProductTitle {
        margin-bottom: 30px;
    }
    .categoryProductTitle .txt h1 {
        line-height: 26px;
        font-size: 26px;
    }
    
    /* 移动端：内容区域纵向排列 */
    .categoryProductContent {
        flex-direction: column;
        gap: 30px;
    }
    
    /* 移动端：产品目录在上面 */
    .categoryProductContent .categoryModuleWrapper {
        order: 1;
        flex: none;
        width: 100%;
    }
    
    /* 移动端：推荐产品在下面 */
    .categoryProductContent .recommendProductSection {
        order: 2;
        width: 100%;
    }
    
    /* 移动端：一级分类一行显示3条 */
    .category-content {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0 -5px;
    }
    
    /* 移动端：首页的category-content需要设置为0 10px，才能与产品列表页的0 -5px效果相当 */
    .indexWrapper .category-content {
        margin: 0 5px;
    }
    .category-item {
        flex: 0 0 calc(33.333% - 10px);
        width: calc(33.333% - 10px);
        margin: 0 5px 10px 5px;
        position: relative;
        height: 40px;
    }
    .category-first {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 10px;
        background: #f8f8f8;
        border: none;
        border-radius: 4px;
        color: #333;
        text-decoration: none;
        transition: all 0.3s;
        cursor: pointer;
        flex-direction: row;
        text-align: left;
        height: 40px;
        box-sizing: border-box;
    }
    .category-first:hover {
        background: #f8f8f8;
        color: #333;
        border-color: #e8e8e8;
    }
    .category-first .category-name {
        font-size: 13px;
        font-weight: 500;
        flex: 1;
        text-align: left;
        line-height: 40px;
    }
    .category-first .category-arrow-down {
        display: none;
    }
    .category-first .category-arrow-right {
        display: inline-block;
        font-size: 12px;
        color: #999;
        margin-left: 5px;
        flex-shrink: 0;
        line-height: 40px;
    }
    .category-item:hover .category-first {
        background: #f8f8f8;
        color: #333;
        border-color: #e8e8e8;
    }
    
    /* 移动端：隐藏PC端的二级目录显示方式 */
    .category-second-list {
        display: none !important;
    }
    
    /* 移动端：二级分类弹窗 */
    .category-modal-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9998;
        opacity: 0;
        transition: opacity 0.3s;
    }
    .category-modal-overlay.show {
        opacity: 1;
    }
    .category-modal {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        border-radius: 20px 20px 0 0;
        max-height: 70vh;
        overflow-y: auto;
        z-index: 9999;
        transform: translateY(100%);
        transition: transform 0.3s ease-out;
    }
    .category-modal.show {
        transform: translateY(0);
    }
    .category-modal-header {
        padding: 20px;
        border-bottom: 1px solid #e8e8e8;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 1;
    }
    .category-modal-title {
        font-size: 16px;
        font-weight: 500;
        color: #333;
    }
    .category-modal-close {
        font-size: 20px;
        color: #999;
        cursor: pointer;
        border: none;
        background: none;
        padding: 0;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .category-modal-content {
        padding: 15px 20px;
    }
    .category-modal-content .category-second {
        display: block;
        padding: 12px 15px;
        color: #666;
        text-decoration: none;
        font-size: 14px;
        border-bottom: 1px solid #f0f0f0;
        transition: all 0.3s;
    }
    .category-modal-content .category-second:last-child {
        border-bottom: none;
    }
    .category-modal-content .category-second:active {
        background: #f8f8f8;
        color: #333;
    }
    
    /* 移动端：使用列表方式，一行显示2个产品 */
    .productLineWrapper .recommendProductList {
        padding: 0;
    }
    .productLineWrapper .recommendProductList .recommend-product-grid {
        display: block;
    }
    .productLineWrapper .recommendProductList .recommend-product-swiper {
        display: none;
    }
    .productLineWrapper .recommendProductList .list .grid {
        margin: 0 -5px;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .productLineWrapper .recommendProductList .list .grid .item {
        width: calc(50% - 10px);
        margin: 0 5px 10px;
        padding: 10px;
        align-self: flex-start;
    }
}
@media screen and (min-width: 769px) {
    /* 桌面模式下隐藏swiper，显示grid */
    .productLineWrapper .recommendProductList .recommend-product-swiper {
        display: none;
    }
    .productLineWrapper .recommendProductList .recommend-product-grid {
        display: block;
    }
}