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

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

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

.page_modal_box {
	width: 900px;
	height: 500px;
	background-color: #fff;
	border-radius: 10px
}

.page_modal_box.bra18 {
	border-radius: 18px
}

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

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

.page_modal .pcspa {
	border-width: 2px
}

.page_modal.pcspa {
	border-width: 2px
}

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

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

.page_modal_h {
	display: inline-block;
	position: relative;
	padding: 8px 50px;
	border: 5px solid gold;
	border-radius: 25px;
	color: #161616;
	font-size: 16px;
	font-weight: 700
}

.page_modal_h:after,.page_modal_h:before {
	content: "";
	display: block;
	position: absolute;
	top: 14px;
	width: 10px;
	height: 10px;
	background-color: gold;
	border-radius: 10px
}

.page_modal_h:before {
	left: 14px
}

.page_modal_h:after {
	right: 14px
}

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

.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(../images/prod_command__icon01-7b5e1b1d3518c1d2af47b98775809e13.png)
}

.direct_category_box .cate-desc-title.command--icon {
	background-image: url(../images/prod_command__icon02-0f7d42b33c27668e87d287066d552c8e.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(../images/close_white-a868a05b00a2f540d3c520f87861de11.svg);
	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_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: gold
}

.hi3_case_bodys {
	margin-top: 10px;
	height: 500px;
	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_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: 45px;
	height: 2px;
	border-radius: 0;
	background: hsla(0,0%,100%,.5)
}

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

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

.hi3_tool {
	position: relative;
	width: 205px;
	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(../fonts/search_white-eeb9f95b68af17011e00fe3e689abdee.svg);
	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
}

.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_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(../fonts/arrow_double_right-c795ea4506c54b0391d6e62071dfc137.svg);
	background-size: 20px 20px
}

.hi3_number {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-image: url(../images/number-8f7626796ac4696631aabf52ae8582df.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,gold,#ffbb2a);
	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;
	vertical-align: top;
	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: gold;
	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: #000;
	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,gold,#ffab33 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)
}

.hi4_main {
	margin-bottom: 0
}

.hi4_banner {
	height: 800px;
	overflow: hidden
}

.hi4_banner_swiper,.hi4_banner_swiper .swiper-container {
	width: 100%;
	height: 100%
}

.hi4_banner_swiper .swiper-btn {
	visibility: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	font-size: 30px;
	font-weight: 400;
	color: #fff;
	cursor: pointer;
	background-image: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: rgba(0,0,0,.4);
	border-radius: 50%
}

.hi4_banner:hover .swiper-btn {
	visibility: visible
}

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

.hi4_banner_swiper .swiper-button-prev {
	transform: translateX(-600px)
}

.hi4_banner_swiper .swiper-button-next {
	transform: translateX(560px)
}

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

.hi4_banner_swiper .swiper-button-next:before {
	margin-right: -1px
}

.hi4_banner_swiper .swiper-container>.swiper-pagination-bullets {
	bottom: 1.56vw
}

.hi4_banner_swiper .swiper-pagination-bullet {
	width: 50px;
	height: 4px;
	border-radius: 4px;
	background: hsla(0,0%,100%,.5)
}

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

.hi4_b_box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	color: #fff;
	font-weight: 700;
	white-space: nowrap;
	letter-spacing: 2px
}

.hi4_b_t1 {
	font-size: 20px
}

.hi4_b_t2 {
	margin-top: 35px;
	font-size: 60px
}

.hi4_b_t3 {
	margin-top: 15px;
	font-size: 30px
}

.hi4_b_t4 {
	margin-top: 40px;
	font-size: 20px
}

.hi4_b_box .hi4_btns {
	margin-top: 20px
}

.hi4_b_box .hi4_btn {
	height: 40px;
	line-height: 40px
}

.hi4_b1_box {
	box-shadow: 0 1px 6px rgba(0,0,0,.1)
}

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

.hi4_b1_item {
	position: relative;
	padding: 35px 6px 35px 60px
}

.hi4_b1_item:last-child {
	cursor: pointer
}

.hi4_b1_item:last-child:hover {
	background-color: #efefef
}

.hi4_b1_l {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 60%;
	background-color: #dfe4e8
}

.hi4_b1_item:first-child .hi4_b1_l {
	display: none
}

