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

.direct_category_box .tab-content_item {
	display: none
}

.direct_category_box .tab-content_item.visible {
	display: block
}

.direct_category_box .swiper_show_box .swiper-container {
	max-height: 990px
}

.direct_category_box .swiper_show_box.active .swiper-container {
	max-height: none
}

.direct_category_box .swiper_show_box.active .swiper-container-more {
	display: none
}

.direct_category_box .swiper-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	height: auto
}

.direct_category_box .swiper-container-more {
	margin: 10px auto 0;
	width: 150px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background-color: #ffdc00;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	border-radius: 3px
}

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

.direct_category_box .swiper-slide {
	width: 242px;
	margin-right: 10px;
	margin-bottom: 20px;
	position: relative;
	background-color: #fff;
	border: 1px solid #e9e9e9
}

.direct_category_box .swiper-slide:hover .item-shadow {
	display: block
}

.direct_category_box .swiper-slide:hover .cate-img {
	transform: scale(1.06)
}

.direct_category_box .swiper-slide:last-of-type,
.direct_category_box .swiper-slide:nth-child(4n+4) {
	margin-right: 0
}

.direct_category_box .swiper-img_box {
	position: relative;
	height: 242px;
	overflow: hidden;
	cursor: pointer
}

.direct_category_box .swiper-img_box:hover .cate-info {
	transform: translateY(0);
	opacity: 1
}

.direct_category_box .cate-img {
	width: 100%;
	height: 100%;
	background-size: cover;
	transition: all .4s
}

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

.direct_category_box .cate-colors,
.direct_category_box .color-list {
	display: -ms-flexbox;
	display: flex
}

.direct_category_box .cate-colors {
	margin-bottom: 4px
}

.direct_category_box .color-list {
	margin-top: 3px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

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

.direct_category_box .color-item:nth-of-type(n+12) {
	margin-top: 4px
}

.direct_category_box .cate-oinfo {
	position: relative;
	padding: 14px 8px 0;
	z-index: 4;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	height: 240px;
	background-color: #fff;
	text-align: left
}

.direct_category_box .cate-price {
	margin-top: 5px;
	color: #101010
}

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

.direct_category_box .cate-tag {
	display: inline-block;
	margin-bottom: 4px;
	padding: 0 4px;
	background-color: #fc0;
	color: #000;
	font-size: 12px;
	border-radius: 3px
}

.direct_category_box .cate-title {
	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
}

.direct_category_box .cate-price {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	z-index: 2
}

.direct_category_box .cate-price span {
	font-size: 12px
}

.direct_category_box .cate-call {
	color: #ff5859
}

.direct_category_box .cate-desc {
	margin-top: 18px;
	color: #9b9b9b;
	font-size: 13px
}

.direct_category_box .cate-desc-box {
	margin-bottom: 10px;
	display: -ms-flexbox;
	display: flex
}

.direct_category_box .cate-desc-title {
	margin-right: 6px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	background-size: cover
}

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

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

.direct_category_box .ate-desc-text {
	color: #6f6f6f;
	line-height: 21px
}

.tindex_tech {
	margin: 50px auto 0
}

.tit_box {
	margin: 0 auto;
	width: 1000px
}

.tit_title {
	color: #161616;
	font-size: 28px;
	font-weight: 700;
	text-align: center
}

.tit_subt {
	margin-top: 16px;
	color: #848484;
	font-size: 16px;
	text-align: center
}

.tit_all {
	right: 0;
	top: -5px
}

.tit_all:hover .tit_all_t {
	text-decoration: underline
}

.tit_all_icon {
	position: relative;
	top: 3px;
	margin-left: 4px;
	font-size: 24px
}

.tit_icon {
	margin: 25px auto 50px;
	width: 39px;
	height: 6px;
	background-color: #ffdc00
}

.tit_items {
	margin-top: 50px
}

.tit_item {
	display: inline-block;
	position: relative;
	margin: 0 7px 7px 0;
	width: 240px;
	height: 176px;
	overflow: hidden;
	cursor: pointer
}

.tit_item:nth-child(4n) {
	margin-right: 0
}

.tit_item_img_box {
	width: 100%;
	height: 100%;
	overflow: hidden
}

.tit_item_img {
	width: 100%;
	height: 100%;
	transition: transform .4s;
	border-radius: 10px
}

.tit_item_n {
	position: absolute;
	right: 10px;
	bottom: 10px;
	padding: 2px 10px;
	border: 1px solid #5c5b5b;
	background-color: rgba(0, 0, 0, .7);
	color: #fff;
	border-radius: 3px;
	font-size: 14px
}

.tit_item:hover {
	box-shadow: 0 5px 7px 0 rgba(0, 0, 0, .2)
}

.tit_item:hover .tit_item_img {
	transform: scale(1.1)
}

.tit_item:hover .tit_item_n {
	display: none
}

.tit_item_mask {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
	color: #fff;
	white-space: nowrap
}

.tit_item:hover .tit_item_mask {
	display: block
}

.tit_item_btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 2px 10px;
	border: 1px solid #5c5b5b;
	border-radius: 3px;
	font-size: 18px;
	font-weight: 700
}

