@import url('../css/base.css');
header {
  width: 100%;
  background: #54BD95;
  display: flex;
  align-items: center;
}
header .header-hd {
  width: 1280px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 40px;
}
header .header-hd .h-l {
  display: flex;
  align-items: center;
}
header .header-hd .h-l .logo {
  display: block;
  width: 148px;
  height: 50px;
}
header .header-hd .h-l .logo img {
  width: 138px;
  height: 50px;
}
header .header-hd .h-l nav {
  display: flex;
  align-items: center;
  margin-left: 24px;
}
header .header-hd .h-l nav a {
  display: flex;
  align-items: center;
  padding: 0 16px;
  height: 68px;
  margin-left: 16px;
}
header .header-hd .h-l nav a img {
  width: 26px;
  height: 26px;
  margin-right: 4px;
}
header .header-hd .h-l nav a span {
  display: block;
  color: #FFFFFF;
  font-size: 16px;
  font-family: S;
}
header .header-hd .h-l nav .bian {
  background: #309E74;
}
header .header-hd .search {
  position: relative;
  width: 220px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 54px 54px 54px 54px;
  opacity: 1;
  border: 1px solid #FFFFFF;
}
header .header-hd .search input {
  width: 180px;
  height: 30px;
  padding-left: 12px;
  border-radius: 54px 54px 54px 54px;
  color: #999999;
  font-size: 14px;
  font-family: M;
}
header .header-hd .search input::placeholder {
  color: #999999;
  font-size: 14px;
  font-family: M;
}
header .header-hd .search button {
  position: absolute;
  right: 12px;
  top: 8px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
header .header-hd .search button img {
  width: 16px;
  height: 16px;
}
header .m-head {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  width: 100%;
}
header .m-head .m-list img {
  width: 32px;
  height: 32px;
}
header .m-head .m-logo img {
  width: 150px;
}
header .m-head .m-search {
  display: flex;
}
header .m-head .m-search input {
  width: 240px;
  height: 40px;
  background: #54BD95;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #eee;
  margin-right: 16px;
  font-family: b;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  padding: 0 16px;
  box-sizing: border-box;
  display: none;
}
header .m-head .m-search input::-webkit-input-placeholder {
  color: #fff;
}
header .m-head .m-search button {
  cursor: pointer;
}
header .m-head .m-search button img {
  width: 32px;
  height: 32px;
}
header .m-head .m-list-box {
  position: fixed;
  top: 59px;
  left: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: none;
}
header .m-head .m-list-box .m-list-chlid {
  background: #FFFFFF;
  width: 180px;
  height: 100%;
}
header .m-head .m-list-box .m-list-chlid ul li {
  border-top: 1px solid #D9D9D9;
  padding: 12px 16px;
}
header .m-head .m-list-box .m-list-chlid ul li a {
  display: flex;
  align-items: center;
}
header .m-head .m-list-box .m-list-chlid ul li a img {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
header .m-head .m-list-box .m-list-chlid ul li a span {
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #333;
}
header .m-head .m-list-box .m-list-chlid ul li:last-child {
  border-bottom: 1px solid #D9D9D9;
}
footer {
  width: 100%;
  height: 114px;
  background: #54BD95;
  margin-top: 40px;
}
footer .foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1280px;
  height: 114px;
  margin: 0 auto;
  padding: 0 40px;
}
footer .foot .foot-logo {
  display: block;
  width: 138px;
  height: 50px;
}
footer .foot .foot-logo img {
  width: 138px;
  height: 50px;
}
footer .foot .yinsi {
  display: flex;
  align-items: center;
}
footer .foot .yinsi a {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-family: M;
  margin-left: 60px;
}
footer .foot .yinsi a:hover {
  color: #FFFFFF;
  text-decoration: underline !important;
}
.best {
  margin-bottom: 16px;
}
.best .best_t {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.best .best_t span {
  display: block;
  color: #333333;
  line-height: 23px;
  font-size: 20px;
  font-family: S;
}
.best .best_t img {
  width: 24px;
  height: 24px;
}
.best .games_l {
  display: grid;
  grid-template-columns: repeat(8, minmax(100px, 1fr));
  grid-gap: 16px;
}
.best .games_l a {
  display: block;
  background: #FFFFFF;
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #EEEEEE;
  padding: 8px;
  font-size: 0;
}
.best .games_l a .img1 {
  width: 100%;
  object-fit: cover;
  border-radius: 12px 12px 12px 12px;
}
.best .games_l a h2 {
  color: #333333;
  line-height: 19px;
  font-size: 16px;
  font-family: M;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 4px;
}
.best .games_l a .pingfen {
  display: flex;
  align-items: center;
  margin-top: 4px;
}
.best .games_l a .pingfen img {
  width: 14px;
  height: 14px;
  margin-right: 2px;
}
.best .games_l a .pingfen span {
  display: block;
  color: #54BD95;
  font-size: 14px;
  font-family: M;
}
.best .games_l a:hover {
  border: 1px solid #54BD95;
}
.best .games_l a:hover h2 {
  color: #54BD95;
  text-decoration: underline;
}
.topics {
  margin-bottom: 16px;
}
.topics .topics_t {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.topics .topics_t span {
  display: block;
  color: #333333;
  line-height: 23px;
  font-size: 20px;
  font-family: S;
}
.topics .topics_t img {
  width: 24px;
  height: 24px;
}
.topics .topics_l {
  display: grid;
  grid-template-columns: repeat(3, minmax(100px, 1fr));
  grid-gap: 16px;
}
.topics .topics_l a {
  position: relative;
  display: block;
  width: 100%;
  height: 219px;
  border-radius: 12px 12px 12px 12px;
}
.topics .topics_l a img {
  width: 100%;
  height: 219px;
  border-radius: 12px 12px 12px 12px;
  object-fit: cover;
}
.topics .topics_l a h2 {
  position: absolute;
  left: 0px;
  bottom: 12px;
  width: 100%;
  color: #FFFFFF;
  font-family: S;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 222;
  padding: 0 12px;
}
.topics .topics_l a .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 219px;
  border-radius: 12px 12px 12px 12px;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0) 100%);
}
.topics .topics_l a:hover h2 {
  color: #54BD95;
  text-decoration: underline;
}
.downloads .downloads_t {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.downloads .downloads_t span {
  display: block;
  color: #333333;
  line-height: 23px;
  font-size: 20px;
  font-family: S;
}
.downloads .downloads_t img {
  width: 24px;
  height: 24px;
}
.downloads .downloads_l {
  display: grid;
  grid-template-columns: repeat(4, minmax(100px, 1fr));
  grid-gap: 16px;
}
.downloads .downloads_l a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 104px;
  background: #FFFFFF;
  border-radius: 12px 12px 12px 12px;
  opacity: 1;
  border: 1px solid #EEEEEE;
  padding: 8px;
}
.downloads .downloads_l a .img1 {
  width: 88px;
  height: 88px;
  border-radius: 12px 12px 12px 12px;
  object-fit: cover;
}
.downloads .downloads_l a .middle {
  width: calc(100% - 136px);
}
.downloads .downloads_l a .middle h2 {
  color: #333333;
  line-height: 19px;
  font-size: 16px;
  font-family: M;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.downloads .downloads_l a .middle .pingfen {
  display: flex;
  align-items: center;
}
.downloads .downloads_l a .middle .pingfen img {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
.downloads .downloads_l a .middle .pingfen span {
  display: block;
  color: #54BD95;
  font-size: 14px;
  font-family: M;
}
.downloads .downloads_l a .right {
  width: 24px;
  height: 24px;
}
.downloads .downloads_l a .right img {
  width: 24px;
  height: 24px;
}
.downloads .downloads_l a .right .img3 {
  display: none;
}
.downloads .downloads_l a:hover {
  border: 1px solid #54BD95;
}
.downloads .downloads_l a:hover .middle h2 {
  color: #54BD95;
  text-decoration: underline;
}
.downloads .downloads_l a:hover .right .img2 {
  display: none;
}
.downloads .downloads_l a:hover .right .img3 {
  display: block;
}
.ad-index {
  position: relative;
  margin-bottom: 24px;
  text-align: center;
}
.ad-index .ad_title {
  position: absolute;
  font-size: 12px;
  font-family: M;
  font-weight: 500;
  color: #D0D0D0;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.bread {
  font-size: 14px;
  font-family: M;
  color: #999999;
  line-height: 14px;
  margin-bottom: 16px;
}
.bread a {
  color: #999999;
}
.search_r {
  color: #333333;
  line-height: 23px;
  font-size: 20px;
  font-family: S;
  margin-bottom: 12px;
}
.no_search {
  text-align: center;
  margin-bottom: 24px;
}
.no_search img {
  width: 200px;
  height: 200px;
  margin-bottom: 4px;
}
.no_search h2 {
  color: #333333;
  line-height: 23px;
  font-size: 20px;
  font-family: S;
}
.about h2 {
  color: #333333;
  line-height: 23px;
  font-size: 20px;
  font-family: S;
  margin-bottom: 12px;
}
.about h4 {
  color: #666666;
  line-height: 19px;
  font-size: 16px;
  font-family: S;
  margin-bottom: 8px;
}
.about .text {
  color: #999999;
  line-height: 19px;
  font-size: 16px;
  font-family: M;
  margin-bottom: 12px;
}
.about input {
  width: 100%;
  height: 56px;
  background: #F5F5F5;
  border-radius: 8px 8px 8px 8px;
  margin-bottom: 16px;
  padding-left: 24px;
  color: #666666;
  font-size: 18px;
  font-family: M;
}
.about input::placeholder {
  color: #666666;
  font-size: 18px;
  font-family: M;
}
.about textarea {
  width: 100%;
  height: 212px;
  background: #F5F5F5;
  border-radius: 8px 8px 8px 8px;
  color: #666666;
  font-size: 18px;
  font-family: M;
  padding-left: 24px;
  padding-top: 16px;
  margin-bottom: 16px;
}
.about textarea::placeholder {
  color: #666666;
  font-size: 18px;
  font-family: M;
}
.about button {
  width: 100%;
  height: 64px;
  background: #54BD95;
  border-radius: 16px 16px 16px 16px;
  line-height: 64px;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  font-family: S;
  cursor: pointer;
}
.detail {
  display: flex;
}
.detail .detail_l {
  width: 884px;
  margin-right: 16px;
}
.detail .detail_l .detail_l_top {
  display: flex;
  margin-bottom: 16px;
}
.detail .detail_l .detail_l_top .game_detail {
  width: 536px;
  margin-right: 12px;
}
.detail .detail_l .detail_l_top .game_detail .g_d_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.detail .detail_l .detail_l_top .game_detail .g_d_top .game_cover {
  width: 124px;
  height: 124px;
  border-radius: 24px 24px 24px 24px;
  object-fit: cover;
}
.detail .detail_l .detail_l_top .game_detail .g_d_top .g_d_r {
  width: calc(100% - 134px);
}
.detail .detail_l .detail_l_top .game_detail .g_d_top .g_d_r .game_title {
  height: 24px;
  font-size: 20px;
  font-family: S;
  font-weight: 600;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 14px;
}
.detail .detail_l .detail_l_top .game_detail .g_d_top .g_d_r .name {
  font-size: 16px;
  font-family: M;
  color: #666666;
  margin-bottom: 8px;
}
.detail .detail_l .detail_l_top .game_detail .g_d_top .g_d_r .layui-inline .layui-rate .layui-icon {
  width: 16px;
  height: 16px;
  margin-right: 0;
  font-size: 16px;
  color: #FFD61B;
}
.detail .detail_l .detail_l_top .game_detail .g_d_top .g_d_r .dun {
  display: flex;
  align-items: center;
  margin-top: 6px;
}
.detail .detail_l .detail_l_top .game_detail .g_d_top .g_d_r .dun img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.detail .detail_l .detail_l_top .game_detail .g_d_top .g_d_r .dun span {
  font-size: 14px;
  font-family: M;
  color: #5FCC89;
}
.detail .detail_l .detail_l_top .game_detail .g_d_btm {
  width: 100%;
  height: 114px;
  background: #F5F5F5;
  border-radius: 16px 16px 16px 16px;
  opacity: 1;
  display: flex;
}
.detail .detail_l .detail_l_top .game_detail .g_d_btm .version {
  width: 135px;
  height: 114px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.detail .detail_l .detail_l_top .game_detail .g_d_btm .version img {
  width: 24px;
  height: 24px;
  margin-bottom: 8px;
}
.detail .detail_l .detail_l_top .game_detail .g_d_btm .version .platform {
  font-size: 14px;
  font-family: M;
  color: #666666;
  line-height: 16px;
  margin-bottom: 4px;
}
.detail .detail_l .detail_l_top .game_detail .g_d_btm .version .bb {
  font-size: 14px;
  font-family: M;
  color: #999999;
  line-height: 16px;
  word-break: break-all;
  text-align: center;
}
.detail .detail_l .detail_l_top .ad {
  position: relative;
}
.detail .detail_l .detail_l_top .ad .ad_title {
  position: absolute;
  font-size: 12px;
  font-family: M;
  font-weight: 500;
  color: #D0D0D0;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.detail .detail_l .detail_l_top .ad .ad_cont {
  width: 336px;
  height: 280px;
  background: #F5F5F5;
  border-radius: 0px 0px 0px 0px;
  text-align: center;
}
.detail .detail_l .review h2 {
  color: #333333;
  line-height: 21px;
  font-size: 18px;
  font-family: S;
}
.detail .detail_l .review .review_t {
  color: #999999;
  line-height: 24px;
  font-size: 16px;
  font-family: M;
  margin-top: 12px;
}
.detail .detail_l .screen {
  margin-top: 16px;
  margin-bottom: 16px;
}
.detail .detail_l .screen .swiper .swiper-wrapper .swiper-slide {
  width: auto !important;
  margin-right: 10px;
}
.detail .detail_l .screen .swiper .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0;
}
.detail .detail_l .screen .swiper .swiper-wrapper .swiper-slide img {
  height: 320px;
  object-fit: cover;
  border-radius: 12px;
}
.detail .detail_l .screen .swiper .swiper-button-next,
.detail .detail_l .screen .swiper .swiper-button-prev {
  width: 32px;
  height: 32px;
}
.detail .detail_l .gg {
  text-align: center;
}
.detail .detail_l .gg .gg_p {
  width: 100%;
  text-align: center;
}
.detail .detail_l .gg span {
  display: block;
  color: #D0D0D0;
  line-height: 14px;
  font-size: 12px;
  font-family: M;
}
.detail .detail_l .d_link {
  display: flex;
  flex-wrap: wrap;
}
.detail .detail_l .d_link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 434px;
  height: 52px;
  background: #EDEDED;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  border: 1px solid #E6E6E6;
  margin: 16px 16px 0 0;
}
.detail .detail_l .d_link a:nth-child(2n) {
  margin-right: 0;
}
.detail .detail_l .d_link a img {
  width: 32px;
  height: 32px;
}
.detail .detail_l .d_link a span {
  color: #666666;
  font-size: 18px;
  font-family: S;
  margin-left: 8px;
}
.detail .detail_l .d_link a:hover span {
  text-decoration: underline;
}
.detail .detail_l .good_app {
  display: flex;
  margin-top: 16px;
}
.detail .detail_l .good_app img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.detail .detail_l .good_app div h2 {
  color: #666666;
  line-height: 20px;
  font-size: 16px;
  font-family: M;
}
.detail .detail_l .good_app div span {
  display: block;
  color: #999999;
  line-height: 20px;
  font-size: 14px;
  font-family: M;
  margin-top: 4px;
}
.detail .detail_l .comments {
  margin-top: 24px;
}
.detail .detail_l .comments h2 {
  color: #333333;
  line-height: 23px;
  font-size: 18px;
  font-family: S;
}
.detail .detail_l .comments .pinglun {
  padding-bottom: 16px;
  border-bottom: 1px solid #EEEEEE;
}
.detail .detail_l .comments .pinglun textarea {
  width: 884px;
  height: 100px;
  background: #F5F5F5;
  border-radius: 8px 8px 8px 8px;
  padding-top: 20px;
  padding-left: 20px;
  color: #666666;
  font-size: 16px;
  font-family: M;
  margin-top: 12px;
}
.detail .detail_l .comments .pinglun textarea::placeholder {
  color: #666666;
  font-size: 16px;
  font-family: M;
}
.detail .detail_l .comments .pinglun .piinglun_f {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.detail .detail_l .comments .pinglun .piinglun_f input {
  width: 700px;
  height: 60px;
  background: #F5F5F5;
  border-radius: 8px 8px 8px 8px;
  color: #666666;
  font-size: 16px;
  font-family: M;
  padding-left: 20px;
  margin-right: 12px;
}
.detail .detail_l .comments .pinglun .piinglun_f input::placeholder {
  color: #666666;
  font-size: 16px;
  font-family: M;
}
.detail .detail_l .comments .pinglun .piinglun_f button {
  width: 168px;
  height: 60px;
  background: #54BD95;
  border-radius: 8px 8px 8px 8px;
  line-height: 60px;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  font-family: S;
  cursor: pointer;
}
.detail .detail_l .comments .comments_list .a_list {
  margin-top: 16px;
  padding-bottom: 17px;
  border-bottom: 1px solid #EEEEEE;
}
.detail .detail_l .comments .comments_list .a_list .a_list_t {
  display: flex;
}
.detail .detail_l .comments .comments_list .a_list .a_list_t img {
  width: 46px;
  height: 46px;
  border-radius: 46px;
  object-fit: cover;
  margin-right: 8px;
}
.detail .detail_l .comments .comments_list .a_list .a_list_t .neirong h2 {
  color: #666666;
  line-height: 16px;
  font-size: 14px;
  font-family: M;
}
.detail .detail_l .comments .comments_list .a_list .a_list_t .neirong div {
  color: #666666;
  line-height: 19px;
  font-size: 16px;
  font-family: S;
  margin-top: 6px;
  word-break: break-word;
}
.detail .detail_l .comments .comments_list .a_list .a_list_b {
  display: flex;
  align-items: center;
  justify-content: right;
  margin-top: 10px;
}
.detail .detail_l .comments .comments_list .a_list .a_list_b .feb {
  color: #999999;
  line-height: 16px;
  font-size: 14px;
  font-family: M;
  margin-right: 16px;
}
.detail .detail_l .comments .comments_list .a_list .a_list_b img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  cursor: pointer;
}
.detail .detail_l .comments .comments_list .a_list .a_list_b .zan_lan {
  display: none;
}
.detail .detail_l .comments .comments_list .a_list .a_list_b .num {
  font-size: 14px;
  font-family: M;
  color: #999999;
  line-height: 16px;
}
.detail .detail_l .previous_v {
  margin-top: 16px;
}
.detail .detail_l .previous_v h2 {
  color: #333333;
  line-height: 21px;
  font-size: 18px;
  font-family: S;
}
.detail .detail_l .previous_v .previous_v_l {
  margin-top: 12px;
}
.detail .detail_l .previous_v .previous_v_l .versions a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  background: #EDEDED;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  border: 1px solid #E6E6E6;
  margin-bottom: 12px;
  padding: 0 24px;
}
.detail .detail_l .previous_v .previous_v_l .versions a span {
  display: block;
  color: #666666;
  font-size: 16px;
  font-family: S;
}
.detail .detail_l .previous_v .previous_v_l .versions a img {
  width: 24px;
  height: 24px;
}
.detail .detail_l .previous_v .previous_v_l .versions a:hover span {
  text-decoration: underline;
}
.detail .detail_l .paging {
  width: 100%;
  height: 50px;
  text-align: center;
  margin-top: 20px;
}
.detail .detail_l .paging ul {
  display: inline-block;
  overflow: hidden;
}
.detail .detail_l .paging ul li {
  float: left;
  width: 40px;
  height: 40px;
  background: #F6F6F6;
  font-size: 16px;
  font-family: S;
  color: #666666;
  text-align: center;
  line-height: 40px;
  margin-right: 12px;
  cursor: pointer;
  border-radius: 4px;
}
.detail .detail_l .paging ul li:nth-child(2) {
  width: 40px;
  height: 40px;
  background: #54BD95;
  color: #fff;
}
.detail .detail_l .artical h2 {
  font-family: S;
  color: #333333;
  line-height: 23px;
  font-size: 20px;
}
.detail .detail_l .artical img {
  width: 100%;
  height: 186px;
  border-radius: 12px 12px 12px 12px;
  object-fit: cover;
  margin-top: 12px;
}
.detail .detail_l .artical .a_t {
  color: #999999;
  line-height: 24px;
  font-size: 16px;
  font-family: M;
  margin-top: 12px;
}
.detail .detail_l .wenzhang .wenzhang_l {
  margin-top: 24px;
}
.detail .detail_l .wenzhang .wenzhang_l a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 116px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  border: 1px solid #54BD95;
  padding-right: 27px;
}
.detail .detail_l .wenzhang .wenzhang_l a .left {
  display: flex;
}
.detail .detail_l .wenzhang .wenzhang_l a .left .num {
  width: 32px;
  height: 32px;
  position: relative;
}
.detail .detail_l .wenzhang .wenzhang_l a .left .num img {
  width: 32px;
  height: 32px;
}
.detail .detail_l .wenzhang .wenzhang_l a .left .num span {
  position: absolute;
  top: 12px;
  right: 5px;
  display: block;
  color: #FFFFFF;
  font-size: 16px;
  font-family: S;
}
.detail .detail_l .wenzhang .wenzhang_l a .left .middle {
  display: flex;
  align-items: center;
}
.detail .detail_l .wenzhang .wenzhang_l a .left .middle .pic1 {
  width: 100px;
  height: 100px;
  border-radius: 12px 12px 12px 12px;
  object-fit: cover;
  margin-left: 12px;
}
.detail .detail_l .wenzhang .wenzhang_l a .left .middle .club {
  width: 600px;
  margin-left: 8px;
}
.detail .detail_l .wenzhang .wenzhang_l a .left .middle .club h2 {
  color: #333333;
  line-height: 21px;
  font-size: 18px;
  font-family: M;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.detail .detail_l .wenzhang .wenzhang_l a .left .middle .club .pingfen {
  display: flex;
  align-items: center;
}
.detail .detail_l .wenzhang .wenzhang_l a .left .middle .club .pingfen img {
  width: 14px;
  height: 14px;
}
.detail .detail_l .wenzhang .wenzhang_l a .left .middle .club .pingfen span {
  display: block;
  color: #54BD95;
  font-size: 14px;
  font-family: M;
  margin-top: 2px;
}
.detail .detail_l .wenzhang .wenzhang_l a .right {
  width: 91px;
  height: 36px;
  background: #54BD95;
  line-height: 36px;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  font-family: M;
  margin-top: 40px;
}
.detail .detail_l .wenzhang .wenzhang_l a:hover .left .middle .club h2 {
  text-decoration: underline;
}
.detail .detail_l .wenzhang .wenzhang_l a:hover .right {
  text-decoration: underline;
}
.detail .detail_l .wenzhang .wenzhang_l .text_d {
  color: #999999;
  line-height: 24px;
  font-size: 16px;
  font-family: M;
  margin-top: 8px;
}
.detail .detail_r {
  width: 300px;
}
.detail .detail_r .tags h2 {
  color: #333333;
  line-height: 23px;
  font-size: 20px;
  font-family: S;
}
.detail .detail_r .tags .tags_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
}
.detail .detail_r .tags .tags_list a {
  display: block;
  height: 25px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  padding: 0 8px;
  margin: 0 8px 8px 0;
  line-height: 25px;
  color: #999999;
  font-size: 14px;
  font-family: M;
  border: 1px solid #EEEEEE;
}
.detail .detail_r .tags .tags_list a:hover {
  background: #EEEEEE;
  color: #999999;
  text-decoration: underline !important;
}
.detail .detail_r .gg5 {
  text-align: center;
  margin-top: 16px;
}
.detail .detail_r .gg5 .gg5_p {
  width: 300px;
  height: 600px;
  background: #EEEEEE;
  text-align: center;
}
.detail .detail_r .gg5 span {
  display: block;
  color: #9E9E9E;
  font-size: 12px;
  font-family: M;
}
.detail .detail_r .similar_g {
  margin-top: 16px;
}
.detail .detail_r .similar_g h2 {
  color: #333333;
  font-size: 20px;
  font-family: S;
  line-height: 23px;
}
.detail .detail_r .similar_g .similar_g_l {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(1, minmax(100px, 1fr));
  grid-gap: 8px;
}
.detail .detail_r .similar_g .similar_g_l a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 104px;
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #EEEEEE;
  padding: 8px;
}
.detail .detail_r .similar_g .similar_g_l a .img1 {
  width: 88px;
  height: 88px;
  border-radius: 12px 12px 12px 12px;
  object-fit: cover;
}
.detail .detail_r .similar_g .similar_g_l a .right {
  margin-left: 8px;
  width: 185px;
}
.detail .detail_r .similar_g .similar_g_l a .right h4 {
  color: #333333;
  line-height: 19px;
  font-size: 16px;
  font-family: M;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.detail .detail_r .similar_g .similar_g_l a .right .pingfen {
  display: flex;
  align-items: center;
  margin-top: 4px;
}
.detail .detail_r .similar_g .similar_g_l a .right .pingfen img {
  width: 14px;
  height: 14px;
}
.detail .detail_r .similar_g .similar_g_l a .right .pingfen span {
  display: block;
  color: #54BD95;
  font-size: 14px;
  font-family: M;
}
.detail .detail_r .r_topic {
  margin-top: 16px;
}
.detail .detail_r .r_topic h2 {
  color: #333333;
  line-height: 23px;
  font-size: 20px;
  font-family: S;
}
.detail .detail_r .r_topic .r_topic_l {
  display: grid;
  grid-template-columns: repeat(1, minmax(100px, 1fr));
  grid-gap: 12px;
  margin-top: 12px;
}
.detail .detail_r .r_topic .r_topic_l a {
  position: relative;
  display: block;
  width: 100%;
  height: 169px;
  border-radius: 12px 12px 12px 12px;
}
.detail .detail_r .r_topic .r_topic_l a img {
  width: 100%;
  height: 169px;
  border-radius: 12px 12px 12px 12px;
  object-fit: cover;
}
.detail .detail_r .r_topic .r_topic_l a .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 169px;
  border-radius: 12px 12px 12px 12px;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0) 100%);
}
.detail .detail_r .r_topic .r_topic_l a h2 {
  position: absolute;
  left: 0px;
  bottom: 12px;
  width: 100%;
  color: #FFFFFF;
  line-height: 16px;
  font-size: 14px;
  font-family: S;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  padding: 0 8px;
}
.detail .detail_r .r_topic .r_topic_l a:hover h2 {
  color: #54BD95;
  text-decoration: underline;
}
@media (min-width: 860px) and (max-width: 1200px) {
  header {
    width: 100%;
    height: 60px;
  }
  header .header-hd {
    display: none;
  }
  header .m-head {
    display: flex;
  }
  .main-container {
    padding: 0 12px;
    width: 100%;
  }
  .main-container .best .games_l {
    grid-template-columns: repeat(6, minmax(100px, 1fr));
  }
  .main-container .topics .topics_l {
    grid-template-columns: repeat(3, minmax(100px, 1fr));
  }
  .main-container .downloads .downloads_l {
    grid-template-columns: repeat(3, minmax(100px, 1fr));
    grid-gap: 16px;
  }
  .main-container .detail {
    flex-direction: column;
  }
  .main-container .detail .detail_l {
    width: 100%;
    margin-right: 0;
  }
  .main-container .detail .detail_l .detail_l_top {
    flex-direction: column;
  }
  .main-container .detail .detail_l .detail_l_top .game_detail {
    width: 100%;
    margin-right: 0px;
  }
  .main-container .detail .detail_l .detail_l_top .game_detail .g_d_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
  }
  .main-container .detail .detail_l .detail_l_top .game_detail .g_d_top .game_cover {
    width: 124px;
    height: 124px;
    border-radius: 24px 24px 24px 24px;
    object-fit: cover;
  }
  .main-container .detail .detail_l .detail_l_top .game_detail .g_d_top .g_d_r {
    width: calc(100% - 134px);
  }
  .main-container .detail .detail_l .detail_l_top .game_detail .g_d_top .g_d_r .game_title {
    height: 24px;
    font-size: 20px;
    font-family: S;
    font-weight: 600;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 14px;
  }
  .main-container .detail .detail_l .detail_l_top .game_detail .g_d_top .g_d_r .name {
    font-size: 16px;
    font-family: M;
    color: #666666;
    margin-bottom: 8px;
  }
  .main-container .detail .detail_l .detail_l_top .game_detail .g_d_top .g_d_r .layui-inline .layui-rate .layui-icon {
    width: 16px;
    height: 16px;
    margin-right: 0;
    font-size: 16px;
    color: #FFD61B;
  }
  .main-container .detail .detail_l .detail_l_top .game_detail .g_d_top .g_d_r .dun {
    display: flex;
    align-items: center;
    margin-top: 6px;
  }
  .main-container .detail .detail_l .detail_l_top .game_detail .g_d_top .g_d_r .dun img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
  }
  .main-container .detail .detail_l .detail_l_top .game_detail .g_d_top .g_d_r .dun span {
    font-size: 14px;
    font-family: M;
    color: #5FCC89;
  }
  .main-container .detail .detail_l .detail_l_top .game_detail .g_d_btm {
    display: none;
  }
  .main-container .detail .detail_l .detail_l_top .ad .ad_cont {
    width: 100%;
    height: auto;
  }
  .main-container .detail .detail_l .d_link a {
    width: 100%;
    margin: 16px 0 0 0;
  }
  .main-container .detail .detail_l .comments .pinglun textarea {
    width: 100%;
  }
  .main-container .detail .detail_l .comments .pinglun .piinglun_f {
    flex-direction: column;
  }
  .main-container .detail .detail_l .comments .pinglun .piinglun_f input {
    width: 100%;
    margin: 0 0 16px 0;
  }
  .main-container .detail .detail_l .comments .pinglun .piinglun_f button {
    width: 100%;
  }
  .main-container .detail .detail_l .wenzhang .wenzhang_l a {
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 8px 0;
  }
  .main-container .detail .detail_l .wenzhang .wenzhang_l a .left {
    display: flex;
    padding-right: 8px;
  }
  .main-container .detail .detail_l .wenzhang .wenzhang_l a .left .middle {
    display: flex;
    align-items: center;
    width: calc(100% - 32px);
  }
  .main-container .detail .detail_l .wenzhang .wenzhang_l a .left .middle .club {
    width: calc(100% - 148px);
    margin-left: 8px;
  }
  .main-container .detail .detail_l .wenzhang .wenzhang_l a .right {
    width: 200px;
    margin: 10px auto 0;
  }
  .main-container .detail .detail_r {
    width: 100%;
  }
  .main-container .detail .detail_r .similar_g .similar_g_l {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  .main-container .detail .detail_r .gg5 {
    text-align: center;
    margin-top: 16px;
  }
  .main-container .detail .detail_r .gg5 .gg5_p {
    width: 100%;
    height: auto;
  }
  .main-container .detail .detail_r .r_topic .r_topic_l {
    grid-template-columns: repeat(3, minmax(100px, 1fr));
  }
  footer {
    width: 100%;
    height: auto;
    margin-top: 40px;
  }
  footer .foot {
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 16px 12px;
  }
  footer .foot .foot-logo {
    margin-bottom: 16px;
  }
  footer .foot .yinsi {
    width: 100%;
    justify-content: center;
  }
  footer .foot .yinsi a {
    margin: 0 12px 0 0;
  }
  footer .foot .yinsi a:last-child {
    margin-right: 0;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  header {
    width: 100%;
    height: 60px;
  }
  header .header-hd {
    display: none;
  }
  header .m-head {
    display: flex;
  }
  .main-container {
    padding: 0 12px;
    width: 100%;
  }
  .main-container .best .games_l {
    grid-template-columns: repeat(5, minmax(100px, 1fr));
  }
  .main-container .topics .topics_l {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  .main-container .downloads .downloads_l {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
    grid-gap: 16px;
  }
  .main-container .detail {
    flex-direction: column;
  }
  .main-container .detail .detail_l {
    width: 100%;
    margin-right: 0;
  }
  .main-container .detail .detail_l .detail_l_top {
    flex-direction: column;
  }
  .main-container .detail .detail_l .detail_l_top .game_detail {
    width: 100%;
    margin-right: 0px;
  }
  .main-container .detail .detail_l .detail_l_top .game_detail .g_d_btm {
    display: none;
  }
  .main-container .detail .detail_l .detail_l_top .ad .ad_cont {
    width: 100%;
    height: auto;
  }
  .main-container .detail .detail_l .d_link a {
    width: 100%;
    margin: 16px 0 0 0;
  }
  .main-container .detail .detail_l .comments .pinglun textarea {
    width: 100%;
  }
  .main-container .detail .detail_l .comments .pinglun .piinglun_f {
    flex-direction: column;
  }
  .main-container .detail .detail_l .comments .pinglun .piinglun_f input {
    width: 100%;
    margin: 0 0 16px 0;
  }
  .main-container .detail .detail_l .comments .pinglun .piinglun_f button {
    width: 100%;
  }
  .main-container .detail .detail_l .wenzhang .wenzhang_l a {
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 8px 0;
  }
  .main-container .detail .detail_l .wenzhang .wenzhang_l a .left {
    display: flex;
    padding-right: 8px;
  }
  .main-container .detail .detail_l .wenzhang .wenzhang_l a .left .middle {
    display: flex;
    align-items: center;
    width: calc(100% - 32px);
  }
  .main-container .detail .detail_l .wenzhang .wenzhang_l a .left .middle .club {
    width: calc(100% - 148px);
    margin-left: 8px;
  }
  .main-container .detail .detail_l .wenzhang .wenzhang_l a .right {
    width: 200px;
    margin: 10px auto 0;
  }
  .main-container .detail .detail_r {
    width: 100%;
  }
  .main-container .detail .detail_r .similar_g .similar_g_l {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  .main-container .detail .detail_r .gg5 {
    text-align: center;
    margin-top: 16px;
  }
  .main-container .detail .detail_r .gg5 .gg5_p {
    width: 100%;
    height: auto;
  }
  .main-container .detail .detail_r .r_topic .r_topic_l {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  footer {
    width: 100%;
    height: auto;
    margin-top: 40px;
  }
  footer .foot {
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 16px 12px;
  }
  footer .foot .foot-logo {
    margin-bottom: 16px;
  }
  footer .foot .yinsi {
    width: 100%;
    justify-content: center;
  }
  footer .foot .yinsi a {
    margin: 0 12px 0 0;
  }
  footer .foot .yinsi a:last-child {
    margin-right: 0;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  header {
    width: 100%;
    height: 60px;
  }
  header .header-hd {
    display: none;
  }
  header .m-head {
    display: flex;
  }
  .main-container {
    padding: 0 12px;
    width: 100%;
  }
  .main-container .best .games_l {
    grid-template-columns: repeat(4, minmax(100px, 1fr));
  }
  .main-container .topics .topics_l {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  .main-container .downloads .downloads_l {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
    grid-gap: 16px;
  }
  .main-container .detail {
    flex-direction: column;
  }
  .main-container .detail .detail_l {
    width: 100%;
    margin-right: 0;
  }
  .main-container .detail .detail_l .detail_l_top {
    flex-direction: column;
  }
  .main-container .detail .detail_l .detail_l_top .game_detail {
    width: 100%;
    margin-right: 0px;
  }
  .main-container .detail .detail_l .detail_l_top .game_detail .g_d_btm {
    display: none;
  }
  .main-container .detail .detail_l .detail_l_top .ad .ad_cont {
    width: 100%;
    height: auto;
  }
  .main-container .detail .detail_l .d_link a {
    width: 100%;
    margin: 16px 0 0 0;
  }
  .main-container .detail .detail_l .comments .pinglun textarea {
    width: 100%;
  }
  .main-container .detail .detail_l .comments .pinglun .piinglun_f {
    flex-direction: column;
  }
  .main-container .detail .detail_l .comments .pinglun .piinglun_f input {
    width: 100%;
    margin: 0 0 16px 0;
  }
  .main-container .detail .detail_l .comments .pinglun .piinglun_f button {
    width: 100%;
  }
  .main-container .detail .detail_l .wenzhang .wenzhang_l a {
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 8px 0;
  }
  .main-container .detail .detail_l .wenzhang .wenzhang_l a .left {
    display: flex;
    padding-right: 8px;
  }
  .main-container .detail .detail_l .wenzhang .wenzhang_l a .left .middle {
    display: flex;
    align-items: center;
    width: calc(100% - 32px);
  }
  .main-container .detail .detail_l .wenzhang .wenzhang_l a .left .middle .club {
    width: calc(100% - 148px);
    margin-left: 8px;
  }
  .main-container .detail .detail_l .wenzhang .wenzhang_l a .right {
    width: 200px;
    margin: 10px auto 0;
  }
  .main-container .detail .detail_r {
    width: 100%;
  }
  .main-container .detail .detail_r .similar_g .similar_g_l {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  .main-container .detail .detail_r .gg5 {
    text-align: center;
    margin-top: 16px;
  }
  .main-container .detail .detail_r .gg5 .gg5_p {
    width: 100%;
    height: auto;
  }
  .main-container .detail .detail_r .r_topic .r_topic_l {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  footer {
    width: 100%;
    height: auto;
    margin-top: 40px;
  }
  footer .foot {
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 16px 12px;
  }
  footer .foot .foot-logo {
    margin-bottom: 16px;
  }
  footer .foot .yinsi {
    width: 100%;
    justify-content: space-between;
  }
  footer .foot .yinsi a {
    margin-left: 0;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  header {
    width: 100%;
    height: 60px;
  }
  header .header-hd {
    display: none;
  }
  header .m-head {
    display: flex;
  }
  .main-container {
    padding: 0 12px;
    width: 100%;
  }
  .main-container .best .games_l {
    grid-template-columns: repeat(3, minmax(100px, 1fr));
  }
  .main-container .topics .topics_l {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
  .main-container .downloads .downloads_l {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
    grid-gap: 16px;
  }
  .main-container .detail {
    flex-direction: column;
  }
  .main-container .detail .detail_l {
    width: 100%;
    margin-right: 0;
  }
  .main-container .detail .detail_l .wenzhang .wenzhang_l a {
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 8px 0;
  }
  .main-container .detail .detail_l .wenzhang .wenzhang_l a .left {
    display: flex;
    padding-right: 8px;
  }
  .main-container .detail .detail_l .wenzhang .wenzhang_l a .left .middle {
    display: flex;
    align-items: center;
    width: calc(100% - 32px);
  }
  .main-container .detail .detail_l .wenzhang .wenzhang_l a .left .middle .club {
    width: calc(100% - 148px);
    margin-left: 8px;
  }
  .main-container .detail .detail_l .wenzhang .wenzhang_l a .right {
    width: 200px;
    margin: 10px auto 0;
  }
  .main-container .detail .detail_l .detail_l_top {
    flex-direction: column;
  }
  .main-container .detail .detail_l .detail_l_top .game_detail {
    width: 100%;
    margin-right: 0px;
  }
  .main-container .detail .detail_l .detail_l_top .game_detail .g_d_btm {
    display: none;
  }
  .main-container .detail .detail_l .detail_l_top .ad .ad_cont {
    width: 100%;
    height: auto;
  }
  .main-container .detail .detail_l .d_link a {
    width: 100%;
    margin: 16px 0 0 0;
  }
  .main-container .detail .detail_l .comments .pinglun textarea {
    width: 100%;
  }
  .main-container .detail .detail_l .comments .pinglun .piinglun_f {
    flex-direction: column;
  }
  .main-container .detail .detail_l .comments .pinglun .piinglun_f input {
    width: 100%;
    margin: 0 0 16px 0;
  }
  .main-container .detail .detail_l .comments .pinglun .piinglun_f button {
    width: 100%;
  }
  .main-container .detail .detail_r {
    width: 100%;
  }
  .main-container .detail .detail_r .similar_g .similar_g_l {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
  .main-container .detail .detail_r .gg5 {
    text-align: center;
    margin-top: 16px;
  }
  .main-container .detail .detail_r .gg5 .gg5_p {
    width: 100%;
    height: auto;
  }
  .main-container .detail .detail_r .r_topic .r_topic_l {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
  footer {
    width: 100%;
    height: auto;
    margin-top: 40px;
  }
  footer .foot {
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 16px 12px;
  }
  footer .foot .foot-logo {
    margin-bottom: 16px;
  }
  footer .foot .yinsi {
    width: 100%;
    justify-content: space-between;
  }
  footer .foot .yinsi a {
    margin-left: 0;
  }
}
