<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.light {
  background-color: #F5F5F5;
  color: rgb(51, 51, 51);
}

.light p#content {
  font-size: 20px
}

.night {
  background: #000;
  color: #fff
}

.night p#content p {
  color: #8c8c8c;
  font-size: 20px
}

h5 {
  padding-top: 5px;
}

.field-contain label {
  width: auto;
  padding-right: 0;
}

.field-contain input[type='text'] {
  width: 40px;
  height: 30px;
  padding: 5px 0;
  float: none;
  text-align: center;
}

.flex {
  display: flex;
  display: -webkit-flex;
  padding-bottom: 5px;
}

.flex&gt;div {
  flex: 1;
  -webkit-flex: 1;
  text-align: center;
  padding: 30px 0;
}

.flex div a {
  border: 1px solid #aaa;
  border-radius: 5px;
  padding: 10px 20px;
  color: #aaa;
}

.flex .div a {
  border: 1px solid #fb655c;
  border-radius: 5px;
  padding: 10px 20px;
  color: #fff;
  background-color: #fb655c;
}

.box_read p {
  padding-bottom: 10px;
}

.box_read h1 {
  font-size: 20px;
  line-height: 50px;
  height: 50px;
}

ins.adsbygoogle[data-ad-status="unfilled"] {
  display: none !important;
}

/* é¡µé¢ä¸­é—´æ&nbsp;·å¼ */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.flex&gt;div {
  flex: 1;
  -webkit-flex: 1;
  text-align: center;
  padding: 15px 0;
}


.pdbt0 {
  padding-bottom: 0px;
}

.textb {
  font-size: large;
  font-weight: bold;
  color: red;
}

.diva {
  font-size: large;
  font-weight: bold;
  color: red;
  border: 0;
}</pre></body></html>