body {
  background: #EDEDED;
}
#content {
  width: 1280px;
  margin: 0 auto;
  padding: 24px 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#content .cont_l {
  width: 844px;
}
#content .cont_l .game_detail {
  width: 100%;
  padding: 12px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
#content .cont_l .game_detail .game_cover {
  margin-right: 12px;
}
#content .cont_l .game_detail .game_cover img {
  height: 96px;
  border-radius: 8px 8px 8px 8px;
}
#content .cont_l .game_detail .game_r {
  display: flex;
  flex-direction: column;
}
#content .cont_l .game_detail .game_r h3 {
  font-family: m;
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  margin-bottom: 8px;
}
#content .cont_l .game_detail .game_r .jies {
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  margin-bottom: 7px;
}
#content .cont_l .game_detail .game_r .xing {
  display: flex;
  align-items: center;
}
#content .cont_l .game_detail .game_r .xing span {
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
#content .cont_l .game_detail .game_r .xing img {
  width: 16px;
  height: 16px;
}
#content .cont_l .ad_box {
  margin-bottom: 16px;
}
#content .cont_l .ad_box h3 {
  font-family: r;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  text-align: center;
}
#content .cont_l .ad_box .ad_cont {
  width: 100%;
  min-height: 170px;
}
#content .cont_l .table {
  margin-bottom: 16px;
}
#content .cont_l .table h3 {
  margin-bottom: 12px;
  font-family: m;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
}
#content .cont_l .table .tab_box .tr {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
#content .cont_l .table .tab_box .tr .td1 {
  width: 143px;
  display: flex;
  align-items: center;
  font-family: r;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
}
#content .cont_l .table .tab_box .tr .td1 img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
#content .cont_l .table .tab_box .tr .td2 {
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #666666;
}
#content .cont_l .table .tab_box .tr:last-child {
  margin-bottom: 0;
}
#content .cont_l .fwb {
  margin-bottom: 16px;
}
#content .cont_l .fwb h3 {
  margin-bottom: 12px;
  font-family: m;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
}
#content .cont_l .fwb .fwb_text p {
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #666666;
  line-height: 21px;
}
#content .cont_l .btns {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content .cont_l .btns .steam,
#content .cont_l .btns .google,
#content .cont_l .btns .apple {
  width: 100%;
  height: 48px;
  background: #5D40BD;
  border-radius: 8px 8px 8px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#content .cont_l .btns .steam img,