.tit_item_more {
	position: absolute;
	right: 8px;
	bottom: 8px;
	font-size: 12px
}

.tit_item_more .icon-tshe-arrow-drop-up {
	top: -6px;
	color: #ffdc00;
	font-size: 20px
}

.tit_more {
	display: block;
	position: relative;
	margin: 50px auto 0;
	width: 137px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #161616 !important;
	font-size: 14px;
	font-weight: 700 !important;
	border-radius: 5px;
	background-image: linear-gradient(90deg, #ffec6b, #ffdc00);
	cursor: pointer
}

.tit_more:hover {
	background-image: linear-gradient(90deg, #ffef90, #ffe34d)
}

.tit_more:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	border: 6px solid transparent;
	border-left-color: #000
}

.tindex_modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6)
}

.tindex_modal.active {
	display: block
}

.tim_box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 58px 44px 44px;
	width: 760px;
	background: #fff;
	border-radius: 7px
}

.tim_head {
	height: 30px;
	line-height: 30px;
	text-align: center
}

.tim_head_arrow {
	color: #000;
	vertical-align: middle;
	cursor: pointer
}

.tim_head_arrow .icon-tshe-arrow-drop-up {
	font-size: 36px
}

.tim_head_prev .icon-tshe-arrow-drop-up {
	top: -12px;
	left: -20px
}

.tim_head_next .icon-tshe-arrow-drop-up {
	top: -14px
}

.tim_head_arrow.disabled .icon-tshe-arrow-drop-up {
	color: #d8d8d8
}

.tim_head_navs {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	width: 135px;
	height: 30px;
	overflow: hidden;
	font-size: 0
}

.tim_head_nav {
	display: none;
	width: 135px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 22px;
	font-weight: 700
}

.tim_head_nav.active {
	display: inline-block
}

.tim_bodys {
	margin-top: 40px
}

.tim_bodys:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both
}

.tim_body {
	display: none;
	float: left;
	width: 100%
}

.tim_body.active {
	display: block
}

.tim_body_l {
	float: left;
	width: 388px;
	height: 388px;
	border: 1px solid #d8d8d8
}

.tim_img {
	margin: 6px;
	width: 374px;
	height: 374px
}

.tim_body_r {
	float: right;
	width: 255px
}

.tim_thumbs {
	font-size: 0
}

.tim_thumb {
	display: inline-block;
	position: relative;
	margin: 0 4px 4px 0;
	width: 82px;
	height: 82px;
	cursor: pointer;
	background-size: 82px 82px
}

.tim_thumb:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-color: hsla(0, 0%, 100%, .4)
}

.tim_thumb.active:after {
	display: none
}

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

.tim_br_line {
	margin: 30px 0;
	width: 100%;
	height: 1px;
	background-color: #d8d8d8
}

.tim_br_des {
	padding: 20px 25px;
	height: 240px;
	background-color: #f7f7f7;
	border-radius: 4px
}

.tim_brd_title {
	font-size: 14px;
	font-weight: 700
}

.tim_brd_dot {
	display: inline-block;
	position: relative;
	top: -2px;
	margin: 0 5px;
	width: 6px;
	height: 6px;
	background-color: #ffdc00;
	border-radius: 50%
}

.tim_brd_con {
	margin-top: 10px;
	font-size: 14px;
	color: #9d9d9d
}

.tim_brd_con>b {
	color: #000;
	font-weight: 700
}

.tim_close {
	display: block;
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 40px;
	background-image: url(/);
	background-size: 40px 40px;
	cursor: pointer
}

.tit_posts {
	padding-left: 70px;
	height: 70px;
	border: 1px solid #9b9b9b
}

.tit_posts_h {
	width: 70px;
	height: 70px;
	line-height: 34px;
	text-align: center;
	border-right: 1px solid #9b9b9b
}

.tit_posts_p {
	padding: 3px 10px 0;
	line-height: 18px
}

.tit_posts .tit_posts_a {
	width: 250px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #9b9b9b
}

.tit_posts .tit_posts_a:hover {
	color: #343434
}

.tit_items_thumb_swiper {
	position: relative;
	padding-left: 40px;
	padding-right: 40px
}

.tit_items_thumb_swiper .swiper-container {
	padding: 10px 10px 25px
}

.tit_items_thumb_swiper .swiper-slide {
	display: -ms-flexbox;
	display: flex;
	border-radius: 10px;
	box-shadow: 0 0 10px hsla(0, 0%, 100%, .4)
}

.tit_items_thumb_swiper .swiper-btn {
	background-image: none;
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	top: 45%
}

.tit_items_thumb_swiper .swiper-button-prev {
	left: 0
}

.tit_items_thumb_swiper .tit_item {
	height: 110px;
	overflow: visible
}

