* {
    margin: 0px;
    padding: 0px;
    font-family: Microsoft YaHei, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
  }

  .tipBox {
    padding: 20px;
  }

  .tipBox > * {
    margin-bottom: 5px;
  }

  .tipBox .strongs {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin-top: 15px;
  }

  .tipBox h1 {
    padding-bottom: 10px;
    font-size: 24px;
  }

  .tipBox p {
    font-weight: 400;
    color: #333;
    font-size: 16px;
    margin-top: 6px;
    line-height: 1.5em;
  }

  .tipBox p a {
    word-break: break-all
  }
  .tipBox p strong{
     font-weight: 700;
 }
