<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
  min-height: 100%;
  font-size: 14px;
  background: linear-gradient(to bottom, #2A7FFE, #fff);
  /* For browsers that do not support gradients */
}
body {
  background: transparent;
}
#app {
  padding-bottom: 30px;
  min-height: 100%;
  background: transparent;
}
.van-nav-bar {
  background-color: transparent;
}
.van-nav-bar .van-icon {
  color: #fff;
}
.van-nav-bar__title {
  color: #fff;
}
.van-hairline--bottom::after {
  display: none;
}
.content {
  width: calc(100% - 28px);
  box-sizing: border-box;
  margin: auto;
}
.content h1 {
  text-align: center;
  font-size: 32px;
  color: #262F6C;
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px dashed #e4e4e4;
  position: relative;
  background: #fff;
  border-radius: 10px 10px 0 0 ;
}
.content h1::before {
  content: '';
  display: block;
  height: 20px;
  width: 15px;
  background: #4E95FE;
  border-radius: 0 50px 50px 0;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.content h1::after {
  content: '';
  display: block;
  height: 20px;
  width: 15px;
  background: #4E95FE;
  border-radius: 50px 0  0 50px;
  position: absolute;
  right: 0;
  bottom: -10px;
}
.content .title {
  margin-top: 20px;
  color: #2A7FFE;
}
.content .tick-wrap {
  background: #fff;
  padding: 14px;
  border-radius: 10px;
}
.content .contract {
  margin: 20px 0;
  text-align: center;
}
.content .contract .van-checkbox {
  justify-content: center;
}
.content .contract .van-checkbox__label {
  color: #2A7FFE;
}
</pre></body></html>