.tit_item_img_refect {
	transform: rotateX(180deg);
	transform-origin: bottom center;
	opacity: .4 !important;
	border-radius: 10px
}

.tit_item_img_refect,
.tit_item_img_refect:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.tit_item_img_refect:after {
	content: "";
	background: linear-gradient(#000 65%, transparent)
}

.hi3_top {
	padding-top: 40px;
	text-align: center
}

.hi3_top_h {
	color: #333;
	font-size: 28px;
	font-weight: 700
}

.hi3_top_p {
	margin-top: 10px;
	line-height: 28px;
	color: #cbcbcb;
	font-size: 16px
}

.hi3_banner {
	height: 334px;
	margin: 20px auto 0;
	overflow: hidden
}

.hi3_banner_swiper,
.hi3_banner_swiper .swiper-container,
.hi3_banner_swiper .swiper-slide,
.hi3_ps_img {
	width: 100%;
	height: 100%
}

.hi3_banner_swiper .swiper-pagination-bullet {
	width: 15px;
	height: 15px
}

.hi3_banner_swiper .swiper-pagination-bullet-active {
	background-color: gold
}

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

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

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

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

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

.hi3_instro {
	padding: 45px 70px;
	height: 334px
}

.hi3_instro_l {
	padding: 35px 40px;
	width: 637px;
	height: 244px;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0 0 9px hsla(0, 0%, 72%, .56)
}

.hi3_instro_item {
	display: inline-block;
	position: relative;
	padding-left: 44px;
	width: 260px
}

.hi3_instro_tag {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 34px;
	height: 34px;
	background-color: #f9d700;
	text-align: center;
	line-height: 34px;
	color: #333;
	font-size: 18px;
	font-weight: 700;
	border-radius: 50%
}

.hi3_instro_p {
	display: inline-block;
	color: #000;
	font-size: 12px
}

.hi3_instro_r {
	position: absolute;
	top: 60px;
	right: 70px;
	z-index: 2;
	width: 390px;
	height: 215px;
	border-radius: 10px
}

.hi3_h_line {
	text-align: center;
	color: #333;
	font-size: 20px
}

.hi3_tools {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin: 0 auto;
	padding: 40px 147px
}

.hi3_tool {
	position: relative;
	width: 250px;
	height: 160px;
	text-align: center;
	cursor: pointer
}

.hi3_tool_icon {
	margin-top: 20px;
	width: 70px;
	height: 70px
}

.hi3_tool_t {
	margin-top: 20px;
	color: #333;
	font-size: 18px;
	font-weight: 700
}

.hi3_tool:hover {
	box-shadow: 2px 3px 10px rgba(0, 0, 0, .1);
	border-radius: 10px
}

.hi3_modal {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1004;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6)
}

.hi3_modal_close {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 5;
	font-size: 20px;
	color: #bbb;
	cursor: pointer
}

.hi3_box_limit {
	padding: 30px 40px 40px;
	width: 900px;
	background-color: #fff;
	border-radius: 10px
}

.hi3_sm_r {
	width: 340px
}

.hi3_sml_item {
	width: 440px
}

.hi3_sml_img {
	width: 100%;
	height: 250px;
	cursor: pointer
}

.hi3_sml_con {
	margin-top: 10px;
	padding: 10px 30px;
	text-align: left;
	line-height: 22px;
	background-color: #f1f1f1;
	color: #343434;
	font-size: 12px;
	border-radius: 10px
}

.hi3_smr_item {
	width: 160px
}

.hi3_smi_img {
	display: block;
	position: relative;
	border-radius: 10px;
	width: 100%;
	height: 110px;
	cursor: pointer;
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat
}

.hi3_sample_wechat {
	top: -30px;
	transform: scale(.8)
}

.hi3_sample_wechat_btn {
	bottom: 0;
	left: 50%;
	transform: translateX(-50%)
}

.hi3_smi_search {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(/);
	background-size: 20px 20px
}

.hi3_smi_tag {
	display: inline-block;
	margin-left: 4px;
	padding: 2px 8px;
	border-radius: 10px;
	background-color: #fbb2b3;
	color: #fff;
	font-size: 13px;
	transform: scale(.8)
}

.hi3_wechat_box {
	padding: 20px;
	box-shadow: 2px 3px 14px rgba(0, 0, 0, .1)
}

.hi3_wechat_box .pcsp_qrcode_wrap {
	margin: 10px auto 0
}

.pcsp_qrcode_wrap.v2 {
	margin: 10px auto 17px
}

.pcsp_qrcode_wrap.v2 .pcspa {
	border-width: 2px
}

.hi3_chat_box {
	width: 520px;
	height: 348px;
	background-size: 520px 348px
}

.hi3_chat_title {
	height: 25px;
	line-height: 25px;
	color: #343434;
	font-size: 14px
}

.hi3_chat_img {
	width: 520px;
	height: 324px
}

