@charset "utf-8";

:root {
	--color: #0873d6;
	--hovercolor: #033460;
	--fontcolor: #333;
	--headercolor: #FFF;
	--footercolor: #DDD;
	--introcolor: #555;
	--fontsize12: 12px;
	--fontsize13: 13px;
	--fontsize14: 14px;
	--fontsize15: 15px;
	--fontsize16: 16px;
	--fontsize17: 17px;
	--fontsize18: 18px;
	--fontsize20: 20px;
	--fontsize22: 22px;
	--fontsize24: 24px;
	--fontsize26: 26px;
	--fontsize28: 28px;
	--fontsize30: 30px;
	--fontsize36: 36px;
	--fontbold3: 300;
	--fontbold4: 400;
	--fontbold5: 500;
	--fontbold6: 600;
	--fontbold7: 700;
	--border: 5px;
	--fontfamily: "Roboto", "Lato", "Open Sans", "Poppins", "Oswald", "Noto Sans", "Montserrat", Arial, sans-serif
}

@media(min-width:1025px) {
	::-webkit-scrollbar-track {
		box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
		border-radius: 10px;
		background: rgba(122, 122, 122, .1)
	}

	::-webkit-scrollbar-thumb {
		box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
		background: #d7d7d7
	}

	::-webkit-scrollbar {
		width: 8px;
		height: 1px
	}
}

