.slider {
	position: relative;
	width: 100%
}

.slider,
.slider__wrapper {
	height: 100%;
	overflow: hidden
}

.slider__wrapper {
	list-style: none;
	*zoom: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d
}

.slider__item {
	height: 100%;
	float: left;
	clear: none
}

.slider__arrows-item {
	position: absolute;
	display: block;
	margin-bottom: -20px;
	padding: 20px;
	cursor: pointer
}

.slider__arrows-item--right {
	bottom: 50%;
	right: 30px
}

.slider__arrows-item--left {
	bottom: 50%;
	left: 30px
}

.slider__nav {
	position: absolute;
	bottom: 30px
}

.slider__nav-item {
	width: 12px;
	height: 12px;
	float: left;
	clear: none;
	display: block;
	margin: 0 5px;
	background: #fff
}

.slider__nav-item--current,
.slider__nav-item:hover {
	background: #ccc
}

.glide {
	position: relative;
	width: 100%;
	height: 100%
}

.glide__wrapper {
	overflow: hidden
}

.glide__track {
	position: relative;
	width: 100%;
	height: 100%;
	list-style: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform-style: preserve-3d;
	-ms-touch-action: pan-Y;
	touch-action: pan-Y
}

.glide__track.dragging {
	cursor: -webkit-grabbing;
	cursor: grabbing;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.glide__slide {
	width: 100%;
	-webkit-tap-highlight-color: transparent
}

.glide__arrows,
.glide__slide {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none
}

.glide__arrow {
	cursor: pointer
}

.glide__bullets {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.glide--carousel .glide__slide,
.glide--slider .glide__slide {
	float: left;
	clear: none
}

.glide--slideshow .glide__wrapper {
	height: 100%
}

.glide--slideshow .glide__slide {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: translateZ(0)
}

.glide--slideshow .glide__slide.active {
	z-index: 1
}

.glide__arrows {
	position: absolute
}

.glide--horizontal .glide__arrows {
	top: 50%;
	width: 92%;
	margin-left: 4%
}

.glide--vertical .glide__arrows {
	left: 50%;
	height: 88%;
	margin-top: 6%
}

.glide__arrow {
	position: absolute;
	z-index: 2;
	color: #fff;
	text-transform: uppercase;
	font: 11px Arial, sans-serif;
	padding: 9px 12px;
	background-color: transparent;
	border: 2px solid hsla(0, 0%, 100%, .5);
	border-radius: 4px;
	transition: border .3s ease-in-out
}

.glide__arrow:focus {
	outline: none
}

.glide__arrow:hover {
	border-color: #fff
}

.glide--horizontal .glide__arrow {
	transform: translateY(-50%)
}

.glide--horizontal .glide__arrow.prev {
	left: 0
}

.glide--horizontal .glide__arrow.next {
	right: 0
}

.glide--vertical .glide__arrow {
	transform: translateX(-50%)
}

.glide--vertical .glide__arrow.prev {
	top: 0
}

.glide--vertical .glide__arrow.next {
	bottom: 0
}

.glide__bullets {
	position: absolute;
	list-style: none
}

.glide--horizontal .glide__bullets {
	bottom: 8%;
	left: 0;
	width: 100%;
	height: 12px;
	text-align: center
}

.glide--vertical .glide__bullets {
	top: 50%;
	right: 8%;
	width: 12px;
	height: auto;
	transform: translateY(-50%)
}

.glide__bullets>* {
	display: inline-block;
	background-color: hsla(0, 0%, 100%, .5);
	width: 12px;
	height: 12px;
	padding: 0;
	cursor: pointer;
	border-radius: 50%;
	border: 2px solid transparent;
	transition: all .3s ease-in-out
}

.glide--horizontal .glide__bullets>* {
	margin: 0 5px
}

.glide--vertical .glide__bullets>* {
	vertical-align: middle
}

.glide__bullets>.active {
	background-color: #fff
}

.glide__bullets>:focus {
	outline: none
}

.glide__bullets>:focus,
.glide__bullets>:hover {
	border: 2px solid #fff;
	background-color: hsla(0, 0%, 100%, .5)
}

.glide--slider .glide__arrow {
	opacity: 1;
	transition: opacity .15s ease
}

.glide--slider .glide__arrow.disabled {
	opacity: .33
}

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

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

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

.swiper-container-multirow>.swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

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

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform
}

.swiper-invisible-blank-slide {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-ms-flex-align: start;
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-container-3d {
	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 {
	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: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

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

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

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

.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: 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-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-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-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-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-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-pagination {
	position: absolute;
	text-align: center;
	transition: opacity .3s;
	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-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	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: none;
	margin: 0;
	padding: 0;
	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%;
	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%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: top .2s, -webkit-transform .2s;
	transition: transform .2s, top .2s;
	transition: transform .2s, top .2s, -webkit-transform .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: left .2s, -webkit-transform .2s;
	transition: transform .2s, left .2s;
	transition: transform .2s, left .2s, -webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: right .2s, -webkit-transform .2s;
	transition: transform .2s, right .2s;
	transition: transform .2s, right .2s, -webkit-transform .2s
}

.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%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.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: hsla(0, 0%, 100%, .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-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-zoom-container {
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: 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;
	transform-origin: 50%;
	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")
}

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

.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 {
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	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;
	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 {
	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;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="50" /></filter></svg>#filter');
	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
}

.tipso_bubble,
.tipso_bubble>.tipso_arrow {
	box-sizing: border-box
}

.tipso_bubble {
	position: absolute;
	text-align: center;
	border-radius: 6px;
	z-index: 9999
}

.tipso_style {
	cursor: help;
	border-bottom: 1px dotted
}

.tipso_title {
	border-radius: 6px 6px 0 0
}

.tipso_content {
	word-wrap: break-word;
	padding: .5em
}

.tipso_bubble.tiny {
	font-size: 9.6px;
	font-size: .6rem
}

.tipso_bubble.small {
	font-size: 12.8px;
	font-size: .8rem
}

.tipso_bubble.default {
	font-size: 16px;
	font-size: 1rem
}

.tipso_bubble.large {
	font-size: 19.2px;
	font-size: 1.2rem;
	width: 100%
}

.tipso_bubble>.tipso_arrow {
	position: absolute;
	width: 0;
	height: 0;
	border: 8px solid;
	pointer-events: none
}

.tipso_bubble.top>.tipso_arrow {
	border-top-color: #000;
	border-bottom-color: transparent;
	top: 100%
}

.tipso_bubble.bottom>.tipso_arrow,
.tipso_bubble.top>.tipso_arrow {
	border-right-color: transparent;
	border-left-color: transparent;
	left: 50%;
	margin-left: -8px
}

.tipso_bubble.bottom>.tipso_arrow {
	border-bottom-color: #000;
	border-top-color: transparent;
	bottom: 100%
}

.tipso_bubble.left>.tipso_arrow {
	border-left-color: #000;
	border-right-color: transparent;
	left: 100%
}

.tipso_bubble.left>.tipso_arrow,
.tipso_bubble.right>.tipso_arrow {
	border-top-color: transparent;
	border-bottom-color: transparent;
	top: 50%;
	margin-top: -8px
}

.tipso_bubble.right>.tipso_arrow {
	border-right-color: #000;
	border-left-color: transparent;
	right: 100%
}

.tipso_bubble.top_right_corner,
.tipso_bubble .top_right_corner {
	border-bottom-left-radius: 0
}

.tipso_bubble.bottom_right_corner,
.tipso_bubble .bottom_right_corner {
	border-top-left-radius: 0
}

.tipso_bubble.top_left_corner,
.tipso_bubble .top_left_corner {
	border-bottom-right-radius: 0
}

.tipso_bubble.bottom_left_corner,
.tipso_bubble .bottom_left_corner {
	border-top-right-radius: 0
}

.pb_top_topics {
	padding-top: 30px
}

.pb_top_topics .top_topics_title {
	padding-left: 20px;
	height: 38px;
	line-height: 38px;
	background-color: #fafafa;
	color: #161616;
	font-size: 14px;
	font-weight: 700;
	border: 1px solid #f0f0f0;
	margin-bottom: 37px
}

.pb_top_topics .top_topics_content:after {
	content: "";
	width: 0;
	overflow: hidden;
	display: block;
	clear: both
}

.pb_top_topics .top_topics_content {
	width: 100%
}

.pb_top_topics .top_topics_left {
	width: 427px;
	height: 511px;
	float: left;
	background: #fff;
	border: 1px solid #e8e8e8
}

.pb_top_topics .top_topics_left:hover {
	box-shadow: 0 3px 17px 0 rgba(0, 0, 0, .09)
}

.pb_top_topics .ttl_img {
	width: 100%;
	height: 318px;
	background-size: cover;
	background-position: 50%;
	cursor: pointer
}

.pb_top_topics .ttl_info {
	padding: 26px 47px 37px 27px
}

.pb_top_topics .info_title {
	color: #4a4a4a;
	display: inline-block;
	font-weight: 700;
	vertical-align: bottom
}

.pb_top_topics .ttl_info_title {
	margin-bottom: 7px;
	font-size: 16px;
	width: 100%
}

.pb_top_topics .info_desc {
	font-size: 12px;
	color: #9b9b9b;
	letter-spacing: 0;
	line-height: 19px
}

.pb_top_topics .ttl_info_desc {
	margin-bottom: 35px
}

.pb_top_topics .label_item {
	display: inline-block;
	min-width: 77px;
	height: 30px;
	border: 1px solid #e9e9e9;
	border-radius: 2px;
	font-size: 12px;
	color: #4a4a4a;
	text-align: center;
	line-height: 30px;
	margin-right: 5px
}

.pb_top_topics .top_topics_right {
	width: 426px;
	float: right
}

.pb_top_topics .ttr_item {
	position: relative;
	padding-left: 120px;
	width: 100%;
	height: 120px;
	background: #fff;
	border: 1px solid #e8e8e8;
	margin-bottom: 10px
}

.pb_top_topics .ttr_item:hover {
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, .09)
}

.pb_top_topics .ttr_item::last-child {
	margin-bottom: 0
}

.pb_top_topics .ttr_img {
	position: absolute;
	left: 0;
	top: 0;
	width: 120px;
	height: 118px;
	background-size: cover;
	background-position: 50%;
	cursor: pointer
}

.pb_top_topics .ttr_info_title {
	margin-bottom: 4px;
	width: 100%;
	font-size: 14px
}

.pb_top_topics .ttr_info_desc {
	margin-bottom: 9px
}

.pb_top_topics .ttr_labels {
	height: 30px;
	overflow: hidden
}

.pb_top_topics .ttr_info {
	padding: 18px
}

.pb_ellipsis {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.pb_ellipsis-2 {
	height: 40px;
	overflow: hidden;
	text-overflow: -o-ellipsis-lastline;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2
}

.pb_topics_tag {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 30px;
	height: 148px;
	overflow: hidden
}

.pb_topics_tag.active {
	height: 100%
}

.pb_topics_tag .topics_tag_first,
.pb_topics_tag .topics_tag_second {
	width: 427px
}

.pb_topics_tag .topics_tag_item {
	position: relative;
	padding-left: 66px;
	height: 64px;
	background-color: #fff;
	border: 1px solid #e8e8e8;
	margin-bottom: 10px
}

.pb_topics_tag .topics_tag_item:hover {
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, .09)
}

.pb_topics_tag .tti_img {
	position: absolute;
	left: 0;
	top: 0;
	width: 66px;
	height: 63px;
	background-size: cover;
	background-position: 50%;
	cursor: pointer
}

.pb_topics_tag .tti_info {
	padding: 16px;
	font-size: 12px
}

.pb_topics_tag .tti_info_title {
	width: 100%;
	color: #4a4a4a;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle
}

.pb_topics_tag .tti_info_intro {
	color: #9b9b9b
}

.pb_load_more {
	text-align: center;
	font-size: 14px;
	color: #9b9b9b;
	line-height: 18px;
	margin-top: 30px;
	cursor: pointer
}

.pb_load_more_icon {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #9b9b9b;
	margin: 5px auto
}

.category_box_pc .cate_cont {
	margin-top: 34px
}

.category_box_pc .glide__wrapper {
	width: 100%
}

.category_box_pc .glide__track {
	margin-right: -32px
}

.category_box_pc .glide__arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: 1px solid #656565;
	border-radius: 3px;
	width: 43px;
	height: 43px;
	z-index: 2;
	cursor: pointer
}

.category_box_pc .glide__arrow:hover {
	background-color: #161616
}

.category_box_pc .glide__arrow:hover.prev:after {
	border-right-color: #fff
}

.category_box_pc .glide__arrow:hover.next:after {
	border-left-color: #fff
}

.category_box_pc .glide__arrow.disabled,
.category_box_pc .glide__arrow.disabled:hover {
	border-color: #ebebeb;
	background-color: #fff
}

.category_box_pc .glide__arrow.disabled.prev:after,
.category_box_pc .glide__arrow.disabled:hover.prev:after {
	border-right-color: #c2c2c2
}

.category_box_pc .glide__arrow.disabled.next:after,
.category_box_pc .glide__arrow.disabled:hover.next:after {
	border-left-color: #c2c2c2
}

.category_box_pc .glide__arrow.next:after,
.category_box_pc .glide__arrow.prev:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border: 8px solid transparent
}

.category_box_pc .glide__arrow.prev {
	left: -60px
}

.category_box_pc .glide__arrow.prev:after {
	left: 8px;
	border-right-color: #161616
}

.category_box_pc .glide__arrow.next {
	right: -60px
}

.category_box_pc .glide__arrow.next:after {
	left: 18px;
	border-left-color: #161616
}

.category_box_pc .item_shadow {
	content: "";
	display: none;
	position: absolute;
	width: 90%;
	left: 5%;
	height: 100px;
	bottom: 6px;
	background-color: transparent;
	box-shadow: 0 3px 36px 0 rgba(68, 68, 68, .15)
}

.category_box_pc .glide__slide {
	display: inline-block;
	width: 244px;
	margin-right: 10px;
	margin-bottom: 20px;
	position: relative;
	background-color: #fff;
	border: 1px solid #e9e9e9
}

.category_box_pc .glide__slide:hover .item_shadow {
	display: block
}

.category_box_pc .glide__slide:hover .img {
	transform: scale(1.06)
}

.category_box_pc .glide__slide:last-of-type {
	margin-right: 0
}

.category_box_pc .cate_img {
	height: 238px;
	width: 100%;
	overflow: hidden;
	position: relative
}

.category_box_pc .cate_img .img {
	background-size: cover;
	background-position: 50%;
	height: 100%;
	width: 100%;
	transition: all .4s
}

.category_box_pc .cate_img:hover .cate_cinfo {
	transform: translateY(0);
	opacity: 1
}

.category_box_pc .colors_label {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 0 8px;
	background-color: transparent;
	border: 1px solid #999;
	color: #666;
	font-size: 12px;
	border-radius: 4px
}

.category_box_pc .cate_cinfo {
	opacity: 0;
	transform: translateY(calc(100% + 10px));
	padding: 6px 10px;
	position: absolute;
	width: 200px;
	bottom: 10px;
	left: 10px;
	background-color: #fff;
	border-radius: 5px;
	font-size: 12px;
	transition: all .3s
}

.category_box_pc .cate_colors,
.category_box_pc .color_list {
	display: -ms-flexbox;
	display: flex
}

.category_box_pc .color_list {
	margin-top: 3px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.category_box_pc .color_item {
	margin-right: 8px;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	border: 1px solid #dfdfdf;
	background-color: #fff
}

.category_box_pc .color_item:nth-of-type(n+11) {
	margin-top: 4px
}

.category_box_pc .cate_info {
	padding: 14px 8px 0;
	z-index: 4;
	display: -ms-flexbox;
	-ms-flex-flow: column;
	flex-flow: column;
	background-color: #fff
}

.category_box_pc .cate_name {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-bottom: 8px;
	width: 100%;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	font-size: 15px;
	font-weight: 700;
	border-bottom: 1px solid #f0f0f0
}

.category_box_pc .cate_call {
	color: #ff5859
}

.category_box_pc .cate_desc {
	margin-top: 18px;
	color: #9b9b9b;
	font-size: 13px
}

.category_box_pc .cate_desc__box {
	margin-bottom: 10px;
	display: -ms-flexbox;
	display: flex
}

.category_box_pc .ate_desc__text {
	color: #6f6f6f;
	line-height: 21px
}

.category_box_pc .cate_desc__title {
	margin-right: 6px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	background-size: cover
}

.category_box_pc .cate_desc__title.advs--icon {
	background-image: url(https://www.yilan99.com/images/yilan_23.png)
}

.category_box_pc .cate_desc__title.command--icon {
	background-image: url(https://www.yilan99.com/images/yilan_24.png)
}

.category_box_pc .cate_price {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	z-index: 2
}

.category_box_pc .cate_price span {
	font-size: 12px
}

.category_box_pc .cate_bimg {
	position: relative;
	margin-top: 50px;
	height: 480px;
	background-size: cover
}

.category_box_pc .category_more {
	background-image: linear-gradient(90deg, #ffec6b, #ffdc00);
	height: 48px;
	width: 178px;
	border-radius: 5px;
	margin: 60px auto 10px;
	color: #161616;
	font-size: 14px;
	text-align: center;
	line-height: 48px;
	font-weight: 700;
	cursor: pointer
}

.customer_wrap {
	padding: 50px 0;
	width: 100%;
	background-color: #fff
}

.customer_title {
	text-align: center;
	font-size: 28px;
	font-weight: 700
}

.customer_desc {
	margin: 18px auto 0;
	text-align: center;
	font-size: 16px;
	color: #9b9b9b;
	line-height: 1.6em
}

.comment-slider {
	margin: 0 auto;
	width: 1000px
}

.comment-slider .comment-slider_box,
.comment-slider .swiper-container {
	position: relative;
	margin: 0 auto;
	width: 800px
}

.comment-slider .swiper-container {
	padding-top: 5px;
	height: 365px;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.comment-slider .swiper-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 50px;
	height: 365px;
	transition: all .4s
}

.comment-slider .swiper-slide {
	width: 240px;
	position: relative;
	margin-right: 30px;
	transition: margin .3s;
	cursor: pointer
}

.comment-slider .swiper-slide:last-child {
	margin-right: 0
}

.comment-slider .swiper-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 60px;
	font-weight: 400;
	color: #dbdbdb;
	cursor: pointer;
	background-image: none;
	width: 60px;
	height: 60px
}

.comment-slider .swiper-btn.swiper-button-disabled {
	opacity: .6
}

.comment-slider .swiper-button-prev {
	left: -100px
}

.comment-slider .swiper-button-next {
	right: -100px
}

.comment-slider .ce_box {
	width: 240px;
	height: 275px;
	background-color: #f5f5f5
}

.comment-slider .ce_box-c {
	width: 240px;
	height: 290px;
	box-shadow: 0 21px 12px -14px hsla(0, 0%, 61%, .45)
}

.comment-slider .ce_box_header {
	position: relative
}

.comment-slider .ce_box_header_logo {
	width: 40px;
	position: absolute;
	left: 12px;
	top: 12px
}

.comment-slider .header_logo-c {
	width: 50px;
	position: absolute;
	left: 12px;
	top: 12px
}

.comment-slider .ce_box_header_img {
	width: 60px;
	margin: 0 auto
}

.comment-slider .header_img-c {
	width: 70px;
	margin: 0 auto
}

.comment-slider .ce_box_header_ver {
	margin-top: -32px;
	width: 60px;
	height: auto
}

.comment-slider .header_ver-c {
	width: 70px;
	height: auto;
	margin-top: -37px
}

.comment-slider .ce_box_name {
	font-size: 12px;
	color: #101010;
	letter-spacing: -.79px;
	font-weight: 700;
	margin: 15px 0 6px
}

.comment-slider .box_name-c {
	font-size: 14px
}

.comment-slider .ce_box_company {
	font-size: 10px;
	color: #605e5e;
	letter-spacing: -.66px;
	font-weight: 700
}

.comment-slider .box_company-c {
	font-size: 12px
}

.comment-slider .ce_box_comment {
	font-size: 12px;
	color: #605e5e;
	text-align: justify;
	padding: 30px
}

.comment-slider .box_comment-c {
	font-size: 13px
}

.customer_m_title {
	font-size: 18px;
	font-weight: 700;
	text-align: center
}

.customer_m_intro {
	margin-top: 14px;
	padding: 0 14px;
	font-size: 13px;
	color: #272727;
	line-height: 24px;
	text-align: center
}

.customer-comment-list {
	margin-top: 30px
}

.customer-comment-banner {
	margin: 50px auto 0;
	position: relative
}

.customer-comment-banner .glide {
	position: relative;
	height: 200px;
	overflow: hidden
}

.customer-comment-banner .glide__arrows {
	position: static
}

.customer-comment-banner .glide__arrow {
	border: none;
	padding: 15px;
	height: 22px;
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: 50%
}

.customer-comment-banner .glide__arrow.prev {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%)
}

.customer-comment-banner .glide__arrow.next {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}

.customer-comment-banner .comment_box {
	width: 260px;
	height: 200px;
	margin: 0 auto
}

.customer-comment-banner .comment_header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.customer-comment-banner .comment_header_portrait {
	width: 60px;
	height: 100%
}

.customer-comment-banner .comment_header_img {
	width: 60px;
	height: auto
}

.customer-comment-banner .comment_header_logo {
	width: 34px;
	height: 25px;
	background-size: contain;
	background-repeat: no-repeat
}

.customer-comment-banner .comment_header_infor {
	text-align: left
}

.customer-comment-banner .header_infor_line {
	width: 30px;
	height: 3px;
	background-color: #ffdc00
}

.customer-comment-banner .header_infor_name {
	font-size: 14px;
	color: #101010;
	letter-spacing: -.92px;
	text-align: left;
	font-weight: 700;
	margin-top: 5px
}

.customer-comment-banner .header_infor_company {
	font-size: 12px;
	color: #555;
	margin-top: 5px
}

.customer-comment-banner .comment_desc {
	font-size: 12px;
	color: #000;
	text-align: justify;
	margin-top: 20px;
	letter-spacing: 1.66px
}


.pl_prod_item {
	margin: 0 14px 5px 0;
	width: 230px;
	height: 270px
}

.pl_prod_item:nth-child(3n) {
	margin-right: 0
}

.pl_prod_left {
	width: 267px;
	height: 535px;
	transition: all .1s
}

.pl_prod_left:hover {
	transform: scale(1.02);
	box-shadow: 0 5px 6px 5px #f0f0f0
}

.pl_prod_img {
	width: 230px;
	height: 230px;
	transition: all .1s
}

.pl_prod_item:hover .pl_prod_img {
	transform: scale(1.02);
	box-shadow: 0 5px 5px 3px #f7f5f5
}

.pl_prod_more {
	width: 43px
}

.pl_pm_line {
	width: 100%;
	height: 8px;
	background-color: #ffdd06
}

.pl_prod_price {
	position: absolute;
	top: -4px;
	right: 10px
}

.pl_prod_price_o {
	position: absolute;
	top: 0;
	right: 10px
}

.pl_prod_price_ori {
	position: absolute;
	right: 6px;
	bottom: 10px
}

.prod_list .dis_img {
	position: relative;
	left: -1px
}

.prod_list .prod_list_topics .top_topics_left,
.prod_list .prod_list_topics .top_topics_right,
.prod_list .prod_list_topics .topics_tag_first,
.prod_list .prod_list_topics .topics_tag_second {
	width: 490px
}

.plm_prod_items {
	padding-left: 5.3vw;
	padding-right: 5.3vw
}

.plm_prod_item {
	margin-right: 2.66vw;
	margin-bottom: 3vw;
	width: 43.33vw
}

.plm_prod_item:nth-child(2n) {
	margin-right: 0
}

.plm_prod_img {
	width: 43.3vw;
	height: 45vw
}

.marb-none {
	margin-bottom: 0
}

.prod_body .main__header.tshe_dis_hidden:not(.main__header--move-up) {
	display: -ms-flexbox;
	display: flex
}

.prod_wrap .shadow_y_r {
	background-image: linear-gradient(90deg, #ffec6b, #ffdc00);
	border: none !important
}

.prod_wrap .shadow_y_r:hover {
	background-image: linear-gradient(90deg, #ffec76, #ffde47)
}

.prod_wrap .fade {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: all .3s
}

.case_content .fade.visible {
	opacity: 1;
	visibility: visible
}
.advs_content .fade.visible2{
	opacity: 1;
	visibility: visible
}
.prod_wrap .category_wrap {
	margin: 40px auto 0;
	width: 1000px
}

.prod_wrap .category_wrap .cate_nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center
}

.prod_wrap .category_wrap .nav_list--fixed {
	position: fixed;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background-color: #fff;
	box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .07)
}

.prod_wrap .category_wrap .nav_list--fixed.nav_list--fixed--none {
	display: none
}

.prod_wrap .category_wrap .nav_list--fixed .nav_item {
	margin-left: 0;
	padding: 0 20px;
	font-size: 16px;
	color: #656565;
	height: 60px;
	width: auto;
	line-height: 60px;
	font-size: 14px
}

.prod_wrap .category_wrap .nav_list--fixed .nav_item.active,
.prod_wrap .category_wrap .nav_list--fixed .nav_item:hover {
	background: none;
	box-shadow: none;
	color: #161616
}

.prod_wrap .category_wrap .nav_list--fixed .nav_item.active .cata_name,
.prod_wrap .category_wrap .nav_list--fixed .nav_item:hover .cata_name {
	position: relative
}

.prod_wrap .category_wrap .nav_list--fixed .nav_item.active .cata_name:after,
.prod_wrap .category_wrap .nav_list--fixed .nav_item:hover .cata_name:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	height: 2px;
	width: 100%;
	background-color: #161616
}

.prod_wrap .category_wrap .nav_title {
	font-size: 22px;
	font-weight: 700;
	color: #161616
}

.prod_wrap .category_wrap .nav_title_tip {
	margin-top: 6px;
	color: #6f6f6f;
	font-size: 12px
}

.prod_wrap .category_wrap .nav_title_tip_icon {
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	background-color: #9b9b9b;
	color: #fff;
	font-size: 12px;
	border-radius: 50%
}

.prod_wrap .category_wrap .nav_list {
	display: -ms-flexbox;
	display: flex
}

.prod_wrap .category_wrap .nav_item {
	display: -ms-flexbox;
	display: flex;
	margin-left: 5px;
	-ms-flex-flow: column;
	flex-flow: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	height: 98px;
	width: 98px;
	border-radius: 4px;
	transition: none
}

.prod_wrap .category_wrap .nav_item.active,
.prod_wrap .category_wrap .nav_item:hover {
	background-image: linear-gradient(180deg, #ffec6b, #ffdc00);
	font-weight: 700;
	box-shadow: 0 6px 10px 0 rgba(255, 234, 146, .69)
}

.prod_wrap .category_wrap .nav_item.active .cata_icon,
.prod_wrap .category_wrap .nav_item:hover .cata_icon {
	opacity: .7
}

.prod_wrap .category_wrap .nav_item.active .cata_icon {
	opacity: 1
}

.prod_wrap .category_wrap .cata_icon {
	margin-bottom: 8px;
	width: auto;
	height: 36px
}

.prod_wrap .case_wrap {
	position: relative;
	margin-top: 70px;
	height: 710px
}

.prod_wrap .case_wrap .cont_item {
	width: 100%;
	height: 100%
}

.prod_wrap .case_wrap .cont_item.item4 .case_detail {
	margin-top: 23px
}

.prod_wrap .case_wrap .cont_item.item5 .case_detail {
	margin-top: 73px
}

.prod_wrap .case_wrap .case_tab {
	position: absolute;
	top: 408px;
	left: 0;
	width: 100%
}

.prod_wrap .case_wrap .case_tab,
.prod_wrap .case_wrap .tab_item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 2
}

.prod_wrap .case_wrap .tab_item {
	position: relative;
	-ms-flex-align: center;
	align-items: center;
	color: #c1c0c2;
	font-weight: 700;
	margin-right: 24px;
	cursor: pointer;
	border: 3px solid #fff;
	border-radius: 5px;
	width: 78px;
	height: 78px;
	background-size: cover;
	text-align: center;
	box-shadow: 0 2px 4px 0 hsla(0, 0%, 70%, .5)
}

.prod_wrap .case_wrap .tab_item:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	top: 0;
	left: 0;
	z-index: -1
}

.prod_wrap .case_wrap .tab_item.active {
	box-shadow: 0 4px 10px 0 hsla(0, 0%, 46%, .6);
	color: #fff
}

.prod_wrap .case_wrap .tab_item.active:after {
	content: "";
	background-color: transparent
}

.prod_wrap .case_wrap .case_info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	-ms-flex-align: center;
	align-items: center;
	height: 450px;
	background-size: cover !important;
	color: #fff;
	font-weight: 700
}

.prod_wrap .case_wrap .case_info_link {
	position: absolute;
	top: 0;
	width: 100%;
	height: 450px;
	cursor: pointer
}

.prod_wrap .case_wrap .case_logo {
	margin-top: 50px;
	width: 154px;
	height: 154px;
	background-size: cover !important
}

.prod_wrap .case_wrap .case_sub {
	margin-top: 4px;
	font-size: 18px;
	text-align: center;
	width: 1200px
}

.prod_wrap .case_wrap .case_detail {
	margin-top: 48px;
	width: 126px;
	height: 48px;
	line-height: 48px;
	border-radius: 5px;
	font-weight: 700;
	color: #161616;
	text-align: center
}

.prod_wrap .case_wrap .oc_img {
	margin-top: 60px;
	margin-bottom: 30px;
	width: 1200px;
	height: 90px;
	background-size: cover !important
}

.prod_wrap .case_wrap .other_case {
	text-align: center;
	-ms-flex-flow: column;
	flex-flow: column;
	height: 260px;
	background-color: #f7f7f7
}

.prod_wrap .case_wrap .other_case,
.prod_wrap .case_wrap .other_case a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.prod_wrap .case_wrap .other_case a {
	opacity: .9;
	color: #5d5d5d;
	font-size: 14px
}

.prod_wrap .case_wrap .other_case i {
	color: #5d5d5d;
	font-size: 18px
}

.prod_wrap .advs_wrap {
	margin: 60px auto 0;
	width: 877px
}

.prod_wrap .advs_wrap .advs_title {
	text-align: center;
	font-size: 28px;
	font-weight: 700
}

.prod_wrap .advs_wrap .advs_title span {
	display: block;
	margin-top: 17px;
	font-size: 16px;
	color: #9b9b9b;
	font-weight: 400
}

.prod_wrap .advs_wrap .advs_tab {
	margin-top: 38px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

.prod_wrap .advs_wrap .tab_item {
	margin-right: 20px;
	width: 113px;
	height: 44px;
	line-height: 44px;
	border-radius: 5px;
	border: 1px solid #e1e1e1;
	text-align: center;
	cursor: pointer
}

.prod_wrap .advs_wrap .tab_item.shadow_y_r {
	font-weight: 700
}

.prod_wrap .advs_wrap .advs_content {
	position: relative;
	margin-top: 38px;
	height: 484px
}

.prod_wrap .advs_wrap .advs_img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50%;
	border-radius: 6px
}

.prod_wrap .fqa_wrap {
	margin-top: 100px;
	padding: 84px 0;
	background-color: #fafafa
}

.prod_wrap .fqa_wrap .fqa_content {
	margin: 0 auto;
	width: 1000px
}

.prod_wrap .fqa_wrap .fqa_title {
	font-size: 28px;
	font-weight: 700;
	text-align: center
}

.prod_wrap .fqa_wrap .cont_wrap {
	margin-top: 40px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.prod_wrap .fqa_wrap .coll {
	width: 308px
}

.prod_wrap .fqa_wrap .item_head {
	display: block;
	position: relative;
	margin-bottom: 24px;
	background-size: cover;
	height: 190px
}

.prod_wrap .fqa_wrap .item_head span {
	position: absolute;
	display: block;
	-ms-flex-align: center;
	align-items: center;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .48));
	color: #fff;
	font-weight: 700;
	text-indent: 12px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.prod_wrap .fqa_wrap .l_item {
	margin-top: 8px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.prod_wrap .fqa_wrap .fqa_name {
	color: #181818
}

.prod_wrap .fqa_wrap .colr {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	width: 346px
}

.prod_wrap .fqa_wrap .r_item {
	margin-bottom: 24px;
	display: -ms-flexbox;
	display: flex
}

.prod_wrap .fqa_wrap .r_item .item_img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 20px;
	width: 135px;
	height: 96px;
	background-size: cover
}

.prod_wrap .fqa_wrap .r_item .item_info {
	width: 196px;
	margin-top: 10px
}

.prod_wrap .fqa_wrap .r_item .r_title {
	font-size: 16px;
	color: #181818;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.prod_wrap .fqa_wrap .r_item .r_desc {
	margin-top: 10px;
	color: #9b9b9b;
	height: 40px;
	overflow: hidden
}

.prod_wrap .more_body {
	position: fixed;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	z-index: 999;
	left: 0;
	top: 0;
	display: none
}

.prod_wrap .more_body.active,
.prod_wrap .more_body_box {
	display: -ms-flexbox;
	display: flex
}

.prod_wrap .more_body_box {
	position: relative;
	margin: auto;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 3px;
	background: #fff;
	width: 354px;
	padding: 50px 0;
	-ms-flex-align: center;
	align-items: center
}

.prod_wrap .more_close_icon {
	position: absolute;
	top: 5px;
	right: -40px;
	font-size: 30px;
	color: #fff;
	cursor: pointer
}

.prod_wrap .more_body_box>span {
	text-align: center;
	color: #161616;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700
}

.prod_wrap .more_title_mg {
	margin-bottom: 5px
}

.prod_wrap .more_input_box {
	display: -ms-flexbox;
	display: flex;
	border: 1px solid #ededed;
	border-radius: 3px;
	width: 269px;
	margin-top: 10px
}

.prod_wrap .more_input_box .img-code {
	width: 120px;
	height: 36px;
	transform: translateY(-5px)
}

.prod_wrap .more_input_verify {
	display: none
}

.prod_wrap .more_input_verify.visible {
	display: -ms-flexbox;
	display: flex;
	overflow: hidden
}

.prod_wrap .more_input_box>input {
	-ms-flex: 1;
	flex: 1;
	border: 0;
	height: 36px;
	text-indent: 10px;
	font-size: 13px;
	color: #a3a3a3;
	padding: 0
}

.prod_wrap .more_input_box>textarea {
	-ms-flex: 1;
	flex: 1;
	border: 0;
	height: 100px;
	padding: 10px;
	font-size: 13px;
	color: #a3a3a3
}

.prod_wrap .more_input_code {
	position: relative;
	background: linear-gradient(0, #fff000, 0, #ffdc00);
	height: 36px;
	width: 93px;
	text-align: center;
	line-height: 36px;
	font-size: 13px;
	color: #414141;
	font-weight: 700
}

.prod_wrap .more_body_box .more_input_code.waiting {
	background: transparent;
	border-left: 1px solid #ededed
}

.prod_wrap .more_submit {
	background: linear-gradient(0, #fff000, 0, #ffdc00);
	width: 269px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #414141;
	font-weight: 700;
	margin-top: 50px;
	cursor: pointer
}

.prod_wrap .more_bottom_title {
	-ms-flex-item-align: start;
	align-self: flex-start;
	font-size: 12px;
	line-height: 12px;
	margin-top: 8px;
	margin-left: 42px;
	color: #a3a3a3
}

.wx_about__wrap .wx_about__img {
	width: 100%
}

.wx_about__wrap .about_video {
	position: absolute;
	top: 26%;
	left: 5%;
	width: 90%
}

.wx_about__wrap .fourth_session__video {
	width: 100%;
	height: 200px;
	background: url(/) no-repeat;
	background-size: cover;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	box-shadow: none
}

.wx_about__wrap .user_guide__video_modal {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	width: 100%;
	height: 100%
}

.wx_about__wrap .video_content {
	height: 200px
}

.wx_about__wrap .video__close_button {
	position: absolute;
	right: -20px;
	top: -20px;
	font-size: 20px
}

.wx_about__wrap .huser_guide__video_icon {
	transition: all .45s
}

.wx_about__wrap .huser_guide__video_icon:hover {
	transform: scale(1.1)
}

.wx_about__wrap .icon-tshe-play {
	font-size: 60px;
	color: #fff
}

.wx_about__wrap .tenvideo_player {
	width: 100% !important;
	height: 200px !important
}

.wx_about__wrap .wx_about_logo {
	margin: 0 15px 80px;
	text-align: center;
	height: 2px;
	background-color: #efefef
}

.wx_about__wrap .wx_about_logo_img {
	position: relative;
	top: -10px;
	padding: 0 10px;
	width: auto;
	height: 16px;
	background-color: #fff
}

.wx_about__wrap .team_card {
	margin-top: 10px;
	padding: 6px;
	border: 3px dashed gold;
	border-radius: 6px
}

.wx_about__wrap .team_card_inner {
	position: relative;
	padding: 20px 20px 20px 110px;
	min-height: 100px;
	background-color: gold;
	text-align: left;
	border-radius: 6px
}

.wx_about__wrap .team_card_img {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	width: 70px
}

.wx_about__wrap .team_card_h {
	text-align: left;
	color: #444;
	font-size: 14px;
	font-weight: 700
}

.wx_about__wrap .team_card_p {
	margin-top: 10px;
	color: #444;
	font-size: 12px;
	text-align: justify;
	line-height: 18px
}

@media only screen and (max-width:340px) {
	.wx_about__wrap .team_card_inner {
		padding: 15px 10px 15px 90px
	}

	.wx_about__wrap .team_card_img {
		width: 60px
	}
}

.wx_production__wrap .wx_production__img {
	width: 100%
}

.wx_production__wrap .about_video {
	position: absolute;
	top: 26%;
	left: 5%;
	width: 90%
}

.wx_production__wrap .fourth_session__video {
	width: 100%;
	height: 200px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	box-shadow: none
}

.wx_production__wrap .user_guide__video_modal {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	width: 100%;
	height: 100%
}

.wx_production__wrap .video__close_button {
	position: absolute;
	right: -20px;
	top: -20px;
	font-size: 20px
}

.wx_production__wrap .huser_guide__video_icon {
	transition: all .45s
}

.wx_production__wrap .huser_guide__video_icon:hover {
	transform: scale(1.1)
}

.wx_production__wrap .icon-tshe-play {
	font-size: 60px;
	color: #fff
}

.wx_production__wrap .tenvideo_player {
	width: 100% !important;
	height: 200px !important
}

.wx_production__wrap .wx_production_logo {
	margin: 20px 15px 80px;
	text-align: center;
	height: 2px;
	background-color: #efefef
}

.wx_production__wrap .wx_production_logo_img {
	position: relative;
	top: -10px;
	padding: 0 10px;
	width: auto;
	height: 16px;
	background-color: #fff
}

.production_main {
	margin-bottom: 0
}

.production__wrap .product-head {
	background-color: #ffd442
}

.production__wrap .product-head .product-head_box {
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	height: 474px;
	width: 1440px;
	background-size: cover
}

.production__wrap .product-head .head-title {
	margin-top: -24px;
	margin-right: 60px
}

.production__wrap .product-head .head-logo img {
	width: 110px
}

.production__wrap .product-head .head-title_text,
.production__wrap .product-head .head-title_text--sub {
	color: #161616;
	font-weight: 700
}

.production__wrap .product-head .head-title_text {
	font-size: 34px
}

.production__wrap .product-head .head-title_text--sub {
	margin-top: 4px;
	font-size: 16px
}

.production__wrap .product-head .head-title_line {
	margin-top: 66px;
	width: 30px;
	height: 5px;
	background-color: #000
}

.production__wrap .product-head .product-video {
	position: relative;
	width: 554px;
	height: 312px;
	border-radius: 10px;
	box-shadow: 0 20px 30px 0 rgba(218, 154, 0, .42)
}

.production__wrap .product-head .tencent-play-pause {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 52px;
	height: 52px;
	background-image: url(https://www.yilan99.com/images/yilan_43.png)
}

.production__wrap .product-head .user_guide__video_modal {
	display: none
}

.production__wrap .product-head .video__close_button {
	position: absolute;
	right: -15px;
	top: -15px
}

.production__wrap .product-body {
	margin-top: 70px
}

.production__wrap .product-body .product-num {
	width: 54px;
	height: 66px;
	background-size: cover
}

.production__wrap .product-body .product-num.num--02,
.production__wrap .product-body .product-num.num--03 {
	width: 61px
}

.production__wrap .product-body .product-num.num--04 {
	width: 63px
}

.production__wrap .product-body .product-num.num--05 {
	width: 61px
}

.production__wrap .product-body .product-title {
	margin-top: 27px;
	font-size: 24px;
	font-weight: 700
}

.production__wrap .product-body .product-title_sub {
	margin-top: 8px;
	font-size: 18px;
	color: #ffd423;
	font-weight: 400
}

.production__wrap .product-body .product-text {
	margin-top: 30px;
	font-size: 14px;
	color: #000;
	line-height: 24px
}

.production__wrap .product-body .product-text p {
	margin-bottom: 20px
}

.production__wrap .product-body .product-text--strong {
	position: relative;
	font-size: 22px;
	font-weight: 700;
	z-index: 2
}

.production__wrap .product-body .product-text--strong:after {
	content: "";
	position: absolute;
	top: 14px;
	width: 100%;
	height: 14px;
	background-color: #fdd42f;
	left: 0;
	z-index: -1
}

.production__wrap .product-body .product-strength_title {
	font-size: 28px;
	font-weight: 700;
	color: #161616;
	text-align: center
}

.production__wrap .product-body .strength-list_item {
	padding: 70px 0 90px
}

.production__wrap .product-body .strength-list_item.item--bg {
	background-color: #f7f7f7
}

.production__wrap .product-body .strength-list_item.item--reverse .strength-item_box {
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-flow: row-reverse;
	flex-flow: row-reverse
}

.production__wrap .product-body .strength-list_item.item--reverse .product-img_frame {
	margin-right: 0
}

.production__wrap .product-body .strength-list_item.item--reverse .product-img_frame img {
	width: 100%
}

.production__wrap .product-body .strength-item_box {
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 970px
}

.production__wrap .product-body .strength-item_box.item-box--column {
	-ms-flex-flow: column;
	flex-flow: column
}

.production__wrap .product-body .product-img_frame {
	position: relative;
	margin-right: 90px;
	width: 516px;
	height: 362px
}

.production__wrap .product-body .product-img_frame img {
	position: relative;
	z-index: 2
}

.production__wrap .product-body .product-img_frame:after {
	content: "";
	position: absolute;
	top: 22px;
	right: 22px;
	width: 100%;
	height: 100%;
	border: 5px solid #ffdc00
}

.production__wrap .product-body .strength-info {
	margin-top: 10px
}

.production__wrap .product-body .product-service {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 58px
}

.production__wrap .product-body .product-service:after {
	content: "";
	position: absolute;
	right: 70px;
	bottom: 0;
	width: 482px;
	height: 408px;
	border: 5px solid #ffdc00;
	border-top: none
}

.production__wrap .product-body .service-item {
	position: relative;
	z-index: 2;
	width: 282px
}

.production__wrap .product-body .service-item.service-item--mart-1 {
	margin-top: -74px
}

.production__wrap .product-body .service-item.service-item--mart-2 {
	margin-top: -140px
}

.production__wrap .product-body .service-img {
	width: 100%
}

.production__wrap .product-body .service-content {
	height: 180px;
	padding: 0 34px;
	background-color: #fff
}

.production__wrap .product-body .service-title {
	padding-top: 20px;
	font-weight: 700;
	font-size: 20px
}

.production__wrap .product-body .service-desc {
	margin-top: 16px;
	font-size: 16px;
	line-height: 24px
}

.production__wrap .product-advs_title {
	background-color: #ffd442
}

.production__wrap .advs-title_box {
	position: relative;
	margin: 0 auto;
	width: 1440px;
	height: 312px;
	text-align: center;
	font-size: 34px;
	line-height: 312px;
	font-weight: 700
}

.production__wrap .advs-title_box:after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -52px;
	width: 0;
	height: 0;
	border: 26px solid transparent;
	border-top-color: #ffd442
}

.production__wrap .product-advs_content {
	margin-top: 54px
}

.production__wrap .advs-content_list {
	margin-top: 36px
}

.production__wrap .product-advs_img {
	margin-top: 20px
}

.production__wrap .advs-content_list__item {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
	-ms-flex-align: center;
	align-items: center;
	color: #161616;
	font-size: 16px
}

.production__wrap .advs-content_list__item .item-icon {
	margin-right: 14px;
	width: 34px;
	height: 34px;
	background-size: cover
}

.production__wrap .advs-content_list__item .item-icon.icon03 {
	height: 30px
}

.production__wrap .product-advs_box {
	margin: 0 auto;
	width: 1000px
}

.production__wrap .advs-box_title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

.production__wrap .advs-box_title .product-title {
	margin-top: 0;
	margin-left: 23px
}

.production__wrap .product-advs_box__img {
	margin: 50px 0
}

.production__wrap .product-advs_box__img img {
	width: 100%
}

.about__wrap .about-head {
	background-color: #ffd423
}

.about__wrap .about-head_box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	width: 1440px;
	height: 447px
}

.about__wrap .about-head_text {
	margin-top: -24px;
	margin-right: 54px
}

.about__wrap .about-head_title {
	font-size: 34px;
	font-weight: 700
}

.about__wrap .about-head_subtitle {
	margin-top: 10px;
	font-size: 18px
}

.about__wrap .about-head_video {
	position: relative;
	box-shadow: 0 20px 30px 0 rgba(218, 154, 0, .42)
}

.about__wrap .about-head_video .fourth_session__video {
	width: 418px;
	height: 235px;
	background-size: cover;
	border-radius: 4px
}

.about__wrap .about-head_video .youku-play-pause {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 52px;
	height: 52px;
	background-image: url(https://www.yilan99.com/images/yilan_43.png)
}

.about__wrap .about-head_video .user_guide__video_modal {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2
}

.about__wrap .about-head_video .video__close_button {
	position: absolute;
	top: -16px;
	right: -16px
}

.about__wrap .about-head_video .video_content {
	height: 100%
}

.about__wrap .about-body {
	margin-top: 70px
}

.about__wrap .body-module {
	margin: 0 auto 108px;
	width: 1000px
}

.about__wrap .body_title {
	margin: 0 auto;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	height: 49px;
	line-height: 49px;
	background-size: cover
}

.about__wrap .body_title.title01 {
	width: 305px
}

.about__wrap .body_title.title02 {
	width: 341px
}

.about__wrap .body_title.title03 {
	width: 289px
}

.about__wrap .body_title.title04 {
	width: 335px
}

.about__wrap .module-content {
	margin-top: 45px
}

.about__wrap .body_subtitle {
	margin-top: 46px;
	font-size: 16px;
	color: #2b2b2b;
	line-height: 30px;
	text-align: center
}

.about__wrap .company-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

.about__wrap .company-item {
	padding: 104px 33px 0;
	width: 333px;
	height: 408px;
	color: #fff
}

.about__wrap .company-item_title {
	font-weight: 700;
	font-size: 22px;
	text-align: center
}

.about__wrap .company-item_desc {
	margin-top: 27px;
	font-size: 14px;
	line-height: 24px
}

.about__wrap .company-item_img {
	margin: 30px auto;
	width: 245px;
	height: 59px
}

.about__wrap .brand-desc {
	text-align: center;
	line-height: 30px;
	font-size: 16px
}

.about__wrap .brand-desc p {
	margin-bottom: 30px
}

.about__wrap .brand-list {
	display: -ms-flexbox;
	display: flex;
	margin-top: 46px;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.about__wrap .brand-item {
	padding: 34px 14px 0 24px;
	width: 326px;
	height: 160px
}

.about__wrap .brand-item_title {
	font-size: 14px;
	color: #ffd423
}

.about__wrap .brand-item_desc {
	margin-top: 20px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	line-height: 24px
}

.about__wrap .module-content.partner .partner_img {
	margin: 0 auto;
	width: 955px;
	height: 361px
}

.about__wrap .module-content.founder {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.about__wrap .module-content.founder .founder-item {
	position: relative;
	width: 230px;
	height: 450px;
	padding-top: 120px;
	background-size: cover;
	letter-spacing: 0
}

.about__wrap .module-content.founder .founder-name {
	text-align: center;
	font-size: 16px;
	color: #161616;
	font-weight: 700
}

.about__wrap .module-content.founder .founder-intro {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 24px 22px 0;
	margin-top: 40px;
	color: #787878;
	line-height: 23px;
	font-size: 14px;
	height: 290px;
	width: 100%;
	box-shadow: 0 10px 24px 0 rgba(0, 0, 0, .05)
}

.about__wrap .team_card {
	display: inline-block;
	margin: 20px;
	vertical-align: top;
	padding: 6px;
	width: 420px;
	height: 160px;
	border: 3px dashed gold;
	border-radius: 6px
}

.about__wrap .team_card_inner {
	position: relative;
	padding: 25px 30px 0 110px;
	height: 100%;
	background-color: gold;
	text-align: left;
	border-radius: 6px
}

.about__wrap .team_card_img {
	position: absolute;
	top: 40px;
	left: 20px;
	width: 70px
}

.about__wrap .team_card_h {
	text-align: left;
	color: #444;
	font-size: 18px;
	font-weight: 700
}

.about__wrap .team_card_p {
	margin-top: 10px;
	color: #444;
	font-size: 14px;
	text-align: justify;
	line-height: 18px
}

.pobm_topics {
	margin-top: 10px;
	padding-bottom: 20px;
	background-color: #fff
}

.pobm_topics_head {
	padding-left: 15px;
	height: 50px;
	line-height: 50px;
	color: #161616;
	font-size: 13px
}

.pobm_tf_img {
	position: relative;
	width: 100%;
	height: 175px;
	background-size: cover;
	background-position: 50%
}

.pobm_tf_title {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 33px;
	background: hsla(0, 0%, 100%, .8);
	font-size: 14px;
	color: #000;
	padding: 0 25px;
	line-height: 33px;
	font-weight: 700
}

.pobm_topics_content {
	padding: 0 15px
}

.pobm_ellipsis {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.pobm_tf_desc {
	width: 100%;
	height: 76px;
	background: #fff;
	border: 1px solid #e8e8e8;
	padding: 20px 25px
}

.pobm_tf_intro {
	font-size: 12px;
	color: #9b9b9b;
	line-height: 18px
}

.pobm_ellipsis-2 {
	height: 36px;
	overflow: hidden;
	text-overflow: -o-ellipsis-lastline;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2
}

.pobm_topics_item {
	height: 100%;
	height: 66px;
	background: #fff;
	border: 1px solid #e8e8e8;
	position: relative;
	margin-top: 15px;
	display: -ms-flexbox;
	display: flex
}

.pobm_to_desc {
	width: 70%
}

.pobm_to_img {
	width: 66px;
	height: 64px;
	margin-right: 12px;
	background-size: cover;
	background-position: 50%
}

.pobm_to_title {
	font-size: 12px;
	color: #4a4a4a;
	margin-top: 16px;
	font-weight: 700
}

.pobm_to_intro {
	font-size: 12px;
	color: #9b9b9b;
	line-height: 18px
}

.pobm_mes_desc {
	font-size: 12px;
	color: #4a4a4a;
	line-height: 21px;
	margin-top: 11px
}

.pobm_mes_seo {
	font-size: 12px;
	color: #cbcbcb;
	line-height: 20px;
	margin-top: 5px
}

.pobm_mes_icon {
	margin-right: 6px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 12px;
	height: 12px;
	background-size: cover;
	display: inline-block
}

.pobm_mes_command {
	background-image: url(https://www.yilan99.com/images/yilan_44.png)
}

.pobm_mes_advs {
	background-image: url(https://www.yilan99.com/images/yilan_24.png)
}

.pobm_tip_mater {
	border-bottom: 1px solid #f4f4f4
}

.pobm_tip_desc {
	font-size: 14px;
	color: #4a4a4a
}

.pobm_tshe_logo {
	position: absolute;
	top: 40px;
	left: 15px;
	z-index: 4;
	width: 117px;
	height: 30px;
	background-size: 117px 30px
}

.pobm_prod_tag {
	position: absolute;
	top: 35px;
	right: 0;
	width: 72px;
	z-index: 4
}

.pobm_prod_tag img {
	width: 72px !important;
	height: auto
}

.seo_m_nav {
	padding: 15px 0 0 15px;
	background: #fafafa
}

.pobm_pm_item_size {
	display: inline-table;
	width: 37px;
	height: 24px;
	border: 1px solid #e8e8e8;
	color: #000;
	font-size: 14px;
	text-align: center;
	padding: 5px;
	text-shadow: 0 1px 0 hsla(0, 0%, 100%, .5);
	margin-right: 9px;
	margin-bottom: 9px
}

.pobm_pm_item_size.disabled {
	color: #e3e3e3
}

.pobm_pm_item_color {
	display: inline-table;
	width: 45px;
	height: 45px;
	padding: 5px;
	background: #f9f9f9;
	margin-bottom: 4px
}

.pobm_color_img {
	width: 100%;
	height: auto
}

.pobm_color_img.disabled {
	opacity: .1
}

.pobm_pm_item_color.disabled {
	border: 1px solid #e8e8e8
}

.pobm_pm_item_c {
	position: relative;
	width: 45px;
	height: 100%;
	display: inline-table;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px
}

.pobm_pm_color_stock {
	position: absolute;
	top: 16px;
	left: 10px;
	font-size: 12px;
	color: #9b9b9b
}

.pobm_recom__slide {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 15px 0;
	height: 400px
}

.pobm_recom_style_item {
	width: calc(50% - 5px);
	height: 326px;
	background: #fff;
	border: 1px solid #e8e8e8
}

.pobm_rs_img .img {
	position: relative;
	height: 44.6vw;
	background-size: cover;
	background-position: 50%
}

.pobm_rs_name {
	font-size: 14px;
	color: #000;
	text-align: center;
	font-weight: 700;
	border-bottom: 1px solid #f0f0f0
}

.pobm_rs_info {
	padding: 15px 10px 10px
}

.pobm_rs_title {
	font-size: 12px;
	color: #161616;
	margin-bottom: 8px
}

.pobm_rs_desc {
	margin-top: 10px;
	color: #9b9b9b;
	font-size: 12px;
	text-align: left
}

.pobm_rs_desc_box {
	display: -ms-flexbox;
	display: flex;
	margin-top: 7px
}

.pobm_rs_desc_title {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 6px;
	width: 16px;
	height: 16px;
	background-size: cover
}

.pobm_rs_desc_title.advs-icon {
	background-image: url(https://www.yilan99.com/images/yilan_23.png)
}

.pobm_rs_desc_title.command-icon {
	background-image: url(https://www.yilan99.com/images/yilan_24.png)
}

.pobm_rs_tag {
	position: absolute;
	top: 4px;
	right: 1px;
	width: 44px
}

.pobm_rs_tag img {
	width: 44px;
	height: auto
}

.pobm_recom_glide .glide__track {
	height: 365px
}

.pobm_recom_glide .glide__wrapper {
	padding: 0 15px
}

.pobm_topics_load_more {
	font-size: 14px;
	color: #9b9b9b;
	text-align: center;
	margin-top: 20px
}

.pobm_hidden {
	display: none
}