.hi3_picture_modal {
	z-index: 1005
}

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

.hi3_service_txt {
	margin-top: 60px;
	padding: 0 42px;
	line-height: 26px;
	text-align: left;
	color: #161616;
	font-size: 14px
}

.hi3_steps {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin: 0 auto;
	padding: 10px 200px 40px;
	text-align: center;
	font-size: 0
}

.hi3_step_h {
	position: relative;
	top: -15px
}

.hi3_step_t {
	position: relative;
	z-index: 3;
	color: #333;
	font-size: 20px;
	font-weight: 700
}

.hi3_step_l {
	position: absolute;
	left: 0;
	bottom: -3px;
	z-index: 2;
	width: 100%;
	height: 6px;
	background-color: #f9d700
}

.hi3_step_p {
	margin-top: -10px;
	color: #8e8e8e;
	font-size: 14px
}

.hi3_step_arrow {
	top: 50px;
	width: 20px;
	height: 20px;
	background-image: url(/);
	background-size: 20px 20px
}

.hi3_number {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-image: url(https://www.yilan99.com/images/yilan_25.png);
	background-size: 768px 60px
}

.hi3_number.number1 {
	background-position: -31px -60px
}

.hi3_number.number2 {
	background-position: -105px -60px
}

.hi3_number.number3 {
	background-position: -178px -60px
}

.hi3_hicon {
	display: inline-block;
	font-size: 0
}

.hi3_hicon_left {
	position: relative;
	top: -4px;
	transform: rotate(-54deg)
}

.hi3_hicon_right {
	transform: rotate(126deg)
}

.hi3_hicon_s {
	display: inline-block;
	height: 7px;
	background: linear-gradient(-90deg, #0680b2, #0680b2);
	border-radius: 4px
}

.hi3_hicon_s.s1 {
	margin-bottom: 4px;
	width: 17px
}

.hi3_hicon_s.s2 {
	width: 21px
}

.hi3_hicon_s.s3 {
	margin-left: 2px;
	width: 7px
}

.hi3_subt {
	margin-top: 10px;
	text-align: center;
	color: #7f7f7f;
	font-size: 20px
}

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

.hi3_prod_nav {
	display: inline-block;
	margin: 0 10px;
	height: 98px;
	width: 98px;
	border-radius: 4px;
	cursor: pointer
}

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

.hi3_pn_icon {
	margin: 17px 0 8px;
	width: auto;
	height: 36px
}

.hi3_prod_nav.active .hi3_pn_icon,
.hi3_prod_nav:hover .hi3_pn_icon {
	opacity: 1
}

.hi3_pm_des strong {
	color: gold
}

.hi3_prods_list {
	margin: 20px auto 0;
}

.hi3_prods_list .direct_category_box .swiper-slide {
	width: 282px
}

.hi3_prods_list .direct_category_box .swiper-img_box {
	height: 280px
}

.hi3_prods_list .direct_category_box .swiper_show_box .swiper-container {
	max-height: 980px
}

.hi3_prods_list .direct_category_box .cate-oinfo {
	height: 190px
}

.hi3_prods {
	height: 460px
}

.hi3_prod.active,
.hi3_prod_l {
	display: block
}

.hi3_prod_l {
	float: left;
	position: relative;
	width: 440px;
	height: 440px;
	background-color: #f2f2f2;
	border-radius: 10px;
	box-shadow: 1px 3px 5px rgba(0, 0, 0, .1)
}

.hi3_prod_swiper,
.hi3_prod_swiper .swiper-container,
.hi3_prod_swiper .swiper-slide,
.hi3_ps_img {
	width: 100%;
	height: 100%
}

.hi3_prod_swiper .swiper-pagination {
	padding-right: 15px;
	text-align: right
}

.hi3_prod_swiper .swiper-pagination-bullet {
	width: 15px;
	height: 15px
}

.hi3_prod_swiper .swiper-pagination-bullet-active {
	background-color: gold
}

.hi3_prod_r {
	width: 690px
}

.hi3_prod_main {
	position: relative;
	padding: 20px 30px;
	height: 440px;
	background-color: #000;
	border-radius: 10px;
	color: #fff
}

.hi3_pm_t {
	text-align: center;
	color: gold;
	font-size: 32px;
	font-weight: 700
}

.hi3_pm_p {
	margin-top: 10px;
	text-align: center;
	color: #4acc9d;
	font-size: 20px
}

.hi3_pm_n {
	color: #fff;
	font-size: 28px;
	font-weight: 700
}

.hi3_pm_i {
	margin-left: 10px;
	color: #888;
	font-size: 14px;
	cursor: pointer
}

.hi3_pm_mes {
	line-height: 26px;
	font-size: 13px;
	font-weight: 700
}

.hi3_sample_btn {
	width: 135px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background-color: #87c5de;
	border-radius: 30px;
	color: #000;
	font-size: 16px;
	cursor: pointer
}

.hi3_am_p,
.hi3_am_t {
	width: 354px
}

.hi3_am_mes {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	color: #fff;
	font-weight: 700;
	border-radius: 10px;
	padding: 30px 0 0 35px;
	width: 345px;
	height: 438px;
	border: 1px dotted #fff
}

.hi3_amh_l {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 10px;
	border-radius: 10px
}

.hi3_am_dot,
.hi3_amh_l {
	background-color: #ff2480
}

.hi3_am_dot {
	width: 7px;
	height: 7px;
	border-radius: 4px
}

.hi3_am_img {
	width: 650px;
	height: 166px
}

.hi3_am_item {
	display: inline-block;
	vertical-align: top;
	width: 450px
}

.hi3_am_item:first-child {
	margin-right: 40px
}

.hi3_ami_box {
	position: relative;
	margin: 0 auto;
	width: 330px;
	height: 280px;
	cursor: pointer
}

.hi3_am_mask,
.hi3_ami_img {
	width: 100%;
	height: 100%
}

.hi3_am_mask {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	padding: 70px 0 0 80px;
	line-height: 40px;
	background-color: rgba(0, 0, 0, .8);
	color: #fff;
	font-size: 40px;
	font-weight: 700
}

.hi3_am_mask.mask_us {
	text-shadow: 0 0 2.5px gold
}

.hi3_ami_box:hover .hi3_am_mask {
	visibility: visible
}

.hi3_amm_add {
	padding-bottom: 10px
}

.hi3_am_c1 {
	color: #fff
}

.hi3_am_c2 {
	color: #fff;
	text-shadow: 0 0 2.5px gold
}

.hi3_am_h {
	margin: 10px 0 6px;
	text-align: center;
	font-size: 14px;
	font-weight: 700
}

.hi3_am_p {
	line-height: 20px;
	font-size: 12px;
	font-weight: 700
}

.hi3_am_dot {
	display: inline-block;
	margin-right: 4px;
	width: 8px;
	height: 8px;
	border-radius: 8px
}

.hi3_am_c1 .hi3_am_dot {
	background-color: #fff
}

.hi3_am_c2 .hi3_am_dot {
	background-color: #fff;
	box-shadow: inset 0 0 2.5px gold
}

.hi3_subt2 {
	position: relative;
	z-index: 3;
	color: #333;
	font-size: 28px;
	font-weight: 700
}

.hi3_us_l {
	position: absolute;
	left: 0;
	bottom: -6px;
	z-index: 2;
	width: 100%;
	height: 8px;
	background-color: #f9d700
}

.hi3_us_video {
	width: 345px;
	height: 192px
}

.hi3_us_mes {
	margin-top: 30px;
	line-height: 30px;
	color: #333;
	font-size: 14px
}

.hi3_us_dot {
	display: inline-block;
	margin-right: 4px;
	width: 13px;
	height: 13px;
	background-color: gold;
	border-radius: 50%
}

.hi3_us_case {
	display: inline-block;
	margin: 0 5px 10px 0;
	width: 131px
}

.hi3_us_img {
	width: 100%;
	height: 79px;
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat
}

.hi3_us_n {
	margin-top: 5px;
	text-align: center;
	color: #aaa;
	font-size: 13px
}

.hi3_us_case2 {
	margin: 0 5px 10px 0;
	width: 140px
}

.hi3_us_case3 {
	margin: 0 5px 10px 0;
	width: 115px
}

.tshe_us_bg {
	margin-top: 50px;
	padding: 35px 0;
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat
}

.tshe_us_l {
	display: inline-block;
	vertical-align: top;
	width: 55%
}

.tshe_us_r {
	width: 45%
}

.hi3_us_table {
	width: 415px
}

.hi3_us_tag {
	display: inline-block;
	margin-right: 10px;
	width: 83px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border: 1px solid #797979;
	border-radius: 2px
}

.hi3_us_tag.tag2 {
	background-color: gold
}

.hi3_service_img {
	width: 400px
}

.hi3_ask {
	display: inline-block;
	position: relative;
	margin: 10px 10px 0 0;
	padding: 20px 10px 0 40px;
	width: 375px;
	height: 190px;
	background-color: #2b3350;
	vertical-align: top;
	border-radius: 10px
}

.hi3_ask:hover {
	transform: translateY(-4px);
	box-shadow: 2px 4px 10px rgba(0, 0, 0, .9)
}

.hi3_ask strong {
	color: gold
}

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

.hi3_ask_icon {
	position: absolute;
	left: 15px;
	top: 20px;
	width: 17px;
	height: 25px;
	background: linear-gradient(180deg, #cfe5ef, #87c5de 94%);
	border-radius: 3px
}

.hi3_ceo_box {
	padding: 50px 70px;
	background-color: rgba(255, 215, 0, .16)
}

.hi3_ceo {
	padding: 0 105px;
	line-height: 35px;
	color: #ac810e;
	text-align: justify
}

.hi3_btn_hover:hover {
	transform: translateY(-3px);
	box-shadow: 2px 4px 10px rgba(0, 0, 0, .2)
}

.FQA {
	padding-bottom: 100px;
	margin-top: 100px
}

.FQA .fqa_wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	width: 1000px
}

.FQA .fqa_item {
	position: relative;
	width: 240px;
	height: 392px;
	background-color: #fff;
	box-shadow: 0 4px 20px 0 hsla(0, 0%, 84%, .4)
}

.FQA .fqa_item:hover {
	box-shadow: 0 10px 30px 0 hsla(0, 0%, 75%, .5)
}

.FQA .fqa_item:hover .more_link {
	color: #141414
}

.FQA .fqa_item:hover .more_link span:after {
	border-left-color: #141414
}

.FQA .fqa_item:hover .more_link:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 6px;
	left: 0;
	bottom: 0;
	background-color: #ffdc00;
	z-index: -1
}

.FQA .fqa_title {
	padding-top: 34px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	font-weight: 700;
	border-bottom: 1px solid #f3f3f3;
	height: 120px
}

.FQA .fqa_title__icon {
	margin-bottom: 12px;
	background-size: cover
}

.FQA .fqa_title__icon.icon01 {
	width: 26px;
	height: 30px;
	background-image: url(https://www.yilan99.com/images/yilan_26.png)
}

.FQA .fqa_title__icon.icon02 {
	width: 30px;
	height: 30px;
	background-image: url(https://www.yilan99.com/images/yilan_27.png)
}

.FQA .fqa_title__icon.icon03 {
	height: 30px;
	width: 30px;
	background-image: url(https://www.yilan99.com/images/yilan_28.png)
}

.FQA .fqa_title__icon.icon04 {
	width: 36px;
	height: 28px;
	background-image: url(https://www.yilan99.com/images/yilan_29.png)
}

.FQA .fqa_list {
	padding: 0 14px 0 30px;
	font-size: 14px;
	font-size: 13px
}

.FQA .fqa_list p {
	margin-top: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.FQA .fqa_list p a {
	color: #4a4a4a
}

.FQA .more_link {
	position: absolute;
	padding-right: 10px;
	font-size: 12px;
	right: 30px;
	bottom: 20px;
	z-index: 2;
	color: #9d9d9d;
	transition: none
}

.FQA .more_link span {
	position: relative;
	font-size: 13px
}

.FQA .more_link span:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -14px;
	margin-top: 1px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left-color: #d5d5d5
}

.videos_open {
	width: 100%;
	height: 100%
}

.videos_open_btn {
	width: 120px;
	height: 36px;
	line-height: 36px;
	background-color: #fff;
	text-align: center;
	color: #000;
	font-size: 12px;
	font-weight: 700;
	border-radius: 18px
}

.videos_open_btn .icon-tshe-arrow-drop-up {
	color: #000;
	font-size: 25px
}

.videos_open_img {
	width: 40px;
	height: 40px
}

.videos_modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1003;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6)
}

.videos_box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 600px;
	height: 375px
}

.videos_close {
	position: absolute;
	top: 4px;
	right: -40px;
	font-size: 30px;
	color: #d8d8d8;
	cursor: pointer
}

.videos_window {
	border-radius: 5px;
	overflow: hidden
}

.hi3_case_nav {
	display: inline-block;
	margin: 5px 10px;
	width: 88px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background-color: #fbfbfb;
	color: #000;
	font-size: 13px;
	border-radius: 30px;
	cursor: pointer
}

.hi3_case_nav.active,
.hi3_case_nav:hover {
	background-color: #87c5de
}

.hi3_case_bodys {
    width: 750px;
    float: left;
    margin-top: 10px;
    height: 450px;
    font-size: 0;
}

.hi3_case_body {
	display: none;
	width: 1160px;
	font-size: 0
}

.hi3_case_body.active {
	display: block
}

.hi3_case_item {
	display: inline-block;
	margin-right: 1.1%;
	margin-bottom: 26px;
	width: 19%
}

.hi3_case_item:nth-of-type(5n) {
	margin-right: 0
}

.hi3_case_img,
.hi3_ci_img {
	cursor: pointer;
	width: 100%;
	height: 192px;
	overflow: hidden;
	transition: all .3s
}

.hi3_ci_img {
	background-size: cover;
	background-position: 50%
}

.hi3_ci_img:hover {
	transform: scale(1.1)
}

.hi3_case_info {
	margin-top: 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.hi3_case_avatar {
	margin-right: 12px;
	width: 22px;
	height: 22px;
	border-radius: 22px
}

.hi3_case_title {
	font-size: 12px;
	color: #777;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.hi3_case_modal {
	position: fixed;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	z-index: 1000;
	text-align: left
}

.hi3_case_modal.hidden {
	display: none
}

.hi3_case_modal_box {
	position: relative;
	padding: 34px;
	width: 732px;
	background-color: #fff;
	z-index: 2;
	border-radius: 5px;
	text-align: left
}

.hi3_cmh_info,
.hi3_cmh_n,
.hi3_cmh_p {
	width: 600px
}

.hi3_cm_close {
	position: absolute;
	top: -30px;
	right: -50px;
	font-size: 38px;
	color: #d8d8d8;
	cursor: pointer
}

.hi3_cm_head {
	display: -ms-flexbox;
	display: flex
}

.hi3_cmh_img {
	margin-right: 12px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1px solid #efefef
}

.hi3_cm_content {
	margin-top: 16px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.hi3_cm_picture {
	height: 100%;
	background-size: cover;
	background-position: 50%
}

.hi3_cmc_pbox {
	padding: 10px;
	width: 380px;
	height: 380px;
	box-shadow: 0 2px 4px 0 hsla(0, 0%, 83%, .64)
}

.hi3_cmc_info,
.hi3_cmc_pbox {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.hi3_cmc_info {
	margin-top: 10px;
	width: 254px
}

.hi3_cmc_thumbs {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 168px
}

.hi3_cm_thumb {
	position: relative;
	margin-right: 12px;
	margin-bottom: 8px;
	width: 76px;
	height: 76px;
	background-size: cover;
	background-position: 50%;
	cursor: pointer;
	box-shadow: 0 2px 4px 0 hsla(0, 0%, 76%, .5)
}

.hi3_cm_thumb:nth-of-type(3n) {
	margin-right: 0
}

.hi3_cm_thumb:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: hsla(0, 0%, 99%, .47)
}

.hi3_cm_thumb.active:after,
.hi3_cm_thumb:hover:after {
	background-color: transparent
}

.hi3_cmc_box {
	position: relative;
	padding: 14px;
	margin-top: 14px;
	background-color: #f7f7f7;
	max-height: 250px;
	overflow: auto
}

.hi3_cmc_t {
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #292929;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-decoration: none
}

.hi3_cmc_p {
	margin-top: 12px
}

.hi3_cmc_prow {
	position: relative;
	padding-left: 12px;
	margin-top: 4px;
	font-size: 13px;
	font-weight: 700;
	color: #313131
}

.hi3_cmc_prow:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	background-color: #ffdc00
}

.hi3_cmc_des {
	margin-top: 10px;
	color: #5f5f5f;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
	cursor: pointer
}

.hi3_cmc_des:hover {
	text-decoration: underline
}

.hi3_cmc_btn {
	margin-top: 16px;
	width: 82px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 5px;
	background-image: linear-gradient(90deg, #ffec6b, #ffdc00);
	font-size: 12px;
	font-weight: 700;
	cursor: pointer
}

.hi3_cmh_n {
	font-weight: 700;
	color: #545454;
	/*! autoprefixer: off */
	-webkit-line-clamp: 1
}

.hi3_cmh_n,
.hi3_cmh_p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical
}

.hi3_cmh_p {
	margin-top: 2px;
	font-size: 12px;
	color: #787878;
	/*! autoprefixer: off */
	-webkit-line-clamp: 2
}

.hi3_nav_pos {
	position: absolute;
	left: -160px
}

.hi3_navs_wrapper {
	position: absolute;
	width: 160px;
	padding: 20px;
	border-radius: 10px;
	background-color: #fff;
	z-index: 30;
	transition: transform .2s
}

.hi3_navs_wrapper.fixed {
	position: fixed;
	top: 84px
}

.hi3_navs_wrapper.byLeft {
	position: fixed;
	left: 0;
	top: 84px;
	padding: 20px 20px 20px 10px;
	box-shadow: 2px 4px 10px rgba(0, 0, 0, .15);
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.hi3_navs_logo {
	width: 100%
}

.hi3_navs_line {
	border-bottom: 1px dashed #b9b9b9
}

.hi3_navs_item {
	padding: 6px 0 6px 15px;
	line-height: 26px;
	text-align: right;
	color: #333;
	font-size: 14px
}

.hi3_nav {
	display: block
}

.hi3_nav_dot {
	display: inline-block;
	position: absolute;
	top: 6px;
	left: -14px;
	width: 8px;
	height: 8px;
	border-radius: 8px
}

.hi3_nav_dot,
.hi3_nav_dot.dot1 {
	background-color: gold
}

.hi3_nav_dot.dot2 {
	background-color: #000
}

.hi3_nav_dot.dot3 {
	background-color: #f58e6f
}

.hi3_nav:hover {
	text-decoration: underline
}

.hi3_nav.nohover:hover {
	cursor: default;
	text-decoration: none
}

.hi3_nav_t {
	position: relative
}

.hi3_nav_for {
	position: absolute;
	top: -60px;
	visibility: hidden
}

.hi3_navs_toggle {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
	background-color: #000;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	cursor: pointer;
	overflow: hidden
}

.hi3_navs_wrapper.byLeft .hi3_navs_toggle {
	display: block
}

.hi3_navs_hide,
.hi3_navs_show {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 26px
}

.hi3_navs_hide {
	display: block
}

.hi3_navs_show {
	display: none
}

.hi3_navs_wrapper.byLeft.disable {
	transform: translateX(-150px)
}

.hi3_navs_wrapper.byLeft.disable .hi3_navs_hide {
	display: none
}

.hi3_navs_wrapper.byLeft.disable .hi3_navs_show {
	display: block
}

.hi3_navs_wrapper.byLeft .hi3_navs_item {
	text-align: left
}

.hi3_nav_wechat {
	position: relative;
	padding-top: 0
}

.hi3_nav_wechat .pcsp {
	left: auto;
	right: -285px;
	bottom: -27px;
	z-index: 2
}

.hi3_navs_wrapper.byLeft .hi3_nav_wechat .pcsp {
	right: -275px
}

.hi3_nav_wechat .pcsp:before {
	right: auto;
	left: -20px
}

.hi3_nav_wechat .pcsp:after {
	top: 314px;
	left: -10px;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	border-left: none;
	border-right: 10px solid #fff;
}


 .frock-ft {
    border-top: 1px solid #f2f2f2;
	width:1000px;
	margin: 0 auto;
	overflow:hidden;
	height:90px;
}
.ft-info {
    float: left;
}
 .ft-info li {
    position: relative;
    float: left;
    margin-right: 20px;
    padding-left: 22px;
    line-height: 38px;
    font-size: 13px;
    font-weight: 500;
    color: #333;
	list-style: none;
}
.ft-kf {
    float: right;
    text-align: center;
	height: 38px;
}
 .ft-kf .msg-btn {
    display: inline-block;
    margin: 0 auto;
    padding: 8px 10px;
    width: 170px;
    background-color: #87c5de;
    border-radius: 4px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    text-indent: 13px;
    color: #000;
    position: relative;
}
.i-nums{
	    content: " ";
	    position: absolute;
	    left: 0;
	    top: 11px;
	    width: 130px;
	    height: 30px;
	    background: url(../image/ico_nums401b5cfd.svg) no-repeat left center;
	}
.i-days{
	    content: " ";
	    position: absolute;
	    left: 0;
	    top: 11px;
	    width: 130px;
	    height: 30px;
	    background: url(../image/ico_days5df7c63d.svg) no-repeat left center;
	}
.i-demo{
	    content: " ";
	    position: absolute;
	    left: 0;
	    top: 11px;
	    width: 130px;
	    height: 30px;
	    background: url(../image/ico_democ61f7565.svg) no-repeat left center;
	}
.i-safe{
	    content: " ";
	    position: absolute;
	    left: 0;
	    top: 11px;
	    width: 130px;
	    height: 30px;
	    background: url(../image/ico_safeaac845a6.svg) no-repeat left center;
	}	
 .msg-btn{
  content: " ";
	    position: absolute;
	    left: 15px;
	    top: 11px;
	    width: 50px;
	    height: 38px;
	    background: url(../image/ico_msg99f83b61.svg) no-repeat 15px center;	
}	

.mydzlc {
    background: url(../image/dzlc.jpg) no-repeat 0px top;
    height: 595px;
    border: 0px;
	width: 100%;
}
.w1400 {
    width: 1000px;
    margin: 0 auto;
}
.mydzlc1 {
    background: url(../image/dz.jpg) no-repeat center top;
    width: 343px;
    height: 427px;
    position: absolute;
    left: 790px;
    top: 75px;
}
.mydzlc_1{position:absolute;left:870px;top:200px;width:215px;border:0px;}
.mydzlc_2{position:absolute;left:870px;top:260px;width:215px;border:0px;}
.mydzlc_3{position:absolute;left:870px;top:320px;width:215px;border:0px;}
.mydzlc_4{position:absolute;left:870px;top:340px;width:255px;height:100px;border:0px;border-top:1px #cccccc solid;background:#f3f3f3;font-size:14px;}
.mydzlc_5{position:absolute;left:840px;top:460px;width:80px;border:0px;height:26px;line-height:26px;background:#B40023;color:#fff;text-align:center;cursor:pointer;border-radius: 5px;
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; }
input, textarea, select, button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em;
    font: 400 13.3333px Arial;
}
.anl_zs{
	overflow: hidden;
	display: none;
	height: 500px;
}
.anl_zs1 {
    width: 235px;
    height: 220px;
    float: left;
    margin-left: 5px;
    border: 1px dashed hsla(0,0%,59%,.2);
    margin-bottom: 5px;
}
.al_zs_title{
	font-size: 14px;
	text-align: center;
}
.contentin2{
	display: block;
}
.yqlj{
	width:1160px;
	margin: 10px auto;
	}
	
	 .sbp_link {
	    display: inline-block;
	    margin-right: 8px;
	    width: 100px;
	    color: #9b9b9b;
	    font-size: 14px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	}
.yqlj_bt{
	font-size: 16px;
	border-bottom: 1px solid #9b9b9b;
}	