*, html, body, h1, h2, h3, h4, h5, h6, table, th, td, ul, li, dl, dt, dd, div, p, pre, form, input, button, textarea {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

html {
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: transparent
}

body {
	clear: both;
	max-width: 1920px;
	margin: 0 auto;
	padding: 140px 0 0 0;
	font-size: var(--fontsize16);
	line-height: 1.5;
	color: var(--fontcolor);
	overflow-x: hidden;
	font-family: var(--fontfamily)
}

h1, h2, h3, h4, h5, h6, b {
	/*
	text-transform: capitalize;
	*/
	font-weight: var(--fontbold5)
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: bottom
}

a {
	text-decoration: none;
	color: inherit
}

li, ol, ul {
	list-style: none
}

iframe, video {
	max-width: 100%;
	outline: 0;
	border: none;
	vertical-align: bottom
}

button {
	outline: 0;
	border: none
}

img.lazy {
	display: inline-block;
	opacity: 0
}

img.lazy, img.tst {
	transition: opacity .6s, transform .3s ease
}

img.loaded {
	opacity: 1
}

img:not([src]) {
	visibility: hidden;
	position: absolute
}

h4.cate-h4, h4.pro-h4 {
	clear: both;
	font-weight: var(--fontbold5)
}

ul.cate-ulli, ul.pro-ulli {
	clear: both;
	padding: 10px 0 10px 20px
}

ul.cate-ulli li, ul.pro-ulli li {
	list-style-type: disc;
	line-height: 1.7
}

ol.cate-ulli, ol.pro-ulli {
	clear: both;
	padding: 10px 0 10px 30px
}

ol.cate-ulli li, ol.pro-ulli li {
	list-style-type: decimal;
	line-height: 1.7
}

.prohome-content {
	clear: both;
	margin: 0 auto 30px;
	padding: 0 70px;
	max-width: 1700px;
	line-height: 1.6;
	box-sizing: border-box
}

.prolist-bottom {
	max-width: 1700px;
	clear: both;
	margin: 0 auto 30px;
	padding: 0 70px;
	line-height: 1.6;
	/*
	box-sizing: border-box
	*/
}

.prolist-bottom a {
	text-decoration: underline
}

.prolist-bottom a:hover {
	color: var(--color)
}

.pro-bottom {
	margin: 0 auto;
	padding: 0
}

.pro-bottom a {
	text-decoration: underline;
	text-transform: lowercase
}

.pro-bottom a:hover, .pro-bottom a:active {
	color: var(--color)
}

.prodetails-content article a, .newscontent-details article a {
	color: var(--color)
}

.prodetails-content article a:hover, .newscontent-details article a:hover {
	text-decoration: underline
}
/*
.prodetails-content article p.productsTags a {
	color: var(--fontcolor);
	text-decoration: underline;
	text-transform: lowercase
}

.prodetails-content article p.productsTags a:hover {
	color: var(--color)
}
*/

@media(max-width:1024px) {
	.prohome-content {
		clear: both;
		margin: 0 auto 20px;
		padding: 0 15px
	}

	.prolist-bottom {
		clear: both;
		margin: 0 auto 20px;
		padding: 0 15px
	}
}

.prolist-content {
	clear: both;
	margin: 0 auto 15px;
	line-height: 1.6
}

.ck-widget-toc {
	display: table;
	border: 1px solid #A2A9B1;
	background-color: #F8F9FA;
	padding: 10px 20px 10px 10px;
	font-size: 95%;
	margin: 15px 0;
	min-width: 300px;
	max-width: 100%
}

.ck-widget-toc ol {
	padding: 0 0 0 30px;
	counter-reset: item
}

.ck-widget-toc ol li {
	display: block;
	position: relative;
	list-style: none
}

.ck-widget-toc ol li:before {
	content: counters(item, ".");
	counter-increment: item;
	position: absolute;
	margin-right: 100%;
	right: 10px
}

.ck-widget-toc-title {
	text-align: left;
	font-weight: var(--fontbold7);
	margin: 0 0 5px 0;
	padding: 0 0 0 5px
}

.ck-widget-pt {
	padding-top: 100px;
	margin-top: -100px
}

.ck-widget-toc1 {
	display: table;
	border: 1px solid #A2A9B1;
	background-color: #F8F9FA;
	padding: 10px 20px 10px 10px;
	font-size: 95%;
	margin: 15px 0;
	min-width: 300px;
	max-width: 100%
}

.ck-widget-toc1 ol {
	padding: 0 0 0 30px;
	counter-reset: item
}

.ck-widget-toc1 ol li {
	display: block;
	position: relative;
	list-style: none
}

.ck-widget-toc1 ol li:before {
	content: counters(item, ".");
	counter-increment: item;
	position: absolute;
	margin-right: 100%;
	right: 10px
}

.news-download {
	color: var(--color)
}

article.blogcontent {
	clear: both;
	margin: 0 auto 40px;
	padding: 0
}

article.blogcontent h2 {
	margin: 20px 0 0 0;
	font-size: 24px;
	line-height: 1.3
}

article.blogcontent h3 {
	margin: 20px 0 0 0;
	font-size: 22px;
	line-height: 1.3
}

article.blogcontent h4 {
	margin: 20px 0 0 0;
	font-size: 20px;
	line-height: 1.3
}

article.blogcontent h5 {
	margin: 20px 0 0 0;
	font-size: 18px;
	line-height: 1.3
}

article.blogcontent img {
	max-width: 49%;
	margin: 0 0 10px 0;
	margin-right: 1%;
	padding: 0;
	border: solid 1px #EEE;
	vertical-align: top
}

article.blogcontent p {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1.6
}

article.blogcontent p a {
	color: var(--color)
}

article.blogcontent p a:hover {
	text-decoration: underline
}

article.blogcontent ul {
	margin: 0;
	padding: 5px 0 0 20px
}

article.blogcontent ul li {
	margin: 0 0 5px 0;
	list-style-type: disc
}

.newscontent-details ul {
	margin: 0;
	padding: 5px 0 0 20px
}

.newscontent-details ul li {
	margin: 0 0 5px 0;
	list-style-type: disc
}

.hidden {
	overflow: hidden
}

.lazy-load {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: 2px solid var(--color);
	border-top-color: transparent;
	border-bottom-color: transparent;
	transform: translate(-50%, -50%);
	animation: arrow-circle infinite .75s linear
}

.lazy-wrap {
	display: block;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center
}

.lazy-wrap::after {
	content: "";
	display: block;
	padding-bottom: 50%
}

.lazy-wrap.lazy-loaded .lazy-load {
	-webkit-animation: none;
	animation: none;
	display: none
}

.lazy-wrap.lazy-loaded::after {
	padding-bottom: 0
}

.lazy-load:before, .lazy-load:after {
	position: absolute;
	top: 18px;
	left: -2px;
	border-top: 5px solid var(--color);
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	content: "";
	transform: rotate(-30deg)
}

.lazy-load:after {
	top: -2px;
	left: 13.5px;
	transform: rotate(150deg)
}

@keyframes arrow-circle {
	0% {
		transform: translate(-50%, -50%) rotate(360deg)
	}

	100% {
		transform: translate(-50%, -50%) rotate(0)
	}
}

.l-wrap {
	width: 100%;
	max-width: 1700px;
	margin: 0 auto;
	padding: 0 65px
}

.head-lang {
	display: flex;
	align-items: center;
	justify-content: center
}

.lang {
	width: auto;
	z-index: 9999;
	text-align: left;
	position: relative;
	/*
	margin-right: 20px
	*/
	margin-left: 20px
}

.lang-icon {
	display: flex;
	align-items: center;
	width: 100%;
	height: 30px;
	border: none;
	cursor: pointer;
	font-size: var(--fontsize14);
	user-select: none;
	white-space: nowrap
}

.lang-icon span {
	position: relative;
	padding-right: 18px;
	color: var(--headercolor)
}

.lang-icon>img {
	margin-right: 5px
}

.lang-icon span::before {
	content: "";
	position: absolute;
	right: 4px;
	top: 11px;
	width: 8px;
	height: 1px;
	background: var(--headercolor);
	transform: rotate(50deg)
}

.lang-icon span::after {
	content: "";
	position: absolute;
	right: 0;
	top: 11px;
	width: 8px;
	height: 1px;
	background: var(--headercolor);
	transform: rotate(-50deg)
}

.lang-drop {
	position: absolute;
	top: calc(100% + 26px);
	left: 12px;
	transform: translateX(-50%);
	background: #FFF;
	border: 1px solid #EBEEF5;
	border-radius: var(--border);
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
	visibility: hidden;
	opacity: 0;
	transition: opacity .3s, top .3s;
	z-index: 9999
}

.lang-drop.active {
	visibility: visible;
	opacity: 1;
	top: calc(100% + 12px)
}

.lang-arrow {
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	top: -6px;
	left: 50%;
	/*
	right: 18%;
	*/
	background-color: #FFF;
	border-top: 1px solid #EBEEF5;
	border-left: 1px solid #EBEEF5;
	transform: translateX(-50%) rotate(45deg)
}

.lang-wrap {
	width: 140px;
	padding: 8px 0
}

.lang-wrap li {
	width: 100%;
	padding: 8px 16px;
	transition: background-color .3s
}

.lang-wrap li a {
	display: block;
	color: var(--fontcolor);
	font-size: var(--fontsize12);
	text-decoration: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.lang-wrap li img {
	display: inline-block;
	width: 24px;
	height: 16px;
	vertical-align: -.25em;
	margin-right: 4px
}

.lang-drop.lang-flex {
	left: auto;
	right: 0;
	transform: translateX(0)
}

.lang-flex .lang-wrap {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 360px;
	padding: 8px;
	max-height: 400px;
	overflow-y: auto
}

.lang-drop.lang-flex .lang-arrow {
	left: auto;
	right: 70px
}

.lang-flex .lang-wrap li {
	width: 33%;
	padding: 0
}

.lang-flex .lang-wrap li a {
	padding: 8px 5px
}

.lang-wrap li.lang-active, .lang-wrap li:hover {
	background-color: #EEE
}

@media (max-width:1024px) {
	.l-wrap {
		padding: 0 15px
	}
	
	.lang {
		margin-left: auto;
		margin-right: 10px;
		transition: all .2s linear
	}
	
	.lang-icon span {
		display: none
	}

	.lang-icon>img {
		width: 36px;
		height: 24px
	}

	.lang-drop {
		/*
		display: none;
		*/
		left: 18px;
		top: calc(100% + 34px)
	}

	.lang-drop.active {
		/*
		display: block;
		*/
		top: calc(100% + 20px)
	}

	.lang-drop.lang-flex .lang-arrow {
		right: 12px
	}
}

@media (max-width: 768px) {
	.lang-drop.lang-flex {
		position: fixed;
		width: calc(100vw - 20px);
		top: 76px;
		right: 50%;
		transform: translateX(50%)
	}
	.lang-drop.lang-flex.active {
		top: 62px
	}
	.lang-flex .lang-wrap {
		width: 100%
	}
	.lang-drop.lang-flex .lang-arrow {
		right: 75px
	}
}

/*
.crumbs .banner-img {
	width: 100%
}

.crumbs .banner-img img {
	width: 100%
}

.crumbs .banner-content {
	background-color: #F9F9F9;
	padding: 8px 0
}

.crumbs .banner-content .l-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.crumbs .banner-content .banner-title-h1 {
	font-size: var(--fontsize20);
	text-transform: capitalize;
	font-weight: var(--fontbold5)
}

.crumbs .banner-content .banner-breadcrumbs {
	font-size: var(--fontsize14);
	color: var(--introcolor)
}

.crumbs .banner-content .banner-breadcrumbs em {
	color: var(--color);
	margin-right: 2px
}

.crumbs .banner-content .banner-breadcrumbs a {
	transition: all .2s linear;
	text-transform: capitalize
}

.crumbs .banner-content .banner-breadcrumbs span {
	text-transform: capitalize
}

.crumbs .banner-content .banner-breadcrumbs a:hover {
	color: var(--color)
}
*/
.inner-banner {
	position: relative;
	display: flex;
	justify-content: center;
}

.inner-banner .banner-img {
	width: 100%
}

.inner-banner .banner-img img {
	width: 100%
}

.inner-banner .inner-banner-content {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #FFF;
}
.inner-banner .inner-banner-content {
	background: rgba(0, 0, 0, 0.65);
}
.inner-banner .inner-banner-content h1, .inner-banner .inner-banner-content span {
	padding: 10px 20px;
	font-size: 32px;
	line-height: 1.2;
	font-weight: 500;
	text-align: center;
	text-transform: none
}

.breadcrumb {
	background-color: #EEE;
	padding: 10px 0
}

.breadcrumb .breadcrumb-content {
	font-size: 14px
}

.breadcrumb .breadcrumb-content a {
	transition: all .2s linear
}

.breadcrumb .breadcrumb-content a:hover {
	color: var(--color)
}

.breadcrumb .breadcrumb-content i, .breadcrumb .breadcrumb-content .wp > span {
	/*
	display: inline;
	vertical-align: middle;
	*/
	font-size: 14px
}

/* header */
header {
	position: fixed;
	width: 100%;
	max-width: 1920px;
	top: 0;
	/*
	left: 0;
	*/
	left: 50%;
	transform: translateX(-50%);
	background: #FFF;
	z-index: 1999
}

header .head-top {
	margin-top: 0;
	height: 40px;
	color: var(--headercolor);
	background: var(--color);
	opacity: 1;
	visibility: visible;
	transition: margin .2s linear
}

header.is-fixed .head-top {
	margin-top: -40px;
	opacity: 0;
	visibility: hidden
}

header .head-top .l-wrap {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center
}
/*
header .head-top .head-social-media {
	display: flex;
	align-items: center;
	height: 100%
}
*/
header .head-top .head-social-media ul {
	display: flex;
	align-items: center;
	height: 100%;
	gap: 8px
}

header .head-top .head-social-media ul li {
	width: 26px;
	height: 26px;
	margin: 0
}

header .head-top .head-social-media ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF25;
	color: var(--headercolor);
	/*
	border-radius: var(--border);
	*/
	border-radius: 50%;
	transition: all .2s linear
}

header .head-top .head-social-media ul li a:hover {
	color: var(--color);
	background-color: #FFF
}

header .head-top .head-contact {
	display: flex;
	align-items: center
}

header .head-top .head-contact .item {
	display: flex;
	align-items: center;
	margin-right: 20px
}

header .head-top .head-contact .item em {
	color: var(--headercolor);
	margin-right: 5px;
	font-size: var(--fontsize16)
}

header .head-top .head-contact .item a {
	color: var(--headercolor)
}

header .head-top .head-contact .item span {
	font-size: var(--fontsize14);
	color: var(--fontcolor)
}

header .head-info {
	height: 100px;
	/*
	box-shadow: 1px 2px 10px rgba(0, 0, 0, .1);
	*/
	transition: all .2s linear
}

header.is-fixed .head-info {
	height: 80px;
	box-shadow: 1px 2px 10px rgb(0 0 0 / 10%);
}

header .head-info .l-wrap {
	height: 100%;
	/*
	max-width: 1600px;
	padding: 0 15px;
	*/
	display: flex;
	justify-content: space-between;
	align-items: center
}

header .head-info .head-logo {
	max-width: 50%;
	display: flex;
	align-items: center
}

header .head-info .head-logo a {
	display: inline-flex;
	align-items: center
}

header .head-info .head-logo a span {
	font-size: var(--fontsize18);
	padding-left: 10px
}

header .head-info .head-logo img {
	width: auto;
	/*
	max-height: 60px;
	*/
	max-height: 80px;
	transition: all .2s linear
}

header.is-fixed .head-info .head-logo img {
	/*
	max-height: 48px
	*/
	max-height: 64px
}

header .head-info .head-logo h1 {
	position: absolute;
	font-size: 0
}

/*
header .head-info .head-nav {
	height: 100%;
	display: flex;
	align-items: center
}

header .head-info .head-nav .nav-ul {
	display: flex;
	height: 100%
}

header .head-info .head-nav .nav-ul>li {
	position: relative;
	height: 100%
}

header .head-info .head-nav .nav-ul>li>em {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: var(--fontsize12)
}

header .head-info .head-nav .nav-ul>li>a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: var(--fontsize18);
	color: var(--fontcolor);
	font-weight: var(--fontbold5);
	padding: 0 20px;
	transition: all .2s linear;
	text-transform: capitalize;
	position: relative;
	white-space: nowrap
}

header .head-info .head-nav .nav-ul>li:hover>em {
	color: var(--color)
}

header .head-info .head-nav .nav-ul>li:hover>a {
	color: var(--color)
}

header .head-info .head-nav .nav-ul>li:hover .submenu {
	opacity: 1;
	visibility: inherit;
	transform: translateY(0)
}

header .head-info .head-nav .nav-ul>li .submenu {
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: all .2s linear;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 200px;
	background: #FFF;
	box-shadow: 1px 2px 10px rgba(0, 0, 0, .1)
}

header .head-info .head-nav .nav-ul>li .submenu li {
	white-space: nowrap;
	position: relative;
	padding: 0 10px;
	height: 55px
}

header .head-info .head-nav .nav-ul>li .submenu li a {
	display: flex;
	align-items: center;
	font-size: var(--fontsize16);
	height: 100%;
	color: var(--fontcolor);
	padding-right: 30px;
	border-bottom: 1px solid #eaeaea;
	text-transform: capitalize
}

header .head-info .head-nav .nav-ul>li .submenu li ul li a {
	color: var(--fontcolor);
	text-transform: capitalize
}

header .head-info .head-nav .nav-ul>li .submenu li em {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: var(--fontsize12)
}

header .head-info .head-nav .nav-ul>li .submenu li ul {
	display: none
}

header .head-info .head-nav .nav-ul>li .submenu li:hover {
	background: #F6F6F6
}

header .head-info .head-nav .nav-ul>li .submenu li:hover ul {
	display: block;
	position: absolute;
	left: 100%;
	top: 0;
	background: #FFF;
	box-shadow: 1px 2px 10px rgba(0, 0, 0, .1);
	min-width: 200px
}

header .head-info .head-nav .nav-ul>li .submenu>li:hover>a,
header .head-info .head-nav .nav-ul>li .submenu>li:hover>em {
	color: var(--color)
}

header .head-info .head-nav .nav-ul>li .submenu li:hover ul li:hover a,
header .head-info .head-nav .nav-ul>li .submenu li:hover ul li:hover em {
	color: var(--color)
}

header .head-info .head-nav .nav-ul>li>a.inmenu_1 {
	color: var(--color)
}

@media(min-width:1025px) {
	#liinquiry {
		display: flex;
		align-items: center
	}

	#liinquiry a {
		background: var(--color);
		height: 40px;
		padding: 0 15px;
		border-radius: 30px;
		color: #fff !important;
		transition: all .2s linear;
		text-decoration: none
	}

	#liinquiry a:hover {
		opacity: .9
	}
}

.m-menu {
	display: none
}
*/

header .head-info .head-nav {
	height: 100%;
	display: flex;
	align-items: center
}

header .head-info .head-nav .nav-ul {
	display: flex;
	height: 100%
}

header .head-info .head-nav .nav-ul>li {
	position: relative;
	height: 100%
}

header .head-info .head-nav .nav-ul>li>a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 18px;
	color: var(--fontcolor);
	font-weight: var(--fontweight5);
	padding: 0 25px;
	transition: all .2s linear;
	text-transform: capitalize;
	position: relative;
	white-space: nowrap
}

