
.level[data-v-db9817be]{
  --app-bg: #F6FAF8;
  --app-bg-2:#EEF9F4;
  --panel: rgba(255,255,255,.94);
  --panel2: rgba(241,250,247,.94);
  --border: rgba(16,185,129,.14);
  --border2: #E6EFEA;
  --text:#111827;
  --sub:#6B7280;
  --weak:#94A3B8;
  --accent:#00876A;
  --accent2:#10B981;
  --radius: 16px;

  min-height: 100vh;
  background:
    radial-gradient(260px 190px at 92% 0%, rgba(16,185,129,.15), transparent 68%),
    radial-gradient(300px 220px at 0% 18%, rgba(0,135,106,.08), transparent 72%),
    -webkit-gradient(linear, left top, left bottom, from(var(--app-bg)), color-stop(52%, var(--app-bg-2)), to(#F7FCFA));
  background:
    radial-gradient(260px 190px at 92% 0%, rgba(16,185,129,.15), transparent 68%),
    radial-gradient(300px 220px at 0% 18%, rgba(0,135,106,.08), transparent 72%),
    linear-gradient(180deg, var(--app-bg) 0%, var(--app-bg-2) 52%, #F7FCFA 100%);
  color: var(--text);
}
.level[data-v-db9817be],
.level *[data-v-db9817be]{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.jiangli_top[data-v-db9817be]{
  width: 100%;
  height: 52px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
  background: #F7FCFA !important;
  border-bottom: 1px solid #E6EFEA;
  -webkit-box-shadow: 0 4px 14px rgba(0,86,65,.035);
          box-shadow: 0 4px 14px rgba(0,86,65,.035);
}
.jiangli_top p[data-v-db9817be]{
  margin: 0;
  color: #111827 !important;
  font-size: 16px;
  line-height: 52px;
  font-weight: 900;
  letter-spacing: .2px;
}
.jiangli_top .van-icon[data-v-db9817be]{
  color: #111827 !important;
  position: absolute;
  left: 16px;
  top: 16px;
  font-size: 20px;
  opacity: 1;
  line-height: 20px;
}
.level_con[data-v-db9817be]{
  width: 100%;
  overflow-x: auto;
  margin-top: 52px;
  padding: 14px 12px 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.headBox[data-v-db9817be]{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
  margin-bottom: 12px;
  padding: 16px 14px 14px;
  border-radius: var(--radius);
  background:
    radial-gradient(160px 90px at 90% 20%, rgba(16,185,129,.13), transparent 72%),
    -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.96)), to(rgba(255,255,255,.86)));
  background:
    radial-gradient(160px 90px at 90% 20%, rgba(16,185,129,.13), transparent 72%),
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.86));
  border: 1px solid rgba(230,239,234,.96);
  -webkit-box-shadow:
    0 12px 30px rgba(0,86,65,.06),
    inset 0 1px 0 rgba(255,255,255,.88);
          box-shadow:
    0 12px 30px rgba(0,86,65,.06),
    inset 0 1px 0 rgba(255,255,255,.88);
}
.title[data-v-db9817be]{
  font-size: 0.38rem;
  line-height: 1.35;
  margin: 0;
  text-align:center;
  width: 100%;
  color:#111827;
  font-weight: 900;
  letter-spacing: .2px;
}
.metaRow[data-v-db9817be]{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 8px 0 0;
  font-size: 12px;
  color: var(--weak);
}
.detailImage[data-v-db9817be]{
  max-width: 100%;
  border-radius: var(--radius);
  display: block;
  height: auto;
  background: #fff;
  padding: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(230,239,234,.96);
  -webkit-box-shadow:
    0 14px 34px rgba(0,86,65,.07),
    inset 0 1px 0 rgba(255,255,255,.9);
          box-shadow:
    0 14px 34px rgba(0,86,65,.07),
    inset 0 1px 0 rgba(255,255,255,.9);
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.content[data-v-db9817be] img{
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
  border-radius: 14px !important;
  pointer-events: none !important;
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.level_con1[data-v-db9817be] img{
  max-width: 200% !important;
}
.level_con1[data-v-db9817be] .content img{
  max-width: 250% !important;
}


.level .level_con .content{
  margin-top: 14px;
  padding: 14px 13px 16px;
  border-radius: 16px;
  border: 1px solid rgba(230,239,234,.96);
  background:
    radial-gradient(260px 160px at 88% 0%, rgba(16,185,129,.08), transparent 68%),
    rgba(255,255,255,.94);
  -webkit-box-shadow:
    0 14px 34px rgba(0,86,65,.06),
    inset 0 1px 0 rgba(255,255,255,.9);
          box-shadow:
    0 14px 34px rgba(0,86,65,.06),
    inset 0 1px 0 rgba(255,255,255,.9);
  color: #111827;
  line-height: 1.75;
  font-size: 14px;
  word-break: break-word;
  overflow: hidden;
}
.level .level_con .content,
.level .level_con .content *{
  color: #111827 !important;
  background-color: transparent !important;
  background-image: none !important;
}
.level .level_con .content p,
.level .level_con .content div,
.level .level_con .content span,
.level .level_con .content td,
.level .level_con .content th,
.level .level_con .content li{
  color: #374151 !important;
  line-height: 1.75 !important;
}
.level .level_con .content h1,
.level .level_con .content h2,
.level .level_con .content h3,
.level .level_con .content h4,
.level .level_con .content h5,
.level .level_con .content h6,
.level .level_con .content strong,
.level .level_con .content b{
  color: #111827 !important;
  font-weight: 900 !important;
}
.level .level_con .content a{
  color: #00876A !important;
  text-decoration: underline;
}
.level .level_con .content table{
  width: 100% !important;
  border-collapse: collapse !important;
  background: transparent !important;
}
.level .level_con .content td,
.level .level_con .content th{
  border-color: #E6EFEA !important;
}
.level .level_con .content [style*="background"],
.level .level_con .content [style*="background-color"],
.level .level_con .content [style*="background:#"],
.level .level_con .content [style*="background: #"],
.level .level_con .content [style*="background:rgb"],
.level .level_con .content [style*="background: rgb"],
.level .level_con .content [style*="background-color:rgb"],
.level .level_con .content [style*="background-color: rgb"]{
  background-color: transparent !important;
  background-image: none !important;
}
.level .level_con .content img{
  background: transparent !important;
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
  margin: 10px auto !important;
  border-radius: 14px !important;
  pointer-events: none !important;
}


/*# sourceMappingURL=chunk-d8608e7c.cf1ba7a6.css.map*/