

.fix_header{
	position: fixed;
	top:-60px;
	height: 60px;
	width: 1200px;
	background-color:  #f1f1f1;
	opacity: 0.9;
	z-index: 99;
}
.fix_header li{
	float: left;
}

.fix_search{
	position: absolute;
	left: 350px;
	top:10px;
}
.fix_shopcar{
	position: absolute;
	top:2px;
	right: 64px;;
	width: 138px;
	height: 54px;
	border: 1px solid #dfdfdf;
	background-color: #f7f7f7;
	line-height: 54px;
	font-size: 18px;
	border-radius: 3px;
	cursor: pointer;
}
.arrow{
	font-family: 'icomoon';
	font-size: 18px;
}
.car{
	font-family: 'icomoon';
	margin:0 6px;
	color: #de5555;
}
.count{
	position: absolute;;
	top: -8px;
	left: 115px;
	height: 15px;
	padding: 3px;
	line-height: 15px;
	background-color: red;
	color: #fff;
	border-radius: 50% 50% 50% 0;
}