header .head-info .head-nav .nav-ul>li>a>em {
	transition: all .2s linear
}

header .head-info .head-nav .nav-ul>li:hover>a>em {
	transform: rotate(180deg)
}

header .head-info .head-nav .nav-ul li>em {
	display: none
}


/*
header .head-info .head-nav .nav-ul>li>em {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 12px
}

header .head-info .head-nav .nav-ul>li:hover>em {
	color: var(--color)
}

header .head-info .head-nav .nav-ul>li:hover>a {
	color: var(--color)
}
*/

header .head-info .head-nav .nav-ul>li.current-menu-item>a,
header .head-info .head-nav .nav-ul>li.current-menu-parent>a,
header .head-info .head-nav .nav-ul>li.current-menu-ancestor>a,
header .head-info .head-nav .nav-ul li.current-post-parent>a,
header .head-info .head-nav .nav-ul li.current-post-ancestor>a {
	color: var(--color)
}

header .head-info .head-nav .nav-ul>li .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 200px;
	background: #FFF;
	box-shadow: 1px 2px 10px rgba(0, 0, 0, .1)
}

header .head-info .head-nav .nav-ul>li .sub-menu li {
	white-space: nowrap;
	position: relative;
	padding: 0 10px;
	height: 50px
}

header .head-info .head-nav .nav-ul>li .sub-menu li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	height: 100%;
	color: var(--fontcolor);
	border-bottom: 1px solid #eaeaea;
	/*
	text-transform: capitalize
	*/
}

