/*---mo-huake-header---*/
.huake_sitetop {
	background: var(--bg-color);
	height: 46px;
}

.huake_sitetop span {
	float: left;
	font-size: 14px;
	color: #fff;
	padding: 0 0 0 28px;
	line-height: 46px;
}

.huake_sitetop span.tel {
	background: url("https://shopcdnpro.grainajz.com/inst/Sino/51/340911/sections/huake_head/pics/tel.png") no-repeat left center;
}

.huake_sitetop span.email {
	background: url("https://shopcdnpro.grainajz.com/inst/Sino/51/340911/sections/huake_head/pics/mail.png") no-repeat left center;
	margin: 0 0 0 45px;
}

.huake_sitetop span a {
	color: #fff;
}

.huake_sitetop span.mo-header-menu {
	width: 50px;
	height: 50px;
	display: none;
	line-height: 50px;
	font-size: 24px;
	padding: 0;
	color: #fff;
	text-align: center;
}

.huake_sitetop span.mo-header-menu i {
	font-size: 24px;
	line-height: 50px;
}

.huake_sitetop .share {
	float: right;
	margin: 12px 0 0 0;
	font-size: 0;
}

.huake_sitetop .share a {
	width: 22px;
	height: 22px;
	line-height: 22px;
	background: none;
	border-radius: 0;
	display: inline-block;
	text-align: center;
	margin: 0 10px 0 0;
	box-sizing: border-box;
}

.huake_sitetop .share a i {
	font-size: 16px;
	color: #fff;
}

.huake_sitetop p {
	float: right;
	margin-right: 10px;
	margin-top: 0;
	font-size: 0;
}

[lang=es] .huake_sitetop p {
	font-size: 12px;
}

[lang=pt] .huake_sitetop p {
	font-size: 12px;
}

[lang=pt] .huake_sitetop p a {
	margin: 0 8px;
}

[lang=ru] .huake_sitetop p {
	font-size: 12px;
}

[lang=fr] .huake_sitetop p {
	font-size: 12px;
}

[lang=fr] .huake_sitetop p a {
	margin: 0 10px;
	font-size: 13px;
}

[lang=it] .huake_sitetop p a {
	font-size: 13px;
}

[lang=fr] .huake_sitetop span.email {
	margin: 0 0 0 5px;
}

[lang=ru] .huake_sitetop span.email {
	margin: 0 0 0 5px;
}

[lang=ru] .huake_sitetop p a {
	font-size: 14px;
}

[lang=es] .huake_sitetop span.email {
	margin: 0 0 0 5px;
}

[lang=es] .huake_sitetop p a {
	margin: 0 5px;
	font-size: 12px;
}

[lang=es] .huake_sitetop p a:not(:last-child)::after {
	right: -5px;
}

[lang=es] .huake_sitetop .share a {
	width: 16px;
}

.huake_sitetop p a {
	color: #fff;
	margin: 0 15px;
	position: relative;
	line-height: 46px;
	font-size: 14px;
}

.huake_sitetop p a:not(:last-child)::after {
	content: '';
	position: absolute;
	right: -15px;
	top: 5px;
	width: 1px;
	height: 10px;
	background: #99D7B7;
	overflow: hidden;
}

.huake-header-lang {
	position: relative;
	float: right;
	z-index: 2000;
	font-family: var(--font-family);
}

.huake-header-lang .box {
	height: 46px;
	width: 130px;
	padding: 0 25px;
	cursor: pointer;
	box-sizing: border-box;
	background: var(--bg-color);
}

.huake-header-lang .box img {
	float: left;
	margin: 12px 0 0 0;
	border-radius: 50%;
}

.huake-header-lang .box em {
	float: left;
	margin: 12px 10px 0 10px;
	line-height: 22px;
	font-size: 12px;
	color: #fff;
}

.huake-header-lang .box i {
	float: left;
	margin: 12px 0 0 0;
	width: 15px;
	line-height: 22px;
	font-size: 12px;
	text-align: center;
	color: #fff;
}

.huake-header-lang-active .box {
	border: 1px solid #e1e1e1;
}

.huake-header-lang-active .box i {
	color: var(--bg-color-second);
}

