.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translateZ(0)
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out
}
.owl-carousel .owl-item {
	float: left
}
.owl-controls .owl-buttons div, .owl-controls .owl-page {
	cursor: pointer
}
.owl-controls {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0)
}
.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 Arial, Microsoft Yahei, Hiragino Sans GB, sans-serif;
	-webkit-tap-highlight-color: transparent
}
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: 100
}
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, .storeContent .mapContent .fnbox .selectors .selector .result .value {
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}
.LookbookContent .content .show .grid .grid-item .grid-link img, .NewsContent .content .show .grid .grid-item .grid-link .picbox img {
	-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
}
.LookbookContent .content .show .grid .grid-item .grid-link:hover img, .NewsContent .content .show .grid .grid-item .grid-link:hover .picbox img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}
.f-cell, .f-table, .storeContent .mapContent .storegroup .mapbox .map {
	width: 100%;
	height: 100%
}
#g-header .Header .Logo:after, #g-header .Header .menuBox .menuItem .DropDownList .itemText:after, #g-header .Header .menuBox .menuItem .DropDownList:after, #g-header .Header .menuBox:after, #g-header .Header:after, .aboutContent .Designer_J:after, .aboutContent .Designer_L:after, .aboutContent .VJC_OLIVIAbox .text .title:after, .aboutContent .VJCbox .text .title:after, .campaignContent .item5 .box:after, .campaignContent .scroll:after, .campaignContent:after, .campaignGirlContent .item3:after, .footerBox .fonterTest .fonterTestContent:after, .footerBox .foooterContent .QR_code .DropdownBox div:after, .footerBox .foooterContent:after, .FooterContent .FooterTxt .EmailSubScrip:after, .FooterContent .FooterTxt:after, .mediaContent .boxBg .box .Content:after, .mediaContent .boxBg .box:after, .mediaContent .media .box .Content:after, .mediaContent .media .box:after, .NewsContent .Title .box:after, .starContent .Content .box .item3.item3 .itemContentbox:after, .starContent .Content .box .item5.item5 .itemContentbox:after, .starContent .Content .box:after, .starContent .Title .box:after, .storeContent .mapContent .fnbox .selectors .searchbox:after, .storeContent .mapContent .fnbox .selectors:after, .storeContent .mapContent .storegroup .storelist .listbox li .ItemBox:after, .storeContent .mapContent .storegroup:after, .VIPcontent .Box .Content:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
	clear: both
}
.storeContent .mapContent .fnbox .selectors .selector {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.ContactUsContent .banners div p {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%)
}
.banner .swiper-container .swiper-slide .picture i, .indexContent .banner .swiper-container .swiper-slide .play {
	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
}
@-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
}
}
.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 {
	width: 100%
}
#g-header .Header {
	width: 100%;
	padding: 26px 30px 0;
	position: relative;
	-webkit-transition: top .8s linear;
	transition: top .8s linear
}

@media screen and (max-width:991px) {
#g-header .Header {
	padding: 12px 24px
}
}
#g-header .Header .Logo {
	float: left;
	line-height: 32px;
	margin-right: 28px
}
#g-header .Header .Logo img {
	height: 46px;
	margin-right: 6px
}
#g-header .Header .Logo span {
	float: right;
	line-height: 18px;
	font-size: 14px;
	font-family: minion;
	vertical-align: middle
}
#g-header .Header .menuBox {
	float: left
}
#g-header .Header .menuBox .menuItem {
	float: left;
	cursor: pointer
}
#g-header .Header .menuBox .menuItem .title {
	display: inline-block;
	padding: 32px 20px 20px;
	position: relative
}
#g-header .Header .menuBox .menuItem .title span {
	font-size: 12px;
	font-weight: 600;
	font-family: ar
}
#g-header .Header .menuBox .menuItem .title .cn {
	opacity: 0;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 34px;
	left: 0
}

@media screen and (min-width:992px) {
#g-header .Header .menuBox .menuItem .title:after {
	opacity: 0;
	content: "";
	width: calc(100% - 30px);
	height: 2px;
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 15px;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear
}
}
#g-header .Header .menuBox .menuItem .DropDownList {
	visibility: hidden;
	opacity: 0;
	width: 100%;
	padding: 60px 30px 60px 238px;
	background-color: #fff;
	border-top: 1px solid #eee;
	-webkit-box-shadow: 0 10px 12px hsla(0,0%,99%,.4);
	box-shadow: 0 10px 12px hsla(0,0%,99%,.4);
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2;
	-webkit-transition: all .1s linear;
	transition: all .1s linear
}
#g-header .Header .menuBox .menuItem .DropDownList .itemText {
	float: left;
	width: 66.4%
}
#g-header .Header .menuBox .menuItem .DropDownList .itemText .itemBox {
	float: left;
	width: 30%
}
#g-header .Header .menuBox .menuItem .DropDownList .itemText .itemBox .itemTitle {
	display: block;
	margin-bottom: 32px;
	font-size: 13px;
	font-weight: 700;
	font-family: ar
}
#g-header .Header .menuBox .menuItem .DropDownList .itemText .itemBox .item {
	opacity: .6;
	display: block;
	margin-bottom: 16px;
	font-size: 13px;
	color: #000;
	font-family: ar;
	position: relative
}
#g-header .Header .menuBox .menuItem .DropDownList .itemText .itemBox .item .cn {
	opacity: 0;
	position: absolute;
	left: 0
}

@media screen and (min-width:992px) {
#g-header .Header .menuBox .menuItem .DropDownList .itemText .itemBox .item:hover {
	opacity: .9
}
#g-header .Header .menuBox .menuItem .DropDownList .itemText .itemBox .item:hover .cn {
	opacity: 1
}
#g-header .Header .menuBox .menuItem .DropDownList .itemText .itemBox .item:hover .en {
	opacity: 0
}
}
#g-header .Header .menuBox .menuItem .DropDownList .itemText .itemBox.itemPadding {
	padding-left: 100px
}

@media screen and (max-width:1200px) {
#g-header .Header .menuBox .menuItem .DropDownList .itemText .itemBox.itemPadding {
	padding: 0
}
}
#g-header .Header .menuBox .menuItem .DropDownList .itemText .itemAbout {
	width: 22%
}
#g-header .Header .menuBox .menuItem .DropDownList .itemText.textPadding {
	padding-top: 58px
}
#g-header .Header .menuBox .menuItem .DropDownList .itemText.textPosition {
	height: calc(100% - 120px);
	position: absolute
}
#g-header .Header .menuBox .menuItem .DropDownList .itemText.textPosition .itemBox {
	height: 100%
}
#g-header .Header .menuBox .menuItem .DropDownList .itemText.textPosition .itemBox .box {
	height: 100%;
	display: table
}
#g-header .Header .menuBox .menuItem .DropDownList .itemText.textPosition .itemBox .box .itemTitle {
	display: table-cell;
	vertical-align: middle
}
#g-header .Header .menuBox .menuItem .DropDownList .itemImg {
	float: right;
	width: 33.6%
}
#g-header .Header .menuBox .menuItem .DropDownList .itemImg img {
	width: 100%
}

@media screen and (min-width:992px) {
#g-header .Header .menuBox .menuItem:hover .title .en {
	opacity: 0
}
#g-header .Header .menuBox .menuItem:hover .title .cn, #g-header .Header .menuBox .menuItem:hover .title:after {
	opacity: 1
}
#g-header .Header .menuBox .menuItem:hover .DropDownList {
	opacity: 1;
	visibility: visible
}
}

@media screen and (min-width:992px) {
#g-header .Header .menuBox .Active .title .en {
	opacity: 0
}
}
#g-header .Header .menuBox .Active .title .cn {
	opacity: 1
}

@media screen and (max-width:991px) {
#g-header .Header .menuBox {
	width: 100%;
	height: calc(100% - 70px);
	padding: 30px 0 60px;
	border-top: 1px solid #d0cece;
	background-color: #fff;
	overflow-y: auto;
	position: fixed;
	top: 70px;
	left: -100%;
	z-index: 10;
	-webkit-transition: left .3s linear;
	transition: left .3s linear
}
#g-header .Header .menuBox .menuItem {
	display: block;
	width: 100%
}
#g-header .Header .menuBox .menuItem .title {
	display: block;
	padding: 10px 24px 5px
}
#g-header .Header .menuBox .menuItem .title .en {
	margin-right: 2px;
	font-size: 18px
}
#g-header .Header .menuBox .menuItem .title .cn {
	opacity: 1;
	font-size: 14px;
	text-align: left;
	position: static
}
#g-header .Header .menuBox .menuItem .DropDownList {
	display: none;
	opacity: 1;
	visibility: visible;
	width: 100%;
	padding: 0;
	border-top: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: static;
	-webkit-transition: none;
	transition: none
}
#g-header .Header .menuBox .menuItem .DropDownList .itemText, #g-header .Header .menuBox .menuItem .DropDownList .itemText .itemBox {
	float: none;
	width: 100%
}
#g-header .Header .menuBox .menuItem .DropDownList .itemText .itemBox .itemTitle {
	display: block;
	font-size: 14px;
	padding: 5px 20px;
	margin: 0
}
#g-header .Header .menuBox .menuItem .DropDownList .itemText .itemBox .item {
	display: block;
	padding: 5px 26px;
	margin: 0;
	font-size: 14px
}
#g-header .Header .menuBox .menuItem .DropDownList .itemText .itemBox .item:hover {
	opacity: .9
}
#g-header .Header .menuBox .menuItem .DropDownList .itemText .itemBox.itemPadding {
	padding-left: 0
}
#g-header .Header .menuBox .menuItem .DropDownList .itemText .itemAbout {
	width: 100%
}
#g-header .Header .menuBox .menuItem .DropDownList .itemText .itemAbout .item {
	display: none
}
#g-header .Header .menuBox .menuItem .DropDownList .itemText.textPadding {
	padding-top: 0
}
#g-header .Header .menuBox .menuItem .DropDownList .itemText.textPosition {
	position: static
}
#g-header .Header .menuBox .menuItem .DropDownList .itemText.textPosition .itemBox {
	height: auto
}
#g-header .Header .menuBox .menuItem .DropDownList .itemText.textPosition .itemBox .box {
	height: auto;
	display: table
}
#g-header .Header .menuBox .menuItem .DropDownList .itemText.textPosition .itemBox .box .itemTitle {
	display: table-cell;
	vertical-align: middle
}
#g-header .Header .menuBox .menuItem .DropDownList .itemImg {
	display: none
}
}
#g-header .Header .location {
	float: right;
	height: 18px;
	line-height: 18px;
	margin-top: 16px
}
#g-header .Header .location i {
	font-size: 18px;
	vertical-align: middle
}
#g-header .Header .location span {
	display: inline-block;
	line-height: 18px;
	vertical-align: middle;
	font-size: 12px;
	font-weight: 600
}
#g-header .Header .location:hover i, #g-header .Header .location:hover span {
	color: #666
}

@media screen and (max-width:991px) {
#g-header .Header .location {
	display: none
}
}
#g-header .Header .menu {
	float: right;
	width: 28px;
	height: 25px;
	margin-top: 12px;
	overflow: hidden;
	position: relative;
	z-index: 3;
	cursor: pointer;
	-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 .Header .menu:after, #g-header .Header .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 .Header .menu:before {
	top: 3px
}
#g-header .Header .menu:after {
	bottom: 3px
}
#g-header .Header .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:992px) {
#g-header .Header .menu {
	display: none
}
}
#g-header .NavFixedTransition {
	position: fixed;
	top: -100%;
	left: 0;
	z-index: 6;
	background-color: #fff
}

@media screen and (min-width:992px) {
#g-header .NavFixedTransition {
	padding: 18px 30px 0
}
#g-header .NavFixedTransition .menuBox .menuItem .title {
	padding: 10px 20px 27px
}
#g-header .NavFixedTransition .menuBox .menuItem .title .cn {
	top: 12px
}
}
#g-header .NavFixedTransition .location {
	margin-top: 8px
}
#g-header .open .menu:after, #g-header .open .menu:before {
	top: 12px;
	background-color: #000
}
#g-header .open .menu:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
#g-header .open .menu:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
#g-header .open .menu .hamburger {
	opacity: 0
}
#g-header .open .menuBox {
	left: 0
}
.FooterContent {
	padding: 0 30px 30px
}

@media screen and (max-width:1250px) {
.FooterContent {
	padding: 0 24px 16px
}
}
.FooterContent .FooterIcon {
	text-align: right
}

@media screen and (max-width:768px) {
.FooterContent .FooterIcon {
	text-align: left;
	margin-bottom: 10px
}
}
.FooterContent .FooterIcon i {
	margin-left: 26px;
	font-size: 22px;
	color: #9a9a9a;
	cursor: pointer
}

@media screen and (max-width:768px) {
.FooterContent .FooterIcon i {
	margin-left: 0;
	margin-right: 26px
}
}
.FooterContent .FooterIcon i:hover {
	color: #666
}
.FooterContent .FooterIcon .icon-weixin {
	position: relative
}
.FooterContent .FooterIcon .icon-weixin img {
	width: 80px;
	height: 80px;
	position: absolute;
	top: -90px;
	left: -30px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	-webkit-transform: scale(.5);
	transform: scale(.5);
	opacity: 0;
	visibility: hidden
}

@media screen and (max-width:768px) {
.FooterContent .FooterIcon .icon-weixin img {
	left: 0
}
}
.FooterContent .FooterIcon .icon-weixin:hover img {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}
.FooterContent .FooterTxt .EmailSubScrip {
	float: left
}

@media screen and (max-width:991px) {
.FooterContent .FooterTxt .EmailSubScrip {
	float: none;
	margin-bottom: 12px
}
}
.FooterContent .FooterTxt .EmailSubScrip p {
	float: left;
	margin-right: 30px;
	font-family: Futura;
	font-size: 16px;
	color: #3d3d3d
}

@media screen and (max-width:991px) {
.FooterContent .FooterTxt .EmailSubScrip p {
	line-height: 26px;
	margin-right: 20px
}
}
.FooterContent .FooterTxt .EmailSubScrip .subscribe {
	float: left;
	display: inline-block;
	width: 213px;
	height: 26px;
	border-bottom: 1px solid #adadad
}
.FooterContent .FooterTxt .EmailSubScrip .subscribe #emailSubScripInput {
	display: inline-block;
	width: 90%!important;
	height: 100%;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0;
	font-family: Futura
}
.FooterContent .FooterTxt .EmailSubScrip .subscribe #emailSubScripBtn {
	float: right;
	width: 10%;
	height: 100%;
	line-height: 26px;
	cursor: pointer;
	text-align: right
}
.FooterContent .FooterTxt .EmailSubScrip .subscribe #emailSubScripBtn i {
	font-size: 14px;
	color: #adadad
}
.FooterContent .FooterTxt .EmailSubScrip .subscribe #emailSubScripBtn i:hover {
	color: #000
}

