﻿.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;
	text-align: center
}

.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;
	vertical-align: top;
	width: 244px;
	margin-right: 10px;
	margin-bottom: 20px;
	position: relative;
	background-color: #fff;
	border: 1px solid #e9e9e9;
	text-align: left
}

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

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

.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 .cate_img:hover .trape_new_tag {
	visibility: hidden
}

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

.category_box_pc .cate_cinfo {
	opacity: 0;
	transform: translateY(calc(100% + 10px));
	padding: 6px 10px;
	position: absolute;
	width: 200px;
	bottom: 10px;
	left: 21px;
	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 {
	overflow: hidden;
	position: relative;
	padding: 14px 8px 0;
	z-index: 4;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	height: 170px;
	background-color: #fff
}

.category_box_pc .cate_name {
	display: -ms-flexbox;
	display: flex;
	-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: 16px;
	font-weight: 700;
	border-bottom: 1px solid #f0f0f0
}

.category_box_pc .cate_call {
	color: #ff5859
}

.category_box_pc .cate_desc_content {
	height: 122px;
	width: 100%
}

.category_box_pc .cate_desc_content:hover .cate_desc {
	display: none
}

.category_box_pc .cate_desc_content:hover .cate_desc_service_box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	height: 122px
}

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

.category_box_pc .cate_desc_service_box {
	display: none
}

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

.category_box_pc .cate_desc_service_button {
	width: 160px;
	height: 40px;
	background: #2b1841;
	border-radius: 30px;
	font-family: PingFangSC-Medium;
	font-size: 16px;
	color: #fff;
	letter-spacing: .38px;
	font-weight: 500;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.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: 16px;
	margin-top: 2px;
	background-size: cover
}

.category_box_pc .cate_desc__title.advs--icon {
	background-image: url(../fonts/1625651008356masonry-991cfb251bc198f8507aaf0dfe73425e.svg)
}

.category_box_pc .cate_desc__title.command--icon {
	background-image: url(../fonts/1625651008356an_crown-10ac0de6b9383ac706b19d3048187fb7.svg)
}

.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: #2b1841;
	width: 240px;
	height: 50px;
	border-radius: 25px;
	margin: 40px auto 120px;
	color: #161616;
	font-size: 16px;
	text-align: center;
	line-height: 48px;
	font-weight: 700;
	cursor: pointer
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.customer_wrap .comment-slider .ce_box_header {
	position: relative
}

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

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

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

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

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

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

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

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

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

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

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

.customer_wrap .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_items {
	padding-left: 282px
}

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

.customer_wrap_v2 {
	padding-top: 70px;
	width: 100%;
	background-color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center
}

.customer_wrap_v2 .category_more {
	background: #2b1841;
	width: 240px;
	height: 50px;
	border-radius: 25px;
	color: #161616;
	font-size: 16px;
	text-align: center;
	margin-top: 30px;
	line-height: 48px;
	font-weight: 700;
	cursor: pointer
}

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

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

.customer_wrap_v2 .comment-slider-v2 {
	width: 800px
}

.customer_wrap_v2 .comment-slider {
	margin: 0 auto
}

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

.customer_wrap_v2 .comment-slider .comment-slider_box_height {
	height: 450px
}

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

.customer_wrap_v2 .comment-slider .swiper-container-height {
	height: 450px
}

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

.customer_wrap_v2 .comment-slider .swiper-wrapper-height {
	height: 400px
}

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

.customer_wrap_v2 .comment-slider .swiper-slide:last-child {
	margin-right: 30px
}

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

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

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

.customer_wrap_v2 .comment-slider .swiper-button-prev:hover {
	color: #ffc600
}

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

.customer_wrap_v2 .comment-slider .swiper-button-next:hover {
	color: #ffc600
}

.customer_wrap_v2 .comment-slider .ce_box_v2 {
	width: 240px;
	height: 345px;
	box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
	background: #fff!important;
	box-sizing: border-box
}

.customer_wrap_v2 .comment-slider .ce_boxv2-c {
	width: 240px;
	height: 390px;
	top: -25px;
	position: absolute;
	box-shadow: 0 2px 10px 0 rgba(0,0,0,.1)
}

