@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: Rubik;
    color: #666;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
@font-face {
	font-family: "Rubik";
	src: url(../font/Rubik-Regular.ttf);
	font-style: normal;
	font-weight: normal;
	font-display: swap
}

.second_font {
	font-family: Rubik_medium;
	font-weight: normal
}

@font-face {
	font-family: "Rubik_medium";
	src: url(../font/Rubik-Medium.ttf);
	font-style: normal;
	font-weight: normal;
	font-display: swap
}

.text_center {
	text-align: center
}


td {
	word-break: normal !important;
	word-wrap: break-word !important
}

a {
	display: inline-block;
	text-decoration: none;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transtion: all .3s;
	-o-transition: all .3s
}
a:hover{color:#b52620;}
.color_white {
	color: #fff
}

img {
	display: block;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transtion: all .3s;
	-o-transition: all .3s;
	max-width: 100%;
}

.m_width {
	width: 100%;
	max-width: 1360px;
	margin: 0 auto
}

.bold {
	font-weight: bold
}

li {
	list-style: none
}

.flex {
	display: flex;
	display: -webkit-flex
}

.trans {
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transtion: all .3s;
	-o-transition: all .3s
}

p {
	font-size: 1em
}

p a {
	color: #b52620;
	font-size: 1em
}

p a:hover {
	text-decoration: underline
}

p img {
	max-width: 100%;
	margin: 0 auto;
	height: auto !important
}

.none {
	display: none
}

.language {
	cursor: pointer;
	position: relative
}

.language:hover .fix {
	opacity: 1;
	display: block
}

.language .fix {
	position: absolute;
	display: none;
	top: 100%;
	right: 0;
	width: 236px;
	text-align: left;
	background: #f3f3f3;
	z-index: 10200;
	box-shadow: 0 0 3px #666
}

.language .fix li {
	padding: 13px 17px;
	background: #fff;
	line-height: normal
}

.language .fix li a {
	font-size: 14px;
	color: #6d6d6d;
	margin: 0 5px
}

#onlineService {
	position: fixed;
	right: 0;
	bottom: 32%;
	z-index: 100998
}

.offside {
	width: 50px
}

.offside li {
	width: 50px;
	height: 50px;
	position: relative;
	background: #b1b1b1;
	border-bottom: 1px solid #fff;
	text-align: center;
	transition: all .7s;
	-webkit-transition: all .7s;
	overflow: hidden
}

.offside .code {
	position: absolute;
	top: 0;
	right: 50px;
	display: none;
	margin: 0
}

.offside a,
.offside div {
	color: #333;
	position: absolute;
	z-index: 11;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	cursor: pointer
}

.offside p {
	float: left;
	line-height: 50px;
	font-size: 16px;
	font-weight: 700;
	padding: 0 0 0 10px;
	color: #fff;
	opacity: 0;
	position: absolute
}

.offside i {
	font-size: 28px;
	height: 100%;
	line-height: 50px;
	text-align: center;
	display: block;
	color: #fff
}

.offside li:not(.li_3) a,
.offside .li_3 a,
.offside .li_3 div {
	width: 50px
}

.offside .back_top {
	display: none
}

.offside li:nth-child(1) {
	background: #b52620
}

.offside li:nth-child(2) {
	background: #b52620
}

.offside li:nth-child(3) {
	background: #b52620
}

.offside li:nth-child(4) {
	background: #b52620
}

.offside li:nth-child(5) {
	background: #b52620
}

.offside li:nth-child(6) {
	background: #b1b1b1
}

.offside li:nth-child(7) {
	background: #b1b1b1
}

.offside .erweima {
	width: 120px;
	height: auto;
	position: absolute;
	right: 100%;
	top: 0;
	display: none
}

.offside .erweima img {
	max-width: 100%
}

.offside li:nth-child(8) {
	background: #3b3737;
	display: none
}

.offside li:nth-child(10) {
	background: #3b3737;
	height: 20px
}

.offside li:nth-child(10) i {
	line-height: 20px
}

.offside li:hover a,
.offside li:hover div,
.offside li:hover i {
	color: #fff
}

.offside li:hover p {
	opacity: 1
}

.offside li:not(.li_3):hover {
	background: #f17600
}

.offside li:hover .erweima {
	display: block
}

.offside .tel {
	width: 230px;
	transform: translateX(-180px);
	-webkit-transform: translateX(-180px)
}

.offside .back_none {
	height: 0;
	border: 0 !important
}

.offside .li {
	transform: translateX(100%);
	-webkit-transform: translateX(100%)
}

.offside .unfold {
	width: 30px;
	transform: translateX(20px);
	-webkit-transform: translateX(20px)
}

.hide {
	display: none !important
}

@media screen and (max-width:768px) {
	#onlineService {
		left: 0;
		right: 0;
		bottom: 0;
		max-width: 100%;
		overflow: hidden
	}

	#onlineService .offside {
		display: -webkit-box;
		display: -moz-box;
		display: box;
		width: 100%;
		background-color: rgba(0, 0, 0, 0.8)
	}

	#onlineService .offside li {
		-moz-box-flex: 1;
		-webkit-box-flex: 1;
		box-flex: 1;
		width: 0;
		background: none
	}

	#onlineService .offside li.mp_tel a {
		display: none
	}

	#onlineService .offside li.mp_tel p {
		opacity: 1 !important
	}

	#onlineService .offside li.tels {
		display: none
	}

	#onlineService .offside li.back_top {
		display: list-item !important
	}

	#onlineService .offside li a {
		display: block;
		width: 100%;
		text-align: center
	}

	#onlineService .offside li:hover p {
		opacity: 0
	}

	#onlineService .offside li .tel {
		width: 0
	}
}

.sep-lx-header-mb {
	display: none
}

.sep-lx-header-mb .sep-bjj-pro-list {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	position: relative
}

.sep-lx-header-mb .sep-bjj-pro-list>li {
	flex: 1
}

.sep-lx-header-mb .sep-bjj-pro-list>li:nth-child(1) a {
	background: #11a4a7
}

.sep-lx-header-mb .sep-bjj-pro-list>li>a {
	display: block;
	background: #11b4b7;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 10px 0
}

.sep-lx-header-mb .sep-bjj-pro-list>li>a i {
	padding-left: 5px
}

.sep-lx-header-mb .sep-bjj-pro-list>li>ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 100000;
	display: none
}

.sep-lx-header-mb .sep-bjj-pro-list>li>ul>li {
	display: block;
	background: #11a4a7;
	color: #fff;
	font-size: 16px;
	padding: 10px 30px;
	border-top: 1px solid #4ab3b5
}

.sep-lx-header-mb .sep-bjj-pro-list>li>ul>li a {
	color: #fff
}

.sep-lx-header-mb .sep-bjj-pro-list>li>ul>li i {
	float: right;
	position: relative;
	top: 3px
}