header .head-info .head-nav .nav-ul>li .sub-menu li a em {
	margin-left: auto;
	transform: rotate(270deg)
}

header .head-info .head-nav .nav-ul>li .sub-menu li:last-child>a {
	border-bottom: none
}

header .head-info .head-nav .nav-ul>li .sub-menu li.current-menu-item>a,
header .head-info .head-nav .nav-ul>li .sub-menu li.current-menu-parent>a,
header .head-info .head-nav .nav-ul>li .sub-menu li.current-menu-ancestor>a,
header .head-info .head-nav .nav-ul>li .sub-menu li.current-post-parent>a,
header .head-info .head-nav .nav-ul>li .sub-menu li.current-post-ancestor>a {
	color: var(--color)
}

header .head-info .head-nav .nav-ul>li .sub-menu li:hover {
	background: #F6F6F6
}

header .head-info .head-nav .nav-ul>li .sub-menu li ul {
	display: none;
	position: absolute;
	min-width: 200px;	
	left: calc(100% + 1px);
	top: 0;
	background: #FFF;
	box-shadow: 1px 2px 10px rgba(0, 0, 0, .1)	
}

header .head-info .head-nav .nav-ul>li>a:hover,
header .head-info .head-nav .nav-ul>li .sub-menu>li>a:hover {
	color: var(--color)
}

.m-menu {
	display: none
}

.search-box {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%
}

.search-box form {
	width: 100%
}

.head-search {
	display: flex;
	align-items: center;
	margin-right: 10%
}

.head-search button {
	outline: 0;
	background: 0 0;
	border: none;
	padding: 10px;
	cursor: pointer
}

.head-search button em {
	font-size: var(--fontsize26);
	color: var(--color);
	font-weight: var(--fontbold5)
}

.search-input {
	position: absolute;
	top: 100%;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFF;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
	opacity: 0;
	visibility: hidden;
	transform: rotateX(90deg)
}

.search-input.active {
	transition: opacity .3s, transform .3s;
	visibility: visible;
	opacity: 1;
	transform: rotateX(0);
	transform-origin: top
}

.search-input input {
	width: 200px;
	height: 40px;
	padding-left: 10px;
	font-size: var(--fontsize16);
	border: none;
	outline: 0
}

.search-input .search-btn {
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all .2s linear;
	cursor: pointer
}

.search-input .search-btn:hover {
	opacity: .9
}

.search-input .search-btn em {
	font-size: var(--fontsize22);
	color: var(--color)
}

/* footer */
footer {
	clear: both;
	margin: 0 auto;
	padding: 0
}

.footer-top {
	background-color: var(--color);
	padding: 1% 0
}

.footer-top .l-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap
}

.footer-top .l-wrap .title {
	font-size: var(--fontsize24);
	color: var(--headercolor)
}

.footer-top .l-wrap .btn {
	width: 150px;
	height: 44px;
	color: var(--color);
	background-color: #FFF;
	/*
	border: 1px solid var(--color);
	*/
	border: 1px solid #FFF;
	border-radius: var(--border);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: var(--fontbold5);
	position: relative;
	transition: all .2s linear;
	z-index: 1
}

.footer-top .l-wrap .btn::after {
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	background-color: var(--color);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: var(--border);
	transition: all .2s linear
}

.footer-top .l-wrap .btn:hover::after {
	width: 100%
}

.footer-top .l-wrap .btn:hover {
	color: var(--headercolor)
}