@media screen and (max-width:991px) {
.FooterContent .FooterTxt .EmailSubScrip .subscribe {
	width: 186px
}
}
.FooterContent .FooterTxt .fonterTest {
	float: right;
	line-height: 30px;
	color: #3d3d3d;
	font-family: Futura;
	font-size: 12px
}

@media screen and (max-width:991px) {
.FooterContent .FooterTxt .fonterTest {
	float: none;
	width: 100%;
	line-height: 20px
}
}
.FooterContent .FooterTxt .fonterTest p {
	display: inline-block;
	color: #977c5f
}
.FooterContent .FooterTxt .fonterTest a {
	color: #3d3d3d
}
.FooterContent .FooterTxt .fonterTest a:hover {
	color: gray
}
@-webkit-keyframes loading-gezi {
0% {
left:-100%
}
to {
left:100%
}
}
@keyframes loading-gezi {
0% {
left:-100%
}
to {
left:100%
}
}
.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: 208px;
	height: 35px;
	margin: -17px 0 0 -104px;
	-webkit-animation: animate 4s infinite linear;
	animation: animate 4s infinite linear
}
.loading-gezi>.inner .logo_style {
	position: absolute;
	top: -200px;
	left: 0
}
.loading-gezi>.inner .icon-logo {
	color: #000;
	font-size: 200px
}
.loading-gezi img, .loading-gezi span {
	display: block;
	width: 100%
}
.loading-gezi span {
	position: relative;
	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
}
#loading {
	background-color: #fff;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1;
	margin-top: 0;
	top: 0;
	z-index: 9999999
}
#loading-center {
	width: 100%;
	height: 100%;
	position: relative
}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 200px;
	width: 200px;
	margin-top: -100px;
	margin-left: -100px
}
#object {
	width: 80px;
	height: 80px;
	background-color: #999;
	-webkit-animation: animate 1s infinite ease-in-out;
	animation: animate 1s infinite ease-in-out;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px
}
@-webkit-keyframes animate {
0% {
opacity:0
}
50% {
opacity:1
}
to {
opacity:0
}
}
@keyframes animate {
0% {
opacity:0
}
50% {
opacity:1
}
to {
opacity:0
}
}
@font-face {
	font-family: minion;
	src: url(/template/yl/about1/MINIONPRO-BOLD.ttf), url(/template/yl/about1/MINIONPRO-BOLD.eot)
}
@font-face {
	font-family: minionR;
	src: url(../fonts/MINIONPRO-REGULAR.woff)
}
@font-face {
	font-family: minionM;
	src: url(../fonts/MINIONPRO-MEDIUM.woff)
}
@font-face {
	font-family: minionI;
	src: url(../fonts/MINIONPRO-IT.woff)
}
@font-face {
	font-family: Didot;
	src: url(../fonts/Didot.ttf), url(../fonts/Didot.eot)
}
@font-face {
	font-family: cambriab;
	src: url(../fonts/cambriab.ttf), url(../fonts/cambriab.eot)
}
@font-face {
	font-family: ar;
	src: url(../fonts/arial.ttf), url(../fonts/arial.eot), url(../fonts/arial.woff), url(../fonts/arial.woff2)
}
.bodyso {
	overflow-y: hidden!important;
	height: 100%
}

@media screen and (min-width:991px) {
.lazyEle {
	opacity:1
}
}
#g-loading {
	visibility: visible
}
#g-goTop {
	display: none;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background-color: #343434;
	border-radius: 50px;
	position: fixed;
	bottom: 168px;
	right: 30px;
	z-index: 3;
	cursor: pointer
}

@media screen and (max-width:991px) {
#g-goTop {
	width: 28px;
	height: 28px;
	line-height: 28px;
	bottom: 136px;
	right: 12px
}
}
#g-goTop i {
	font-size: 18px;
	color: #fff
}
#g-goTop:hover {
	background-color: #000
}
.grid-loader {
	position: relative;
	margin: 0 auto 60px;
	width: 100%;
	height: 40px;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: all .5s;
	transition: all .5s
}