.huake-header-lang ul {
	display: none;
	overflow: hidden;
	width: 200px;
	padding: 0 25px;
	position: absolute;
	right: 0;
	top: 46px;
	z-index: 200;
	background: #fff;
	border: 1px solid #EBEBEB;
	border-top: none;
	box-sizing: border-box;
	flex-wrap: wrap;
	max-height: 164px;
	overflow-y: scroll;
}

.huake-header-lang ul li {
	line-height: 32px;
	border-bottom: 1px solid rgba(51, 51, 51, .2);
	width: 50%;
}

.huake-header-lang ul li:last-child {
	border: none;
}

.huake-header-lang ul li a {
	color: var(--btn-bg);
	font-size: 12px;
}

.huake-header-lang ul li a:hover {
	color: var(--link-color-hover);
}

.huake-header-lang ul li img {
	vertical-align: middle;
	margin-right: 10px;
	border-radius: 50%;
}

.huake-header-lang:hover .box {
	background: var(--bg-color);
}

.huake-header-lang:hover ul {
	display: flex;
}



.huake-mo-search {
	padding: 10px 15px;
	display: none;
	border-bottom: 1px solid #222;
	position: absolute;
	left: 0;
	top: 51px;
	width: 100%;
	background: #333;
	box-sizing: border-box;
}

.huake-mo-search .form-control {
	float: left;
	display: block;
	box-sizing: border-box;
	width: 85%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: none;
	border-radius: 4px 0 0 4px;
}

.huake-mo-search .submit_btn {
	float: left;
	width: 15%;
	height: 34px;
	line-height: 34px;
	background: #1055A2;
	border: none;
	font-size: 18px;
	color: #fff;
	border-radius: 0 4px 4px 0;
}

.huake-mo-leftmenu {
	background: #F5F5F5;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	overflow-x: hidden;
	box-sizing: content-box;
	width: 70%;
	max-width: 350px;
	-webkit-overflow-scrolling: touch;
	z-index: 105 !important;
	-webkit-transition: all .4s cubic-bezier(0.7, 0, 0.2, 1);
	-ms-transition: all .4s cubic-bezier(0.7, 0, 0.2, 1);
	transition: all .4s cubic-bezier(0.7, 0, 0.2, 1);
	-webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
	box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}

.huake-mo-leftmenu .tit {
	height: 50px;
	line-height: 50px;
	background: #353535;
}

.huake-mo-leftmenu .tit h6 {
	float: left;
	color: #fff;
	padding: 0 0 0 20px;
	font-size: 20px;
	font-weight: bold;
	font-family: var(--font-family);
}

.huake-mo-leftmenu .tit span {
	float: right;
	cursor: pointer;
	width: 50px;
	text-align: center;
}

.huake-mo-leftmenu .tit span i {
	color: #fff;
	font-size: 16px;
}

.huake-mo-leftmenu>ul {}

.huake-mo-leftmenu>ul>li {
	line-height: 40px;
	font-size: 15px;
	border-top: 2px solid #e5e5e5;
	position: relative;
}

.huake-mo-leftmenu>ul>li>a {
	padding: 0 0 0 20px;
}

.huake-mo-leftmenu>ul>li>i {
	position: absolute;
	color: #333;
	font-size: 12px;
	top: 0;
	right: 0;
	z-index: 1;
	width: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}

.huake-mo-leftmenu>ul>li.active {}

.huake-mo-leftmenu ul li a {
	color: #333;
	display: block;
}

.huake-mo-leftmenu ul li a:hover {
	text-decoration: none;
}

.huake-mo-leftmenu ul li ul {
	display: none;
	padding-bottom: 10px;
}

.huake-mo-leftmenu ul li ul li {
	line-height: 35px;
}

.huake-mo-leftmenu ul li ul li a {
	background: url("../images/d.png") no-repeat 25px center;
	padding: 0 0 0 40px;
}

