body {
  background: #fff;
}
#content .bread {
  height: 28px;
  font-size: 16px;
  color: #999999;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: B;
}
#content .bread a {
  color: #999;
  font-size: 16px;
}
#content .bread .active {
  color: #333;
}
#content .gameDetail {
  display: flex;
  margin: 6px 0 16px;
}
#content .gameDetail .detail-m-t-l-t {
  display: block;
  width: 200px;
  height: 312px;
  border-radius: 16px;
  border: 1px solid #e8e8e8;
  padding: 16px 16px 20px;
  margin-right: 16px;
}
#content .gameDetail .detail-m-t-l-t img {
  width: 168px;
  height: 168px;
  border-radius: 16px;
  object-fit: cover;
}
#content .gameDetail .detail-m-t-l-t .game-title {
  margin-top: 12px;
}
#content .gameDetail .detail-m-t-l-t .game-title h2 {
  width: 168px;
  color: #333333;
  line-height: 28px;
  height: 56px;
  font-size: 18px;
  font-family: B;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content .gameDetail .detail-m-t-l-t .game-title div {
  margin-top: 16px;
}
#content .gameDetail .detail-m-t-l-t .game-title .layui-rate li i.layui-icon {
  font-size: 20px;
  color: #FEAF20;
}
#content .gameDetail .ad {
  width: 336px;
  height: 312px;
  text-align: center;
  border: 1px solid #e8e8e8;
  margin-right: 16px;
}
#content .gameDetail .ad span {
  display: block;
  color: #333333;
  font-size: 14px;
  font-family: M;
  text-align: center;
  margin-top: 8px;
}
#content .gameDetail .ad .ad-p {
  width: 100%;
}
#content .gameDetail .gameDetail-r {
  display: flex;
  width: 664px;
  height: 312px;
}
#content .gameDetail .gameDetail-r .lb {
  position: relative;
  width: 100%;
}
#content .gameDetail .gameDetail-r .lb .swiper {
  overflow: hidden;
}
#content .gameDetail .gameDetail-r .lb .swiper .swiper-wrapper .swiper-slide {
  width: auto !important;
  margin-right: 9px;
}
#content .gameDetail .gameDetail-r .lb .swiper .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0;
}
#content .gameDetail .gameDetail-r .lb .swiper .swiper-wrapper .swiper-slide img {
  border-radius: 16px;
  height: 312px;
}
#content .gameDetail .gameDetail-r .lb .swiper-button-prev,
#content .gameDetail .gameDetail-r .lb .swiper-button-next {
  position: absolute;
  top: 50%;
}
#content .gameDetail .gameDetail-r .lb .swiper-button-prev {
  left: 0;
}
#content .gameDetail .gameDetail-r .lb .swiper-button-next {
  right: 0;
}
#content .detail {
  display: flex;
  justify-content: space-between;
}
#content .detail .detail-m {
  width: 878px;
}
#content .detail .detail-m .detail-m-t {
  display: flex;
  margin-top: 8px;
}
#content .detail .detail-m .detail-m-t .detail-m-t-r {
  margin-left: 12px;
}
#content .detail .detail-m .introduction {
  width: 878px;
  border-radius: 16px;
  border: 1px solid #E8E8E8;
  padding: 16px;
}
#content .detail .detail-m .introduction h2 {
  color: #333333;
  font-size: 18px;
  font-family: B;
  text-align: center;
}
#content .detail .detail-m .introduction .text {
  color: #333333;
  line-height: 28px;
  font-size: 16px;
  font-family: M;
}
#content .detail .detail-m .ad1 {
  text-align: center;
  margin-top: 16px;
}
#content .detail .detail-m .ad1 .ad1-p {
  width: 100%;
  min-height: 90px;
}
#content .detail .detail-m .ad1 span {
  display: block;
  color: #333333;
  font-size: 14px;
  font-family: M;
}
#content .detail .detail-m .download {
  width: 878px;
  border: 1px solid #E8E8E8;
  padding: 16px;
  margin-top: 16px;
  border-radius: 16px;
}
#content .detail .detail-m .download .download-t {
  display: flex;
  justify-content: space-between;
}
#content .detail .detail-m .download .download-t a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 416px;
  height: 62px;
  background: #F9F9F9;
  border-radius: 8px;
}
#content .detail .detail-m .download .download-t a img {
  width: 38px;
  height: 38px;
  margin-right: 4px;
}
#content .detail .detail-m .download .download-t a .img1 {
  display: block;
}
#content .detail .detail-m .download .download-t a .img2 {
  display: none;
}
#content .detail .detail-m .download .download-t a span {
  display: block;
  color: #333333;
  font-size: 18px;
  font-family: B;
}
#content .detail .detail-m .download .download-t a:hover {
  background: #333;
}
#content .detail .detail-m .download .download-t a:hover .img1 {
  display: none;
}
#content .detail .detail-m .download .download-t a:hover .img2 {
  display: block;
}
#content .detail .detail-m .download .download-t a:hover span {
  color: #fff;
}
#content .detail .detail-m .download .download-b {
  display: flex;
  margin-top: 12px;
}
#content .detail .detail-m .download .download-b img {
  width: 38px;
  height: 38px;
}
#content .detail .detail-m .download .download-b div {
  margin-left: 8px;
}
#content .detail .detail-m .download .download-b div h2 {
  color: #333333;
  font-size: 16px;
  font-family: M;
}
#content .detail .detail-m .download .download-b div span {
  display: block;
  color: #666666;
  font-size: 14px;
  font-family: R;
}
#content .detail .detail-m .play {
  width: 878px;
  border-radius: 16px;
  border: 1px solid #E8E8E8;
  padding: 16px;
  margin-top: 16px;
}
#content .detail .detail-m .play .play-url {
  text-align: center;
}
#content .detail .detail-m .play .play-url h2 {
  color: #333333;
  font-size: 18px;
  font-family: B;
}
#content .detail .detail-m .play .play-games {
  margin-top: 16px;
}
#content .detail .detail-m .play .play-games .play-game-list {
  display: grid;
  grid-template-columns: repeat(8, minmax(50px, 1fr));
  grid-gap: 12px;
}
#content .detail .detail-m .play .play-games .play-game-list li a {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 100%;
}
#content .detail .detail-m .play .play-games .play-game-list li a img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  z-index: 1;
}
#content .detail .detail-m .play .play-games .play-game-list li a span {
  display: none;
  padding: 0 10px;
  width: 100%;
  height: 28px;
  font-family: m;
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 4px;
  z-index: 2;
}
#content .detail .detail-m .play .play-games .play-game-list li:hover a span {
  display: block;
}
#content .detail .detail-m .play .play-games .load-more {
  display: block;
  width: 394px;
  height: 48px;
  border-radius: 8px 8px 8px 8px;
  background: #EEC807;
  line-height: 48px;
  color: #A34800;
  font-size: 20px;
  font-family: B;
  text-align: center;
  margin: 10px auto 0;
}
#content .detail .detail-m .comments {
  width: 878px;
  border: 1px solid #E8E8E8;
  padding: 24px 16px 40px;
  margin-top: 16px;
  border-radius: 16px;
}
#content .detail .detail-m .comments .write-commens {
  display: flex;
  justify-content: space-between;
}
#content .detail .detail-m .comments .write-commens img {
  width: 40px;
  height: 40px;
}
#content .detail .detail-m .comments .write-commens .write-commens-r {
  width: calc(100% - 48px);
  padding-bottom: 20px;
  border-bottom: 1px solid #DDDDDD;
}
#content .detail .detail-m .comments .write-commens .write-commens-r input {
  width: 100%;
  height: 40px;
  background: #F8F8F8;
  border-radius: 8px;
  color: #999999;
  font-size: 16px;
  font-family: R;
  padding-left: 16px;
}
#content .detail .detail-m .comments .write-commens .write-commens-r input::placeholder {
  color: #999999;
  font-size: 16px;
  font-family: R;
}
#content .detail .detail-m .comments .write-commens .write-commens-r textarea {
  width: 100%;
  height: 139px;
  background: #F8F8F8;
  border-radius: 8px;
  color: #999999;
  font-size: 16px;
  font-family: R;
  padding-left: 16px;
  padding-top: 12px;
  margin-top: 8px;
}
#content .detail .detail-m .comments .write-commens .write-commens-r textarea::placeholder {
  color: #999999;
  font-size: 16px;
  font-family: R;
}
#content .detail .detail-m .comments .write-commens .write-commens-r .rate {
  display: flex;
  margin-top: 12px;
  justify-content: space-between;
}
#content .detail .detail-m .comments .write-commens .write-commens-r .rate .rate-l {
  width: 321px;
  height: 40px;
  line-height: 40px;
  background: #F8F8F8;
  border-radius: 8px;
  padding-left: 16px;
}
#content .detail .detail-m .comments .write-commens .write-commens-r .rate .rate-l span {
  color: #999999;
  font-size: 16px;
  font-family: R;
  margin-right: 13px;
}
#content .detail .detail-m .comments .write-commens .write-commens-r .rate .rate-l .layui-rate li i.layui-icon {
  font-size: 16px;
  color: #FFB237;
}
#content .detail .detail-m .comments .write-commens .write-commens-r .rate .rate-l .layui-rate {
  margin-top: 0;
  margin-bottom: 0;
}
#content .detail .detail-m .comments .write-commens .write-commens-r .rate .rate-l .layui-rate,
#content .detail .detail-m .comments .write-commens .write-commens-r .rate .rate-l .layui-rate * {
  vertical-align: baseline;
}
#content .detail .detail-m .comments .write-commens .write-commens-r .rate button {
  width: 150px;
  height: 40px;
  background: #DDDDDD;
  line-height: 40px;
  text-align: center;
  color: #333333;
  font-size: 16px;
  font-family: B;
  border-radius: 8px;
  cursor: pointer;
}
#content .detail .detail-m .comments .write-commens .write-commens-r .rate button:hover {
  background: #EEC807;
  color: #A34800;
}
#content .detail .detail-m .comments .commentsAll .comments-list {
  display: flex;
  padding-top: 24px;
}
#content .detail .detail-m .comments .commentsAll .comments-list .comments-list-l {
  width: 40px;
  height: 40px;
}
#content .detail .detail-m .comments .commentsAll .comments-list .comments-list-r {
  margin-left: 8px;
  width: 100%;
  padding-bottom: 24px;
  border-bottom: 1px solid #DDD;
}
#content .detail .detail-m .comments .commentsAll .comments-list .comments-list-r .comments-list-r-t {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content .detail .detail-m .comments .commentsAll .comments-list .comments-list-r .comments-list-r-t h2 {
  color: #333333;
  font-size: 18px;
  font-family: R;
}
#content .detail .detail-m .comments .commentsAll .comments-list .comments-list-r .comments-list-r-t .layui-rate li i.layui-icon {
  font-size: 16px;
  color: #FFB237;
}
#content .detail .detail-m .comments .commentsAll .comments-list .comments-list-r .user-comments {
  color: #333333;
  line-height: 24px;
  font-size: 16px;
  font-family: R;
  margin-top: 6px;
}
#content .detail .detail-m .comments .commentsAll .comments-list .comments-list-r .reply {
  display: flex;
  width: 100%;
  background: #F8F8F8;
  border-radius: 8px;
  padding: 16px;
  margin-top: 8px;
}
#content .detail .detail-m .comments .commentsAll .comments-list .comments-list-r .reply img {
  width: 40px;
  height: 40px;
}
#content .detail .detail-m .comments .commentsAll .comments-list .comments-list-r .reply .reply-r {
  margin-left: 8px;
}
#content .detail .detail-m .comments .commentsAll .comments-list .comments-list-r .reply .reply-r h2 {
  color: #333333;
  font-size: 18px;
  font-family: R;
}
#content .detail .detail-m .comments .commentsAll .comments-list .comments-list-r .reply .reply-r .reply-text {
  color: #666666;
  line-height: 24px;
  font-size: 16px;
  font-family: R;
}
#content .detail .detail-m .comments .commentsAll .comments-list .comments-list-r .reply-alert {
  display: none;
  position: relative;
  width: 100%;
  height: 170px;
  background: #F8F8F8;
  border-radius: 8px;
  padding: 16px;
  margin-top: 8px;
}
#content .detail .detail-m .comments .commentsAll .comments-list .comments-list-r .reply-alert img {
  width: 40px;
  height: 40px;
}
#content .detail .detail-m .comments .commentsAll .comments-list .comments-list-r .reply-alert .reply-alert-r {
  margin-left: 10px;
  width: 100%;
}
#content .detail .detail-m .comments .commentsAll .comments-list .comments-list-r .reply-alert .reply-alert-r input {
  width: 100%;
  height: 40px;
  background: #FFFFFF;
  border-radius: 8px;
  color: #999999;
  line-height: 24px;
  font-size: 16px;
  font-family: R;
  padding-left: 16px;
}
#content .detail .detail-m .comments .commentsAll .comments-list .comments-list-r .reply-alert .reply-alert-r input::placeholder {
  font-size: 16px;
  font-family: R;
  color: #999999;
}
#content .detail .detail-m .comments .commentsAll .comments-list .comments-list-r .reply-alert .reply-alert-r textarea {
  width: 100%;
  height: 90px;
  background: #FFFFFF;
  border-radius: 8px;
  color: #999999;
  font-size: 16px;
  font-family: R;
  margin-top: 8px;
  padding-top: 8px;
  padding-left: 16px;
}
#content .detail .detail-m .comments .commentsAll .comments-list .comments-list-r .reply-alert .reply-alert-r textarea::placeholder {
  color: #999999;
  font-size: 16px;
  font-family: R;
}
#content .detail .detail-m .comments .commentsAll .comments-list .comments-list-r .reply-alert .reply-alert-r button {
  position: absolute;
  right: 28px;
  bottom: 26px;
  width: 150px;
  height: 40px;
  background: #DDDDDD;
  border-radius: 8px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
