page {
	background-color: #f3f4f6;
}

@charset "UTF-8";
/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
 *
 */
/**
 * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
 */
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.content.data-v-52c322f4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content-matter.data-v-52c322f4 {
  margin: 28rpx 20rpx 50rpx;
  margin-top: 20rpx;
  background: #fff;
  padding: 20rpx;
  border-radius: 8rpx;
}
.content-matter-lampwick.data-v-52c322f4 {
  display: flex;
  justify-content: space-between;
}
.content-matter-lampwick-lampw.data-v-52c322f4 {
  display: flex;
}
.content-matter-lampwick-lampw > view.data-v-52c322f4:nth-child(1) {
  width: 6rpx;
  height: 36rpx;
  background: #2C66FF;
  border-radius: 3rpx;
  margin-right: 10rpx;
}
.content-matter-lampwick-lampw > view.data-v-52c322f4:nth-child(2) {
  font-size: 28rpx;
  color: #333333;
}
.content-matter-lampwick-wick.data-v-52c322f4 {
  font-size: 20rpx;
  color: #333333;
}
.content-matter-substance.data-v-52c322f4 {
  margin-top: 16rpx;
  display: flex;
}
.content-matter-substance > image.data-v-52c322f4 {
  width: 170rpx;
  height: 170rpx;
  margin-right: 20rpx;
}
.content-matter-substance > view.data-v-52c322f4 {
  width: 480rpx;
  margin-top: 14rpx;
}
.content-matter-substance > view > view.data-v-52c322f4:nth-child(1) {
  font-size: 24rpx;
  color: #444444;
}
.buttoncolor.data-v-52c322f4 {
  display: flex;
  margin-top: 40rpx;
  justify-content: flex-end;
}
.buttoncl.data-v-52c322f4 {
  padding: 0rpx;
  margin: 0rpx;
  width: 120rpx;
  height: 44rpx;
  background: #5281FF;
  border-radius: 10rpx;
  line-height: 44rpx;
  font-size: 20rpx;
  font-weight: 400;
  color: #FFFFFF;
  margin-right: 20rpx;
}
.buttonclde.data-v-52c322f4 {
  padding: 0rpx;
  margin: 0rpx;
  width: 120rpx;
  height: 44rpx;
  background: #FFFFFF;
  border-radius: 10rpx;
  border: 1rpx solid #FD0100;
  font-size: 20rpx;
  font-weight: 400;
  color: #FD0100;
  line-height: 44rpx;
}
.reject.data-v-52c322f4 {
  margin-top: 40rpx;
  font-size: 24rpx;
  font-weight: 400;
  color: #FD0000;
}
.unpaid.data-v-52c322f4 {
  display: flex;
  align-items: center;
  margin-top: 24rpx;
  justify-content: space-between;
}
.unpaid-paid > view.data-v-52c322f4:nth-child(1) {
  font-size: 20rpx;
  font-weight: 400;
  color: #444444;
  margin-bottom: 8rpx;
}
.unpaid-paid > view:nth-child(1) > text.data-v-52c322f4 {
  margin-left: 8rpx;
  font-size: 24rpx;
  font-weight: 700;
  color: #333333;
}
.unpaid-paid > view.data-v-52c322f4:nth-child(2) {
  font-size: 18rpx;
  font-weight: 400;
  color: #333333;
}
.unpaid-paid > view:nth-child(2) > text.data-v-52c322f4 {
  margin-left: 8rpx;
  font-size: 18rpx;
  font-weight: 400;
  color: #FD0100;
}