#content {
  display: flex;
  justify-content: space-between;
}
#content .cont_l {
  width: 768px;
}
#content .cont_l h2 {
  font-family: b;
  font-weight: 600;
  font-size: 24px;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont_l .ad_box {
  margin-bottom: 16px;
}
#content .cont_l .ad_box .ad_title {
  text-align: center;
  font-size: 12px;
  font-family: r;
  font-weight: 400;
  color: #CACACA;
  line-height: 14px;
}
#content .cont_l .ad_box .ad_cont {
  width: 100%;
  min-height: 90px;
}
#content .cont_l .text p {
  font-family: r;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  margin-bottom: 16px;
}
#content .cont_l .text img {
  margin-bottom: 16px;
}
#content .cont_l .app-box h3 {
  font-size: 24px;
  font-family: b;
  font-weight: 600;
  color: #333333;
  margin-bottom: 24px;
}
#content .cont_l .app-box .app-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(50px, 1fr));
  grid-gap: 16px;
}
#content .cont_l .app-box .app-list a .img-box {
  border: 1px solid #EEE;
  border-radius: 16px;
  overflow: hidden;
}
#content .cont_l .app-box .app-list a .img-box img {
  width: 100%;
}
#content .cont_l .app-box .app-list a .img-box:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}
#content .cont_l .app-box .app-list a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: 16px;
  font-family: b;
  font-weight: 600;
  color: #333333;
  line-height: 24px;
}
#content .cont_l .app-box .app-list a:hover span {
  text-decoration: underline;
  color: #006FF1;
}
#content .cont_l .related {
  margin-bottom: 24px;
}
#content .cont_l .related h3 {
  font-size: 24px;
  font-family: b;
  font-weight: 600;
  color: #333333;
  margin-bottom: 16px;
  position: relative;
}
#content .cont_l .related h3 a {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: r;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
#content .cont_l .related .lb {
  width: 100%;
  padding: 12px;
  background: #F8F8F8;
  border-radius: 8px 8px 8px 8px;
  display: flex;
  justify-content: space-between;
}
#content .cont_l .related .lb .related-item {
  width: calc((100% - 12px) / 2);
  display: flex;
  align-items: center;
}
#content .cont_l .related .lb .related-item img {
  width: 143px;
  height: 80px;
  margin-right: 8px;
  border-radius: 8px 8px 8px 8px;
}
#content .cont_l .related .lb .related-item .item-r h4 {
  width: 215px;
  height: 48px;
  font-family: b;
  font-weight: 600;
  font-size: 16px;
  color: #333;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
}
#content .cont_l .related .lb .related-item .item-r span {
  font-family: r;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}
#content .cont_l .related .lb .related-item:hover .item-r h4 {
  color: #006FF1;
}
#content .cont_r {
  width: 336px;
}
#content .cont_r .reco {
  font-family: b;
  font-weight: 600;
  font-size: 24px;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont_r .app_list {
  display: grid;
  grid-template-columns: repeat(1, minmax(100px, 1fr));
  grid-gap: 16px;
  margin-bottom: 24px;
}
#content .cont_r .app_list .app_item {
  position: relative;
  border-radius: 8px 8px 8px 8px;
  overflow: hidden;
}
#content .cont_r .app_list .app_item .app_bg {
  width: 100%;
}
#content .cont_r .app_list .app_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
#content .cont_r .app_list .app_item .item_box {
  border-radius: 8px 8px 8px 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#content .cont_r .app_list .app_item .item_box .app_logo {
  width: 48px;
  height: 48px;
  border-radius: 12px 12px 12px 12px;
  margin-bottom: 12px;
}
#content .cont_r .app_list .app_item .item_box h3 {
  text-align: center;
  font-family: b;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
#content .cont_r .app_list .app_item .item_box img {
  width: 40px;
  height: 22px;
}
#content .cont_r .app_list .app_item .item_box .app_r_lan {
  display: none;
}
#content .cont_r .app_list .app_item:hover .item_box .app_r_lan {
  display: block;
}
#content .cont_r .app_list .app_item:hover .item_box .app_r_hei {
  display: none;
}
.game_detail_hui {
  padding: 32px 0;
  background: #373737;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.game_detail_hui .detail_t {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.game_detail_hui .detail_t .app_cover {
  width: 74px;
  height: 74px;
  border-radius: 14px 14px 14px 14px;
  margin-right: 12px;
}
.game_detail_hui .detail_t .box_r h3 {
  width: 257px;
  font-family: b;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
}
.game_detail_hui .detail_t .box_r .fen img {
  width: 14px;
  height: 14px;
}
.game_detail_hui .detail_t .box_r .fen span {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #fff;
}
.game_detail_hui .detail_list {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.game_detail_hui .detail_list .detail_item div:first-child {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 6px;
}
.game_detail_hui .detail_list .detail_item div:last-child {
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}
.game_detail_hui .detail_list .xian {
  width: 1px;
  height: 24px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0px 0px 0px 0px;
  margin: 0 16px;
}
.game_detail_hui .btn {
  width: 500px;
  height: 51px;
  background: #FFFFFF;
  border-radius: 26px 26px 26px 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.game_detail_hui .btn img {
  width: 22px;
  height: 22px;
  margin-right: 6px;
}
.game_detail_hui .btn span {
  font-size: 18px;
  font-family: m;
  font-weight: 500;
  color: #006FF1;
}
.bian {
  background-color: #006FF1;
  color: #fff !important;
}
.bian span {
  color: #fff !important;
}
