@charset "utf-8";
/* CSS Document */
.cart-edit{
	position: absolute;
	white-space: nowrap;
	right: 0.15rem;
	top: 0.1rem;
	font-size: 0.14rem;
}
.cart-list-item{
	background-color: white;
	margin: 10px 15px;
	border-radius: 10px;
	overflow: hidden;
	padding-top: 10px;
}
.cart-list-item .weui-cells_checkbox{
	margin-top: 0;
	padding: 0;
}
.cart-list-item .weui-cells__group_form .weui-cell,.cart-list-item .weui-cell{
	padding: 5px 15px;
}
.cart-list-item>.weui-cells{
	margin-top: 0;
	padding: 0;
}
.weui-cells_checkbox .weui-check:checked+.weui-icon-checked, .weui-cells_checkbox .weui-check[aria-checked="true"]+.weui-icon-checked{
	color:#8358f9;
}
.cart-list-item .weui-cells__group_form .weui-cell__hd{
	font-size: 14px;
	padding-right:11px;
}
.cart-list-item .weui-cells__group_form .weui-cell__hd img{
	display: block;
	width: 25px;
}
.cart-list-item .weui-cells .weui-cell .weui-cell__bd p{
	padding-left: 34px;
}
.cart-list-item .cart-list-info{
	padding: 10px 0;
	margin: 5px 15px;
	border-top: 1px solid #f3f3f1;
}
.cart-list-item .cart-list-img{
	margin: 0 10px;
	padding: 0;
	width: 70px;
	height: 70px;
	border-radius: 6px;
	overflow: hidden;
}
.cart-list-item .cart-list-img img{
	display: block;
	width: 100%;
}
.cart-list-item .weui-cell_access .weui-cell__ft:after{
	color:#ff0000;
}
.cart-list-item .cart-list-txt{
	align-self: flex-start;
	flex: 1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	color: #333333;
}
.cart-list-item .cart-list-txt .cart-list-title{
	font-weight: bold;
	white-space: pre-wrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.cart-list-item .add-number{
	padding: 0;
}
.cart-list-item .cart-list_ft{
	justify-content: flex-end;
	padding-top: 0;
	padding-bottom: 15px;
}
.cart-list-item .cart-list_ft .cart-list-price{
	margin-right: 40px;
	color:#fa5151;
	font-weight: bold;
	font-size: 18px;
}
.cart-list-item .cart-list_ft .cart-list-price small{
	font-weight: normal;
	font-size: 10px;
}
/*列表*/
.list{
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #f3f3f1;
}
.list>div>label	{
	margin-bottom: 0
}
.label{
	padding: 0;
}
.list>div>label img{
	margin: 6px 10px 6px 15px;
	width: 18px;
}	
.list p{
	line-height: 30px;
}
.cart-group>li{
	border-bottom: 1px solid #f3f3f1;
	/*height:110px;*/
	padding: 15px 0 5px 0;
}
.cart-group>li>.label img{
	margin: 25px 10px 6px 15px;
	width: 18px;
	/*margin-top: 25px;*/
}
.cart-group>li img{
	width: 80px;
}
.cart-group>li .text{
	width:calc(100% - 125px); 
	padding: 0 15px;
}
.cart-group>li .text p{
	width: 100%;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	word-wrap: break-word;
	word-break: normal;
/*	text-align: justify;*/
}
.cart-group .number-box{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
}
.cart-group .number-box>span{
	border: 1px solid #eeeeee;
	border-radius: 4px;
	overflow: hidden;
	padding: 0;
	display: flex;
}
.cart-group .number-box>span>input{
	background-color: rgba(255,255,255,0);
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.cart-group .number-box>span>span{
	display: inline-block;
	text-align: center;
	background-color: rgba(255,255,255,0);
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
}

.cart-group li .text p input,.cart-group li .text p .number{
	display: inline-block;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
/*	background-color:rgba(217,194,166,1.00);*/
	/*background-color:#e03a00;*/
	background-color:white;
	color:#666;
	border-radius: 3px;
}

.cart-group li .text p .number{
	width: 30px;
/*	border:1px solid #D8D8D8;*/
/*	background-color: white;*/
/*	box-sizing: border-box;*/
}
.cart-group li .text p>span{display: block;} 
.total{
	color:white;
}
.cart-total{
	width: 100%;
	line-height: 50px;
	background-color: white;
	position: fixed;
	bottom: 0;
	/*border-top:1px solid #f3f3f1;*/
	/*border-bottom:1px solid #f3f3f1;*/
	z-index: 99;
}
.cart-total>div.weui-cell{
	padding: 0;
	justify-content: space-between;
}
.cart-total .total-account{
	flex: 1;
	text-align: right;
}
.cart-total .total-account .total-price{
	font-size: 16px;
	color:#ef3e32;
	font-weight: bold;
}
.cart-total .total-account .total-price small{
	font-weight: normal;
	font-size: 10px;
}
.cart-total button{
	line-height: 50px;
	min-width: 100px;
	/*	background-color: #e4393c;*/
	background-color: #e03a00;
	border: none;
	color:white;
	padding: 0 10px;
	/*border-radius: 3px;*/
	text-align: center;
}
/*底部结算*/
/*弹框1*/
.text1{	
	position: fixed;
	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;
	z-index: 99;
}
.text1 form{
	width: 70%;
	height: 6rem;
	background: white;
}
.text1 form input[type=number]{
	width: 40%;
	height: 1.8rem;
	margin: .8rem 30%;
	border: 1px solid rgba(0,0,0,.3);
	text-align: center;
}
.text1 form input[type=button]{
	display: block;
	width: 90%;height: 1.8rem;
	margin: 0 auto;
	background: #e03a00;
	color: white;
	border-radius:4px;
}
/*弹框1*/
.alert{
	position: fixed;
	top:30%;
	left: 0;
	width: 100%;
	padding: 10px 15px;
	text-align: left;
	font-size: 12px;
	line-height: 14px;
	color: red;
	background: white;
	display: none;
	z-index: 9999;
}
.no{
	width: 100%;
	display: none;
}
.no p i{
	display: block;
	font-size: 100px;
	line-height: 120px;
	color:#D1D1D1;
	margin: 20% auto 0 auto;
}
.no p{
	display: block;
	width: 100%; 
	text-align: center;
	z-index: 9999;
}