.menu-transitioning {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

/*---huake-header---*/

.huake-header {
	background: #fff;
	height: 98px;
	box-sizing: border-box;
}

.huake-header .wp {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.huake-header .logo {}

.huake-header .logo img {}

.huake-header-right {
	display: flex;
	align-items: center;
}

.huake-nav {}

.huake-nav ul {
	display: flex;
}

.huake-nav ul li {
	position: relative;
	padding: 0 20px;
}

[lang=es] .huake-nav ul li {
	padding: 0 5px;
}

[lang=pt] .huake-nav ul li {
	padding: 0 5px;
}

[lang=ru] .huake-nav ul li {
	padding: 0 5px;
}

[lang=de] .huake-nav ul li {
	padding: 0 5px;
}

[lang=fr] .huake-nav ul li {
	padding: 0 5px;
}

[lang=ar] .huake-nav ul li {
	padding: 0 5px;
}

[lang=nl] .huake-nav ul li {
	padding: 0 5px;
}

[lang=ko] .huake-nav ul li {
	padding: 0 5px;
}

.huake-nav ul li>a {
	display: block;
	font-size: 16px;
	color: #333;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.huake-nav ul li>dl {
	position: absolute;
	width: 250px;
	height: auto;
	left: 0px;
	top: 54px;
	z-index: 1000;
	padding: 5px 0 0;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.14) 0px -6px 9px 0px;
	transform: rotate3d(1, 0, 0, -90deg);
	-webkit-transform: rotate3d(1, 0, 0, -90deg);
	-o-transform: rotate3d(1, 0, 0, -90deg);
	-webkit-transform-origin: 0 0 0;
	-moz-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	transition: transform 0.5s, opacity 0.3s;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
}

.huake-nav ul li:last-child>dl {
	width: 300px;
}

.huake-nav ul li>dl::before {
	content: '';
	position: absolute;
	left: 40px;
	margin: 0;
	top: -8px;
	overflow: hidden;
	display: inline-block;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
	border-left: 8px solid transparent;
}

.huake-nav ul li>dl>dd {
	float: none;
	border-bottom: 1px solid #EDEDED;
	text-align: left;
	position: relative;
}

.huake-nav ul li>dl>dd>a {
	display: block;
	padding: 8px 20px;
	border: none;
	color: #333;
	font-size: 14px;
	line-height: 23px;
	text-transform: capitalize;
}

.huake-nav ul li>dl>dd>a i {
	position: absolute;
	right: 10px;
	font-size: 11px;
}

.huake-nav ul li>dl>dd>a:hover {
	background: var(--link-color-hover);
	color: #fff;
}

.huake-nav ul li>dl>dd:last-child {
	border: none;
	background: none;
}

.huake-nav ul li:hover>a,
.huake-nav ul li.active>a {
	color: var(--btn-bg);
}

.huake-nav ul li:hover>dl {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	transform: rotate3d(0, 0, 0, 0);
	-webkit-transform: rotate3d(0, 0, 0, 0);
	-o-transform: rotate3d(0, 0, 0, 0);
}

.huake-search {
	margin: 0 0 0 20px;
	border: 1px solid #E1E1E1;
	background: #fff;
	border-radius: 4px;
	position: relative;
}

.huake-search .submit_text {
	border: none;
	width: 238px;
	height: 38px;
	line-height: 38px;
	padding: 0 45px 0 20px;
	float: left;
	color: #000;
	font-size: 13px;
	background: none;
	box-sizing: border-box;
}

.huake-search .submit_btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	background: none;
	height: 38px;
	line-height: 38px;
	text-align: center;
	display: block;
	cursor: pointer;
	box-sizing: border-box;
}

.huake-search .submit_btn i {
	color: #666;
	font-size: 23px;
}

.huake-header-right .mo-header-menu {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #333;
	text-align: center;
	display: none;
}

.huake-header-right .mo-header-menu i {
	font-size: 24px;
}

/*询盘*/
.cd-popup.is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
	z-index: 1000;
}

.cd-popup .div_info {
	position: absolute;
	top: 120px;
	left: 50%;
	margin-left: -15%;
	float: none;
	max-height: 80%;
	overflow: auto;
}

.cd-popup .div_info {
	width: 30%;
	padding: 55px;
	background: #fff;
	box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.1);
}

.cd-popup .div_info h3 {
	padding-bottom: 20px;
	font-size: 28px;
	color: #333;
	line-height: 24px;
	letter-spacing: 1px;
}