@media screen and (max-width:768px) {
.grid-loader {
	margin: 0 auto 30px
}
}
.grid-loader .line-scale {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 32px;
	height: 40px;
	margin: -20px 0 0 -16px;
	font-size: 0
}
.grid-loader .line-scale div {
	position: relative
}
.grid-loader .line-scale .rect1, .grid-loader .line-scale .rect2, .grid-loader .line-scale .rect3, .grid-loader .line-scale .rect4, .grid-loader .line-scale .rect5 {
	float: none;
	display: inline-block;
	width: 2px;
	height: 40px;
	margin: 0 2px;
	border: 0 solid #999;
	background-color: #999;
	-webkit-animation: line-scale 1.2s infinite ease;
	animation: line-scale 1.2s infinite ease
}
.grid-loader .line-scale .rect1 {
	-webkit-animation-delay: -1.2s;
	animation-delay: -1.2s
}
.grid-loader .line-scale .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s
}
.grid-loader .line-scale .rect3 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}
.grid-loader .line-scale .rect4 {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s
}
.grid-loader .line-scale .rect5 {
	-webkit-animation-delay: -.8s;
	animation-delay: -.8s
}
@keyframes line-scale {
0%, 40%, to {
-webkit-transform:scaleY(.4);
transform:scaleY(.4)
}
20% {
-webkit-transform:scaleY(1);
transform:scaleY(1)
}
}
@-webkit-keyframes line-scale {
0%, 40%, to {
-webkit-transform:scaleY(.4);
transform:scaleY(.4)
}
20% {
-webkit-transform:scaleY(1);
transform:scaleY(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 {
	display: none;
	width: 600px;
	height: 280px;
	margin-top: -140px;
	margin-left: -300px;
	padding: 50px 0;
	text-align: center;
	border-radius: 6px;
	background-color: #fff;
	-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;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 8
}

@media screen and (max-width:767px) {
.fbalert {
	width: 90%;
	height: 200px;
	padding: 34px 0;
	margin-top: -100px;
	margin-left: 0;
	left: 5%
}
}
.fbalert .closer {
	width: 20px;
	height: 20px;
	background: url(../assets/images/icons/close.png) 0 0/100% auto no-repeat;
	position: absolute;
	top: 15px;
	right: 15px;
	-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:767px) {
.fbalert img {
	width: 56px;
	margin: 0 auto 10px
}
}
.fbalert h1 {
	margin: 0 0 15px;
	font-size: 24px;
	text-align: center;
	color: #222
}

@media screen and (max-width:767px) {
.fbalert h1 {
	font-size: 16px
}
}
.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
}
.ani {
	opacity: 0
}
.ani-slide .ani_u {
	opacity: 1;
	-webkit-animation: up .8s ease-out both;
	animation: up .8s ease-out both
}
.ani-slide .ani_ud {
	opacity: 1;
	-webkit-animation: up .6s linear .3s both;
	animation: up .6s linear .3s both
}
.ani-slide .ani_i {
	opacity: 1;
	-webkit-animation: In .8s ease-out both;
	animation: In .8s ease-out both
}
.ani-slide .ani_l {
	opacity: 1;
	-webkit-animation: left .8s ease-out both;
	animation: left .8s ease-out both
}
.ani-slide .ani_r {
	opacity: 1;
	-webkit-animation: right .8s ease-out both;
	animation: right .8s ease-out both
}
@-webkit-keyframes left {
0% {
opacity:0;
-webkit-transform:translate(-50%);
transform:translate(-50%)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes left {
0% {
opacity:0;
-webkit-transform:translate(-50%);
transform:translate(-50%)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@-webkit-keyframes right {
0% {
opacity:0;
-webkit-transform:translate(50%);
transform:translate(50%)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes right {
0% {
opacity:0;
-webkit-transform:translate(50%);
transform:translate(50%)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@-webkit-keyframes up {
0% {
opacity:0;
-webkit-transform:translateY(50%);
transform:translateY(50%)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes up {
0% {
opacity:0;
-webkit-transform:translateY(50%);
transform:translateY(50%)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@-webkit-keyframes In {
0% {
opacity:0
}
to {
opacity:1
}
}
@keyframes In {
0% {
opacity:0
}
to {
opacity:1
}
}
.BigBox {
	width: 100%;
	height: 100%
}
.indexContent {
	width: 100%;
	height: calc(100% - 100px)
}

@media screen and (max-width:991px) {
.indexContent {
	height: calc(100% - 64px)
}
}
.indexContent .banner {
	z-index: 0
}
.indexContent .banner, .indexContent .banner .swiper-container {
	width: 100%;
	height: 100%
}
.indexContent .banner .swiper-container .swiper-slide {
	overflow: hidden
}
.indexContent .banner .swiper-container .swiper-slide .picture {
	width: 100%;
	height: 100%;
	background: no-repeat 50%/cover;
	animation-duration: 6s;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 6s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-fill-mode: forwards;
	-webkit-transform: scale(1);
	transform: scale(1)
}
.indexContent .banner .swiper-container .swiper-slide .Video {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2
}
.indexContent .banner .swiper-container .swiper-slide .play {
	font-size: 52px;
	color: #fff;
	cursor: pointer;
	z-index: 3
}
.indexContent .banner .swiper-container .swiper-pagination {
	bottom: 38px
}

@media screen and (max-width:991px) {
.indexContent .banner .swiper-container .swiper-pagination {
	bottom: 10px
}
}
.indexContent .banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
	opacity: 1;
	margin: 0 10px;
	background: #fff
}
.indexContent .banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	width: 10px;
	height: 10px
}
.indexContent .banner .swiper-container .centerBig .picture {
	-webkit-animation-name: centerBig;
	animation-name: centerBig
}
@-webkit-keyframes centerBig {
to {
-webkit-transform:scale(1.1);
transform:scale(1.1)
}
}
.footerBox {
	padding-top: 66px;
	background-color: #000
}

@media screen and (max-width:991px) {
.footerBox {
	padding-top: 30px
}
}
.footerBox .foooterContent {
	max-width: 1454px;
	margin: 0 auto;
	padding: 0 30px 30px
}

@media screen and (max-width:767px) {
.footerBox .foooterContent {
	padding: 0 24px 30px
}
}
.footerBox .foooterContent .Subscribe {
	float: left;
	width: 21%
}

@media screen and (max-width:991px) {
.footerBox .foooterContent .Subscribe {
	display: none
}
}
.footerBox .foooterContent .Subscribe h1 {
	margin-bottom: 20px;
	color: #fff;
	font-family: minion
}

@media screen and (max-width:991px) {
.footerBox .foooterContent .Subscribe h1 {
	margin: 0
}
}

@media screen and (max-width:575px) {
.footerBox .foooterContent .Subscribe h1 {
	font-size: 14px
}
}
.footerBox .foooterContent .Subscribe .subscribe {
	margin: 16px 0
}

@media screen and (max-width:767px) {
.footerBox .foooterContent .Subscribe .subscribe {
	margin: 0 0 10px
}
}
.footerBox .foooterContent .Subscribe .subscribe .emailSubScripInput {
	display: inline-block;
	width: 100%;
	border: none;
	border-bottom: 1px solid #4d4d4d;
	background-color: transparent;
	padding: 0;
	color: #fff
}

@media screen and (max-width:575px) {
.footerBox .foooterContent .Subscribe .subscribe .emailSubScripInput {
	height: 30px
}
}
.footerBox .foooterContent .Subscribe .subscribe .emailSubScripBtn {
	display: block;
	width: 82px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background-color: #cbbfca;
	cursor: pointer;
	border-radius: 16px;
	margin-top: 20px
}

@media screen and (max-width:575px) {
.footerBox .foooterContent .Subscribe .subscribe .emailSubScripBtn {
	width: 60px;
	height: 26px;
	line-height: 26px;
	margin-top: 10px
}
}
.footerBox .foooterContent .Subscribe .subscribe .emailSubScripBtn i {
	color: #fff
}
.footerBox .foooterContent .Subscribe .subscribe .emailSubScripBtn:hover {
	background-color: #fff
}
.footerBox .foooterContent .Subscribe .subscribe .emailSubScripBtn:hover i {
	color: #cbbfca
}
.footerBox .foooterContent .Subscribe .subscribe input::-webkit-input-placeholder {
color:gray;
font-size:14px
}
.footerBox .foooterContent .Subscribe .subscribe input:-moz-placeholder, .footerBox .foooterContent .Subscribe .subscribe input::-moz-placeholder {
color:gray;
opacity:1;
font-size:14px
}
.footerBox .foooterContent .Subscribe .subscribe input:-ms-input-placeholder {
color:gray;
font-size:14px
}
.footerBox .foooterContent .ContactUs {
	float: left;
	width: 25%;
	margin-left: 10%
}

@media screen and (max-width:1360px) {
.footerBox .foooterContent .ContactUs {
	margin-left: 5%
}
}

@media screen and (max-width:991px) {
.footerBox .foooterContent .ContactUs {
	float: none;
	width: 100%;
	margin: 0;
	text-align: left
}
}
.footerBox .foooterContent .ContactUs h1 {
	margin-bottom: 26px;
	color: #fff;
	font-family: minion
}

@media screen and (max-width:991px) {
.footerBox .foooterContent .ContactUs h1 {
	margin-bottom: 10px
}
}
.footerBox .foooterContent .ContactUs p {
	max-width: 288px;
	line-height: 23px;
	margin-bottom: 3px;
	color: #686868
}

@media screen and (max-width:991px) {
.footerBox .foooterContent .ContactUs p {
	max-width: none
}
}
.footerBox .foooterContent .followUs {
	float: left;
	width: 168px;
	margin-left: 5%
}

@media screen and (max-width:991px) {
.footerBox .foooterContent .followUs {
	float: none;
	margin: 30px 0
}
}
.footerBox .foooterContent .followUs h1 {
	margin-bottom: 26px;
	color: #fff;
	font-family: minion
}

@media screen and (max-width:991px) {
.footerBox .foooterContent .followUs h1 {
	margin-bottom: 10px
}
}
.footerBox .foooterContent .followUs .Icon .iconfont {
	margin-right: 16px;
	font-size: 20px;
	color: gray;
	cursor: pointer
}
.footerBox .foooterContent .followUs .Icon .iconfont:hover {
	color: #fff
}
.footerBox .foooterContent .followUs .Icon .icon-weixin {
	position: relative
}
.footerBox .foooterContent .followUs .Icon .icon-weixin img {
	opacity: 0;
	visibility: hidden;
	width: 90px;
	position: absolute;
	top: 30px;
	left: -35px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear
}
.footerBox .foooterContent .followUs .Icon .icon-weixin:hover img {
	opacity: 1;
	visibility: visible
}
.footerBox .foooterContent .QR_code {
	float: right;
	width: 224px;
	text-align: right
}

@media screen and (max-width:1200px) {
.footerBox .foooterContent .QR_code {
	width: 185px;
	overflow: hidden
}
}

@media screen and (max-width:991px) {
.footerBox .foooterContent .QR_code {
	float: none
}
}
.footerBox .foooterContent .QR_code .DropdownBox {
	width: 100%
}
.footerBox .foooterContent .QR_code .DropdownBox div {
	display: inline-block;
	text-align: center;
	margin-left: 30px
}

@media screen and (max-width:1200px) {
.footerBox .foooterContent .QR_code .DropdownBox div {
	margin-left: 10px
}
}

@media screen and (max-width:991px) {
.footerBox .foooterContent .QR_code .DropdownBox div {
	float: left;
	margin: 0 10px 0 0
}
}
.footerBox .foooterContent .QR_code .DropdownBox div img {
	width: 80px;
	height: 80px
}
.footerBox .foooterContent .QR_code .DropdownBox div p {
	font-size: 12px;
	margin-top: 10px;
	color: gray
}
.footerBox .fonterTest {
	width: 100%;
	padding: 26px 0;
	border-top: 1px solid #4d4d4d;
	color: gray
}

@media screen and (max-width:767px) {
.footerBox .fonterTest {
	text-align: left;
	padding: 16px 0
}
}

@media screen and (max-width:575px) {
.footerBox .fonterTest {
	padding: 10px 0
}
}
.footerBox .fonterTest .fonterTestContent {
	max-width: 1442px;
	margin: 0 auto;
	padding: 0 24px
}
.footerBox .fonterTest .fonterTestContent .Txt {
	float: left
}

@media screen and (max-width:575px) {
.footerBox .fonterTest .fonterTestContent .Txt {
	font-size: 12px
}
}
.footerBox .fonterTest .fonterTestContent .Txt p {
	display: inline-block
}
.footerBox .fonterTest .fonterTestContent .Txt a {
	opacity: 1;
	color: gray
}
.footerBox .fonterTest .fonterTestContent .Txt a:hover {
	color: #ececec
}
.footerBox .fonterTest .fonterTestContent .beian {
	float: right
}

@media screen and (max-width:991px) {
.footerBox .fonterTest .fonterTestContent .beian {
	float: none
}
}
.footerBox .fonterTest .fonterTestContent .beian a {
	opacity: 1;
	color: gray
}
.footerBox .fonterTest .fonterTestContent .beian a:hover {
	color: #ececec
}
.LookbookContent {
	max-width: 1380px;
	margin: 0 auto;
	padding: 24px 30px 60px
}

@media screen and (max-width:991px) {
.LookbookContent {
	padding: 38px 12px 20px
}
}
.LookbookContent .content {
	width: 100%;
	overflow: hidden;
	-webkit-transition: all .35s ease .3s;
	transition: all .35s ease .3s
}
.LookbookContent .content .Title {
	text-align: center;
	font-size: 46px;
	font-family: minion
}
.LookbookContent .content .subtitle {
	margin: 36px 0 32px;
	font-size: 26px;
	font-family: minionR
}

@media screen and (max-width:768px) {
.LookbookContent .content .Title {
	font-size: 30px
}
.LookbookContent .content .subtitle {
	margin: 20px 0 12px;
	font-size: 18px
}
}
.LookbookContent .content .show .grid {
	margin: 0 -3px
}

@media screen and (max-width:991px) {
.LookbookContent .content .show .grid {
	margin: 0 -6px
}
}
.LookbookContent .content .show .grid .grid-item {
	float: left;
	width: 33.3333%;
	padding: 0 3px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	font-size: 0;
	-webkit-transition: all .3s linear ease .3s;
	transition: all .3s linear ease .3s
}

@media screen and (max-width:991px) {
.LookbookContent .content .show .grid .grid-item {
	width: 50%;
	padding: 0 6px;
	margin-bottom: 12px;
	background-color: #fff
}
}
.LookbookContent .content .show .grid .grid-item .grid-link {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	font-size: 0
}
.banner, .LookbookContent .content .show .grid .grid-item .grid-link img {
	width: 100%
}
.banner {
	position: relative
}
.banner .swiper-container {
	width: 100%;
	height: 100%
}
.banner .swiper-container .swiper-slide {
	background: no-repeat top/cover;
	min-height: 238px
}
.banner .swiper-container .swiper-slide .picture {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	z-index: 0
}
.banner .swiper-container .swiper-slide .picture img {
	opacity: 0;
	width: 100%
}
.banner .swiper-container .swiper-slide .picture i {
	font-size: 36px;
	color: #fff;
	z-index: 6
}

@media screen and (min-width:992px) {
.banner .swiper-container .swiper-slide .picture i {
	display: none
}
}
.banner .swiper-container .swiper-slide .bannerVideo {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 2
}
.banner .down {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 60px;
	left: 0;
	z-index: 6;
	-webkit-animation: todown 2s infinite linear;
	animation: todown 2s infinite linear
}
.banner .down .nextBtn {
	color: #fff;
	cursor: pointer
}
@-webkit-keyframes todown {
0% {
bottom:60px
}
50% {
bottom:50px
}
to {
bottom:60px
}
}
@keyframes todown {
0% {
bottom:60px
}
50% {
bottom:50px
}
to {
bottom:60px
}
}

@media screen and (max-width:991px) {
.banner .down {
	bottom: 30px
}
@-webkit-keyframes todown {
0% {
bottom:30px
}
50% {
bottom:20px
}
to {
bottom:30px
}
}
@keyframes todown {
0% {
bottom:30px
}
50% {
bottom:20px
}
to {
bottom:30px
}
}
}
.aboutContent .Title {
	
	padding: 80px 24px 166px;
	margin: 0 auto
}

@media screen and (max-width:1200px) {
.aboutContent .Title {
	padding: 100px 24px
}
}

@media screen and (max-width:911px) {
.aboutContent .Title {
	padding: 60px 24px
}
}
.aboutContent .Title h1 {
	line-height: 34px;
	text-align: center;
	font-size: 46px;
	color: #333;
	font-family: minion;
	letter-spacing: 2px
}
.aboutContent .Title h2 {
	padding: 40px 0 11px;
	background: url(../assets/images/icons/x.png) no-repeat bottom;
	text-align: center;
	font-size: 24px;
	letter-spacing: 1px
}
.aboutContent .Title div {
	line-height: 36px;
	margin: 16px 0;
	text-align: center;
	font-size: 22px;
	font-style: italic;
	color: #666
}
.aboutContent .Title p {
	line-height: 30px;
	margin-bottom: 25px;
	font-size: 14px;
	color: #666
}

@media screen and (max-width:991px) {
.aboutContent .Title h1 {
	line-height: 22px;
	font-size: 28px
}
.aboutContent .Title h2 {
	padding: 20px 0 6px;
	font-size: 20px
}
.aboutContent .Title div {
	line-height: 24px;
	margin: 16px 0 12px;
	font-size: 16px
}
.aboutContent .Title p {
	line-height: 22px;
	margin-bottom: 6px;
	text-align: justify
}
}
.aboutContent .VJCbox .text {
	max-width: 1118px;
	margin: 80px auto 100px;
	padding: 0 30px
}
.aboutContent .VJCbox .text .title img {
	float: left;
	width: 214px
}
.aboutContent .VJCbox .text .title p {
	float: right;
	width: calc(100% - 320px);
	padding-top: 9px;
	font-size: 22px;
	color: #666
}

@media screen and (max-width:991px) {
.aboutContent .VJCbox .text .title {
	text-align: center
}
.aboutContent .VJCbox .text .title img {
	float: none;
	width: 136px
}
.aboutContent .VJCbox .text .title p {
	text-align: left
}
}
.aboutContent .VJCbox .text>p {
	max-width: 898px;
	line-height: 28px;
	margin-top: 52px;
	font-size: 14px;
	color: #666;
	font-weight: 600
}

@media screen and (max-width:991px) {
.aboutContent .VJCbox .text>p {
	margin-top: 10px
}
}

@media screen and (max-width:991px) {
.aboutContent .VJCbox .text {
	padding: 0 24px;
	margin: 30px auto 26px
}
.aboutContent .VJCbox .text .title p {
	width: 100%;
	text-align: justify;
	font-size: 16px
}
.aboutContent .VJCbox .text>p {
	line-height: 22px;
	margin-top: 10px;
	text-align: justify
}
}
.aboutContent .VJCbox .Img {
	text-align: right;
	font-size: 0
}
.aboutContent .VJCbox .Img div {
	display: inline-block;
	width: 85%;
	overflow: hidden
}
.aboutContent .VJCbox .Img div img {
	width: 100%;
	-webkit-transition: transform 6s linear;
	-webkit-transition: -webkit-transform 6s linear;
	transition: -webkit-transform 6s linear;
	transition: transform 6s linear;
	transition: transform 6s linear, -webkit-transform 6s linear
}
.aboutContent .VJCbox .Img div:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}
.aboutContent .VJC_OLIVIAbox .text {
	max-width: 1118px;
	margin: 80px auto 170px;
	padding: 0 30px
}
.aboutContent .VJC_OLIVIAbox .text .title img {
	float: left;
	width: 214px
}
.aboutContent .VJC_OLIVIAbox .text .title p {
	float: right;
	width: calc(100% - 320px);
	padding-top: 26px;
	font-size: 22px;
	color: #666
}

@media screen and (max-width:991px) {
.aboutContent .VJC_OLIVIAbox .text .title {
	text-align: center
}
.aboutContent .VJC_OLIVIAbox .text .title img {
	float: none;
	width: 160px
}
.aboutContent .VJC_OLIVIAbox .text .title p {
	text-align: left
}
}
.aboutContent .VJC_OLIVIAbox .text>p {
	max-width: 898px;
	line-height: 28px;
	margin-top: 52px;
	font-size: 14px;
	color: #666;
	font-weight: 600
}

@media screen and (max-width:1200px) {
.aboutContent .VJC_OLIVIAbox .text {
	margin: 60px auto 100px
}
}

@media screen and (max-width:991px) {
.aboutContent .VJC_OLIVIAbox .text {
	padding: 0 24px;
	margin: 0 auto 60px
}
.aboutContent .VJC_OLIVIAbox .text .title {
	margin: 30px auto 0
}
.aboutContent .VJC_OLIVIAbox .text .title p {
	width: 100%;
	text-align: justify;
	font-size: 16px
}
.aboutContent .VJC_OLIVIAbox .text>p {
	line-height: 22px;
	margin-top: 10px;
	text-align: justify
}
}
.aboutContent .VJC_OLIVIAbox .Img {
	overflow: hidden;
	font-size: 0
}
.aboutContent .VJC_OLIVIAbox .Img img {
	width: 100%;
	-webkit-transition: transform 6s linear;
	-webkit-transition: -webkit-transform 6s linear;
	transition: -webkit-transform 6s linear;
	transition: transform 6s linear;
	transition: transform 6s linear, -webkit-transform 6s linear
}
.aboutContent .VJC_OLIVIAbox .Img:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}
.aboutContent .Designer_L {
	width: 100%;
	padding: 0 60px;
	background-color: #0f0f0f;
	position: relative
}

@media screen and (max-width:1200px) {
.aboutContent .Designer_L {
	padding: 0 30px
}
}

@media screen and (max-width:991px) {
.aboutContent .Designer_L {
	padding: 0 24px 50px;
	position: static
}
}
.aboutContent .Designer_L .textBox {
	float: left;
	max-width: 589px;
	height: 100%;
	color: #fff;
	position: absolute;
	top: 0;
	left: 16%
}

@media screen and (max-width:1200px) {
.aboutContent .Designer_L .textBox {
	left: 30px
}
}

@media screen and (max-width:991px) {
.aboutContent .Designer_L .textBox {
	max-width: none;
	width: 100%;
	margin-top: 20px;
	position: static
}
}
.aboutContent .Designer_L .textBox .text {
	display: table;
	height: 100%
}
.aboutContent .Designer_L .textBox .text .content {
	display: table-cell;
	vertical-align: middle
}
.aboutContent .Designer_L .textBox .text .content h1 {
	line-height: 34px;
	font-size: 34px;
	font-family: Didot
}

@media screen and (max-width:768px) {
.aboutContent .Designer_L .textBox .text .content h1 {
	font-size: 28px
}
}
.aboutContent .Designer_L .textBox .text .content h2 {
	margin: 48px 0 26px;
	font-size: 24px
}

@media screen and (max-width:768px) {
.aboutContent .Designer_L .textBox .text .content h2 {
	margin: 20px 0 12px;
	font-size: 16px
}
}
.aboutContent .Designer_L .textBox .text .content div {
	margin-bottom: 10px;
	font-size: 22px;
	font-style: italic
}
.aboutContent .Designer_L .textBox .text .content p {
	line-height: 24px;
	margin-bottom: 10px;
	color: #d6d6d6;
	text-align: justify
}

@media screen and (max-width:991px) {
.aboutContent .Designer_L .textBox .text .content h1 {
	font-size: 26px
}
.aboutContent .Designer_L .textBox .text .content h2 {
	margin: 12px 0;
	font-size: 20px
}
.aboutContent .Designer_L .textBox .text .content div {
	margin-bottom: 6px;
	font-size: 16px
}
.aboutContent .Designer_L .textBox .text .content p {
	line-height: 22px;
	margin-bottom: 6px
}
}
.aboutContent .Designer_L .Img {
	float: right
}
.aboutContent .Designer_L .Img img {
	max-width: 100%
}
.aboutContent .Designer_J {
	width: 100%;
	margin: 96px 0 80px;
	background-color: #0f0f0f;
	position: relative
}

@media screen and (max-width:991px) {
.aboutContent .Designer_J {
	margin-top: 60px;
	position: static
}
}
.aboutContent .Designer_J .textBox {
	float: right;
	max-width: 890px;
	height: 100%;
	color: #fff;
	position: absolute;
	top: 0;
	right: 12%
}

@media screen and (max-width:1360px) {
.aboutContent .Designer_J .textBox {
	right: 30px
}
}

@media screen and (max-width:991px) {
.aboutContent .Designer_J .textBox {
	float: none;
	max-width: none;
	width: 100%;
	margin-top: 20px;
	position: static
}
}
.aboutContent .Designer_J .textBox .text {
	display: table;
	height: 100%
}
.aboutContent .Designer_J .textBox .text .content {
	display: table-cell;
	vertical-align: middle
}
.aboutContent .Designer_J .textBox .text .content h1 {
	font-size: 34px;
	font-family: minionR
}

@media screen and (max-width:768px) {
.aboutContent .Designer_J .textBox .text .content h1 {
	font-size: 28px
}
}
.aboutContent .Designer_J .textBox .text .content h3 {
	font-size: 20px;
	color: #d5d5d5
}
.aboutContent .Designer_J .textBox .text .content h2 {
	margin: 48px 0 26px;
	font-size: 24px
}

@media screen and (max-width:768px) {
.aboutContent .Designer_J .textBox .text .content h2 {
	margin: 20px 0 12px;
	font-size: 16px
}
}
.aboutContent .Designer_J .textBox .text .content div {
	max-width: 526px;
	margin-bottom: 10px;
	font-size: 22px;
	font-style: italic
}
.aboutContent .Designer_J .textBox .text .content p {
	max-width: 590px;
	line-height: 24px;
	margin-bottom: 10px;
	color: #d6d6d6
}

@media screen and (max-width:991px) {
.aboutContent .Designer_J .textBox .text .content {
	padding: 0 24px 50px
}
.aboutContent .Designer_J .textBox .text .content h1 {
	font-size: 26px
}
.aboutContent .Designer_J .textBox .text .content h3 {
	font-size: 18px
}
.aboutContent .Designer_J .textBox .text .content h2 {
	margin: 12px 0;
	font-size: 20px
}
.aboutContent .Designer_J .textBox .text .content div {
	margin-bottom: 6px;
	font-size: 16px
}
.aboutContent .Designer_J .textBox .text .content p {
	line-height: 22px;
	margin-bottom: 6px;
	text-align: justify
}
}
.aboutContent .Designer_J .Img {
	float: left
}

@media screen and (max-width:991px) {
.aboutContent .Designer_J .Img {
	float: none
}
}
.aboutContent .Designer_J .Img img {
	max-width: 100%
}
.storeContent, .storeContent .swiper-container, .storeContent .swiper-container img {
	width: 100%
}
.storeContent .swiper-container .swiper-pagination-bullet {
	opacity: 1;
	margin: 0 10px;
	background: #fff
}
.storeContent .swiper-container .swiper-pagination-bullet-active {
	width: 10px;
	height: 10px
}
.storeContent .mapContent {
	padding: 146px 30px 100px
}

@media screen and (max-width:1200px) {
.storeContent .mapContent {
	padding: 80px 30px
}
}

@media screen and (max-width:991px) {
.storeContent .mapContent {
	padding: 60px 24px
}
}
.storeContent .mapContent .Title {
	text-align: center;
	font-size: 18px;
	font-weight: 700
}
.storeContent .mapContent .navigationButton {
	width: 310px;
	height: 52px;
	line-height: 52px;
	margin: 36px auto 80px;
	border: 1px solid #000;
	text-align: center;
	position: relative;
	cursor: pointer
}

@media screen and (max-width:1360px) {
.storeContent .mapContent .navigationButton {
	bottom: 20px
}
}

@media screen and (max-width:991px) {
.storeContent .mapContent .navigationButton {
	margin: 30px auto
}
}
.storeContent .mapContent .navigationButton span {
	color: #fff;
	position: relative;
	z-index: 1;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}
.storeContent .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)
}
.storeContent .mapContent .navigationButton:hover span {
	color: #000
}
.storeContent .mapContent .navigationButton:hover:after {
	width: 0
}
.storeContent .mapContent .fnbox {
	max-width: 648px;
	margin: 0 auto 90px;
	background-color: #fff
}

@media screen and (max-width:991px) {
.storeContent .mapContent .fnbox {
	margin: 0 auto 30px
}
}
.storeContent .mapContent .fnbox .selectors .selector {
	float: left;
	width: calc(50% - 10px);
	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
}
.storeContent .mapContent .fnbox .selectors .selector:first-child {
	margin-right: 10px
}
.storeContent .mapContent .fnbox .selectors .selector:last-child {
	margin-left: 10px
}
.storeContent .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
}
.storeContent .mapContent .fnbox .selectors .selector .result .value {
	display: block;
	width: 100%;
	height: 100%
}
.storeContent .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
}
.storeContent .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
}
.storeContent .mapContent .fnbox .selectors .selector .dropdown li {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 8px;
	white-space: nowrap
}
.storeContent .mapContent .fnbox .selectors .selector .dropdown li.selected {
	background-color: #eee
}

@media screen and (min-width:992px) {
.storeContent .mapContent .fnbox .selectors .selector .dropdown li:hover {
	background-color: #eee
}
}
.storeContent .mapContent .fnbox .selectors .selector.active {
	border-color: #000;
	overflow: visible
}
.storeContent .mapContent .fnbox .selectors .selector.active .result .arrow {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.storeContent .mapContent .fnbox .selectors .selector.active .dropdown {
	top: calc(100% + 5px);
	opacity: 1;
	border-color: #000
}
.storeContent .mapContent .fnbox .selectors .selector.City {
	float: right
}
.storeContent .mapContent .fnbox .selectors .searchbox {
	float: left;
	width: 100%;
	margin-bottom: 12px;
	padding: 0 8px;
	border: 1px solid #333
}
.storeContent .mapContent .fnbox .selectors .searchbox .SearchMap {
	display: inline-block;
	width: 100%;
	border: none;
	font-size: 12px;
	padding: 0;
	color: #666
}
.storeContent .mapContent .fnbox .selectors .searchbox i {
	float: right;
	margin-top: 9px;
	font-size: 16px;
	color: #666
}
.storeContent .mapContent .fnbox .selectors .btn {
	float: left;
	width: 100%;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	margin: 12px 0 30px;
	text-align: center;
	color: #fff;
	background-color: #333
}
.storeContent .mapContent .fnbox .selectors .title {
	font-size: 12px;
	color: #333;
	margin-bottom: 8px
}
.storeContent .mapContent .storegroup {
	width: 100%;
	height: 730px;
	position: relative
}

@media screen and (max-width:1200px) {
.storeContent .mapContent .storegroup {
	height: 590px
}
}

@media screen and (max-width:991px) {
.storeContent .mapContent .storegroup {
	height: auto
}
}
.storeContent .mapContent .storegroup .storelist {
	width: 380px;
	height: calc(100% - 60px);
	background-color: #fff;
	overflow: hidden;
	position: absolute;
	top: 30px;
	left: 30px
}
.storeContent .mapContent .storegroup .storelist .listbox {
	width: 100%;
	height: 100%;
	overflow-y: auto
}

@media screen and (max-width:991px) {
.storeContent .mapContent .storegroup .storelist .listbox {
	height: 508px;
	padding-right: 0
}
}
.storeContent .mapContent .storegroup .storelist .listbox li {
	padding: 0 36px
}
.storeContent .mapContent .storegroup .storelist .listbox li .ItemBox {
	padding: 20px 0;
	border-bottom: 1px solid #f8f8f8
}
.storeContent .mapContent .storegroup .storelist .listbox li .ItemBox .text {
	line-height: 26px;
	font-size: 12px;
	color: #666;
	cursor: pointer;
	-webkit-transition: all .15s ease .3s;
	transition: all .15s ease .3s
}
.storeContent .mapContent .storegroup .storelist .listbox li .ItemBox .name {
	font-size: 12px;
	color: #000
}
.storeContent .mapContent .storegroup .storelist .listbox li .ItemBox .addr, .storeContent .mapContent .storegroup .storelist .listbox li .ItemBox .tel {
	font-size: 12px;
	color: #888
}
.storeContent .mapContent .storegroup .storelist .listbox li:hover {
	background-color: #f8f8f8
}
.storeContent .mapContent .storegroup .storelist .listbox .Tips {
	display: none;
	line-height: 80px;
	text-align: center;
	color: #666
}
.storeContent .mapContent .storegroup .mapbox {
	width: 100%;
	height: 100%
}
.storeContent .mapContent .storegroup .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
}
.storeContent .mapContent .storegroup .map-close:after, .storeContent .mapContent .storegroup .map-close:before {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	left: 6px;
	width: 24px;
	height: 2px;
	border-radius: 2px;
	background-color: #fff
}
.storeContent .mapContent .storegroup .map-close:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.storeContent .mapContent .storegroup .map-close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

@media screen and (max-width:991px) {
.storeContent .mapContent .storegroup .storelist {
	width: 100%;
	padding: 0;
	background-color: #f3f3f3;
	position: static
}
.storeContent .mapContent .storegroup .storelist li {
	padding: 0 12px;
	border-radius: 4px;
	border-bottom: 1px solid #fafafa;
	overflow: hidden
}
.storeContent .mapContent .storegroup .storelist li .ItemBox {
	border: none
}
.storeContent .mapContent .storegroup .mapbox {
	display: none;
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 6
}
.storeContent .mapContent .storegroup .map-close {
	display: block
}
}
.storeContent .mapContent .storegroup .BMap_stdMpCtrl {
	left: auto!important;
	right: 10px!important
}

@media screen and (max-width:768px) {
.storeContent .mapContent .storegroup .BMap_stdMpPan, .storeContent .mapContent .storegroup .BMap_stdMpZoom {
	display: none
}
}
.storeContent .mapContent .storegroup .anchorBL, .storeContent .mapContent .storegroup .anchorTL {
	display: none
}
.storeContent .mapContent .storegroup .mCSB_inside>.mCSB_container {
	margin-right: 0
}
.storeContent .mapContent .storegroup .mCSB_scrollTools {
	z-index: 20;
	width: 6px;
	background: transparent
}
.storeContent .mapContent .storegroup .mCSB_scrollTools .mCSB_dragger {
	width: 6px;
	margin: 0
}
.storeContent .mapContent .storegroup .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	border-radius: 10px;
	background-color: #000;
	opacity: .3
}
.storeContent .mapContent .storegroup .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000!important;
	opacity: .3
}
.storeContent .mapContent .storegroup .mCSB_scrollTools .mCSB_draggerRail {
	width: 100%;
	border-radius: 10px;
	background: transparent
}
.storeContent .mapContent .storegroup .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .storeContent .mapContent .storegroup .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .storeContent .mapContent .storegroup .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .storeContent .mapContent .storegroup .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background: #000
}
.ContactUsContent {
	padding-bottom: 60px
}
.ContactUsContent .banners {
	width: 100%
}
.ContactUsContent .banners div {
	width: 100%;
	position: relative
}
.ContactUsContent .banners div img {
	width: 100%
}
.ContactUsContent .banners div p {
	font-size: 60px;
	color: #fff;
	font-family: minion;
	left: 10%
}

@media screen and (max-width:991px) {
.ContactUsContent .banners div p {
	left: 8%;
	font-size: 18px
}
}
.ContactUsContent .Title {
	max-width: 454px;
	padding: 95px 24px 100px;
	margin: 0 auto;
	text-align: center
}
.ContactUsContent .Title h1 {
	font-size: 22px;
	font-family: Microsoft Yahei;
	font-weight: 700
}
.ContactUsContent .Title h2 {
	font-size: 14px;
	font-family: minionM
}
.ContactUsContent .Title span {
	display: block;
	width: 62px;
	margin: 20px auto 40px;
	border-bottom: 1px solid #e5e5e5
}
.ContactUsContent .Title h3 {
	margin-bottom: 16px;
	font-size: 14px;
	font-weight: 700
}
.ContactUsContent .Title div {
	margin-bottom: 10px;
	font-size: 14px;
	color: #777
}
.ContactUsContent .Title p {
	font-size: 12px;
	color: #888;
	font-family: minionI
}
.ContactUsContent .Title .QR_code {
	margin-top: 56px
}
.ContactUsContent .Title .QR_code img {
	width: 150px;
	margin: 0 10px
}

@media screen and (max-width:991px) {
.ContactUsContent .Title {
	padding: 60px 24px
}
.ContactUsContent .Title h1 {
	font-size: 20px
}
.ContactUsContent .Title h2 {
	font-size: 12px
}
.ContactUsContent .Title div, .ContactUsContent .Title h3 {
	margin-bottom: 6px
}
.ContactUsContent .Title span {
	margin: 20px auto 30px
}
.ContactUsContent .Title .QR_code {
	margin-top: 30px
}
.ContactUsContent .Title .QR_code img {
	width: 130px;
	margin: 0 10px
}
}
.ContactUsContent .OnlineMessage {
	width: 100%;
	position: relative
}
.ContactUsContent .OnlineMessage .Img {
	width: 50%
}
.ContactUsContent .OnlineMessage .Img div {
	width: 100%;
	min-height: 700px;
	background: no-repeat 50%/cover
}
.ContactUsContent .OnlineMessage .Img div img {
	opacity: 0;
	width: 100%
}
.ContactUsContent .OnlineMessage .form {
	width: 50%;
	height: 100%;
	background: url(../assets/images/icons/f3.jpg) no-repeat top/cover;
	position: absolute;
	top: 0;
	right: 0
}
.ContactUsContent .OnlineMessage .form .box {
	display: table;
	width: 100%;
	height: 100%
}
.ContactUsContent .OnlineMessage .form .box .formContent {
	display: table-cell;
	width: 100%;
	padding: 0 30px;
	vertical-align: middle;
	text-align: center
}
.ContactUsContent .OnlineMessage .form .box .formContent .contentBox {
	display: inline-block;
	width: 556px;
	text-align: left
}

@media screen and (max-width:1340px) {
.ContactUsContent .OnlineMessage .form .box .formContent .contentBox {
	width: 100%
}
}
.ContactUsContent .OnlineMessage .form .box .formContent .contentBox h2 {
	font-size: 12px;
	color: #fff
}
.ContactUsContent .OnlineMessage .form .box .formContent .contentBox h1 {
	margin: 10px 0 16px;
	font-size: 32px;
	color: #fff;
	font-family: minion
}

@media screen and (max-width:1200px) {
.ContactUsContent .OnlineMessage .form .box .formContent .contentBox h1 {
	margin: 6px 0
}
}
.ContactUsContent .OnlineMessage .form .box .formContent .contentBox i {
	display: block;
	width: 31px;
	margin-bottom: 20px;
	border-bottom: 2px solid #fff
}
.ContactUsContent .OnlineMessage .form .box .formContent .contentBox p {
	line-height: 26px;
	color: #fff;
	font-size: 12px
}
.ContactUsContent .OnlineMessage .form .box .formContent .contentBox div {
	margin-top: 30px
}
.ContactUsContent .OnlineMessage .form .box .formContent .contentBox .email, .ContactUsContent .OnlineMessage .form .box .formContent .contentBox .name, .ContactUsContent .OnlineMessage .form .box .formContent .contentBox .phone {
	padding: 0;
	margin-top: 12px;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid hsla(0,0%,100%,.2);
	color: #fff
}
.ContactUsContent .OnlineMessage .form .box .formContent .contentBox span {
	display: block;
	margin: 38px 0 8px;
	font-size: 12px;
	color: #fff
}

@media screen and (max-width:1200px) {
.ContactUsContent .OnlineMessage .form .box .formContent .contentBox span {
	margin: 20px 0 8px
}
}
.ContactUsContent .OnlineMessage .form .box .formContent .contentBox .msg {
	background-color: transparent;
	border: 1px solid hsla(0,0%,100%,.2);
	color: #fff
}
.ContactUsContent .OnlineMessage .form .box .formContent .contentBox .submit {
	width: 200px;
	height: 50px;
	line-height: 50px;
	margin-top: 40px;
	text-align: center;
	border-radius: 5px;
	background-color: #e2e2e2;
	cursor: pointer
}
.ContactUsContent .OnlineMessage .form .box .formContent .contentBox .submit:hover {
	background-color: #fff
}
.ContactUsContent .OnlineMessage .form .box .formContent .contentBox input::-webkit-input-placeholder, .ContactUsContent .OnlineMessage .form .box .formContent .contentBox textarea::-webkit-input-placeholder {
color:#fff;
font-size:12px
}
.ContactUsContent .OnlineMessage .form .box .formContent .contentBox input:-moz-placeholder, .ContactUsContent .OnlineMessage .form .box .formContent .contentBox input::-moz-placeholder, .ContactUsContent .OnlineMessage .form .box .formContent .contentBox textarea:-moz-placeholder, .ContactUsContent .OnlineMessage .form .box .formContent .contentBox textarea::-moz-placeholder {
color:#fff;
font-size:12px
}
.ContactUsContent .OnlineMessage .form .box .formContent .contentBox input:-ms-input-placeholder, .ContactUsContent .OnlineMessage .form .box .formContent .contentBox textarea:-ms-input-placeholder {
color:#fff;
font-size:12px
}

@media screen and (max-width:991px) {
.ContactUsContent .OnlineMessage .Img {
	width: 100%
}
.ContactUsContent .OnlineMessage .Img div {
	width: 100%;
	min-height: auto
}
.ContactUsContent .OnlineMessage .form {
	width: 100%;
	position: static
}
.ContactUsContent .OnlineMessage .form .box {
	width: 100%;
	height: 100%
}
.ContactUsContent .OnlineMessage .form .box .formContent {
	width: 100%;
	padding: 50px 24px 60px
}
.ContactUsContent .OnlineMessage .form .box .formContent .contentBox h1 {
	margin: 10px 0 16px;
	font-size: 26px
}
.ContactUsContent .OnlineMessage .form .box .formContent .contentBox div {
	margin-top: 20px
}
.ContactUsContent .OnlineMessage .form .box .formContent .contentBox .submit {
	width: 180px;
	height: 46px;
	line-height: 46px;
	margin: 30px auto 0
}
}
.ContactUsContent .Career {
	width: 100%;
	padding: 116px 113px;
	text-align: center;
	background: url(../assets/images/icons/f4.png) no-repeat top/cover
}
.ContactUsContent .Career .box {
	padding: 60px 24px 95px;
	background: url(../assets/images/icons/f5.jpg) no-repeat 50%/cover;
	border-radius: 5px;
	color: #fff
}
.ContactUsContent .Career .box .title {
	font-size: 32px;
	font-family: minion
}
.ContactUsContent .Career .box span {
	display: block;
	width: 30px;
	height: 2px;
	background-color: #fff;
	margin: 20px auto 18px
}
.ContactUsContent .Career .box p {
	margin-bottom: 58px;
	color: #e5e5e5
}
.ContactUsContent .Career .box p a {
	color: #e5e5e5;
	font-weight: 700
}
.ContactUsContent .Career .box p a:hover {
	color: #fff
}
.ContactUsContent .Career .box .link {
	line-height: 50px
}
.ContactUsContent .Career .box .link a {
	display: inline-block;
	width: 158px;
	height: 50px;
	border-radius: 3px;
	font-size: 16px;
	color: #fff;
	-webkit-transition: all .2s linear;
	transition: all .2s linear
}
.ContactUsContent .Career .box .link a:hover {
	background-color: #f3f3f3;
	color: #000
}
.ContactUsContent .Career .box .link img {
	vertical-align: middle;
	margin: 0 30px
}

@media screen and (max-width:1200px) {
.ContactUsContent .Career {
	padding: 60px 24px
}
.ContactUsContent .Career .box {
	padding: 30px 24px 60px;
	margin: 0 auto
}
.ContactUsContent .Career .box p {
	margin-bottom: 30px
}
}

@media screen and (max-width:768px) {
.ContactUsContent .Career .box {
	padding: 30px 24px 40px
}
.ContactUsContent .Career .box .title {
	font-size: 26px
}
.ContactUsContent .Career .box .link {
	line-height: 40px;
	margin: 20px 0
}
.ContactUsContent .Career .box .link a {
	width: 90px;
	height: 40px;
	background-color: #f3f3f3;
	margin: 0 8px;
	color: #000
}
.ContactUsContent .Career .box .link img {
	display: none
}
}
.VIPcontent {
	padding-top: 108px;
	background: url(../assets/images/icons/g1.png) no-repeat top/cover
}
.VIPcontent .Box {
	max-width: 1180px;
	padding: 0 30px;
	margin: 0 auto 80px
}
.VIPcontent .Box .Title h1 {
	line-height: 46px;
	font-size: 46px;
	font-family: minion
}
.VIPcontent .Box .Title h2 {
	margin: 20px 0 60px;
	font-size: 18px;
	color: #535353
}
.VIPcontent .Box .Content .List {
	float: left;
	width: calc(100% - 344px)
}
.VIPcontent .Box .Content .List li {
	padding-bottom: 18px;
	margin-bottom: 32px;
	border-bottom: 1px solid #e7e7e7
}
.VIPcontent .Box .Content .List li .title {
	margin-bottom: 5px;
	font-size: 30px;
	font-family: minionR
}
.VIPcontent .Box .Content .List li .title span {
	margin-right: 8px;
	font-size: 40px;
	font-family: Didot
}
.VIPcontent .Box .Content .List li .title i {
	font-weight: 700
}
.VIPcontent .Box .Content .List li h6 {
	margin-bottom: 16px;
	color: #535353;
	font-weight: 700
}
.VIPcontent .Box .Content .List li p {
	max-width: 728px;
	margin-bottom: 16px;
	color: #666
}
.VIPcontent .Box .Content .QR_code {
	float: right;
	width: 264px;
	border-left: 1px solid #e7e7e7;
	padding-left: 24px
}
.VIPcontent .Box .Content .QR_code div, .VIPcontent .Box .Content .QR_code p {
	font-size: 14px;
	color: #666
}
.VIPcontent .Box .Content .QR_code p {
	line-height: 26px;
	margin-top: 6px;
	padding-left: 13px;
	position: relative
}
.VIPcontent .Box .Content .QR_code p span {
	color: #000
}
.VIPcontent .Box .Content .QR_code p:before {
	content: "";
	width: 5px;
	height: 5px;
	background-color: #666;
	border-radius: 50%;
	position: absolute;
	top: 11px;
	left: 2px
}
.VIPcontent .Box .Content .QR_code img {
	width: 240px;
	margin: 28px 0 160px
}

@media screen and (max-width:991px) {
.VIPcontent {
	padding-top: 80px
}
.VIPcontent .Box {
	max-width: 1180px;
	padding: 0 24px;
	margin: 0 auto 80px
}
.VIPcontent .Box .Title h1 {
	line-height: 36px;
	font-size: 36px
}
.VIPcontent .Box .Title h2 {
	margin: 16px 0 30px;
	font-size: 18px
}
.VIPcontent .Box .Content .List {
	float: none;
	width: 100%
}
.VIPcontent .Box .Content .List li {
	padding-bottom: 18px;
	margin-bottom: 20px
}
.VIPcontent .Box .Content .List li .title {
	margin-bottom: 5px;
	font-size: 26px
}
.VIPcontent .Box .Content .List li .title span {
	margin-right: 8px;
	font-size: 30px
}
.VIPcontent .Box .Content .List li h6 {
	margin-bottom: 16px
}
.VIPcontent .Box .Content .List li p {
	max-width: none;
	margin-bottom: 8px;
	text-align: justify
}
.VIPcontent .Box .Content .List li:nth-child(2) {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}
.VIPcontent .Box .Content .QR_code {
	float: none;
	width: 264px;
	border-left: none;
	padding-left: 0
}
.VIPcontent .Box .Content .QR_code p {
	line-height: 26px;
	margin-top: 6px;
	padding-left: 13px;
	position: relative
}
.VIPcontent .Box .Content .QR_code img {
	margin: 28px 0 0
}
}
.NewsContent .Title {
	padding: 0 30px
}

@media screen and (max-width:991px) {
.NewsContent .Title {
	padding: 0 24px
}
}
.NewsContent .Title .box {
	background: #f8f8f8;
	position: relative
}
.NewsContent .Title .box .Img {
	float: left;
	width: 69%
}

@media screen and (max-width:768px) {
.NewsContent .Title .box .Img {
	width: 100%
}
}
.NewsContent .Title .box .Img img {
	width: 100%
}
.NewsContent .Title .box .Text {
	width: 31%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0
}

@media screen and (max-width:768px) {
.NewsContent .Title .box .Text {
	width: 100%;
	position: static
}
}
.NewsContent .Title .box .Text .Tablebox {
	display: table;
	width: 100%;
	height: 100%
}
.NewsContent .Title .box .Text .Tablebox .box {
	display: table-cell;
	padding: 0 12px;
	vertical-align: middle;
	text-align: center
}
.NewsContent .Title .box .Text .Tablebox .box .textContent {
	display: inline-block;
	text-align: left
}

@media screen and (max-width:768px) {
.NewsContent .Title .box .Text .Tablebox .box .textContent {
	display: block;
	padding: 16px 0
}
}
.NewsContent .Title .box .Text .Tablebox .box .textContent h1 {
	max-width: 370px;
	line-height: 116px;
	padding-bottom: 10px;
	background: url(../assets/images/icons/x1.png) no-repeat 0 100%;
	font-size: 120px;
	font-family: Didot
}

@media screen and (max-width:1360px) {
.NewsContent .Title .box .Text .Tablebox .box .textContent h1 {
	max-width: 300px;
	line-height: 60px;
	font-size: 60px
}
}

@media screen and (max-width:768px) {
.NewsContent .Title .box .Text .Tablebox .box .textContent h1 {
	max-width: none;
	font-size: 30px;
	line-height: 30px
}
}
.NewsContent .Title .box .Text .Tablebox .box .textContent div {
	padding: 22px 0 20px;
	font-size: 20px;
	font-weight: 700
}

@media screen and (max-width:768px) {
.NewsContent .Title .box .Text .Tablebox .box .textContent div {
	padding: 8px 0;
	font-size: 16px
}
}
.NewsContent .Title .box .Text .Tablebox .box .textContent p {
	max-width: 322px;
	font-size: 16px;
	font-style: italic;
	font-weight: 700;
	font-family: Didot
}

@media screen and (max-width:768px) {
.NewsContent .Title .box .Text .Tablebox .box .textContent p {
	max-width: none
}
}
.NewsContent .content {
	max-width: 1648px;
	padding: 0 30px;
	margin: 121px auto 0;
	overflow: visible;
	-webkit-transition: all .35s ease .3s;
	transition: all .35s ease .3s
}

@media screen and (max-width:1360px) {
.NewsContent .content {
	margin: 100px auto 0
}
}

@media screen and (max-width:1200px) {
.NewsContent .content {
	margin: 60px auto 0
}
}

@media screen and (max-width:991px) {
.NewsContent .content {
	padding: 0 24px
}
}
.NewsContent .content .show {
	overflow: hidden
}
.NewsContent .content .show .grid {
	margin: 0 -40px
}

@media screen and (max-width:1648px) {
.NewsContent .content .show .grid {
	margin: 0 -10px
}
}

@media screen and (max-width:991px) {
.NewsContent .content .show .grid {
	margin: 0 -6px
}
}

@media screen and (max-width:736px) {
.NewsContent .content .show .grid {
	width: 100%;
	margin: 0
}
}
.NewsContent .content .show .grid .grid-item {
	float: left;
	width: 33.3333%;
	padding: 0 40px;
	margin-bottom: 40px;
	position: relative;
	-webkit-transition: all .3s linear ease .3s;
	transition: all .3s linear ease .3s
}

@media screen and (max-width:1648px) {
.NewsContent .content .show .grid .grid-item {
	padding: 0 10px;
	margin-bottom: 20px
}
}

@media screen and (max-width:991px) {
.NewsContent .content .show .grid .grid-item {
	width: 50%;
	padding: 0 6px
}
}

@media screen and (max-width:736px) {
.NewsContent .content .show .grid .grid-item {
	width: 100%;
	padding: 0;
	margin-bottom: 10px
}
}
.NewsContent .content .show .grid .grid-item .grid-link {
	display: inline-block;
	width: 100%
}
.NewsContent .content .show .grid .grid-item .grid-link .picbox {
	display: inline-block;
	width: 100%;
	position: relative;
	overflow: hidden;
	font-size: 0
}
.NewsContent .content .show .grid .grid-item .grid-link .picbox img {
	width: 100%
}
.NewsContent .content .show .grid .grid-item .grid-link .Text {
	text-align: center;
	padding: 20px 13px
}

@media screen and (max-width:768px) {
.NewsContent .content .show .grid .grid-item .grid-link .Text {
	padding: 6px 10px 10px
}
}
.NewsContent .content .show .grid .grid-item .grid-link .Text .title {
	margin-bottom: 6px;
	font-weight: 700;
	color: #333
}
.NewsContent .content .show .grid .grid-item .grid-link .Text .time {
	font-size: 12px;
	color: #666
}
.NewsContent .content .show .grid .grid-item .grid-link:hover {
	-webkit-box-shadow: 0 5px 25px rgba(0,0,0,.1);
	box-shadow: 0 5px 25px rgba(0,0,0,.1)
}
.starContent .Title {
	padding: 0 30px
}

@media screen and (max-width:991px) {
.starContent .Title {
	padding: 0 24px
}
}
.starContent .Title .box {
	background: #f8f8f8;
	position: relative
}
.starContent .Title .box .Img {
	float: left;
	width: 69%;
	position: relative
}

@media screen and (max-width:768px) {
.starContent .Title .box .Img {
	width: 100%
}
}
.starContent .Title .box .Img img {
	width: 100%
}
.starContent .Title .box .Img .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
}
.starContent .Title .box .Img .Mask .text {
	display: table;
	width: 100%;
	height: 100%
}
.starContent .Title .box .Img .Mask .text .txt {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}
.starContent .Title .box .Img .Mask .text .txt .imgListbotton, .starContent .Title .box .Img .Mask .text .txt .Play {
	display: inline-block;
	width: 130px;
	padding: 0 10px;
	color: #c2c2c2
}
.starContent .Title .box .Img .Mask .text .txt .imgListbotton div, .starContent .Title .box .Img .Mask .text .txt .Play div {
	display: inline-block;
	cursor: pointer
}
.starContent .Title .box .Img .Mask .text .txt .imgListbotton div p, .starContent .Title .box .Img .Mask .text .txt .Play div p {
	font-size: 16px
}
.starContent .Title .box .Img .Mask .text .txt .imgListbotton div i, .starContent .Title .box .Img .Mask .text .txt .Play div i {
	font-size: 24px
}
.starContent .Title .box .Img .Mask .text .txt .imgListbotton div:hover i, .starContent .Title .box .Img .Mask .text .txt .imgListbotton div:hover p, .starContent .Title .box .Img .Mask .text .txt .Play div:hover i, .starContent .Title .box .Img .Mask .text .txt .Play div:hover p {
	color: #fff
}
.starContent .Title .box .Img:hover .Mask {
	opacity: 1
}
.starContent .Title .box .Text {
	width: 31%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0
}

@media screen and (max-width:768px) {
.starContent .Title .box .Text {
	width: 100%;
	position: static
}
}
.starContent .Title .box .Text .Tablebox {
	display: table;
	width: 100%;
	height: 100%
}
.starContent .Title .box .Text .Tablebox .box {
	display: table-cell;
	padding: 0 20px;
	vertical-align: middle;
	text-align: center
}
.starContent .Title .box .Text .Tablebox .box .textContent {
	display: inline-block;
	text-align: left
}

@media screen and (max-width:768px) {
.starContent .Title .box .Text .Tablebox .box .textContent {
	display: block;
	padding: 20px 0 30px
}
}
.starContent .Title .box .Text .Tablebox .box .textContent h1 {
	max-width: 370px;
	line-height: 116px;
	padding-bottom: 10px;
	background: url(../assets/images/icons/x1.png) no-repeat 0 100%;
	font-size: 120px;
	font-family: Didot
}

@media screen and (max-width:1360px) {
.starContent .Title .box .Text .Tablebox .box .textContent h1 {
	max-width: 289px;
	line-height: 60px;
	font-size: 60px
}
}

@media screen and (max-width:768px) {
.starContent .Title .box .Text .Tablebox .box .textContent h1 {
	max-width: none;
	font-size: 30px;
	line-height: 30px
}
}
.starContent .Title .box .Text .Tablebox .box .textContent div {
	padding: 22px 0 20px;
	font-size: 20px;
	font-weight: 700
}

@media screen and (max-width:768px) {
.starContent .Title .box .Text .Tablebox .box .textContent div {
	padding: 8px 0;
	font-size: 16px
}
}
.starContent .Title .box .Text .Tablebox .box .textContent span {
	max-width: 322px;
	font-size: 16px;
	font-style: italic;
	font-weight: 700;
	font-family: Didot
}

@media screen and (max-width:768px) {
.starContent .Title .box .Text .Tablebox .box .textContent span {
	max-width: none
}
}
.starContent .Title .box .Text .Tablebox .box .textContent .title {
	margin: 60px 0 2px;
	font-size: 14px;
	color: #666;
	font-family: cambriab
}
.starContent .Title .box .Text .Tablebox .box .textContent .Name {
	font-size: 26px;
	color: #000
}
.starContent .Title .box .Text .Tablebox .box .textContent .subTitle {
	font-size: 16px;
	color: #666;
	margin-left: -4px
}

@media screen and (max-width:1200px) {
.starContent .Title .box .Text .Tablebox .box .textContent .title {
	margin: 20px 0 2px
}
.starContent .Title .box .Text .Tablebox .box .textContent .Name {
	font-size: 20px
}
}

@media screen and (max-width:768px) {
.starContent .Title .box .Text .Tablebox .box .textContent .title {
	margin: 10px 0 0
}
.starContent .Title .box .Text .Tablebox .box .textContent .Name {
	font-size: 18px
}
.starContent .Title .box .Text .Tablebox .box .textContent .subTitle {
	font-size: 14px;
	margin-left: -4px
}
}
.starContent .Content {
	max-width: 1706px;
	padding: 0 30px;
	margin: 120px auto 0
}

@media screen and (max-width:1200px) {
.starContent .Content {
	margin: 80px auto 0
}
}

@media screen and (max-width:991px) {
.starContent .Content {
	margin: 60px auto 0;
	padding: 0 24px
}
}
.starContent .Content .box .item {
	float: left;
	margin-bottom: 120px
}

@media screen and (max-width:1706px) {
.starContent .Content .box .item {
	margin-bottom: 50px
}
}

@media screen and (max-width:768px) {
.starContent .Content .box .item {
	margin-bottom: 20px
}
}
.starContent .Content .box .item .itemContentbox {
	width: 100%;
	height: 100%;
	position: relative
}
.starContent .Content .box .item .itemContentbox .itemContent .Img {
	display: inline-block;
	overflow: hidden;
	cursor: pointer;
	position: relative
}

@media screen and (max-width:768px) {
.starContent .Content .box .item .itemContentbox .itemContent .Img {
	display: block
}
}
.starContent .Content .box .item .itemContentbox .itemContent .Img img {
	width: 100%;
	-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
}
.starContent .Content .box .item .itemContentbox .itemContent .Img .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
}
.starContent .Content .box .item .itemContentbox .itemContent .Img .Mask .text {
	display: table;
	width: 100%;
	height: 100%
}
.starContent .Content .box .item .itemContentbox .itemContent .Img .Mask .text .txt {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}
.starContent .Content .box .item .itemContentbox .itemContent .Img .Mask .text .txt .imgListbotton, .starContent .Content .box .item .itemContentbox .itemContent .Img .Mask .text .txt .Play {
	display: inline-block;
	width: 30%;
	padding: 0 10px;
	color: #c2c2c2
}
.starContent .Content .box .item .itemContentbox .itemContent .Img .Mask .text .txt .imgListbotton div, .starContent .Content .box .item .itemContentbox .itemContent .Img .Mask .text .txt .Play div {
	display: inline-block
}
.starContent .Content .box .item .itemContentbox .itemContent .Img .Mask .text .txt .imgListbotton div p, .starContent .Content .box .item .itemContentbox .itemContent .Img .Mask .text .txt .Play div p {
	font-size: 16px
}
.starContent .Content .box .item .itemContentbox .itemContent .Img .Mask .text .txt .imgListbotton div i, .starContent .Content .box .item .itemContentbox .itemContent .Img .Mask .text .txt .Play div i {
	font-size: 24px
}
.starContent .Content .box .item .itemContentbox .itemContent .Img .Mask .text .txt .imgListbotton div:hover i, .starContent .Content .box .item .itemContentbox .itemContent .Img .Mask .text .txt .imgListbotton div:hover p, .starContent .Content .box .item .itemContentbox .itemContent .Img .Mask .text .txt .Play div:hover i, .starContent .Content .box .item .itemContentbox .itemContent .Img .Mask .text .txt .Play div:hover p {
	color: #fff
}
.starContent .Content .box .item .itemContentbox .itemContent .Img:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}
.starContent .Content .box .item .itemContentbox .itemContent .Img:hover .Mask {
	opacity: 1
}
.starContent .Content .box .item .itemContentbox .itemContent .text .title {
	margin: 16px 0 2px;
	font-size: 14px;
	color: #666;
	font-family: cambriab
}
.starContent .Content .box .item .itemContentbox .itemContent .text .Name {
	font-size: 22px;
	color: #000
}
.starContent .Content .box .item .itemContentbox .itemContent .text .subTitle {
	font-size: 14px;
	color: #666;
	margin-left: -4px
}

