@import url(../css/head-foot.css);
#content {
  display: flex;
  justify-content: space-between;
}
#content .cont-l {
  width: 851px;
}
#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 input {
  width: 100%;
  height: 49px;
  background: #F5F5F5;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 21px;
  text-indent: 1.5em;
  border: none;
  display: block;
  margin-bottom: 12px;
}
#content .cont-l textarea {
  width: 100%;
  height: 185px;
  background: #F5F5F5;
  border-radius: 8px 8px 8px 8px;
  border: none;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 21px;
  padding: 14px 24px;
  box-sizing: border-box;
  margin-bottom: 12px;
}
#content .cont-l .tj {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content .cont-l .tj .tj-left {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 21px;
}
#content .cont-l .tj .tj-left a {
  color: #F9DE4B;
}
#content .cont-l .tj button {
  width: 100px;
  height: 45px;
  background: #F9DE4B;
  border-radius: 36px 36px 36px 36px;
  opacity: 1;
  border: none;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #111111;
  line-height: 19px;
  cursor: pointer;
}
#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 .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;
}
#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-l .tj {
    display: initial;
  }
  #content .cont-l .tj .tj-left {
    margin-bottom: 12px;
  }
  #content .cont-r {
    display: none;
  }
}
