@import url(../css/head-foot.css);
#content {
  display: flex;
  justify-content: space-between;
}
#content .cont-l {
  width: 851px;
}
#content .cont-l h2 {
  width: 100%;
  font-size: 24px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  margin-bottom: 16px;
}
#content .cont-l .long-img {
  width: 100%;
  object-fit: cover;
  margin-bottom: 14px;
  border-radius: 16px;
}
#content .cont-l .jieshao {
  margin-bottom: 16px;
}
#content .cont-l .m-gg {
  margin-bottom: 8px;
  display: none;
}
#content .cont-l .m-gg .gg-title {
  width: 100%;
  height: 15px;
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #d3cbcb;
  line-height: 15px;
  text-align: center;
}
#content .cont-l .m-gg .gg-cont {
  width: 100%;
  min-height: 200px;
  background: #F5F5F5;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}
#content .cont-l .one-edit {
  margin-bottom: 16px;
  display: block;
}
#content .cont-l .one-edit .game-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  margin-bottom: 12px;
}
#content .cont-l .one-edit .game-detail:hover {
  background-color: #F5F5F5;
}
#content .cont-l .one-edit .game-detail .game-detail-l {
  display: flex;
  align-items: center;
}
#content .cont-l .one-edit .game-detail .game-detail-l .detail-img {
  position: relative;
  margin-right: 16px;
}
#content .cont-l .one-edit .game-detail .game-detail-l .detail-img .game-img {
  width: 120px;
  height: 120px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 24px;
}
#content .cont-l .one-edit .game-detail .game-detail-l .detail-img .pm {
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-weight: 700;
  width: 30px;
  height: 26px;
  position: absolute;
  left: -5px;
  top: 4px;
  background: url(../images/paim.png) no-repeat;
  background-size: 30px 26px;
}
#content .cont-l .one-edit .game-detail .game-detail-l .game-information .g-i-top {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
#content .cont-l .one-edit .game-detail .game-detail-l .game-information .g-i-top .game-title {
  margin-right: 8px;
  font-size: 20px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  line-height: 23px;
}
#content .cont-l .one-edit .game-detail .game-detail-l .game-information .class-list {
  margin-bottom: 16px;
}
#content .cont-l .one-edit .game-detail .game-detail-l .game-information .class-list a {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #367BF6;
  line-height: 16px;
  text-decoration: underline;
}
#content .cont-l .one-edit .game-detail .game-detail-l .game-information .g-i-btm {
  display: flex;
  align-items: center;
}
#content .cont-l .one-edit .game-detail .game-detail-l .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-l .one-edit .game-detail .game-detail-l .game-information .g-i-btm .xing .layui-rate li i.layui-icon {
  color: #999;
}
#content .cont-l .one-edit .game-detail .btn {
  width: 92px;
  height: 32px;
  border-radius: 36px 36px 36px 36px;
  opacity: 1;
  border: 1px solid #367BF6;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #367BF6;
  line-height: 28px;
  text-align: center;
}
#content .cont-l .one-edit .game-detail .btn:hover {
  background-color: #367BF6;
  color: #fff;
}
#content .cont-l .one-edit .edit-text {
  margin-bottom: 12px;
}
#content .cont-l .one-edit .edit-img {
  width: 100%;
  border-radius: 16px;
}
#content .cont-r {
  width: 341px;
}
#content .cont-r .gg-r {
  margin-bottom: 16px;
}
#content .cont-r .gg-r .gg-title {
  width: 100%;
  height: 15px;
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #d3cbcb;
  line-height: 15px;
  text-align: center;
}
#content .cont-r .gg-r .gg-cont {
  width: 336px;
  height: 280px;
  background: #F5F5F5;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  margin: 0 auto;
}
#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 {
  display: block;
  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 span {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #367BF6;
  line-height: 16px;
  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;
}
#content .cont-r .gg-r-long {
  margin-bottom: 16px;
}
#content .cont-r .gg-r-long .gg-title {
  width: 100%;
  height: 15px;
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #d3cbcb;
  line-height: 15px;
  text-align: center;
}
#content .cont-r .gg-r-long .gg-cont {
  width: 300px;
  height: 600px;
  background: #F5F5F5;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  margin: 0 auto;
}
#content .cont-r .editors-choice {
  margin-bottom: 16px;
}
#content .cont-r .editors-choice 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 .editors-choice .editors-choice-list {
  flex-wrap: wrap;
}
#content .cont-r .editors-choice .editors-choice-list .one-top-game {
  border-radius: 16px;
  display: flex;
  align-items: center;
  padding: 12px;
}
#content .cont-r .editors-choice .editors-choice-list .one-top-game:hover {
  background-color: #F5F5F5;
}
#content .cont-r .editors-choice .editors-choice-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 .editors-choice .editors-choice-list .one-top-game .game-title {
  width: calc(100% - 82px);
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #333333;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    display: initial;
  }
  #content .cont-l {
    width: 100%;
  }
  #content .cont-l .m-gg {
    display: block;
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .top-games .top-game-list {
    display: flex;
  }
  #content .cont-r .top-games .top-game-list .one-top-game {
    width: calc(100% / 2);
  }
  #content .cont-r .gg-r-long,
  #content .cont-r .gg-r {
    display: none;
  }
  #content .cont-r .editors-choice {
    margin-bottom: 16px;
  }
  #content .cont-r .editors-choice .editors-choice-list {
    display: flex;
  }
  #content .cont-r .editors-choice .editors-choice-list .one-top-game {
    width: calc(100% / 2);
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    display: initial;
  }
  #content .cont-l {
    width: 100%;
  }
  #content .cont-l .m-gg {
    display: block;
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .top-games .top-game-list {
    display: flex;
  }
  #content .cont-r .top-games .top-game-list .one-top-game {
    width: calc(100% / 2);
  }
  #content .cont-r .gg-r-long,
  #content .cont-r .gg-r {
    display: none;
  }
  #content .cont-r .editors-choice {
    margin-bottom: 16px;
  }
  #content .cont-r .editors-choice .editors-choice-list {
    display: flex;
  }
  #content .cont-r .editors-choice .editors-choice-list .one-top-game {
    width: calc(100% / 2);
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content {
    display: initial;
  }
  #content .cont-l {
    width: 100%;
  }
  #content .cont-l .m-gg {
    display: block;
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .gg-r-long,
  #content .cont-r .gg-r {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    display: initial;
  }
  #content .cont-l {
    width: 100%;
  }
  #content .cont-l .m-gg {
    display: block;
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .gg-r-long,
  #content .cont-r .gg-r {
    display: none;
  }
}
