div#关于服务器 img.MagicTown {
  opacity: 0.8;
  border-radius: 1rem;
  width: 70vw;
}
div#关于服务器 > div.分割线 {
  margin-top: 5px;
  width: 100%;
  height: 3px;
  background-color: rgb(41, 41, 41);
}
div#关于服务器 > span.ip {
  font-size: 24px;
}
div#关于服务器 > span.fz {
  color: antiquewhite;
}
div#关于服务器 > div.服务器准则 {
  float: left;
  color: rgb(190, 190, 190);
  font-size: 20px;
  width: 40%;
}
div#关于服务器 > div.服务器准则 > ol > li {
  text-align: left;
}
div#关于服务器 > div.网站说明 {
  font-size: 20px;
  color: beige;
  float: left;
  width: calc(60%);
}