@media screen and (max-width:768px) {
.starContent .Content .box .item .itemContentbox .itemContent .text .title {
	margin: 6px 0 0
}
.starContent .Content .box .item .itemContentbox .itemContent .text .Name {
	font-size: 18px
}
}
.starContent .Content .box .item1, .starContent .Content .box .item4 {
	width: 53%
}

@media screen and (min-width:769px) {
.starContent .Content .box .item1 .Img, .starContent .Content .box .item4 .Img {
	max-width: 704px
}
}
.starContent .Content .box .item1.item1, .starContent .Content .box .item4.item1 {
	padding-right: 65px
}

@media screen and (min-width:769px) {
.starContent .Content .box .item1.item1 .itemContentbox .itemContent, .starContent .Content .box .item4.item1 .itemContentbox .itemContent {
	position: absolute;
	bottom: 0;
	left: 0
}
}
.starContent .Content .box .item1.item4, .starContent .Content .box .item4.item4 {
	padding-left: 65px
}

@media screen and (min-width:769px) {
.starContent .Content .box .item1.item4 .itemContentbox .itemContent, .starContent .Content .box .item4.item4 .itemContentbox .itemContent {
	position: absolute;
	bottom: 0;
	left: 0
}
}
.starContent .Content .box .item2, .starContent .Content .box .item3 {
	width: 47%
}