.hi4_b1_icon {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 32px
}

.hi4_b1_h {
	margin-bottom: 5px;
	color: #3e4c5b;
	font-size: 15px;
	font-weight: 700
}

.hi4_b1_p {
	color: #9aa8b6;
	font-size: 14px
}

.hi4_b1_qr {
	position: absolute;
	left: 50%;
	top: -10px;
	transform: translate(-50%,-100%);
	z-index: 1;
	padding: 10px;
	width: 168px;
	height: 168px;
	background-color: #fff;
	border-radius: 5px;
	visibility: hidden
}

.hi4_b1_qr:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 10px solid #fff
}

.hi4_b1_qr .pcsp_qrcode_wrap {
	margin: 0
}

.hi4_b1_item:last-child:hover .hi4_b1_qr {
	visibility: visible
}

.hi4_b1_icon2,.hi4_b1_item:hover .hi4_b1_icon1 {
	visibility: hidden
}

.hi4_b1_item:hover .hi4_b1_icon2 {
	visibility: visible
}

.hi4_b2_box {
	padding: 120px 0
}

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

.hi4_h {
	color: #000;
	font-size: 34px;
	font-weight: 700
}

.hi4_h,.hi4_p {
	text-align: center
}

.hi4_p {
	margin-top: 20px;
	color: #666;
	font-size: 18px
}

.hi4_items {
	margin-top: 60px;
	font-size: 0;
	height: 710px
}

.hi4_icol1,.hi4_icol2,.hi4_icol3 {
	display: inline-block;
	vertical-align: top
}

.hi4_icol1 {
	width: 39.83%;
	height: 100%
}

.hi4_icol2 {
	margin: 0 .85%;
	width: 38.98%;
	height: 100%
}

.hi4_icol3 {
	width: 19.49%;
	height: 100%
}

.hi4_item0 {
	margin-bottom: 2.2%;
	width: 100%;
	height: 49.3%
}

.hi4_item1 {
	margin-right: 2.2%
}

.hi4_item1,.hi4_item2 {
	width: 48.9%;
	height: 49.3%
}

.hi4_item3 {
	margin-bottom: 4.3%
}

.hi4_item3,.hi4_item4 {
	width: 100%;
	height: 49.3%
}

.hi4_item_hot {
	display: inline-block;
	width: 100%;
	height: 100%
}

.hi4_item,.hi4_item_hot {
	display: inline-block;
	position: relative;
	border-radius: 5px;
	overflow: hidden
}

.hi4_ih_icon {
	position: absolute;
	top: 20px;
	left: 10px;
	z-index: 2;
	width: 70px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	background-color: #e02020;
	color: #fff;
	font-size: 12px;
	border-radius: 26px
}

.hi4_i_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	z-index: 1
}

.hi4_i_bg1 {
	visibility: visible
}

.hi4_i_bg2 {
	visibility: hidden
}

.hi4_i_dcover {
	background: rgba(0,0,0,.2)
}

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

.hi4_i_cover {
	visibility: hidden;
	background: linear-gradient(180deg,transparent,rgba(0,0,0,.5) 62.89%,rgba(0,0,0,.7))
}

.hi4_i_con {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	text-align: center;
	color: #fff;
	z-index: 3
}

.hi4_ic_h {
	font-size: 46px;
	font-weight: 700
}

.hi4_ic_b {
	font-size: 18px
}

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

.hi4_ic_h2 {
	top: 10px
}

.hi4_ic_p {
	font-size: 14px
}

.hi4_item .hi4_ic_btn {
	top: -10px;
	display: inline-block;
	margin-top: 10px;
	padding: 4px 22px;
	border: 1px solid #fff;
	border-radius: 2px;
	color: #fff;
	font-size: 14px;
	cursor: pointer
}

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

.hi4_item:hover .hi4_i_bg1 {
	visibility: hidden
}

.hi4_item:hover .hi4_i_bg2 {
	visibility: visible
}

.hi4_item:hover .hi4_ic_h {
	top: -10px
}

.hi4_item:hover .hi4_ic_b {
	top: 10px
}

.hi4_item:hover .hi4_trans_1 {
	opacity: 0;
	transition-duration: 0s
}