.sep-lx-header-mb .box-wrap {
	padding: 22px 37px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
	position: relative;
	z-index: 1000
}

.sep-lx-header-mb .box-wrap .logo {
	float: none;
	margin: 0 auto
}

.sep-lx-header-mb .box-wrap .logo img {
	width: 75px
}

.sep-lx-header-mb .box-wrap>ul {
	position: relative;
	top: 1px;
	justify-content: space-between
}

.sep-lx-header-mb .box-wrap>ul>li {
	float: left;
	margin-left: 10px;
	width: 39px;
	height: 31px;
	line-height: 24px;
	text-align: center;
	position: relative
}

.sep-lx-header-mb .box-wrap>ul>li#global {
	float: right
}

.sep-lx-header-mb .box-wrap>ul>li#menu {
	float: left
}

.sep-lx-header-mb .box-wrap>ul>li#logo {
	border: none;
	float: none;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	width: auto;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%)
}

.sep-lx-header-mb .box-wrap>ul>li .multi-language {
	position: absolute;
	background: #b52620;
	width: 157px;
	text-align: center;
	padding: 10px 20px;
	z-index: 100000;
	top: 40px;
	left: -67px;
	display: none;
	border: 1px solid #fff
}

.sep-lx-header-mb .box-wrap>ul>li .multi-language li {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #fff
}

.sep-lx-header-mb .box-wrap>ul>li .multi-language li:last-child {
	border-bottom: none;
	margin-bottom: 0
}

.sep-lx-header-mb .box-wrap>ul>li .multi-language li a {
	color: #fff;
	font-size: 14px
}

.sep-lx-header-mb .box-wrap>ul>li.active {
	border: 1px solid #1f2256;
	background: #1f2256
}

.sep-lx-header-mb .box-wrap>ul>li.active i {
	color: #fff
}

.sep-lx-header-mb .box-wrap>ul>li i {
	color: #b52620;
	font-size: 30px;
	line-height: normal
}

.sep-lx-header-mb .stock {
	color: #3a3a3a;
	font-size: 14px;
	background: #f4f4f4;
	text-align: center;
	padding: 8px 0
}

.sep-lx-header-mb .stock .red {
	color: #da2337;
	position: relative;
	padding: 0 7px
}

.sep-lx-header-mb .stock .red:before {
	content: "";
	display: block;
	width: 2px;
	height: 10px;
	background: #da2337;
	position: absolute;
	left: 0;
	top: 3px
}

.sep-lx-header-mb .stock .red:after {
	content: "";
	display: block;
	width: 2px;
	height: 10px;
	background: #da2337;
	position: absolute;
	right: 0;
	top: 3px
}

.sep-lx-header-mb .stock .green {
	color: #13ba07
}

.sep-lx-header-mb .stock span {
	padding: 0 5px;
	margin: 0 3px
}

.sep-shadow {
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000000;
	display: none
}

.sep-search-box {
	position: fixed;
	width: 100%;
	background: #fff;
	top: 66px;
	z-index: 10000000;
	padding: 44px 31px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
	display: none
}

.sep-search-box .fa-times {
	color: #000;
	font-size: 20px;
	position: absolute;
	right: 31px;
	top: 24px;
	cursor: pointer
}

.sep-search-box .hd {
	color: #282828;
	font-size: 18px;
	font-family: 'LATO-BOLD'
}

.sep-search-box form {
	margin-top: 10px;
	margin-bottom: 25px
}

.sep-search-box form .form-control {
	height: 47px;
	border-radius: 0
}

.sep-search-box form .btn {
	background: #b52620;
	color: #fff;
	display: table;
	margin: 0 auto;
	margin-top: 17px;
	padding: 10px 40px;
	font-size: 16px;
	width: 100%
}

.sep-search-box form .btn i {
	padding-right: 5px
}

.sep-search-box .more {
	background: #b52620;
	color: #fff;
	display: table;
	margin: 0 auto;
	margin-top: 17px;
	padding: 10px 40px;
	font-size: 16px;
	width: 100%;
	border: none
}

.sep-search-box .more i {
	padding-right: 5px
}

.sep-search-box ul li {
	margin-top: 8px
}

.sep-search-box ul li a {
	color: #8c8c8c;
	font-size: 14px;
	display: block
}

.sep-menu-box {
	width: 100%;
	position: absolute;
	background: #fff;
	left: 0;
	top: 0;
	z-index: 10000000;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.7);
	transition: All .4s ease-in-out;
	-webkit-transition: All .4s ease-in-out;
	-moz-transition: All .4s ease-in-out;
	-o-transition: All .4s ease-in-out;
	-webkit-transform: translateX(-105%);
	-moz-transform: translateX(-105%);
	-ms-transform: translateX(-105%);
	-o-transform: translateX(-105%);
	transform: translateX(-105%)
}

.sep-menu-box.active {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0)
}

.sep-menu-box.active .bottom-toggle {
	visibility: visible
}

.sep-menu-box .top {
	padding: 0 30px;
	text-align: center;
	box-shadow: 0 0 12px rgba(145, 145, 145, 0.7);
	position: relative;
	z-index: 10000;
	justify-content: space-between;
	align-items: center;
	min-height: 70px
}

.sep-menu-box .top i {
	color: #000;
	font-size: 22px;
	position: relative;
	top: 3px;
	cursor: pointer
}

.sep-menu-box .top_bottom {
	visibility: visible
}

.sep-menu-box .top_bottom.no {
	visibility: hidden
}

.sep-menu-box .top_bottom .menu-item>li {
	border-bottom: 1px solid #ddd
}

.sep-menu-box .top_bottom .menu-item>li:last-child {
	border-bottom: none
}

.sep-menu-box .top_bottom .menu-item>li.active {
	background: #b52620
}

.sep-menu-box .top_bottom .menu-item>li.active .box {
	border-bottom: 1px solid #fff
}

.sep-menu-box .top_bottom .menu-item>li.active .box a {
	color: #fff
}

.sep-menu-box .top_bottom .menu-item>li.active .box i {
	color: #fff;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg)
}

.sep-menu-box .top_bottom .menu-item>li .box {
	position: relative;
	padding: 22px 30px;
	border-bottom: 1px solid transparent
}

.sep-menu-box .top_bottom .menu-item>li .box a {
	color: #282828;
	font-size: 18px
}

.sep-menu-box .top_bottom .menu-item>li .box i {
	font-size: 20px;
	color: #282828;
	position: absolute;
	right: 30px;
	top: 26px;
	cursor: pointer;
	transition: All .4s ease-in-out;
	-webkit-transition: All .4s ease-in-out;
	-moz-transition: All .4s ease-in-out;
	-o-transition: All .4s ease-in-out
}

.sep-menu-box .top_bottom .menu-item>li>ul {
	padding: 5px 0;
	display: none
}

.sep-menu-box .top_bottom .menu-item>li>ul>li {
	padding: 4px 20px
}