.customer_wrap_v2 .comment-slider .ce_box_header {
	position: relative
}

.customer_wrap_v2 .comment-slider .ce_boxv2_header_logo {
	width: 40px;
	box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
	border-radius: 50%;
	position: absolute;
	left: 12px;
	top: 96px
}

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

.customer_wrap_v2 .comment-slider .ce_boxv2_header_img {
	margin: 0 auto
}

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

.customer_wrap_v2 .comment-slider .ce_boxv2_header_ver {
	width: 100%;
	height: 160px;
	height: auto
}

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

.customer_wrap_v2 .comment-slider .ce_boxv2_name {
	font-size: 12px;
	color: #101010;
	text-align: left;
	padding-left: 20px;
	box-sizing: border-box;
	letter-spacing: -.79px;
	font-weight: 700;
	margin: 25px 0 6px
}

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

.customer_wrap_v2 .comment-slider .ce_boxv2_company {
	font-size: 10px;
	color: #605e5e;
	text-align: left;
	padding-left: 20px;
	box-sizing: border-box;
	letter-spacing: -.66px;
	font-weight: 700
}

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

.customer_wrap_v2 .comment-slider .ce_boxv2_comment {
	font-size: 12px;
	color: #605e5e;
	text-align: justify;
	padding: 10px 20px
}

.customer_wrap_v2 .comment-slider .ce_boxv2_comment-c {
	padding: 30px 20px!important
}

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

.prod_banner_swiper_height {
	height: 400px!important
}

.prod_banner_swiper,.prod_banner_swiper .swiper-container,.prod_banner_swiper .swiper-slide,.prod_ps_img {
	width: 100%;
	height: 100%
}

.prod_banner_swiper .swiper-pagination-bullet {
	width: 45px;
	height: 2px;
	border-radius: 0;
	background: hsla(0,0%,100%,.5)
}

.prod_banner_swiper .swiper-pagination-bullet-active {
	background: #fff
}

.prod_banner_swiper .swiper-btn {
	position: absolute;
	top: 58%;
	transform: translateY(-50%);
	font-size: 38px;
	font-weight: 400;
	color: #fff;
	cursor: pointer;
	background-image: none;
	width: 35px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: rgba(0,0,0,.4);
	border-radius: 10px
}

.prod_banner_swiper .swiper-btn.swiper-button-disabled {
	opacity: .6
}

.prod_banner_swiper .swiper-button-prev {
	left: 5px
}

.prod_banner_swiper .swiper-button-next {
	right: 5px
}

.prod_banner_swiper .swiper-button-prev:before {
	margin-left: -1px
}

.prod_color_pos {
	position: relative;
	margin-top: 30px;
	height: 70px
}

.prod_color_wrapper {
	width: 100%;
	height: 70px;
	background-color: #fff
}

.prod_color_wrapper.fixed {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	box-shadow: 0 1px 4px hsla(0,0%,59%,.5)
}

.prod_color_box {
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	padding: 17px 20px;
	width: 100%;
	max-width: 1180px;
	box-shadow: 0 1px 4px hsla(0,0%,59%,.5)
}

.prod_color_wrapper.fixed .prod_color_box {
	box-shadow: none
}

.prod_colors {
	font-size: 0
}

.prod_color {
	display: inline-block;
	position: relative;
	width: 35px;
	height: 35px;
	margin-right: 20px;
	border-width: 1px;
	border-style: solid;
	border-radius: 10px;
	cursor: pointer
}

.prod_color_w {
	border-color: hsla(0,0%,59%,.5)!important
}

.prod_color_holder {
	display: inline-block;
	position: absolute;
	top: 4px;
	left: 4px;
	width: 25px;
	height: 25px;
	border-radius: 6px
}

.prod_color.active,.prod_color:hover {
	background-color: #fff!important
}

.prod_color_w.active .prod_color_holder,.prod_color_w:hover .prod_color_holder {
	border: 1px solid hsla(0,0%,59%,.5)
}

.prod_color_tip {
	line-height: 35px;
	color: #979797;
	font-size: 14px
}

.cate_cont2 {
	margin-top: 40px
}

