@import url(../css/reset.css);
#content {
  padding: 18px 40px;
}
#content .cont_top {
  width: 100%;
  height: 371px;
  background: #1F003F;
  border-radius: 12px 12px 12px 12px;
  opacity: 1;
  border: 1px solid #1F003F;
  padding: 24px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
#content .cont_top .cont_t_l {
  width: 336px;
  height: 328px;
  overflow: hidden;
}
#content .cont_top .cont_t_l h3 {
  width: 100%;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #fff;
  margin-bottom: 12px;
}
#content .cont_top .cont_t_l .tag_list {
  display: flex;
  flex-wrap: wrap;
}
#content .cont_top .cont_t_l .tag_list a {
  padding: 6px 12px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #EEEEEE;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #eee;
  line-height: 16px;
  margin: 0 12px 14px 0;
}
#content .cont_top .cont_t_l .tag_list a:hover {
  border: 1px solid #F83CB6;
  color: #F83CB6;
  text-decoration: underline;
}
#content .cont_top .ad {
  position: relative;
  width: 336px;
  height: 280px;
  margin-bottom: 20px;
  background: #FAFBFE;
}
#content .cont_top .ad .ad_title {
  position: absolute;
  width: 97px;
  height: 19px;
  font-size: 14px;
  font-family: m;
  font-weight: 400;
  color: #9E9E9E;
  line-height: 16px;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
}
#content .cont_top .game_detail {
  width: 443px;
}
#content .cont_top .game_detail .game_d_t {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
#content .cont_top .game_detail .game_d_t .game_img {
  width: 118px;
  height: 118px;
  margin-right: 12px;
  border-radius: 8px;
}
#content .cont_top .game_detail .game_d_t .t_r .title {
  width: 313px;
  font-size: 18px;
  font-family: b;
  font-weight: bold;
  color: #fff;
  line-height: 21px;
  margin-bottom: 20px;
}
#content .cont_top .game_detail .game_d_t .t_r .safety img {
  width: 16px;
  height: 16px;
}
#content .cont_top .game_detail .game_d_t .t_r .safety span {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #5FCC89;
}
#content .cont_top .game_detail .game_tags {
  display: flex;
  flex-wrap: wrap;
  height: 34px;
  overflow: hidden;
}
#content .cont_top .game_detail .game_tags a {
  padding: 6px 12px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #EEEEEE;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #eee;
  line-height: 16px;
  margin: 0 12px 12px 0;
}
#content .cont_top .game_detail .game_tags a:hover {
  border: 1px solid #F83CB6;
  color: #F83CB6;
  text-decoration: underline;
}
#content .cont_top .game_detail .fen {
  margin-top: 24px;
  width: 443px;
  height: 102px;
  border-radius: 12px 12px 12px 12px;
  opacity: 1;
  padding: 18px 24px;
}
#content .cont_top .game_detail .fen .st {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #ffff;
  line-height: 19px;
  margin-bottom: 12px;
}
#content .cont_top .game_detail .fen .xing .layui-rate li i.layui-icon {
  font-size: 26px;
}
#content .cont_top .game_detail .fen .success {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: r;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  padding: 13px 34px;
  display: none;
}
#content .class_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(389px, auto));
  grid-gap: 16px;
  margin-bottom: 16px;
}
#content .class_list .class_item {
  width: 100%;
  padding: 16px;
  background: #1F003F;
  border-radius: 12px 12px 12px 12px;
  display: flex;
}
#content .class_list .class_item img {
  width: 32px;
  height: 32px;
  margin-right: 12px;
}
#content .class_list .class_item .item_r {
  display: flex;
  flex-direction: column;
}
#content .class_list .class_item .item_r .r_t,
#content .class_list .class_item .item_r .r_b {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #fff;
  line-height: 16px;
}
#content .class_list .class_item .item_r .r_b {
  color: #fff;
}
#content .cont_b {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#content .cont_b .cont_b_l {
  width: 368px;
}
#content .cont_b .cont_b_l .similar h3,
#content .cont_b .cont_b_l .more h3 {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #fff;
  line-height: 19px;
  margin-bottom: 12px;
}
#content .cont_b .cont_b_l .similar {
  padding: 24px 16px;
  background: #1F003F;
  border-radius: 12px 12px 12px 12px;
  margin-bottom: 16px;
}
#content .cont_b .cont_b_l .similar .similar_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, auto));
  grid-gap: 15px;
}
#content .cont_b .cont_b_l .similar .similar_list .similar_item {
  background: #1F003F;
  border-radius: 12px 12px 12px 12px;
  opacity: 1;
  border: 1px solid #1F003F;
  padding: 8px;
  position: relative;
  overflow: hidden;
}
#content .cont_b .cont_b_l .similar .similar_list .similar_item img {
  width: 84px;
  height: 84px;
  border-radius: 12px;
}
#content .cont_b .cont_b_l .similar .similar_list .similar_item:hover {
  border: 1px solid #F83CB6;
}
#content .cont_b .cont_b_l .similar .similar_list .similar_item:hover .fu {
  top: 0;
  transition: 0.3s;
}
#content .cont_b .cont_b_l .similar .similar_list .similar_item .fu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.59) 100%);
  border-radius: 12px 12px 12px 12px;
}
#content .cont_b .cont_b_l .similar .similar_list .similar_item .fu .game_title {
  width: 84px;
  height: 19px;
  font-size: 14px;
  font-family: b;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  left: 7px;
  bottom: 7px;
}
#content .cont_b .cont_b_l .ad {
  width: 368px;
  background: #1F003F;
  border-radius: 12px 12px 12px 12px;
  padding: 16px 34px;
  margin-bottom: 16px;
}
#content .cont_b .cont_b_l .ad .ad_cont {
  width: 300px;
  height: 600px;
  background: #FAFBFE;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  margin: 0 auto;
}
#content .cont_b .cont_b_l .ad h3 {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
#content .cont_b .cont_b_l .more {
  padding: 24px 16px;
  background: #1F003F;
  border-radius: 12px 12px 12px 12px;
}
#content .cont_b .cont_b_l .more .more_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100%, auto));
  grid-gap: 15px;
}
#content .cont_b .cont_b_l .more .more_list .more_item {
  background: #27004E;
  border-radius: 12px 12px 12px 12px;
  padding: 8px;
  display: flex;
  align-items: center;
  border: 1px solid #27004E;
}
#content .cont_b .cont_b_l .more .more_list .more_item img {
  width: 84px;
  height: 84px;
  margin-right: 8px;
  border-radius: 12px;
}
#content .cont_b .cont_b_l .more .more_list .more_item .item_r {
  width: calc(100% - 92px);
}
#content .cont_b .cont_b_l .more .more_list .more_item .item_r .title {
  font-size: 14px;
  font-family: b;
  font-weight: bold;
  color: #fff;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 2px;
}
#content .cont_b .cont_b_l .more .more_list .more_item .item_r span {
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #fff;
  line-height: 14px;
}
#content .cont_b .cont_b_l .more .more_list .more_item:hover {
  border: 1px solid #F83CB6;
}
#content .cont_b .cont_b_r {
  width: 816px;
  padding: 24px;
  background: #1F003F;
  border-radius: 12px 12px 12px 12px;
  opacity: 1;
  border: 1px solid #1F003F;
}
#content .cont_b .cont_b_r .description {
  margin-bottom: 12px;
}
#content .cont_b .cont_b_r .description h3 {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #fff;
  line-height: 19px;
  margin-bottom: 14px;
}
#content .cont_b .cont_b_r .description .text {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #fff;
  line-height: 24px;
  text-indent: 1em;
  position: relative;
  margin-bottom: 12px;
}
#content .cont_b .cont_b_r .disc {
  margin-bottom: 12px;
}
#content .cont_b .cont_b_r .disc h3 {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #fff;
  line-height: 19px;
  margin-bottom: 14px;
}
#content .cont_b .cont_b_r .disc .text p {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #fff;
  line-height: 24px;
  text-indent: 1em;
  position: relative;
}
#content .cont_b .cont_b_r .disc .text p::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
}
#content .cont_b .cont_b_r .lb {
  position: relative;
  margin-bottom: 8px;
  width: 100%;
}
#content .cont_b .cont_b_r .lb .swiper {
  overflow: hidden;
}
#content .cont_b .cont_b_r .lb .swiper .swiper-wrapper .swiper-slide {
  width: auto !important;
  margin-right: 9px;
}
#content .cont_b .cont_b_r .lb .swiper .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0;
}
#content .cont_b .cont_b_r .lb .swiper .swiper-wrapper .swiper-slide img {
  height: 320px;
  border-radius: 12px;
}
#content .cont_b .cont_b_r .lb .swiper-button-prev,
#content .cont_b .cont_b_r .lb .swiper-button-next {
  position: absolute;
  top: 50%;
  border-radius: 50%;
}
#content .cont_b .cont_b_r .lb .swiper-button-prev {
  left: 0;
}
#content .cont_b .cont_b_r .lb .swiper-button-next {
  right: 0;
}
#content .cont_b .cont_b_r .ad {
  position: relative;
  width: 728px;
  height: 90px;
  margin: 0 auto 24px;
  background: #FAFBFE;
}
#content .cont_b .cont_b_r .ad .ad_title {
  position: absolute;
  width: 97px;
  height: 19px;
  font-size: 14px;
  font-family: m;
  font-weight: 400;
  color: #9E9E9E;
  line-height: 16px;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
