#content {
  display: flex;
  justify-content: space-between;
}
#content .cont_l {
  width: 768px;
}
#content .cont_l .app_box {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
#content .cont_l .app_box .app_cover {
  width: 100px;
  height: 100px;
  border-radius: 14px 14px 14px 14px;
  margin-right: 16px;
}
#content .cont_l .app_box .box_r h3 {
  font-size: 24px;
  font-family: b;
  font-weight: 600;
  color: #333333;
}
#content .cont_l .app_box .box_r .fen img {
  width: 14px;
  height: 14px;
}
#content .cont_l .app_box .box_r .fen span {
  transform: translateY(2px);
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #666666;
}
#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 .class_list {
  margin-bottom: 16px;
}
#content .cont_l .class_list .class_item {
  position: relative;
  padding: 10px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
}
#content .cont_l .class_list .class_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}
#content .cont_l .class_list .class_item .class_logo {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
#content .cont_l .class_list .class_item span {
  flex: 1;
  font-size: 18px;
  font-family: m;
  font-weight: 500;
  color: #333333;
}
#content .cont_l .class_list .class_item .arrow_lan,
#content .cont_l .class_list .class_item .arrow_hei {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}
#content .cont_l .class_list .class_item .arrow_lan {
  display: none;
}
#content .cont_l .class_list .class_item:first-child {
  border-top: 1px solid #eee;
}
#content .cont_l .class_list .class_item:hover span {
  color: #006FF1;
}
#content .cont_l .class_list .class_item:hover .arrow_lan {
  display: block;
}
#content .cont_l .class_list .class_item:hover .arrow_hei {
  display: none;
}
#content .cont_l .highlights .high_list .high_item {
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  overflow: hidden;
  margin-bottom: 24px;
}
#content .cont_l .highlights .high_list .high_item .item_t {
  background: rgba(0, 117, 255, 0.1);
  border-radius: 16px 16px 0px 0px;
  padding: 16px 12px;
  display: flex;
  align-items: center;
}
#content .cont_l .highlights .high_list .high_item .item_t img {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
#content .cont_l .highlights .high_list .high_item .item_t h4 {
  font-size: 18px;
  font-family: b;
  font-weight: 600;
  color: #333333;
  line-height: 24px;
  word-break: break-word;
}
#content .cont_l .highlights .high_list .high_item .item_b {
  background: rgba(0, 117, 255, 0.03);
  padding: 12px;
  display: flex;
}
#content .cont_l .highlights .high_list .high_item .item_b img {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
#content .cont_l .highlights .high_list .high_item .item_b .b_text {
  font-size: 16px;
  font-family: r;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
#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_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;
}
.lan {
  border: 1px solid #F2F8FE;
}
.lan .item_t {
  background: rgba(0, 111, 241, 0.05);
}
.huang {
  border: 1px solid #FFFAF2;
}
.huang .item_t {
  background: rgba(255, 153, 0, 0.05);
}
.zi {
  border: 1px solid #FBF3FF;
}
.zi .item_t {
  background: rgba(216, 134, 255, 0.05);
}
