@charset "UTF-8";

.wrap {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

/* 文件上传预览按钮 */
.btnUpImg, .btnPreview {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    border: thin solid;
    line-height: 1;
    font-size: .875rem;
    font-weight: 400;
    width: 50px;
    height: 25px;
    color: #333;
}
.btnUpImg:hover, .btnPreview:hover {
    opacity: .8;
    color: #14b9c8;
}
img.previewImg {
    max-width: 260px;
    width: auto;
    height: 150px;
    object-fit: contain;
    background: rgba(245, 245, 245, .5);
}
.form_secton .author_form>.upload button {
    margin-right: 10px;
}
.form_secton .author_form>.upload .previewImg {
    display: none;
    margin-left: 0;
    margin-top: 20px;
}

p.hint a {
    color: #14b9c8;
}

/* xunhu账号绑定 */
#info-form .xh-regbox {
    padding: 0;
    border: 0;
    overflow: hidden;
}
#info-form .xh-regbox .xh-title {
    text-align: left;
    font-size: 14px;
    margin-bottom: 0 !important;
}
#info-form .xh-form > div:nth-last-child(1n) {
    border: 0 !important;
}
#info-form .xh-form > hr {
    display: none;
}

/* game news */

.im-game-renew li {
    display: flex;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: thin solid #eee;
    height: 130px;
}
.im-game-renew li:last-child {
    border: 0;
}
.im-game-renew li > .cover {
    flex: 2;
    margin-right: 20px;
    display: block;
}
.im-game-renew li > .ttzm_content {
  position: relative;
    flex: 5;
    display: block !important;
    width: 0;
    overflow: hidden;
}
.im-game-renew li > .ttzm_content > .title {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.im-game-renew li > .ttzm_content > .ttzm_text {
    font-size: 14px;
    line-height: 20px;
    color: #999;
}
.im-game-renew li > .ttzm_content > .meta {
    ttext-align: right;
    font-family: fantasy;
    position: absolute;
    right: 0;
    bottom: 0;
}

@media screen and (max-width:768px) {
  .im-game-renew {
    padding: 0 15px 10px !important;
    white-space: nowrap;
    overflow-x: auto !important;
    overflow-y: hidden;
}
  .im-game-renew li {
    display: inline-block;
    width: 50vw;
    height: auto;
    margin-right: 15px;
    position: relative;
    border-radius: 3px;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
    overflow: hidden;
    line-height: 1;
}
  .im-game-renew li:last-child {
    margin: 0;
  }
  .im-game-renew li > .cover {
    flex: 1;
    margin-right: 0;
    margin-bottom: 8px;
}
  .im-game-renew li > .ttzm_content > .ttzm_text {
    display: none;
  }
  .im-game-renew li > .ttzm_content {
    flex: 1;
    position: relative;
    flex: auto;
    width: 100%;
}
.im-game-renew li > .ttzm_content > .title {
  font-size: 14px;
}
.im-game-renew li > .ttzm_content > .meta {
    text-align: left;
    font-family: sans-serif;
    position: static;
    margin-top: 8px;
    font-size: 12px;
    color: #999;
}

}

/* 文章筛选器 */
.mod-filter {
    background: #fff;
    margin: 15px 0;
    padding: 10px 0;
    border-radius: 3px;
}
.mod-filter .row {
    display: flex;
    padding: 10px 15px;
    font-size: 15px;
}
.mod-filter .row:nth-child(2) {
    display: none;
}
.mod-filter .row .title {
    font-weight: 600;
    flex-shrink: 0;
}
.mod-filter .row .title,
.mod-filter .row .items li {
    padding: 3px 12px;
}
.mod-filter .row .items li {
    float: left;
    margin-left: 10px;
    cursor: pointer;
}
.mod-filter .row .items li.ttzm_on,
.mod-filter .row .items li:hover {
    background: rgba(20, 185, 200, .15);
    color: #14b9c8;
    border-radius: 100px;
}

.mod-filter .order {
    text-align: right;
    padding: 0 15px;
    color: #999;
    font-size: 15px;
}
.mod-filter .order span {
    cursor: pointer;
}
.mod-filter .order span.ttzm_on {
  color: #14b9c8;
}

.video-lists .video-card {
    margin-left: 10px;
    width: calc((100% - 30px) / 4);
    margin-top: 5px;
}

@media screen and (min-width:767px) {
  .video-lists .video-card:nth-child(4n+1) {
      margin-left: 0;
  }
}

@media screen and (max-width:767px) {
  .mod-filter {
    background: #fff;
    margin: 0 0 5px;
    padding: 12px 0;
    border-radius: 0;
  }
  .mod-filter .row {
    padding: 10px 0;
    overflow: hidden;
    margin: 0 3px;
  }
  .mod-filter .row .title {
    flex-shrink: 0;
  }
  .mod-filter .row .items {
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .mod-filter .row .items li {
    float: none;
    margin-left: 5px;
  }
  .mod-filter .row .title, .mod-filter .row .items li {
    display: inline-flex;
    padding: 0 10px;
    align-items: center;
  }
  .video-lists .video-card {
      margin-left: 5px;
      width: calc((100% - 5px) / 2);
      margin-top: 0;
      margin-bottom: -1px;
      border-radius: 0;
  }
  .video-lists .video-card:nth-child(odd) {
    margin-left: 0;
  }
}

/* 分类法列表 */
.taxlist {
    margin-bottom: 15px;
}
.taxlist header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.taxlist header .title {
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
}
.taxlist header .title::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 17px;
    background: #14b9c8;
    vertical-align: bottom;
    margin-right: 10px;
}
.taxlist header a.more {
    color: #14b9c8;
    font-size: 13px;
    margin-right: 10px;
}
.taxlist .body {
    padding: 10px 0;
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
}
.taxlist .body .video-card {
    margin-left: 10px;
    width: calc( 20% - 8px );
}
.taxlist .body .video-card:first-child {
    margin-left: 0;
}

@media screen and (max-width:767px) {
  .taxlist {
      margin-bottom: 8px;
      background: #fff;
  }
  .taxlist header {
    padding: 10px 0;
  }
  .taxlist .body {
    padding: 0 5px 0 0;
    overflow-x: scroll;
  }
  .taxlist header .title::before {
    margin-left: 5px;
  }
  .taxlist .body .video-card:first-child {
    margin-left: 5px;
  }
  .taxlist .body .video-card {
      margin-left: 5px;
      width: calc(50% - 5px);
  }
}

/* 视频卡 */
.video-card {
    display: inline-block;
    overflow: hidden;
    max-height: 250px;
    width: 25%;
    background: #fff;
    border-radius: 2px;
    transition: .3s;
    cursor: pointer;
}
.video-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 1px 10px 0 rgba(102, 102, 102, .1);
}
.video-card:hover .cover .icon-paly-video {
    opacity: 1;
}
.video-card:hover .cover .icon-paly-video::before {
   animation: rotate 3s linear infinite;
}
.video-card .cover {
    display: block;
    height: 0;
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    overflow: hidden;
}
.video-card .cover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-card .cover .time {
    position: absolute;
    bottom: 10px;
    right: 15px;
    color: #fff;
    font-size: 12px;
    z-index: 10;
}
.video-card .bottom .title {
    font-size: 15px;
    margin: 10px 10px 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 400;
    line-height: 1;
    color: #333;
}
.video-card .bottom .ttzm_info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 10px;
    color: #999;
}
.video-card .bottom .ttzm_info li {
    margin-left: 10px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 300;
}
.video-card .bottom .ttzm_info li svg {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    vertical-align: middle;
    fill: #999;
}
.video-card .bottom .ttzm_info li:first-child {
    margin-right: auto;
    margin-left: 0;
}
.video-card a:hover {
    color: inherit;
}
.video-card .cover .icon-paly-video {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 54px;
    width: 54px;
    margin: -27px 0 0 -27px;
    border-radius: 50%;
    z-index: 10;
    opacity: 0;
}
.video-card .cover .icon-paly-video::before,
.video-card .cover .icon-paly-video::after {
  content: "";
  display: block;
  background-image: url('../images/lol-spr.png');
  background-size: 638px 572px;
  background-repeat: no-repeat;
}
.video-card .cover .icon-paly-video::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 54px;
    height: 54px;
    background-position: -437px -253px !important;
}
.video-card .cover .icon-paly-video::after {
    position: relative;
    margin: 20px auto 0 auto;
    width: 11px;
    height: 13px;
    background-position: -456px -316px !important;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@media screen and (max-width:767px) {
  .video-card .bottom .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 13px;
    height: 35px;
    margin: 5px 5px 12px;
    white-space: pre-wrap;
    overflow: hidden;
    font-weight: 600;
    line-height: initial;
    color: #333;
  }
  .video-card .bottom .ttzm_info li:first-child {
    display: none;
  }
  .video-card .bottom .ttzm_info {
    margin: 7px 5px;
  }
  .video-card .cover .icon-paly-video {
    transform: scale(.7);
  }
}