@media screen and (min-width:769px) {
.starContent .Content .box .item2 .Img, .starContent .Content .box .item3 .Img {
	max-width: 570px
}
}
.starContent .Content .box .item2.item2, .starContent .Content .box .item3.item2 {
	padding-left: 65px
}
.starContent .Content .box .item2.item3, .starContent .Content .box .item3.item3 {
	padding-right: 65px
}

@media screen and (min-width:769px) {
.starContent .Content .box .item2.item3 .itemContentbox .itemContent, .starContent .Content .box .item3.item3 .itemContentbox .itemContent {
	float: right
}
}
.starContent .Content .box .item5, .starContent .Content .box .item6 {
	width: 50%
}

@media screen and (min-width:769px) {
.starContent .Content .box .item5 .Img, .starContent .Content .box .item6 .Img {
	max-width: 570px
}
}
.starContent .Content .box .item5.item5, .starContent .Content .box .item6.item5 {
	padding-right: 65px
}

@media screen and (min-width:769px) {
.starContent .Content .box .item5.item5 .itemContentbox .itemContent, .starContent .Content .box .item6.item5 .itemContentbox .itemContent {
	float: right
}
}
.starContent .Content .box .item5.item6, .starContent .Content .box .item6.item6 {
	padding-left: 65px
}
.starContent .Content .box .item7, .starContent .Content .box .item8, .starContent .Content .box .item9 {
	width: 33.33%
}