.footer-bottom {
	color: var(--footercolor);
	background-color: var(--hovercolor)
}

.footer-bottom .main {
	display: flex;
	justify-content: space-between;
	padding: 2.5% 0 2% 0
}

.foot-main.main .l-wrap {
	display: flex;
	justify-content: space-between
}

.footer-bottom .main .left {
	width: 20%
}

.footer-bottom .main .left .logo img {
	width: auto;
	/*
	max-height: 60px
	*/
	max-height: 100px
}

.footer-bottom .main .left .text {
	line-height: 24px;
	margin: 20px 0 30px 0
}

.footer-bottom .main .mid {
	display: flex;
	flex: 1;
	justify-content: space-between;
	margin: 0 4%
}

.footer-bottom .main .mid>div {
	width: 30%
}

.footer-bottom .main div p.title {
	color: var(--headercolor);
	font-size: var(--fontsize22);
	margin-bottom: 10px;
	white-space: nowrap
}

.footer-bottom .main .mid ul {
	margin: 0;
	padding: 0
}

.footer-bottom .main .mid ul li {
	line-height: 1.8
}

.footer-bottom .main .right div {
	width: 110px;
	height: auto
}

.foot-item.foot-contact ul li {
	display: flex;
	align-items: start;
	margin-bottom:10px
}
.foot-item.foot-contact ul li .left {
	width: auto;
	margin: 0 8px 0 0;
	padding-top: 10px
}
.foot-item.foot-contact ul li .left span {	
	padding: 4px;	
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--color);
	border-radius: 50%
}
.foot-item.foot-contact ul li .left span i {
	color: #fff;
	font-size: 20px;
	line-height: 20px
}
.foot-item.foot-contact ul .right {
	display: inline-block
}

.foot-item ul.foot-list li a::before {
	margin-right: 4px;
	font-family: "iconfont";
	content: "\e624" /* icon-arrow-right */
}

.footer-bottom .l-wrap.copyright {
	border-top: 1px solid #134470
}

.footer-bottom .bottom {
	padding: 10px 0;
	color: var(--footercolor);
	font-size: var(--fontsize14);
	text-align: center
}

.footer-bottom .bottom a {
	font-size: var(--fontsize14);
	margin-left: 10px
}

.footer-bottom .bottom a:hover {
	color: var(--headercolor)
}

.footer-bottom .bottom .left p {
	margin: 0
}

.footer-bottom .bottom .right span {
	white-space: nowrap
}

.footer-bottom .bottom .right span:first-child {
	margin-right: 60px
}

.footer-bottom .main .mid ul li a:hover {
	/*
	color: var(--footercolor)
	*/
	color: #F2F2F2
}

.footer-bottom .main .left .follow ul {
	display: flex;
	align-items: center;
	color: var(--headercolor);
	font-size: var(--fontsize18);
	flex-wrap: wrap
}

.footer-bottom .main .left .follow a {
	color: var(--headercolor);
	display: inline-flex;
	margin: 4px;
	width: 35px;
	height: 35px;
	background-color: #FFFFFF25; /* rgba(255, 255, 255, 0.145) */
	border-radius: var(--border);
	align-items: center;
	justify-content: center;
	transform: translateY(0);
	transition: all .2s linear
}

.footer-bottom .main .left .follow a em {
	font-size: var(--fontsize20)
}

.footer-bottom .main .left .follow a.fb {
	background-color: #3b5997;
}

.footer-bottom .main .left .follow a.tw {
	background-color: #2d2d2d;
}

.footer-bottom .main .left .follow a.lk {
	background-color: #0a66c2;
}

.footer-bottom .main .left .follow a.ins {
	background: radial-gradient(circle at 30% 107%, #FDF497 0, #FDF497 5%, #fd5949 45%, #D6249F 60%, #285aeb 90%)
}

.footer-bottom .main .left .follow a.you {
	background-color: #ff0000;
}

.footer-bottom .main .left .follow a.tik {
	background-color: #000000;
}

.footer-bottom .main .left .follow a.pi {
	background-color: #cc2127;
}

.footer-bottom .main .left .follow a.vk {
	background-color: #0077ff;
}

.footer-bottom .main .left .follow a:hover {
	transform: translateY(-4px)
}

.footer-copyright {
	border-top: 1px solid #134470;
	background-color: var(--hovercolor)
}

.copyright {
	padding: 10px 0;
	color: var(--footercolor);
	font-size: var(--fontsize14);
	text-align: center
}

footer .bottom-btn {
	position: fixed;
	background-color: #FCFCFCFB;
	border-top: solid 1px #F1F1F1;
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-around;
	transition: all .2s linear;
	bottom: 0;
	left: 0;
	transform: translateY(100%);
	display: none;
	z-index: 99
}

footer .bottom-btn.bottom-btn-hide, footer .bottom-btn.bottom-btn-keep {
	transform: translateY(0)
}

footer .mobile-bottom-bag {
	position: relative;
	display: none
}

footer .mobile-bottom-bag>div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: var(--fontcolor);
	font-size: var(--fontsize14)
}

.rfixed-scnum {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	right: 50%;
	line-height: 16px;
	color: #FFF;
	font-size: var(--fontsize12);
	text-align: center;
	background: #E00;
	border-radius: 50%;
	transform: translate(120%, -160%)
}

.pagenavi {
	width: 100%;
	margin-bottom: 20px;
	padding: 10px 0;
	line-height: 20px;
	background-color: #FCFCFC;
	border-radius: var(--border);
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px
}

.pagenavi > * {
	min-width: 36px;
	padding: 8px;
	background-color: #FFF;
	border-radius: var(--border);
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, .14);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .2s linear
}
/*
.pagenavi .btn {
	height: 40px;
	padding: 10px
}

.pagenavi .num {
	width: 40px;
	height: 40px
}
*/
.pagenavi a:hover, .pagenavi .current {
	color: #FFF;
	background-color: var(--color)
}

@media (max-width:1280px) {
	header .head-info .head-nav .nav-ul>li>a {
		padding: 0 15px
	}
	/*
	header .head-info .head-nav .nav-ul>li>em {
		right: 15px
	}
	*/
	.footer-bottom .main .mid {
		margin: 0 3%
	}
}