.hi4_item:hover .hi4_trans_2 {
	top: 0;
	opacity: 1;
	transition-duration: .3s
}

.hi4_item:hover .hi4_i_cover {
	visibility: visible
}

.hi4_item:hover,.hi4_item_hot:hover {
	box-shadow: 0 1px 6px rgba(0,0,0,.2)
}

.hi4_item_hot .swiper-container {
	width: 100%;
	height: 100%
}

.hi4_item_hot .swiper-btn {
	visibility: hidden;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	cursor: pointer;
	background-image: none;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background-color: hsla(0,0%,100%,.4);
	border-radius: 50%
}

.hi4_item_hot:hover .swiper-btn {
	visibility: visible
}

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

.hi4_item_hot .swiper-button-prev {
	left: 20px
}

.hi4_item_hot .swiper-button-next {
	left: auto;
	right: 20px
}

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

.hi4_item_hot .swiper-button-next:before {
	margin-right: -1px
}

.hi4_item_hot .swiper-container>.swiper-pagination-bullets {
	bottom: 40px
}

.hi4_item_hot .swiper-pagination-bullet {
	position: relative;
	margin: 6px;
	width: 18px;
	height: 18px;
	background-color: transparent;
	opacity: .8
}

.hi4_item_hot .swiper-pagination-bullet:after {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #999
}

.hi4_item_hot .swiper-pagination-bullet-active {
	background-color: #999
}

.hi4_item_hot .swiper-pagination-bullet-active:after {
	background-color: #fff
}

.hi4_ih_con {
	position: absolute;
	left: 0;
	bottom: 94px;
	z-index: 3;
	width: 100%;
	text-align: center;
	color: #fff
}

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

.hi4_ih_p {
	margin-top: 10px;
	font-size: 14px
}

.hi4_ih_h2 {
	top: 10px
}

.hi4_ih_con .hi4_ih_btn {
	top: -10px;
	display: inline-block;
	margin-top: 15px;
	padding: 4px 22px;
	border: 1px solid #fff;
	border-radius: 2px;
	color: #fff;
	font-size: 14px;
	cursor: pointer
}

.hi4_i_con .hi4_ic_btn:hover,.hi4_ih_con .hi4_ih_btn:hover {
	background-color: #ffc403;
	border-color: #ffc403;
	color: #000
}

.hi4_item_hot:hover .hi4_i_dcover {
	visibility: hidden
}

.hi4_item_hot:hover .hi4_i_cover {
	visibility: visible
}

.hi4_item_hot:hover .hi4_ih_h {
	top: -10px
}

.hi4_item_hot:hover .hi4_ih_p {
	top: 10px
}

.hi4_item_hot:hover .hi4_trans_1 {
	opacity: 0;
	transition-duration: 0s
}

.hi4_item_hot:hover .hi4_trans_2 {
	top: 0;
	opacity: 1;
	transition-duration: .3s
}

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

.hi4_btns .hi4_btn {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
	width: 160px;
	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
}

.hi4_btns .hi4_btn_big {
	width: 190px
}

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

.hi4_btn:active {
	background-color: #ffc403
}

.hi4_btns .hi4_btn2 {
	background-color: #f9eab7;
	border: 1px solid #ffc403
}

.hi4_btns .hi4_btn2:hover {
	background-color: #ffde3b;
	border-color: #ffde3b
}

.hi4_btns .hi4_btn2:active {
	background-color: #f9eab7;
	border: 1px solid #ffc403
}

.hi4_b4 {
	padding-top: 120px;
	height: 402px
}

.hi4_b4_p {
	text-align: center;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	line-height: 36px
}

.hi4_services {
	margin-top: 60px
}

.hi4_service {
	padding: 40px 10px 50px;
	width: 280px;
	text-align: center;
	border: 1px solid #ffc403
}

.hi4_service:hover {
	background: linear-gradient(136.06deg,#fff3ab,#ffc403);
	box-shadow: 1px 2px 6px rgba(255,196,3,.3)
}

.hi4_s_icons {
	position: relative;
	margin: 0 auto;
	width: 50px
}

.hi4_s_icon {
	width: 50px
}

.hi4_s_icon_hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	visibility: hidden
}

.hi4_service:hover .hi4_s_icon {
	visibility: hidden
}

