@charset "UTF-8";
#body,
body {
  background: #fff;
  background-image: url('https://img.wow99.cn/i/2023/04/01/642759b518bfa.png');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
}


.publish-btn{
  display: inline-block;
  line-height: 44px;
  height: 44px;
  width: 100px;
  text-align: center;
  background: #ee8768;
  color:#fff;
}

.ann {
  background: #FF0000;
  color: #fff;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
}
.ann .fr{
  float: right;
}

.game-cards {
  margin: 0 -20px;
}
.game-cards .col-lg-3 {
  padding: 0 5px;
}

.light-link {
  transition: 0.3s;
}
.light-link:hover {
  font-size: 13px;
  text-decoration: none;
  text-shadow: 0 0 10px rgba(255, 0, 0, 0.5), 0 2px 0 #bcc2c2, 0 3px 0 #afb6b6, 0 4px 0 #a1aaa9, 0 0 5px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.2), 0 10px 15px rgba(0, 0, 0, 0.3);
  color: #fa1e1e;
  -webkit-transform: scale(1.05) translate(0, -4px);
  transform: scale(1.05) translate(0, -4px);
}
.light-link:active {
  text-shadow: 0 0 10px red;
  -webkit-transform: scale(1) translate(0, 0);
  transform: scale(1) translate(0, 0);
}

.text-game {
  font: 12px/1.5 思源黑体;
  border-top: 1px #ccc solid;
}
.text-game .col-lg-3 {
  height: 28px;
  line-height: 28px;
  border: 1px #ccc solid;
  font-weight: 700;
  background: #f9f9f9;
  text-align: center;
  border-right: none;
  border-top: none;
}
.text-game .col-lg-3:last-child, .text-game .col-lg-3:nth-child(4n) {
  border-right: 1px #ccc solid;
}