#content .detail .detail-m .comments .commentsAll .comments-list .comments-list-r .reply-alert .reply-alert-r button:hover {
  background: #EEC807;
  color: #A34800;
}
#content .detail .detail-m .comments .commentsAll .comments-list .comments-list-r .comments-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}
#content .detail .detail-m .comments .commentsAll .comments-list .comments-list-r .comments-footer .comments-footer-l {
  display: flex;
  align-items: center;
}
#content .detail .detail-m .comments .commentsAll .comments-list .comments-list-r .comments-footer .comments-footer-l img {
  width: 24px;
  height: 24px;
}
#content .detail .detail-m .comments .commentsAll .comments-list .comments-list-r .comments-footer .comments-footer-l span {
  display: block;
  color: #333333;
  font-size: 14px;
  font-family: R;
}
#content .detail .detail-m .comments .commentsAll .comments-list .comments-list-r .comments-footer .comments-footer-r {
  display: flex;
  align-items: center;
}
#content .detail .detail-m .comments .commentsAll .comments-list .comments-list-r .comments-footer .comments-footer-r span {
  display: block;
  color: #999999;
  font-size: 14px;
  font-family: R;
}
#content .detail .detail-m .comments .commentsAll .comments-list .comments-list-r .comments-footer .comments-footer-r .reply-p {
  display: flex;
  align-items: center;
  margin-left: 12px;
  cursor: pointer;
}
#content .detail .detail-m .comments .commentsAll .comments-list .comments-list-r .comments-footer .comments-footer-r .reply-p img {
  width: 24px;
  height: 24px;
}
#content .detail .detail-m .comments .commentsAll .comments-list .comments-list-r .comments-footer .comments-footer-r .reply-p span {
  color: #999999;
  font-size: 14px;
  font-family: R;
}
#content .detail .detail-m .comments .commentsAll .comments-list .comments-list-r .comments-footer .comments-footer-r .zan {
  display: flex;
  align-items: center;
  margin-left: 8px;
  cursor: pointer;
}
#content .detail .detail-m .comments .commentsAll .comments-list .comments-list-r .comments-footer .comments-footer-r .zan img {
  width: 24px;
  height: 24px;
}
#content .detail .detail-m .comments .commentsAll .comments-list .comments-list-r .comments-footer .comments-footer-r .zan span {
  color: #999999;
  font-size: 14px;
  font-family: R;
}
#content .detail .detail-m .comments .seeMore {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 394px;
  height: 40px;
  background: #EEC807;
  border-radius: 8px;
  margin: 32px auto 0;
}
#content .detail .detail-m .comments .seeMore span {
  color: #A34800;
  font-size: 20px;
  font-family: B;
}
#content .detail .detail-m .comments .seeMore img {
  width: 16px;
  height: 16px;
  margin-right: 12px;
}
#content .detail .detail-r {
  width: 338px;
}
#content .detail .detail-r .game-tags {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #E8E8E8;
  padding: 16px 16px 6px 16px;
  border-radius: 16px;
}
#content .detail .detail-r .game-tags a {
  display: block;
  padding: 5px 20px;
  color: #666666;
  border: 1px solid #DEDEDE;
  font-size: 16px;
  font-family: M;
  margin: 0 10px 10px 0;
  border-radius: 6px;
}
#content .detail .detail-r .game-tags a:hover {
  border: 1px solid #A34800;
  color: #A34800;
  background: #FFE609;
}
#content .detail .detail-r .detail-m-t-l-m {
  display: block;
  border-radius: 16px;
  margin-top: 16px;
  border: 1px solid #E8E8E8;
}
#content .detail .detail-r .detail-m-t-l-m .tabnav {
  display: flex;
}
#content .detail .detail-r .detail-m-t-l-m .tabnav a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 42px;
  color: #333333;
  font-size: 16px;
  font-family: B;
  border-bottom: 1px solid #E8E8E8;
}
#content .detail .detail-r .detail-m-t-l-m .tabnav a img {
  width: 28px;
  height: 28px;
  margin-right: 6px;
}
#content .detail .detail-r .detail-m-t-l-m .tabnav .active {
  background: #EDEDED;
  border-top-left-radius: 16px;
}
#content .detail .detail-r .detail-m-t-l-m .tabnav .active2 {
  background: #EDEDED;
  border-top-right-radius: 16px;
}
#content .detail .detail-r .detail-m-t-l-m ul li {
  display: flex;
  height: 42px;
  line-height: 42px;
  border-top: 1px solid #E8E8E8;
  padding-left: 16px;
  color: #666;
  font-size: 16px;
  font-family: M;
}
#content .detail .detail-r .detail-m-t-l-m ul li span {
  display: block;
}
#content .detail .detail-r .detail-m-t-l-m ul li span:nth-child(1) {
  width: 98px;
}
#content .detail .detail-r .detail-m-t-l-m ul li span:nth-child(2) {
  width: 214px;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#content .detail .detail-r .detail-m-t-l-m .ios {
  display: block;
}
#content .detail .detail-r .detail-m-t-l-m .andriod {
  display: none;
}
#content .detail .detail-r .detail-r-t {
  margin-top: 12px;
}
#content .detail .detail-r .detail-r-t h2 {
  color: #333333;
  font-size: 18px;
  font-family: B;
}
#content .detail .detail-r .detail-r-t .select-game-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(50px, 1fr));
  grid-gap: 12px;
  margin-bottom: 16px;
}
#content .detail .detail-r .detail-r-t .select-game-list li a {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 100%;
}
#content .detail .detail-r .detail-r-t .select-game-list li a img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  z-index: 1;
}
#content .detail .detail-r .detail-r-t .select-game-list li a span {
  display: none;
  padding: 0 10px;
  width: 100%;
  height: 28px;
  font-family: m;
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 4px;
  z-index: 2;
}
#content .detail .detail-r .detail-r-t .select-game-list li:hover a span {
  display: block;
}
#content .detail .detail-r .detail-r-t .ad3 {
  width: 100%;
  min-height: 90px;
  border: 1px solid #E8E8E8;
  padding: 0 19px;
  text-align: center;
}
#content .detail .detail-r .detail-r-t .ad3 span {
  display: block;
  width: 100%;
  height: 32px;
  background: #EEC807;
  color: #A34800;
  font-size: 14px;
  font-family: M;
  line-height: 32px;
  text-align: center;
  margin-top: 18px;
}
#content .detail .detail-r .detail-r-t .leaderboard {
  border-radius: 16px;
  border: 1px solid #E8E8E8;
  padding: 19px 0 60px;
  margin-top: 12px;
}
#content .detail .detail-r .detail-r-t .leaderboard h2 {
  color: #333333;
  font-size: 18px;
  font-family: B;
  padding-left: 19px;
}
#content .detail .detail-r .detail-r-t .leaderboard .leaderboard-c ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(100px, 1fr));
  grid-gap: 8px;
}
#content .detail .detail-r .detail-r-t .leaderboard .leaderboard-c ul li {
  padding: 6px 24px 6px 18px;
}
#content .detail .detail-r .detail-r-t .leaderboard .leaderboard-c ul li a {
  display: flex;
  align-items: center;
}
#content .detail .detail-r .detail-r-t .leaderboard .leaderboard-c ul li a .rank {
  width: 32px;
  height: 32px;
  margin-right: 16px;
}
#content .detail .detail-r .detail-r-t .leaderboard .leaderboard-c ul li a .rank2 {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  object-fit: cover;
  margin-right: 8px;
}
#content .detail .detail-r .detail-r-t .leaderboard .leaderboard-c ul li a span {
  display: block;
  width: 144px;
  font-size: 16px;
  font-family: M;
  color: #2D2D2D;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#content .detail .detail-r .detail-r-t .leaderboard .leaderboard-c ul li a .num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #F8F8F8;
  font-size: 16px;
  font-family: R;
  color: #999999;
  line-height: 32px;
  text-align: center;
  margin-right: 16px;
}
#content .detail .detail-r .detail-r-t .leaderboard .leaderboard-c ul li:hover {
  background: #F6F7FF;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content .gameDetail {
    flex-direction: column;
  }
  #content .gameDetail .detail-m-t-l-t {
    display: flex;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 12px;
    justify-content: space-between;
  }
  #content .gameDetail .detail-m-t-l-t img {
    width: 118px;
    height: 118px;
    border-radius: 16px;
    object-fit: cover;
  }
  #content .gameDetail .detail-m-t-l-t .game-title {
    width: calc(100% - 128px);
    margin-top: 0;
  }
  #content .gameDetail .detail-m-t-l-t .game-title h2 {
    width: 100%;
  }
  #content .gameDetail .ad {
    width: 100%;
    height: auto;
    margin-bottom: 12px;
  }
  #content .gameDetail .gameDetail-r {
    width: 100%;
    padding: 0;
  }
  #content .gameDetail .gameDetail-r .photo {
    width: 100%;
  }
  #content .detail {
    flex-direction: column;
  }
  #content .detail .detail-m {
    width: 100%;
    margin-bottom: 12px;
  }
  #content .detail .detail-m .introduction {
    width: 100%;
  }
  #content .detail .detail-m .download {
    width: 100%;
  }
  #content .detail .detail-m .download .download-t {
    flex-direction: column;
  }
  #content .detail .detail-m .download .download-t a {
    width: 100%;
  }
  #content .detail .detail-m .download .download-t a:first-child {
    margin-bottom: 8px;
  }
  #content .detail .detail-m .play {
    width: 100%;
  }
  #content .detail .detail-m .play .play-url a {
    width: 100%;
  }
  #content .detail .detail-m .play .play-games .play-game-list {
    grid-template-columns: repeat(6, minmax(50px, 1fr));
  }
  #content .detail .detail-m .play .play-games .load-more {
    width: 100%;
  }
  #content .detail .detail-m .comments {
    width: 100%;
  }
  #content .detail .detail-m .comments .write-commens {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #content .detail .detail-m .comments .write-commens img {
    width: 40px;
    height: 40px;
  }
  #content .detail .detail-m .comments .write-commens .write-commens-r {
    width: calc(100% - 48px);
  }
  #content .detail .detail-m .comments .write-commens .write-commens-r input {
    width: 100%;
  }
  #content .detail .detail-m .comments .write-commens .write-commens-r textarea {
    width: 100%;
  }
  #content .detail .detail-m .comments .write-commens .write-commens-r .rate {
    flex-direction: column;
  }
  #content .detail .detail-m .comments .write-commens .write-commens-r .rate .rate-l {
    width: 100%;
    margin-bottom: 8px;
  }
  #content .detail .detail-m .comments .commentsAll .comments-list {
    justify-content: space-between;
  }
  #content .detail .detail-m .comments .commentsAll .comments-list .comments-list-r {
    width: calc(100% - 48px);
  }
  #content .detail .detail-m .comments .commentsAll .comments-list .comments-list-r .reply {
    width: 100%;
  }
  #content .detail .detail-m .comments .commentsAll .comments-list .comments-list-r .reply-alert {
    width: 100%;
    height: auto;
  }
  #content .detail .detail-m .comments .commentsAll .comments-list .comments-list-r .reply-alert .reply-alert-r {
    margin-left: 10px;
  }
  #content .detail .detail-m .comments .commentsAll .comments-list .comments-list-r .reply-alert .reply-alert-r textarea {
    width: 100%;
    height: 180px;
  }
  #content .detail .detail-m .comments .seeMore {
    width: 100%;
  }
  #content .detail .detail-r {
    width: 100%;
  }
  #content .detail .detail-r .detail-r-t {
    margin-top: 12px;
  }
  #content .detail .detail-r .detail-r-t .select-game-list {
    grid-template-columns: repeat(6, minmax(50px, 1fr));
  }
  #content .detail .detail-r .detail-r-t .leaderboard .leaderboard-c ul {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content .gameDetail {
    flex-direction: column;
  }
  #content .gameDetail .detail-m-t-l-t {
    display: flex;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 12px;
    justify-content: space-between;
  }
  #content .gameDetail .detail-m-t-l-t img {
    width: 118px;
    height: 118px;
    border-radius: 16px;
    object-fit: cover;
  }
  #content .gameDetail .detail-m-t-l-t .game-title {
    width: calc(100% - 128px);
    margin-top: 0;
  }
  #content .gameDetail .detail-m-t-l-t .game-title h2 {
    width: 100%;
  }
  #content .gameDetail .ad {
    width: 100%;
    height: auto;
    margin-bottom: 12px;
  }
  #content .gameDetail .gameDetail-r {
    padding: 0;
    width: 100%;
  }
  #content .gameDetail .gameDetail-r .photo {
    width: 100%;
  }
  #content .detail {
    flex-direction: column;
  }
  #content .detail .detail-m {
    width: 100%;
    margin-bottom: 12px;
  }
  #content .detail .detail-m .introduction {
    width: 100%;
  }
  #content .detail .detail-m .download {
    width: 100%;
  }
  #content .detail .detail-m .download .download-t {
    flex-direction: column;
  }
  #content .detail .detail-m .download .download-t a {
    width: 100%;
  }
  #content .detail .detail-m .download .download-t a:first-child {
    margin-bottom: 8px;
  }
  #content .detail .detail-m .play {
    width: 100%;
  }
  #content .detail .detail-m .play .play-url a {
    width: 100%;
  }
  #content .detail .detail-m .play .play-games .play-game-list {
    grid-template-columns: repeat(5, minmax(50px, 1fr));
  }
  #content .detail .detail-m .play .play-games .load-more {
    width: 100%;
  }
  #content .detail .detail-m .comments {
    width: 100%;
  }
  #content .detail .detail-m .comments .write-commens img {
    width: 40px;
    height: 40px;
  }
  #content .detail .detail-m .comments .write-commens .write-commens-r {
    width: calc(100% - 48px);
  }
  #content .detail .detail-m .comments .write-commens .write-commens-r input {
    width: 100%;
  }
  #content .detail .detail-m .comments .write-commens .write-commens-r textarea {
    width: 100%;
  }
  #content .detail .detail-m .comments .write-commens .write-commens-r .rate {
    flex-direction: column;
  }
  #content .detail .detail-m .comments .write-commens .write-commens-r .rate .rate-l {
    width: 100%;
    margin-bottom: 8px;
  }
  #content .detail .detail-m .comments .commentsAll .comments-list {
    justify-content: space-between;
  }
  #content .detail .detail-m .comments .commentsAll .comments-list .comments-list-r {
    width: calc(100% - 48px);
  }
  #content .detail .detail-m .comments .commentsAll .comments-list .comments-list-r .reply {
    width: 100%;
  }
  #content .detail .detail-m .comments .commentsAll .comments-list .comments-list-r .reply-alert {
    width: 100%;
    height: auto;
  }
  #content .detail .detail-m .comments .commentsAll .comments-list .comments-list-r .reply-alert .reply-alert-r {
    margin-left: 10px;
  }
  #content .detail .detail-m .comments .commentsAll .comments-list .comments-list-r .reply-alert .reply-alert-r textarea {
    width: 100%;
    height: 180px;
  }
  #content .detail .detail-m .comments .seeMore {
    width: 100%;
  }
  #content .detail .detail-r {
    width: 100%;
  }
  #content .detail .detail-r .detail-r-t {
    margin-top: 12px;
  }
  #content .detail .detail-r .detail-r-t .select-game-list {
    grid-template-columns: repeat(5, minmax(50px, 1fr));
  }
  #content .detail .detail-r .detail-r-t .leaderboard .leaderboard-c ul {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content .gameDetail {
    flex-direction: column;
  }
  #content .gameDetail .detail-m-t-l-t {
    display: flex;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 12px;
    justify-content: space-between;
  }
  #content .gameDetail .detail-m-t-l-t img {
    width: 118px;
    height: 118px;
    border-radius: 16px;
    object-fit: cover;
  }
  #content .gameDetail .detail-m-t-l-t .game-title {
    width: calc(100% - 128px);
    margin-top: 0;
  }
  #content .gameDetail .detail-m-t-l-t .game-title h2 {
    width: 100%;
  }
  #content .gameDetail .ad {
    width: 100%;
    height: auto;
    margin-bottom: 12px;
  }
  #content .gameDetail .gameDetail-r {
    width: 100%;
    padding: 0;
  }
  #content .gameDetail .gameDetail-r .photo {
    width: 100%;
  }
  #content .detail {
    flex-direction: column;
  }
  #content .detail .detail-m {
    width: 100%;
    margin-bottom: 12px;
  }
  #content .detail .detail-m .introduction {
    width: 100%;
  }
  #content .detail .detail-m .download {
    width: 100%;
  }
  #content .detail .detail-m .download .download-t {
    flex-direction: column;
  }
  #content .detail .detail-m .download .download-t a {
    width: 100%;
  }
  #content .detail .detail-m .download .download-t a:first-child {
    margin-bottom: 8px;
  }
  #content .detail .detail-m .play {
    width: 100%;
  }
  #content .detail .detail-m .play .play-url a {
    width: 100%;
  }
  #content .detail .detail-m .play .play-games .play-game-list {
    grid-template-columns: repeat(5, minmax(50px, 1fr));
  }
  #content .detail .detail-m .play .play-games .load-more {
    width: 100%;
  }
  #content .detail .detail-m .comments {
    width: 100%;
  }
  #content .detail .detail-m .comments .write-commens img {
    width: 40px;
    height: 40px;
  }
  #content .detail .detail-m .comments .write-commens .write-commens-r {
    width: calc(100% - 48px);
  }
  #content .detail .detail-m .comments .write-commens .write-commens-r input {
    width: 100%;
  }
  #content .detail .detail-m .comments .write-commens .write-commens-r textarea {
    width: 100%;
  }
  #content .detail .detail-m .comments .write-commens .write-commens-r .rate {
    flex-direction: column;
  }
  #content .detail .detail-m .comments .write-commens .write-commens-r .rate .rate-l {
    width: 100%;
    margin-bottom: 8px;
  }
  #content .detail .detail-m .comments .commentsAll .comments-list {
    justify-content: space-between;
  }
  #content .detail .detail-m .comments .commentsAll .comments-list .comments-list-r {
    width: calc(100% - 48px);
  }
  #content .detail .detail-m .comments .commentsAll .comments-list .comments-list-r .reply {
    width: 100%;
  }
  #content .detail .detail-m .comments .commentsAll .comments-list .comments-list-r .reply-alert {
    width: 100%;
    height: auto;
  }
  #content .detail .detail-m .comments .commentsAll .comments-list .comments-list-r .reply-alert .reply-alert-r {
    margin-left: 10px;
  }
  #content .detail .detail-m .comments .commentsAll .comments-list .comments-list-r .reply-alert .reply-alert-r textarea {
    width: 100%;
    height: 180px;
  }
  #content .detail .detail-m .comments .seeMore {
    width: 100%;
  }
  #content .detail .detail-r {
    width: 100%;
  }
  #content .detail .detail-r .detail-r-t {
    margin-top: 12px;
  }
  #content .detail .detail-r .detail-r-t .select-game-list {
    grid-template-columns: repeat(5, minmax(50px, 1fr));
  }
  #content .detail .detail-r .detail-r-t .leaderboard .leaderboard-c ul {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content .gameDetail {
    flex-direction: column;
  }
  #content .gameDetail .detail-m-t-l-t {
    display: flex;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 12px;
    justify-content: space-between;
  }
  #content .gameDetail .detail-m-t-l-t img {
    width: 118px;
    height: 118px;
    border-radius: 16px;
    object-fit: cover;
  }
  #content .gameDetail .detail-m-t-l-t .game-title {
    width: calc(100% - 128px);
    margin-top: 0;
  }
  #content .gameDetail .detail-m-t-l-t .game-title h2 {
    width: 100%;
  }
  #content .gameDetail .ad {
    width: 100%;
    height: auto;
    margin-bottom: 12px;
  }
  #content .gameDetail .gameDetail-r {
    width: 100%;
    padding: 0;
  }
  #content .gameDetail .gameDetail-r .photo {
    width: 100%;
  }
  #content .detail {
    flex-direction: column;
  }
  #content .detail .detail-m {
    width: 100%;
    margin-bottom: 12px;
  }
  #content .detail .detail-m .introduction {
    width: 100%;
  }
  #content .detail .detail-m .download {
    width: 100%;
  }
  #content .detail .detail-m .download .download-t {
    flex-direction: column;
  }
  #content .detail .detail-m .download .download-t a {
    width: 100%;
  }
  #content .detail .detail-m .download .download-t a:first-child {
    margin-bottom: 8px;
  }
  #content .detail .detail-m .play {
    width: 100%;
  }
  #content .detail .detail-m .play .play-url h2 {
    color: #333333;
    font-size: 18px;
    font-family: B;
  }
  #content .detail .detail-m .play .play-url a {
    width: 100%;
  }
  #content .detail .detail-m .play .play-games .play-game-list {
    grid-template-columns: repeat(3, minmax(50px, 1fr));
  }
  #content .detail .detail-m .play .play-games .load-more {
    width: 100%;
  }
  #content .detail .detail-m .comments {
    width: 100%;
  }
  #content .detail .detail-m .comments .write-commens img {
    width: 40px;
    height: 40px;
  }
  #content .detail .detail-m .comments .write-commens .write-commens-r {
    width: calc(100% - 48px);
  }
  #content .detail .detail-m .comments .write-commens .write-commens-r input {
    width: 100%;
  }
  #content .detail .detail-m .comments .write-commens .write-commens-r textarea {
    width: 100%;
  }
  #content .detail .detail-m .comments .write-commens .write-commens-r .rate {
    flex-direction: column;
  }
  #content .detail .detail-m .comments .write-commens .write-commens-r .rate .rate-l {
    width: 100%;
    margin-bottom: 8px;
  }
  #content .detail .detail-m .comments .commentsAll .comments-list {
    justify-content: space-between;
  }
  #content .detail .detail-m .comments .commentsAll .comments-list .comments-list-r {
    width: calc(100% - 48px);
  }
  #content .detail .detail-m .comments .commentsAll .comments-list .comments-list-r .reply {
    width: 100%;
  }
  #content .detail .detail-m .comments .commentsAll .comments-list .comments-list-r .reply-alert {
    width: 100%;
    height: auto;
  }
  #content .detail .detail-m .comments .commentsAll .comments-list .comments-list-r .reply-alert .reply-alert-r {
    margin-left: 10px;
  }
  #content .detail .detail-m .comments .commentsAll .comments-list .comments-list-r .reply-alert .reply-alert-r textarea {
    width: 100%;
    height: 180px;
  }
  #content .detail .detail-m .comments .seeMore {
    width: 100%;
  }
  #content .detail .detail-r {
    width: 100%;
  }
  #content .detail .detail-r .detail-r-t {
    margin-top: 12px;
  }
  #content .detail .detail-r .detail-r-t .select-game-list {
    grid-template-columns: repeat(3, minmax(50px, 1fr));
  }
  #content .detail .detail-r .detail-r-t .leaderboard .leaderboard-c ul {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
}