.hi4_service:hover .hi4_s_icon_hover {
	visibility: visible
}

.hi4_s_h {
	margin: 25px 0 15px;
	color: #000;
	font-size: 22px;
	font-weight: 700
}

.hi4_s_p {
	color: #666;
	font-size: 14px;
	line-height: 24px
}

.hi4_service:nth-child(3) .hi4_s_p {
	margin: 0 auto;
	width: 150px
}

.hi4_steps {
	margin-top: 60px
}

.hi4_step {
	width: 340px;
	text-align: center
}

.hi4_step_n {
	margin-bottom: -14px;
	width: 36px
}

.hi4_step_h {
	color: #000;
	font-size: 22px;
	font-weight: 700
}

.hi4_step_l {
	margin: 0 auto;
	width: 40px;
	height: 5px;
	background: linear-gradient(90deg,rgba(255,228,6,0),#ffc403 50.57%,rgba(255,228,7,0))
}

.hi4_step_p {
	margin-top: 15px;
	color: #666;
	font-size: 14px
}

.hi4_step_arrow {
	width: 20px;
	height: 20px;
	background-image: url(../images/arrow_double_right-c795ea4506c54b0391d6e62071dfc137.svg);
	background-size: 20px 20px
}

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

.hi4_post {
	position: relative;
	padding: 35px 0 60px;
	width: 280px;
	box-shadow: 0 4px 20px 0 hsla(0,0%,84%,.4)
}

.hi4_p_ps {
	padding: 0 30px
}

.hi4_p_img {
	height: 30px
}

.hi4_p_h {
	margin-top: 20px;
	padding-bottom: 20px;
	color: #4a4a4a;
	font-size: 18px;
	font-weight: 700;
	border-bottom: 1px solid #f3f3f3
}

.hi4_posts .hi4_p_p {
	display: block;
	margin-top: 18px;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #4a4a4a;
	font-size: 13px
}

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

.hi4_p_mt {
	position: relative;
	font-size: 13px
}

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

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

.hi4_post:hover .hi4_p_m {
	color: #141414
}

.hi4_post:hover .hi4_p_mt:after {
	border-left-color: #141414
}

.hi4_post:hover .hi4_p_m:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 6px;
	left: 0;
	bottom: 0;
	background-color: #ffc403;
	z-index: -1
}

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

	.hi4_post,.hi4_service {
		margin: 0 5px
	}

	.hi4_post {
		width: calc(25% - 14px)
	}

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

@media only screen and (max-width:1210px) {
	.hi4_banner {
		height: 50vw
	}

	.hi4_banner_swiper .swiper-button-prev {
		transform: none;
		left: 20px
	}

	.hi4_banner_swiper .swiper-button-next {
		transform: none;
		left: auto;
		right: 20px
	}

	.hi4_b1_item {
		padding: 2.9vw 6px 2.9vw 40px
	}

	.hi4_b1_icon {
		left: 10px;
		width: 20px
	}

	.hi4_b1_h {
		margin-bottom: 5px;
		font-size: 13px
	}

	.hi4_b1_p {
		font-size: 12px
	}

	.hi4_h {
		font-size: 24px
	}

	.hi4_p {
		font-size: 14px
	}

	.hi4_b2_box {
		padding: 8vw 0
	}

	.hi4_items {
		margin-top: 5vw;
		padding: 0 10px;
		height: 59.16vw
	}

	.hi4_ic_h {
		font-size: 32px
	}

	.hi4_ic_b {
		font-size: 16px
	}

	.hi4_ic_p,.hi4_item .hi4_ic_btn {
		font-size: 12px
	}

	.hi4_ih_h {
		font-size: 18px
	}

	.hi4_ih_con .hi4_ih_btn,.hi4_ih_p {
		font-size: 12px
	}

	.hi4_btns {
		margin-top: 5vw
	}

	.hi4_btns .hi4_btn {
		width: 130px;
		height: 40px;
		line-height: 40px;
		font-size: 12px
	}

	.hi4_btns .hi4_btn:hover {
		font-size: 13px
	}

	.hi4_btns .hi4_btn_big {
		width: 140px
	}

	.hi4_b4_p {
		font-size: 16px
	}

	.hi4_services {
		margin-top: 5vw
	}

	.hi4_service {
		margin: 0 10px;
		padding: 30px 10px 40px
	}

	.hi4_s_h {
		font-size: 18px
	}

	.hi4_s_p {
		font-size: 14px;
		line-height: 22px
	}

	.hi4_steps {
		margin-top: 5vw
	}

	.hi4_step_h {
		font-size: 18px
	}

	.hi4_posts {
		margin-top: 5vw
	}

	.hi4_post {
		margin: 0 7px
	}
}

