@charset "gb2312";
body, .bar-fixed, .cat-bar {
	min-width: 320px;
	max-width: 640px;
	margin: 0 auto
}
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
	float: left
}
.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: 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: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}
.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}
.swiper-slide-invisible-blank {
	visibility: hidden
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto
}
.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}
.swiper-container-3d {
	-webkit-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(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(right, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -o-linear-gradient(right, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: linear-gradient(to left, rgba(0,0,0,.5), rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: linear-gradient(to right, rgba(0,0,0,.5), rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: linear-gradient(to top, rgba(0,0,0,.5), rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,.5)), to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -o-linear-gradient(top, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: linear-gradient(to bottom, rgba(0,0,0,.5), rgba(0,0,0,0))
}
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}
.swiper-container-wp8-vertical, .swiper-container-wp8-vertical>.swiper-wrapper {
	-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: center;
	background-repeat: no-repeat
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-lock {
	display: none
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}
button.swiper-pagination-bullet {
	border: 0;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}
.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: 6px 0;
	display: block
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top, .2s -webkit-transform;
	transition: .2s top, .2s -webkit-transform;
	-o-transition: .2s transform, .2s top;
	transition: .2s transform, .2s top;
	transition: .2s transform, .2s top, .2s -webkit-transform
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left, .2s -webkit-transform;
	transition: .2s left, .2s -webkit-transform;
	-o-transition: .2s transform, .2s left;
	transition: .2s transform, .2s left;
	transition: .2s transform, .2s left, .2s -webkit-transform
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right, .2s -webkit-transform;
	transition: .2s right, .2s -webkit-transform;
	-o-transition: .2s transform, .2s right;
	transition: .2s transform, .2s right;
	transition: .2s transform, .2s right, .2s -webkit-transform
}
.swiper-pagination-progressbar {
	background: rgba(0,0,0,.25);
	position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}
.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}
.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}
.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255,255,255,.25)
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}
.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0,0,0,.25)
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}
.swiper-pagination-lock {
	display: none
}
.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-scrollbar-lock {
	display: none
}
.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: 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-slide-zoomed {
	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%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}
