/*头部*/
header{
	width: 100%;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	padding: 0 .5rem;
	position: relative;
	color: #666;
	border-bottom: 1px solid #eee;
}
header span{
	position: absolute;
	right: .67rem;
}
/*头部*/
.con{
	margin-bottom: 5.22rem;
}
.content{
	border-bottom: .8rem solid #f2f2f2;
}
input[type="checkbox"]{
	display: none;
}
/*列表*/
.list{
	width: 100%;
	height: 2rem;
	padding: .6rem;
	border-bottom: 1px solid #eee;
}
.list p{
	margin-left: 1.4rem;
}
ul li{
	width: 100%;
	height: 3.2rem;
	padding: .6rem 0;
	border-bottom: 1px solid #eee;
}
ul li .label{
	width: 2rem;
	height: 2rem;
	padding: .6rem;
	overflow: hidden;
}
ul li .img{
	width: 2rem;height: 2rem;
}
ul li .text{
	width: 9rem;
	margin-left: .5rem;
}
ul li .text p{
	width: 100%;
}
ul 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;}
ul li .img img{width: 100%;height: 100%;}
.list label img{
	width: .8rem;
	height: .8rem;
	}
.total{
	width: 100%;
	height: 2rem;
	line-height: 2rem;
	background: white;
	text-align: right;
    color: #666;
	padding-right: .6rem;
}
.total span{
	color: #701C17;
}
/*列表*/
/*底部结算*/
.bottom{
		bottom: 2.62rem;
		width: 100%;height: 2.6rem;
		color: #701C17;
		padding:.6rem;
		border-top: 1px solid #eee;
		background: white;
	}
.bottom-label{
	height: 2rem;
	line-height: 1.4rem;
}
.bottom img{
	width: .8rem;
	height: .8rem;
	margin-top: .3rem;
	margin-right: .3rem;
}
.bottom button{
	width: 3rem;
	height: 1.5rem;
	background: #701C17;
	color: white;
	font-size: .53rem;
	margin-left: .4rem;
}
/*底部结算*/
/*弹框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: 5rem;
	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;/*垂直居中*/

}
/*没有数据*/
/*尾部*/
footer{
	width: 100%;
	height:2.62rem;
	bottom:0;
	background: #fafafa;
	padding-top: .5rem;
}
.footer{
	width: 33.33%;
	height: 100*;
	float: left;
	text-align: center;
}
.footer p{
	color: #727272;
}
.footer .p_active{
	color: #a60810;
}
.footer img{
	width: 1.07rem;
}
/*尾部*/