html,
body {
  margin: 0rem;
  padding: 0rem;
}

.con {
  margin: 1.125rem;
  font-size: 0.875rem;
  overflow-y: auto;
  color: initial;
  line-height: 1.7rem;
}

.con .conTitle {
  padding-bottom: 1rem;
  font-weight: bold;
  text-indent: 0px;
  font-size: 1.13rem;
  text-align: center;
}

.version {
  font-weight: bold;
  text-align: left;
  padding: 0rem 0 0.1rem 0;
  text-indent: 1.5rem;
}

.version .des {
  font-weight: normal;
}

.con .title {
  text-align: left;
  font-weight: bold;
  padding-top: 1rem;
  text-indent: 0px;
  font-size: 1rem;
}

.con p.withMBottom {
  margin: 0.5rem 0;
}

.con p span {
  font-weight: bold;
}

.con p {
  text-indent: 1.5rem;
  margin: 0rem;
}

.con p.subTitle {
  font-weight: bold;
  text-align: left;
  padding: 0.5rem 0 0.1rem 0;
}

.con .context span {
  display: block;
  text-indent: 1.5rem;
}

.con .context span div {
  text-indent: 1.5rem;
}

/* 移动端样式 */
@media screen and (max-width: 768px) {
  .con .conTitle {
    text-align: left;
  }
}
