.wrap .content {
  color  : #333;
  padding: 0.4rem;
}

.wrap .content h1 {
  font-size    : 18px;
  font-weight  : bold;
  margin-bottom: 0.4rem;
  margin-top   : 12px;
}

.wrap .content .box {
  font-size    : 14px;
  margin-bottom: 0.26666667rem;
}

.wrap .content .box ul li {
  height         : 1.6rem;
  display        : flex;
  align-items    : center;
  justify-content: space-between;
}

.wrap .content .box ul li span {
  line-height: 0.46666667rem;
}

.wrap .content .box ul li span i {
  display      : inline-block;
  width        : 0.46666667rem;
  height       : 0.46666667rem;
  background   : #333;
  border-radius: 50%;
  margin-right : 4px;
}

.wrap .content h2 {
  font-size    : 0.8rem;
  text-align   : center;
  display      : block;
  margin-bottom: 0.53333333rem;
  font-weight  : bold;
  padding-top  : 0.26666667rem;
}

.wrap .content .content-text {
  width: 100%;
}

.wrap .content .content-text h3 {
  font-size    : 0.53333333rem;
  margin-bottom: 0.4rem;
  font-weight  : bold;
  margin-top   : 0.26666667rem;
  line-height  : 0.93333333rem;
}

.wrap .content .content-text p {
  font-size    : 0.46666667rem;
  line-height  : 0.8rem;
  margin-bottom: 0.16rem;
}

.wrap .content p .color-red {
  color: red
}

/* 缩进 */
.textIndent {
  text-indent: 1rem;
}

.textBottom {
  margin-bottom: 2rem
}

.signName {
  margin-left: 3rem;
}

.name {
  margin-left: 0.9rem;
}


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