<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.bajs-date-picker,
.bajs-easy-slider,
.bajs-filter-blur,
.bajs-light-popup,
.bajs-live-popup {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none
}

.bajs-filter-blur {
	transition: filter .3s ease-in-out;
	-webkit-transition: filter .3s ease-in-out;
	filter: url(../fonts/fc82581453e842c9a020525da3ee9702.woff);
	-webkit-filter: blur(5px)
}

.bajs-live-show-booking,
.bajs-live-show-call,
.bajs-live-show-chat,
.bajs-live-stat-taobao {
	cursor: pointer
}

.bajs-date-picker {
	background-color: #fff;
	border: 1px solid #ddd;
	width: 208px;
	padding: 0;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .1)
}

.bajs-date-picker .calendar-header {
	position: relative;
	z-index: 0;
	background-color: #f8f8f8;
	border-bottom: solid 1px #ddd;
	padding: 5px 0;
	text-align: center
}

.bajs-date-picker .calendar-header select {
	width: 70px;
	height: 24px;
	border: solid 1px #ddd;
	margin: 0 2px
}

.bajs-date-picker .calendar-header button.next-month,
.bajs-date-picker .calendar-header button.prev-month {
	position: absolute;
	top: 50%;
	margin-top: -12px;
	cursor: pointer;
	width: 24px;
	height: 24px;
	display: block;
	overflow: hidden;
	background: url(../images/arrow_left_off.gif) no-repeat center center transparent;
	border: none;
	padding: 0
}

.bajs-date-picker .calendar-header button.prev-month {
	left: 5px
}

.bajs-date-picker .calendar-header button.next-month {
	background-image: url(../images/arrow_next_off.gif);
	right: 5px
}

.bajs-date-picker .calendar-header button.prev-month:hover {
	background-image: url(../images/arrow_left_on.gif)
}

.bajs-date-picker .calendar-header button.next-month:hover {
	background-image: url(../images/arrow_right_on.gif)
}

.bajs-date-picker .calendar-week {
	border-bottom: solid 1px #f6f6f6;
	padding: 0 6px
}

.bajs-date-picker .calendar-date b,
.bajs-date-picker .calendar-week em {
	float: left;
	text-align: center
}

.bajs-date-picker .calendar-week em {
	line-height: 28px;
	height: 28px;
	width: 28px
}

.bajs-date-picker .calendar-body {
	position: relative;
	z-index: 1
}

.bajs-date-picker .calendar-date b {
	color: #ccc;
	line-height: 24px;
	height: 24px;
	margin: 1px;
	width: 26px;
	font-size: 12px;
	font-weight: 400;
	transition: all .2s ease;
	-webkit-transition: all .2s ease
}

.bajs-date-picker .calendar-date {
	position: relative;
	z-index: 0;
	padding: 6px
}

.bajs-date-picker .calendar-date b.has {
	color: #333;
	cursor: pointer;
	border-radius: 2px
}

.bajs-date-picker .calendar-date b.has:hover,
.bajs-date-picker .calendar-date b.now {
	background-color: #390;
	color: #fff
}

.bajs-date-picker .calendar-date b.current,
.bajs-date-picker .calendar-date b.current:hover {
	background-color: #f60;
	color: #fff
}

.bajs-date-picker .calendar-date b.now {
	font-weight: 700
}

.bajs-date-picker .calendar-hour {
	position: absolute;
	z-index: 1;
	background-color: #fff;
	height: 184px;
	padding: 8px;
	display: none;
	left: 0;
	top: 0
}

.bajs-date-picker .calendar-hour b {
	width: 30px;
	float: left;
	height: 34px;
	line-height: 34px;
	border-radius: 2px;
	text-align: center;
	font-size: 13px;
	color: #ccc;
	cursor: default;
	margin: 1px;
	transition: all .2s ease;
	-webkit-transition: all .2s ease
}

.bajs-date-picker .calendar-hour b.enable {
	color: #333;
	cursor: pointer
}

.bajs-date-picker .calendar-hour b.enable:hover {
	background-color: #390;
	color: #fff
}

.bajs-date-picker .calendar-hour b.now,
.bajs-date-picker .calendar-hour b.now:hover {
	background-color: #f60;
	color: #fff
}

