h2 {
  color: #1abc9c;
}
.rules {
  height: 72px;
  margin-bottom: 190px;
}
.rules .tab {
  width: 100%;
  display: block;
  float: left;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  padding: 12px 15px;
  min-width: 180px;
  position: relative;
  background: #7395ae;
  transition: all 0.3s 0.05s ease;
  -moz-transition: all 0.3s 0.05s ease;
  -o-transition: all 0.3s 0.05s ease;
  -webkit-transition: all 0.3s 0.05s ease;
  border-left: 1px solid rgba(0, 0, 0, 0.09);
}
.rules .selected {
  border-top: 4px solid #ffa857;
  padding-top: 8px;
  transition: none;
  background: #8fc1e3;
  border-bottom: 1px solid #557a95;
}
.rules .selected:hover {
  background: #d2fdff !important;
}
.rules .tab:hover {
  background: #b4dfe5;
}
.rules a {
  text-decoration: none;
  color: #343434;
}
.rules .tab span {
  font-size: 16px;
  font-weight: 600;
}
.rules .tab i {
  font-size: 26px;
  margin-bottom: 6px;
}
.rules_block {
  padding: 6px;
  margin-bottom: 12px;
  display: inline-block;
  transition: all 0.3s 0.05s ease;
  -moz-transition: all 0.3s 0.05s ease;
  -o-transition: all 0.3s 0.05s ease;
  -webkit-transition: all 0.3s 0.05s ease;
}

.rules_block h3 {
  font-size: 16px;
  font-family: fselliotpro-bold;
  float: left;
}
.rules_text span {
  color: #7f8c8d;
  margin-top: 10px;
  display: block;
}
.rules_punish {
  color: #c24d3e;
  margin-top: 10px;
}
.rules_text {
  float: right;
  margin-left: 10px;
  margin-top: -12px;
}
.rules_text i {
  padding: 0 5px;
  border-radius: 50%;
  border: 2px solid #dfd1d1;
  background: #eaeaea;
  color: #b39494;
  cursor: help;
  font-size: 14px;
  transition: all 0.5s 0.05s ease;
  -moz-transition: all 0.5s 0.05s ease;
  -o-transition: all 0.5s 0.05s ease;
  -webkit-transition: all 0.5s 0.05s ease;
  position: relative;
  display: inline-block;
}
.rules_text i:hover {
  color: #856767;
  border: 2px solid #cbbdbd;
  background: #d9d9d9;
}
.rules_horizontal {
  width: 741px;
  height: 4px;
  margin-left: -34px;
  background: #dcdcdc;
  margin-top: 14px;
  margin-bottom: 24px;
}
.rules_page {
  border-bottom: 5px solid rgba(210, 253, 255, 0.7);
  background: rgba(57, 57, 57, 0.9);
  box-shadow: 0px -1px 4px rgb(200 196 196 / 8%), 0px 4px 4px rgb(200 196 196 / 25%);
  border-radius: 7px;
  display: table;
  margin-bottom: 45px;
}