.order-container{
	padding: 4vw;
}
.order-container .order-item:not(:first-child){
	margin-top: 4vw;
} 
.order-item{
	width: calc(100% - 8vw);
	padding: 0 4vw;
	background: #fff;
	border-radius: 2.67vw;
	margin-bottom: 4vw;
}
.order-top,.order-bottom,.order-price{
	display: flex;
	align-items: center;
}
.order-top{
	padding: 4vw 0;
	border-bottom: 1px solid #f1f1f1;
}
.order-img,.qunhao-info,.qunhao-ewm{
	border-radius: 1.33vw;
}
.order-img{
	width: 21.33vw;
	height: 21.33vw;
	margin-right: 4vw;
}
.order-info{
	width: calc(100% - 25.33vw);
}
.order-name{
	font-size: 4.53vw;
	line-height: 4.53vw;
}
.order-info-detail{
	color: #717784;
	font-size: 3.47vw;
	line-height: 3.5vw;
}
.order-info-num{
	margin: 7.6vw 0 2.52vw;
}
.order-bottom{
	padding: 2.4vw 0;
	justify-content: space-between;
}
.order-qh,.order-price{
	height: 5.87vw;
	line-height: 5.87vw;
}
.order-qh{
	width: 18.67vw;
	background: #ffe8e9;
	border-radius: 2.93vw;
	font-size: 3.2vw;
}
.order-price-num{
	font-size: 4vw;
}
/* 班级群号 */
.qunhao-container{
	width: 79.87vw;
	height: 118.535vw;
	position: relative;
	margin: 11.47vw auto 0 auto;
	background: url(../images/qunhaobeijing.png) no-repeat center;
	background-size: 79.87vw 118.535vw;
}
.qunhao-info,.qunhao-ewm{
	width: 45.33vw;
	background: #fff;
	position: absolute;
	left: 17.27vw;
}
.qunhao-info{
	font-size: 3.47vw;
	line-height: 4.53vw;
	padding: 1.73vw 0 1.6vw;
	top: 29.73vw;
}
.qunhao-ewm{
	height: 45.53vw;
	top: 44.13vw;
}
.qunhao-ewm-icon{
	width: 38.85vw;
	height: 38.85vw;
	margin-top: 3.2vw;
	margin-left: 3.2vw;
}