.bajs-date-picker .calendar-footer {
	position: relative;
	height: 30px;
	z-index: 0;
	background-color: #f8f8f8;
	border-top: solid 1px #f1f1f1
}

.bajs-date-picker .calendar-footer em.today-btn,
.calendar-footer em.close-btn,
.calendar-hour em.back-btn {
	position: absolute;
	top: 0;
	z-index: 0;
	height: 30px;
	padding: 0;
	display: block;
	line-height: 30px;
	cursor: pointer;
	text-align: center;
	font-size: 14px
}

.bajs-date-picker .calendar-footer em.close-btn {
	width: 104px;
	border-left: solid 1px #eee;
	right: 0;
	z-index: 1
}

.bajs-date-picker .calendar-footer em.today-btn {
	width: 103px;
	left: 0
}

.bajs-date-picker .calendar-hour em.back-btn {
	left: 0;
	top: auto;
	bottom: 0;
	background-color: #f8f8f8;
	border-top: solid 1px #f1f1f1;
	width: 100%
}

.bajs-date-picker .calendar-footer em.close-btn:hover,
.bajs-date-picker .calendar-footer em.today-btn:hover,
.bajs-date-picker .calendar-hour em.back-btn:hover {
	background-color: #390;
	color: #fff;
	height: 32px;
	line-height: 32px;
	margin-top: -1px;
	z-index: 2
}

.bajs-date-picker .calendar-footer em.today-btn:hover {
	margin-left: -1px;
	width: 105px
}

.bajs-date-picker .calendar-footer em.close-btn:hover {
	margin-right: -1px;
	width: 105px
}

.bajs-date-picker .calendar-hour em.back-btn:hover {
	width: 210px;
	margin-left: -1px
}

.bajs-share-tips {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	display: none;
	z-index: -1
}

.bajs-share-tips i {
	width: 199px;
	height: 152px;
	display: block;
	position: absolute;
	right: 20px;
	top: 15px;
	background: url(../images/hand.png) no-repeat 0 0;
	background-size: 100% 100%
}

.bajs-notebox-wrapper {
	position: fixed;
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	z-index: 15;
	border-radius: 4px;
	padding: 16px 10px;
	border: 1px solid #ccc;
	background: #fff
}

.bajs-notebox-icon {
	display: block;
	width: 36px;
	margin: 0 auto;
	height: 36px;
	background: url(../images/notebg.png) no-repeat;
	margin-bottom: 10px
}

.bajs-notebox-wrapper.confirm .bajs-notebox-icon {
	background-position: 0 0
}

.bajs-notebox-wrapper.warning .bajs-notebox-icon {
	background-position: -109px 0
}

.bajs-notebox-content {
	margin: 30px 0
}

.bajs-notebox-wrapper.error .bajs-notebox-icon {
	background-position: -55px 0
}

.bajs-notebox-btns {
	text-align: center;
	margin-top: 10px
}

.bajs-notebox-btns span {
	width: 100px;
	line-height: 32px;
	margin-right: 6px;
	display: inline-block;
	cursor: pointer;
	border-radius: 2px
}

.bajs-notebox-wrapper.confirm .bajs-notebox-confirm {
	border: 1px solid #57CA57;
	background-color: #59E659;
	color: #fff
}

.bajs-notebox-wrapper.confirm .bajs-notebox-confirm:hover {
	background-color: #5DCF5D
}

.bajs-notebox-wrapper.error .bajs-notebox-confirm {
	border: 1px solid #971A02;
	background-color: #B71E00;
	color: #fff
}

.bajs-notebox-wrapper.error .bajs-notebox-confirm:hover {
	background-color: #D72A08
}

.bajs-notebox-wrapper.warning .bajs-notebox-confirm {
	border: 1px solid #C78106;
	background-color: #EF9800;
	color: #fff
}

.bajs-notebox-wrapper.warning .bajs-notebox-confirm:hover {
	background-color: #F8A717
}

.bajs-notebox-cancel {
	border: 1px solid #ddd
}

.bajs-notebox-cancel:hover {
	background-color: #eee
}

.bajs-tip-normal-container {
	position: absolute;
	padding: 8px 10px;
	background: #000;
	border-radius: 4px;
	color: #fff;
	white-space: nowrap
}