.sep-menu-box .top_bottom .menu-item>li>ul>li a {
	color: #fff;
	font-size: 14px
}

.sep-menu-box .bottom-toggle {
	position: absolute;
	width: 100%;
	z-index: 1000;
	top: 64px;
	background: #fff;
	transition: All .4s ease-in-out;
	-webkit-transition: All .4s ease-in-out;
	-moz-transition: All .4s ease-in-out;
	-o-transition: All .4s ease-in-out;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	visibility: hidden
}

.sep-menu-box .bottom-toggle.active {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0)
}

.sep-menu-box .bottom-toggle .toggle {
	display: none
}

.sep-menu-box .bottom-toggle .toggle>ul {
	background: #fff
}

.sep-menu-box .bottom-toggle .toggle>ul>li {
	padding: 0 0;
	border-bottom: 1px solid #ccc;
	position: relative;
	line-height: 60px
}

.sep-menu-box .bottom-toggle .toggle>ul>li:nth-child(1) span {
	width: 60;
	min-width: 60px;
	height: 59px;
	line-height: 60px;
	text-align: center;
	display: inline-block;
	border-right: 1px solid #ccc
}

.sep-menu-box .bottom-toggle .toggle>ul>li:nth-child(1) a {
	font-family: 'LATO-BOLD'
}

.sep-menu-box .bottom-toggle .toggle>ul>li>ul {
	display: none
}

.sep-menu-box .bottom-toggle .toggle>ul>li>ul>li {
	line-height: 40px
}

.sep-menu-box .bottom-toggle .toggle>ul>li>ul>li a {
	font-size: 14px
}

.sep-menu-box .bottom-toggle .toggle>ul>li a {
	color: #282828;
	font-size: 16px;
	padding-left: 30px
}

.sep-menu-box .bottom-toggle .toggle>ul>li a i {
	font-size: 20px;
	color: #282828;
	position: absolute;
	right: 30px;
	top: 21px;
	cursor: pointer
}

.sep-menu-box .contact {
	background: #b52620;
	color: #fff;
	display: table;
	margin: 0 auto;
	margin-top: 0;
	padding: 20px 0;
	font-size: 22px;
	width: 100%;
	border: none;
	border-radius: 0
}

.sep-menu-box .contact i {
	padding-right: 5px;
	color: #fff
}

.sep-menu-box .logo img {
	width: 59px
}

.mp_bottom {
	padding-top: 20px;
	background-color: #444;
	background-repeat: no-repeat;
	display: none
}

.mp_bottom .mp_bottom_up_container {
	flex-direction: column;
	padding: 0 2%;
	box-sizing: border-box
}

.mp_bottom .mp_bottom_up_container .mp_bottom_up_item {
	border-bottom: 1px solid #fff;
	position: relative;
	padding: 10px 0
}

.mp_bottom .mp_bottom_up_container .mp_bottom_up_item:last-child {
	border-bottom: none
}

.mp_bottom .mp_bottom_up_container .mp_bottom_up_item .mp_bottom_up_item_title {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #b52620
}

.mp_bottom .mp_bottom_up_container .mp_bottom_up_item .mp_bottom_up_item_icon {
	position: absolute;
	line-height: 50px;
	font-size: 25px;
	top: 0;
	right: 10px
}

.mp_bottom .mp_bottom_up_container .mp_bottom_up_item .mp_bottom_up_item_href_group {
	margin-top: 5px;
	flex-direction: column;
	display: none
}

.mp_bottom .mp_bottom_up_container .mp_bottom_up_item .mp_bottom_up_item_href_group .mp_bottom_up_item_href {
	font-size: 15px;
	text-indent: 10px;
	line-height: 30px;
	width: 100%
}

.mp_bottom .mp_bottom_up_container .mp_bottom_up_item .mp_bottom_up_item_href_group .mp_bottom_up_item_href i {
	margin-right: 5px
}

.mp_bottom .mp_bottom_down_container {
	margin-top: 30px;
	padding: 20px 2%;
	box-sizing: border-box;
	flex-direction: column;
	justify-content: space-between;
	border-top: 1px solid #fff
}

.mp_bottom .mp_bottom_down_container .mp_bottom_down_item {
	align-items: center;
	font-size: 15px;
	line-height: 30px;
	width: 100%;
	max-width: 100%;
	margin-bottom: 10px
}

.mp_bottom .mp_bottom_down_container .mp_bottom_down_item .mp_bottom_down_item_icon {
	min-width: 40px;
	line-height: 40px;
	font-size: 20px;
	margin-right: 10px;
	border: 1px solid #b52620;
	color: #b52620;
	border-radius: 30px
}

.mp_footer {
	padding: 15px 2% 50px 0;
	box-sizing: border-box;
	background-color: #444;
	display: none;
	border-top: 1px solid #fff
}

.mp_footer .mp_footer_container {
	position: relative;
	flex-direction: column;
	align-items: center
}

.mp_footer .mp_footer_container footer {
	font-size: 15px;
	line-height: 30px;
	text-align: center
}

.mp_footer .mp_footer_container footer a {
	font-size: 15px;
	line-height: 30px
}

.mp_footer .mp_footer_container .mp_link_href {
	margin-left: 0
}

.mp_footer .mp_footer_container .mp_link_href .mp_link_href_li {
	font-size: 16px;
	line-height: 30px;
	position: relative;
	padding-right: 7px
}

.mp_footer .mp_footer_container .mp_link_href .mp_link_href_li:last-child:after {
	display: none
}

.mp_footer .mp_footer_container .mp_link_href .mp_link_href_li:after {
	content: '';
	width: 1px;
	height: 10px;
	position: absolute;
	top: 10px;
	right: 3px;
	background-color: #fff
}

.mp_footer .mp_footer_container .mp_google_ul {
	position: relative;
	margin-top: 10px;
	top: 0;
	right: 0
}

.mp_footer .mp_footer_container .mp_google_ul .mp_google_li {
	width: 30px;
	line-height: 30px;
	border-radius: 3px;
	margin-right: 10px;
	background-color: #fff;
	font-size: 20px
}

.mp_footer .mp_footer_container .mp_google_ul .mp_google_li:nth-child(1) {
	color: #4868ac
}

.mp_footer .mp_footer_container .mp_google_ul .mp_google_li:nth-child(2) {
	color: #00acee
}

.mp_footer .mp_footer_container .mp_google_ul .mp_google_li:nth-child(3) {
	color: #bd081b
}

.mp_footer .mp_footer_container .mp_google_ul .mp_google_li:nth-child(4) {
	color: #007bb6
}

.mp_footer .mp_footer_container .mp_google_ul .mp_google_li:nth-child(5) {
	color: #a52121
}

@media screen and (max-width:768px) {
	.sep-lx-header-mb {
		display: block
	}

	.mp_bottom {
		display: block
	}

	.mp_footer {
		display: block
	}
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%
}

