.page-header[data-v-96d6f7aa] {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px;
  font-size: 18px;
  color: #ffffff;
}
.page-header .section-left[data-v-96d6f7aa] {
  position: absolute;
  left: 20px;
  display: flex;
  align-items: center;
}
.page-header .section-center[data-v-96d6f7aa] {
  flex: auto;
  text-align: center;
}
.page-header .section-right[data-v-96d6f7aa] {
  position: absolute;
  right: 20px;
  display: flex;
  align-items: center;
}
.page-header.transparent .section-left[data-v-96d6f7aa] {
  padding: 4px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.3);
}

.header[data-v-353305ef] {
  position: absolute;
  width: 100%;
  height: 320px;
  padding-bottom: 14px;
  border-bottom-left-radius: 26px 10px;
  border-bottom-right-radius: 26px 10px;
}
.tips[data-v-353305ef] {
  padding: 4px 12px;
  font-size: 12px;
}
.page-container[data-v-353305ef] {
  min-height: 100vh;
  background: #ffffff;
}
.page-body[data-v-353305ef] {
  margin-top: 0;
  padding: 60px 15px 15px;
}
.page-body .content[data-v-353305ef] {
  position: relative;
  top: 0;
  background: #fff;
  border-radius: 14px;
  padding: 15px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}
.page-body .content .section-top[data-v-353305ef] {
  display: flex;
}
.page-body .content .section-top .left[data-v-353305ef] {
  flex: 0 0 76px;
  margin-right: 20px;
}
.page-body .content .section-top .left img[data-v-353305ef] {
  width: 100%;
}
.page-body .content .section-top .right[data-v-353305ef] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-body .content .section-top .right h4[data-v-353305ef] {
  font-size: 16px;
  color: #444;
  margin: 0 0 4px 0;
}
.page-body .content .section-top .right span[data-v-353305ef] {
  color: #666;
  font-size: 13px;
}
.page-body .section-content[data-v-353305ef] {
  padding: 20px 10px;
  font-size: 15px;
}
.page-body .section-content .list-item[data-v-353305ef] {
  line-height: 1.6;
  margin-bottom: 4px;
}
.page-body .section-content .list-item.tips-item[data-v-353305ef] {
  font-size: 13px;
}
.van-popup .van-popover__arrow[data-v-353305ef] {
  background: #fca142;
}
.van-popover__content[data-v-353305ef] {
  background: #fca142;
  color: #fff;
}
.van-circle[data-v-353305ef] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.circle-wrap[data-v-353305ef] {
  position: relative;
  height: 200px;
}
.circle-wrap .circle[data-v-353305ef] {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160px;
  height: 160px;
  margin: -80px 0 0 -80px;
  background-image: url(../img/icon-circle-sm.png);
  background-size: cover;
}
.circle-wrap .circle .circle-inner[data-v-353305ef] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.circle-wrap .circle .circle-inner .title[data-v-353305ef] {
  margin: 0 0 4px 0;
  color: #ff8506;
  font-size: 20px;
}
.circle-wrap .circle .circle-inner span[data-v-353305ef] {
  color: #999;
  font-size: 11px;
}
.popup-content[data-v-353305ef] {
  width: 290px;
  overflow: hidden;
  background: #fff;
}
.popup-content > .title[data-v-353305ef] {
  background: linear-gradient(90deg, #FCA142, #FF8506);
  padding: 15px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.popup-content .content[data-v-353305ef] {
  margin: 20px 0 10px;
  padding: 0 10px;
  font-size: 12px;
}
.popup-content .content .list[data-v-353305ef] {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.popup-content .content .list span[data-v-353305ef] {
  display: inline-block;
  width: 50%;
}
.popup-content .btn-wrap[data-v-353305ef] {
  display: flex;
  padding: 15px;
}
.popup-content .btn-wrap .btn[data-v-353305ef] {
  width: 40%;
  font-weight: 500;
}