/* 视频文章 */
.wp-video {
    width: 100% !important;
}
.video-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
    margin-bottom: 2rem;
}
#gameImages .video-item video,
#gameImages .video-item iframe,
#gameImages .video-item embed,
#gameImages .video-item object,
.video-wrap video,
.video-wrap iframe,
.video-wrap embed,
.video-wrap object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#gameImages .video-item {
  position: relative;
  width: 400px;
  overflow: hidden;
  padding: 0;
  margin-right: 10px;
  background-size: cover !important;
  border-radius: 3px;
}

/* 首页最新游戏 */
p.no-game-tips {
    text-align: center;
    height: 200px;
    line-height: 200px;
    color: #959c9e;
}
.feed-item {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 2px rgba(0,0,0,.05);
    margin-bottom: 15px;
    overflow: hidden;
}
.feed-item > a {
    display: block;
    overflow: hidden;
}
.feed-item .feed-origin {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 15px;
    color: #999;
    line-height: 1;
}
.feed-item .feed-image-wrap {
    position: relative;
    background: #b88f6a;
    width: 100%;
    height: 0;
    padding-top: 40%;
    overflow: hidden;
}
.feed-image-wrap img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.feed-item .feed-info {
    padding: 15px;
}
.feed-item .feed-info .ttzm_icon {
    height: 50px;
    float: left;
    margin-right: 10px;
    border-radius: 10px;
}
.feed-item .feed-info .rating-wrap {
    float: right;
    text-align: right;
    position: relative;
    height: 50px;
    margin-left: 12px;
    min-width: 45px;
    color: #14B9C8;
}
.feed-item .feed-info .rating-wrap .ttzm_count {
    font-size: 10px;
    line-height: 28px;
    font-weight: 700;
}
.feed-item .feed-info .rating-wrap .score {
    position: absolute;
    bottom: 3px;
    right: 0;
    font-size: 0;
    width: 54px;
}
i.icon-star-inner {
    display: inline-block;
    vertical-align: middle;
}
.feed-item .feed-info .rating-wrap .score .icon-star-inner:before {
    margin-right: 5px;
    font-size: 20px;
}
.feed-item .feed-info .rating-wrap .score span {
    font-size: 18px;
    vertical-align: middle;
}
.feed-item .feed-info .feed-content .feed-title {
    font-size: 16px;
    line-height: 28px;
    color: #333;
    font-weight: 700;
}
.feed-item .feed-info .feed-content p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.feed-item .feed-description {
    font-size: 14spx;
    color: #999;
}

@media screen and (max-width:767px) {
  .feed-item {
    border-radius: 2px;
    box-shadow: none;
    margin-bottom: 10px;
  }
}

/* 安利墙 */
section.review-new {
    padding-top: 10px;
}
section.review-new .review-new-title {
    position: relative;
    text-align: center;
}
section.review-new .review-new-title>h1 {
    margin: 0 0 5px;
    line-height: 30px;
    font-size: 24px;
    font-weight: 700;
    color: #14B9C8;
}
section.review-new .review-new-title>p {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0 10px;
    color: #999;
    background: #f2f2f2;
    z-index: 10;
}
section.review-new .review-new-title .new-title-line {
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
}
.review-new-list {
    position: relative;
    margin: 20px -10px;
    overflow: hidden;
}
.review-new-list .new-list-item {
    margin-bottom: 20px;
    padding: 0 10px;
    width: 33.3333333333%;
    float: left;
}
.review-new-list .new-list-item .review-block {
    margin-bottom: 0;
}