.header .header_up {
	background-color: #000
}

.header .header_up .up_container {
	height: 45px;
	justify-content: center;
	align-items: center
}

.header .header_up .up_container .imformation_group .imformation_item {
	margin-right: 60px;
	opacity: .5;
	align-items: center
}

.header .header_up .up_container .imformation_group .imformation_item.href:hover {
	color: #b52620;
	opacity: 1
}

.header .header_up .up_container .imformation_group .imformation_item i {
	font-size: 18;
	margin-right: 5px
}

.header .header_up .up_container .language {
	align-items: center;
	opacity: .5
}

.header .header_up .up_container .language .text {
	margin: 0 8px
}

.header .header_down {
	background-color: #fff;
	box-shadow: 0 3px 5px #dcdcdc
}

.header .header_down .down_container {
	height: 64px;
	align-items: center;
	justify-content: space-between
}
.header .header_down .down_container .nav_ul{margin-bottom: 0;}
.header .header_down .down_container .nav_ul .nav_first_li {
	margin-right: 80px;
	position: relative
}

.header .header_down .down_container .nav_ul .nav_first_li.products:hover .product_second_nav {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	visibility: visible
}

.header .header_down .down_container .nav_ul .nav_first_li.products .product_second_nav {
	position: fixed;
	background-color: #fff;
	top: 65px;
	left: 0;
	width: 100%;
	padding: 1px 0;
	transition: all .3s;
	opacity: 0;
	transform: translate3d(0, 20px, 0);
	visibility: hidden;
	box-shadow: 0 0 5px #dcdcdc
}

.header .header_down .down_container .nav_ul .nav_first_li.products .product_second_nav .product_container {
	flex-wrap: wrap
}

.header .header_down .down_container .nav_ul .nav_first_li.products .product_second_nav .product_container .product_nav_item {
	width: 100%;
	justify-content: space-between;
}
.nav_third_li{width:16.11%;float:left;margin-right:0.66%;}
.nav_third_li:last-child{margin-right: 0;}
.nav_third_li img{width:100%;}
.product_nav_text .moreBtn{display:block;width: 200px;text-align: center;
	line-height: 30px;
	border-radius: 27.5px;
	color: #b52620;
	font-size: 12px;
	border: 1px solid #b52620;bottom: 20%;float:right;margin:10px auto;}
.nav_third_li span{font-size: 14px;line-height: 14px;}
.product_nav_text .moreBtn:hover{background-color: #b52620;color:#fff;}
.header .header_down .down_container .nav_ul .nav_first_li.products .product_second_nav .product_container .product_nav_item:nth-child(4n):after {
	display: none
}

.header .header_down .down_container .item{clear:both;width:100%;}
.header .header_down .down_container .product_container{width:100%;padding-top:30px;padding-bottom: 50px;}
.header .header_down .down_container .product_nav_item .list {width: 20%;padding-top:2px;padding-bottom: 2px;position: relative;}
.product_nav_item .list span{position: absolute;right:5px;top:8px;width:10px;height:10px;background:url(/images/arrow-right.svg);display: inline-block;background-size: 100% auto;}
@media screen and (min-width:1501px) {
.header .header_down .down_container .product_nav_item .product_nav_text{width: calc(65% - 35px);display: none;margin-left:35px;left:30%;position: absolute;top:0;z-index: 10;}
}
@media screen and (max-width:1500px) {
.header .header_down .down_container .product_nav_item .product_nav_text {
		width: calc(75% - 35px);display: none;margin-left:35px;left:20%;position: absolute;top:0;z-index: 10;
	}
}

.header .header_down .product_container .active .product_nav_text{display: block;}
.header .header_down .down_container .nav_ul .nav_first_li.products .product_second_nav .product_container .product_nav_item .product_nav_text .product_second_nav_title {
	font-weight: bold;
	line-height: 24px;
	display: block
}

.header .header_down .down_container .nav_ul .nav_first_li.products .product_second_nav .product_container .product_nav_item .product_nav_text .product_second_nav_title:hover {
	color: #b52620
}

.header .header_down .down_container .nav_ul .nav_first_li.products .product_second_nav .product_container .product_nav_item .product_nav_text .nav_third_ul {
	margin-top: 15px
}
.header .header_down .down_container  .nav_third_href{font-size: 14px;}
.header .header_down .down_container  .nav_third_href:hover {
	color: #b52620;
}

.header .header_down .down_container .nav_ul .nav_first_li.products .product_second_nav .product_container .product_nav_item:nth-child(4n) {
	margin-right: 0;
	border-right: none
}

.header .header_down .down_container .nav_ul .nav_first_li:hover .nav_second_ul {
	opacity: 1;
	transform: translateY(0);
	pointer-events: all
}

.header .header_down .down_container .nav_ul .nav_first_li .nav_second_ul {
	position: absolute;
	left: 0;
	margin: 0;
	pointer-events: none;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	z-index: 1;
	transition: all 300ms ease;
	background-color: #fff;
	transform: translateY(20px);
	opacity: 0
}

.header .header_down .down_container .nav_ul .nav_first_li .nav_second_ul .nav_second_li {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	white-space: nowrap
}

.header .header_down .down_container .nav_ul .nav_first_li .nav_second_ul .nav_second_li .nav_second_href {
	display: block;
	position: relative;
	padding: 1em 1em;
	font-weight: 500;
	font-size: 13px
}

.header .header_down .down_container .nav_ul .nav_first_li .nav_second_ul .nav_second_li .nav_second_href:after {
	content: ' ';
	display: block;
	position: absolute;
	left: 1.5em;
	right: 1.5em;
	bottom: 0;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.1)
}

.header .header_down .down_container .nav_ul .nav_first_li .nav_second_ul .nav_second_li .nav_second_href:hover {
	color: #b52620
}

.header .header_down .down_container .nav_ul .nav_first_li:last-child {
	margin-right: 0
}

.header .header_down .down_container .nav_ul .nav_first_li .nav_first_href {
	font-size: 16px;
	border-bottom: 2px solid rgba(0, 0, 0, 0);
	line-height: 64px;
}

.header .header_down .down_container .nav_ul .nav_first_li .nav_first_href.active {
	color: #b52620;
	border-color: #b52620
}

.header .header_down .down_container .nav_ul .nav_first_li .nav_first_href:hover {
	color: #b52620;
	border-color: #b52620
}

.header .header_down .down_container .search {
	width: 220px;
	border-radius: 17.5px;
	height: 35px;
	background-color: #f5f5f5;
	overflow: hidden;
	position: relative
}

.header .header_down .down_container .search input {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	outline: none;
	padding-left: 15px
}

.header .header_down .down_container .search button {
	position: absolute;
	line-height: 35px;
	top: 0;
	right: 10px;
	border: none;
	outline: none;
	background-color: rgba(0, 0, 0, 0)
}

.banner {
	position: relative;
	margin-top: 145px;
	overflow: hidden
}

.banner .banner_ul .banner_li {
	min-width: 100%;
	position: relative
}

.banner .banner_ul .banner_li .banner_shadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center
}

