@import url(../css/head-foot.css);
#content {
  display: flex;
  justify-content: space-between;
}
#content .cont-l {
  width: 851px;
}
#content .cont-l .banner {
  width: 100%;
  object-fit: contain;
  margin-bottom: 30px;
}
#content .cont-l h2 {
  height: 23px;
  font-size: 18px;
  font-family: b;
  font-weight: bold;
  color: #111111;
  line-height: 21px;
  margin-bottom: 16px;
}
#content .cont-l h3 {
  height: 21px;
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
  margin-bottom: 8px;
}
#content .cont-l .cont-l-text {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #666666;
  line-height: 21px;
  margin-bottom: 8px;
}
#content .cont-r {
  width: 341px;
}
#content .cont-r .top-games {
  margin-bottom: 16px;
}
#content .cont-r .top-games h3 {
  width: 100%;
  height: 21px;
  font-size: 18px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
  margin-bottom: 8px;
}
#content .cont-r .top-games .top-game-list {
  flex-wrap: wrap;
}
#content .cont-r .top-games .top-game-list .one-top-game {
  border-radius: 16px;
  display: flex;
  align-items: center;
  padding: 12px;
}
#content .cont-r .top-games .top-game-list .one-top-game:hover {
  background-color: #F5F5F5;
}
#content .cont-r .top-games .top-game-list .one-top-game .game-img {
  width: 70px;
  object-fit: cover;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 24px;
  margin-right: 16px;
}
#content .cont-r .top-games .top-game-list .one-top-game .game-information {
  width: calc(100% - 82px);
}
#content .cont-r .top-games .top-game-list .one-top-game .game-information .game-title {
  width: 100%;
  height: 21px;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #333333;
  line-height: 19px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 4px;
  display: block;
}
#content .cont-r .top-games .top-game-list .one-top-game .game-information .class-list {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  height: 16px;
  margin-bottom: 4px;
}
#content .cont-r .top-games .top-game-list .one-top-game .game-information .class-list a {
  font-size: 12px;
  font-family: m;
  color: #367BF6;
  text-decoration: underline;
  margin-right: 3px;
}
#content .cont-r .top-games .top-game-list .one-top-game .game-information .g-i-btm {
  display: flex;
  align-items: center;
}
#content .cont-r .top-games .top-game-list .one-top-game .game-information .g-i-btm .fen {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
  margin-right: 3px;
}
#content .cont-r .top-games .top-game-list .one-top-game .game-information .g-i-btm img {
  width: 12px;
  height: 12px;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    display: initial;
  }
  #content .cont-l {
    width: 100%;
  }
  #content .cont-r {
    display: none;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    display: initial;
  }
  #content .cont-l {
    width: 100%;
  }
  #content .cont-r {
    display: none;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content {
    display: initial;
  }
  #content .cont-l {
    width: 100%;
  }
  #content .cont-r {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    display: initial;
  }
  #content .cont-l {
    width: 100%;
  }
  #content .cont-r {
    display: none;
  }
}
