<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.p-hide {
  display: none;
}
.mr-15 {
  margin-right: 15px;
}
.ml-15 {
  margin-left: 15px;
}
.p-btn-wrap {
  text-align: center;
  margin: 30px 0 30px;
}
.button-red {
  padding: 8px 50px;
  background: #e4493d;
  border-radius: 2px;
  font-family: Verdana;
  font-size: 24px;
  color: #fff;
  letter-spacing: -0.35px;
  line-height: 19px;
  height: auto;
  min-width: 188px;
  border: none;
  cursor: pointer;
}
.login-wrap {
  background: rgba(247,245,242,0.5);
  width: 939px;
  margin: 0 auto;
  text-align: center;
  padding: 40px;
}
.login-wrap.night {
  background: rgba(0,0,0,0.2);
}
.login-wrap .third-panel {
  margin: 0 auto;
}
.login-wrap .uclient-form {
  padding: 0;
}
.login-wrap .uclient-form-title {
  font-family: Verdana;
  font-size: 14px;
  color: #333;
  letter-spacing: 0;
  width: 350px;
  margin: 20px auto -20px;
}
.pay-wrap {
  background: #f7f5f2;
  width: 952px;
  margin: 0 auto;
  text-align: center;
  padding: 40px;
}
.pay-wrap .night {
  background: rgba(0,0,0,0.2);
}
.pay-wrap .p-title {
  font-size: 28px;
  color: $dark;
  font-weight: bolder;
  line-height: 26px;
}
.pay-wrap .p-disc {
  font-family: Verdana;
  font-size: 14px;
  color: #c5c5c5;
  height: 21px;
  line-height: 21px;
  letter-spacing: -0.3px;
  margin: 8px auto 16px;
}
.pay-wrap .p-btn {
  height: 48px;
  margin: 16px 0 36px;
}
.pay-wrap .p-ask {
  font-family: Verdana-Bold;
  font-size: 14px;
  font-weight: bolder;
  color: #a1a1a1;
  letter-spacing: -0.34px;
  line-height: 24px;
}
.pay-wrap .detail {
  font-family: Verdana;
  font-size: 14px;
  color: #a1a1a1;
  letter-spacing: 0;
  line-height: 16px;
  margin: 4px auto 0;
  width: 250px;
}
.j-autopay-img {
  width: 18px;
  height: 18px;
  margin-bottom: 3px;
}
.p-ask .p-label,
.p-ask .j-autopay-img {
  cursor: pointer;
}
.p-topuppay {
  width: 484px;
  padding: 30px;
  margin: 0 auto;
}
.p-topuppay .title {
  margin-bottom: 20px;
  font-family: Verdana;
  font-size: 16px;
  color: #333;
  letter-spacing: 0;
  font-weight: bolder;
  text-align: center;
}
.p-topuppay .line {
  border: none;
  border-top: 1px #f7f5f2 solid;
  height: 10px;
}
.p-topuppay .p-item {
  float: none;
  margin: 0 auto;
  cursor: default;
}
.p-topuppay .p-btn {
  font-family: ArialMT;
  font-size: 16px;
  letter-spacing: 0;
}
.pay-result-mark {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}
.pay-result.success {
  padding: 30px;
  width: 280px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -140px;
  margin-top: -145px;
  background-color: #fff;
}
.pay-result.success .icon-x {
  margin: 0 auto 30px;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  background: #73ce5f;
}
.pay-result.success .detail {
  font-family: ArialMT;
  font-size: 14px;
  color: #333;
  letter-spacing: 0;
  width: 70%;
  margin: 0 auto;
}
.pay-result.success .button-red {
  margin-top: 20px;
}
.pay-result.failed {
  padding: 30px;
  width: 280px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -140px;
  margin-top: -145px;
  background-color: #fff;
}
.pay-result.failed .icon-x {
  margin: 0 auto 30px;
  border-radius: 50%;
  __position: relative;
  height: 80px;
  width: 80px;
  background: #b44646;
  __transform: rotate(-45deg);
}
.pay-result.failed .detail {
  font-family: ArialMT;
  font-size: 14px;
  color: #333;
  letter-spacing: 0;
  width: 80%;
  margin: 0 auto;
}
.pay-result.failed .button-red {
  margin-top: 20px;
}
</pre></body></html>