.shopping_top {
	position:fixed;
	top:0;
	width:960px;
	height: 115px;
	background-color:#fff;
	border-bottom:1px solid #dcdddd;
	font-size: 40px;
	color: #505050;
	font-weight: bold;
	padding-top: 36px;
}
.shopping_top .return_prev_page {
	position: absolute;
	left: 40px;
	top: 43px;
}
.shopping_top .edit_cart {
	position: absolute;
	right: 46px;
	top: 36px;
	font-size:40px;
	color:#505050;
}
.shopping_top .edit_cart .i2 {display:none;}
.cart_lists li {
	background-color:#fff;
	margin-bottom: 33px;
	padding: 40px 0;
	padding-left: 40px;
}

.cart_ip2{
	padding-top: 160px;
}
body{
	padding-bottom: 151px;
	background: #ebf0f2;
}
.margin_b{
	padding-left: 40px;
}
.cho{
	width: 60px;
	height: 60px;
	margin-top: 100px;
	margin-right: 30px;
}
.goods{
	width: 260px;
	height: 260px;
	overflow: hidden;
	margin-right: 40px;
}
.goods img{
	display: block;
	width: 100%;
}
.goods_name{
	width: 500px;
	font-size: 28px;
	font-weight: bold;
	color: #505050;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 32px;
}
.goods_des{
	width: 500px;
	font-size: 22px;
	color: #7d7d7d;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 40px;
}
.price{
	font-size: 28px;
	font-weight: bold;
	color: #505050;
	margin-bottom: 60px;
}
.goods_color{
	font-size: 22px;
}
.goods_color label{
	color: #7d7d7d;
}
.goods_color label span{
	font-weight: bold;
	color: #505050;
	margin-right: 10px;
}
.sub{
	width: 960px;
	position: fixed;
	bottom: 0;
	height: 118px;
	line-height: 118px;
	background: #5eb4b4;
}
.sub input{
	line-height: 118px;
	color: #fff;
	background: #5eb4b4;
	border: 0;
	outline: 0;
	font-size: 36px;
	font-weight: bold;
}
.all{
	height: 118px;
	line-height: 118px;
	background: #fff;
	padding-left: 40px;
	padding-right: 40px;
}
.all_cho{
	height: 60px;
	width: 60px;
	margin-top: 30px;
	margin-right: 30px;
}
.cart_total{
	font-size: 32px;
	font-weight: bold;
}
.cart_total span {
	color:#e81616;
}
.shopping_top .return_prev_page {padding-right:100px;}