.rule-warp{
  display: flex;
  flex-direction: column;
  width: 8.98rem;
  height: 4.4rem;
  margin-top: .2rem;
  margin-left: .76rem;
  overflow: scroll;
  scrollbar-color: transparent;
  scrollbar-width: 0;
}
.rule-content{
  display: block;
  flex-shrink: 0;
  word-break: break-all;
  line-height: .34rem;
  font-size: .2rem;
  color: #294391;
  width: 100%;
  font-family: gamefontyahei;
}