.bajs-tip-normal-arrow {
	width: 10px;
	height: 10px;
	position: absolute;
	background: #000;
	transform: rotate(45deg);
	left: 50%;
	margin-left: -10px;
	bottom: -5px
}

.bajs-tip-top-container {
	background: #EFE7CF;
	position: relative;
	border-bottom: 1px solid #C1BC89
}

.bajs-tip-top-content {
	margin: 0 auto;
	text-align: center;
	line-height: 36px
}

.bajs-tip-bottom-close,
.bajs-tip-top-close {
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(../images/close-icon.png) no-repeat;
	border-radius: 50%;
	right: 20px;
	z-index: 2;
	cursor: pointer;
	top: 50%;
	margin-top: -10px
}

.bajs-tip-bottom-close:hover,
.bajs-tip-top-close:hover {
	background-position: 0 -25px
}

.bajs-tip-bottom-container {
	background: #EFE7CF;
	border-top: 1px solid #C1BC89;
	position: fixed;
	width: 100%;
	bottom: 0;
	padding: 8px 0
}

.bajs-tip-bottom-content {
	width: 1240px;
	margin: 0 auto;
	text-align: center
}

.ps-nav-style {
	position: fixed;
	width: 30px;
	padding: 4px 0;
	background: rgba(0, 0, 30, .5);
	border-radius: 4px
}

.ps-nav-style span {
	display: block;
	width: 14px;
	height: 14px;
	background: #000;
	opacity: .8;
	border-radius: 100%;
	margin: 10px auto;
	cursor: pointer;
	background: #fff;
	transition: background .3s
}

.ps-nav-style span.active {
	background: #e41538
}

.bajs-ajax-form .bajs-ajax-form-action input {
	cursor: pointer
}

.bajs-live-popup-booking,
.bajs-live-popup-call,
.bajs-live-popup-chat,
.bajs-live-popup-close,
.bajs-live-popup-taobao {
	cursor: pointer;
	position: relative
}

.bajs-carousel,
.bajs-carousel ul {
	position: relative
}

.bajs-carousel ul li {
	top: 50%
}

.bajs-carousel ul li,
.bajs-carousel-nav,
.bajs-carousel-pagination {
	position: absolute
}

.bajs-carousel-nav,
.bajs-carousel-pagination a {
	cursor: pointer;
	overflow: hidden
}

.bajs-cycle-loader {
	position: absolute;
	z-index: 0;
	background: url(../images/modern.png) no-repeat 0 0;
	width: 60px;
	height: 60px
}

.bajs-easing-tab-control {
	cursor: pointer
}

.bajs-easing-tab-wrapper {
	position: relative;
	overflow: hidden
}

.bajs-easing-tab-container {
	position: absolute
}

.bajs-easy-slider,
.bajs-easy-slider-container {
	position: relative
}

.bajs-easy-slider {
	z-index: 0;
	height: auto;
	padding: 0 14px;
}

.bajs-easy-slider-container {
	z-index: 0;
	width: 100%;
	overflow: hidden
}

.bajs-easy-slider-container ul li img {
	display: block
}

.bajs-easy-slider-nav,
.bajs-easy-slider-pagination {
	position: absolute
}

.bajs-easy-slider-pagination {
	z-index: 1
}

.bajs-easy-slider-nav {
	z-index: 2
}

.bajs-easy-slider-nav,
.bajs-easy-slider-pagination a {
	cursor: pointer;
	overflow: hidden
}

ul.bajs-easy-slider-effect-fade {
	position: absolute;
	left: 50%;
	margin-left: -960px;
	width: 1920px
}

ul.bajs-easy-slider-effect-fade li {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	display: none;
	opacity: 0
}

ul.bajs-easy-slider-effect-coverIn-x,
ul.bajs-easy-slider-effect-coverIn-y {
	position: absolute;
	left: 50%;
	margin-left: -960px;
	width: 1920px
}

ul.bajs-easy-slider-effect-coverIn-x li,
ul.bajs-easy-slider-effect-coverIn-y li {
	display: block;
	position: absolute;
	z-index: 0
}

ul.bajs-easy-slider-effect-coverIn-x li {
	left: 100%;
	top: 0
}

ul.bajs-easy-slider-effect-coverIn-y li {
	left: 0;
	top: 100%
}

