#columns h1{
	padding: 30px 0;
	font-size: 22px;
}
.order{
	border: thin solid #eee;
	margin-bottom: 32px;
}
.order_head{
	padding: 16px 20px;
	font-size: 14px;
	background-color: #f5f7fa;
	border-bottom: thin solid #eee;
}
.order_head span{
	float: right;
}
.order_brief,.order_price,.order_status{	
	display: inline-block;
	vertical-align: middle;
	width: 272px;
	font-size: 14px;
}
.order_left{
	display: inline-block;
	vertical-align: middle;
	border-right: thin solid #eee;
}
.order_brief{
	width: 335px;
	border-right: thin solid #eee;
}
.order_price,.order_status{
	text-align: center;
}
.subject_info{
	padding: 20px 0 20px 20px;
	border-bottom: thin solid #eee;
}
.subject_info:nth-last-child(1){
	border: none;
}
.subject_info img{
	width: 107px;
	height: 65px;
	margin-right: 15px;
	display: inline-block;
	vertical-align: top;
}
.subject_info_wrap{
	display: inline-block;
	vertical-align: top;
	width: 185px;
}
.subject_info_wrap p{
	line-height: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.subject_name{
	margin: 0 0 32px 0;
}
.finish{
	color: #319EFF;
}
.not_finish{
	width: 107px;
	text-align: center;
	line-height: 34px;
	margin: auto;
	color: #fff;
	background-color: #ff6600;
	border-radius: 3px;
	cursor: pointer;
}
.order_qr{
	position: fixed;
	z-index: 6;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,0.5);
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	justify-content: center;
}
.not_show_qr{
	display:none;
}
.qr_wrap{
	padding: 20px;
	background-color: #fff;
}
.qr_wrap p{
	font-size:20px;
	color:#000;
	text-align:center;
	letter-spacing:2px;
	margin-top:15px;
}