@media screen and (min-width:769px) {
.starContent .Content .box .item7 .Img, .starContent .Content .box .item8 .Img, .starContent .Content .box .item9 .Img {
	max-width: 461px
}
}
.starContent .Content .box .item7.item7, .starContent .Content .box .item8.item7, .starContent .Content .box .item9.item7 {
	padding-right: 65px
}
.starContent .Content .box .item7.item8, .starContent .Content .box .item8.item8, .starContent .Content .box .item9.item8 {
	padding: 0 32.5px
}
.starContent .Content .box .item7.item8 .itemContentbox, .starContent .Content .box .item8.item8 .itemContentbox, .starContent .Content .box .item9.item8 .itemContentbox {
	text-align: center
}
.starContent .Content .box .item7.item8 .itemContentbox .itemContent, .starContent .Content .box .item8.item8 .itemContentbox .itemContent, .starContent .Content .box .item9.item8 .itemContentbox .itemContent {
	text-align: left
}

@media screen and (min-width:769px) {
.starContent .Content .box .item7.item8 .itemContentbox .itemContent, .starContent .Content .box .item8.item8 .itemContentbox .itemContent, .starContent .Content .box .item9.item8 .itemContentbox .itemContent {
	display: inline-block
}
}
.starContent .Content .box .item7.item9, .starContent .Content .box .item8.item9, .starContent .Content .box .item9.item9 {
	padding-left: 65px
}
.starContent .Content .box .item7.item9 .itemContentbox, .starContent .Content .box .item8.item9 .itemContentbox, .starContent .Content .box .item9.item9 .itemContentbox {
	text-align: right
}
.starContent .Content .box .item7.item9 .itemContentbox .itemContent, .starContent .Content .box .item8.item9 .itemContentbox .itemContent, .starContent .Content .box .item9.item9 .itemContentbox .itemContent {
	text-align: left
}

@media screen and (min-width:769px) {
.starContent .Content .box .item7.item9 .itemContentbox .itemContent, .starContent .Content .box .item8.item9 .itemContentbox .itemContent, .starContent .Content .box .item9.item9 .itemContentbox .itemContent {
	display: inline-block
}
}

@media screen and (max-width:1706px) {
.starContent .Content .box .item1, .starContent .Content .box .item3, .starContent .Content .box .item5, .starContent .Content .box .item7 {
	padding-right: 10px!important
}
.starContent .Content .box .item2, .starContent .Content .box .item4, .starContent .Content .box .item6, .starContent .Content .box .item9 {
	padding-left: 10px!important
}
.starContent .Content .box .item8 {
	padding: 0 5px!important
}
}

