#index .tag {
  font-size: 12px;
  color: #021a90;
}

#index hr {
  color: #eaeaea;
  height: 10px;
  margin: 0;
}

.result .ball {
  color: #fff;
  display: inline-block;
  width: 22px;
  line-height: 22px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
}

.result .ball.red {
  background: radial-gradient(circle at 30px 30px, #fff, red);
}

.result .ball.green {
  background: radial-gradient(circle at 30px 30px, #fff, green);
}

.result .ball.blue {
  background: radial-gradient(circle at 30px 30px, #fff, blue);
}

#index #lottery {
  padding: 0 10px;
  border: 10px solid #eaeaea;
}

#index #lottery .tag {
  padding-bottom: 8px;
}

#index #lottery .tag .draw-number {
  font-size: 15px;
}

#index #lottery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#index #lottery ul li {
  text-align: center;
}

#index #ads {
  padding: 15px 5px;
}

#index #ads .long a {
  display: inline-block;
  padding: 3px 0;
}

#index #ads .long a img {
  width: 100%;
}

#index #ads .short a {
  display: inline-block;
  padding: 3px 0;
  width: 49%;
}

#index #ads .short a:nth-child(even) {
  float: right;
}

#index #ads .short a img {
  width: 100%;
}

#index #recommend {
  padding: 15px 10px;
}

#index #recommend .recommends {
  overflow-x: scroll;
  white-space: nowrap;
  padding-bottom: 5px;
}

#index #recommend .recommends .recommend {
  width: 30%;
  display: inline-block;
  white-space: normal;
  vertical-align: top;
}

#index #recommend .recommends .recommend .img {
  border: 3px solid #eaeaea;
}

#index #recommend .recommends .recommend .img img {
  width: 100%;
}

#index #recommend .recommends .recommend .title {
  text-align: center;
  color: #000000;
}

#index #news {
  padding: 15px 10px;
}

#index #news .news a .title {
  color: #000000;
  padding: 3px 0;
}

#news-show {
  padding: 10px;
  border: 10px solid #eaeaea;
}

#news-show .title {
  color: #000000;
  font-size: 20px;
  margin-bottom: 10px;
}

#news-show .time {
  color: #8f8f8f;
  font-size: 8px;
  margin-bottom: 10px;
}

#news-show .content img {
  max-width: 100%;
  display: block;
  margin: 12px auto;
}

#news-show .content p {
  font-size: 16px;
}

#news-show .content p:not(img) {
  margin: 12px 0;
}

#index #beauty {
  padding: 15px 10px;
}

#index #beauty .beauty {
  display: inline-block;
  padding: 3px 0;
  width: 49%;
}

#index #beauty .beauty img {
  width: 100%;
}

#post-show {
  padding: 10px;
  border: 10px solid #eaeaea;
}

#post-show .title {
  color: #000000;
  font-size: 20px;
  margin-bottom: 10px;
}

#post-show .time {
  color: #8f8f8f;
  font-size: 8px;
  margin-bottom: 10px;
}

#post-show .content img {
  max-width: 100%;
  display: block;
  margin: 12px auto;
}

#post-show .content p {
  font-size: 16px;
}

#post-show .content p:not(img) {
  margin: 12px 0;
}

#comments {
  background-color: #eaeaea;
}

#comments .comment {
  padding: 10px;
  margin: 0 10px 5px;
  border: 5px solid #ffffff;
}

#comments .comment .commentator,
#comments .comment .time {
  color: #8f8f8f;
  padding-bottom: 5px;
}

#comments .layui-flow-more {
  margin: 0;
}

#forum {
  background-color: #eaeaea;
}

#forum .post {
  background-color: #ffffff;
  border-style: solid;
  border-color: #eaeaea;
  border-width: 5px 10px;
  padding: 8px;
}

#forum .post .time,
#forum .post .author,
#forum .post .statistic {
  color: #8f8f8f;
  font-size: 12px;
}

#forum .post .title {
  color: #000000;
  padding: 2px 0;
  font-size: 16px;
}

#forum .post .info {
  position: relative;
}

#forum .post .info .statistic {
  position: absolute;
  right: 0;
}

#forum .layui-flow-more {
  margin: 0;
}

#game-result-index table thead {
  background-color: #021a90;
  color: #ffffff;
}

#game-result-index table thead th {
  padding: 2px 0;
}

#game-result-index table thead th:first-child {
  padding-left: 10px;
}

#game-result-index table thead th:last-child {
  padding-right: 10px;
}

#game-result-index table tbody tr {
  background-color: #eaeaea;
  padding: 0 2px;
}

#game-result-index table tbody tr:nth-child(even) {
  background-color: #ffffff;
  border-bottom: 5px solid #dedede;
  text-align: center;
}

#game-result-index table tbody tr td {
  padding: 5px 0;
  color: #8f8f8f;
}

#game-result-index table tbody tr td:first-child {
  padding-left: 10px;
}

#game-result-index table tbody tr td:last-child {
  padding-right: 10px;
}

#game-result-index table tbody tr td .start-time {
  padding-right: 5px;
  display: inline-block;
}

#game-result-index table tbody tr td .race-name {
  color: #021a90;
  border: 1px solid #021a90;
  padding: 1px;
  display: inline-block;
}

#game-result-index table tbody tr td.handicap,
#game-result-index table tbody tr td.recommend {
  color: #021a90;
}

#game-result-index table tbody tr td.score {
  color: #f1af2a;
}

#complaint-create form {
  margin: 0 auto;
  width: 80%;
}

#complaint-create form .group {
  padding: 10px;
  font-size: 14px;
}

#complaint-create form .group label {
  display: inline-block;
  width: 100%;
}

#complaint-create form .group .wrapper input {
  display: inline-block;
  width: 100%;
  background-color: #ffffff;
  padding: 6px 0;
}

#complaint-create form .group .text-wrapper textarea {
  width: 100%;
}

#complaint-create form .group .verification input {
  width: 48%;
  background-color: #ffffff;
  padding: 10px 0;
  text-align: center;
}

#complaint-create form .group .verification a img {
  width: 49%;
}

#complaint-create form .btn {
  text-align: center;
}

#complaint-create form .btn .submit {
  padding: 10px 18%;
  background-color: #f1af2a;
  color: #ffffff;
  border-style: none;
}

#complaint-create form .btn .reset {
  padding: 10px 18%;
  background-color: #ffffff;
  color: #f1af2a;
  border-style: none;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  background: #eaeaea;
}

#content .white-background {
  background-color: #ffffff;
}

#header {
  overflow: hidden;
  background-color: #021a90;
}

#header .logo {
  margin-top: 20px;
  text-align: center;
  background-color: #ffffff;
  padding: 10px 0;
}

#header .menu {
  margin-bottom: 10px;
  background-color: #ffffff;
  padding-bottom: 5px;
}

#header .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 8%;
}

#header .menu ul li a {
  color: #021a90;
}

#header .menu ul li a.focus {
  color: #f1af2a;
}

#footer {
  background-color: #021a90;
  padding: 10px 25px;
}

#footer div {
  font-size: 12px;
  color: #ffffff;
  text-align: center;
}

#footer div span {
  display: inline-block;
}

#footer div:nth-child(2) {
  padding-top: 5px;
}

.layui-layer-loading .layui-layer-content {
  margin: 0 auto;
}