.banner .banner_ul .banner_li .banner_shadow .shadow_container {
	max-width: 780px;
	height: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center
}

.banner .banner_ul .banner_li .banner_shadow .shadow_container .theme {
	font-size: 40px;
	font-weight: bold;
	color: #1c1c1c;
	width: 100%;
	transition: all .3s
}

.banner .banner_ul .banner_li .banner_shadow .shadow_container .theme:hover {
	color: #b52620
}

.banner .banner_ul .banner_li .banner_shadow .shadow_container .description {
	font-size: 24px;
	line-height: 38px;
	margin-top: 15px;
	color: #1c1c1c;
	width: 100%
}

.banner .banner_ul .banner_li .banner_shadow .icon_item {
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 50px;
	transition: all .3s
}

.banner .banner_ul .banner_li .banner_shadow .icon_item:hover {
	transform: translateY(-10px)
}

.banner .banner_ul .banner_li .banner_shadow .icon_item .icon {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 5px
}

.banner .banner_ul .banner_li .banner_shadow .icon_item .icon .iconfont {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #fff;
	display: block;
	line-height: 100px;
	font-size: 55px
}

.banner .banner_ul .banner_li .banner_shadow .icon_item .title {
	font-size: 22px;
	margin-top: 10px;
	color: #333
}

.banner .banner_ul .banner_li .banner_img {
	display: block;
	width: 100%
}

.banner .banner_ul .banner_li .banner_img img {
	width: 100%
}

.banner .sign_group {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 50px;
	justify-content: center;
	z-index: 2
}

.banner .sign_group.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 8px;
	width: 50px;
	height: 8px;
	border-radius: 4px;
	background-color: rgba(255, 255, 255, 0.5);
	opacity: 1
}

.banner .sign_group.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #fff
}

.banner .sign_group .sign_item {
	margin: 0 8px;
	width: 50px;
	height: 8px;
	border-radius: 4px;
	background-color: rgba(255, 255, 255, 0.5)
}

.banner .sign_group .sign_item.active {
	background-color: #fff
}

.banner.mp_banner {
	display: none
}

.bottom .bottom_up {
	padding: 65px 0 40px 0;
	border-bottom: 1px solid #dcdcdc
}

.bottom .bottom_up .up_group {
	justify-content: space-between
}

.bottom .bottom_up .up_group .up_item .item_title {
	color: #333;
	padding-bottom: 15px;
	position: relative;
	margin-bottom: 20px
}

.bottom .bottom_up .up_group .up_item .item_title.no_href:hover {
	color: #333
}

.bottom .bottom_up .up_group .up_item .item_title:hover {
	color: #b52620
}

.bottom .bottom_up .up_group .up_item .item_title:after {
	content: '';
	width: 15px;
	height: 2px;
	background-color: #b52620;
	position: absolute;
	left: 0;
	bottom: 0
}

.bottom .bottom_up .up_group .up_item .imformation_group .imformation_item {
	margin-bottom: 25px;
	align-items: center
}

.bottom .bottom_up .up_group .up_item .imformation_group .imformation_item.href:hover {
	color: #b52620
}

.bottom .bottom_up .up_group .up_item .imformation_group .imformation_item:last-child {
	margin-bottom: 0
}

.bottom .bottom_up .up_group .up_item .imformation_group .imformation_item i {
	color: #b52620;
	min-width: 30px;
	line-height: 30px;
	font-size: 18px
}

.bottom .bottom_up .up_group .up_item .child_group {
	flex-direction: column
}

.bottom .bottom_up .up_group .up_item .child_group .child_item {
	line-height: 30px
}

.bottom .bottom_up .up_group .up_item .child_group .child_item:hover {
	color: #b52620
}

.bottom .bottom_down .down_container {
	height: 80px;
	align-items: center;
	justify-content: space-between
}

.bottom .bottom_down .down_container footer a {
	font-size: 16px
}

.bottom .bottom_down .down_container footer a:hover {
	color: #b52620
}

.bottom .bottom_down .down_container .mp_google_ul .mp_google_li {
	margin-left: 30px;
	color: #999;
	font-size: 22px
}

.bottom .bottom_down .down_container .mp_google_ul .mp_google_li:hover {
	color: #000
}

.bottom .bottom_down .down_container .mp_link_href .mp_link_href_li {
	font-size: 16px;
	line-height: 30px;
	position: relative;
	padding-right: 7px
}

.bottom .bottom_down .down_container .mp_link_href .mp_link_href_li:last-child:after {
	display: none
}

.bottom .bottom_down .down_container .mp_link_href .mp_link_href_li:after {
	content: '';
	width: 1px;
	height: 10px;
	position: absolute;
	top: 10px;
	right: 3px;
	background-color: #000
}
@media screen and (max-width:1500px) {
.m_width {
		padding-left: 1% !important;
		padding-right: 1% !important
	}
}

@media screen and (max-width:1000px) {
	.header .header_down .down_container .nav_ul .nav_first_li {
		margin-right: 5px
	}

	.header .header_down .down_container .nav_ul .nav_first_li .nav_first_href {
		font-size: 14px
	}
}

@media screen and (max-width:768px) {
	.m_width {
		padding-left: 2% !important;
		padding-right: 2% !important
	}

	.header {
		display: none
	}

	.banner {
		margin-top: 0
	}

	.banner.pc_banner {
		display: none
	}

	.banner.mp_banner {
		display: block
	}

	.banner.mp_banner .banner_ul .banner_li .banner_shadow .shadow_container .theme {
		font-size: 18px;
		font-weight: normal
	}

	.bottom {
		display: none
	}
}

.index_container .index_title {
	text-align: center
}

.index_container .index_title .title {
	font-size: 44px;
	color: #1c1c1c
}

.index_container .index_title .title:hover {
	color: #b52620
}

.index_container .index_title .summary {
	margin-top: 35px;
	font-size: 18px;
	line-height: 32px;
	text-align: left
}

.index_container .index_cleaner {
	padding-top: 110px
}

.index_container .index_cleaner .cleaner_group {
	max-width: 1880px;
	margin-top: 45px
}

.index_container .index_cleaner .cleaner_group .cleaner_item {
	width: calc(100%/3 - 40px/3);
	margin-right: 20px
}

.index_container .index_cleaner .cleaner_group .cleaner_item:nth-child(3n) {
	margin-right: 0
}

.index_container .index_cleaner .cleaner_group .cleaner_item .img {
	width: 100%;
	display: block;
	border: 1px solid #dcdcdc;
	overflow: hidden
}

.index_container .index_cleaner .cleaner_group .cleaner_item .img img {
	width: 100%
}

