
.el-descriptions[data-v-4d706687] {
	margin-bottom: 20px;
}
.stat-card[data-v-4d706687] {
	cursor: pointer;
	transition: all 0.3s;
}
.stat-card[data-v-4d706687]:hover {
	transform: translateY(-5px);
}
.stat-content[data-v-4d706687] {
	display: flex;
	align-items: center;
}
.stat-icon[data-v-4d706687] {
	width: 60px;
	height: 60px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	color: #fff;
	margin-right: 15px;
}
.stat-info[data-v-4d706687] {
	flex: 1;
}
.stat-label[data-v-4d706687] {
	font-size: 14px;
	color: #909399;
	margin-bottom: 5px;
}
.stat-value[data-v-4d706687] {
	font-size: 24px;
	font-weight: bold;
	color: #303133;
}

/* 订单详情弹窗样式 */
.order-detail-content[data-v-4d706687] {
	max-height: 75vh;
	overflow-y: auto;
	padding: 10px;
}
.status-card[data-v-4d706687] {
	margin-bottom: 20px;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: #fff;
}
.status-card[data-v-4d706687] .el-card__body {
	padding: 20px;
}
.status-header[data-v-4d706687] {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}
.status-info[data-v-4d706687] {
	display: flex;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
}
.order-no[data-v-4d706687] {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.status-tags[data-v-4d706687] {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	align-items: center;
}
.status-item[data-v-4d706687] {
	display: flex;
	align-items: center;
	gap: 8px;
}
.status-label[data-v-4d706687] {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.9);
	font-weight: 500;
}
.status-tag[data-v-4d706687] {
	font-size: 14px;
	padding: 2px 16px;
}
.status-tag i[data-v-4d706687] {
	margin-right: 3px;
}
.amount-info[data-v-4d706687] {
	display: flex;
	gap: 30px;
}
.amount-item[data-v-4d706687] {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.amount-item .label[data-v-4d706687] {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 5px;
}
.amount-item .value[data-v-4d706687] {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.amount-item .total[data-v-4d706687] {
	color: #ffd700;
}
.amount-item .paid[data-v-4d706687] {
	color: #67c23a;
}
.amount-item .bonus[data-v-4d706687] {
	color: #409eff;
}
.info-card[data-v-4d706687] {
	margin-bottom: 20px;
}
.info-card[data-v-4d706687] .el-card__header {
	background: #f5f7fa;
	padding: 15px 20px;
}
.card-header[data-v-4d706687] {
	font-size: 16px;
	font-weight: bold;
	color: #303133;
}
.card-header i[data-v-4d706687] {
	margin-right: 8px;
	color: #409eff;
}
.info-item[data-v-4d706687] {
	padding: 10px 0;
	display: flex;
	align-items: center;
}
.info-label[data-v-4d706687] {
	font-size: 14px;
	color: #606266;
	min-width: 90px;
	font-weight: 500;
}
.info-value[data-v-4d706687] {
	font-size: 14px;
	color: #303133;
	flex: 1;
}
.info-value.highlight[data-v-4d706687] {
	color: #409eff;
	font-weight: bold;
}
.price-text[data-v-4d706687] {
	color: #f56c6c;
	font-weight: 500;
}
.subtotal-text[data-v-4d706687] {
	color: #f56c6c;
	font-weight: bold;
	font-size: 15px;
}

/* 滚动条样式 */
.order-detail-content[data-v-4d706687]::-webkit-scrollbar {
	width: 6px;
}
.order-detail-content[data-v-4d706687]::-webkit-scrollbar-thumb {
	background: #dcdfe6;
	border-radius: 3px;
}
.order-detail-content[data-v-4d706687]::-webkit-scrollbar-thumb:hover {
	background: #c0c4cc;
}
.order-detail-content[data-v-4d706687]::-webkit-scrollbar-track {
	background: #f5f7fa;
}

