.van-toast {
  position: fixed;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  box-sizing: content-box;
  width: 88px;
  max-width: 70%;
  min-height: 88px;
  padding: 16px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  white-space: pre-wrap;
  text-align: center;
  word-break: break-all;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 8px;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.van-toast--unclickable {
  overflow: hidden;
}
.van-toast--unclickable * {
  pointer-events: none;
}
.van-toast--text,
.van-toast--html {
  width: -webkit-fit-content;
  width: fit-content;
  min-width: 96px;
  min-height: 0;
  padding: 8px 12px;
}
.van-toast--text .van-toast__text,
.van-toast--html .van-toast__text {
  margin-top: 0;
}
.van-toast--top {
  top: 20%;
}
.van-toast--bottom {
  top: auto;
  bottom: 20%;
}
.van-toast__icon {
  font-size: 36px;
}
.van-toast__loading {
  padding: 4px;
  color: #fff;
}
.van-toast__text {
  margin-top: 8px;
}

.APP01 .van-action-sheet__cancel {
  color: #ff8506 !important;
}
.APP02 .van-action-sheet__cancel {
  color: #2db1ac !important;
}
.APP03 .van-action-sheet__cancel {
  color: #1175fe !important;
}

.content-wrap .van-cell[data-v-6261a2b9] {
  margin-top: 10px;
  box-shadow: 0 2px 8px 0 rgba(210, 210, 210, 0.48);
  border-radius: 8px;
}
.content-wrap .van-cell[data-v-6261a2b9]::after {
  border: none;
}
.content-wrap .van-field__left-icon[data-v-6261a2b9] {
  margin-right: 6px;
}
.content-wrap .section-top .title[data-v-6261a2b9] {
  position: relative;
  font-size: 17px;
  text-align: center;
}
.content-wrap .section-top .title .txt[data-v-6261a2b9] {
  position: relative;
}
.content-wrap .section-top .title .line[data-v-6261a2b9] {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #fca142;
  margin: -1px 0 0;
}
.content-wrap .section-top .title .line[data-v-6261a2b9]:nth-of-type(1) {
  left: -42px;
}
.content-wrap .section-top .title .line[data-v-6261a2b9]:nth-of-type(2) {
  right: -42px;
}
.content-wrap .section-top .picture[data-v-6261a2b9] {
  margin: 50px 0;
}
.content-wrap .section-top .picture .desc[data-v-6261a2b9] {
  line-height: 1.5;
}
.content-wrap .section-top .picture .img-wrap[data-v-6261a2b9] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.content-wrap .section-top .picture .img-wrap .img[data-v-6261a2b9] {
  display: inline-block;
  max-width: 80%;
  width: 80px;
  min-height: 40px;
  margin: 12px auto;
}
.content-wrap .section-bottom[data-v-6261a2b9] {
  margin-top: 40px;
}
.van-action-sheet__cancel[data-v-6261a2b9] {
  color: #E10900;
}