@media screen and (max-width:768px) {
.starContent .Content .box .item1, .starContent .Content .box .item2, .starContent .Content .box .item3, .starContent .Content .box .item4, .starContent .Content .box .item5, .starContent .Content .box .item6, .starContent .Content .box .item7, .starContent .Content .box .item8, .starContent .Content .box .item9 {
	width: 100%;
	padding: 0!important
}
}
.starContent .videoWrapper {
	width: 100%;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.7);
	z-index: 91
}
.starContent .videoWrapper .videoBox {
	width: 76%;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	top: 2%\9;
	left: 9%\9;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.starContent .videoWrapper .VideoClose {
	position: absolute;
	top: -6px;
	z-index: 20;
	cursor: pointer
}

@media screen and (max-width:768px) {
.starContent .videoWrapper .VideoClose {
	right: -30px
}
}

@media screen and (min-width:769px) {
.starContent .videoWrapper .VideoClose {
	right: -35px
}
}
.starContent .videoWrapper .VideoClose i {
	font-size: 20px;
	color: #fff
}
.starContent .videoWrapper .Video {
	width: 100%;
	height: auto
}
.mediaContent {
	width: 100%;
	height: calc(100% - 100px)
}

@media screen and (max-width:991px) {
.mediaContent {
	height: calc(100% - 64px)
}
}
.mediaContent .boxBg, .mediaContent .media {
	width: 100%;
	height: 100%;
	background: no-repeat top/cover
}
.mediaContent .boxBg .box, .mediaContent .media .box {
	max-width: 1450px;
	padding: 8% 30px 0;
	margin: 0 auto
}
.mediaContent .boxBg .box .Content, .mediaContent .media .box .Content {
	float: left;
	position: relative;
	z-index: 1
}
.mediaContent .boxBg .box .Content .title p, .mediaContent .media .box .Content .title p {
	font-size: 12px;
	color: #fff
}
.mediaContent .boxBg .box .Content .title div, .mediaContent .media .box .Content .title div {
	line-height: 46px;
	font-size: 46px;
	color: #fff;
	font-family: minion
}
.mediaContent .boxBg .box .Content .Icon p, .mediaContent .media .box .Content .Icon p {
	margin-bottom: 22px;
	font-size: 16px;
	color: #fff;
	font-weight: 700
}
.mediaContent .boxBg .box .Content .Icon a, .mediaContent .media .box .Content .Icon a {
	display: inline-block;
	width: 48px;
	height: 48px;
	line-height: 48px;
	margin-right: 18px;
	text-align: center;
	background-color: #e2e2e2;
	border-radius: 50%;
	position: relative;
	cursor: pointer
}
.mediaContent .boxBg .box .Content .Icon a i, .mediaContent .media .box .Content .Icon a i {
	font-size: 28px;
	color: #535353
}
.mediaContent .boxBg .box .Content .Icon a span, .mediaContent .media .box .Content .Icon a span {
	opacity: 0;
	visibility: hidden;
	padding-top: 10px;
	background: url(../assets/images/icons/x3.png) no-repeat top;
	position: absolute;
	top: calc(100% + 20px);
	left: -36px;
	z-index: 3;
	-webkit-transform: scale(.8);
	transform: scale(.8);
	-webkit-transition: all .3s linear;
	transition: all .3s linear
}
.mediaContent .boxBg .box .Content .Icon a span img, .mediaContent .media .box .Content .Icon a span img {
	width: 120px
}
.mediaContent .boxBg .box .Content .Icon a:hover, .mediaContent .media .box .Content .Icon a:hover {
	background-color: #fff
}
.mediaContent .boxBg .box .Content .Icon a:hover i, .mediaContent .media .box .Content .Icon a:hover i {
	color: #000
}
.mediaContent .boxBg .box .Content .Icon a:hover span, .mediaContent .media .box .Content .Icon a:hover span {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1)
}
.mediaContent .boxBg .box .Content .Icon .VJC, .mediaContent .media .box .Content .Icon .VJC {
	margin-top: 80px
}
.mediaContent .boxBg .box .Content .Icon .VJC_oliviua, .mediaContent .media .box .Content .Icon .VJC_oliviua {
	margin-top: 46px
}
.mediaContent .boxBg .box .Link, .mediaContent .media .box .Link {
	float: right;
	display: block;
	width: 220px;
	height: 50px;
	line-height: 50px;
	margin-top: 36px;
	border-radius: 5px;
	background-color: #e2e2e2;
	text-align: center;
	font-family: minion;
	letter-spacing: 1px
}
.mediaContent .boxBg .box .Link:hover, .mediaContent .media .box .Link:hover {
	background-color: #fff
}

@media screen and (max-width:991px) {
.mediaContent .boxBg .box, .mediaContent .media .box {
	padding: 80px 24px 0;
	margin: 0 auto
}
.mediaContent .boxBg .box .Content, .mediaContent .media .box .Content {
	float: none
}
.mediaContent .boxBg .box .Content .title p, .mediaContent .media .box .Content .title p {
	font-size: 12px;
	color: #fff
}
.mediaContent .boxBg .box .Content .title div, .mediaContent .media .box .Content .title div {
	line-height: 26px;
	font-size: 26px
}
.mediaContent .boxBg .box .Content .Icon p, .mediaContent .media .box .Content .Icon p {
	margin-bottom: 10px;
	font-size: 16px;
	color: #fff;
	font-weight: 700
}
.mediaContent .boxBg .box .Content .Icon a, .mediaContent .media .box .Content .Icon a {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	margin-right: 10px
}
.mediaContent .boxBg .box .Content .Icon a i, .mediaContent .media .box .Content .Icon a i {
	font-size: 22px
}
.mediaContent .boxBg .box .Content .Icon a span, .mediaContent .media .box .Content .Icon a span {
	opacity: 0;
	visibility: hidden;
	padding-top: 10px
}
.mediaContent .boxBg .box .Content .Icon a span img, .mediaContent .media .box .Content .Icon a span img {
	width: 110px
}
.mediaContent .boxBg .box .Content .Icon .VJC, .mediaContent .media .box .Content .Icon .VJC {
	margin-top: 30px
}
.mediaContent .boxBg .box .Content .Icon .VJC_oliviua, .mediaContent .media .box .Content .Icon .VJC_oliviua {
	margin-top: 20px
}
.mediaContent .boxBg .box .Link, .mediaContent .media .box .Link {
	float: none;
	display: block;
	width: 200px;
	height: 46px;
	line-height: 46px;
	margin-top: 60px;
	border-radius: 5px;
	background-color: #e2e2e2;
	text-align: center;
	font-family: minion;
	letter-spacing: 1px
}
.mediaContent .boxBg .box .Link:hover, .mediaContent .media .box .Link:hover {
	background-color: #fff
}
}
.Cbox {
	overflow: hidden;
	height: 100%
}

@media screen and (max-width:991px) {
.Cbox {
	height: auto
}
}
.campaignContent {
	width: 100%;
	position: relative;
	z-index: 0
}

@media screen and (min-width:992px) {
.campaignContent .wrapper-scroll {
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	overflow-y: hidden;
	overflow-x: auto;
	height: 100%
}
}
.campaignContent .wrapper-scroll .content {
	max-width: 100%;
	height: 100%;
	overflow: hidden;
	white-space: nowrap
}

@media screen and (max-width:991px) {
.campaignContent .wrapper-scroll .content {
	width: 100%;
	height: auto;
	white-space: normal
}
}
.campaignContent .wrapper-scroll .content .section {
	display: inline-block;
	height: 100%;
	overflow: hidden
}

@media screen and (max-width:991px) {
.campaignContent .wrapper-scroll .content .section {
	display: block
}
}
.campaignContent .scroll {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: calc(100% - 101px);
	position: fixed;
	bottom: 0;
	left: 0
}
.campaignContent .scroll .section {
	display: inline-block;
	height: 100%;
	vertical-align: top
}
.campaignContent .horizon {
	width: 6388px;
	background: no-repeat top/cover;
	z-index: 1
}
.campaignContent .middle {
	width: 7000px;
	z-index: 8
}
.campaignContent .front {
	width: 7500px;
	z-index: 88
}
.campaignContent .item1 {
	padding-right: 300px;
	position: relative
}
.campaignContent .item1 .bigImg {
	height: 100%;
	background: no-repeat top/cover
}
.campaignContent .item1 .bigImg img {
	height: 100%;
	opacity: 0
}
.campaignContent .item1 .smallImg {
	height: 100%;
	padding: 5% 0;
	position: absolute;
	top: 0;
	right: 0
}
.campaignContent .item1 .smallImg p {
	display: inline-block;
	height: 100%;
	padding: 10px;
	background-color: #eee
}
.campaignContent .item1 .smallImg img {
	height: 100%
}
.campaignContent .item2 {
	padding: .5% 2% 0
}
.campaignContent .item2 .text h2 {
	font-family: Arial;
	font-weight: 700
}
.campaignContent .item2 .text h1 {
	font-size: 42px;
	font-family: minion
}
.campaignContent .item2 .text h3 {
	font-size: 20px;
	font-family: minionR
}
.campaignContent .item2 .text p {
	max-width: 322px;
	line-height: 20px;
	margin-top: 9px;
	white-space: normal;
	font-size: 12px;
	color: #666
}
.campaignContent .item2 .Img {
	display: inline-block;
	padding: 35px 38px 0;
	margin-top: 42%;
	text-align: center;
	border: 1px solid #e0e0e0
}
.campaignContent .item2 .Img p {
	padding: 16px 0;
	color: #555;
	font-family: minionR
}
.campaignContent .item3 {
	padding: .5% 2% 0;
	position: relative
}
.campaignContent .item3 .Img {
	padding: 10px;
	background-color: #fff;
	position: absolute;
	top: 30%;
	left: 0
}
.campaignContent .item4 {
	padding-right: 2%
}
.campaignContent .item4 img {
	height: 100%
}
.campaignContent .item5 {
	padding-right: 2%
}
.campaignContent .item5 .box span {
	display: inline-block;
	width: 50%;
	padding: 10px;
	background-color: #eee;
	vertical-align: middle
}
.campaignContent .item5 .box i {
	display: inline-block;
	width: 49%;
	padding-left: 7.5%;
	vertical-align: middle
}
.campaignContent .item5 .box img {
	width: 100%
}
.campaignContent .item5 .textAndImg {
	margin-top: 8%;
	padding-left: 6%;
	text-align: left
}
.campaignContent .item5 .textAndImg div {
	display: inline-block;
	font-size: 28px;
	font-family: minionI;
	vertical-align: middle
}
.campaignContent .item5 .textAndImg p {
	display: inline-block;
	margin-left: 8%;
	vertical-align: middle
}
.campaignContent .item6 img {
	height: 100%
}

@media screen and (max-width:1360px) {
.campaignContent .item1 {
	padding-right: 200px
}
.campaignContent .item2 {
	padding: .5% 1% 0
}
.campaignContent .item2 .text h3 {
	font-size: 20px
}
.campaignContent .item2 .text p {
	max-width: 322px;
	line-height: 20px;
	margin-top: 9px;
	white-space: normal;
	font-size: 12px
}
.campaignContent .item2 .Img {
	display: inline-block;
	padding: 35px 38px 0;
	margin-top: 10%;
	text-align: center;
	border: 1px solid #e0e0e0
}
.campaignContent .item2 .Img p {
	padding: 16px 0
}
.campaignContent .item3 {
	padding: 1% 3% 0;
	position: relative
}
.campaignContent .item3 .Img {
	padding: 10px;
	background-color: #fff;
	position: absolute;
	top: 30%;
	left: 0
}
.campaignContent .item4 {
	padding-right: 2%
}
.campaignContent .item4 img {
	height: 100%
}
.campaignContent .item5 {
	padding-right: 0
}
.campaignContent .item5 .textAndImg {
	margin-top: 6%
}
.campaignContent .item5 .textAndImg div {
	font-size: 20px
}
.campaignContent .item5 .textAndImg p {
	margin-left: 6%
}
.campaignContent .item6 img {
	height: 100%
}
}

@media screen and (max-width:991px) {
.campaignContent {
	padding-bottom: 80px;
	background-color: #ebddcf
}
.campaignContent .scroll {
	display: block;
	height: auto;
	position: static
}
.campaignContent .horizon, .campaignContent .middle {
	display: none
}
.campaignContent .front {
	width: 100%
}
.campaignContent .front .section {
	display: block;
	width: 100%
}
.campaignContent .front .item1 {
	padding: 0
}
.campaignContent .front .item1 .bigImg {
	height: 100%;
	background: no-repeat top/cover
}
.campaignContent .front .item1 .bigImg img {
	width: 100%;
	height: auto;
	opacity: 0
}
.campaignContent .front .item1 .smallImg {
	width: 100%;
	height: auto;
	padding: 30px 15% 60px;
	position: static
}
.campaignContent .front .item1 .smallImg img, .campaignContent .front .item1 .smallImg p {
	width: 100%;
	height: auto
}
.campaignContent .front .item2 {
	padding: 0 12px
}
.campaignContent .front .item2 .text p {
	max-width: none;
	line-height: 20px;
	margin-top: 9px
}
.campaignContent .front .item2 .Img {
	display: block;
	width: 258px;
	padding: 35px 38px 0;
	margin: 20px auto 0;
	text-align: center;
	border: 1px solid #fff
}
.campaignContent .front .item2 .Img p {
	padding: 16px 0
}
.campaignContent .front .item3 {
	padding: 0 12px;
	margin: 60px 0 34px;
	position: relative
}
.campaignContent .front .item3 img {
	width: 100%
}
.campaignContent .front .item3 .Img {
	width: 76%;
	padding: 10px;
	background-color: #fff;
	margin: 0 auto;
	position: relative;
	top: -26px
}
.campaignContent .front .item4 {
	padding: 0 12px
}
.campaignContent .front .item4 img {
	width: 100%;
	height: auto
}
.campaignContent .front .item5 {
	padding: 0 12px
}
.campaignContent .front .item5 .box span {
	display: block;
	width: 100%;
	margin: 60px 0 20px
}
.campaignContent .front .item5 .box i {
	display: block;
	width: 100%;
	padding-left: 0
}
.campaignContent .front .item5 .box img {
	width: 100%
}
.campaignContent .front .item5 .textAndImg {
	margin-top: 30px;
	padding: 0 12px;
	text-align: left
}
.campaignContent .front .item5 .textAndImg div {
	display: inline-block;
	font-size: 24px
}
.campaignContent .front .item5 .textAndImg p {
	display: inline-block;
	margin: 10px 0 0
}
.campaignContent .front .item5 .textAndImg p img {
	width: 100%
}
.campaignContent .front .item6 {
	width: calc(100% - 24px);
	line-height: 258px;
	background: no-repeat top/cover;
	margin: 60px auto 0
}
.campaignContent .front .item6 img {
	opacity: 0;
	width: 100%;
	height: auto
}
}
.campaignContent .mCSB_container {
	height: 100%
}
.campaignContent .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	opacity: 0;
	visibility: hidden
}

@media screen and (min-width:992px) {
.campaignFooter {
	display: none
}
}

@media screen and (min-width:992px) {
.Opacity {
	opacity: 0
}
}

@media screen and (min-width:992px) {
.headergirl {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99
}
.headergirl .Header {
	padding: 34px 30px 0!important
}
.headergirl .Header .menuBox .menuItem .title {
	padding: 16px 20px 29px!important
}
.headergirl .Header .menuBox .menuItem .title .cn {
	top: 18px!important
}
}
.girlBody {
	overflow-x: hidden
}

@media screen and (max-width:991px) {
.girlBody {
	height: auto!important
}
}

@media screen and (min-width:992px) {
.campaignGirlContent .Opacity {
	opacity: 0
}
}

@media screen and (min-width:992px) {
.campaignGirlContent .scroll {
	height: calc(100% - 101px);
	position: fixed;
	bottom: 0;
	left: 0
}
}
.campaignGirlContent .horizon {
	z-index: 1;
	width: 7700px;
	background: no-repeat top/cover
}
.campaignGirlContent .middle {
	z-index: 8;
	width: 7800px
}
.campaignGirlContent .front {
	z-index: 88;
	width: 8400px
}