.index_container .index_cleaner .cleaner_group .cleaner_item .img img:hover {
	transform: scale(0.8)
}

.index_container .index_cleaner .cleaner_group .cleaner_item .text {
	height: 130px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #f7f7f7;
	border: 1px solid #dcdcdc;
	border-top: none
}

.index_container .index_cleaner .cleaner_group .cleaner_item .text:hover {
	background-color: #b52620
}

.index_container .index_cleaner .cleaner_group .cleaner_item .text:hover .title {
	color: #fff
}

.index_container .index_cleaner .cleaner_group .cleaner_item .text:hover .summary {
	color: #fff
}

.index_container .index_cleaner .cleaner_group .cleaner_item .text .title {
	font-size: 24px;
	margin-bottom: 10px
}

.index_container .index_cleaner .cleaner_group .cleaner_item .text .summary {
	font-size: 18px
}

.index_container .index_electric {
	padding-top: 110px;
	padding-bottom: 120px
}

.index_container .index_electric .electric_group {
	max-width: 1880px;
	margin-top: 60px;
	justify-content: center
}

.index_container .index_electric .electric_group .electric_item {
	width: calc(50% - 10px)
}

.index_container .index_electric .electric_group .electric_item .img {
	width: 50%;
	display: block;
	border: 1px solid #dcdcdc;
	border-right: none;
	overflow: hidden
}

.index_container .index_electric .electric_group .electric_item .img img {
	width: 100%
}

.index_container .index_electric .electric_group .electric_item .img img:hover {
	transform: scale(1.1)
}

.index_container .index_electric .electric_group .electric_item .text {
	width: 50%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 45px;
	background-color: #f7f7f7;
	border: 1px solid #dcdcdc
}

.index_container .index_electric .electric_group .electric_item .text .title {
	font-size: 24px;
	color: #333
}

.index_container .index_electric .electric_group .electric_item .text .title:hover {
	color: #b52620
}

.index_container .index_electric .electric_group .electric_item .text .summary {
	margin: 10px 0 35px 0;
	font-size: 18px;
	line-height: 24px
}

.index_container .index_electric .electric_group .electric_item .text .href {
	width: 170px;
	line-height: 45px;
	border-radius: 22.5px;
	border: 1px solid #333;
	font-size: 18px
}

.index_container .index_electric .electric_group .electric_item .text .href:hover {
	background-color: #b52620;
	border-color: #b52620;
	color: #fff
}

.index_container .index_product {
	padding: 110px 0 75px 0;
	background-color: #f7f7f7
}

.index_container .index_product .product_group {
	margin-top: 55px;
	flex-wrap: wrap
}

.index_container .index_product .product_group .product_item {
	width: calc(100%/3 - 40px/3);
	margin-right: 20px;
	margin-bottom: 35px
}

.index_container .index_product .product_group .product_item:nth-child(3n) {
	margin-right: 0
}

.index_container .index_product .product_group .product_item .img {
	display: block;
	overflow: hidden;
	position: relative
}

.index_container .index_product .product_group .product_item .img:hover .href {
	bottom: 0
}

.index_container .index_product .product_group .product_item .img:hover img {
	transform: scale(1.1)
}

.index_container .index_product .product_group .product_item .img img {
	width: 100%
}

.index_container .index_product .product_group .product_item .img .href {
	position: absolute;
	bottom: -50px;
	line-height: 50px;
	font-size: 18px;
	background-color: rgba(83, 166, 216, 0.7);
	width: 100%
}

.index_container .index_product .product_group .product_item .title {
	line-height: 24px;
	font-size: 18px;
	margin-top: 20px
}

.index_container .index_product .product_group .product_item .title:hover {
	color: #b52620
}
.index_container .index_why .why_container {
	background: #fff;position: relative;border-radius:8px;
}

.index_container .index_why .why_container .img {
	width: 60%;
	display: block;overflow: hidden;
}
.index_container .index_why .why_container .img img:hover{transform: scale(1.1);}
.index_container .index_why .why_container .img img {
	width: 100%;
}
.index_container .index_why .why_container .text {
	width: 40%;height: 100%;
	padding: 5% 6%;text-align: left;
}

.index_container .index_why .why_container .text .title {
	font-size: 20px
}

.index_container .index_why .why_container .text .title:hover {
	color: #b52620
}

.index_container .index_why .why_container .text .content {
	font-size: 16px;line-height: 1.2;margin-top:10px;
}

.index_container .index_why .why_container .text .href {position: absolute;
	width: 200px;
	line-height: 40px;
	border-radius: 27.5px;
	background-color: #b52620;
	font-size: 14px;
	border: 1px solid #b52620;bottom: 20%;
}

.index_container .index_why .why_container .text .href:hover {
	background-color: #fff;
	color: #b52620
}

.index_container .index_num {
	background-color: #b52620
}

.index_container .index_num .num_group .num_item {
	width: 33.33333333%;
	flex-direction: column;
	height: 210px;
	position: relative;
	align-items: center;
	justify-content: center
}

.index_container .index_num .num_group .num_item:last-child .num {
	margin-top: 12px
}

.index_container .index_num .num_group .num_item:last-child .summary {
	margin-top: -7px
}

.index_container .index_num .num_group .num_item .num {
	font-size: 60px;
	line-height: 40px;
	height: 52px
}

.index_container .index_num .num_group .num_item .num sup {
	font-size: 33px;
	margin-left: -10px
}

.index_container .index_num .num_group .num_item .num sub {
	font-size: 23px;
	position: absolute;
	top: 75px;
	left: 320px
}

.index_container .index_num .num_group .num_item .num sub sup {
	font-size: 18px
}

.index_container .index_num .num_group .num_item .summary {
	font-size: 18px;
	line-height: 34px;
	margin-top: 5px
}

.index_container .index_num .num_group .num_item:after {
	content: '';
	width: 1px;
	height: 80px;
	background-color: #c4c4c4;
	position: absolute;
	right: 0;
	top: calc(50% - 40px)
}

.index_container .index_num .num_group .num_item:last-child {
	margin-right: 0
}

.index_container .index_review {
	padding: 110px 0 95px 0
}

.index_container .index_review .review_container {
	flex-direction: column;
	align-items: center
}

.index_container .index_review .review_container .icon {
	margin: 35px 0 10px 0;
	color: #c4e0f1;
	font-size: 65px
}

.index_container .index_review .review_container .review_content {
	font-size: 18px;
	line-height: 34px
}

.index_container .index_review .review_container .line {
	margin: 25px 0 15px 0;
	width: 1px;
	height: 45px;
	background-color: #dcdcdc
}

.index_container .index_review .review_container .review_title {
	font-size: 18px;
	color: #333
}

.index_container .index_review .review_container .img_group {
	margin-top: 40px;
	width: 100%
}

.index_container .index_review .review_container .img_group .img_item {
	width: 20%;
	cursor: pointer
}

