
body{
	background-color: #F5F5F5;
}
.header{
	background-color: #fff;
}
.headerTitle,.headerRight{
	color: black;
}

.shop-box {
	display: flex;
	align-items: center;
	padding: 0.15rem 0.12rem 0;
}
.shop-box .checkbox-wrap {
	top: 0;
	margin-right: 0.14rem;
}
.cart-block{
	display: flex;
	padding: 0.15rem 0.12rem 0;
	background-color: #fff;
}
.cart-goods-img{
	width: 0.8rem;
	height: 0.8rem;
	margin: 0 0.1rem;
	border-radius: 0.05rem;
	border: 1px solid #ccc;
}
.cart-goods-info{
	border-bottom: 1px solid #F1F1F1;
	width: 65%;
	padding-bottom: 0.17rem;
}
.cart-goods-name{
	display: inline-block;
	white-space: nowrap; 
	width: 100%; 
	overflow: hidden;
	text-overflow:ellipsis;
	color: #1D1D1D;
}
.cart-goods-sku{
	color: #C2C2C2;
	font-size: 0.11rem;
}
.price-wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 0.17rem;
}
.price-wrap>span{
	color: #EB2E15;
	font-size: 0.15rem;
	position: relative;
	left: 900px;
}


.checkbox-wrap{
	position: relative;
	top: -0.06rem;
	display: flex;
	align-items: center;
}
.total-wrap .checkbox-wrap{
	top: 0;
	margin-right: 0.1rem;
}
.tick{
	width: 0.16rem;
}
.checkbox{
	position: absolute;
	width: 0.2rem;
	height: 0.2rem;
	border-radius: 100%;
	opacity: 0;
}
.cart-goods-sku{
	color: #C2C2C2;
	font-size: 0.11rem;
}


.num-wrap{
	display: flex;
	align-items: center;
}
.num-wrap img{
	width: 0.26rem;
}
.num-input{
	width: 0.3rem;
	border: 0;
	text-align: center;
	font-size: 0.15rem;
}


.footer{
	box-shadow:0 0 0;
}
.total-wrap{
	position: fixed;
	width: 100%;
	height: 88px;
	background-color: #fff;
	left: 0;
    bottom: 0;
	box-shadow:0px -1px 0px rgba(235,235,235,1);
}
.total-wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.04rem 0.12rem;
}
.total-left{
	display: flex;
	align-items: center;
	color: #1A1A1A;
	font-size: 0.13rem;
}
.total-right{
	display: flex;
	align-items: center;
}
.checkedbox {
	display: flex;
	align-items: center;
	color: #666;
	margin-right: 8px;
}
.total-right p {
	display: flex;
	align-items: center;
}
.total-btn{
	width: .8rem;
	line-height: .3rem;
	border: 0;
	background-color: #EB2E15;
	font-size: 0.15rem;
	color: #fff;
	border-radius: 50rem;
	margin-left: 0.09rem;
}
.total-right span{
	color: #EF0F00;
}
.symbol,.integer{
	font-size: 0.17rem;
}
.point{
	font-size: 0.12rem;
}
.total-right button span{
	color: #fff;
}
.delete-btn{
	display: none;
}