page{
	padding-bottom: 40upx;
	padding-top: 120upx;
}

.order-title{
	width: 90%;
	margin: 70upx auto 20upx;
}
.order-title view{
	color: var(--c3);
	font-weight: 700;
	font-size: var(--f30);
	margin-bottom: 10upx;
}
/* .order-title text{
	font-size: var(--f24);
	color: var(--c6);
} */
.items1{
	background-image: url(@/static/img/info_bg.png) !important;
	background-repeat: no-repeat;
}
.items{
	width: 94%;
	margin: 30upx auto 20upx;
	padding-top: 10upx;
	min-height: 200upx;
	padding-bottom: 40upx;
	background: url(@/static/img/orderInfo-bg.png) no-repeat;
	background-size: 100% 100%;
	font-size: var(--f26);
	color: var(--c6);
}
.items-v {
	padding: 0 30upx;
	display: flex;
	height: 120upx;
	align-items: center;
}
.items-v image{
	width: 44upx;
	height: 42upx;
	margin: 0 30upx 0 0;
}
.items-v-it{
	width: 88%;
	height: 100%;
	display: flex;
	align-items: center;
	border-bottom: 1px solid var(--ceb);
	position: relative;
}
.items-v-it text{
	flex: 1;
	display:inline-block;
	white-space: pre-wrap;
	word-wrap: break-word;
	height: auto;
}
.items-v-it text:last-of-type{
	text-align: right;
	color: #333333;
}
.noborder{
	border: none;
}
.items-rf{
	/* position: absolute; */
	right: 10upx;
	color: var(--c3);
}

.order-info{
	width: 90%;
	margin: 0upx auto 30upx;
	background: var(--c0);
	border-radius: 12upx;
}
.order-info-v{
	padding: 30upx;
	color: var(--c6);
	font-size: 22upx;
}
.order-info-title{
	width: 100%;
	border-bottom: 1px solid var(--cdf);
	padding: 0upx 0 20upx;
	display: flex;
	align-items: center;
	font-size: var(--f28);
	color: var(--c3);
	font-weight: 700;
	position: relative;
}
.order-info-title image{
	width: 40upx;
	height: 40upx;
	margin-right: 12upx;
}
.order-info-title .mudi{
	position: absolute;
	right: 0;
	font-size: var(--f24);
	color: var(--c6);
	font-weight: 500;
}
.mudi{
	word-break: break-all;
}
.begin{
	word-break: break-all;
}

.order-info-txt{
	padding: 20upx 0 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/* .order-info-txt view{
	margin-bottom: 20upx;
} */
/* .order-info-txt view:last-child{
	margin-bottom: 0;
} */

.order-info-line{
	display: flex;
	width: 100%;
	padding: 20upx 0 0 0;
}
.order-info-line-v{
	flex: 1;
  border: 1px solid #333;
}
.order-info-line .order-info-line-v:last-child{
  border-left: none !important;
}
.order-info-line-v view{
	display: flex;
  align-items: center;
  padding-left: 8rpx;
  border-bottom: 1px solid #333;
}
.order-info-line-v view:last-child{
  border-bottom: none !important;
}

.order-nav{
	width: 90%;
	margin: 40upx auto 20upx;
	height: 110upx;
	border-radius: 12upx;
	background-color: var(--c0);
}
.order-nav-v{
	width: 90%;
	margin: 0 5%;
	display: flex;
	height: 90upx;
	border-bottom: 1px solid var(--cdf);
}
.order-nav-v view{
	height: 100%;
	width: 30%;
	text-align: center;
	font-size: var(--f26);
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--c9);
}
.order-nav-v .act{
	color: var(--c3);
}

.order-nav-v view::before{
	content: '';
	width: 1px;
	height: 50%;
	background: var(--cdf);
	position: absolute;
	right: 0;
	top: 25%;
}
.order-nav-v view:last-child::before{
	width: 0px;
}
.order-nav-v .act text{
	position: relative;
	padding-bottom: 10upx;
}
.order-nav-v .act text::after{
	content: '';
	width: 100%;
	height: 3px;
	background: var(--c396);
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 12upx;
}
.order-nav-v view:nth-child(2){
	text-align: center;
}
.order-nav-v view:nth-child(3){
	width: 40%;
	text-align: right;
}

.order-table{
	width: 90%;
	margin: 0 auto;
	background-color: #fbfbfb;
	font-size: var(--f24);
	color: var(--c3);
	display: flex;
	flex-wrap: wrap;
	line-height: 70upx;
	border-top-left-radius: 12upx;
	border-top-right-radius: 12upx;
}
.order-table-th{
	text-align: center;
	display: table-cell;
	min-width: 130upx;
}
.twotext{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.order-table-v{
	/* display: flex; */
	height: 100upx;
  display: flex;
}
.order-table-v text{
	display:inline-block;
	white-space: pre-wrap;
	word-wrap: break-word;
	height: auto;
	line-height: 32upx;
}
/* .order-table-v:nth-child(2n){
	background-color: var(--ce9);
	color: var(--c6);
} */
.order-table-v1{
	width: 20%;
	display: flex;
	align-items: center;
}
.order-table-v1 text{
	margin-left: 30upx;
}
.order-table-v2{
	width: 100%;
}
.order-table-v2 text{
	min-width: 100upx;
	display: table-cell;
	text-align: center;
}
.see_lists{
	width: 90%;
	margin: 30upx auto;
	display: flex;
	flex-direction: column;
}
.see_item{
	display: flex;
	align-items: center;
	/* padding: 22upx 0; */
	margin: 22upx 0;
}
.see_item image{
	width: 36upx;
	height: 36upx;
}
.see_item text{
	color: #659FD5;
	font-size: 24upx;
	margin-left: 20upx;
}
.link-content{
	width: 620upx;
	background-color: #fff;
	border-radius: 8upx;
	padding: 40upx 0;
	overflow: auto;
	min-height: 700upx;
}
.order_title{
	font-size: 32upx;
	font-weight: bold;
	width: 100%;
	padding-bottom: 24upx;
	text-align: center;
}
.order_info{
	width: 84%;
	margin: 16upx auto;
	padding:12upx 3%;
	display: flex;
	flex-direction: column;
	border: 1px solid #e1e1e1;
	border-radius: 12upx;
}
.order_info text{
	margin: 12upx 0;
	font-size: 26upx;
}
.order_info view{
	display: flex;
	align-items: center;
}
.order_info view text{
	flex:1
}
.noBill{
	color: #aaa !important;
}
.bgimg{
	width: 100%;
	height: 100%;
	opacity: .8;
}
.showText{
	font-size: 28upx;
	margin-left: 22upx;
	color: #2750ce !important;
}
.showInfoClass{
	display: block;
}
.hideInfoClass{
	display: none;
}
.addicon{
  width: 60rpx;
  height: 60rpx;
  display: flex;
  align-items: center;
  justify-content: center;
}
.addicon image{
  width: 48rpx;
  height: 48rpx;
}
.number_shop{
  background-color: #80ffff;
  border: 1px solid #333;
  border-bottom: none;
  margin-bottom: -20upx;
  padding-left: 8rpx;
  display: flex;
}