.shopping-title{
	height: 55px;
	border-bottom: 1px solid #e2e2e2;
}

.shopping-title .title{
	width: 90px;
	height: 55px;
	border-bottom: 2px solid #FF2D52;
	font-size: 18px;
	line-height: 53px;
}

.shopping-top{
	margin-top: 20px;
	height: 38px;
	border: 1px solid #e2e2e2;
	background: #fff9f5;
	line-height: 38px;
	margin-bottom: 15px;
}

.check{
	width: 12px;
	height: 12px;
	margin-left: 20px;
	margin-right: 10px;
}

.shopping-top .commodity{
	margin-left: 180px;
}

.shopping-top .price{
	margin-left: 388px;
}

.shopping-top .number{
	margin-left: 120px;
}

.shopping-top .money{
	margin-left: 120px;
}

.shopping-top .operate{
	margin-left: 120px;
}

.store{
	height: 50px;
	line-height: 50px;
}

/*商品*/
.goods{
	height: 121px;
	border: 1px solid #e2e2e2;
	background: #fff9f5;
	margin-bottom: 15px;
}

.goods .gonds-check{
	width: 13px;
	height: 13px;
	margin-left: 20px;
	margin-top: 53px;
}

.goods .goods-box{
	width: 282px;
	height: 80px;
	margin-top: 20px;
	cursor: pointer;
}

.goods .goods-box img{
	height: 80px;
	width: 80px;
}

.goods .goods-box a{
	width: 180px;
	height: 40px;
}

.goods .revise{
	width: 160px;
	height: 80px;
	margin-left: 50px;
	margin-top: 19px;
	padding-top: 13px;
	padding-left: 13px;
	position: relative;
}


.goods .revise .remove{
	width: 20px;
	height: 20px;
	background: #dddddd;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
}

.goods .revise .img{
	margin-top: 4px;
	margin-left: 4px;
}

.goods .revise a{
	width: 100%;
	height: 12px;
	font-size: 12px;
	margin-bottom: 5px;
	margin-left: 5px;
	float: left;
}

.goods .purchase{
	width: 60px;
	height: 80px;
	margin-left: 105px;
	margin-top: 19px;
}

.goods .purchase .group{
	width: 44px;
	height: 20px;
	border: 1px solid red;
	border-radius: 3px;
	text-align: center;
	padding: 4px 10px 2px 10px;
}

.goods .goods-num{
	width: 98px;
	height: 30px;
	margin-left: 65px;
	margin-top: 29px;

}

.goods .goods-num .minus{
	width: 20px;
	height: 100%;
	border: 1px solid #d6d6d6;
	color: #d6d6d6;
	text-align: center;
	line-height: 22px;
}

.goods .goods-num .num{
	width: 58px;
	height: 100%;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	color: #333;
	text-align: center;
	line-height: 28px;
}

.goods .goods-num .add{
	width: 20px;
	height: 100%;
	border: 1px solid #d6d6d6;
	color: #d6d6d6;
	text-align: center;
	line-height: 28px;
}

.goods .goods-price{
	width: 60px;
	height: 16px;
	font-size: 14px;
	margin-left: 68px;
	margin-top: 25px;
}

span{
	color: #000000;
}

.goods .operation{
	width: 80px;
	height: 35px;
	margin-top: 29px;
	margin-left: 110px;
}

.preferential{
	height: 40px;
}

.preferential .box{
	width: 420px;
	height: 40px;
	line-height: 40px;
}

.preferential .box div span{
	color: #000;
}

.balance{
	height: 68px;
	border: 1px solid #e2e2e2;
	background: #f7f7f7;
}

.balance .check-all{
	width: 13px;
	height: 13px;
	margin-left: 20px;
	margin-top: 28px;
}

.balance .balance-right{
	width: 585px;
	height: 100%;
}

.balance .balance-right .left{
	width: 400px;
	height: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}

.balance .balance-right .left .box{
	width: 100%;
	height: 37px;
	white-space: nowrap;
}

.balance .balance-right .left .box .box-price{
	width: 275px;
	margin-left: 125px;
	/* line-height: 18px; */
	line-height: 40px;
}

.balance .balance-right .left .box .box-text{
	width: 100%;
	height: 12px;
	margin-top: 7px;
	line-height: 12px;
}

.balance .balance-right .right{
	width: 160px;
	height: 66px;
	line-height: 66px;
	background: #ff8d1a;
	font-size: 18px;
	text-align: center;
}

