/*购物车*/
.send_inquiry{position: fixed;right: 50px;bottom: 0px;z-index:9;cursor: pointer;}
.send_inquiry .cart{background:#c5c5c5;;height: 31px;position:relative;}
.send_inquiry .cart .cartIoc {width: 49px;height: 31px; background: url("../cart.html") no-repeat left top transparent;position: absolute;left: -49px;top: 0px;}
.send_inquiry .cart .nub {width: 90px;height: 31px;font-size: 14px;line-height: 31px;color: #fff;font-family: "微软雅黑";border-right: 1px solid #FFF;float: left;}
.send_inquiry .cart .Pay {width: 120px;text-align: center;font-size: 14px;color: #fff;font-family: "微软雅黑";float: left;}
.send_inquiry .cart .Pay a {font-size: 14px;width: 120px;color: #fff;font-family: "微软雅黑";line-height: 31px;display: inline-block;}
.send_inquiry .cart .nub.boxnub{ width:166px;}

.KcartInfo{ position:absolute; right:0px; bottom:30px; border:solid 1px #c5c5c5; background:#FFF; width:300px; height:270px; overflow:hidden; overflow-y:auto; z-index:9999999; display:none;}
.cart_list{ padding:5px;}
.cart_list ul li{ background:#f8f8f8; height:58px; margin-bottom:6px; padding-left:70px; padding-right:52px; position:relative}
.cart_list ul li .hd_pro_img{ width:50px; height:50px; padding:4px; padding-right:0px; position:absolute; left:0px; top:0px;}
.cart_list ul li .hd_pro_img img{ width:50px; height:50px; display:block}
.cart_list ul li .hd_pro_name{ height:32px; padding-top:5px; overflow:hidden; display:inline-block;}
.cart_list ul li .hd_pro_name a{ color:#333333}
.cart_list ul li .hd_cart_detail{ padding-top:5px;}
.cart_list ul li .DelGoods{ position:absolute; right:5px; top:15px; height:16px; display:inline-block; color:#999999; text-decoration:underline; text-align:center; cursor:pointer;  font-weight:normal}
/*购物车end*/
