@font-face {
  font-family: "8417";
  src: url("/https/ansakj.com/static/v64/images/8417.woff2") format("woff2");
}

:root {
  --primary-color: #b23a48;
  --header-bg: linear-gradient(-180deg, #b23a48 20%, #720026 80%) !important;
  --navbar-link-hover: #eaf4f4 !important;
  --match-header-color: #000;
  --match-header-active: #ba181b;
  --match-list-font-size: 30px !important;
  --match-signal-end-bg-color: #502922;
  --match-signal-end-color: #fff;
  --match-signal-end-bg-border: 1px solid #fff;
  --news-text-color: #b23a48;
  --news-text-before-bg-color: #b23a48;
  --footer-border-color: #5a189a;
  --footer-bg-color: #240046;
  --footer-link-text-color: #bfd7ea !important;
  --friendly-bg-color: #7b2cbf;
  --search-btn-bg-color: #480ca8;
  --search-btn-text-color: #fff;
  --leaderboard-header-bg-color: #b23a48;
  --leaderboard-header-text-color: #fff;

  --pagination-bg-active-color: #b23a48;
  --pagination-bg-hover-color: #eaac8b;
  --pagination-text-active-color: #fff;
  --directly-pagination-bg-active-color: #a4161a;

  --data-tab-after-bg-color: #b23a48;
  --post-comment-btn-bg-color: #277da1;
  --post-comment-btn-bg-text-color: #fff;
  --tv-title-bg-color: #4d908e;
  --tv-title-bg-text-color: #fff;
  --tv-title-bg-border-bottom-color: #ffeee2;
  --all-game-title-border: 1px solid #b23a48;
  --all-game-title-text-color: #fff;
  --all-game-data-list-a-hover-color: #a4c3b2;
  --all-game-data-list-a-active-bg-color: #b23a48;
  --all-game-data-list-a-active-color: #fff;
  --all-game-data-list-a-active-hover-color: #fff;
  --mobile-navbar-item-bg-color: rgb(176, 72, 72);
  --stream-content-bg-color: #a4161a;
  --tv-item-bg-color: #b04848;
  --tv-item-text-color: #fff;
  --one-flex: 0 0 100%;
  --two-flex: 0 0 50%;
  --three-flex: 0 0 50%;
  --data-order-flex-direction: row;
  --info-page-one-flex: 0 0 65%;
  --info-page-two-flex: 0 0 32%;
  --index-master-table-flex: 0 0 67%;
  --data-year-item-a-hover-color: #000;
  --stream-page-tab-active-color: #fff;
  --login-area-bg-color: #b23a48;
  --login-area-text-color: #fff;
}

.info-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.one {
  flex: var(--one-flex);
}

.two {
  flex: var(--two-flex);
}

.three {
  flex: var(--three-flex);
}

.info-content .news {
  background-color: #fff;
  padding: 1.2%;
  box-sizing: border-box;
  overflow-y: auto;
  border: 3px solid #f4f4f4;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 15px;
  margin-top: 5px;
}

.info-content .news .title {
  font-size: 22px;
  color: var(--news-text-color);
}

.info-content .news .title h4::before {
  content: "";
  position: relative;
  top: 2px;
  display: inline-block;
  width: 6px;
  height: 19px;
  border-radius: 5px;
  margin-right: 10px;
  background-color: var(--news-text-before-bg-color);
}
.info-content .news .news-item {
  margin-top: 20px;
}
.info-content .news .news-item a {
  line-height: 35px;
  width: 100%;
  color: #000000;
  font-size: 13px;
  text-align: left;
  display: block;
}

.info-content .news .tag {
  margin: 10px;
}

.pc {
  display: block;
}

.mobile {
  display: none;
}

.v57_index_content {
  display: flex;
}

.photo-wall {
  width: 100%;
  height: 120px;
  display: flex;
  padding: 0 20px;
  margin-top: 10px;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.photo-wall .photo-wall-item {
  width: 17%;
  min-width: 180px;
  flex-shrink: 0;
  padding: 5px 0;
  margin-right: 35px;
  position: relative;
  z-index: 1;
}

.photo-wall .photo-wall-item .photo {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

.photo-wall .photo-wall-item .play-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
}

header .login-area {
  background-color: var(--login-area-bg-color);
  color: var(--login-area-text-color);
  text-align: right;
}

header .login-area .login-area-content {
  width: 97%;
  margin: 0 auto;
  padding: 10px 0;
}

header .login-area .login-area-content a {
  font-size: 16px;
  margin-right: 10px;
  cursor: pointer;
}

header .login-area .login-area-content a:hover {
  color: var(--primary);
}

.banner {
  margin-top: 10px;
  width: 100%;
  height: 150px;
  position: relative;
  user-select: none;
}

.banner .banner-word {
  position: absolute;
  color: #fff;
  top: 35%;
  left: 2.5%;
  font-size: 40px;
  font-family: bold;
  letter-spacing: 3px;
  font-family: "8417";
  text-shadow: 5px 5px 3px #333;
  animation: bobbing 1s infinite ease-in-out;
  font-style: italic;
}

.hot-info {
  width: 98%;
  margin: 10px auto 0;
}

.hot-info .title {
  height: 2.5rem;
  line-height: 2.5rem;
  border-bottom: 1px solid var(--primary-color);
  padding: 0px;
}

.hot-info .title span {
  float: left;
  color: rgb(255, 255, 255);
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
  background: var(--primary-color);
  padding: 0px 1.5rem;
  font-size: 18px;
}

.hot-info .hot-info-img {
  box-sizing: border-box;
  width: 30%;
  padding: 10px 10px 10px 0;
}

.hot-info-content {
  display: flex;
  align-items: center;
}

.hot-info .hot-info-news-item {
  margin: 10px 0;
  display: flex;
  align-items: center;
}

.hot-info .hot-info-news-item img {
  margin-right: 10px;
}

@media screen and (max-width: 900px) {
  .info-content {
    flex-direction: column;
    padding-right: 5px;
  }

  .info-content .news {
    max-height: unset;
    margin: 20px 5%;
    padding: 2%;
  }

  .pc {
    display: none;
  }

  .mobile {
    display: block;
  }

  .v57_index_content {
    display: block;
  }

  .banner .banner-word {
    top: 26%;
    left: 2.5%;
    font-size: 26px;
    width: 40%;
  }

  .hot-info-content {
    display: block;
  }

  .hot-info .hot-info-img {
    display: none;
  }
}

@keyframes bobbing {
  0%,
  100% {
    color: #dde5b6;
  }
  25% {
    color: #a8dadc;
  }
  75% {
    color: #fff;
  }
}