.prod_wrap .category_box_pc .glide__wrapper {
	padding: 20px 0 30px
}

.prod_items_head {
	position: relative;
	margin-bottom: 10px;
	padding: 0 30px;
	height: 60px;
	line-height: 60px;
	background-color: hsla(0,0%,85%,.3);
	cursor: pointer
}

.prod_ih_name {
	color: #000;
	font-size: 16px;
	font-weight: 700
}

.prod_ih_arrow {
	position: absolute;
	top: 0;
	right: 30px
}

.prod_ih_icon {
	position: relative;
	width: 16px;
	height: 16px;
	transform: rotate(180deg)
}

.prod_items_head.up .prod_ih_icon {
	transform: rotate(0deg)
}

.prod_filter_hidden {
	display: none!important
}

.prod_category_navfor {
	position: absolute;
	left: 0;
	top: -70px
}

.prod_cs_pos {
	position: absolute;
	top: 0;
	left: -125px
}

.prod_cs_wrapper {
	position: absolute;
	z-index: 10;
	width: 110px
}

.prod_cs_wrapper.fixed {
	position: fixed;
	top: 130px;
	z-index: 10
}

.prod_cs_wrapper.pos_left {
	position: fixed;
	left: 0
}

.prod_cs_img {
	position: absolute;
	left: 0;
	top: -45px;
	z-index: 1;
	width: 100%
}

.prod_cs_box {
	position: relative;
	z-index: 2;
	padding: 0 5px 20px;
	width: 100%;
	background-color: #2b1841;
	border-radius: 3px
}

.prod_cs_head {
	padding: 15px 0;
	text-align: center;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	box-shadow: 0 2px 4px #e2bd92
}

.prod_cs_body {
	margin: 0 auto;
	background-color: #fff
}

.prod_cs_item {
	display: block;
	position: relative;
	padding: 25px 0;
	text-align: center;
	color: #000!important;
	font-size: 16px;
	font-weight: 700!important;
	cursor: pointer
}

.prod_cs_item:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 12px;
	width: 76px;
	border-bottom: 1px dotted #d8d8d8
}

.prod_cs_item:hover {
	background-color: #fff3d7
}

.prod_cs_item.active {
	background-color: #ffea65
}

.prod_cs_item1,.prod_cs_item:not(.active):hover .prod_cs_item2 {
	display: inline-block
}

.prod_cs_item2,.prod_cs_item:not(.active):hover .prod_cs_item1 {
	display: none
}

@media only screen and (max-width:1440px) {
	.prod_cs_pos {
		left: -90px
	}

	.prod_cs_wrapper {
		width: 80px
	}

	.prod_cs_img {
		top: -30px
	}

	.prod_cs_head {
		font-size: 14px
	}

	.prod_cs_item {
		padding: 15px 0;
		font-size: 13px
	}

	.prod_cs_item:after {
		left: 10px;
		width: 50px
	}
}

.pav2_w {
	padding: 120px 0
}

.pav2_m {
	margin: 0 auto;
	max-width: 1180px
}

.pav2_h {
	color: #444;
	font-size: 36px;
	font-weight: 700
}

.pav2_h,.pav2_p {
	text-align: center
}

.pav2_p {
	margin-top: 20px;
	line-height: 30px;
	color: #666;
	font-size: 16px
}

.pav2_mt {
	margin-top: 60px
}

.pav2_img {
	width: 100%;
	border-radius: 8px
}

.pav2_w2 {
	background-color: #2b1841
}

.pav2_w2_item {
	position: relative;
	padding: 180px 0 0 110px;
	width: 570px;
	height: 335px;
	color: #444;
	background-color: #fff
}

.pav2_w2_icon {
	position: absolute;
	top: 78px;
	left: 40px;
	height: 97px
}

.pav2_w2_h {
	font-size: 24px;
	font-weight: 700
}

.pav2_w2_p {
	margin-top: 20px;
	font-size: 18px
}

.pav2_w2_item:hover {
	box-shadow: 10px 10px 10px rgba(0,0,0,.15);
	transition: transform .3s;
	transform: translateY(-10px)
}

.pav2_w3 {
	position: relative
}

.pav2_w3_video {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%
}

