
@charset "UTF-8";

/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场（https://ext.dcloud.net.cn）上很多三方插件均使用了这些样式变量
* 如果你是插件开发者，建议你使用scss预处理，并在插件代码中直接使用这些变量（无需 import 这个文件），方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者（插件使用者），你可以通过修改这些变量来定制自己的插件主题，实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理，你也可以直接在你的 scss 代码中使用如下变量，同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.container[data-v-872a3970] {
  width: 100%;
  min-height: 100vh;
  box-sizing: border-box;
  padding: 0 0 40px;
  background-color: #f6f6f6
}

.container .top[data-v-872a3970] {
  width: 100%;
  box-sizing: border-box;
  padding: 22px 12px 25px;
  margin-bottom: 20px;
  background: url(/frontend/assets/img/top-bg.4ccc49ef.png) no-repeat;
  background-size: 100% 100%
}
/*  */
.top[data-v-872a3970] {
  width: 100%;
  box-sizing: border-box;
  padding: 22px 12px 25px;
  margin-bottom: 20px;
  background: url(/frontend/assets/img/top-bg.4ccc49ef.png) no-repeat;
  background-size: 100% 100%
}
.top .page-title[data-v-872a3970] {
  width: 100%;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  word-wrap: break-word
}
.top .info-box[data-v-872a3970] {
  display: flex;
  justify-content: flex-end;
  width: 100%
}

.top .info-box .info-item[data-v-872a3970] {
  max-width: 44%
}

.top .info-box .info-item[data-v-872a3970]:first-child {
  margin-right: 12%
}

.top .info-box .info-item .num[data-v-872a3970] {
  width: 100%;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  word-break: break-all
}

.top .info-box .info-item .title[data-v-872a3970] {
  width: 100%;
  font-size: 13px;
  color: #91bdeb;
  text-align: center;
  word-wrap: break-word
}


/*  */
.container .top .page-title[data-v-872a3970] {
  width: 100%;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  word-wrap: break-word
}

.container .top .info-box[data-v-872a3970] {
  display: flex;
  justify-content: flex-end;
  width: 100%
}

.container .top .info-box .info-item[data-v-872a3970] {
  max-width: 44%
}

.container .top .info-box .info-item[data-v-872a3970]:first-child {
  margin-right: 12%
}

.container .top .info-box .info-item .num[data-v-872a3970] {
  width: 100%;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  word-break: break-all
}

.container .top .info-box .info-item .title[data-v-872a3970] {
  width: 100%;
  font-size: 13px;
  color: #91bdeb;
  text-align: center;
  word-wrap: break-word
}

.container .main[data-v-872a3970] {
  width: 100%;
  box-sizing: border-box;
  padding: 0 12px
}

.container .main .zone-title[data-v-872a3970] {
  width: 100%;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
  color: #444;
  word-wrap: break-word
}

.container .main .type-list[data-v-872a3970] {
  width: 100%
}

.container .main .type-list .type-item[data-v-872a3970] {
  width: 100%;
  box-sizing: border-box;
  padding: 16px 14px 20px;
  background: url(/frontend/assets/img/zone-bg.0fa02de6.png) no-repeat;
  background-size: 100% 100%;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, .1)
}

.container .main .type-list .type-item[data-v-872a3970]:not(:last-child) {
  margin-bottom: 14px
}

.container .main .type-list .type-item .name[data-v-872a3970] {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  word-wrap: break-word
}

.container .main .type-list .type-item .name .icon[data-v-872a3970] {
  min-width: 22px;
  max-width: 22px;
  height: 22px;
  margin-right: 6px
}

.container .main .type-list .type-item .bottom-info[data-v-872a3970] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%
}

.container .main .type-list .type-item .bottom-info .left-info[data-v-872a3970] {
  display: flex;
  align-items: center;
  width: 100%
}

.container .main .type-list .type-item .bottom-info .left-info .info-item[data-v-872a3970] {
  width: 48%
}

.container .main .type-list .type-item .bottom-info .left-info .info-item[data-v-872a3970]:first-child {
  margin-right: 4%
}

.container .main .type-list .type-item .bottom-info .left-info .info-item .num[data-v-872a3970] {
  width: 100%;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-align: center;
  word-break: break-all
}

.container .main .type-list .type-item .bottom-info .left-info .info-item .title[data-v-872a3970] {
  width: 100%;
  font-size: 13px;
  color: #7b7a7a;
  text-align: center;
  word-wrap: break-word
}
.container .main .type-list .type-item  .info-item .title[data-v-872a3970] {
  width: 100%;
  font-size: 13px;
  color: #7b7a7a;
  text-align: center;
  margin-bottom: 50px;
  word-wrap: break-word
}
.container .main .type-list .type-item .bottom-info .left-info .info-item .amount[data-v-872a3970] {
  color: #e33c52 !important
}

.container .main .type-list .type-item .bottom-info .detail-btn[data-v-872a3970] {
  height: 28px;
  line-height: 28px;
  box-sizing: border-box;
  padding: 0 20px;
  margin-left: 20px;
  border-radius: 28px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0164c8
}