#content .cont_b .cont_b_r .download .check,
#content .cont_b .cont_b_r .download .apk {
  width: 768px;
  height: 51px;
  margin-bottom: 12px;
  border-radius: 8px 8px 8px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #320065;
}
#content .cont_b .cont_b_r .download .check img,
#content .cont_b .cont_b_r .download .apk img {
  width: 24px;
  height: 24px;
  margin-right: 16px;
}
#content .cont_b .cont_b_r .download .check span,
#content .cont_b .cont_b_r .download .apk span {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #fff;
}
#content .cont_b .cont_b_r .download .check:hover,
#content .cont_b .cont_b_r .download .apk:hover {
  background: #58CC02;
}
#content .cont_b .cont_b_r .download1 {
  display: flex;
  justify-content: space-between;
}
#content .cont_b .cont_b_r .download1 .check,
#content .cont_b .cont_b_r .download1 .apk {
  width: calc((100% - 16px) / 2);
  height: 51px;
  margin-bottom: 12px;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #320065;
}
#content .cont_b .cont_b_r .download1 .check img,
#content .cont_b .cont_b_r .download1 .apk img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
#content .cont_b .cont_b_r .download1 .check span,
#content .cont_b .cont_b_r .download1 .apk span {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #fff;
}
#content .cont_b .cont_b_r .download1 .check:hover,
#content .cont_b .cont_b_r .download1 .apk:hover {
  background: #FC409A;
}
#content .cont_b .cont_b_r .aq {
  width: 768px;
  height: 64px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