@media only screen and (max-width:1100px) {
	.hi4_b_t1 {
		font-size: 16px
	}

	.hi4_b_t2 {
		margin-top: 10px;
		font-size: 44px
	}

	.hi4_b_t3 {
		margin-top: 10px;
		font-size: 24px
	}

	.hi4_b_t4 {
		margin-top: 30px;
		font-size: 16px
	}
}

@media only screen and (max-width:800px) {
	.hi4_b_t1 {
		font-size: 14px
	}

	.hi4_b_t2 {
		font-size: 32px
	}

	.hi4_b_t3 {
		font-size: 18px
	}

	.hi4_b_t4 {
		margin-top: 20px;
		font-size: 14px
	}

	.hi4_b_box .hi4_btn {
		height: 30px;
		line-height: 30px
	}
}

.hi4_artworks {
	margin-top: 60px;
	font-size: 0;
	height: 590px
}

.hi4_acol1,.hi4_acol2 {
	display: inline-block;
	vertical-align: top;
	height: 100%
}

.hi4_acol1 {
	margin-right: 1%;
	width: 24.6%
}

.hi4_acol2 {
	width: 74.4%
}

.hi4_art {
	display: inline-block;
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 5px
}

.hi4_acol1 .hi4_art {
	margin-bottom: 3.2%;
	height: 23.72%;
	cursor: pointer
}

.hi4_acol2 .hi4_art {
	width: 49.2%;
	height: 49%;
	vertical-align: top
}

.hi4_acol2 .hi4_art:first-child {
	margin: 0 1.4% 1.1% 0
}

.hi4_acol2 .hi4_art:nth-child(2) {
	margin-bottom: 1.1%
}

.hi4_acol2 .hi4_art:nth-child(3) {
	margin-right: 1.4%
}

.hi4_art_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: transform .3s
}

.hi4_art:hover {
	box-shadow: 0 1px 6px rgba(0,0,0,.2)
}

.hi4_art:hover .hi4_art_img {
	transform: scale(1.1)
}

.hi4_art:hover .hi4_i_cover {
	visibility: visible
}

.hi4_art_con {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 3;
	color: #fff;
	text-align: center
}

.hi4_art_h {
	font-size: 22px;
	font-weight: 700
}

.hi4_art_hp {
	display: none
}

.hi4_acol1 .hi4_art:hover .hi4_art_h {
	color: #ffc403
}

.hi4_acol1 .hi4_art:hover .hi4_art_hp {
	display: inline-block
}

.hi4_art_h2 {
	top: 10px
}

.hi4_art_p {
	margin-top: 8px;
	font-size: 14px;
	white-space: nowrap
}

.hi4_art_con .hi4_art_btn {
	top: -10px;
	display: inline-block;
	margin-top: 10px;
	padding: 4px 16px;
	border: 1px solid #fff;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	cursor: pointer
}

.hi4_art_bot {
	position: absolute;
	top: auto;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 70px;
	line-height: 70px;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	z-index: 3;
	background-color: rgba(0,0,0,.6);
	text-align: center
}

.hi4_acol2 .hi4_art:hover .hi4_trans_1 {
	opacity: 0;
	transition-duration: 0s
}

.hi4_acol2 .hi4_art:hover .hi4_art_bot {
	bottom: -10px
}

.hi4_acol2 .hi4_art:hover .hi4_trans_2 {
	top: 0;
	opacity: 1;
	transition-duration: .3s
}

.hi4_art_con .hi4_art_btn:hover {
	background-color: #ffc403;
	border-color: #ffc403;
	color: #000
}

@media only screen and (max-width:1210px) {
	.hi4_art_p {
		font-size: 12px
	}

	.hi4_artworks {
		margin-top: 5vw;
		padding: 0 10px;
		height: 50vw
	}

	.hi4_art_bot,.hi4_art_h {
		height: 40px;
		line-height: 40px;
		font-size: 18px
	}
}