.review-block {
    position: relative;
    margin-bottom: 10px;
    padding: 10px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 2px rgba(0,0,0,.05);
}
.review-block .review-block-app {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}
.review-block .review-block-app .block-app-icon {
    float: left;
    width: 50px;
    height: 50px;
}
.review-block .review-block-app .block-app-icon>img {
    width: 100%;
}
.review-block .review-block-app .block-app-text {
    position: relative;
    margin-left: 60px;
    padding-top: 2.5px;
}
.review-block .review-block-app .block-app-text .app-text-title {
    white-space: nowrap;
    display: -webkit-inline-box!important;
    display: inline-flex!important;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}
.review-block-app .card-right-rating {
    display: block;
}
.review-block .review-block-contents {
    text-align: center;
}
.review-block .review-block-contents .block-contents-text {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding: 8px 23px;
    word-wrap: break-word;
        overflow: hidden;
}
.review-block .review-block-contents .block-contents-text>a>p {
    margin: 0;
    text-align: left;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
review-block .review-block-contents .block-contents-text>i.icon-quote-left {
    top: 0;
    left: 0;
}

.review-block .review-block-contents .block-contents-text>i {
    position: absolute;
}
.icon-quote.ttzm_left {
    left: 0;
    top: 0;
}
.icon-quote.ttzm_right {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    right: 0;
    bottom: 0;
}
.icon-quote {
    display: inline-block;
    vertical-align: middle;
    background: url(../images/quote.png) no-repeat;
    background-size: 100% !important;
    width: 16px;
    height: 16px;
}
.review-block a.sl-login,
.review-block a.sl-button {
    position: absolute;
    left: 3px;
    bottom: 8px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    padding: 0 7.5px;
    line-height: 24px;
    color: #999;
    border: none;
    background: 0 0;
    box-shadow: none;
    -webkit-transition: 0s;
    transition: 0s;
}
.review-block a.sl-button.liked,
.review-block a.sl-button.liked svg {
    color: #14B9C8;
    fill: #14B9C8;
}
.review-block a.sl-login:hover,
.review-block a.sl-button:not(.liked):hover {
    color: #999;
    background: #f2f2f2;
    border-radius: 3px;
    -webkit-transition: 0s;
    transition: 0s;
}
.review-block a.sl-login>span,
.review-block a.sl-button>span {
   text-indent: 5px;
}
.review-block a.sl-login>svg,
.review-block a.sl-button svg{
    width: 13px;
    height: 13px;
    color: #999;
    fill: #999;
}
.review-block a.sl-login svg,
.review-block a.sl-login>span,
.review-block a.sl-button svg,
.review-block a.sl-button>span {
   float: left;
   display: block;
}
.review-block span#sl-loader {
    display: none !important;
}
.review-block .review-block-contents .block-contents-author {
    margin: 0 0 0 -23px;
    text-align: right;
    color: #ddd;
}

@media screen and (max-width:767px) {
  .review-new-list {
    margin: 20px 10px;
  }
  .review-new-list .new-list-item {
    margin-bottom: 10px;
    padding: 0 5px;
    width: 50%;
  }
  .review-block .review-block-app {
    padding-bottom: 0;
  }
}

#JS_loading {
  display: none;
    background: url(../images/post-loading.gif) no-repeat center top;
    height: 150px;
    width: 100%;
    background-size: 30px;
}
.mn-loading,
p.no-game {
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #999;
}
.Gcontainer {
    max-width: 1070px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
}
/* 发现页轮播图 */
.app-carousel {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 36%;
    border-radius: 3px;
    overflow: hidden;
}
.app-carousel .contain,
.app-carousel .contain .item {
  width: auto;
  height: 100%;
  overflow: hidden;
}
.app-carousel .contain .item>a,
.app-carousel .contain .item>a img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.app-carousel .contain {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    display: flex;
    overflow: hidden;
}
.app-carousel .contain .item {
    flex-shrink: 0;
    vertical-align: middle;
}
.app-carousel .contain .item>a {
    display: block;
}
.app-carousel .contain .item>a img {
    -o-object-fit: cover;
       object-fit: cover;
}
.app-carousel > .dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 5;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.app-carousel > .dots>li {
    margin-right: 5px;
    background-color: rgba(255, 255, 255, .3);
    display: inline-block;
    width: 10px;
    height: 10px;
    text-indent: -999px;
    cursor: pointer;
    border-radius: 10px;
}
.app-carousel > .dots>li.ttzm_on {
  background: #14B9C8;
  border: 0;
}
.app-carousel>button {
    height: 100%;
    width: 40px;
    position: absolute;
    top: 0;
    text-align: center;
    font-size: 20px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    opacity: 0;
    -webkit-transition: all 0s;
    transition: all 0s;
}
.app-carousel>button i:before {
    color: #fff;
    font-size: 25px;
}
.app-carousel>button.prev {
  left: 0;
}
.app-carousel>button.next {
  right: 0;
}

.video-header {
    padding: 20px 0 0;
}

@media screen and (max-width:767px) {
  .video-header {
      padding: 0;
  }
  .app-carousel {
    border-radius: 0;
      padding-top: 50%;
  }
}

/* 发现页标签菜单 */
ul.list-unstyled {
    display: -webkit-box;
    display: flex;
    padding-bottom: 30px;
    margin: 30px 0 0;
    overflow: hidden;
}
ul.list-unstyled > li {
    font-size: 16px;
    height: 34px;
    flex-shrink: 0;
    margin-right: 15px;
    line-height: 34px;
    padding: 0 15px;
    background: #14B9C8;
    border-radius: 18px;
    -webkit-transition: none;
    transition: none;
    white-space: nowrap;
    overflow: hidden;
}
ul.list-unstyled > li > a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: none;
    transition: none;
}
ul.list-unstyled > li:hover a {
    color: #12A7B4;
}
ul.list-unstyled > li:hover {
    background: #b4ebfa;
}