.cd-popup .div_info input,
.cd-popup .div_info textarea {
	display: block;
	width: 100%;
	height: 62px;
	margin: 0 auto;
	margin-top: 20px;
	padding-left: 30px;
	font-size: 16px;
	border: none;
	background: #fafafa;
	border: 1px solid #eee;
	outline: none;
}

.cd-popup .div_info button {
	width: 100%;
	height: 66px;
	font-size: 15px;
	color: #fff;
	background: var(--color-primary);
	margin-top: 36px;
	border: none;
	outline: none;
	letter-spacing: 1px;
	font-family: var(--font-family2);
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	transition: .3s all;
}

.cd-popup .div_info button:hover {
	background: #2054b5;
	cursor: pointer;
}

.cd-popup .div_info textarea {
	height: 197px;
	padding: 20px 30px 20px 30px;
	line-height: 30px;
}

.cd-popup .cd-popup-close {
	position: absolute;
	right: 7%;
	top: 41px;
	font-size: 42px;
	color: #999;
}

.cd-popup .cd-popup-close:hover {
	text-decoration: none;
}

.cd-popup .crmFormVali-error {
	color: #a94442;
	font-size: 12px;
	line-height: 1;
	position: absolute;
	right: 20px;
	top: calc(50% - 6px);
}

.cd-popup .input-position {
	position: relative;
}

@media screen and (max-width: 1580px) {
	.cd-popup .div_info {
		width: 46%;
	}

	.cd-popup .div_info {
		margin-left: -23%;
	}

	.cd-popup .div_info {
		top: 80px;
	}
}

@media screen and (max-width:1450px) {
	.wp {
		width: 1200px;
	}

	.huake_sitetop span .email {
		margin: 0 0 0 25px;
	}

	.huake_sitetop p a {
		margin: 0 10px;
	}

	.huake_sitetop p a:not(:last-child)::after {
		right: -10px;
	}


}

@media screen and (max-width:1300px) {
	.wp {
		width: 100%;
		padding-right: 30px;
		box-sizing: border-box;
		padding-left: 30px;
	}


}

@media screen and (max-width:1250px) {

	.huake_sitetop .share {
		display: none;
	}
}

@media screen and (max-width:1200px) {
	.huake-nav ul li {
		padding: 0 15px;
	}
}

@media screen and (max-width:1100px) {

	.huake_sitetop p,
	.huake-nav {
		display: none;
	}

	.huake-header-right .mo-header-menu {
		display: block;
	}

	.huake-search {
		margin: 0 15px 0 0;
	}
	.visible-xs-block{
    	display:block !important;
    }
}

@media screen and (max-width: 960px) {
	.cd-popup .div_info {
		width: 86%;
		margin-left: -43%;
	}

	.cd-popup .div_info {
		padding: 30px;
	}

	.cd-popup .cd-popup-close {
		top: 15px;
	}

	.cd-popup .div_info button {
		margin-top: 28px;
	}

	.cd-popup .div_info input,
	.div_info button {
		height: 46px;
	}

	.cd-popup .div_info input,
	.div_info textarea {
		margin-top: 15px;
	}

	.cd-popup .div_info textarea {
		height: 100px;
	}

	.cd-popup .div_info {
		top: 100px;
	}
}

@media screen and (max-width:768px) {
	.visible-xs-block {
		display: block;
	}

	.wp,
	.wp2 {
		padding-right: 10px;
		padding-left: 10px;
	}

	.huake_sitetop span,
	.huake_sitetop p,
	.huake_sitetop .share,
	.huake-nav,
	.huake-header-right .mo-header-menu {
		display: none;
	}

	.huake_sitetop .wp {
		padding: 0;
	}

	.huake_sitetop span.mo-header-menu {
		display: block;
	}

	.huake-header {
		height: auto;
		padding: 20px 0;
	}

	.huake-header .wp {
		display: block;
	}

	.huake-header .logo {
		text-align: center;
	}

	.huake-search {
		margin: 15px auto 0;
	}

	.share a {
		width: 34px;
		height: 34px;
		line-height: 34px;
		margin: 0 3px;
	}

	.share a i {
		font-size: 18px;
	}
}