#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 .tags {
  display: flex;
  flex-wrap: wrap;
 
}
#content .cont_l .tags a {
  margin-right: 12px;
  padding: 8px 24px;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  border: 1px solid #EAEAEA;
  font-size: 16px;
  font-family: r;
  font-weight: 500;
  color: #333333;
}
#content .cont_l .tags a:last-child {
  margin-right: 0;
}
#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 .similar {
  margin-bottom: 24px;
}
#content .cont_l .similar h3 {
  font-size: 24px;
  font-family: b;
  font-weight: 600;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont_l .similar .similar-list .similar-item {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 8px 8px 8px 8px;
  margin-bottom: 20px;
}
#content .cont_l .similar .similar-list .similar-item img {
  width: 197px;
  height: 110px;
  border-radius: 8px 8px 8px 8px;
  margin-right: 8px;
}
#content .cont_l .similar .similar-list .similar-item .item-r {
  width: calc(100% - 205px);
}
#content .cont_l .similar .similar-list .similar-item .item-r span {
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  display: block;
  margin-bottom: 8px;
}
#content .cont_l .similar .similar-list .similar-item .item-r h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: b;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 8px;
}
#content .cont_l .similar .similar-list .similar-item .item-r .text {
  font-family: r;
  font-size: 16px;
  color: #666;
  line-height: 19px;
  margin: 2px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content .cont_l .similar .similar-list .similar-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;
}
