<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

 button {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 100;
  letter-spacing: 0.5px;
}


.popup h4 {
  font-size: 20px;
  text-align: center;
  color: #444;
  margin: 30px  auto 30px;
}



button {
  background: #f495bc;
  border: 0;
  border-radius: 4px;
  padding: 7px 15px;
  font-size: 16px;
  color: #FFFFFF;
  cursor: pointer;
}
button:focus {
  outline: none;
}
button:hover {
  background: #f495bc;
}

.popup {
  background: rgba(100, 100, 100, 0.6);
  position: fixed;
  display: none;
  z-index: 5000;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.popup &gt; div {
  border-radius: 10px; overflow: scroll; height: 70%;
  position: fixed;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  padding: 30px 15px;
  /* Width of popup can be changed */
  width: 70%;
  max-width: 600px;
  z-index: 5001;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  text-align: center;
  border: 5px solid #9AD3DE;
}

.popup ol li, .popup p {  font-size: 15px ; text-align: left;  color: #777; line-height: 20px;  font-family: "å¾®è½¯é›…é»‘", "å¾®è»Ÿæ­£é»‘é«”", Arial, Helvetica, ""sans-serif"",  "é»‘ä½“", "é»‘é«”";}
</pre></body></html>