ul.bajs-easy-slider-effect-push-x,
ul.bajs-easy-slider-effect-push-y {
	position: absolute;
	left: 50%;
	margin-left: -960px;
	width: 1920px
}

ul.bajs-easy-slider-effect-push-x li,
ul.bajs-easy-slider-effect-push-y li {
	display: block;
	position: absolute;
	z-index: 0;
	overflow: hidden
}

ul.bajs-easy-slider-effect-push-x li {
	top: 0;
	left: 100%
}

ul.bajs-easy-slider-effect-push-y li {
	top: 100%;
	left: 0
}

ul.bajs-easy-slider-effect-coverOut-x,
ul.bajs-easy-slider-effect-coverOut-y {
	position: absolute;
	left: 50%;
	margin-left: -960px;
	width: 1920px
}

ul.bajs-easy-slider-effect-coverOut-x li,
ul.bajs-easy-slider-effect-coverOut-y li {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0
}

ul.bajs-easy-slider-effect-queue-x,
ul.bajs-easy-slider-effect-queue-y,
ul.bajs-easy-slider-effect-slide-x,
ul.bajs-easy-slider-effect-slide-y {
	position: relative
}

ul.bajs-easy-slider-effect-queue-x li,
ul.bajs-easy-slider-effect-queue-y li,
ul.bajs-easy-slider-effect-slide-x li,
ul.bajs-easy-slider-effect-slide-y li {
	display: block;
	overflow: hidden;
	float: left
}

ul.bajs-easy-slider-effect-queue-y li,
ul.bajs-easy-slider-effect-slide-y li {
	clear: left
}

.bajs-light-gallery,
.bajs-light-popup {
	width: 100%;
	height: 100%;
	display: none
}

.bajs-light-gallery-mask,
.bajs-light-popup-mask {
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	filter: alpha(opacity=50);
	opacity: .5;
	width: 100%;
	height: 100%;
	display: block
}

.bajs-light-popup-close {
	cursor: pointer
}

.bajs-light-popup-origin {
	background-color: #fff;
	position: absolute
}

.bajs-light-popup-close {
	position: absolute;
	z-index: 1
}

.bajs-light-popup-content {
	position: relative;
	z-index: 0
}

@-webkit-keyframes flipYOutLeft {
	0% {
		-webkit-transform: perspective(1000px) rotateY(0)
	}
	100% {
		-webkit-transform: perspective(1000px) rotateY(-180deg)
	}
}

@keyframes flipYOutLeft {
	0% {
		transform: perspective(1000px) rotateY(0)
	}
	100% {
		transform: perspective(1000px) rotateY(-180deg)
	}
}

@-webkit-keyframes flipYOutRight {
	0% {
		-webkit-transform: perspective(1000px) rotateY(0)
	}
	100% {
		-webkit-transform: perspective(1000px) rotateY(180deg)
	}
}

@keyframes flipYOutRight {
	0% {
		transform: perspective(1000px) rotateY(0)
	}
	100% {
		transform: perspective(1000px) rotateY(180deg)
	}
}

@-webkit-keyframes flipYInLeft {
	0% {
		-webkit-transform: perspective(1000px) rotateY(180deg)
	}
	100% {
		-webkit-transform: perspective(1000px) rotateY(0)
	}
}

@keyframes flipYInLeft {
	0% {
		transform: perspective(1000px) rotateY(180deg)
	}
	100% {
		transform: perspective(1000px) rotateY(0)
	}
}

@-webkit-keyframes flipYInRight {
	0% {
		-webkit-transform: perspective(1000px) rotateY(-180deg)
	}
	100% {
		-webkit-transform: perspective(1000px) rotateY(0)
	}
}

@keyframes flipYInRight {
	0% {
		transform: perspective(1000px) rotateY(-180deg)
	}
	100% {
		transform: perspective(1000px) rotateY(0)
	}
}

@-webkit-keyframes zoomIn {
	0% {
		-webkit-transform: scale(1)
	}
	50% {
		-webkit-transform: scale(1.1)
	}
	100% {
		-webkit-transform: scale(1)
	}
}

@keyframes zoomIn {
	0% {
		transform: scale(1)
	}
	50% {
		transform: scale(1.1)
	}
	100% {
		transform: scale(1)
	}
}

