html,
body {
  font-weight: normal;
  font-family: Roboto, Noto, Helvetica, 'Microsoft YaHei', Arial, sans-serif;
  font-size: 12px;
  line-height: 1.4;
  color: #323232;
}
html,
body,
div,
p,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
body {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  color: #323232;
}
a {
  color: inherit;
}
img {
  vertical-align: middle;
}
/*CMS规则页*/
#game-circle {
  position: relative;
  background-color: #fff;
  max-width: 100%;
  font-size: 12px;
  text-align: center;
}
#game-circle a {
  display: block;
  box-sizing: border-box;
}
#game-circle p {
  font-size: 12px;
}
#game-circle p img {
  width: 100%;
  height: auto;
}
#game-circle .mg10 img {
  margin: 10px 0;
}
#game-circle img {
  max-width: 100%;
  height: auto;
}
#game-circle .header {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#game-circle .name-box {
  margin: auto;
}
#game-circle h1.rules-name {
  color: #FFAF18;
  font-weight: 500;
}
#game-circle .rules-subname {
  color: #fff;
}
#game-circle h2.page-title {
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: 400;
  font-size: 24px;
}
#game-circle .rules-title {
  color: #0bb75b;
  margin: 20px 0 6px;
  font-size: 14px;
}
#game-circle .tips {
  color: #0bb75b;
}
#game-circle .container {
  padding: 16px 16px;
  line-height: 20px;
  text-align: left;
}
#game-circle .container table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  color: #5e5e5e;
  margin: 9px 0;
  border: 1px solid #ddd;
  text-align: center;
}
#game-circle .container table tr {
  border-top: 1px solid #ddd;
}
#game-circle .container table tr:nth-child(1) {
  border: none;
  background-color: #f9f9f9;
}
#game-circle .container table td {
  word-break: keep-all;
  white-space: nowrap;
  padding: 5px;
  vertical-align: middle;
  border-left: 1px solid #eee;
}
#game-circle .container table td:nth-child(1) {
  border: none;
}
#game-circle .container table .text-bold {
  font-weight: bold;
}
#game-circle .container table img {
  margin: auto;
  width: 27.5px;
  display: block;
}