/* 发现页游戏列表 */
.mod-app-list-mix,
.mod-app-list {
    margin-bottom: 22px;
}
.app-list-wrap-mix,
.app-list-wrap {
    margin: -8px -8px 0;
    overflow: hidden;
}
.app-list-wrap-mix > .app-item,
.app-list-wrap > .app-item {
    float: left;
    display: block;
    margin: 8px;
    overflow: hidden;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 2px rgba(0,0,0,.05);
}
.app-list-wrap-mix > .app-item > .image,
.app-list-wrap > .app-item > .image {
    display: block;
    margin: 16px;
    width: 128px;
    height: 128px;
    border-radius: 31px;
}
.app-item-caption-mix,
.app-item-caption {
    position: relative;
    padding: 0 16px 16px;
    overflow: hidden;
}

.app-item-caption-mix > .title,
.app-item-caption > .title {
    margin: 0 0 10px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: inline-flex;
}
.app-item-caption-mix > .title > h4,
.app-item-caption > .title > h4 {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
    max-width: 120px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.app-item-caption-mix > .label,
.app-item-caption > .label {
    display: block;
    line-height: 20px;
    font-size: 14px;
}

.app-item-caption-mix > .label > a,
.app-item-caption > .label > a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 80px;
    display: inline-block;
    color: #666;
}
.app-item-caption-mix a:hover,
.app-item-caption a:hover {
    text-decoration: underline;
    color: #555;
    -webkit-transition: all 0s;
    transition: all 0s;
}
.app-item-caption-mix > .label > .rating,
.app-item-caption > .label > .rating {
    margin: 2px 0 0;
    line-height: 15px;
    text-align: right;
    color: #999;
    float: right;
}
.app-item-caption-mix > .label > .rating > i,
.app-item-caption-mix > .label > .rating > span,
.app-item-caption > .label > .rating > i,
.app-item-caption > .label > .rating > span {
    float: left;
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
}
.app-item-caption-mix > .label > .rating > i,
.app-item-caption > .label > .rating > i {
    margin: 0 0 0 7px;
    font-size: 13px;
}

@media screen and (max-width:767px) {
  .app-list-wrap-mix > .app-item {
    width: calc(50% - 16px);
  }
  .mod-app-list-mix {
    padding: 0 20px;
  }
  .search-main-header .form-group {
    right: 10px;
  }
}

/* 游戏页面 */
.game-wrap {
  overflow: hidden;
}
.game-left {
    float: left;
    width: 66.1538461538%;
}
.game-right {
    float: right;
    width: 32.3076923077%;
}
.game-header {
    margin: 0 0 16px;
    padding: 30px 30px 0;
    overflow: hidden;
}
.game-body {
    margin-top: 15px;
    line-height: 22px;
}
.game-header, .game-body {
    position: relative;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 2px rgba(0,0,0,.05);
}
.game-header .main-header-icon {
    width: 180px;
    text-align: center;
    float: left;
}
.game-header .main-header-text {
    margin-left: 200px;
    min-height: 180px;
    position: relative;
    margin-bottom: 20px;
}
.game-header .base-info-wrap {
    width: 384px;
    min-height: 80px;
}
.game-header .app-rating-container {
    position: absolute;
    top: 0;
    right: -10px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-font-smoothing: antialiased;
    background-color: #12A7B4;
}.game-header .app-rating-container::before {
  content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/2019082920541485.png) no-repeat;
    background-size: 100%;
    opacity: .3;
}
.game-header .app-rating-container>span {
  position: relative;
  color: #fff;
  font-size: 30px;
  letter-spacing: -.73px;
  font-family: PingFangSC-Medium,"MicroSoft YaHei",sans-serif;
  font-weight: 500;
  text-shadow: 0 1px 1px rgba(0,140,160,.66);
  z-index: 10;
}
.game-header h1 {
    display: inline-block;
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    vertical-align: top;
    max-width: 90%;
    max-height: 60px;
    overflow: hidden;
}
.game-header .header-text-author p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.game-header .header-text-author p a {
    color: #14B9C8;
    line-height: 18px;
    font-size: 12px;
}
.header-text-download .download-text {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    padding-bottom: 5px;
    font-size: 14px;
    overflow: hidden;
    color: #666;
}
.header-text-download .like-btn {
    color: #14B9C8;
    font-size: 14px;
    padding: 4px 8px 4px 0;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
}
.header-text-download .like-btn span {
    margin-left: 5px;
}
.header-text-download .count-stats {
    display: inline-block;
    color: #999;
}
.header-text-download .count-stats span {
    position: relative;
    margin-right: 12px;
}
.header-text-download .count-stats span:after {
    content: "";
    position: absolute;
    right: -6px;
    top: 3px;
    width: 1px;
    height: 14px;
    background: #999;
}
.header-text-download .count-stats span:last-child::after {
  content: none;
}
.header-text-download .count-stats i {
    font-style: normal;
}

/* 下载按钮 */
.download-btn-wrap > div {
    margin-top: 10px;
}
a.download-btn:first-child {
    margin-right: 7px;
}
a.download-btn {
    display: -webkit-inline-box;
    display: inline-flex;
    background: #12A7B4;
    color: #fff;
    min-width: 125px;
    height: 42px;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    font-size: 14px;
    border-radius: 3px;
    -webkit-transition: none !important;
    transition: none !important;
}
a.download-btn>i::before {
    width: 24px;
    height: 24px;
    font-size: 24px;
    margin-right: 6px;
    -webkit-transition: all 0s;
    transition: all 0s;
}
a.download-btn:hover {
    color: #12A7B4;
    border-color: #b4ebfa!important;
    background: #b4ebfa!important;
}
a.download-btn:hover>i::before {
    fill: #12A7B4;
    color: #12A7B4;
}

/* 游戏导航栏 */
ul.nav-justified {
    display: -webkit-box;
    display: flex;
    border-top: 1px solid #eee;
    margin: 0 -30px;
    overflow: hidden;
}
ul.nav-justified li:last-child {
    border: 0;
}
ul.nav-justified li.ttzm_on {
    position: relative;
}
ul.nav-justified li.ttzm_on > * {
    color: #14B9C8;
}
ul.nav-justified li {
    max-height: 45px;
    -webkit-box-flex: 1;
            flex: 1;
    border-right: 1px solid #eee;
    cursor: pointer;
}
ul.nav-justified li span,
ul.nav-justified li a {
  display: block;
    line-height: 25px;
    padding: 12px 0 8px;
    font-size: 16px;
    text-align: center;
    color: #333;
    -webkit-transition: 0s;
    transition: 0s;
}
ul.nav-justified li small {
    display: inline-block;
    font-size: 12px;
    line-height: normal;
    margin: 6px 0 0 3px;
}
ul.nav-justified li.ttzm_on::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: #14B9C8;
    -webkit-transition: 0s;
    transition: 0s;
}

