.box.data-v-259fb574 {
	min-height: 100vh;

	background: linear-gradient(180deg, #FFEDEA 0%, #F4F5F7 100%);
	padding: 0 24rpx 60rpx;
}
.flex.data-v-259fb574 {
	display: flex;
}
.headerBox.data-v-259fb574 {
	padding-top: 14rpx;
}
.headerImg.data-v-259fb574 {
	width: 90rpx;
	height: 90rpx;
	border-radius: 50%;
}
.setImg.data-v-259fb574 {
	width: 38rpx;
	height: 38rpx;
	margin-top: 25rpx;
}
.headerBox.data-v-259fb574 {
	display: flex;
	justify-content: space-between;
}
.headerLeft.data-v-259fb574 {
	display: flex;
}
.nickName.data-v-259fb574 {
	padding-left: 20rpx;
	line-height: 90rpx;
	color: #3C3C3C;
	font-size: 32rpx;
}
.orderBox.data-v-259fb574 {
	margin-top: 30rpx;
	background: #FFFFFF;
	padding: 30rpx 0rpx;
	border-radius: 10rpx;
}
.orderTitleBg.data-v-259fb574 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.orderTitle.data-v-259fb574 {
	font-size: 30rpx;
	color: #333333;
	font-weight: bold;
	padding-left: 20rpx;
}
.orderAll.data-v-259fb574 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.orderLine.data-v-259fb574 {
	width: 25%;
	text-align: center;
}
.orderLineImg.data-v-259fb574 {
	width: 44rpx;
	height: 44rpx;
}
.orderLineTxt.data-v-259fb574 {
	font-size: 24rpx;
	color: #333333;
}
.orderImgBox.data-v-259fb574 {
	text-align: center;
	position: relative;
}
.orderLIneBox.data-v-259fb574 {
	display: flex;
	justify-content: space-between;
	padding-top: 30rpx;
}
.orderNum.data-v-259fb574 {
	line-height: 26rpx;
	background: #FF4F00;
	padding: 0 8rpx;
	border-radius: 13rpx;
	color: #FFFFFF;
	font-size: 20rpx;
	position: absolute;
	top: -5rpx;
	right: 38rpx;
	z-index: 11;
}
.rightArrow.data-v-259fb574 {
	margin-right: 20rpx;
	width: 12rpx;
	height: 20rpx;
}
.rowBoxBg.data-v-259fb574 {
	margin-top: 30rpx;
	background: #FFFFFF;
	/* padding: 30rpx 0rpx; */
	border-radius: 10rpx;
}
.rowBox.data-v-259fb574 {
	display: flex;
	justify-content: space-between;
	background: #FFFFFF;
	padding: 30rpx 0rpx;
	border-radius: 10rpx;
	align-items: center;
}
.leftView.data-v-259fb574 {
	display: flex;
	align-items: center;
}
.rightView.data-v-259fb574{
	display: flex;
	align-items: center;
}
.liftIcon.data-v-259fb574 {
	width: 38rpx;
	height: 38rpx;
	margin: 0rpx 20rpx;
}
.rowTitle.data-v-259fb574 {
	color: #3C3C3C;
	font-size: 28rpx;
}
.grayline.data-v-259fb574{
	margin-left: 77rpx;
	margin-right: 20rpx;
	background-color: #F4F5F7;
	height: 2rpx;
}