.index_container .index_review .review_container .img_group .img_item:hover img {
	filter: grayscale(0)
}

.index_container .index_review .review_container .img_group .img_item img {
	max-width: 100%;
	margin: 0 auto;
	filter: grayscale(100%)
}

.index_container .index_new {
	padding: 115px 0 110px 0;
	background-color: #f7f7f7
}

.index_container .index_new .new_group {
	margin-top: 50px
}

.index_container .index_new .new_group .new_item {
	width: calc(100%/3 - 20px);
	margin-right: 30px;
	border-radius: 5px;
	overflow: hidden
}

.index_container .index_new .new_group .new_item .img {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden
}

.index_container .index_new .new_group .new_item .img img {
	width: 100%
}

.index_container .index_new .new_group .new_item .img img:hover {
	transform: scale(1.1)
}

.index_container .index_new .new_group .new_item .img .date {
	width: 180px;
	height: 45px;
	position: absolute;
	left: 0;
	bottom: 20px;
	background-color: #b52620;
	line-height: 45px;
	border-radius: 0 22.5px 22.5px 0
}

.index_container .index_new .new_group .new_item .text {
	padding: 35px 25px 35px 25px;
	background-color: #fff
}

.index_container .index_new .new_group .new_item .text .title {
	line-height: 28px;
	font-size: 18px;
	height: 84px;
	width: 100%
}

.index_container .index_new .new_group .new_item .text .title:hover {
	color: #b52620
}

.index_container .index_new .new_group .new_item .text .summary {
	line-height: 25px
}

.index_container .index_new .new_group .new_item .text .href {
	margin-top: 15px;
	color: #808080
}

.index_container .index_new .new_group .new_item .text .href:hover {
	color: #b52620
}

.index_container .index_new .new_group .new_item .text .href i {
	color: #808080
}

.index_container .index_new .new_group .new_item:last-child {
	margin-right: 0
}

.index_container .index_contact {
	padding: 95px 0 85px 0;background-size: cover
}

.index_container .index_contact .title {
	font-size: 34px;
	line-height: 34px
}

.index_container .index_contact .title:hover {
	color: #b52620
}

.index_container .index_contact .summary {
	font-size: 20px;
	margin: 10px 0 45px 0
}

.index_container .index_contact .contact_href {
	width: 330px;
	line-height: 55px;
	border-radius: 27.5px;
	font-size: 18px;
	background-color: #b52620;
	color: #fff
}

.index_container .index_contact .contact_href:hover {
	background-color: #fff;
	color: #333
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 35px;
    height: 35px;
    margin-top: -50px;
    z-index: 10;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background: url(/images/arrow-right-circle.svg) no-repeat;
	background-size: 100% 100%;
	right:5px;
	left: auto;
  }
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background: url(/images/arrow-left-circle.svg) no-repeat;
	background-size: 100% 100%;
	left: 5px;
	right: auto;
  }