@-webkit-keyframes zoomOut {
	0% {
		-webkit-transform: scale(1)
	}
	30% {
		-webkit-transform: scale(1.1)
	}
	100% {
		-webkit-transform: scale(1)
	}
}

@keyframes zoomOut {
	0% {
		transform: scale(1)
	}
	50% {
		transform: scale(1.1)
	}
	100% {
		transform: scale(1)
	}
}

.bajs-light-gallery-origin {
	background-color: #fff;
	position: absolute;
	width: 600px;
	height: 400px;
	box-shadow: 3px 3px 15px rgba(0, 0, 0, .3);
	border: solid 10px #fff;
	overflow: visible!important
}

.bajs-light-gallery-container,
.bajs-light-gallery-image,
.bajs-light-gallery-image img {
	width: 100%;
	height: 100%
}

.bajs-light-gallery-container {
	overflow: hidden;
	position: relative;
	z-index: 1
}

.bajs-light-gallery-image {
	position: relative;
	z-index: 0
}

.bajs-light-gallery-desc {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 1;
	display: none
}

.bajs-light-gallery-desc b {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	background-color: #000;
	filter: alpha(opacity=50);
	opacity: .5
}

.bajs-light-gallery-desc p {
	padding: 10px;
	color: #fff;
	line-height: 26px;
	font-size: 14px;
	position: relative;
	z-index: 1
}

.bajs-light-gallery-close-btn {
	width: 34px;
	height: 34px;
	right: -44px;
	top: -10px;
	position: absolute;
	z-index: 2;
	cursor: pointer
}

.bajs-light-gallery-close-btn i {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px;
	z-index: 1;
	background: url(../images/img.gif) no-repeat 0 0;
	display: block
}

.bajs-light-gallery-nav {
	position: absolute;
	z-index: 2;
	display: block;
	top: 50%;
	cursor: pointer;
	width: 50px;
	height: 80px
}

.bajs-light-gallery-nav.prev-btn {
	left: 0
}

.bajs-light-gallery-nav.ntext-btn {
	right: 0
}

.bajs-light-gallery-nav i {
	width: 22px;
	height: 41px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -11px;
	margin-top: -20.5px;
	z-index: 1;
	background: url(../images/img.gif) no-repeat 0 0;
	display: block
}

.bajs-light-gallery-nav.prev-btn i {
	background-position: -22px 0
}

.bajs-light-gallery-nav.next-btn i {
	background-position: -46px 0
}

.bajs-light-gallery-close-btn b,
.bajs-light-gallery-nav b {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter: alpha(opacity=50);
	opacity: .5;
	z-index: 0;
	transition: all .2s ease
}

.bajs-light-gallery-close-btn:hover b,
.bajs-light-gallery-nav:hover b {
	filter: alpha(opacity=70);
	opacity: .75
}

.bajs-srcoll-top {
	position: relative;
	cursor: pointer
}

.bajs-toggle-tab-control {
	cursor: pointer
}

.bajs-hover-fade-control {
	cursor: pointer
}

.bajs-hover-fade-content {
	display: none
}

.bajs-chapter-trun-control {
	cursor: pointer
}

.bajs-insert-qrcode,
.bajs-insert-qrcode img {
	background-color: #fff;
	display: block
}

img.bajs-lazy-load {
	background: url(../images/ajax-loader.gif) no-repeat 50% 50% #fff;
	display: block
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical&gt;.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

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

.swiper-container-free-mode&gt;.swiper-wrapper {
	margin: 0 auto;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0
}

.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%;
	z-index: 1;
	cursor: pointer
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	z-index: 2;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background-color: #000;
	opacity: .2
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-container-vertical&gt;.swiper-pagination {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-o-transform: translate(0, -50%);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical&gt;.swiper-pagination .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}

.swiper-container-horizontal&gt;.swiper-pagination {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-container-horizontal&gt;.swiper-pagination .swiper-pagination-bullet {
	margin: 0 5px
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	background: rgba(0, 0, 0, .1);
	-ms-touch-action: none
}

.swiper-container-horizontal&gt;.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical&gt;.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
}

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

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

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

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

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

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	visibility: visible!important
}</pre></body></html>