.pav2_w3_video video {
	-o-object-fit: cover;
	object-fit: cover
}

.pav2_w3_cover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4)
}

.pav2_w3_con {
	position: relative;
	z-index: 3
}

.pav2_w3_con .pav2_h,.pav2_w3_con .pav2_p {
	color: #fff
}

.pav2_btns {
	margin-top: 60px;
	text-align: center
}

.pav2_btns .pav2_btn {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 700;
	background-color: #2b1841;
	color: #fff;
	cursor: pointer;
	transition: background-color .3s
}

.pav2_btn:hover {
	background-color: #ffde3b;
	font-size: 17px
}

.pav2_w4_item {
	width: 360px;
	height: 200px
}

.pav2_trans_1 {
	opacity: 1;
	position: relative;
	top: 0;
	transition: all .3s ease-out
}

.pav2_trans_2 {
	opacity: 0;
	position: relative;
	transition: all 0s ease-out
}

.pav2_w5_item {
	width: 260px
}

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

.pav2_w5_con {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	white-space: nowrap
}

.pav2_w5_h {
	color: #fff;
	font-size: 24px;
	font-weight: 700
}

.pav2_w5_icon {
	top: -10px;
	height: 40px
}

.pav2_w5_p {
	top: 10px;
	color: #2b1841;
	font-size: 20px;
	font-weight: 700
}

.pav2_w5_item:hover .pav2_trans_1 {
	top: 10px;
	opacity: 0;
	transition-duration: 0s
}

.pav2_w5_item:hover .pav2_trans_2 {
	top: 0;
	opacity: 1;
	transition-duration: .3s
}

.pav2_w5_t {
	margin-top: 20px;
	color: #666;
	font-size: 14px;
	line-height: 30px;
	text-align: justify
}

.pav2_w6_items {
	font-size: 0;
	text-align: center
}

.pav2_w6_items p{text-align: left;}

.pav2_w6_item {
	display: inline-block;
	width: 20%
}

.pav2_w7_img {
	width: 100%
}

@media only screen and (max-width:1360px) {
	.pav2_m {
		max-width: calc(100% - 160px)
	}

	.pav2_w2_item,.pav2_w4_item,.pav2_w5_item {
		margin: 0 5px
	}

	.body_index .footer_box {
		max-width: calc(100% - 160px)
	}
}

@media only screen and (max-width:1210px) {
	.pav2_w {
		padding: 10vw 0
	}

	.pav2_mt {
		margin-top: 5vw
	}

	.pav2_w2_icon {
		top: 4vw;
		height: 11vw
	}

	.pav2_w2_item {
		padding: 15vw 40px 0
	}
}

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

.prod_wrap .fade.visible {
	opacity: 1;
	visibility: visible
}

.prod_wrap .category_wrap {
	margin: 40px auto 0;
	width: 1180px
}

.prod_wrap .category_wrap .cate_nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-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: 1001;
	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 .cata_wrap_name {
	width: 100%;
	text-align: center;
	margin-top: 30px
}

.prod_wrap .category_wrap .nav_title {
	margin: 30px 0 50px;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	color: #161616
}

.prod_wrap .category_wrap .nav_title_tip {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 6px;
	color: #444;
	font-size: 18px
}

.prod_wrap .category_wrap .nav_title_tip_icon {
	width: 14px;
	margin-left: 10px;
	background-size: cover;
	height: 14px
}

.prod_wrap .category_wrap .nav_item_content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center
}

