﻿.none {
  display: none;
}
.pc_index {
  min-width: 1560px;
}
.head {
  padding: 0 60px;
  height: 60px;
  background-color: #131313;
  position: sticky;
  top: 0;
  z-index: 2023;
}
.head .max {
  width: 1480px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}
.head .logo {
  width: 105px;
  height: 34px;
  margin-right: 120px;
}
.head .nav {
  display: flex;
  font-size: 19px;
}
.head .nav .tit {
  color: #ffffff;
  padding: 0 19px;
  margin-right: 12px;
  cursor: pointer;
}
.head .nav .tit.active {
  color: #24a49f;
  font-weight: 700;
}
.head .nav .tit:hover {
  font-weight: bold;
}
.head .nav .tit_game:hover + .game_active {
  max-height: 500px;
}
.head .nav .game_active:hover {
  max-height: 500px;
}
.head .tip {
  float: right;
  font-size: 15px;
  color: #ffffff;
  position: absolute;
  right: 0;
}
.head .tip a {
  color: #fff;
}
.head .tip a:hover {
  color: #d32f2f;
}
.head .tip .member {
  color: #ffffff;
  margin-right: 20px;
}
.head .tip .member:hover {
  font-weight: bold;
}
.head .game_active {
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
  max-height: 0;
  padding: 0 40px;
  overflow: hidden;
  transition: 0.4s ease-in;
}
.head .game_active .list_content {
  background: #131313;
  width: 100%;
  height: 100%;
  padding: 30px 28px 20px;
}
.head .game_active .list_content .top {
  font-size: 16px;
  color: #fff;
  height: 20px;
  display: flex;
}
.head .game_active .list_content .top .line {
  width: 4px;
  height: 100%;
  background-color: #d32f2f;
  display: inline-block;
  margin-right: 10px;
}
.head .game_active .list_content .group {
  padding: 14px 0;
}
.head .game_active .list_content .group a {
  width: 200px;
  height: 116px;
  display: inline-block;
  margin: 6px 12px 6px 0;
  background-color: #eee;
  cursor: pointer;
  opacity: 0.8;
  transition: all 0.2s;
  color: #333;
}
.head .game_active .list_content .group a img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  border-style: none;
}
.head .game_active .list_content .more a {
  font-size: 18px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  display: block;
}
.head .game_active .list_content .more a:hover {
  color: red;
}
.bottom_tips {
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: auto;
  background-color: #211d1d;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 36px 0 50px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
}
.bottom_tips .img {
  height: 63px;
  text-align: center;
  margin-right: 40px;
}
.bottom_tips a {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
}
.bottom_tips .common {
  padding: 5px 0;
}
.bottom_tips .common img {
  height: 30px;
  margin: 0 7px;
  cursor: pointer;
}
.bottom_tips .line_one {
  display: flex;
  justify-content: center;
  margin-bottom: 6px;
}
.bottom_tips .line_one li {
  padding: 0 8px;
  height: 12px;
  line-height: 12px;
  font-size: 12px;
  border-right: 1px solid #676566;
}
.bottom_tips .line_one li:nth-last-child(1) {
  border: none;
  padding-right: 0;
}
.bottom_tips .line_one li:hover a {
  color: #fff;
}
.bottom_tips .outlink {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1rem;
}
.bottom_tips .outlink a {
  color: #676566;
  font-size: 12px;
  display: flex;
  align-items: center;
  padding: 8px 12px;
  background-color: #303231;
  border-radius: 100px;
  margin-right: 12px;
  cursor: pointer;
}
.bottom_tips .outlink a:nth-child(1) {
  width: 200px;
}
.bottom_tips .outlink a:hover {
  background-color: #444744;
  color: #b1b1b1;
}
