@charset "utf-8";
/* CSS Document */

/*我的购物车*/
.my_cart{ width:950px; margin:8px auto;}
.my_cart h2{ width:945px; height:57px;}
.my_cart .cart_content{ margin:0px;  width:943px; border-left:1px #ccc solid; border-right:1px #ccc solid; border-bottom:1px #ccc solid;}

/*免费送*/
.free_gift{ width:950px; margin:8px auto;}
.free_gift h2{ width:945px; height:59px; float:left;}
.free_gift .gift_content{ float:left; width:943px; border-left:1px #ccc solid; border-right:1px #ccc solid; border-bottom:1px #ccc solid;}

.cart_button{ width:950px; margin:8px auto; height:80px; text-align:center;}

.wangzhan_hd{width:943px; float:left; margin:5px auto; border:1px solid #F90;}

/*购买过此商品的人还买过*/
.other_sp{ width:950px; margin:8px auto;}
.other_sp h2{ width:945px; height:33px;}
.other_sp .sp_content{ margin:0px;  width:942px; height:200px; margin-left:1px; border-left:1px #ccc solid; border-right:1px #ccc solid; border-bottom:1px #ccc solid;}

/*我的收藏*/
.collect_sp{ width:950px; margin:8px auto; float:left;}
.collect_sp h2{ width:945px; height:58px;}
.collect_sp .sp_content {margin:0px; float:left;  width:943px; border-left:1px #ccc solid; border-right:1px #ccc solid; border-bottom:1px #ccc solid;}

