@charset "UTF-8";
/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场（https://ext.dcloud.net.cn）上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者，建议你使用scss预处理，并在插件代码中直接使用这些变量（无需 import 这个文件），方便用户通过搭积木的方式开发整体风格一致的App
 *
 */
/**
 * 如果你是App开发者（插件使用者），你可以通过修改这些变量来定制自己的插件主题，实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理，你也可以直接在你的 scss 代码中使用如下变量，同时无需 import 这个文件
 */
/* uni.scss */
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.container.data-v-0e0a4d24 {
  background-color: #f5f5f5;
  min-height: 100vh;
}
.loading-text.data-v-0e0a4d24 {
  padding: 18rpx 0 8rpx;
  text-align: center;
  font-size: 22rpx;
  color: #a5aab3;
}
/* 渐变背景容器 */
.gradient-background.data-v-0e0a4d24 {
  padding: 0 30rpx;
  box-sizing: border-box;
  width: 100%;
  background: #C8F3FF;
  color: #1a1a1a;
  position: relative;
  overflow: hidden;
}
.gradient-background.data-v-0e0a4d24::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to bottom, transparent, #ffffff);
}
/* 自定义导航栏 */
.custom-nav.data-v-0e0a4d24 {
  width: 100%;
  color: #1a1a1a;
  background-color: #C8F3FF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.nav-content.data-v-0e0a4d24 {
  display: flex;
  align-items: center;
  padding: 0 20rpx;
}
.nav-icon.data-v-0e0a4d24 {
  width: 64rpx;
  height: 64rpx;
  margin-right: 14rpx;
}
.nav-title.data-v-0e0a4d24 {
  font-size: 32rpx;
  font-weight: bold;
}
.stats-section.data-v-0e0a4d24 {
  height: 256rpx;
  width: 100%;
  padding: 30rpx;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 20rpx;
  position: relative;
  z-index: 99;
}
.stats-tabs.data-v-0e0a4d24 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20rpx;
  position: relative;
  z-index: 1;
}
.stats-tabs-left.data-v-0e0a4d24 {
  width: 43%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tab-item.data-v-0e0a4d24 {
  font-size: 28rpx;
  color: rgba(255, 255, 255, 0.8);
}
.tab-item.active.data-v-0e0a4d24 {
  font-size: 32rpx;
  color: white;
  font-weight: 600;
}
.tab-item.right.data-v-0e0a4d24 {
  color: white;
}
.stats-cards.data-v-0e0a4d24 {
  width: 100%;
  height: 132rpx;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding-top: 22rpx;
  box-sizing: border-box;
  border-top: 1rpx solid rgba(255, 255, 255, 0.09);
}
.stat-card.data-v-0e0a4d24 {
  flex: 1;
  text-align: left;
}
.stat-card.data-v-0e0a4d24:nth-child(1) {
  flex: 2.3;
}
.stat-card.data-v-0e0a4d24:nth-child(2) {
  flex: 2;
}
.stat-label.data-v-0e0a4d24 {
  display: flex;
  height: 40rpx;
}
.stat-label text.data-v-0e0a4d24 {
  font-size: 24rpx;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}
.stat-label .stat-icon.data-v-0e0a4d24 {
  width: 40rpx;
  height: 40rpx;
  margin-left: 10rpx;
}
.stat-value.data-v-0e0a4d24 {
  font-weight: 600;
  font-size: 44rpx;
  color: #FFFFFF;
  margin-top: 14rpx;
}
.function-buttons.data-v-0e0a4d24 {
  background-color: white;
  margin: 30rpx 30rpx 40rpx 30rpx;
  border-radius: 16rpx;
  padding: 30rpx;
  display: flex;
  justify-content: space-between;
}
.func-btn.data-v-0e0a4d24 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 120rpx;
}
.func-icon.data-v-0e0a4d24 {
  width: 88rpx;
  height: 88rpx;
  margin-bottom: 16rpx;
}
.func-text.data-v-0e0a4d24 {
  font-weight: 400;
  font-size: 26rpx;
  color: #333333;
  white-space: nowrap;
}
.orders-section.data-v-0e0a4d24 {
  margin: 30rpx;
}
.section-title.data-v-0e0a4d24 {
  width: 100%;
  font-weight: 600;
  font-size: 32rpx;
  color: #111111;
  padding: 0 30rpx;
  box-sizing: border-box;
}
.order-item.data-v-0e0a4d24 {
  background: #FFFFFF;
  border-radius: 16rpx;
  padding: 30rpx;
  box-sizing: border-box;
  margin-bottom: 20rpx;
}
.order-item.data-v-0e0a4d24:last-child {
  margin-bottom: 0;
}
.order-header.data-v-0e0a4d24 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28rpx;
  flex-wrap: wrap;
}
.order-tag.data-v-0e0a4d24 {
  background-color: #10B2FA;
  color: white;
  width: 104rpx;
  height: 40rpx;
  line-height: 40rpx;
  font-weight: 400;
  font-size: 22rpx;
  color: #FFFFFF;
  text-align: center;
  background: #10B2FA;
  border-radius: 8rpx;
  margin-right: 20rpx;
}
.order-user.data-v-0e0a4d24 {
  font-weight: 400;
  font-size: 28rpx;
  color: #333333;
}
.order-status.data-v-0e0a4d24 {
  font-weight: 400;
  font-size: 26rpx;
  color: #FF0020;
}
.order-product.data-v-0e0a4d24 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 26rpx;
}
.product-info.data-v-0e0a4d24 {
  flex: 3;
  display: flex;
  flex-direction: column;
}
.product-name.data-v-0e0a4d24 {
  font-weight: 600;
  font-size: 28rpx;
  color: #333333;
}
.product-spec.data-v-0e0a4d24 {
  font-weight: 400;
  font-size: 24rpx;
  color: #8C939F;
  margin-top: 12rpx;
}
.product-price-count.data-v-0e0a4d24 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.product-price.data-v-0e0a4d24 {
  font-weight: 400;
  font-size: 30rpx;
  color: #333333;
}
.product-count.data-v-0e0a4d24 {
  font-weight: 400;
  font-size: 24rpx;
  color: #8C939F;
  margin-top: 12rpx;
}
.order-footer.data-v-0e0a4d24 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30rpx 0;
}
.total-price.data-v-0e0a4d24 {
  display: flex;
  align-items: center;
}
.total-price text.data-v-0e0a4d24:nth-child(1) {
  font-weight: 400;
  font-size: 26rpx;
  color: #333333;
}
.total-price text.data-v-0e0a4d24:nth-child(2) {
  font-weight: 600;
  font-size: 26rpx;
  color: #222222;
}
.order-buttons.data-v-0e0a4d24 {
  display: flex;
  gap: 20rpx;
}
.btn.data-v-0e0a4d24 {
  width: 160rpx;
  height: 64rpx;
  line-height: 64rpx;
  text-align: center;
  border-radius: 34rpx;
  font-size: 28rpx;
  padding: 0 !important;
}
.btn.secondary.data-v-0e0a4d24 {
  background-color: white;
  color: #004096;
  border: 2rpx solid #004096;
}
.btn.primary.data-v-0e0a4d24 {
  background-color: #004096;
  color: white;
}
.order-note.data-v-0e0a4d24 {
  width: 100%;
  font-size: 26rpx;
  color: red;
  background-color: #F8F9FB;
  padding: 20rpx;
  box-sizing: border-box;
  border-radius: 8rpx;
  margin-top: 20rpx;
}

