| 
page { 
 | 
    background-color: #f7f7f7; 
 | 
} 
 | 
  
 | 
@charset "UTF-8"; 
 | 
/** 
 | 
 * 这里是uni-app内置的常用样式变量 
 | 
 * 
 | 
 * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 
 | 
 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App 
 | 
 * 
 | 
 */ 
 | 
/** 
 | 
 * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 
 | 
 * 
 | 
 * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 
 | 
 */ 
 | 
/* uView的全局SCSS主题文件 */ 
 | 
/* 颜色变量 */ 
 | 
/* 行为相关颜色 */ 
 | 
/* 文字基本颜色 */ 
 | 
/* 背景颜色 */ 
 | 
/* 边框颜色 */ 
 | 
/* 尺寸变量 */ 
 | 
/* 文字尺寸 */ 
 | 
/* 图片尺寸 */ 
 | 
/* Border Radius */ 
 | 
/* 水平间距 */ 
 | 
/* 垂直间距 */ 
 | 
/* 透明度 */ 
 | 
/* 文章场景相关 */ 
 | 
.box.data-v-2ebde5c6 { 
 | 
  width: 100%; 
 | 
} 
 | 
.box .box_list.data-v-2ebde5c6 { 
 | 
  width: 100%; 
 | 
  padding: 20rpx 30rpx; 
 | 
  box-sizing: border-box; 
 | 
} 
 | 
.box .box_list .box_list_item.data-v-2ebde5c6 { 
 | 
  width: 100%; 
 | 
  padding: 24rpx 30rpx; 
 | 
  background-color: #ffffff; 
 | 
  border-radius: 16rpx; 
 | 
  margin-bottom: 20rpx; 
 | 
  position: relative; 
 | 
  box-sizing: border-box; 
 | 
} 
 | 
.box .box_list .box_list_item.data-v-2ebde5c6:last-child { 
 | 
  margin-bottom: 0 !important; 
 | 
} 
 | 
.box .box_list .box_list_item .yellow.data-v-2ebde5c6 { 
 | 
  background: #FF971D; 
 | 
} 
 | 
.box .box_list .box_list_item .info.data-v-2ebde5c6 { 
 | 
  background: #CCCCCC; 
 | 
} 
 | 
.box .box_list .box_list_item .status.data-v-2ebde5c6 { 
 | 
  position: absolute; 
 | 
  top: 0; 
 | 
  right: 0; 
 | 
  width: 118rpx; 
 | 
  height: 52rpx; 
 | 
  line-height: 52rpx; 
 | 
  text-align: center; 
 | 
  font-weight: 400; 
 | 
  font-size: 26rpx; 
 | 
  color: #FFFFFF; 
 | 
  font-style: normal; 
 | 
  border-radius: 0rpx 16rpx 0rpx 32rpx; 
 | 
} 
 | 
.box .box_list .box_list_item .top.data-v-2ebde5c6 { 
 | 
  width: 100%; 
 | 
  display: flex; 
 | 
  flex-direction: column; 
 | 
} 
 | 
.box .box_list .box_list_item .top text.data-v-2ebde5c6:nth-child(1) { 
 | 
  font-weight: 500; 
 | 
  font-size: 30rpx; 
 | 
  color: #222222; 
 | 
  font-style: normal; 
 | 
} 
 | 
.box .box_list .box_list_item .top text.data-v-2ebde5c6:nth-child(2) { 
 | 
  font-weight: 400; 
 | 
  font-size: 24rpx; 
 | 
  color: #777777; 
 | 
  font-style: normal; 
 | 
  margin-top: 8rpx; 
 | 
} 
 | 
.box .box_list .box_list_item .center.data-v-2ebde5c6 { 
 | 
  width: 100%; 
 | 
  margin: 20rpx 0; 
 | 
  border-bottom: 1rpx dashed #E5E5E5; 
 | 
} 
 | 
.box .box_list .box_list_item .bottom.data-v-2ebde5c6 { 
 | 
  width: 100%; 
 | 
  display: flex; 
 | 
  flex-direction: column; 
 | 
} 
 | 
.box .box_list .box_list_item .bottom .bottom_row.data-v-2ebde5c6 { 
 | 
  width: 100%; 
 | 
  display: flex; 
 | 
  align-items: center; 
 | 
  margin-bottom: 16rpx; 
 | 
} 
 | 
.box .box_list .box_list_item .bottom .bottom_row.data-v-2ebde5c6:last-child { 
 | 
  margin-bottom: 0 !important; 
 | 
} 
 | 
.box .box_list .box_list_item .bottom .bottom_row .bottom_row_label.data-v-2ebde5c6 { 
 | 
  flex-shrink: 0; 
 | 
  font-weight: 400; 
 | 
  font-size: 26rpx; 
 | 
  color: #777777; 
 | 
  font-style: normal; 
 | 
} 
 | 
.box .box_list .box_list_item .bottom .bottom_row .bottom_row_val.data-v-2ebde5c6 { 
 | 
  flex: 1; 
 | 
  font-weight: 400; 
 | 
  font-size: 26rpx; 
 | 
  color: #222222; 
 | 
  font-style: normal; 
 | 
} 
 | 
.box .box_wu.data-v-2ebde5c6 { 
 | 
  width: 100%; 
 | 
  display: flex; 
 | 
  align-items: center; 
 | 
  justify-content: center; 
 | 
  margin-top: 304rpx; 
 | 
} 
 | 
.box .box_wu image.data-v-2ebde5c6 { 
 | 
  width: 272rpx; 
 | 
  height: 272rpx; 
 | 
} 
 | 
.box .box_footer.data-v-2ebde5c6 { 
 | 
  width: 100%; 
 | 
  padding: 0 30rpx; 
 | 
  box-sizing: border-box; 
 | 
  height: calc(env(safe-area-inset-bottom) + 70rpx); 
 | 
  position: fixed; 
 | 
  bottom: 30rpx; 
 | 
  left: 0; 
 | 
} 
 | 
.box .box_search.data-v-2ebde5c6 { 
 | 
  width: 100%; 
 | 
  padding: 12rpx 30rpx; 
 | 
  box-sizing: border-box; 
 | 
  background-color: #ffffff; 
 | 
} 
 | 
.box .box_search .box_search_cate.data-v-2ebde5c6 { 
 | 
  width: 100%; 
 | 
  margin-top: 24rpx; 
 | 
  display: flex; 
 | 
  align-items: center; 
 | 
} 
 | 
.box .box_search .box_search_cate .active.data-v-2ebde5c6 { 
 | 
  border: 1rpx solid #437CB3 !important; 
 | 
  color: #437CB3 !important; 
 | 
} 
 | 
.box .box_search .box_search_cate .box_search_cate_item.data-v-2ebde5c6 { 
 | 
  padding: 12rpx 20rpx; 
 | 
  border-radius: 30rpx; 
 | 
  border: 1rpx solid #999999; 
 | 
  font-weight: 400; 
 | 
  font-size: 26rpx; 
 | 
  color: #333333; 
 | 
  font-style: normal; 
 | 
  margin-right: 20rpx; 
 | 
} 
 | 
.box .box_search .box_search_cate .box_search_cate_item.data-v-2ebde5c6:last-child { 
 | 
  margin: 0 !important; 
 | 
} 
 |