/*头部*/
/*头部*/
.con{
	margin-bottom: 1.35rem;
}
.label input[type="checkbox"]{
	display: none;
}
/*列表*/
.list{
	width: 100%;
	height: 2rem;
	padding: .6rem;
	border-bottom: 1px solid #eee;
}
.list p{
	margin-left: 1.4rem;
}
.cartul li{
	/*width: 100%;*/
	/*height: 3.2rem;*/
	padding: .6rem .6rem;
	border-bottom: 1px solid #eee;
}
/*.cartul li .label{
	width: 2rem;
	height: 2rem;
	padding: .6rem;
	overflow: hidden;
}*/
.cartul li .img{
	width: 2rem;height: 2rem;
}
.cartul li .text{
	width: 8.9rem;
	margin-left: .5rem;
}
.cartul li .text p{
	width: 100%;
}
.cartul li .text p input,.number{
	display: inline-block;
	text-align: center;
	width: 1rem;height: 1rem;
	line-height: 1rem;
	background: rgba(255,255,255,.7);
	color: #666;
	border: 1px solid #eee;
	font-size: .53rem;
}
.overflow{
	margin-bottom: .2rem;
	text-overflow: ellipsis;
	overflow: hidden;white-space: nowrap;
}
.red{color: #701c17;}
.cartul li .img img{width: 100%;height: 100%;}
.list label img{
	width: .8rem;
	height: .8rem;
	}
.total{
	width: 97%;
	height: 2rem;
	line-height: 2rem;
	background: white;
	text-align: right;
    color: #666;
	padding-right: 3%;
}
.total span{
	color: #701C17;
}
/*列表*/
/*底部结算*/
.bottom{
		bottom: 0;
		width: 94%;
		color: #701C17;
		padding:3%;
		border-top: 1px solid #eee;
		background: white;
		left: 0%;
	}
.bottom-label{
    margin-top: 2%;
}
.bottom img{
	width: .8rem;
	height: .8rem;
/*	margin-top: .3rem;
	margin-right: .3rem;*/
}
.bottom button{
	width: 3rem;
	height: 1.5rem;
	background: #ff8a00;
	color: white;
	font-size: .53rem;
	margin-left: .4rem;
	border: none;
}
/*底部结算*/
/*弹框1*/
.text1{
	width: 100%;
	height: 100%;
	top: 0;left: 0;
	background: rgba(200,200,200,.7);
	display: none;
	-webkit-display: none;
    justify-content: center;
    align-items:center;
}
.text1 form{
	width: 70%;
	height: 5rem;
	background: white;
}
.text1 form input[type=number]{
	width: 40%;height: 1.8rem;
	margin: .8rem 30%;
	border: .04rem solid black;
}
.text1 form input[type=button]{
	width: 100%;height: 1.6rem;
	background: #701C17;
	color: white;
}
/*弹框1*/
.alert{
	width: 100%;
	height: 2rem;
	text-align: center;
	line-height: 2rem;
	color: red;
	background: white;
	bottom: 2rem;
	display: none;
}
/*没有数据*/
.no{
	width: 100%;height: 93%;
	background: white;
	font-weight: bold;
	color: #666;
	display: box;
    box-pack:center;/*实现水平居中*/
    box-align:center;/*垂直居中*/
    display: -webkit-box;
    -webkit-box-pack:center;/*实现水平居中*/
    -webkit-box-align:center;/*垂直居中*/

}
 .absolute{
 	position: absolute;
 }
 .fixed{
 	position: fixed;
 }
 .text_over{
 overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
 }
 .text{
 	width: 100%;
	overflow: hidden;text-overflow: ellipsis;
	white-space: nowrap;
 }
 .block{
 	display: block;
 }
  .none{
 	display: none;
 }

.sc{width: 3%;margin-left: 4%;}
.sc img{width: 100%;}