.hi4_reasons {
	margin-top: 60px;display: flex;
    justify-content: space-around;
    margin-bottom: 60px;
}

.hi4_reason {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0 4.25% 2.5% 0;
	padding-top: 50px;
	width: 30.5%;
	height: 200px;
	text-align: center;
	box-shadow: 0 2px 4px rgba(0,0,0,.2)
}

.hi4_reasons a{width: 100px;text-align: center;
    height: 38px;
    line-height: 38px;display: inline-block;
    margin: 0;
    padding: 0;color:#fff;
    background-color:#2b1841;    border-radius: 5px;}

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

.hi4_reason:nth-child(n+4) {
	margin-bottom: 0
}

.hi4_reason:hover .hi4_i_cover {
	visibility: visible
}

.hi4_reason:hover .hi4_r_h {
	transition: transform .3s;
	transform: scale(1.1)
}

.hi4_r_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 64%
}

.hi4_r_h {
	position: relative;
	z-index: 3;
	color: #fff;
	font-size: 24px;
	font-weight: 700
}

.hi4_r_p {
	position: absolute;
	left: 0;
	bottom: 25px;
	width: 100%;
	color: #666;
	font-size: 14px
}

@media only screen and (max-width:1210px) {
	.hi4_reasons {
		margin-top: 5vw;
		padding: 0 10px
	}

	.hi4_reason {
		padding-top: 40px;
		height: 160px
	}

	.hi4_r_h {
		font-size: 18px
	}

	.hi4_r_p {
		bottom: 20px;
		font-size: 12px
	}
}

@media only screen and (max-width:800px) {
	.hi4_r_h {
		font-size: 14px
	}
}

.hi4_b7_box {
	position: relative;
	padding-top: 120px;
	height: 555px
}

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

.hi4_b7_bgbot {
	position: absolute;
	bottom: -2px;
	left: -1%;
	width: 102%;
	max-width: none;
	height: 102px
}

.hi4_b7_l {
	position: absolute;
	bottom: 108px;
	left: 50%;
	max-width: 80%;
	max-height: 10px;
	min-height: 5px;
	transform: translateX(-50%)
}

.hi4_b7_box .hi4_b2 {
	position: relative;
	z-index: 2
}

.hi4_b7_box .hi4_h,.hi4_b7_box .hi4_p {
	color: #fff
}

.hi4_logos {
	height: 160px
}

.hi4_logos .swiper-container {
	width: 100%;
	height: 100%
}

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

.hi4_comment_swiper {
	margin: 0 auto;
	max-width: 1180px;
	height: 320px;
	position: relative
}

.hi4_comment_cons {
	width: 75%;
	height: 100%;
	overflow: hidden
}

.hi4_comment_swiper .swiper-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 30px;
	font-weight: 400;
	color: #fff;
	cursor: pointer;
	background-image: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #ffc403;
	border-radius: 50%;
	opacity: .6
}

.hi4_comment_swiper .swiper-btn:active {
	opacity: 1
}

.hi4_comment_swiper .swiper-btn.swiper-button-disabled {
	opacity: .3
}

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

.hi4_comment_swiper .swiper-button-next:before {
	margin-right: -1px
}

.hi4_comment_con {
	position: relative;
	padding: 0 30px 0 280px
}

.hi4_c_l {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	text-align: center
}

.hi4_c_img {
	margin-bottom: 10px;
	width: 180px;height:180px;border-radius:180px;object-fit: cover;
}

.hi4_c_n {
	line-height: 24px
}

.hi4_c_n,.hi4_c_r {
	color: #000;
	font-size: 16px
}

.hi4_c_r {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	line-height: 30px;
	text-align: justify
}

.hi4_comment_thumbs_box {
	margin-top: 40px;
	height: 136px;
	background-color: #2b1841
}

.hi4_comment_thumbs {
	margin: 0 auto;
	max-width: 1180px;
	height: 100%;
	overflow: hidden
}

.hi4_comment_thumb {
	position: relative;
	text-align: center;
	cursor: pointer
}

.hi4_ct_img {
	margin-top: 28px;
	height: 80px
}

