/*搜索栏*/

.header-2 {
	height: 148px;
	font-size: 14px;
}

.header_m_fl {
	float: left;
}

.logo {
	width: 256px;
	height: 120px;
	background: url(../images/logo.svg) no-repeat;
	display: inline-block;
	position: relative;
	top: 25px;
	cursor: pointer;
}

.header_m_fr {
	float: right;

	margin-right: 5px;
}

.header_m_fr ul {
	margin-top: 40px;
}

.header_m_fr ul li {
	float: left;
	margin-right: 20px;
	position: relative;
}

.search_box {
	width: 490px;
	height: 48px;
	border: 1px solid #4BA87B;
	box-sizing: border-box;
	margin-right: 20px;
}

.search_box p {
	float: right;
	background: #4BA87B;
	width: 60px;
	height: 48px;
	margin-top: -2px;
}

.search_kuang {
	width: 82%;
	height: 44px;
	line-height: 44px;
	border: none;
	padding: 0px 5px 0px 20px;
	font-size: 14px;
}

.searchBtn {
	width: 24px;
	height: 24px;
	background: url(../images/search.png);
	display: inline-block;
	position: relative;
	top: 13px;
	margin-left: 20px;
	cursor: pointer;
}

.history_record {
	background: white;
	margin-top: 1px;
	margin-left: -1px;
	font-size: 15px;
	width: 430px;
	border: 1px solid #C2C2C2;
	box-sizing: border-box;
	position: absolute;
	z-index: 9999;
}

.record_title {
	padding: 10px;
	border-bottom: 1px solid #F2F2F2;
}

.history_record button {
	border: none;
	float: right;
	margin-right: 10px;
	font-size: 15px;
	background: none;
}

.history_record ul {
	margin-top: 0px;
}

.history_record ul li {
	float: none;
	height: 30px;
	line-height: 30px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}

.history_record ul li a {
	width: 418px;
	display: block;
	padding-left: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}

.history_record ul li a:hover {
	background: #EAEAEA;
}

.cartIcon {
	width: 18px;
	height: 18px;
	background: url(../images/shop_cart.png);
	display: block;
	position: relative;
	top: 15px;
	margin-left: 13px;
}

.phoneIcon {
	/*width: 34px;
	height: 32px;*/
	background: url(../images/xiaoxiong.png);
	display: inline-block;
	position: relative;
	top: 9px;
	margin-right: 2px;
}

.shopCart_1 {
	margin-left: 20px;
}

.shopNum {
	margin-left: 86px;
	margin-top: -20px;
	background: #f00;
	width: 16px;
	height: 16px;
	border-radius: 50px;
}

.shopNum span {
	color: #FFFFFF;
	font-size: 12px;
}


/* .shopCart_1 span { display: inline-block; position: relative; top: -4px; margin-left: 2px; background: #f00; border-radius: 50px; color: #FFFFFF;} */

.shoppingCart {
	width: 110px;
	height: 48px;
	text-align: center;
	background: #F6F6F6;
	cursor: pointer;
}

.hotLine {
	/*width: 138px;
	height: 48px;*/
	font-size: 14px;
}
.zxrx{float:right;
margin-top: 20px;
color: #999;}
.hottel{color:#4ba87b;
font-size: 20px;
font-family: "微软雅黑";}

.goods_quick_label ul {
	margin-top: 10px;
	margin-left: 3px;
	color: #999999;
}

.goods_quick_label a {
	color: #999999;
}

.goods_quick_label a:hover {
	color: #4BA87B;
}

.goods_quick_label ul li {
	float: left;
	margin-right: 10px;
}