/*收货人信息*/
.consignee-info{
	overflow: hidden;
	font-size: 1.4rem;
	position: relative;
}
.consignee-info .mui-card{
	margin-right: 35px;
	padding: 0;
}
.consignee-info .mui-card .mui-icon{
	color: #999;
	font-size: 1.8rem;
	margin-right: 5px;
}
.consignee-info .mui-card-content-inner{
	padding: 10px 15px;
}
.consignee-info .mui-card-content-inner > span{
	font-weight: bold;
	color: #444;
}
.consignee-info .mui-card-content-inner .user-phone{
	float: right;
}
.consignee-info .mui-card-footer{
	justify-content: initial;
	-webkit-justify-content: initial;
}
.consignee-info .order-state{
	color: #333;
}
.consignee-info .mui-icon-arrowright{
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 5;
	margin-top: -15px;
	font-size: 3rem;
	color: #999;
}
.consignee-info.mui-table-view{
	background: none;
}
.consignee-info.mui-table-view .mui-table-view-cell:after,
.consignee-info.mui-table-view.mui-table-view:after,
.consignee-info.mui-table-view:before{
	height: 0;
}
.consignee-info .mui-card-footer:before{
	left: 15px;
	right: 15px;
}



/*商品列表*/
.product-info-wrap .pt-list{
	background-color: #fff;
}
.product-info-wrap .pt-list-item{
	padding: 1rem;
	position: relative;
}
.product-info-wrap .pt-list-item:after,
.pay-info .info-item:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 1px solid #e4e3e6;
	z-index: 5;
}
.product-info-wrap .pt-list-item:last-child:after,
.pay-info .info-item:last-child:after{
	position: static;
}
.product-info-wrap .pt-list-item .img-box{
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 1rem;
}
.product-info-wrap .pt-list-item .product-info{
	overflow: hidden;
	height: 60px;
}
.product-info-wrap .pt-list-item .product-info .name{
	margin: 0;
	color: #666;
	height: 32px;
	line-height: 16px;
	font-size: 1.3rem;
}
.product-info-wrap .pt-list-item .product-info .count{
	color: #333;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	margin-top: 5px;
}
.product-info-wrap .pt-list-item .product-info .count .price{
	float: right;
	color: #f34c4c;
}
.product-info-wrap .pt-list-item .product-info .count .price b{
	font-size: 1.2rem;
	float: left;
	font-weight: normal;
	color: #666;
	margin-right: 5px;
}
.product-info-wrap .pt-list-item .product-info .count .price i{
	font-style: normal;
	font-size: 1.2rem;
	margin-right: 1px;
}



/*支付方式与配送信息*/
.pay-info{
	margin-top: 1rem;
	background-color: #fff;
}
.pay-info .info-item{
	padding: 11px 15px;
	font-size: 1.4rem;
	overflow: hidden;
	position: relative;
}
.pay-info .info-item .tit{
	color: #999;
}
.pay-info .info-item .content{
	float: right;
}
.pay-info .info-item .add-content{
	float: left;
	width: 100%;
	text-align: right;
}
.pay-info .info-item .add-content i,
.pay-info .info-item.total .content i,
.pay-info .info-item.freight .content i{
	font-style: normal;
	margin-right: 1px;
	font-size: 1.2rem;
}
.pay-info .info-item .add-content{
	margin-top: .5rem;
}
.pay-info .info-item .add-content span{
	color: #f34c4c;
}
.pay-info .info-item.total .content,
.pay-info .info-item.freight .content{
	font-size: 1.6rem;
	font-weight: bold;
	color: #f34c4c;
}



/*底部导航条*/
.btm-nav{
	border-top: 1px solid #e4e3e6;
	box-shadow: none;
	-webkit-box-shadow: none;
	color: #666;
	max-width: 640px;
	min-width: 300px;
	margin: 0 auto;
	background-color: #fff;
}
.btm-nav .submit a{
	padding: 0;
	display: block;
	height: 50px;
	line-height: 50px;
	background-color: #f34c4c;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.btm-nav .buy-info{
	text-align: right;
	height: 50px;
	line-height: 50px;
	padding-right: 1rem;
	font-size: 1.4rem;
}
.btm-nav .buy-info .count b{
	color: #f34c4c;
}
.btm-nav .buy-info .price{
	font-size: 1.8rem;
	font-weight: bold;
	color: #f34c4c;
}
.btm-nav .buy-info .price i{
	font-style: normal;
	font-size: 1.4rem;
	margin-right: 2px;
}
.btm-nav .mui-table-view-cell>a:not(.mui-btn).mui-active{
	background-color: #e22626;
}
.mui-bar-tab~.mui-content{
	padding-bottom: 60px;
}