/* 游戏主体 */
.game-qqun {
    padding: 15px 30px;
    color: #333;
    font-size: 14px;
    overflow: hidden;
}
.game-qqun p {
    float: left;
}
span.JS_copy {
    display: block;
    float: right;
    padding: 3px 0 0 3px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
span.JS_copy:hover {
    opacity: .8;
    -webkit-transition: all 0s;
    transition: all 0s;
}
.game-qqun>input {
    position: absolute;
    opacity: 0;
    top: 0;
    z-index: -10;
    width: 0;
    height: 1px;
    padding: 0;
    border: 0;
}
.section-title {
    padding: 20px 30px 0;
    margin-bottom: 15px;
    border-top: 1px solid #eee;
    overflow: hidden;
}
.section-title-r {
    padding-bottom: 8px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}
.section-title-r>h3,
.section-title-r>h1,
.section-title>h3 {
    font-size: 18px !important;
    border-left: 4px solid #14B9C8;
    float: left;
    line-height: 20px !important;
    padding: 0 0 0 8px;
}
.section-title-r>.more {
    float: right;
    line-height: 20px;
    color: #14B9C8;
    font-size: 14px;
}
.section-title-r>.more:hover {
  text-decoration: underline;
  -webkit-transition: all 0s;
  transition: all 0s;
}

.game-body>.description {
  margin-bottom: 20px;
}
.game-body #description {
    padding: 0 30px;
    word-break: break-word;
    will-change: break-word;
    font-size: 14px;
    color: #333;
}

.game-body #description > * {
    margin-bottom: 1.5rem;
    color: #697176;
}

.game-body #description > h2,
.game-body #description > h3,
.game-body #description > h4,
.game-body #description > h5 {
    margin-bottom: .5rem;
    font-size: 1rem;
    line-height: 1;
    color: #14b9c8;
    font-weight: 600;
}

.im-game-renew,
.game-body>.ttzm_info>ul {
    padding: 0 30px 10px;
    overflow: hidden;
}
.game-body>.ttzm_info>ul>li {
    width: 30%;
    float: left;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.game-body>.ttzm_info>ul>li>span:first-child {
    font-weight: 700;
    display: block;
    color: #333;
    font-size: 15px;
    margin-bottom: 5px;
}
.game-body>.ttzm_info>ul>li>span:last-child {
    font-size: 13px;
    color: #666;
}

/* 游戏侧边栏标签 */
.game-side-body {
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 2px rgba(0,0,0,.05);
}
.widget-game-term-cloud>.tag-body {
    padding: 15px 20px;
}
.widget-game-term-cloud>.tag-body>a:hover {
    color: #fff;
    background: #14B9C8;
}
.widget-game-term-cloud>.tag-body>a {
    display: -webkit-inline-box;
    display: inline-flex;
    border: 1px solid #14B9C8;
    border-radius: 4px;
    padding: 4px 10px;
    font-size: 14px;
    color: #14B9C8;
    text-decoration: none;
    margin: 5px 8px 6px 0;
    -webkit-transition: none;
    transition: none;
}

/* 游戏截图 */
#gameImages {
  position: relative;
    margin: 0 30px 30px;
    height: 280px;
    white-space: nowrap;
    overflow: hidden;
}
#gameImages>ul {
    white-space: nowrap;
    height: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
}
#gameImages>ul>li {
    position: relative;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    cursor: pointer;
}
#gameImages>ul>li:last-child {
  padding-right: 0;
}
#gameImages>ul>li>* {
    border-radius: 3px;
    height: 100%;
    width: auto;
    display: block;
}
#gameImages>span:last-child {
    right: 0;
    left: auto;
}
#gameImages>span {
    display: -webkit-box;
    display: flex;
    position: absolute;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    font-size: 20px;
    height: 30%;
    width: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    text-decoration: none;
    cursor: pointer;
    opacity: 0;
    z-index: 5;
}
#gameImages>span>i::before {
    color: #fff;
}

/* 悬浮图册 */
.gallery-float-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 888;
}
.gallery-float-box::after {
    content: "+";
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 36px;
    font-weight: 100;
    transform: rotate(45deg);
    cursor: pointer;
    pointer-events: none;
}
.gallery-float-box .ttzm_mask{
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   z-index: 0;
   cursor: pointer;
}
.gallery-float-box .ttzm_list {
    position: relative;
    width: 100%;
    top: 10%;
    bottom: 10%;
    margin: auto;
    height: 80%;
    overflow: hidden;
    pointer-events: none;
}
.gallery-float-box .ttzm_list img {
    height: 100%;
    width: auto;
    overflow: hidden;
    object-fit: cover;
    pointer-events: initial;
    backface-visibility: hidden;
    transition: .5s;
    transform: scale(0);
}
.gallery-float-box .ttzm_count {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 16px;
    background: rgba(0, 0, 0, .2);
    color: #fff;
    padding: 3px 15px;
    border-radius: 50px;
}
.gallery-float-box button {
    position: absolute;
    top: 0;
    width: 20%;
    height: 100%;
    opacity: .6
}
.gallery-float-box button i:before {
    font-size: 40px;
    color: #fff;
}
.gallery-float-box button.next {
    right: 0;
}

@media screen and (max-width:767px) {
  .gallery-float-box button i:before {
    font-size: 20px;
  }
}

/* 文章相关游戏块 */
.mod-relgame.game-header {
    padding: 10px 20px 10px 15px;
    border: thin solid #eee;
    margin: 25px 0;
    overflow: hidden;
}
.mod-relgame.game-header .main-header-text {
    margin-bottom: 0;
}
.mod-relgame.game-header a:hover {
    color: #12a7b4;
}
.mod-relgame.game-header a {
    -webkit-transition: 0s;
    transition: 0s;
}

/* 优化评论 */
.game-comment {
    border-radius: 3px;
    box-shadow: 0 2px 2px rgba(0,0,0,.05);
}