#content .cont_l .btns .google img,
#content .cont_l .btns .apple img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
#content .cont_l .btns .steam span,
#content .cont_l .btns .google span,
#content .cont_l .btns .apple span {
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
#content .cont_l .btns .steam:hover span,
#content .cont_l .btns .google:hover span,
#content .cont_l .btns .apple:hover span {
  text-decoration: underline;
}
#content .cont_l .btns .google,
#content .cont_l .btns .apple {
  width: calc((100% - 16px) / 2);
}
#content .cont_l .comment {
  margin-bottom: 24px;
}
#content .cont_l .comment h3 {
  margin-bottom: 12px;
  font-family: m;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
}
#content .cont_l .comment textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #EEEEEE;
  border-radius: 8px 8px 8px 8px;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
  text-indent: 1em;
  padding: 16px 0;
  margin-bottom: 12px;
}
#content .cont_l .comment .tj {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #F9F9F9;
  margin-bottom: 16px;
}
#content .cont_l .comment .tj input {
  width: calc(100% - 187px);
  height: 51px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #EEEEEE;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
  text-indent: 1em;
}
#content .cont_l .comment .tj button {
  width: 177px;
  height: 51px;
  background: #5D40BD;
  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_list .reply_item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #F9F9F9;
  margin-bottom: 16px;
}
#content .cont_l .comment .reply_list .reply_item .reply_img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
}
#content .cont_l .comment .reply_list .reply_item .reply_r {
  width: calc(100% - 58px);
}
#content .cont_l .comment .reply_list .reply_item .reply_r .name {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
}
#content .cont_l .comment .reply_list .reply_item .reply_r .talk {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #666666;
  line-height: 24px;
}
#content .cont_l .comment .paging {
  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: #666;
  text-align: center;
  line-height: 31px;
  margin-right: 12px;
}
#content .cont_l .comment .paging ul li:nth-child(2) {
  width: 32px;
  height: 32px;
  background: #5D40BD;
  border-radius: 4px;
  border: none;
  color: #fff;
}
#content .cont_l .lb {
  position: relative;
  margin-bottom: 16px;
  width: 100%;
}
#content .cont_l .lb .swiper {
  overflow: hidden;
}
#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 {
  border-radius: 16px;
  height: 268px;
}
#content .cont_l .lb .swiper-button-prev,
#content .cont_l .lb .swiper-button-next {
  position: absolute;
  top: 50%;
}
#content .cont_l .lb .swiper-button-prev {
  left: 0;
}
#content .cont_l .lb .swiper-button-next {
  right: 0;
}
#content .cont_l .game_box h3 {
  margin-bottom: 12px;
  font-family: m;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
}
#content .cont_l .game_box .game_list_pc,
#content .cont_l .game_box .game_list {
  display: grid;
  grid-template-columns: repeat(4, minmax(50px, 1fr));
  grid-gap: 16px;
}
#content .cont_l .game_box .game_list_pc .game_item,
#content .cont_l .game_box .game_list .game_item {
  position: relative;
}
#content .cont_l .game_box .game_list_pc .game_item a,
#content .cont_l .game_box .game_list .game_item a {
  display: block;
  position: relative;
  border: 2px solid #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  overflow: hidden;
}
#content .cont_l .game_box .game_list_pc .game_item a .game_cover,
#content .cont_l .game_box .game_list .game_item a .game_cover {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px 8px 8px 8px;
  width: 100%;
}
#content .cont_l .game_box .game_list_pc .game_item a .mc,
#content .cont_l .game_box .game_list .game_item a .mc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  border-radius: 4px 4px 4px 4px;
}
#content .cont_l .game_box .game_list_pc .game_item a .mc h3,
#content .cont_l .game_box .game_list .game_item a .mc h3 {
  display: block;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0px 8px;
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}
@media (any-hover: hover) {
  #content .cont_l .game_box .game_list_pc .game_item:hover a,
  #content .cont_l .game_box .game_list .game_item:hover a {
    transform: scale(1.1);
    transition: 0.3s;
    border-color: #5D40BD;
  }
  #content .cont_l .game_box .game_list_pc .game_item:hover a .mc,
  #content .cont_l .game_box .game_list .game_item:hover a .mc {
    display: block;
  }
}
#content .cont_l .game_box .game_list {
  grid-template-columns: repeat(5, minmax(50px, 1fr));
}
#content .cont_r {
  width: 300px;
  background: #FFFFFF;
}
#content .cont_r .r_title {
  font-family: m;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  padding: 16px;
  border-bottom: 1px solid #f8f8f8;
}
#content .cont_r .game_list .game_item,
#content .cont_r .game_list .game_item_long {
  width: 100%;
  padding: 16px;
  border-bottom: 1px solid #f8f8f8;
  display: flex;
  align-items: center;
}
#content .cont_r .game_list .game_item .game_cover,
#content .cont_r .game_list .game_item_long .game_cover {
  height: 60px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px 8px 8px 8px;
  border: 2px solid #FFFFFF;
  margin-right: 8px;
}
#content .cont_r .game_list .game_item .game_r,
#content .cont_r .game_list .game_item_long .game_r {
  display: flex;
  flex-direction: column;
}
#content .cont_r .game_list .game_item .game_r h3,
#content .cont_r .game_list .game_item_long .game_r h3 {
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#content .cont_r .game_list .game_item .game_r .jies,
#content .cont_r .game_list .game_item_long .game_r .jies {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  margin-bottom: 4px;
}
#content .cont_r .game_list .game_item .game_r .xing,
#content .cont_r .game_list .game_item_long .game_r .xing {
  display: flex;
  align-items: center;
}
#content .cont_r .game_list .game_item .game_r .xing span,
#content .cont_r .game_list .game_item_long .game_r .xing span {
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
#content .cont_r .game_list .game_item .game_r .xing img,
#content .cont_r .game_list .game_item_long .game_r .xing img {
  width: 16px;
  height: 16px;
}
#content .cont_r .game_list .game_item:hover .game_cover,
#content .cont_r .game_list .game_item_long:hover .game_cover {
  border-color: #5D40BD;
}
#content .cont_r .game_list .game_item:hover .game_r h3,
#content .cont_r .game_list .game_item_long:hover .game_r h3 {
  color: #5D40BD;
  text-decoration: underline;
}
#content .cont_r .game_list .game_item_long .game_r {
  width: calc(100% - 138px);
}
#content .cont_r .game_list .game_item .game_r {
  width: calc(100% - 72px);
}
@media screen and (max-width: 1200px) {
  #content {
    width: 100%;
    padding: 16px;
  }
  #content .cont_l {
    width: 100%;
  }
  #content .cont_r {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  #content {
    width: 100%;
    padding: 16px;
  }
  #content .cont_l {
    width: 100%;
  }
  #content .cont_r {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #content {
    width: 100%;
    padding: 16px;
  }
  #content .cont_l {
    width: 100%;
  }
  #content .cont_l .game_box .game_list_pc {
    grid-template-columns: repeat(3, minmax(50px, 1fr));
  }
  #content .cont_l .game_box .game_list {
    grid-template-columns: repeat(4, minmax(50px, 1fr));
  }
  #content .cont_r {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  #content {
    width: 100%;
    padding: 16px;
  }
  #content .cont_l {
    width: 100%;
  }
  #content .cont_l .game_box .game_list_pc {
    grid-template-columns: repeat(2, minmax(50px, 1fr));
  }
  #content .cont_l .game_box .game_list {
    grid-template-columns: repeat(3, minmax(50px, 1fr));
  }
  #content .cont_r {
    display: none;
  }
}
