@charset "UTF-8";
.is-show {
  display: block !important;
}

.is-hide {
  display: none !important;
}

.color-red {
  color: rgb(255, 0, 0) !important;
}

.color-yellow {
  color: rgb(255, 255, 0) !important;
}

.color-blue {
  color: rgb(0, 0, 255) !important;
}

.color-blue-shallow {
  color: rgb(0, 204, 255) !important;
}

.color-orange {
  color: rgb(255, 102, 0) !important;
}

.color-cyan {
  color: rgb(51, 204, 0) !important;
}

.background-color-red {
  background-color: rgb(255, 0, 0) !important;
}

.background-color-orange {
  background-color: rgb(255, 102, 0) !important;
}

.background-color-cyan {
  background-color: rgb(51, 204, 0) !important;
}

.margin-top-1 {
  margin-top: 1rem;
}

.margin-left-1 {
  margin-left: 1rem;
}

.margin-right-0-5 {
  margin-right: 0.5rem;
}

.margin-bottom-0-5 {
  margin-bottom: 0.5rem;
}

.padding-1 {
  padding: 1rem;
}

.text-170-400-0-6 {
  color: rgb(170, 170, 170);
  font-weight: 400;
  font-size: 0.6rem;
}

.text-136-500-0-8 {
  color: rgb(136, 136, 136);
  font-weight: 500;
  font-size: 0.8rem !important;
}

.text-box-blue {
  background: #1487f4;
  color: #fff;
  border: #1487f4 1px solid;
}

/* 文本显示 */
.text-box {
  text-indent: 2em;
}
.text-box p {
  margin-bottom: 1rem;
}

/*# sourceMappingURL=single.css.map */
