#content {
  display: flex;
  justify-content: space-between;
}
#content .cont-l {
  width: 824px;
}
#content .cont-l .bread {
  display: flex;
  align-items: center;
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  margin-bottom: 8px;
}
#content .cont-l .top-game {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 37px;
}
#content .cont-l .top-game .game_d_t {
  display: flex;
  align-items: center;

  margin-bottom: 12px;
  width: calc(100% - 280px);
}
#content .cont-l .top-game .game_d_t .game_img {
  width: 114px;
  height: 114px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #E0E3DE;
  margin-right: 12px;
}
#content .cont-l .top-game .game_d_t .t_r .title {
  font-family: b;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content .cont-l .top-game .game_d_t .t_r span {
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #999999;
}
#content .cont-l .top-game .game-r .fen {
  width: 217px;
  height: 45px;
  background: #F7F7F7;
  border-radius: 8px 8px 8px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#content .cont-l .top-game .game-r .fen .st {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999;
}
#content .cont-l .top-game .game-r .fen .xing .layui-rate {
  margin: 0;
}
#content .cont-l .top-game .game-r .fen .xing .layui-rate li i.layui-icon {
  font-size: 14px;
}
#content .cont-l .top-game .game-r .fen .success {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: r;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  padding: 13px 34px;
  display: none;
}
#content .cont-l .top-game .game-r .aq1 {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: end;
}
#content .cont-l .top-game .game-r .aq1 img {
  width: 13px;
  height: 13px;
  margin-right: 6px;
}
#content .cont-l .top-game .game-r .aq1 div {
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #666666;
}
#content .cont-l .top-game .game-r .aq1 div a {
  text-decoration: underline;
  color: #666666;
}
#content .cont-l .ad {
  min-height: 90px;
  position: relative;
  margin-bottom: 16px;
}
#content .cont-l .ad .ad-title {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  font-family: m;
  font-weight: 500;
  font-size: 12px;
  color: #D0D0D0;
}
#content .cont-l .walmart {
  margin-bottom: 10px;
}
#content .cont-l .walmart .title {
  font-family: b;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  margin-bottom: 4px;
}
#content .cont-l .walmart .class_list {
  display: grid;
  grid-template-columns: repeat(2, minmax(100px, 1fr));
  grid-gap: 10px 16px;
}
#content .cont-l .walmart .class_list .class_item {
  padding: 10px 16px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #E0E3DE;
  display: flex;
}
#content .cont-l .walmart .class_list .class_item img {
  width: 32px;
  height: 32px;
  margin-right: 12px;
}
#content .cont-l .walmart .class_list .class_item .item_r {
  display: flex;
  flex-direction: column;
}
#content .cont-l .walmart .class_list .class_item .item_r .r_t,
#content .cont-l .walmart .class_list .class_item .item_r .r_b {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
}
#content .cont-l .walmart .class_list .class_item .item_r .r_b {
  color: #333;
}
#content .cont-l .btn-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
#content .cont-l .btn-box a {
  width: calc((100% - 16px) / 2);
  background: #EBEBEB;
  border-radius: 8px 8px 8px 8px;
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#content .cont-l .btn-box a img {
  width: 32px;
  height: 32px;
  margin-right: 12px;
}
#content .cont-l .btn-box a .apple1 {
  display: none;
}
#content .cont-l .btn-box a .a-r span {
  font-family: l;
  font-weight: 300;
  font-size: 12px;
  color: #333333;
}
#content .cont-l .btn-box a .a-r div {
  font-family: m;
  font-weight: 500;
  font-size: 20px;
  color: #333333;
}
#content .cont-l .btn-box a:hover {
  background: #00A1FF;
}
#content .cont-l .btn-box a:hover .apple1 {
  display: block;
}
#content .cont-l .btn-box a:hover .apple {
  display: none;
}
#content .cont-l .btn-box a:hover .a-r span,
#content .cont-l .btn-box a:hover .a-r div {
  color: #fff;
}
#content .cont-l .aq {
  width: 100%;
  padding: 10px 16px;
  background: #F5F5F5;
  border-radius: 8px 8px 8px 8px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  border: 2px solid #F5F5F5;
}
#content .cont-l .aq img {
  width: 32px;
  height: 32px;
  margin-right: 16px;
}
#content .cont-l .aq .aq_r .aq_r_t {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #666666;
  line-height: 24px;
}
#content .cont-l .aq .aq_r .aq_r_b {
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #999;
  line-height: 24px;
}
#content .cont-l .description {
  margin-bottom: 16px;
}
#content .cont-l .description h3 {
  font-family: b;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 28px;
}
#content .cont-l .description p {
  font-family: m;
  font-weight: 500;
  font-size: 15px;
  color: #666666;
  line-height: 24px;
  margin-bottom: 24px;
}
#content .cont-l .lb {
  position: relative;
  margin-bottom: 24px;
  width: 100%;
}
#content .cont-l .lb h3 {
  font-family: b;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  margin-bottom: 6px;
}
#content .cont-l .lb .swiper {
  overflow: hidden;
}
#content .cont-l .lb .swiper .swiper-wrapper {
  height: auto;
}
#content .cont-l .lb .swiper .swiper-wrapper .swiper-slide {
  width: auto !important;
  margin-right: 9px;
}
#content .cont-l .lb .swiper .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0;
}
#content .cont-l .lb .swiper .swiper-wrapper .swiper-slide img {
  height: 300px;
}
#content .cont-l .lb .swiper-button-prev,
#content .cont-l .lb .swiper-button-next {
  position: absolute;
  top: 55%;
}
#content .cont-l .lb .swiper-button-prev {
  left: 0;
}
#content .cont-l .lb .swiper-button-next {
  right: 0;
}
#content .cont-l .comment {
  margin-bottom: 24px;
}
#content .cont-l .comment h3 {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #333;
  line-height: 19px;
  margin-bottom: 12px;
}
#content .cont-l .comment textarea {
  width: 100%;
  height: 100px;
  background: #F3F3F3;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  border: none;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
  text-indent: 1em;
  padding: 16px 0;
  margin-bottom: 12px;
  border: 2px solid #F3F3F3;
}
#content .cont-l .comment .tj {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #F3F3F3;
  margin-bottom: 16px;
}
#content .cont-l .comment .tj input {
  width: 659px;
  height: 51px;
  background: #F3F3F3;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  border: none;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
  text-indent: 1em;
  border: 2px solid #F3F3F3;
}
#content .cont-l .comment .tj button {
  width: 161px;
  height: 51px;
  background: #0088FF;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #fff;
  line-height: 16px;
  cursor: pointer;
}
#content .cont-l .comment .reply {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
#content .cont-l .comment .reply .reply_img {
  width: 46px;
  height: 46px;
}
#content .cont-l .comment .reply .reply_r {
  width: calc(100% - 62px);
}
#content .cont-l .comment .reply .reply_r .name {
  font-size: 14px;
  font-family: r;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
}
#content .cont-l .comment .reply .reply_r .talk {
  font-size: 14px;
  font-family: r;
  font-weight: 500;
  color: #666;
  line-height: 24px;
}
#content .cont-l .comment .reply .reply_r .num {
  font-size: 12px;
  font-family: r;
  font-weight: 500;
  color: #999999;
  line-height: 14px;
}
#content .cont-l .comment .paging {
  height: 50px;
  text-align: center;
}
#content .cont-l .comment .paging ul {
  display: inline-block;
  overflow: hidden;
}
#content .cont-l .comment .paging ul li {
  float: left;
  width: 29px;
  height: 31px;
  border-radius: 4px;
  background: #eee;
  font-size: 14px;
  font-family: m;
  font-weight: 400;
  color: #333;
  text-align: center;
  line-height: 31px;
  margin-right: 12px;
}
#content .cont-l .comment .paging ul li:nth-child(2) {
  width: 32px;
  height: 32px;
  background: #0088FF;
  border-radius: 4px;
  border: none;
  color: #fff;
}
#content .cont-l .most-game h3 {
  font-family: b;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 12px;
}
#content .cont-l .most-game ul {
  display: grid;
  grid-template-columns: repeat(7, minmax(20px, 1fr));
  grid-gap: 16px;
}
#content .cont-l .most-game ul li a {
  display: block;
  overflow: hidden;
  border-radius: 30px 30px 30px 30px;
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 100%;
}
#content .cont-l .most-game ul li a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#content .cont-l .most-game ul li a:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
#content .cont-r {
  width: 372px;
}
#content .cont-r .r-ad1 {
  width: 300px;
  height: 280px;
  position: relative;
  margin-bottom: 16px;
  margin: 0 auto 32px;
}
#content .cont-r .r-ad1 .ad-title {
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  font-family: m;
  font-weight: 500;
  font-size: 12px;
  color: #D0D0D0;
}
#content .cont-r .r-ad2 {
  width: 300px;
  height: 600px;
  position: relative;
  margin-bottom: 16px;
  margin: 0 auto 12px;
}
#content .cont-r .r-ad2 .ad-title {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  font-family: m;
  font-weight: 500;
  font-size: 12px;
  color: #D0D0D0;
}
#content .cont-r .hot-game {
  margin-bottom: 26px;
}
#content .cont-r .hot-game h3 {
  font-family: b;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 8px;
}
#content .cont-r .hot-game ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(100px, 1fr));
  grid-gap: 10px;
}
#content .cont-r .hot-game ul li {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 12px 14px;
  background: #FAFAFA;
  border-radius: 8px 8px 8px 8px;
  display: flex;
  align-items: center;
}
#content .cont-r .hot-game ul li a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#content .cont-r .hot-game ul li .pm {
  width: 30px;
  height: 30px;
  margin-right: 18px;
}
#content .cont-r .hot-game ul li .cover {
  width: 64px;
  height: 64px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #EAEAEA;
  margin-right: 8px;
}
#content .cont-r .hot-game ul li .item-r {
  width: calc(100% - 120px);
}
#content .cont-r .hot-game ul li .item-r h4 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-family: b;
  font-weight: normal;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
}
#content .cont-r .hot-game ul li .item-r span {
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
#content .cont-r .hot-game ul li:hover {
  background: #00A1FF;
}
#content .cont-r .hot-game ul li:hover .item-r h4,
#content .cont-r .hot-game ul li:hover .item-r span {
  color: #fff;
}
#content .cont-r .like-game h3 {
  font-family: b;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 12px;
}
#content .cont-r .like-game ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(20px, 1fr));
  grid-gap: 16px;
}
#content .cont-r .like-game ul li a {
  display: block;
  overflow: hidden;
  border-radius: 30px 30px 30px 30px;
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 100%;
}
#content .cont-r .like-game ul li a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#content .cont-r .like-game ul li a:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    flex-direction: column;
  }
  #content .cont-l {
    width: 100%;
    margin-bottom: 16px;
  }
  #content .cont-l .top-game {
    flex-direction: column;
  }
  #content .cont-l .top-game .game_d_t {
    width: 100%;
    margin-bottom: 0;
  }
  #content .cont-l .top-game .game-r {
    display: none;
  }
  #content .cont-l .walmart .class_list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  #content .cont-l .comment .tj input {
    width: calc(100% - 171px);
  }
  #content .cont-l .most-game ul {
    grid-template-columns: repeat(6, minmax(20px, 1fr));
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .r-ad1 {
    width: 100%;
    height: auto;
  }
  #content .cont-r .r-ad2 {
    width: 100%;
    height: auto;
  }
  #content .cont-r .hot-game ul {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  #content .cont-r .like-game ul {
    grid-template-columns: repeat(6, minmax(20px, 1fr));
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    flex-direction: column;
  }
  #content .cont-l {
    width: 100%;
    margin-bottom: 16px;
  }
  #content .cont-l .top-game {
    flex-direction: column;
  }
  #content .cont-l .top-game .game_d_t {
    width: 100%;
    margin-bottom: 0;
  }
  #content .cont-l .top-game .game-r {
    display: none;
  }
  #content .cont-l .walmart .class_list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  #content .cont-l .comment .tj input {
    width: calc(100% - 171px);
  }
  #content .cont-l .most-game ul {
    grid-template-columns: repeat(5, minmax(20px, 1fr));
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .r-ad1 {
    width: 100%;
    height: auto;
  }
  #content .cont-r .r-ad2 {
    width: 100%;
    height: auto;
  }
  #content .cont-r .hot-game ul {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  #content .cont-r .like-game ul {
    grid-template-columns: repeat(5, minmax(20px, 1fr));
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content {
    flex-direction: column;
  }
  #content .cont-l {
    width: 100%;
    margin-bottom: 16px;
  }
  #content .cont-l .top-game {
    flex-direction: column;
  }
  #content .cont-l .top-game .game_d_t {
    width: 100%;
    margin-bottom: 0;
  }
  #content .cont-l .top-game .game-r {
    display: none;
  }
  #content .cont-l .walmart .class_list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  #content .cont-l .comment .tj input {
    width: calc(100% - 171px);
  }
  #content .cont-l .most-game ul {
    grid-template-columns: repeat(4, minmax(20px, 1fr));
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .r-ad1 {
    width: 100%;
    height: auto;
  }
  #content .cont-r .r-ad2 {
    width: 100%;
    height: auto;
  }
  #content .cont-r .hot-game ul {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  #content .cont-r .like-game ul {
    grid-template-columns: repeat(4, minmax(20px, 1fr));
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    flex-direction: column;
  }
  #content .cont-l {
    width: 100%;
    margin-bottom: 16px;
  }
  #content .cont-l .top-game {
    flex-direction: column;
  }
  #content .cont-l .top-game .game_d_t {
    width: 100%;
    margin-bottom: 0;
  }
  #content .cont-l .top-game .game-r {
    display: none;
  }
  #content .cont-l .walmart .class_list {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
  #content .cont-l .btn-box {
    flex-direction: column;
  }
  #content .cont-l .btn-box a {
    width: 100%;
  }
  #content .cont-l .btn-box a:first-child {
    margin-bottom: 8px;
  }
  #content .cont-l .comment .tj input {
    width: calc(100% - 171px);
  }
  #content .cont-l .most-game ul {
    grid-template-columns: repeat(3, minmax(20px, 1fr));
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .r-ad1 {
    width: 100%;
    height: auto;
  }
  #content .cont-r .r-ad2 {
    width: 100%;
    height: auto;
  }
  #content .cont-r .hot-game ul {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
  #content .cont-r .like-game ul {
    grid-template-columns: repeat(3, minmax(20px, 1fr));
  }
}
