.van-popup {
  border-radius: 12px 12px 0 0;
}
.popupBox {
  position: relative;
  font-family: HarmonyOS_Sans_Medium;
}
.popupBox .title_box {
  position: sticky;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 56px;
  line-height: 56px;
  font-weight: 600;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background-color: #fff;
}
.popupBox .title_box img {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 24px;
  transform: translateY(-50%);
}
.popupBox .content_box {
  padding: 16px 0 16px;
}
.popupBox .content_box img {
  width: 100%;
}
.popupBox .btn_box {
  position: sticky;
  left: 0;
  bottom: 0;
  padding-top: 16px;
  width: 100%;
  height: 101px;
  background-color: #fff;
}
.popupBox .btn_box .van-button--danger {
  display: block;
  margin: 0 auto;
  width: 342px;
  height: 40px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 40px;
  text-align: center;
  background: #FF9700;
  border-radius: 20px;
  border: none;
}
.popupBox .btn_box .hint_box {
  margin-top: 12px;
  width: 100%;
  height: 17px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
  line-height: 17px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popupBox .btn_box .hint_box p {
  margin: 0;
  margin-left: 3px;
}
.popupBox .btn_box .hint_box .guide-checkbox[type='checkbox'] {
  cursor: pointer;
  position: relative;
  width: 12px !important;
  height: 12px !important;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-appearance: none;
  outline: none;
  box-sizing: border-box;
}
.popupBox .btn_box .hint_box .guide-checkbox[type=checkbox]:checked {
  width: 12px !important;
  height: 12px !important;
  background: #FDC721;
  background: url("../img/guide-checkbox.png") no-repeat center;
  background-size: 100%;
  border: none !important;
}
.popupBox .btn_box .hint_box .guide-checkbox[type='checkbox']:focus {
  outline: none !important;
  outline-offset: 0 !important;
}
