.main-box {
  padding: 0;
}

.main-box .sidebar {
  max-height: unset;
  background: unset;
}

.swiper-slide {
  width: auto;
  overflow: hidden;
}

.app-pic-swiper .swiper-slide img {
  max-height: 330px;
}

.app-pic-swiper {
  position: relative;
  width: 100%;
  margin: 0;
  /*padding: 10px;*/
  overflow: hidden;
  /*background: #28333d;*/
  border-radius: 5px;
  box-sizing: border-box;
}

.app-pic-swiper .swiper {
  width: 100%;
  height: 100%;
}

.app-details {
  /*padding: 20px;*/

}

.app-details .game-main {
  background: linear-gradient(90.39deg, #28333d .23%, rgba(40, 51, 61, .2) 99.55%);
  border-radius: 4px;
  box-sizing: border-box;
  padding: 24px;
}

.app-details-header {
  /*background: #1E2831;*/
  padding: 0;
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: lighter;
  overflow: scroll;
  white-space: nowrap;
}

.app-details-header-menu {
  display: flex;
  border-bottom: 1px solid hsla(0, 0%, 100%, .06);
  padding: 0;
}

.app-details-header-menu>li {
  padding: 10px;
  opacity: .5;
}

.tab-active {
  border-bottom: 3px solid #03c47e;
  box-shadow: 0 10px 10px -10px #03c47e;
  opacity: 1 !important;
  font-weight: bold;
}

.app-details h3 {
  color: #b4c0c9;
  margin: 0 0 20px;
  font-size: 16px;
}

.app-details .detail-opt {
  color: #9d9a9a;
  font-size: 12px;
}

.app-details .discount,
.tags {
  display: inline-block;
  padding: 2px 10px;
  height: 16px;
  line-height: 12px;
  font-size: 12px;
  color: #fff;
  background: #f3ae1f;
  box-sizing: border-box;
  border-radius: 4px;
}

.app-details .detail-discount {
  color: red;
  font-size: 12px;
}

.subname {
  display: inline-block;
  padding: 0;
  line-height: 12px;
  font-size: 12px;
  color: #f3ae1f;
  box-sizing: border-box;
  border-radius: 4px;
}

.app-details .detail-opt span {
  margin: 0 10px;
  font-size: 13px;
}

.app-details .detail-opt a {
  text-decoration: none;
  color: #9d9a9a;
}

.app-details .detail-opt a:hover {
  color: #03c47e;
}

.app-details .detail-content {
  line-height: 1.8;
  font-size: 14px;
  color: #b4c0c9;
}

.app-details .detail-content P {
  padding: 5px 0;
}

.app-details .detail-content img {
  display: block;
  max-width: 100%;
}

.download-block {
  margin-left: auto;
}

.download-block .download-btn {
  text-align: center;
  padding: 0 15px;
  height: 36px;
  line-height: 34px;
  display: inline-block;
  border-radius: 20px;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  border: 1px solid #03c47e;
  background: #03c47e;
  color: #fff;
  font-weight: 700;
  margin: 10px 2px;
  vertical-align: middle;
}

.download-block .download-btn.ios-app {
  border: 1px solid #f3ae1f;
  background: #f3ae1f;
}

.app-video {
  display: block;
  width: 90%;
  padding: 10px;
  margin: 20px auto;
  background: #28333d;
  box-sizing: border-box;
}

.app-video video {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.prev-next {
  display: flex;
  padding: 15px;
  font-size: 13px;
  color: #03c47e;
  background: #28333d;
  border-radius: 10px;
  justify-content: space-between;
}

.detail-tags {
  margin: 20px 0;
  font-size: 14px;
}

.detail-tags a {
  margin-left: 15px;
  color: #f3ae1f;
  text-decoration: underline;
}

/*文章详情START*/
.game-content-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-top: 16px;
}

.game-content-layout .content-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.game-content-layout .content-left article {
  background: linear-gradient(90.39deg, #28333d .23%, rgba(40, 51, 61, .2) 99.55%);
  border-radius: 4px;
  box-sizing: border-box;
  /* min-height: 100%; */
  padding: 24px;
}

.game-content-layout .content-left .article-author {
  color: #8b969f;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 16px;
}

.game-content-layout .content-left .article-author span+span:before {
  background-color: hsla(0, 0%, 100%, .08);
  content: "";
  display: inline-block;
  height: 10px;
  margin: 0 8px;
  width: 1px;
}

.game-content-layout .content-left .article-main {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 16px;
  opacity: .8;
  word-break: break-all;
}

.game-content-layout .content-left .article-main a {
  color: #03c47e;
  text-decoration: underline;
}


.game-content-layout .content-right {
  margin-left: 16px;
  width: 422px;
}

.game-content-layout .content-right .game-info {
  background: linear-gradient(90.39deg, #28333d .23%, rgba(40, 51, 61, .2) 99.55%);
  border-radius: 4px;
  padding: 24px;
  margin-bottom: 24px;
}

.game-content-layout .content-right .game-info .info-top>a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.game-content-layout .content-right .game-info .info-top .info-left.type-pc {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.game-content-layout .content-right .game-info .info-top .info-left.type-pc img {
  border-radius: 8px;
  width: 68px;
}

.game-content-layout .content-right .game-info .info-top .info-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  margin-left: 12px;
  overflow: hidden;
}

.game-content-layout .content-right .game-info .info-top .game-name {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.game-content-layout .content-right .game-info .info-top .game-label {
  color: #8b969f;
  font-size: 14px;
  font-weight: 400;
  height: 20px;
  line-height: 20px;
  margin-top: 6px;
  overflow: hidden;
}

.game-content-layout .content-right .game-info .info-top .game-label span {
  display: inline-block;
}

.game-content-layout .content-right .game-info .info-top .game-label span+span:before {
  color: hsla(207, 9%, 58%, .5);
  content: "/";
  display: inline-block;
  margin: 0 4px;
  -webkit-transform: scale(.7);
  transform: scale(.7);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.game-content-layout .content-right .game-info .info-top .game-desc {
  color: #8b969f;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 4px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

.game-content-layout .content-right .game-info .info-bottom {
  margin-top: 16px;
}

.game-content-aside {
  background: linear-gradient(90.39deg, #28333d .23%, rgba(40, 51, 61, .2) 99.55%);
  border-radius: 4px;
  padding: 24px 16px;
}

.game-content-aside .aside-tabs li.status-active {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 12px;
}

.game-content-aside .index-article-item {
  margin-bottom: 12px;
}

.game-content-aside .index-article-item .index-article-inner {
  display: flex;
  background: rgba(52, 65, 78, .5);
  min-height: 112px;
  padding: 8px;
  border: 1px solid #28333d;
  border-radius: 4px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  min-height: 140px;
  padding: 20px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.game-content-aside .index-article-item .index-article-inner:hover {
  border: 1px solid hsla(207, 9%, 58%, .25);
}

.game-content-aside .index-article-item .index-article-inner .img-box {
  background-color: #28333d;
  border: 1px solid hsla(0, 0%, 100%, .2);
  border-radius: 10px;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 100px;
  object-fit: cover;
  height: 96px;
  width: 96px;
}

.game-content-aside .index-article-item .index-article-inner .content-info {
  margin-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  overflow: hidden;
}

.game-content-aside .index-article-item .index-article-inner .content-info h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  margin: 0;
}

.game-content-aside .index-article-inner .content-info time {
  margin: 4px 0 0 0;
  color: #8b969f;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 8px;
}

.game-content-aside .index-article-inner .content-info p {
  display: block;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #8b969f;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 8px;
  word-break: break-all;
}

.article-download-area {
  margin-top: 10px;
  border-radius: 4px;
  word-break: break-all;
  background: linear-gradient(90.39deg, #28333d .23%, rgba(40, 51, 61, .2) 99.55%);
  box-sizing: border-box;
  padding: 24px;
  color: #b4c0c9;
}

.article-download-area a {
  color: #03c47e;
  text-decoration: underline;
}

.article-download-button {
  vertical-align: middle;
  color: #FFF !important;
  text-decoration: none !important;
  cursor: pointer;
  border: 1px solid #03c47e;
  background: #03c47e;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  padding: 0 16px;
  font-weight: 700;
  min-height: 34px;
  line-height: 34px;
  margin: 5px 0;
}

pre {
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  padding: 8px;
}

/*文章详情END*/


@media screen and (max-width: 750px) {
  .app-video {
    width: 100%;
  }

  .swiper-slide {
    width: auto;
  }

  .main-box {
    padding: 0;
  }

  .sidebar-left,
  .sidebar-right {
    display: none !important;
  }

  .game-main-info {
    flex-direction: column;
  }

  .game-main-info .game-info {
    text-align: center;
  }

  .game-main-info .download-block {
    margin-left: unset;
  }

  .game-content-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
  }

  .game-content-layout .content-right {
    margin-left: 0;
    margin-top: 32px;
    width: 100%;
  }


  .game-content-layout .content-right .game-info {
    background: linear-gradient(153.43deg, #40515f, #304051 83.33%);
    border-radius: 16px;
    bottom: 8px;
    bottom: -webkit-calc(8px + constant(safe-area-inset-bottom));
    bottom: calc(8px + constant(safe-area-inset-bottom));
    bottom: -webkit-calc(8px + env(safe-area-inset-bottom));
    bottom: calc(8px + env(safe-area-inset-bottom));
    left: 8%;
    padding: 8px;
    position: fixed;
    right: 8%;
    z-index: 999;
  }

}

@media screen and (max-width: 450px) {
  .app-video {
    width: 100%;
  }

  .swiper-slide {
    width: auto;
  }

  .download-block .download-btn {
    margin: 10px 0;
  }

  .app-details {
    padding: 20px 10px;
  }
}

/*评论*/
.comment {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #2f3c47;
  border-radius: 4px;
}

.comment .add-comment .add-comment-content {
  width: 100%;
  font-weight: 400;
  line-height: 1.8;
  word-break: break-all;
}

.comment .add-comment .comment-nickname input,
.comment .add-comment .comment-verify input {
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
}

.comment .add-comment .comment-btn,
.comment .add-comment .comment-nickname {
  margin: 20px 0;
}

.comment .add-comment .comment-verify {
  display: flex;
  align-items: center;
}

.comment .add-comment .comment-verify img {
  height: 30px;
}

.comment-list-area li {
  padding: 10px;
  border: 1px solid #2f3c47;
  margin-bottom: 20px;
  border-radius: 4px;
}

.comment-list .comment-author {
  display: flex;
  align-items: center;
}

.comment-list .comment-author-nickname {
  margin-left: 5px;
  font-size: 15px;
  font-weight: bold;
}

.comment-list .comment-author .comment-author-avatar {
  width: 25px;
  border-radius: 100%;
}

.comment-list .comment-content {
  margin: 10px 0 10px 30px;
  font-size: 15px;
  opacity: .8;
}

.comment-list .comment-content-meta,
.comment-list .reply-meta {
  margin-left: 30px;
  font-size: 14px;
  opacity: .5;
}

.comment-list .comment-reply {
  margin: 10px 0 10px 30px;
}

.comment-list .comment-reply-author {
  display: flex;
  align-items: center;
}

.comment-list .comment-reply-author-avatar {
  width: 25px;
  border-radius: 100%;
}

.comment-list .comment-reply-author-nickname {
  margin-left: 5px;
  font-size: 15px;
  font-weight: bold;
  color: red;
}

.comment-list .comment-reply .reply-content {
  margin: 10px 0 10px 30px;
  font-size: 15px;
  opacity: .8;
  color: #03c47e;
}

/*分页*/
.pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.pagination .disabled {
  color: rgba(180, 192, 201, .3);
  cursor: default;
}

.pagination .active {
  color: #03c47e;
  background: rgba(3, 196, 126, .1);
}

.pagination li {
  margin: 0 8px 8px 0;
  background: rgba(180, 192, 201, .1);
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 22px;
  color: #b4c0c9;
  cursor: pointer;
}

.pagination li a {
  color: #b4c0c9;
}

.pagination li:hover {
  background: linear-gradient(180deg, rgba(180, 192, 201, .1), rgba(180, 192, 201, .3));
}