#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 .pros,
#content .cont_l .cons {
  background: #006FF1;
  border-radius: 24px;
  margin-bottom: 24px;
}
#content .cont_l .pros .pros_t,
#content .cont_l .cons .pros_t {
  padding: 12px 16px;
  display: flex;
  align-items: center;
}
#content .cont_l .pros .pros_t img,
#content .cont_l .cons .pros_t img {
  width: 32px;
  height: 32px;
  margin-right: 4px;
}
#content .cont_l .pros .pros_t span,
#content .cont_l .cons .pros_t span {
  font-size: 18px;
  font-family: b;
  font-weight: 600;
  color: #FFFFFF;
}
#content .cont_l .pros .pros_b,
#content .cont_l .cons .pros_b {
  padding: 0 2px 2px;
}
#content .cont_l .pros .pros_b .b_box,
#content .cont_l .cons .pros_b .b_box {
  padding: 16px 14px;
  background: #FFFFFF;
  border-radius: 24px;
}
#content .cont_l .pros .pros_b .b_box .box_item,
#content .cont_l .cons .pros_b .b_box .box_item {
  margin-bottom: 12px;
  display: flex;
}
#content .cont_l .pros .pros_b .b_box .box_item img,
#content .cont_l .cons .pros_b .b_box .box_item img {
  width: 21px;
  height: 21px;
}
#content .cont_l .pros .pros_b .b_box .box_item div,
#content .cont_l .cons .pros_b .b_box .box_item div {
  font-size: 14px;
  font-family: r;
  font-weight: 400;
  color: #666666;
  line-height: 21px;
}
#content .cont_l .pros .pros_b .b_box .box_item:last-child,
#content .cont_l .cons .pros_b .b_box .box_item:last-child {
  margin-bottom: 0;
}
#content .cont_l .highlights .high_list .high_item {
  background: #FFFFFF;
  margin-bottom: 24px;
  font-size: 16px;
  font-family: r;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
#content .cont_l .cons {
  background: #D886FF;
}
#content .cont_l .comments h3 {
  font-size: 24px;
  font-family: b;
  font-weight: 600;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont_l .comments .comm_cont {
  position: relative;
  width: 100%;
  height: 539px;
}
#content .cont_l .comments .comm_cont .cont_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 539px;
  background: linear-gradient(180deg, #0075FF 0%, #FFFFFF 100%);
  border-radius: 24px;
  padding: 24px 16px;
}
#content .cont_l .comments .comm_cont .cont_box .rating {
  display: flex;
  align-items: center;
  padding: 24px 16px;
  background: #FFFFFF;
  border-radius: 12px;
  margin-bottom: 16px;
}
#content .cont_l .comments .comm_cont .cont_box .rating .rat {
  font-size: 18px;
  font-family: b;
  font-weight: 600;
  color: #333333;
  margin-right: 8px;
}
#content .cont_l .comments .comm_cont .cont_box .rating .xing .layui-rate li i.layui-icon {
  font-size: 28px;
  color: #FFB800;
  margin-right: 5px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#content .cont_l .comments .comm_cont .cont_box textarea {
  width: 100%;
  height: 260px;
  background: #FFFFFF;
  border-radius: 12px;
  box-sizing: border-box;
  border: none;
  padding: 16px;
  font-size: 16px;
  font-family: r;
  font-weight: 400;
  color: #999999;
  margin-bottom: 16px;
}
#content .cont_l .comments .comm_cont .cont_box input {
  width: 100%;
  height: 56px;
  background: #FFFFFF;
  border-radius: 12px;
  border: none;
  padding: 016px;
  font-size: 16px;
  font-family: r;
  font-weight: 400;
  color: #999999;
  margin-bottom: 16px;
}
#content .cont_l .comments .comm_cont .cont_box button {
  width: 100%;
  height: 50px;
  background: #006FF1;
  border-radius: 26px;
  font-size: 18px;
  font-family: m;
  font-weight: 500;
  color: #FFFFFF;
}
#content .cont_l .comments .reply .reply_list .reply_item {
  margin-bottom: 16px;
  padding: 16px;
  background: rgba(0, 117, 255, 0.03);
  border-radius: 24px 24px 24px 24px;
  display: flex;
}
#content .cont_l .comments .reply .reply_list .reply_item .head_img {
  width: 46px;
  height: 46px;
  margin-right: 8px;
  border-radius: 50%;
}
#content .cont_l .comments .reply .reply_list .reply_item .reply_r .r_top {
  display: flex;
  align-items: center;
}
#content .cont_l .comments .reply .reply_list .reply_item .reply_r .r_top .name {
  margin-right: 8px;
  font-size: 16px;
  font-family: r;
  font-weight: 400;
  color: #666666;
}
#content .cont_l .comments .reply .reply_list .reply_item .reply_r .r_top .xing .layui-rate li i.layui-icon {
  font-size: 18px;
  color: #FFB800;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#content .cont_l .comments .reply .reply_list .reply_item .reply_r .talk {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #333333;
  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);
}
