<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  max-width: 768px;
  min-width: 320px;
  margin: 0 auto;
}

body {
  margin: 0 auto;
  padding-top: 84px;
}

p {
  margin: 0;
}

header {
  max-width: 768px;
  min-width: 320px;
  margin: 0 auto;
  position: fixed;
  top: 0;
  width: 100%;
  height: 44px;
  background-color: #5fc0cd;
}

header div, header img {
  position: absolute;
  top: 50%;
}

header div {
  left: 50%;
  margin-left: -70px;
  margin-top: -18px;
  width: 140px;
  height: 36px;
  font-size: 0;
  border-radius: 8px;
  white-space: nowrap;
  background-color: #55a8b3;
}

header div button {
  width: 50%;
  height: 100%;
  padding: 0;
  border: none;
  border-radius: 8px;
  outline: none;
  background-color: #fff;
  color: #5fc0cd;
}

header div button:hover {
  background-color: #55a8b3;
  color: #fff;
}

header img {
  margin-top: -10.5px;
  right: 20px;
}

nav {
  max-width: 768px;
  min-width: 320px;
  margin: 0 auto;
  position: fixed;
  top: 44px;
  width: 100%;
  height: 40px;
}

nav div {
  display: flex;
  height: 100%;
}

nav div select {
  flex: auto;
  text-align-last: center;
  border: none;
  color: #999;
}

nav div .border-right {
  border-right: 1px solid #999;
  border-image: linear-gradient(to bottom, #ffffff, #e1e5e7, #ffffff) 1;
}

main {
  padding-bottom: 55px;
}

main .content {
  display: flex;
  flex-flow: column nowrap;
  height: 93px;
  border-top: 1px solid #e1e5e7;
}

main .content .line-one, main .content .line-two, main .content .line-two .next, main .content .line-three {
  display: flex;
  align-items: center;
  height: 31px;
}

main .content .line-one .omit, main .content .line-two .omit, main .content .line-three .omit {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

main .content .line-one {
  color: #999;
  font-size: 14px;
}

main .content .line-one img {
  padding: 0 5px;
}

main .content .line-two {
  justify-content: space-between;
}

main .content .line-two p {
  padding-left: 22px;
}

main .content .line-two .next {
  color: #e63b0e;
  white-space: nowrap;
}

main .content .line-two .next img {
  padding: 0 20px;
}

main .content .line-three {
  color: #999;
  font-size: 13px;
}

main .content .line-three img {
  padding: 5px 5px 0;
}

footer {
  max-width: 768px;
  min-width: 320px;
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 55px;
  background-color: #f8fafb;
}

footer .foot {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  padding: 0 10%;
}

footer .foot .foot-left, footer .foot .foot-right {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-around;
  height: 100%;
  font-size: 12px;
}

footer .foot .foot-left a, footer .foot .foot-right a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

footer .foot .foot-left a {
  color: #5fc0cd;
}

footer .foot .foot-right a {
  color: #999;
}
</pre></body></html>