@media (max-width:1024px) {
	body {
		padding-top: 55px
	}
	
	.search-box {
		width: 100%;
		height: auto
	}
	
	.head-search {
		display: none
	}

	.search-input {
		position: static;
		width: 100%;
		margin: 10px 0;
		opacity: 1;
		transform: none;
		visibility: inherit;
		border: 1px solid #c2c2c2;
		border-radius: var(--border);
		box-shadow: none;
		overflow: hidden
	}

	.search-input input {
		flex: 1
	}
	
	.search-input .search-btn {
		border-left: 1px solid #c2c2c2
	}

	header .head-info, header.is-fixed .head-info {
		height: 55px
	}

	header .head-info .head-logo {
		max-width: inherit
	}

	header .head-info .head-logo img, header.is-fixed .head-info .head-logo img {
		max-height: 40px
	}

	header.is-fixed .head-info .head-nav {
		top: 54px;
		height: calc(100vh - 54px)
	}

	header .head-top {
		font-size: var(--fontsize14);
		height: 30px;
		position: static;
		transition: all .2s linear;
		display: none
	}
	
	/*
	header .nav-ul>li .submenu>li em {
		display: none
	}
	*/

	header .head-info .head-nav {
		position: fixed;
		width: 100%;
		height: calc(100vh - 55px);
		padding: 10px 20px;
		left: 0;
		top: 55px;
		transition: all .2s linear;
		/*
		display: flex;
		*/
		flex-direction: column-reverse;
		justify-content: flex-end;
		background: #FFF;
		opacity: 0;
		visibility: hidden;
		transform: translateY(-20px);
		z-index: 9999
	}
	
	header .head-info .head-nav.head-nav-act {
		opacity: 1;
		visibility: inherit;
		transform: translateY(0)
	}

	header .head-info .head-nav .nav-ul {
		width: 100%;
		height: 100%;
		display: block;
		flex-direction: column;
		overflow-y: auto;
		padding: 0 0 60px
	}

	header .head-info .head-nav .nav-ul>li {
		height: auto
	}
	
	header .head-info .head-nav .nav-ul li a {
		height: auto;
		padding: 12px 0;
		line-height: 26px;
		justify-content: flex-start
	}
	
	header .head-info .head-nav .nav-ul li a em {
		display: none
	}
	
	header .head-info .head-nav .nav-ul li>em {
		/*
		display: block;
		*/
		position: absolute;
		width: 40px;
		height: 50px;
		top: 0;
		right: 0;	
		font-size: 18px;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: all .2s linear;
		cursor: pointer
	}
	
	header .head-info .head-nav .nav-ul li>em:hover {
		color: var(--theme-color)
	}
	
	header .head-info .head-nav .nav-ul li.open>em {
		transform: rotate(180deg)
	}
	
	header .head-info .head-nav .nav-ul>li>a::after {
		content: none
	}

	header .head-info .head-nav .nav-ul>li .sub-menu {
		display: none;
		/*
		position: static;
		*/
		position: relative;
		min-width: inherit;
		transform: none;
		box-shadow: none;
		transition: none
	}
	
	header .head-info .head-nav .nav-ul>li .sub-menu li {
		height: auto;
		padding: 0
	}

	header .head-info .head-nav .nav-ul>li .sub-menu li:hover {
		background: 0 0
	}

	header .head-info .head-nav .nav-ul>li .sub-menu li a {
		height: auto;
		border: none;
		font-weight: var(--fontweight4);
		padding: 10px 0 10px 20px
	}
	
	header .head-info .head-nav .nav-ul>li .sub-menu li li a {
		padding-left: 40px
	}
	
	header .head-info .head-nav .nav-ul>li .sub-menu li em {
		height: 46px
	}

	header .head-info .head-nav .nav-ul>li .sub-menu li ul {
		/*
		position: static;
		*/
		position: relative;
		
		top: 100%;
		left: 0;
		box-shadow: none
	}

	.m-menu {
		display: block;
		position: relative;
		width: 40px;
		height: 40px;
		cursor: pointer
	}

	.m-menu span {
		position: absolute;
		background: var(--color);
		width: 30px;
		height: 2px;
		border-radius: var(--border);
		right: 5px;
		transition: all .2s linear
	}

	.m-menu span:nth-child(1) {
		top: 25%
	}

	.m-menu span:nth-child(2) {
		top: 48%
	}

	.m-menu span:nth-child(3) {
		top: 73%
	}
	
	.m-menu.active span {
		top: 48%;
		width: 32px
	}

	.m-menu.active span:nth-child(1) {
		transform: rotate(45deg)
	}

	.m-menu.active span:nth-child(2) {
		width: 0
	}

	.m-menu.active span:nth-child(3) {
		transform: rotate(-45deg)
	}

	.footer-bottom .main .l-wrap {
		flex-wrap: wrap
	}

	.footer-bottom .main .mid {
		margin: 0;
		width: 100%;
		flex: inherit
	}

	.footer-bottom .main .mid>div {
		width: 50%
	}

	.footer-bottom .main .left {
		width: 40%;
		margin-bottom: 2%
	}

	.footer-bottom .main .left .text {
		margin: 20px 0
	}

	.footer-bottom .main .right {
		width: 100%
	}

	.footer-bottom .bottom {
		padding: 2% 0
	}

	.footer-bottom .bottom .right {
		width: 100%;
		text-align: end
	}

	.footer-bottom .bottom .right span:first-child {
		margin-right: 20px
	}

	.footer-top .l-wrap .right {
		width: 100%;
		margin-top: 3%
	}
	/*
	.footer-top .l-wrap {
		flex-wrap: wrap
	}
	*/
	.footer-top {
		padding: 3% 0
	}

	footer .bottom-btn {
		display: flex;
		padding-bottom: constant(safe-area-inset-bottom);
		padding-bottom: env(safe-area-inset-bottom)
	}

	footer .bottom-btn .btn-item {
		width: 25%;
		height: 55px;
		position: relative
	}
	
	footer .bottom-btn .btn-item .gotop {
		position: absolute;
		height: 40px;
		width: 40px;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		color: #FFF;
		background: var(--color);
		border-radius: 50%;
		box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
		overflow: hidden;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer
	}
	
	footer .bottom-btn .btn-item>p {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		width: 100%;
		height: 100%;
		color: #222
	}

	footer .bottom-btn .btn-item a {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		width: 100%;
		height: 100%;
		color: #222
	}

	footer .bottom-btn .btn-item em {
		font-size: var(--fontsize20);
		line-height: 1
	}

	footer .bottom-btn .btn-item p {
		font-size: var(--fontsize12);
		text-transform: capitalize
	}
	
	/*
	.crumbs .banner-img img {
		width: 100%;
		height: 100%;
		object-fit: cover
	}
	*/
	
	.nav-ul .head-contact {
		padding: 15px 0;
		border-top: 1px solid #EEE
	}

	.nav-ul .head-contact .item {
		font-size: var(--fontsize17);
		color: #333;
		width: 100%;
		display: flex;
		align-items: center
	}

	.nav-ul .head-contact .item em {
		margin-right: 6px;
		color: var(--color);
		font-size: var(--fontsize22)
	}
}