.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}
.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}
@-webkit-keyframes swiper-preloader-spin {
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@keyframes swiper-preloader-spin {
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container-cube {
	overflow: visible
}
.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}
.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.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-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.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-flip {
	overflow: visible
}
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.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-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}
.swiper-slide {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}
.over {
	overflow: hidden
}
.btn-grey {
	background-color: #acacac
}
.btn-default {
	background-color: #f04848;
	border: 1px solid #f04848;
	color: #fff
}
.btn-default:enabled:active, .btn-default:active, .btn-default:focus {
	background-color: #f03838;
	border: 1px solid #f03838;
	color: #fff
}
.table-view .media-lxx .media-object {
	line-height: 65px;
	max-width: 100px;
	height: 65px
}
.table-view .media-object2 {
	line-height: 42px;
	max-width: 42px;
	height: 42px
}
.input-row input[type='tel'], .input-row input[type='text'] {
	font-size: 15px
}
.img-rouned {
	-webkit-border-radius: 100%;
	border-radius: 100%
}
.middle {
	vertical-align: middle
}
.normal {
	font-weight: 500!important
}
.bold {
	font-weight: bold;
	font-weight: 700
}
.red {
	color: #f04848!important
}
.orange {
	color: #f60!important
}
.blue {
	color: #5188a6!important
}
.black {
	color: #000!important
}
.grey {
	color: #888!important
}
.mt0 {
	margin-top: 0!important
}
.mt5 {
	margin-top: 5px!important
}
.mt10 {
	margin-top: 10px!important
}
.mt15 {
	margin-top: 15px!important
}
.mb10 {
	margin-bottom: 10px!important
}
.pt15 {
	padding-top: 15px!important
}
.pl5 {
	padding-left: 5px!important
}
.pr5 {
	padding-right: 5px!important
}
.pl10 {
	padding-left: 10px!important
}
.f14 {
	font-size: 14px!important
}
.f15 {
	font-size: 15px!important
}
.f16 {
	font-size: 16px!important
}
.f18 {
	font-size: 18px!important
}
.f20 {
	font-size: 20px!important
}
.border-top {
	border-top: 1px solid #d5d5d5
}
.nav-icon {
	background-color: #fff!important;
	overflow: hidden!important;
	position: relative!important
}
.nav-icon:after {
	content: ' ';
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #e0e0e0;
	z-index: 3
}
.nav-icon .table-view-cell {
	padding: 0 5px!important
}
.nav-icon img {
	line-height: 40px;
	max-width: 40px;
	height: 40px
}
.nav-icon a {
	display: block;
	overflow: hidden;
	padding: 8px 0!important
}
.nav-icon .media-body {
	font-size: 14px!important;
	margin-top: 3px!important;
	color: #555!important
}
.outstanding {
	position: relative;
	background-color: #fff;
	margin-bottom: 3px;
	height: 33px;
	line-height: 33px
}
.outstanding:before {
	content: ' ';
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	background-color: #e5e5e5
}
.outstanding .col-xs-3 {
	text-align: center
}
.outstanding .col-xs-3 span {
	color: #000;
	font-size: 14px
}
.outstanding .col-xs-3 span .icon {
	font-size: 14px;
	color: #f04848;
	padding-right: 3px
}
.index-goods-title {
	text-align: center;
	height: 68px;
	overflow: hidden;
	position: relative
}
.index-goods-title:before {
	content: ' ';
	width: 60%;
	height: 1px;
	position: absolute;
	left: 20%;
	top: 34px;
	z-index: 1;
	background-color: #d5d5d5
}
.index-goods-title h4 {
	position: relative;
	z-index: 2;
	display: inline-block;
	font-size: 18px;
	margin: 0;
	padding: 0 15px;
	height: 68px;
	line-height: 68px;
	background-color: #efeff4
}
.index-tags-list {
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: -5px
}
.index-tags-list .col-xs-4 {
	text-align: center
}
.index-tags-list .col-xs-4 a {
	display: block;
	zoom: 1;
	overflow: hidden;
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #d5d5d5;
	padding: 3px 8px;
	margin: 5px;
	border-radius: 5px
}
.list-block {
	background-color: #fff;
	overflow: hidden;
	position: relative;
	-webkit-touch-callout: none
}
.list-block:before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 1px;
	content: '';
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
	background-color: #ddd
}
.list-block:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	content: '';
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
	background-color: #ddd
}
.list-title {
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	position: relative
}
.list-title h3, .list-title h4 {
	margin: 0;
	padding: 0;
	height: 44px;
	line-height: 44px;
	color: #333;
	font-size: 18px;
	font-weight: 500;
	position: relative;
	padding-left: 15px
}
.list-title h3:before {
	content: '';
	width: 3px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 9;
	margin-top: -9px;
	background-color: #f04848
}
.list-title h4 span {
	color: #f04848
}
.list-title a.more {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	color: #555;
	padding: 0 15px;
	font-size: 14px
}
.list-title a.more .icon {
	vertical-align: middle
}
.list-index .list-title {
	height: 68px;
	line-height: 68px;
	text-align: center;
	position: relative;
	overflow: hidden
}
.list-index .list-title h4 {
	display: inline-block;
	padding: 0;
	position: relative;
	font-weight: 700;
	font-size: 19px
}
.list-index .list-title h4:before {
	content: ' ';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background-color: #c8c7cc
}
.list-index .table-view:before, .list-index .table-view:after {
	background-color: transparent
}
.grid-3-banner .row .col-xs-4 {
	text-align: center
}
.grid-3-banner .row .col-xs-4 a {
	overflow: hidden;
	display: block;
	padding-top: 15px;
	padding-bottom: 10px;
	background-color: #fff
}
.grid-3-banner .row .col-xs-4:nth-child(2):before, .grid-3-banner .row .col-xs-4:nth-child(2):after {
	content: ' ';
	position: absolute;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #efeff4
}
.grid-3-banner .row .col-xs-4:nth-child(2):before {
	left: 0
}
.grid-3-banner .row .col-xs-4:nth-child(2):after {
	right: 0
}
.grid-3-banner .row .col-xs-4 a img {
	max-width: 100%;
	width: 100%;
	height: auto;
	line-height: 100px
}
.index-more {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 25px
}
.index-more a {
	font-size: 14px;
	color: #8c8c8c
}
.bar-fixed {
	position: fixed;
	z-index: 10;
	right: 0;
	left: 0;
	bottom: 0;
	height: 44px;
	margin: 0 auto;
	border-bottom: 0;
	background-color: #eee;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.bar-fixed ~ .footer {
	margin-bottom: 44px
}
.bar-fixed a {
	display: block;
	width: 21%;
	height: 44px;
	float: left;
	cursor: pointer;
	color: #333;
	text-align: center
}
.bar-fixed a.a1, .bar-fixed a.a2 {
	font-size: 14px;
	position: relative
}

 .bar-fixed a.a3 {
	width: 30%;
	background-color: #ff8149;
	line-height: 22px;
	font-size: 16px;
	color: #fff;
} 

