<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cover {
  background-color: transparent;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 999;
}
.showdiv .popup_decorate_wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -224px;
  margin-top: -145px;
  z-index: 9999;
}
.showdiv .popup_itme {
  width: 448px;
  height: 290px;
  background: #FFFFFF;
  box-shadow: 2px 2px 8px 2px rgba(192, 192, 192, 0.5);
  border-radius: 13px;
  padding: 17px 22px;
}
.showdiv .popup_itme .closediv {
  text-align: right;
}
.showdiv .popup_itme .closediv .closediv-btn {
  width: 34px;
  height: 34px;
  cursor: pointer;
  display: inline-block;
}
.showdiv .popup_itme .closediv .closediv-btn img {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.showdiv .popup_itme .popup_itme_title {
  text-align: center;
  margin-top: 49px;
}
.showdiv .popup_itme .popup_itme_title p {
  font-size: 20px;
  font-family: MicrosoftYaHei;
  color: #999999;
  line-height: 26px;
}
.showdiv .popup_itme .popup_itme_btn {
  text-align: center;
  margin-top: 60px;
}
.showdiv .popup_itme .popup_itme_btn .btn_return {
  display: inline-block;
  width: 120px;
  background: #FFFFFF;
  border-radius: 28px;
  border: 1px solid #1B9C5E;
  font-size: 16px;
  color: #1B9C5E;
  line-height: 40px;
  padding: 0 42px;
}
</pre></body></html>