.hi4_comment_thumb:after {
	content: "";
	display: block;
	visibility: hidden;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-top: 16px solid #fff
}

.hi4_comment_thumb.swiper-slide-thumb-active:after {
	visibility: visible
}

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

.hi4_art_modal.active {
	display: block
}

.hi4_am_box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
	width: 755px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden
}

.hi4_am_scroll.active {
	max-height: 95vh;
	overflow-y: scroll
}

.hi4_am_bg {
	padding-top: 90px;
	height: 290px
}

.hi4_am_n {
	text-align: center;
	color: #fff;
	font-size: 36px
}

.hi4_am_l {
	margin: 10px auto 20px;
	width: 68px;
	height: 2px;
	background: linear-gradient(90deg,rgba(255,220,0,0),#ffc403 49.16%,rgba(255,220,0,0))
}

.hi4_am_p {
	text-align: center;
	color: #fff;
	font-size: 18px
}

.hi4_am_con {
	padding: 50px 90px 60px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px
}

.hi4_am_h {
	margin: 20px 0 10px
}

.hi4_am_num {
	height: 36px
}

.hi4_am_hh {
	margin-left: 7px;
	color: #666;
	font-size: 24px;
	vertical-align: middle
}

.hi4_am_row {
	position: relative;
	padding-left: 28px;
	color: #666;
	font-size: 14px;
	line-height: 30px
}

.hi4_am_dot {
	display: inline-block;
	top: 7px;
	left: 0;
	width: 16px;
	height: 16px;
	background-color: rgba(255,196,3,.3)
}

.hi4_am_dot,.hi4_am_dot:after {
	position: absolute;
	border-radius: 50%
}

.hi4_am_dot:after {
	content: "";
	display: block;
	top: 3px;
	left: 3px;
	width: 10px;
	height: 10px;
	background-color: #ffc403
}

.hi4_am_btn {
	margin: 30px auto 0;
	width: 160px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: linear-gradient(90deg,#ffdc00,#f79800);
	border-radius: 5px;
	color: #000;
	font-size: 16px;
	cursor: pointer
}

@media only screen and (max-width:800px) {
	.hi4_am_box {
		width: 90%
	}

	.hi4_am_bg {
		padding-top: 7.6vw;
		height: 24.57vw
	}

	.hi4_am_n {
		font-size: 20px
	}

	.hi4_am_p {
		font-size: 14px
	}

	.hi4_am_con {
		padding: 40px 50px 30px
	}

	.hi4_am_num {
		height: 28px
	}

	.hi4_am_hh {
		font-size: 16px
	}

	.hi4_am_row {
		line-height: 24px;
		font-size: 12px
	}
}

.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(../images/indexv2_fqa__icon01-d2c37d494da9dd1a5d5769c49c138e1f.png)
}

.FQA .fqa_title__icon.icon02 {
	width: 30px;
	height: 30px;
	background-image: url(../images/indexv2_fqa__icon02-5c90e17fa67561c10dc9ede6181b6f01.png)
}

.FQA .fqa_title__icon.icon03 {
	height: 30px;
	width: 30px;
	background-image: url(../images/indexv2_fqa__icon03-3445c40bc750775ebf55898c22b75586.png)
}

.FQA .fqa_title__icon.icon04 {
	width: 36px;
	height: 28px;
	background-image: url(../images/indexv2_fqa__icon04-08d203df5007fc43956695a22a058688.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_open_img2 {
	width: 70px;
	height: 70px
}

.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_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: 164px;
	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: -295px;
	bottom: -27px;
	z-index: 2
}

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

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

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

.hi3_nav_wechat:hover .pcsp {
	display: block
}
.home-agreement-wrapper {
    max-width: 1000px;
    margin: 50px auto 0;
    padding: 12px 0 120px;
}
.home-page-title {
    padding: 0 0 8px 10px;
    margin: 20px 10px;
    font-size: 22px;
    color: #000;
    line-height: 30px;
    border-bottom: 4px solid #ddd;
}

.ui.tshe-home-page {
    margin: 40px 10px;
}
.ui.tshe-home-page .divider {
    height: 20px;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    border-top: 2px solid #000;
}

.ui.tshe-home-page .title {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    padding: 8px;
    text-align: center;
}

.ui.tshe-home-page p {
    margin: 14px 0;
}