@media screen and (max-width:768px) {

	.footer-bottom .main .left .follow span,
	.footer-bottom .main .left .logo,
	.footer-bottom .main .left .text {
		display: none
	}

	footer {
		margin-bottom: calc(55px + constant(safe-area-inset-bottom));
		margin-bottom: calc(55px + env(safe-area-inset-bottom))
	}

	.footer-bottom .bottom .right {
		text-align: center
	}

	.footer-bottom .main .left .follow {
		margin: 10px 0
	}
	
	.inner-banner .inner-banner-content h1, .inner-banner .inner-banner-content span {
		font-size: 24px;
	}

	#indexbanner .swiper-button-next, #indexbanner .swiper-button-prev {
		display: none
	}
	
	/*
	.crumbs .banner-content .l-wrap {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: flex-start
	}

	.crumbs .banner-content .banner-title-h1 {
		color: var(--color);
		font-size: var(--fontsize20)
	}
	*/

	iframe, video {
		min-height: 240px;
		height: auto
	}
}

@media (max-width:480px) {
	html {
		overflow-x: hidden
	}
	
	.inner-banner .banner-img img {
		height: 122.5px;
		object-fit: cover;
	}
	
	.inner-banner .inner-banner-content h1, .inner-banner .inner-banner-content span {
		font-size: 20px;
	}

	.footer-bottom .main .right {
		display: none
	}

	.footer-bottom .main .mid {
		flex-wrap: wrap
	}

	.footer-bottom .main .mid>div {
		width: 100%;
		margin-bottom: 20px
	}

	.footer-bottom .main .mid .quick ul {
		display: flex;
		flex-wrap: wrap
	}

	.footer-bottom .main .mid ul li {
		font-size: var(--fontsize14);
		padding: 6px 0;
		margin: 2px 0
	}

	.footer-bottom .main .mid .quick ul li {
		width: 33%
	}

	.footer-bottom .main .mid .title {
		font-size: var(--fontsize20);
		margin-bottom: 10px
	}
	/*
	.footer-top {
		display: none
	}
	*/
	.footer-bottom .bottom .left p {
		font-size: var(--fontsize12);
		text-align: center
	}

	.footer-bottom .bottom {
		padding: 10px 0
	}

	.footer-bottom .bottom .right {
		display: none
	}

	.footer-bottom .main .left {
		width: 100%
	}
	
	/*
	.crumbs .banner-img img {
		min-height: 160px
	}
	*/
}

.compare-panel {
	position: fixed;
	width: 280px;
	bottom: 0;
	right: 0;
	background: #FFF;
	box-shadow: -1px -1px 3px #CCC;
	display: none;
	transition: bottom .2s;
	/*
	z-index: 998
	*/
	z-index: 19999
}

.compare-t {
	background-color: var(--color);
	font-size: var(--fontsize14);
	color: #FFF;
	display: flex;
	align-items: center;
	padding: 6px 10px;
	cursor: pointer
}

.compare-close {
	position: relative;
	width: 24px;
	height: 24px;
	background: 0 0;
	cursor: pointer
}

.compare-close::before, .compare-close::after {
	content: "";
	display: block;
	width: 10px;
	height: 2px;
	background-color: #FFF;
	position: absolute;
	top: 50%;
	border-radius: 2px
}

.compare-close::before {
	transform: rotate(45deg);
	left: 4px
}

.compare-close::after {
	transform: rotate(-45deg);
	right: 4px
}

.compare-tit {
	text-align: center;
	flex: 1;
	line-height: 1.5
}

.compare-checked {
	color: #FFF;
	margin: 0 4px
}

#productChache_list {
	padding: 0 18px;
	height: 220px;
	overflow-y: auto
}

#productChache_list::-webkit-scrollbar {
	width: 4px
}

#productChache_list::-webkit-scrollbar-track {
	border-radius: 0;
	background-color: rgba(0, 0, 0, .05)
}

#productChache_list::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: rgba(0, 0, 0, .15)
}

.selected-item {
	position: relative;
	padding: 10px 0;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #EFEFEF
}

.item-clear {
	position: relative;
	width: 20px;
	height: 20px;
	background-color: transparent;
	cursor: pointer
}

.item-clear::before, .item-clear::after {
	content: "";
	display: block;
	position: absolute;
	width: 70%;
	height: 2px;
	background-color: var(--fontcolor);
	border-radius: 2px;
	top: 50%;
	margin-top: -1px
}

.item-clear::before {
	transform: rotate(45deg);
	left: 3px
}

.item-clear::after {
	transform: rotate(-45deg);
	left: 3px
}

.item-content {
	flex: 1;
	display: flex;
	align-items: center
}

.item-img {
	width: 50px;
	height: 50px;
	background: #FFF;
	border: 1px solid #EFEFEF;
	display: flex;
	align-items: center;
	justify-content: center
}

.item-img img {
	max-width: 100%;
	max-height: 100%
}

.item-c {
	width: calc(100% - 50px);
	padding: 0 10px;
	font-size: var(--fontsize12)
}

.item-title {
	max-height: 34px;
	word-break: break-word;
	display: block;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.3;
	color: var(--fontcolortitle)
}

.item-price {
	color: var(--color)
}

.compare-b {
	padding: 20px 10px;
	display: flex;
	justify-content: space-between
}

.compare-b * {
	display: block;
	width: 80px;
	text-align: center;
	font-size: var(--fontsize12);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 30px;
	border-radius: 2px;
	padding: 0 2px
}

.clear-all {
	color: var(--fontcolortitle);
	background-color: #ededed;
	cursor: pointer
}

.compare-inquire, .compare-inquire:hover {
	color: #FFF;
	background-color: var(--color)
}

.compare-b .orderNow {
	margin: 0;
	background: #f66f08;
	color: #FFF;
	line-height: 30px;
	padding: 0 2px;
	border: none;
	border-radius: 2px;
	font-size: var(--fontsize12);
	cursor: pointer;
	display: block;
	width: 80px
}

.item-clear::after, .item-clear::before {
	content: "";
	display: block;
	position: absolute;
	width: 70%;
	height: 2px;
	background-color: var(--color);
	border-radius: 2px;
	top: 50%;
	margin-top: -1px
}

.item-clear::before {
	transform: rotate(45deg);
	left: 3px
}