.ProductIconBar_iconBars__zOKmw{line-height: 18px;}
.ProductIconBar_iconBars__zOKmw button{background: #fff;}
.ProductIconBar_barText__JtZe8{font-size:1.4rem;}
/*reviews*/
.yotpo .yotpo-regular-box-filters-padding {
    padding: 10px 0 22px;
}
.yotpo .yotpo-review .yotpo-header .yotpo-icon-profile, .yotpo .yotpo-comment .yotpo-header .yotpo-icon-profile, .yotpo .yotpo-question .yotpo-header .yotpo-icon-profile, .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-icon-profile {
    position: relative;
    width: 45px;
    height: 45px;
    margin-right: 8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #b52620;
}
.yotpo .yotpo-review .yotpo-header .yotpo-icon-profile .yotpo-user-letter, .yotpo .yotpo-comment .yotpo-header .yotpo-icon-profile .yotpo-user-letter, .yotpo .yotpo-question .yotpo-header .yotpo-icon-profile .yotpo-user-letter, .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-icon-profile .yotpo-user-letter {
    background: transparent !important;
    position: absolute;
    top: 13px;
    width: 100%;
    min-width: 100%;
    left: 1px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.yotpo .yotpo-review .yotpo-header.yotpo-verified-buyer .yotpo-icon-circle-checkmark, .yotpo .yotpo-comment .yotpo-header.yotpo-verified-buyer .yotpo-icon-circle-checkmark, .yotpo .yotpo-question .yotpo-header.yotpo-verified-buyer .yotpo-icon-circle-checkmark, .yotpo .yotpo-onsite-upload .yotpo-header.yotpo-verified-buyer .yotpo-icon-circle-checkmark {
    display: inline-block;
    color: #1cc286;
}
.yotpo .yotpo-review .yotpo-header .yotpo-header-element, .yotpo .yotpo-comment .yotpo-header .yotpo-header-element, .yotpo .yotpo-question .yotpo-header .yotpo-header-element, .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-header-element {
    padding-top: 2px;
    display: inline-block;
    vertical-align: top;
}
.yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-user-name, .yotpo .yotpo-comment .yotpo-header .yotpo-header-element .y-label.yotpo-user-name, .yotpo .yotpo-question .yotpo-header .yotpo-header-element .y-label.yotpo-user-name, .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-header-element .y-label.yotpo-user-name {
    color: #b52620;margin-right:5px;
}
.yotpo a:empty, .yotpo article:empty, .yotpo div:empty, .yotpo dl:empty, .yotpo h1:empty, .yotpo h2:empty, .yotpo h3:empty, .yotpo h4:empty, .yotpo h5:empty, .yotpo h6:empty, .yotpo p:empty, .yotpo section:empty, .yotpo ul:empty {
    display: block;clear:both;
}
.yotpo .yotpo-review .yotpo-header .yotpo-review-stars, .yotpo .yotpo-comment .yotpo-header .yotpo-review-stars, .yotpo .yotpo-question .yotpo-header .yotpo-review-stars, .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-review-stars {
    display: inline-block;
    margin-top: 7px;
    margin-right: 10px;
}
.yotpo .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-icon, .yotpo .yotpo-comment .yotpo-header .yotpo-review-stars .yotpo-icon, .yotpo .yotpo-question .yotpo-header .yotpo-review-stars .yotpo-icon, .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-review-stars .yotpo-icon {
    float: left;
    color: #f7c13b;
}
.yotpo .yotpo-icon {
    width:14px;height: 14px;position: relative;background: url(/images/star.svg);background-size: 100% 100%;
}
.yotpo .yotpo-review .yotpo-header .yotpo-header-actions, .yotpo .yotpo-comment .yotpo-header .yotpo-header-actions, .yotpo .yotpo-question .yotpo-header .yotpo-header-actions, .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-header-actions {
    float: right;
}
.yotpo div, .yotpo span, .yotpo p, .yotpo a, .yotpo img, .yotpo i, .yotpo strong, .yotpo sup, .yotpo ul, .yotpo li, .yotpo form, .yotpo label {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal !important;
    font-size: 14px;
    line-height: 17px;
    color: #6A6C77;
    border: none;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.yotpo .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-user-related-fields, .yotpo .yotpo-comment .yotpo-header .yotpo-review-stars .yotpo-user-related-fields, .yotpo .yotpo-question .yotpo-header .yotpo-review-stars .yotpo-user-related-fields, .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-review-stars .yotpo-user-related-fields {
    margin-top: 15px;
}
.yotpo .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-user-related-fields .yotpo-user-field .yotpo-user-field-description, .yotpo .yotpo-comment .yotpo-header .yotpo-review-stars .yotpo-user-related-fields .yotpo-user-field .yotpo-user-field-description, .yotpo .yotpo-question .yotpo-header .yotpo-review-stars .yotpo-user-related-fields .yotpo-user-field .yotpo-user-field-description, .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-review-stars .yotpo-user-related-fields .yotpo-user-field .yotpo-user-field-description {
    float: left;
    font-style: italic !important;
    font-weight: bold;
    margin-right: 7px;
    color: #6B6D76;
}
.yotpo .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-user-related-fields .yotpo-user-field .yotpo-user-field-answer, .yotpo .yotpo-comment .yotpo-header .yotpo-review-stars .yotpo-user-related-fields .yotpo-user-field .yotpo-user-field-answer, .yotpo .yotpo-question .yotpo-header .yotpo-review-stars .yotpo-user-related-fields .yotpo-user-field .yotpo-user-field-answer, .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-review-stars .yotpo-user-related-fields .yotpo-user-field .yotpo-user-field-answer {
    color: #6B6D76;float:left;
}
.yotpo .yotpo-review .yotpo-main, .yotpo .yotpo-comment .yotpo-main, .yotpo .yotpo-question .yotpo-main, .yotpo .yotpo-onsite-upload .yotpo-main {
    display: block;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 53px;
}
.yotpo-main{clear:both;}
.yotpo-main img{max-width: 20%;float:left;padding-right:10px;cursor: pointer;}
.yotpo .yotpo-review .yotpo-main .content-title, .yotpo .yotpo-comment .yotpo-main .content-title, .yotpo .yotpo-question .yotpo-main .content-title, .yotpo .yotpo-onsite-upload .yotpo-main .content-title {
    display: inline-block;
    float: left;
    color: #6B6D76;
    padding-bottom: 5px;
}
.yotpo div, .yotpo span, .yotpo p, .yotpo a, .yotpo i, .yotpo strong, .yotpo sup, .yotpo ul, .yotpo li, .yotpo form, .yotpo label {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal !important;
    font-size: 14px;
    line-height: 17px;
    color: #6A6C77;
    border: none;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.yotpo .yotpo-regular-box {
    padding: 25px 0 22px;
    margin: 0 10px;
    border-top: 1px solid #e3e3e3;
}
.yotpo .pull-left {
    text-align: left;
    float: left;
}
.yotpo .yotpo-icon-circle-checkmark:before {
    content: "\e619";
}
@media screen and (max-width:768px) {
	.sep-lx-header-mb .box-wrap{padding:10px 5px;}
	.sep-lx-header-mb .box-wrap ul{margin-bottom: 0;}
	.index_container .index_title .title {
		font-size: 30px
	}

	.index_container .index_title .summary {
		margin-top: 20px;
		font-size: 16px;
		line-height: 30px
	}

	.index_container .index_cleaner {
		padding-top: 25px
	}

	.index_container .index_cleaner .cleaner_group {
		margin-top: 25px;
		flex-wrap: wrap
	}

	.index_container .index_cleaner .cleaner_group .cleaner_item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px
	}

	.index_container .index_cleaner .cleaner_group .cleaner_item .text {
		height: 100px
	}

	.index_container .index_cleaner .cleaner_group .cleaner_item .text .title {
		font-size: 20px
	}

	.index_container .index_cleaner .cleaner_group .cleaner_item .text .summary {
		font-size: 16px
	}

	.index_container .index_electric {
		padding: 25px 0
	}

	.index_container .index_electric .electric_group {
		flex-wrap: wrap;
		margin-top: 20px
	}

	.index_container .index_electric .electric_group .electric_item {
		width: 100%;
		flex-wrap: wrap
	}

	.index_container .index_electric .electric_group .electric_item .img {
		width: 100%;
		border-right: 1px solid #dcdcdc
	}

	.index_container .index_electric .electric_group .electric_item .text {
		width: 100%;
		padding: 10px 10px
	}

	.index_container .index_electric .electric_group .electric_item .text .summary {
		margin: 5px 0
	}

	.index_container .index_electric .electric_group .electric_item .text .href {
		line-height: 35px
	}

	.index_container .index_product {
		padding: 20px 0
	}

	.index_container .index_product .product_group {
		margin-top: 20px
	}

	.index_container .index_product .product_group .product_item {
		width: 100%;
		margin-right: 0
	}

	.index_container .index_why .why_container {
		padding: 20px 2%;
		flex-wrap: wrap
	}

	.index_container .index_why .why_container .img {
		width: 100%
	}

	.index_container .index_why .why_container .text {
		width: 100%;
		padding: 20px 0
	}

	.index_container .index_why .why_container .text .title {
		font-size: 30px
	}

	.index_container .index_why .why_container .text .content {
		margin: 15px 0
	}

	.index_container .index_why .why_container .text .href {
		width: 150px;
		line-height: 35px
	}

	.index_container .index_num .num_group {
		flex-wrap: wrap
	}

	.index_container .index_num .num_group .num_item {
		width: 100%;
		padding: 10px 0;
		height: auto
	}

	.index_container .index_num .num_group .num_item .num {
		font-size: 30px
	}

	.index_container .index_num .num_group .num_item .num sub {
		position: inherit
	}

	.index_container .index_num .num_group .num_item:after {
		display: none
	}

	.index_container .index_review {
		padding: 20px 0
	}

	.index_container .index_review .review_container .icon {
		display: none
	}

	.index_container .index_review .review_container .line {
		height: 20px;
		margin: 10px 0 5px 0
	}

	.index_container .index_review .review_container .img_group {
		margin-top: 20px
	}

	.index_container .index_new {
		padding: 20px 0
	}

	.index_container .index_new .new_group {
		margin-top: 20px;
		flex-wrap: wrap
	}

	.index_container .index_new .new_group .new_item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px
	}

	.index_container .index_new .new_group .new_item .text {
		padding: 10px
	}

	.index_container .index_new .new_group .new_item .text .summary {
		display: none
	}

	.index_container .index_contact {
		padding: 20px 0
	}

	.index_container .index_contact .title {
		font-size: 28px;
		line-height: 35px
	}

	.index_container .index_contact .summary {
		font-size: 20px;
		margin: 10px 0
	}

	.index_container .index_contact .contact_href {
		width: 270px;
		line-height: 45px
	}
}