.prod_wrap .category_wrap .nav_item_content:hover .nav_item {
	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_content:hover .nav_item .cata_icon {
	opacity: .7
}

.prod_wrap .category_wrap .nav_list {
	display: -ms-flexbox;
	display: flex;
	width: 1180px;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.prod_wrap .category_wrap .nav_item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	height: 102px;
	width: 102px;
	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: 46px
}

.prod_wrap .category_wrap .glide__track {
	margin-right: -20px;
	font-size: 0;
	text-align: left
}

.prod_wrap .category_wrap .glide__slide {
	width: 280px;
	margin-right: 20px
}

.prod_wrap .category_wrap .cate_img {
	height: 278px
}

.prod_wrap .category_wrap .cate_img:hover .trape_new_tag {
	visibility: visible
}

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

.prod_wrap .advs_v2_box {
	width: 100%;
	padding: 50px 0;
	position: relative;
	background-size: cover!important;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.prod_wrap .advs_wrap_v2 {
	width: 1000px;
	text-align: center
}

.prod_wrap .av2w_title {
	font-size: 36px;
	letter-spacing: 2px;
	font-weight: 700;
	color: #fff
}

.prod_wrap .av2w_subTitle {
	display: block;
	margin-top: 10px;
	font-size: 24px;
	color: #fff;
	letter-spacing: 1.33px
}

.prod_wrap .av2w_box {
	display: -ms-flexbox;
	display: flex
}

.prod_wrap .av2w_navs {
	border-right: 4px solid #979797;
	height: 430px;
	margin-top: 50px;
	padding-right: 35px;
	box-sizing: border-box
}

.prod_wrap .av2w_nav {
	display: -ms-flexbox;
	display: flex;
	width: 150px;
	height: 45px;
	margin-bottom: 10px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 7px 0;
	box-sizing: border-box
}

.prod_wrap .av2w_nav.active,.prod_wrap .av2w_nav:hover {
	color: #4e2805;
	background: #2b1841
}

.prod_wrap .av2w_nav.active .av2w_nav_img,.prod_wrap .av2w_nav:hover .av2w_nav_img {
	display: none
}

.prod_wrap .av2w_nav.active .av2w_nav_img_hover,.prod_wrap .av2w_nav:hover .av2w_nav_img_hover {
	display: block
}

.prod_wrap .av2w_nav_img_hover {
	display: none
}

.prod_wrap .av2w_nav_img,.prod_wrap .av2w_nav_img_hover {
	height: 25px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-size: cover;
	width: 25px;
	margin-right: 20px
}

.prod_wrap .av2w_infos {
	margin-left: 44px;
	padding-top: 17px;
	margin-top: 35px;
	width: 800px;
	box-sizing: border-box
}

.prod_wrap .av2w_info {
	width: 100%;
	position: relative;
	height: 100%;
	display: none
}

.prod_wrap .av2w_info.active {
	display: block
}

.prod_wrap .av2w_info_title {
	font-family: PingFangSC-Medium;
	font-size: 24px;
	color: #fff;
	text-align: left;
	letter-spacing: 2.89px;
	font-weight: 500
}

.prod_wrap .av2w_info_subTitle {
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #fff;
	text-align: left;
	margin-top: 10px;
	letter-spacing: 1.14px
}

.prod_wrap .av2w_info_content {
	width: 100%;
	position: absolute;
	top: 50%;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.prod_wrap .av2w_info_content,.prod_wrap .av2w_info_item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.prod_wrap .av2w_info_item {
	-ms-flex-direction: column;
	flex-direction: column
}

.prod_wrap .av2w_info_img {
	width: 76px;
	height: 70px;
	margin-bottom: 20px;
	background-size: cover
}

.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(../images/video_img_01-f3ff2063234287e8813f68950d69a97c.jpg) 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(../images/icon_video__start-c87fe9cc6402c5e2606f7ddf818d9f92.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%
}

.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(../images/prod_command_icon_yellow01-464fbe30f58a401f07fda4684cc20442.png)
}

.pobm_mes_advs {
	background-image: url(../images/prod_command__icon02-0f7d42b33c27668e87d287066d552c8e.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(../images/prod_command__icon01-7b5e1b1d3518c1d2af47b98775809e13.png)
}

.pobm_rs_desc_title.command-icon {
	background-image: url(../images/prod_command__icon02-0f7d42b33c27668e87d287066d552c8e.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
}

#prod_about_v2 .pav2_w:first-child{width:100%;background:url(../images/about-back.jpg)no-repeat center;background-size: cover;}


.xz-div{width:100%;background:url(../images/ab-row3.jpg)no-repeat center;background-size: cover;}
.xx-dz{width:100%;background:url(../images/ab-row4.jpg)no-repeat center;background-size: cover;}
.xx-dz .pav2_h,.xx-dz .pav2_p p{color:#fff;}