@media screen and (min-width:992px) {
.campaignGirlContent .listBox {
	height: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}
.campaignGirlContent .listBox .section {
	display: inline-block;
	height: 100%;
	vertical-align: top
}
}
.campaignGirlContent .item1 .bigImg {
	height: 100%;
	background: no-repeat top/cover
}
.campaignGirlContent .item1 .bigImg img {
	height: 100%
}
.campaignGirlContent .item2 {
	height: 100%;
	margin-left: 30px;
	position: relative;
	z-index: 1
}
.campaignGirlContent .item2 .imgL, .campaignGirlContent .item2 .imgU {
	height: 50%;
	position: relative;
	z-index: 3
}
.campaignGirlContent .item2 .imgL img, .campaignGirlContent .item2 .imgU img {
	height: 100%
}
.campaignGirlContent .item2 .imgU {
	padding-bottom: 9px
}
.campaignGirlContent .item2 .imgL {
	padding-top: 9px
}
.campaignGirlContent .item3 {
	position: relative;
	width: 1446px;
	margin: 0 100px;
	text-align: right
}
.campaignGirlContent .item3 .img1 {
	float: left;
	height: 100%;
	position: relative
}
.campaignGirlContent .item3 .img1 div {
	display: inline-block;
	padding: 16px;
	background-color: #fff;
	margin-top: 100%
}
.campaignGirlContent .item3 .imgBox {
	float: right;
	width: 476px;
	height: 100%;
	text-align: right
}
.campaignGirlContent .item3 .imgBox .img2 {
	margin: 100px 60% 60px 0
}
.campaignGirlContent .item3 .imgBox .img2 .layer2 {
	position: relative
}
.campaignGirlContent .item3 .text {
	text-align: left;
	position: absolute;
	left: 10%;
	top: 20%
}
.campaignGirlContent .item3 .text h1, .campaignGirlContent .item3 .text h2, .campaignGirlContent .item3 .text h3, .campaignGirlContent .item3 .text h4 {
	line-height: 126px;
	font-size: 160px;
	color: #fff;
	font-family: Didot;
	position: relative
}
.campaignGirlContent .item3 .text h1 {
	padding-left: 100px
}
.campaignGirlContent .item3 .text h2 {
	padding-left: 140px
}
.campaignGirlContent .item3 .text h4 {
	padding-left: 160px
}
.campaignGirlContent .item4 {
	position: relative;
	padding-right: 300px
}
.campaignGirlContent .item4 .SmallPicture {
	height: 100%;
	padding: 6% 0;
	position: absolute;
	top: 0;
	right: -530px
}
.campaignGirlContent .item4 .SmallPicture p {
	font-size: 21px;
	font-family: Didot;
	font-weight: 700;
	color: #fff;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	position: absolute;
	right: -142px;
	bottom: 142px
}
.campaignGirlContent .item4 div {
	display: inline-block;
	height: 100%;
	padding-right: 30px;
	position: relative
}
.campaignGirlContent .item4 img {
	height: 100%
}
.campaignGirlContent .item5 {
	position: relative;
	left: 580px
}
.campaignGirlContent .item5 .picture {
	margin: 12% 0 20px
}
.campaignGirlContent .item5 .text {
	position: relative
}
.campaignGirlContent .item5 .text h1 {
	margin-bottom: 16px;
	font-weight: 700;
	color: #fff
}
.campaignGirlContent .item5 .text p {
	max-width: 539px;
	line-height: 22px;
	color: #fff;
	white-space: normal
}
.campaignGirlContent .item6 {
	position: relative;
	margin-left: 4%;
	padding-right: 80px
}
.campaignGirlContent .item6 img {
	height: 100%
}
.campaignGirlContent .item6 .SmallPicture {
	height: 100%;
	position: absolute;
	right: -108px;
	top: 0
}
.campaignGirlContent .item6 .SmallPicture .box {
	display: table;
	height: 100%
}
.campaignGirlContent .item6 .SmallPicture .box .boxContent {
	display: table-cell;
	vertical-align: middle
}
.campaignGirlContent .item6 .SmallPicture .box .boxContent .imgAndText {
	display: inline-block;
	padding: 16px;
	background-color: #fff;
	text-align: center;
	position: relative;
	left: 560px
}
.campaignGirlContent .item6 .SmallPicture .box .boxContent .imgAndText .text {
	margin: 18px 0
}
.campaignGirlContent .item6 .SmallPicture .box .boxContent .imgAndText .text img {
	width: auto
}
.campaignGirlContent .item6 .SmallPicture .box .boxContent .imgAndText p {
	max-width: 231px;
	margin: 18px auto 0;
	line-height: 16px;
	font-size: 12px;
	font-family: Didot;
	white-space: normal;
	text-align: center
}
.campaignGirlContent .item7 {
	padding: 26px 0;
	margin: 0 130px 0 0
}
.campaignGirlContent .item7 img, .campaignGirlContent .item8 {
	height: 100%
}
.campaignGirlContent .item8 .box {
	display: table;
	height: 100%;
	padding-right: 60px
}
.campaignGirlContent .item8 .box .boxContent {
	display: table-cell;
	vertical-align: middle
}
.campaignGirlContent .item8 .box .boxContent .text {
	text-align: center;
	margin-top: 30px
}
.campaignGirlContent .item8 .box .boxContent .text h1 {
	line-height: 1;
	font-size: 28px;
	color: #fff;
	font-family: Didot;
	font-weight: 700
}
.campaignGirlContent .item8 .box .boxContent .text h2 {
	margin: 20px 0;
	color: #fff;
	font-family: Didot;
	font-weight: 700
}
.campaignGirlContent .item8 .box .boxContent .text p {
	max-width: 226px;
	line-height: 18px;
	margin: 0 auto;
	font-size: 12px;
	color: #fff;
	font-family: Didot;
	white-space: normal
}
.campaignGirlContent .item8 .box .boxContent .text span {
	display: inline-block;
	width: 80px;
	height: 2px;
	background-color: #fff;
	margin-top: 60px
}

@media screen and (max-width:1600px) {
.campaignGirlContent .horizon {
	width: 7040px
}
.campaignGirlContent .middle {
	width: 7200px
}
.campaignGirlContent .front {
	width: 7400px
}
.campaignGirlContent .item4 .SmallPicture {
	right: -360px
}
.campaignGirlContent .item5 {
	position: relative;
	left: 326px
}
.campaignGirlContent .item6 .SmallPicture {
	height: 100%;
	position: absolute;
	right: -108px;
	top: 0
}
.campaignGirlContent .item6 .SmallPicture .box {
	display: table;
	height: 100%
}
.campaignGirlContent .item6 .SmallPicture .box .boxContent {
	display: table-cell;
	vertical-align: middle
}
.campaignGirlContent .item6 .SmallPicture .box .boxContent .imgAndText {
	display: inline-block;
	padding: 16px;
	background-color: #fff;
	text-align: center;
	position: relative;
	left: 140px
}
.campaignGirlContent .item6 .SmallPicture .box .boxContent .imgAndText .text {
	margin: 18px 0
}
.campaignGirlContent .item6 .SmallPicture .box .boxContent .imgAndText p {
	max-width: 231px;
	margin: 18px auto 0;
	line-height: 16px;
	font-size: 12px;
	font-family: Didot;
	white-space: normal;
	text-align: center
}
.campaignGirlContent .item7 {
	margin: 0 80px 0 0
}
}

@media screen and (max-width:1200px) {
.campaignGirlContent .horizon {
	width: 6163px
}
.campaignGirlContent .middle {
	width: 6500px
}
.campaignGirlContent .front {
	width: 6800px
}
.campaignGirlContent .item2 {
	margin-left: 18px
}
.campaignGirlContent .item3 {
	position: relative;
	width: 1248px
}
.campaignGirlContent .item3 .text {
	text-align: left;
	position: absolute;
	left: 10%;
	top: 20%
}
.campaignGirlContent .item3 .text h1, .campaignGirlContent .item3 .text h2, .campaignGirlContent .item3 .text h3, .campaignGirlContent .item3 .text h4 {
	line-height: 116px;
	font-size: 130px
}
.campaignGirlContent .item3 .text h1 {
	padding-left: 100px
}
.campaignGirlContent .item3 .text h2 {
	padding-left: 140px
}
.campaignGirlContent .item3 .text h4 {
	padding-left: 160px
}
.campaignGirlContent .item4 .SmallPicture {
	right: -328px
}
.campaignGirlContent .item5 {
	position: relative;
	left: 316px
}
.campaignGirlContent .item5 .picture {
	margin: 12% 0 20px
}
.campaignGirlContent .item5 .picture img {
	width: 590px
}
.campaignGirlContent .item6 .SmallPicture .box .boxContent .imgAndText {
	display: inline-block;
	padding: 16px;
	background-color: #fff;
	text-align: center;
	position: relative;
	left: 376px
}
.campaignGirlContent .item6 .SmallPicture .box .boxContent .imgAndText .img img {
	width: 338px
}
.campaignGirlContent .item6 .SmallPicture .box .boxContent .imgAndText .text {
	margin: 18px 0
}
.campaignGirlContent .item6 .SmallPicture .box .boxContent .imgAndText p {
	max-width: 231px;
	margin: 18px auto 0;
	line-height: 16px;
	font-size: 12px;
	font-family: Didot;
	white-space: normal;
	text-align: center
}
}

@media screen and (max-width:991px) {
.campaignGirlContent .horizon, .campaignGirlContent .middle {
	display: none
}
.campaignGirlContent .front {
	width: 100%;
	background-color: #ebddcf
}
.campaignGirlContent .front .section {
	display: block;
	width: 100%
}
.campaignGirlContent .front .item1 .bigImg, .campaignGirlContent .front .item1 .bigImg img {
	width: 100%;
	height: auto
}
.campaignGirlContent .front .item2 {
	height: auto;
	margin: 12px 0 60px;
	padding: 0 6px;
	position: relative;
	z-index: 1
}
.campaignGirlContent .front .item2:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
	clear: both
}
.campaignGirlContent .front .item2 .imgL, .campaignGirlContent .front .item2 .imgU {
	float: left;
	width: 50%;
	height: auto;
	padding: 0 6px;
	position: relative;
	z-index: 3
}
.campaignGirlContent .front .item2 .imgL img, .campaignGirlContent .front .item2 .imgU img {
	width: 100%;
	height: auto
}
.campaignGirlContent .front .item3 {
	width: 100%;
	margin: 0;
	text-align: center
}
.campaignGirlContent .front .item3 .img1 {
	float: none;
	height: auto;
	position: relative
}
.campaignGirlContent .front .item3 .img1 div {
	display: inline-block;
	padding: 10px;
	margin-top: 0
}
.campaignGirlContent .front .item3 .imgBox {
	float: none;
	width: 100%;
	height: 100%;
	text-align: right
}
.campaignGirlContent .front .item3 .imgBox .img2 {
	display: none;
	margin: 30px 0
}
.campaignGirlContent .front .item3 .imgBox .img2 img {
	width: 100%
}
.campaignGirlContent .front .item3 .imgBox .img3 {
	display: none;
	width: 100%
}
.campaignGirlContent .front .item3 .imgBox .img3 img {
	width: 100%
}
.campaignGirlContent .front .item3 .text {
	padding: 30px 0 60px;
	text-align: center;
	position: static
}
.campaignGirlContent .front .item3 .text h1, .campaignGirlContent .front .item3 .text h2, .campaignGirlContent .front .item3 .text h3, .campaignGirlContent .front .item3 .text h4 {
	line-height: 36px;
	padding: 0;
	font-size: 42px
}
.campaignGirlContent .front .item4 {
	position: relative;
	padding-right: 0
}
.campaignGirlContent .front .item4 .SmallPicture {
	width: 100%;
	height: auto;
	padding: 0 20px;
	margin-top: 30px;
	position: static
}
.campaignGirlContent .front .item4 .SmallPicture p {
	font-size: 21px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	position: absolute;
	right: -142px;
	bottom: 142px
}
.campaignGirlContent .front .item4 div {
	display: inline-block;
	height: 100%;
	padding-right: 30px;
	position: relative
}
.campaignGirlContent .front .item4 img {
	width: 100%;
	height: auto
}
.campaignGirlContent .front .item5 {
	margin: 60px 0;
	position: static
}
.campaignGirlContent .front .item5 .picture {
	margin: 0 0 12px
}
.campaignGirlContent .front .item5 .text {
	padding: 0 20px;
	position: relative
}
.campaignGirlContent .front .item5 .text h1 {
	margin-bottom: 6px
}
.campaignGirlContent .front .item5 .text p {
	max-width: 539px;
	line-height: 22px;
	white-space: normal
}
.campaignGirlContent .front .item5 img {
	width: 100%
}
.campaignGirlContent .front .item6 {
	position: relative;
	margin-left: 0;
	padding-right: 0
}
.campaignGirlContent .front .item6 img {
	width: 100%;
	height: auto
}
.campaignGirlContent .front .item6 .SmallPicture {
	width: 100%;
	height: auto;
	padding: 0 24px;
	margin: 30px 0 60px;
	position: static
}
.campaignGirlContent .front .item6 .SmallPicture .box {
	display: table;
	width: 100%;
	height: auto
}
.campaignGirlContent .front .item6 .SmallPicture .box .boxContent {
	display: table-cell;
	width: 100%;
	vertical-align: middle
}
.campaignGirlContent .front .item6 .SmallPicture .box .boxContent .imgAndText {
	display: inline-block;
	width: 100%;
	padding: 12px;
	background-color: #fff;
	text-align: center;
	position: static
}
.campaignGirlContent .front .item6 .SmallPicture .box .boxContent .imgAndText .img, .campaignGirlContent .front .item6 .SmallPicture .box .boxContent .imgAndText .img img {
	width: 100%
}
.campaignGirlContent .front .item6 .SmallPicture .box .boxContent .imgAndText .text {
	margin: 18px 0
}
.campaignGirlContent .front .item6 .SmallPicture .box .boxContent .imgAndText p {
	max-width: 231px;
	margin: 18px auto 0;
	line-height: 16px;
	font-size: 12px;
	font-family: Didot;
	white-space: normal;
	text-align: center
}
.campaignGirlContent .front .item7 {
	width: 100%;
	padding: 0;
	margin: 0
}
.campaignGirlContent .front .item7 img {
	width: 100%;
	height: auto
}
.campaignGirlContent .front .item8 {
	width: 100%;
	height: auto;
	margin-top: 60px;
	padding-bottom: 60px
}
.campaignGirlContent .front .item8 .box {
	display: table;
	width: 100%;
	height: auto;
	padding-right: 0
}
.campaignGirlContent .front .item8 .box .boxContent {
	display: table-cell;
	vertical-align: middle
}
.campaignGirlContent .front .item8 .box .boxContent .text {
	text-align: center;
	margin-top: 30px
}
.campaignGirlContent .front .item8 .box .boxContent .text h1 {
	line-height: 1;
	font-size: 28px
}
.campaignGirlContent .front .item8 .box .boxContent .text h2 {
	margin: 20px 0
}
.campaignGirlContent .front .item8 .box .boxContent .text p {
	max-width: 226px;
	line-height: 18px;
	font-size: 12px
}
.campaignGirlContent .front .item8 .box .boxContent .text span {
	display: inline-block;
	width: 80px;
	height: 2px;
	background-color: #333;
	margin-top: 60px
}
}
.campaignFooter {
	padding-top: 20px
}

@media screen and (min-width:992px) {
.campaignFooter {
	opacity: 0
}
}
#g-goTop {
	padding-top: 0
}
/*# sourceMappingURL=layout.css.map*/