.bar-fixed a.a1 .icon, .bar-fixed a.a2 .icon, .bar-fixed a.a3 .icon {
	display: block;
	font-size: 20px;
	margin-top: 4px
}
.bar-fixed a.a1:after, .bar-fixed a.a2:after {
	content: '';
	width: 1px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
	background-color: #d5d5d5
}

.bar-fixed a.a4 {
	width: 28%;
	background-color: #f04848;
	color: #fff;
	line-height: 44px
}
.bar-fixed a.a4 .icon {
	font-size: 22px;
	padding-right: 5px
}
.goods-scroll-wrapper {
	bottom: 44px
}
.cat-sort {
	overflow: hidden;
	height: 88px;
	min-width: 320px;
	max-width: 640px;
	margin: 0 auto;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 99;
	background-color: #fff
}
.cat-sort~ .content {
	padding-top: 88px
}
.cat-list, .sort-list {
	height: 44px;
	line-height: 44px;
	position: relative;
	overflow: hidden
}
.cat-list {
	background-color: #f04848;
	padding-right: 64px
}
.cat-list:after {
	content: ' ';
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #efeff4
}
.cat-list a.cname {
	color: #f7f7f7;
	display: block;
	float: left;
	font-size: 15px;
	position: relative;
	font-weight: 700
}
.cat-list a.cname.active:after {
	content: ' ';
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 1px;
	background-color: #f7f7f7
}
.cat-list a.more {
	display: block;
	width: 64px;
	height: 43px;
	line-height: 44px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999999;
	font-size: 14px;
	color: #f7f7f7;
	background: #f04848 url(../img/list.png?v=2019) 0 center no-repeat;
	text-indent: 22px
}
.sort-list:after {
	content: ' ';
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
	background-color: #d5d5d5
}
.sort-list .col-xs-3 {
	text-align: center
}
.sort-list .col-xs-3 a {
	display: block;
	text-align: center;
	font-size: 15px;
	position: relative
}
.sort-list .col-xs-3 a .icon {
	vertical-align: middle;
	font-size: 20px;
	color: #acacac
}
.sort-list .col-xs-3 a.active .icon {
	color: #f04848
}
.goods-buy-btn {
	overflow: hidden;
	height: 42px;
	line-height: 42px;
	background-color: #f04848;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px
}
.goods-buy-btn a {
	display: block;
	line-height: 42px;
	float: left;
	width: 50%;
	text-align: center;
	font-size: 15px;
	color: #fff
}
.goods-buy-btn a.weixin-btn {
	background-color: #ffa847
}
.goods-buy-btn a .icon {
	font-size: 16px
}
.goods-post {
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px
}
.goods-post input {
	border-radius: 0;
	margin: 0;
	font-size: 14px
}
.goods-post input[type="submit"], .goods-post .sub {
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px 20px;
	background-color: #ffa847;
	color: #fff;
	font-size: 15px;
	border: 0
}
.goods-tab {
	overflow: hidden
}
.goods-tab a {
	display: block;
	text-align: center;
	position: relative
}
.goods-tab a.active:after {
	content: ' ';
	width: 60%;
	height: 2px;
	position: absolute;
	left: 20%;
	bottom: 0;
	z-index: 9;
	background-color: #f04848
}
.goods-choose {
	overflow-y: hidden;
	margin-bottom: 15px
}
.goods-choose label {
	display: inline-block;
	border: 2px solid #bbb;
	margin-right: 5px;
	padding: 5px 12px;
	cursor: pointer
}
.goods-choose input, .goods-radio {
	width: 0;
	height: 0;
	display: none
}
.goods-choose input:checked+label, .goods-radio:checked+label {
	border: 2px solid #f04848;
	position: relative;
	background: url(../img/checkout.gif) right bottom no-repeat
}
.goods-attr {
	list-style: none;
	padding: 0;
	margin: 0;
	padding: 15px;
	background-color: #fff
}
.goods-attr li {
	line-height: 1.8;
	margin-bottom: 8px;
	font-size: 14px;
	padding-bottom: 8px;
	text-align: justify;
	position: relative
}
.goods-attr li:after {
	content: ' ';
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	background-color: #efeff4
}
.goods-attr li:last-child {
	padding-bottom: 0
}
.goods-attr li:last-child:after {
	background: 0
}
.collapse-content {
	margin: 0 -15px -11px!important;
	padding: 0
}
.footer {
	background-color: #fff;
	text-align: center;
	padding: 15px 0;
	position: relative
}
.footer:before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 1px;
	content: '';
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
	background-color: #ddd
}
.copy-hidden {
	width: 100%;
	height: 100px;
	position: fixed;
	left: 0;
	bottom: -110px
}
.success-pay {
	padding: 25px 15px;
	overflow: hidden;
	text-align: center;
	font-size: 22px
}
.success-pay .icon {
	display: block;
	font-size: 100px;
	padding-bottom: 10px;
	color: #14ab42
}
.card-special-content {
	padding: 20px;
	font-size: 15px;
	color: #555;
	line-height: 1.6
}
.card-special-content div, .card-special-content p {
	font-size: 15px;
	color: #555
}
.card-special-content img {
	display: block;
	max-width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto
}
.card-price {
	background: #ff3638;
	width: 100%;
	height: 44px;
	overflow: hidden
}
.card-price .member-price, .card-price .goods-sales {
	height: 44px;
	line-height: 44px
}
.card-price .member-price {
	width: 60%;
	float: left;
	color: #fff
}
.card-price .member-price b {
	padding-left: 15px;
	padding-right: 5px;
	font-size: 20px;
	color: #fff
}
.card-price .goods-sales {
	float: right;
	width: 40%;
	overflow: hidden;
	color: #585858;
	background: #feef6e;
	text-align: center
}
.card-price .goods-sales em {
	display: block;
	width: 0;
	height: 0;
	border-width: 22px 22px 22px 0;
	border-style: solid;
	border-color: transparent #feef6e transparent transparent;
	margin-left: -22px;
	position: absolute
}
.table-view.before-no:before, .table-view.after-no:after {
	height: 0
}
.sales-list .sales-icon {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #f04848;
	opacity: .85;
	color: #fff;
	padding: 8px 5px;
	text-align: center;
	border-radius: 0 0 15px 15px
}
.sales-list .sales-icon span {
	display: block;
	margin-bottom: 5px
}
.card-sale {
	background: #ff3638 url(../img/sale.png) 0 0 no-repeat
}
.card-sale .member-price b {
	padding-left: 50px!important
}
.tofus {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #fff
}
.tofus li {
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	width: 50%;
	height: 80px;
	overflow: hidden
}
.tofus li img {
	line-height: 60px;
	max-width: 60px;
	height: 60px;
	position: absolute;
	left: 10px;
	top: 10px
}
.tofus li .tofu-body {
	padding-left: 80px;
	padding-top: 10px
}
.tofus li .tofu-body a {
	display: block;
	float: left;
	width: 50%;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	color: #333;
	text-indent: 8px;
	white-space: nowrap;
	text-overflow: ellipsis
}
.msg-btn {
	position: fixed;
	bottom: 64px;
	right: 0;
	z-index: 999;
	width: 36px;
	height: auto;
	overflow: hidden
}
.next-page {
	padding: 15px;
	text-align: center
}
.next-page a img {
	height: 20px;
	width: auto
}
.card-help {
	padding: 15px;
	line-height: 1.5;
	text-align: justify
}
.card-help p {
	font-size: 15px;
	color: #333
}
.card-help img {
	display: block;
	max-width: 100%;
	height: auto
}
.swiper-container {
	width: 100%;
	height: 100%
}
.swiper-slide {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}
.countdown {
	width: 100%;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	background: url("../img/countdown.jpg") no-repeat;
	background-size: 100% auto;
	font-size: 15px;
	color: #fff;
	text-indent: 20px
}
.countdown b {
	background-color: #fff;
	color: #f04848;
	font-size: 14px;
	padding: 3px 4px;
	margin: 0 4px;
	text-align: center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%
}
.pager {
	position: relative;
	height: 44px;
	line-height: 44px;
	background-color: #fff;
	margin: 10px 0;
	font-size: 16px;
	-webkit-touch-callout: none
}
.pager a {
	display: block
}
.pager a span, .pager a i {
	vertical-align: middle
}
.pager a i {
	font-size: 16px;
	color: #8c8c8c;
	padding-left: 15px
}
.bar-fixed {
	position: fixed;
	z-index: 10;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 998;
	height: 44px;
	margin: 0 auto;
	border-bottom: 0;
	background-color: #e9e6e6;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.bar-fixed ~ .mui-content {
	padding-bottom: 44px
}
.bar-fixed a {
	display: block;
	width: 20%;
	height: 44px;
	float: left;
	cursor: pointer;
	color: #010101;
	font-size: 12px;
	text-align: center
}
.bar-fixed a.a1 .mui-icon, .bar-fixed a.a2 .mui-icon, .bar-fixed a.g1 .mui-icon, .bar-fixed a.g2 .mui-icon, .bar-fixed a.g3 .mui-icon {
	display: block;
	font-size: 20px;
	margin-top: 4px
}
.bar-fixed a.a3, .bar-fixed a.a4 {
	width: 30%;
	line-height: 44px;
	font-size: 16px;
	color: #fff
}
.bar-fixed a.a3 {
	background-color: #ff8149
}
.bar-fixed a.a4 {
	background-color: #f04848
}
.bar-fixed a.g4 {
	width: 40%;
	line-height: 44px;
	font-size: 16px;
	color: #fff;
	background-color: #c50000
}
.bar-fixed a.g4 span, .bar-fixed a.g4 .mui-icon {
	vertical-align: middle
}
.bar-fixed a.g4 .mui-icon {
	font-size: 20px
}
.bar-fixed a.a3 .mui-icon, .bar-fixed a.a4 .mui-icon {
	vertical-align: middle;
	font-size: 22px;
	padding-right: 3px;
	margin-top: -1px
}

@media(max-width:320px) {
.bar-fixed a.a3, .bar-fixed a.a4 {
	font-size: 14px
}
.bar-fixed a.a3 .mui-icon, .bar-fixed a.a4 .mui-icon {
	font-size: 18px
}