
page {
	background-color: #F7F7F7 !important;
}

@charset "UTF-8";
/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场（https://ext.dcloud.net.cn）上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者，建议你使用scss预处理，并在插件代码中直接使用这些变量（无需 import 这个文件），方便用户通过搭积木的方式开发整体风格一致的App
 *
 */
/**
 * 如果你是App开发者（插件使用者），你可以通过修改这些变量来定制自己的插件主题，实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理，你也可以直接在你的 scss 代码中使用如下变量，同时无需 import 这个文件
 */
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.box.data-v-5843ba8a {
  width: 100%;
}
.box .box_head.data-v-5843ba8a {
  width: 100%;
  height: 108rpx;
  padding: 0 30rpx;
  box-sizing: border-box;
  background: #FFFFFF;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}
.box .box_head .box_head_list.data-v-5843ba8a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.box .box_head .box_head_list .active.data-v-5843ba8a {
  border: 1rpx solid #279BAA !important;
  color: #279BAA !important;
}
.box .box_head .box_head_list .box_head_item.data-v-5843ba8a {
  padding: 0 30rpx;
  height: 60rpx;
  line-height: 60rpx;
  box-sizing: border-box;
  border-radius: 30rpx;
  border: 1rpx solid #999999;
  font-size: 26rpx;
  font-weight: 400;
  color: #333333;
  margin-right: 20rpx;
}
.box .box_list.data-v-5843ba8a {
  width: 100%;
  padding: 30rpx;
  box-sizing: border-box;
}
.box .box_list .box_list_item.data-v-5843ba8a {
  width: 100%;
  margin-bottom: 20rpx;
}
.box .box_list .box_list_item.data-v-5843ba8a:last-child {
  margin: 0 !important;
}
.box .box_list .box_list_item .box_list_item_head.data-v-5843ba8a {
  width: 100%;
  height: 100rpx;
  padding: 0 30rpx;
  box-sizing: border-box;
  background: linear-gradient(270deg, #FEFEFF 0%, #E1F7FE 100%);
  border-radius: 8rpx 8rpx 0rpx 0rpx;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box .box_list .box_list_item .box_list_item_head .loading.data-v-5843ba8a {
  color: #279BAA;
}
.box .box_list .box_list_item .box_list_item_head .success.data-v-5843ba8a {
  color: #03C68F;
}
.box .box_list .box_list_item .box_list_item_head .error.data-v-5843ba8a {
  color: #E0312A;
}
.box .box_list .box_list_item .box_list_item_head text.data-v-5843ba8a:nth-child(1) {
  font-size: 32rpx;
  font-weight: 500;
  color: #222222;
}
.box .box_list .box_list_item .box_list_item_head text.data-v-5843ba8a:nth-child(2) {
  font-size: 26rpx;
  font-weight: 400;
}
.box .box_list .box_list_item .box_list_item_nr.data-v-5843ba8a {
  padding: 30rpx;
  width: 100%;
  box-sizing: border-box;
  background-color: #FFFFFF;
}
.box .box_list .box_list_item .box_list_item_nr .box_list_item_nr_x.data-v-5843ba8a {
  width: 100%;
  height: 1rpx;
  background-color: #E5E5E5;
}
.box .box_list .box_list_item .box_list_item_nr .box_list_item_nr_text.data-v-5843ba8a {
  width: 100%;
  font-size: 26rpx;
  font-weight: 400;
  color: #999999;
  margin-top: 32rpx;
}
.box .box_list .box_list_item .box_list_item_nr .box_list_item_nr_item.data-v-5843ba8a {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 20rpx;
}
.box .box_list .box_list_item .box_list_item_nr .box_list_item_nr_item text.data-v-5843ba8a:nth-child(1) {
  font-size: 26rpx;
  font-weight: 400;
  color: #666666;
}
.box .box_list .box_list_item .box_list_item_nr .box_list_item_nr_item text.data-v-5843ba8a:nth-child(2) {
  font-size: 26rpx;
  font-weight: 400;
  color: #333333;
}