#content .cont_b .cont_b_r .aq img {
  width: 32px;
  height: 32px;
  margin-right: 16px;
}
#content .cont_b .cont_b_r .aq .aq_r .aq_r_t {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #fff;
  line-height: 24px;
}
#content .cont_b .cont_b_r .aq .aq_r .aq_r_b {
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #ffff;
  line-height: 24px;
}
#content .cont_b .cont_b_r .previous {
  margin-bottom: 16px;
}
#content .cont_b .cont_b_r .previous h3 {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #fff;
  line-height: 19px;
  margin-bottom: 14px;
}
#content .cont_b .cont_b_r .previous .down_list .down_item {
  width: 768px;
  height: 88px;
  background: #320065;
  border-radius: 8px 8px 8px 8px;
  padding: 16px 20px;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#content .cont_b .cont_b_r .previous .down_list .down_item .item_l .version,
#content .cont_b .cont_b_r .previous .down_list .down_item .item_l .size {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #fff;
}
#content .cont_b .cont_b_r .previous .down_list .down_item .item_l .version {
  margin-bottom: 12px;
}
#content .cont_b .cont_b_r .previous .down_list .down_item .down_hui,
#content .cont_b .cont_b_r .previous .down_list .down_item .down_lv {
  width: 55px;
  height: 42px;
}
#content .cont_b .cont_b_r .previous .down_list .down_item .down_hui {
  display: none;
}
#content .cont_b .cont_b_r .previous .down_list .down_item:hover {
  background: #58CC02;
}
#content .cont_b .cont_b_r .previous .down_list .down_item:hover .down_hui {
  display: block;
}
#content .cont_b .cont_b_r .previous .down_list .down_item:hover .down_lv {
  display: none;
}
#content .cont_b .cont_b_r .previous .paging {
  text-align: center;
}
#content .cont_b .cont_b_r .previous .paging ul {
  display: inline-block;
  overflow: hidden;
}
#content .cont_b .cont_b_r .previous .paging ul li {
  float: left;
  width: 29px;
  height: 31px;
  border-radius: 4px;
  background: #320065;
  font-size: 14px;
  font-family: m;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 31px;
  margin-right: 12px;
}
#content .cont_b .cont_b_r .previous .paging ul li:nth-child(2) {
  width: 32px;
  height: 32px;
  background: #F83CB6;
  border-radius: 4px;
  border: none;
  color: #fff;
}
#content .cont_b .cont_b_r .comment h3 {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #fff;
  line-height: 19px;
  margin-bottom: 14px;
}
#content .cont_b .cont_b_r .comment textarea {
  width: 768px;
  height: 100px;
  border: 1px solid #27004E;
  background: #27004E;
  border-radius: 8px 8px 8px 8px;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #fff;
  line-height: 16px;
  text-indent: 1em;
  padding: 16px 0;
  margin-bottom: 12px;
}
#content .cont_b .cont_b_r .comment textarea::-webkit-input-placeholder {
  color: #fff;
}
#content .cont_b .cont_b_r .comment .tj {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #27004E;
  margin-bottom: 16px;
}
#content .cont_b .cont_b_r .comment .tj input {
  background: #27004E;
  width: 608px;
  height: 51px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #27004E;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #fff;
  line-height: 16px;
  text-indent: 1em;
}
#content .cont_b .cont_b_r .comment .tj input::-webkit-input-placeholder {
  color: #fff;
}
#content .cont_b .cont_b_r .comment .tj button {
  width: 144px;
  height: 51px;
  background: #FC409A;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 16px;
  cursor: pointer;
}
#content .cont_b .cont_b_r .comment .reply {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #320065;
  margin-bottom: 16px;
}
#content .cont_b .cont_b_r .comment .reply .reply_img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
}
#content .cont_b .cont_b_r .comment .reply .reply_r {
  width: calc(100% - 62px);
}
#content .cont_b .cont_b_r .comment .reply .reply_r .name {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #fff;
  line-height: 16px;
}
#content .cont_b .cont_b_r .comment .reply .reply_r .talk {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #ffff;
  line-height: 24px;
}
#content .cont_b .cont_b_r .comment .reply .reply_r .num {
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #fff;
  line-height: 14px;
}
#content .cont_b .cont_b_r .comment .paging {
  height: 50px;
  text-align: center;
}
#content .cont_b .cont_b_r .comment .paging ul {
  display: inline-block;
  overflow: hidden;
}
#content .cont_b .cont_b_r .comment .paging ul li {
  float: left;
  width: 29px;
  height: 31px;
  border-radius: 4px;
  background: #320065;
  font-size: 14px;
  font-family: SF Pro Display-Regular, SF Pro Display;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 31px;
  margin-right: 12px;
}
#content .cont_b .cont_b_r .comment .paging ul li:nth-child(2) {
  width: 32px;
  height: 32px;
  background: #F83CB6;
  border-radius: 4px;
  border: none;
  color: #fff;
}
