body{
	background:#fff;
	padding-top:0;
}

.mui-segmented-control-negative{
	border:0;
}

.mui-segmented-control-negative .mui-control-item{
	border:0;
	color:#333;
	line-height:30px;
}

.mui-segmented-control-negative .mui-control-item span{
	display: block;
	border-radius:20px;
	background:#fdeeee;
	margin:0 5px;

}

.mui-segmented-control-negative .mui-control-item.mui-active{
	background:none;
}

.mui-segmented-control-negative .mui-control-item.mui-active span{
	background:#e75548;
}

.mui-table-view:before{
	height::0;
	box-sizing: none;
}

.mui-content{
	background:#fff;
}

.lists .part{
	
	box-sizing: border-box;
	margin:10px 10px 0;
	box-shadow: 2px 2px 6px #e1e1e1;
	padding:10px;
	background:#fff;
}

.lists h2{
	line-height:1;
	padding-bottom: 10px;
	font-weight: 500;
	color:#787878;
	border-bottom:1px solid #e5e5e5;
	font-size:14px;
}



.lists .info img{
	display: block;
	width:60px;
	height:60px;
	float:left;
	border-radius:50%;
	margin-right:25px;
}
.lists .info p{
	line-height:20px;
	margin-bottom:0px;
}
.lists .info h3{
	line-height:20px;
	font-size:15px;
	color:#333;
}

.lists .info .num{
	color:#333;
	font-size:13px;
}

.lists .add{
	line-height:1.5;
	color:#676767;
	font-size:13px;

}

.lists .time{
	font-size:12px;
	color:#898989;
	line-height:50px;
}
.lists .time .totalPrice{
	float: right;
	font-size:16px;
	font-weight: 600;
	color:#333;
}

.lists .time .totalPrice i{
	font-style:normal;
	color:rgb(224,70,58);
	font-size:18px;
}


.lists .totaobao{
	padding-top:5px;
	text-align:right;
}

.lists .totaobao button{
	padding:5px 18px;
	border-radius:18px;
	background:rgb(241,84,82);
	color:#fff;
	border:0;
}
.lists .totaobao span{
	float: left;
	color:#787878;
	font-size: 14px;
}