/* 游戏页论坛 */
.game-forum {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 2px rgba(0,0,0,.05);
    overflow: hidden;
}
.game-forum .bbp-breadcrumb,
.game-forum #subscription-toggle,
.game-forum .bbp-template-notice.ttzm_info,
.game-forum .bbp-pagination {
    display: none !important;
}

/* 列表排序按钮 */
.search-main-header {
  position: relative;
}
.search-main-header .section-title-r {
    padding-bottom: 12px;
}
.search-main-header .form-group {
    position: absolute;
    top: 0;
    right: 0;
}
.search-main-header .form-group>label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.search-main-header .form-group>label>span {
    display: inline-block;
    margin-right: 4px;
    font-size: 14px;
    color: #333;
}
.search-main-header .form-control.input-sm {
    display: inline-block;
    padding: 0 35px 0 3px;
    height: 25px;
    line-height: 24px;
    width: auto;
    font-size: 14px;
    font-weight: 400;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #ccc;
    color: #555;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.search-main-body {
    padding: 5px 20px;
    box-shadow: 0 2px 2px rgba(0,0,0,.05);
    border-radius: 3px;
    background: #fff;
}
.search-main-body .app-card:last-child {
    border: 0;
}

/* 标签游戏列表 */
.search-main-body div:nth-last-child(2) {
    border: 0;
}
.app-card {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}
a.app-card-left {
    float: left;
    display: block;
    width: 128px;
}
.app-card-right {
    position: relative;
    margin-left: 143px;
    padding-top: 10px;
}
.app-card-right>.title {
    display: block;
    margin-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration: none;
}
.app-card-right>.title>h4 {
    display: inline-block;
    margin: 0;
    line-height: 25px;
    vertical-align: middle;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
}
.app-card-right>.author {
    color: #999;
    text-decoration: underline;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 2px;
}

