.chaxun{
	position:absolute;
	top:8px;
	border:none!important;
	display:none;
	width:100%;
	text-align:center;
}
.chaxun a{
	margin:0 8px;
	font-weight:bold;
	font-size:16px;
	background:#f74237;
	color:#fff;
	border-radius:5px;
	letter-spacing: .2em;
	cursor:pointer;
	display:inline-block;
	text-align:center;
	width:110px;
	line-height:35px;
}
.chaxun a.kfzx{
	background: -webkit-linear-gradient(#ee5f5b, #bd362f); 
	background: -o-linear-gradient(#ee5f5b, #bd362f); 
	background: -moz-linear-gradient(#ee5f5b, #bd362f); 
	background: linear-gradient(#ee5f5b, #bd362f); 
}
.chaxun a.cxl{
	background: -webkit-linear-gradient(#62c462, #51a351); 
	background: -o-linear-gradient(#62c462, #51a351); 
	background: -moz-linear-gradient(#62c462, #51a351); 
	background: linear-gradient(#62c462, #51a351); 
}
.chaxun a:hover{box-shadow:inset 0 1000px 0 rgba(0, 0, 0, 0.1)}

.cart_shop{position:fixed;right:2px;top:30%;z-index:99;width:435px;}

.shopping-cart{float:right;}

.cart_content{float:right;width:430px;height:430px;border:1px solid #999;background:#fff;border-radius:4px;}
.cart_content ul{width:100%;height:365px;overflow:auto;margin:10px 0;}
.cart_content ul table{border-collapse:collapse;width:100%;border-color:#ddd;border-left:none;border-right:none;}
.cart_content ul table td{padding:10px 5px;}

.cart_into{float:left;margin:5px 10px;padding:5px 15px;border-radius:4px;color:#fff;background:rgb(190, 217, 136);font-weight:bold;letter-spacing:0.1em;}

.cart_num{position:fixed;right:0;top:29%;width:18px;height:18px;border-radius:50%;background:#f74237;color:#fff;text-align:center;line-height:18px;}