.item-clear::after {
	transform: rotate(-45deg);
	left: 3px
}

@media (max-width:768px) {
	.compare-panel {
		width: 100%;
		bottom: calc(55px + constant(safe-area-inset-bottom));
		bottom: calc(55px + env(safe-area-inset-bottom))
	}
}

/* right side online-service */
#ab_kefu {
	position: fixed;
	right: 5px;
	top: 40%;
	transform: translateY(-100px);
	font-size: 12px;
	line-height: 1.1;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 9999
}

.ab-list {
	margin: 0;
	padding: 0;
	width: 56px
}

.ab-list>li {
	position: relative;
	width: 100%;
	height: 48px;
	list-style: none;
	text-align: center;
	transition: all .2s ease-in-out
}

.ab-list>li>a {
	display: block;
	width: 100%;
	height: 100%;
	color: #555;
	border: 1px solid #eee;
	border-top: none;
	text-decoration: none
}

.ab-list>li:first-child>a {
	border-top: 1px solid #eee;
	border-radius: 4px 4px 0 0;
}

.ab-list>li:last-child>a, .ab-list>li:nth-last-child(2)>a {
	border-radius: 0 0 4px 4px;
}

.ab-list.show_backtotop>li:nth-last-child(2)>a {
	border-radius: 0 0 0 0;
}

.ab-list>li>a>p {
	margin: 0;
	text-transform: capitalize
}

.ab-list>li.ab-whatsapp>a>p {
	transform: scaleX(.9)
}

.ab-icon {
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url(../images/ab-ico23.png)no-repeat;
	transform: scale(.8)
}
/*
.ab-list>li.ab-wechat {
	display: flex;
	justify-content: center;
	align-items: center;
}
*/
.ab-itemcont-wrapper {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-right: 8px;
	top: 50%;
	right:calc(100% + 10px);
	transform: translateY(-50%);
	visibility: hidden;
	opacity: 0;
	transition: all .2s ease-in-out
}

.ab-itemcont {
	position: relative;
	padding: 8px;
	text-align: center;
	background-color: #FFF;
	border: 1px solid #EEE;
	border-radius: 4px;
	box-shadow: 0 0 7px 0 rgba(80, 80, 80, .17)
}

.ab-itemcont::after {
	position: absolute;
	content: '';
	top: 50%;
	right: 0;
	width: 10px;
	height: 10px;
	background: #fff;
	transform: translate(50%, -50%) rotate(-45deg);
	box-shadow: 7px 7px 7px 0 rgba(80, 80, 80, .17);
}

.ab-itemcont span {
	display: inline-block;
	margin-bottom: 8px;
	font-size: var(--fontsize16)
}

.ab-itemcont p, .ab-itemcont a {
	font-size: var(--fontsize14);
	color: var(--fontcolor)
}

.ab-itemcont a:hover {
	color: var(--color)
}


.ab-itemcont em {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 4px;
	background: url(../images/ab-ico23.png)-76px -8px/99px no-repeat;
	vertical-align: middle
}

.ab-itemcont img {
	width: 135px;
	max-width: none
}

.ab-list>li:hover .ab-itemcont-wrapper {
	right: 100%;
	opacity: 1;
	visibility: visible
}

.ab-list>li:hover, .ab-list>li:hover+li {
	border-color: transparent
}

.ab-list>li.ab-backtotop a {
	display: flex;
	justify-content: center;
	align-items: center
}

.ab-email .ab-icon {
	background-position: -8px -6px
}

.ab-whatsapp .ab-icon {
	background-position: -52px -50px
}

.ab-skype .ab-icon {
	background-position: -52px -6px
}

.ab-wechat .ab-icon {
	background-position: -144px -10px
}

.ab-inquiry .ab-icon {
	background-position: -8px -138px
}

.rfixed-sc .ab-icon {
	background-position: -96px -94px
}

.ab-backtotop .ab-icon {
	background-position: -8px -50px
}

.ab-list li.ab-backtotop {
	opacity: 0;
	visibility: hidden;
}

.ab-list.show_backtotop li.ab-backtotop {
	opacity: 1;
	visibility: visible
}

.ab-list li>a {
	background: #FFF
}

.ab-list li:hover>a {
	color: #FFF
}

.ab-list>li.ab-email:hover>a {
	background-color: #f90
}

.ab-list>li.ab-whatsapp:hover>a {
	background-color: #2cb740
}

.ab-list>li.ab-skype:hover>a {
	background-color: #0091df
}

.ab-list>li.ab-wechat:hover>a {
	background-color: #51c332
}

.ab-list>li.ab-inquiry:hover>a {
	background-color: #0091df
}

.rfixed-sc:hover>a {
	background-color: var(--color)
}

.ab-list>li.ab-backtotop:hover>a {
	background-color: #777
}

.ab-list>li.ab-email:hover .ab-icon {
	background-position: -96px -6px
}

.ab-list>li.ab-whatsapp:hover .ab-icon {
	background-position: -52px -94px
}

.ab-list>li.ab-skype:hover .ab-icon {
	background-position: -96px -50px
}

.ab-list>li.ab-wechat:hover .ab-icon {
	background-position: -144px -62px
}

.ab-list>li.ab-inquiry:hover .ab-icon {
	background-position: -53px -138px
}

.rfixed-sc:hover .ab-icon {
	background-position: -143px -94px
}

.ab-backtotop:hover .ab-icon {
	background-position: -8px -94px
}

.ab-list>li.rfixed-sc {
	display: none
}

.ab-list>li.rfixed-sc a {
    position: relative
}

.ab-list>li.rfixed-sc .rfixed-scnum {
	transform: translate(120%, -145%)
}

@media (max-width:1024px) {
	#ab_kefu {
		display: none
	}

	.ab_message {
		display: none
	}
}

.ab-border-blue-light {
	position: relative;
	margin: 15px 0 15px;
}

.ab-border-blue-light h5 {
	width: 100%;
	font-size: 18px;
	padding: 3px 20px;
	border-bottom: 4px solid #CCC;
	margin: 0;
	color: var(--theme-color);
	border-color: var(--theme-color);
}

.ab-border-blue-light>h5::before {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 2px;
	right: 0;
	width: 98%;
	height: 3px;
	background-color: #FFF;
}

.ab_img img {
	max-width: 100% !important;
	height: auto !important;
	display: inline-block;
}

.ab_img p {
	margin-bottom: 10px;
	text-wrap: inherit !important;
}

.ab_img ul li {
	margin-bottom: 10px
}

.ab_img p span {
	text-wrap: inherit !important;
}