.card-right-rating {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}
.card-right-rating>span {
    display: inline-block;
    margin-left: 7px;
    float: right;
    color: #333;
    font-size: 14px;
    font-weight: 400;
}
.card-right-rating>i.back {
    margin: 2px 0 0 -2px;
    width: 72px;
    height: 14px;
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.card-right-rating>i.back:before {
  opacity: .8;
  color: #eee;
}
.card-right-rating>i .color {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    height: 100%;
}
i.icon-stars-1.color:before {
    display: block;
    overflow: hidden;
    color: #12bfd2;
}
.card-right-times {
    display: inline-block;
    margin-left: 7px;
    margin-bottom: 10px;
    vertical-align: middle;
    color: #999;
    font-size: 14px;
}
/* 列表标签 */
.app-card-right>.tags {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: flex;
    max-width: 100%;
}
.app-card-right>.tags>a {
    padding: 2px 8px;
    margin: 0 4px 0 0;
    color: #14b9cb;
    border: 1px solid #14b9cb;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-transition: none;
    transition: none;
}
.app-card-right>.tags>a:hover {
  background: #b4ebfa;
  color: #14b9cb;
}

/* 侧边栏最新上架区域 */
.side-body-apps {
    padding: 20px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 2px rgba(0,0,0,.05);
}
.side-item {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}
a.side-item-left {
    float: left;
    display: block;
    max-width: 90px;
    max-height: 90px;
}
a.side-item-left>img {
    width: 100%;
    vertical-align: middle;
}
.side-item-right {
    margin-left: 105px;
    height: 90px;
}
a.item-right-title {
    display: block;
    max-height: 37px;
    line-height: 37px;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.item-right-label {
    overflow: hidden;
}
.item-right-label>a {
    float: left;
    display: block;
    color: #666;
    font-size: 14px;
}
.side-item a:hover {
    color: #555;
    text-decoration: underline;
    -webkit-transition: none;
    transition: none;
}
.side-body-apps div:last-child {
    border: 0;
    padding: 0;
    margin-bottom: 0;
}

/* mn小工具 */
.mn-widget {
    margin: 15px 0;
    overflow: hidden;
}
.ttzm_sidebar > *:nth-child(1),
section.forum-page-side > *:nth-child(1),
.game-right > *:nth-child(1) {
    margin-top: 0;
}

/* 侧栏游戏评论列表 */
.widget-game-comments .review-new-list {
    margin: 0;
}
.widget-game-comments .review-new-list .new-list-item:last-child {
    margin-bottom: 0;
}
.widget-game-comments .review-new-list .new-list-item {
    float: none;
    margin-bottom: 10px;
    padding: 0;
    width: 100%;
}

/* 侧边栏游戏列表 */
.side-body {
    padding: 15px 20px;
    background: #fff;
    border-radius: 3px;
    text-shadow: 0 2px 2px rgba(0,0,0,.05);
    overflow: hidden;
}
.side-body .side-item:last-child {
    border: 0;
    margin: 0;
    padding-bottom: 0;
}
.side-item>.ttzm_left {
    float: left;
    display: block;
    max-width: 90px;
    max-height: 90px;
}
.side-item>.ttzm_right>.title {
    display: -webkit-inline-box;
    display: inline-flex;
    margin-bottom: 10px;
    max-height: 44px;
    line-height: 22px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.side-item > .ttzm_right {
    margin-left: 105px;
    padding: 10px 0 0;
    height: 90px;
}
.side-item .rating {
  float: right;
    margin: 2px 0 0;
    line-height: 15px;
    color: #999;
}
.side-item .rating>span {
   float: left;
   display: block;
   vertical-align: middle;
}
.side-item .rating>i {
  float: right;
    margin: 0 0 0 5px;
    display: block;
    width: 14px;
    height: 14px;
    background-size: 14px;
}
.side-item .label a {
    float: left;
    display: block;
    color: #666;
    line-height: 15px;
    font-size: 14px;
}

/* 侧栏排行列表 */
.index-tops-contents {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 2px rgba(0,0,0,.05);
    overflow: hidden;
}
.index-tops-contents .app-ranking-list {
    padding: 0 15px;
}
.index-tops-contents .app-ranking-list>li {
    position: relative;
    padding: 15px 0;
    font-size: 0;
    white-space: nowrap;
    overflow: hidden;
}
.index-tops-contents .app-ranking-list>li:nth-child(-n+3) .item-order {
    color: #FE931B;
}
.index-tops-contents .app-ranking-list>li .item-order {
    display: inline-block;
    width: 20px;
    line-height: 20px;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    color: #999;
}
.index-tops-contents .app-ranking-list>li .item-icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    vertical-align: middle;
}
.index-tops-contents .app-ranking-list>li .item-text {
    display: inline-block;
    position: relative;
    font-size: 14px;
    margin: 0 0 0 15px;
    width: 190px;
    height: 60px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
}
.index-tops-contents .app-ranking-list>li .item-text a:hover {
    color: #333;
    text-decoration: underline;
}
.index-tops-contents .app-ranking-list>li .item-text .rating-wrap {
    margin: 0;
    overflow: hidden;
    line-height: normal;
}
.index-tops-contents .app-ranking-list>li .item-text .rating-wrap>span {
    vertical-align: text-bottom;
    color: #999;
}
.index-tops-contents .app-ranking-list>li .item-text .rating-wrap>i::before {
  margin: 2.5px 0 0 3px;
  width: 11px;
  height: 11px;
  color: #999;
  font-size: 11px;
}
.index-tops-contents .app-ranking-list>li .item-text .item-tags {
    color: #999;
    font-size: 0;
    position: relative;
}
.index-tops-contents .app-ranking-list>li .item-text .item-tags .item-tag {
  position: relative;
  line-height: 20px;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 6px;
}
.index-tops-contents .app-ranking-list>li .item-text .item-tags .item-tag:first-child {
    padding-left: 0;
}
.index-tops-contents .app-ranking-list>li .item-text .item-tags .item-tag:not(:first-child):before {
    position: absolute;
    left: 0;
    top: 4px;
    content: '';
    display: block;
    height: 12px;
    width: 1px;
    background: #999;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}

/* 分页 */
ul.page-numbers {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
            -webkit-box-align: center;
                    align-items: center;
    margin: 15px 0;
}
ul.page-numbers li {
    width: 25px;
    height: 25px;
    margin: 0 5px;
    border-radius: 50%;
    overflow: hidden;
}
ul.page-numbers li:hover>a {
    background: #14B9C8;
    color: #fff;
}
span.page-numbers.current,
ul.page-numbers a {
  -webkit-transition: 0s;
  transition: 0s;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    line-height: normal;
    font-size: 15px;
font-weight: 300;
}
span.page-numbers.current {
  color: #14B9C8;
}

/* 移动端布局 */
@media screen and (max-width:767px) {
  .game-left {
    float: none;
    width: 100%;
    margin-bottom: 20px;
}
.game-right {
    float: none;
    width: 100%;
}
.Gcontainer {
  margin-top: 0;
    padding-left: 0;
    padding-right: 0;
}
main.Gcontainer.tag {
    margin-top: 20px;
}

a.app-card-left {
    max-width: 90px;
}
.app-card-right {
    height: 90px;
    margin-left: 105px;
    padding-top: 0;
    white-space: nowrap;
}
.app-card-right>.author {
  display: none;
}
.app-card-right>.title>h4 {
    padding-right: 10px;
}
.card-right-rating i:before {
    font-size: 12px !important;
}
.card-right-rating>span,
.card-right-times {
    font-size: 12px;
}
.app-card-right>.tags {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
}
.app-card-right>.tags>a {
  padding: 2px 7px;
}

section.row {
}
.game-header {
  padding: 0;
  margin-bottom: 0;
}

.game-body {
  margin-top: 0;
  margin-bottom: 10px;
}
.game-header,
.game-body {
    border-radius: 0;
    box-shadow: none;
}

.main-header-tab > ul {
    border-top: 10px solid #f6f6f6;
}
.main-header-tab > ul {
    border-top: 10px solid #f6f6f6;
    border-bottom: thin solid #eee;
}
ul.nav-justified li {
    border-right: 0;
}
ul.nav-justified li.ttzm_on::after {
    left: 50%;
    margin-left: -16px;
    width: 32px;
    height: 3px;
}

.game-header .main-header-icon {
    width: 100%;
    text-align: center;
    float: none;
    padding: 30px 0 20px;
}
.game-header .main-header-icon img {
    width: 128px;
    margin: 0 auto;
}
.game-header .base-info-wrap {
    width: 100%;
    min-height: auto;
}
.game-header .main-header-text {
    margin-left: 0;
    text-align: center;
    position: static;
    margin-bottom: 10px;
    min-height: auto;
}
.game-header .header-text-author p>span {
    line-height: 20px;
}
.game-header .app-rating-container {
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
.game-header .app-rating-container>span {
    font-size: 16px;
  }

  .header-text-download .download-text {
    -webkit-box-pack: center;
            justify-content: center;
    margin: 15px;
}

.header-text-download .count-stats span:first-child:after {
    top: 0;
}

ul.nav-justified {
    margin: 0;
}

.game-qqun {
    padding: 10px 15px;
}
#gameImages {
    margin: 0 15px 20px;
    height: 167px!important;
    overflow-x: scroll;
    overflow-y: hidden;
}
.section-title {
    padding: 20px 15px 0;
}
.game-body #description {
    padding: 0 15px;
}
.game-body>.ttzm_info>ul>li {
    width: 50%;
}
.game-body>.ttzm_info>ul {
  padding: 0 15px 10px;
}
.section-title-r {
    padding: 0 20px 10px;
}

ul.list-unstyled:after {
    content: "";
    display: block;
    width: 1px;
    height: 1px;
    padding: 0 2vw;
}
ul.list-unstyled {
    padding-bottom: 10px;
    margin: 15px 0 5px 4vw;
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
}
ul.list-unstyled > li {
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    padding: 0 15px;
    margin-right: 15px;
}

.mod-app-list {
    margin-bottom: 2.1333333333vw;
    background: #fff;
    padding-top: 15px;
}
.mod-app-list .section-title-r {
    border-bottom: 0;
    margin: 0;
    padding: 0 4vw 4vw;
}
.mod-app-list .section-title-r>.more,
.mod-app-list .section-title-r h3{
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    font-size: 13px !important;
    height: 17px;
    line-height: normal !important;
}

.app-list-wrap {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    margin: 0 -2vw 2vw 0;
    padding: 0 4vw 2vw;
}
.app-list-wrap > .app-item {
  float: none;
    display: inline-block;
    margin: 0 3.2vw 0 0;
    overflow: hidden;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    width: 22.4vw;
    vertical-align: top;
}
.app-list-wrap > .app-item > .image {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
    border-radius: 31px;
}

.app-item-caption {
    padding: 0;
}
.app-item-caption > .title {
  margin: 0;
}
.app-item-caption > .title > h4 {
    margin: 0;
    font-size: 11px;
    height: 25px;
    line-height: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.app-item-caption > .label {
    display: none;
}

}

/* 用户认证页面 */
.approve-contain {
    background: #fff;
    font-size: 15px;
    font-weight: 300;
    color: #808788;
}
.approve-contain > * {
    margin: 0 32px 20px;
}

.approve-contain .status {
    margin: 20px 25px -25px;
}
.approve-contain .status a {
    color: #12a7b4;
}
.approve-tips > h3 {
    color: #333;
    margin-bottom: 10px;
}
.approve-tips > p {
    font-size: 13px;
    line-height: 2.5;
    font-weight: 300;
}
.approve-results h3>i {
    margin-right: 10px;
    text-decoration: underline;
    display: inline-block;
    vertical-align: baseline;
    font-weight: initial;
    height: 100%;
}
.approve-results {
    padding: 20px 0;
}
.approve-results p {
    text-indent: 36px;
}
.approve-results .title {
    color: #333;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 25px;
    line-height: initial;
    text-indent: 0;
}
.approve-results h3 {
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    margin: 10px 0;
}

.verify-select-list {
    text-align: center;
    font-size: 0;
    margin: 50px auto;
    background: #fff;
}
.verify-select-list .verify-sort:not(:last-child) {
    margin-right: 30px;
}

.verify-select-list .verify-sort {
    position: relative;
    z-index: 0;
    border-radius: 10px;
    overflow: hidden;
    display: inline-block;
    width: 250px;
    height: 280px;
    color: #fff;
    text-align: center;
    background-size: contain !important;
    background-position: center !important;
}
.verify-select-list .verify-sort .verify-icon {
    width: 71px;
    margin-top: 43px;
}
.verify-select-list .verify-sort .verify-name {
    font-size: 20px;
    line-height: 44px;
}
.verify-select-list .verify-sort .verify-btn {
    display: inline-block;
    border-radius: 20px;
    width: 130px;
    height: 36px;
    margin-top: 17px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    transition: 0s;
}
.verify-select-list .verify-sort .verify-btn:hover {
    opacity: .8;
}
.verify-select-list .verify-sort .verify-intro {
    font-size: 12px;
    line-height: 1;
    margin-top: 12px;
}
.verify-select-list .verify-sort .verify-intro a {
    color: #fff;
    text-decoration: none;
}
.verify-select-list .verify-sort:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .65;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}
.verify-select-list .verify-sort.developer .verify-btn {
    background-color: #FF8F00;
    box-shadow: 0 2px 4px 0 rgba(149,90,16,.54);
}
.verify-select-list .verify-sort.developer:after {
    background-color: #FFA340;
}
.verify-select-list .verify-sort.publisher:after {
    background-color: #14B9C8;
}
.verify-select-list .verify-sort.publisher .verify-btn {
    background-color: #12A7B4;
    box-shadow: 0 2px 4px 0 rgba(23,119,127,.22);
}
.verify-select-list .verify-sort.author:after {
    background-color: #14B9C8;
}
.verify-select-list .verify-sort.author .verify-btn {
    background-color: #12A7B4;
    box-shadow: 0 2px 4px 0 rgba(23,119,127,.22);
}

/* 发文选择相关游戏 */
input#jsSearchRelGame {
    margin-top: 10px;
    width: 100%;
    font-size: 14px;
}
.rel-game-list {
    margin: 10px 0;
    overflow: hidden;
}
.rel-game-list span {
    color: #afafaf;
    margin-right: 10px;
    display: inline-block;
    cursor: pointer;
    margin-top: 3px;
    float: left;
    border: thin solid;
    padding: 0 5px;
    height: 25px;
    line-height: 25px;
    border-radius: 3px;
}
.rel-game-list span.rel-game {
    color: #328ac0;
}

/* 发现页合辑幻灯 */
.app-categories-promotion {
    padding-top: 15px;
    padding-bottom: 25px;
    border-top: 1px solid #ddd;
}
.app-categories-promotion ul {
    margin: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    font-size: 0;
}
.app-categories-promotion li {
    position: relative;
    width: 352px;
    overflow: hidden;
    display: inline-block;
    padding-right: 16px;
}
.app-categories-promotion li a {
    display: block;
    height: 100%;
}
.round-card {
    border-radius: 3px;
    overflow: hidden;
}
.app-categories-promotion img {
    width: 100%;
}

@media screen and (max-width: 767px) {
  .app-categories-promotion {
    background: #fff;
    margin-bottom: 10px;
    border: 0;
    padding: 15px 0 15px 5px;
  }
  .app-categories-promotion li {
      width: 319px;
  }
}

/* 用户中心--新游上架 */
.my-app-header .nav {
    display: flex;
    margin-bottom: 10px;
    background: #fff;
    padding: 15px;
    font-size: 15px;
}
.my-app-header .nav li {
    margin-right: 15px;
    color: #333;
    position: relative;
    padding: 2px 12px;
}
.my-app-header .nav li a {
    color: #555;
}
.my-app-header .nav li.active {
    background: #e9f8ff;
    color: #32b2ec;
    border-radius: 100px;
}
.my-app-header .nav li.active a {
    color: #47bcf1;
}

/* 我的应用--主体部分 */
.my-app-table {
    background: #fff;
    width: 100%;
    padding: 0 10px 10px;
}
.my-app-table td {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.my-app-table td:first-child {
    text-align: left;
    line-height: 50px;
    margin-bottom: 10px;
}
.my-app-tbody tr .ttzm_icon {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    float: left;
    margin-bottom: 10px;
}
.my-app-table a:hover {
    color: #505a61;
    font-weight: 500;
}
.my-app-table a {
    color: #74868d;
}
.my-app-table .tags-list a {
    margin: 3px 5px;
}

.my-app-body .no-app {
    background: #fff;
    height: 100vh;
    padding-top: 100px;
    text-align: center;
}
.my-app-body .no-app a {
    color: #48b6ed;
}