.game-card {
  border: 1px solid #b2b2b2;
  font: 12px/1.5 思源黑体;
  margin-bottom: 10px;
}
.game-card img {
  width: 100%;
  object-fit: cover;
}
.game-card .title {
  font-size: 18px;
  font-weight: 700;
}
.game-card .title .tag {
  color: red;
  font-size: 16px;
  margin-left: 10px;
}
.game-card p {
  margin-bottom: 0;
}
.game-card .content {
  padding: 10px;
}
.game-card .content .desc {
  font-size: 12px;
  padding: 10px 0 15px;
  height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.game-card .content .score {
  margin-bottom: 5px;
  font-weight: 700;
}
.game-card .content .score .star {
  color: #f53c1d;
  font-size: 12px;
  vertical-align: text-bottom;
}
.game-card .content a {
  display: block;
  height: 45px;
  line-height: 45px;
  font-size: 22px;
  background: #ee8768;
  color: #fff;
  text-align: center;
  display: block;
  text-decoration: none;
}

.BreakingNewsController {
  width: 100%;
  overflow: hidden;
  background: #fff;
  height: auto;
  padding: 0;
  position: relative;
}

.BreakingNewsController .bn-title {
  display: inline-block;
  float: left;
  padding: 10px 20px;
  background: #f5474c;
  color: #fff;
}

.BreakingNewsController ul {
  padding: 0;
  margin: 0;
  display: block;
  list-style: none;
  position: absolute;
  left: 180px;
  right: 50px;
}

.BreakingNewsController ul li {
  list-style: none;
  padding: 10px 20px;
  display: none;
}

.BreakingNewsController ul li a {
  text-decoration: none;
  color: #333;
  display: inline-block;
  overflow: hidden;
  padding: 0;
}

.BreakingNewsController .bn-arrows {
  display: inline-block;
  float: right;
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.BreakingNewsController .bn-arrows span {
  display: block;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  cursor: pointer;
  opacity: 0.2;
}

.BreakingNewsController .bn-arrows span:hover {
  opacity: 1;
}

.BreakingNewsController .bn-arrows-left {
  left: 0;
  background: url(/plugin/zl_theme_game/images/bn-arrows.png) left center no-repeat;
}

.BreakingNewsController .bn-arrows-right {
  right: 10px;
  background: url(/plugin/zl_theme_game/images/bn-arrows.png) right center no-repeat;
}

.easing a,
.easing span {
  transition: 0.25s linear;
  -moz-transition: 0.25s linear;
  -webkit-transition: 0.25s linear;
}

table thead {
  border-collapse: collapse;
}
table thead th {
  background: linear-gradient(to bottom, #cf0508, #7f0606);
  font-weight: normal;
  font-size: 12px;
  color: #fff;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border: solid 1px #f48589;
}

table thead th.light {
  background: #f1dfdf;
  font-weight: 800;
  color: #ce1b1b;
}

table tbody tr.normal {
  background: #ffffc4;
}

table tbody tr img {
  margin-right: 5px;
}

table tbody tr.today,
table tbody tr.today a {
  background: #015a00;
  color: #ffff03;
}

table tbody tr.red,
table tbody tr.red a {
  background: #840000;
  color: #ffff03;
}

table tbody tr.yellow {
  background: #ffff03;
}
table tbody tr.blue,
table tbody tr.blue a {
  background: #4391c0;
  color:#fff;
}

table td {
  padding: 0 5px;
  border: solid 1px #f48589;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
td.left {
  text-align: left !important;
}

td.mw-100,
tr.mw-100 {
  max-width: 110px !important;
}

td.mw-150,
tr.mw-150 {
  max-width: 130px !important;
}

td.mw-200,
tr.mw-200,
span.mw-200 {
  max-width: 350px !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

td.mw-50,
tr.mw-50 {
  max-width: 50px !important;
}

/* tr.bg-yellow, tr.bg-white:hover {
    background: #ffff00 !important;
  } */
tr.bg-yellow:hover {
  background: #ffffff !important;
}

Í .game-forum .card-head {
  background: #35ab86;
  color: #fff;
  text-align: center;
  font-weight: 700;
  border-top: 3px solid #c03b00;
}

.game-forum .time {
  float: right;
  color: #ff7800;
}

.game-forum li {
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
}

a {
  color: #000;
}

.create-ad-btn {
  position: absolute;
  top: 10px;
  right: 58px;
  background: rgba(234, 129, 108, 0.6);
  display: inline-block;
  padding: 5px 20px;
  border-radius: 5px;
  color: #fff !important;
}

.box {
  height: 35px;
  line-height: 35px;
  position: relative;
  padding: 0px;
}

.box span {
  padding-right: 14px;
}

.wrap {
  white-space: nowrap;
  height: 35px;
  overflow: hidden;
  padding-left: 58px;
}

.box span {
  position: absolute;
  font-weight: bold;
  background: #fff;
}

.start,
.end {
  display: inline-block;
}

.friendlink ul {
  padding: 0;
}

.friendlink li {
  display: inline-block;
  list-style: none;
  padding-right: 0.5rem;
}

.banner {
  height: 300px;
}

#search_form {
  display: none;
}

.forum-card .card-header {
  display: block;
  background-image: -webkit-linear-gradient(left, #3498db, #f47920 10%, #d71345 20%, #f7acbc 30%, #ffd400 40%, #3498db 50%, #f47920 60%, #d71345 70%, #f7acbc 80%, #ffd400 90%, #3498db);
  color: transparent;
  /*文字填充色为透明*/
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  /*背景剪裁为文字，只将文字显示为背景*/
  background-size: 200% 100%;
  /*背景图片向水平方向扩大一倍，这样background-position才有移动与变化的空间*/
  /* 动画 */
  animation: masked-animation 4s infinite linear;
}
@keyframes masked-animation {
  0% {
    background-position: 0 0;
    /*background-position 属性设置背景图像的起始位置。*/
  }
  100% {
    background-position: -100% 0;
  }
}
.forum-card .forum {
  display: flex;
  text-decoration: none;
}
.forum-card .forum img {
  width: 65px;
  height: 65px;
  margin-right: 10px;
}
.forum-card .forum .title {
  font-size: 16px;
}
.forum-card .forum .title .name {
  font-weight: bold;
}
.forum-card .forum .desc {
  color: #727272;
  font-size: 12px;
  padding-left: 8px;
}

@media (max-width: 991.98px) {
  .banner,
.pc {
    display: none;
  }
  .ann .fr{
    float: none;
  }

  .create-ad-btn {
    position: fixed;
    background: #f35130;
    text-align: center;
    right: 15px;
    bottom: 30px;
    top: auto;
    left: auto;
    width: 100px;
    border-radius: 2px;
    z-index: 100;
  }

  .game-forum .col-lg-3:last-child {
    padding-right: 0.5rem !important;
  }

  td.mw-200,
tr.mw-200,
span.mw-200 {
    max-width: 100px !important;
  }
}
/*# sourceMappingURL=theme.css.map */
