a,
span,
div,
img,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; }

.disabled {
  pointer-events: none; }

html,
body {
  padding: 0;
  margin: 0; }

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

[v-cloak] {
  display: none !important; }

body {
  font-family: Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif !important; }

* {
  -webkit-tap-highlight-color: transparent; }

.download-top-bar {
  width: 100%;
  height: 1.44rem;
  background: #4A5161;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0.32rem;
  padding-left: 0.21333rem;
  z-index: 100; }
  .download-top-bar .logo {
    width: 1.01333rem;
    height: 1.01333rem; }
    .download-top-bar .logo img {
      width: 100%;
      height: 100%; }
  .download-top-bar .info {
    margin-left: 0.29333rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .download-top-bar .info .name {
      font-size: 0.42667rem;
      font-weight: 500;
      color: white; }
    .download-top-bar .info .desc {
      font-size: 0.32rem;
      color: #a2a8ba; }
  .download-top-bar .download-btn {
    background: #4FDF97;
    background: -webkit-gradient(linear, left top, right top, from(#4FDF97), to(#06B375));
    background: linear-gradient(to right, #4FDF97, #06B375);
    width: 2.24rem;
    height: 0.85333rem;
    border-radius: 0.16rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0.37333rem;
    color: white;
    text-decoration: none; }

.main-container {
  background: #1F2431;
  min-height: 100vh;
  overflow: hidden; }
  .main-container .video-wrapper {
    width: 100%;
    height: 6.02667rem;
    position: relative;
    display: inline-block; }
    .main-container .video-wrapper img {
      width: 100%;
      height: 100%; }
    .main-container .video-wrapper .play {
      position: absolute;
      width: 1.38667rem;
      height: 1.38667rem;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background-image: url("/static/images/game-detail/icon-play.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-size: 100% 100%; }
  .main-container .scroll-container {
    position: relative;
    width: 100%;
    overflow-x: auto;
    height: 2.29333rem;
    z-index: 2;
    background-image: url("/static/images/game-detail/line-bg.png");
    background-repeat: no-repeat;
    background-size: cover; }
    .main-container .scroll-container::-webkit-scrollbar {
      display: none; }
  .main-container .timeline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .main-container .timeline .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      position: relative;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-top: 0.4rem; }
      .main-container .timeline .item .name {
        position: absolute;
        margin-top: 0.16rem;
        -webkit-transform: translateY(0.8rem) translateX(1.13333rem);
                transform: translateY(0.8rem) translateX(1.13333rem);
        width: 3.2rem;
        height: 0.74667rem;
        text-align: center;
        color: #F1F1F1;
        opacity: 0.5; }
        .main-container .timeline .item .name::after {
          position: absolute;
          left: 50%;
          content: '';
          display: block;
          width: 0.02667rem;
          height: 0.21333rem;
          color: #F1F1F1;
          opacity: 0.5;
          bottom: -0.29333rem; }
        .main-container .timeline .item .name.bottom-name {
          position: relative;
          top: 0;
          -webkit-transform: translateX(1.25333rem);
                  transform: translateX(1.25333rem);
          margin-top: 0.34667rem;
          margin-bottom: 0; }
          .main-container .timeline .item .name.bottom-name::after {
            bottom: unset;
            top: -0.29333rem; }
      .main-container .timeline .item .point {
        margin: 0 0.53333rem 0 0.53333rem;
        width: 0.37333rem;
        height: 0.08rem;
        background: #F1F1F1;
        opacity: 0.5; }
      .main-container .timeline .item .pointTwo {
        width: 1.06667rem;
        height: 0.08rem;
        background: #E69800; }
      .main-container .timeline .item .pointThree {
        background: #F1F1F1;
        opacity: 0.5; }
      .main-container .timeline .item .line {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 0.74667rem; }
        .main-container .timeline .item .line p {
          position: relative;
          width: 0.16rem;
          height: 0.26667rem;
          margin-right: 0.10667rem; }
          .main-container .timeline .item .line p span {
            position: absolute;
            display: block;
            width: 0.05333rem;
            height: 0.05333rem;
            background: #F1F1F1;
            opacity: 0.5; }
            .main-container .timeline .item .line p span:nth-child(1) {
              top: 0;
              left: 0; }
            .main-container .timeline .item .line p span:nth-child(2) {
              top: 0.05333rem;
              left: 0.05333rem; }
            .main-container .timeline .item .line p span:nth-child(3) {
              top: 0.10667rem;
              left: 0.10667rem; }
            .main-container .timeline .item .line p span:nth-child(4) {
              top: 0.16rem;
              left: 0.05333rem; }
            .main-container .timeline .item .line p span:nth-child(5) {
              top: 0.21333rem;
              left: 0; }
      .main-container .timeline .item .vertical-bar {
        width: 0.04rem;
        height: 0.16rem;
        -webkit-transform: translateX(2.8rem);
                transform: translateX(2.8rem);
        background: rgba(241, 241, 241, 0.5); }
      .main-container .timeline .item .vertical-barTwo {
        width: 0.04rem;
        height: 0.16rem;
        background: #E69800;
        -webkit-transform: translateX(1.66667rem);
                transform: translateX(1.66667rem); }
      .main-container .timeline .item .nameTwo {
        -webkit-transform: translateY(0.8rem) translateX(0.13333rem);
                transform: translateY(0.8rem) translateX(0.13333rem); }
      .main-container .timeline .item.on .point {
        background: #E69800;
        opacity: 1; }
      .main-container .timeline .item.on .line p span {
        background: #E69800;
        opacity: 1; }
      .main-container .timeline .item.active-time .name {
        font-size: 0.32rem;
        text-shadow: 0px 0px 8px #E5923D;
        color: #F1F1F1; }
      .main-container .timeline .item.active-time .vertical-bar {
        width: 0.04rem;
        height: 0.16rem;
        -webkit-transform: translateX(2.70667rem);
                transform: translateX(2.70667rem);
        background: #E69800; }
      .main-container .timeline .item.active-time .point {
        width: 0.16rem;
        height: 0.16rem;
        border-radius: 50%;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        background: transparent; }
        .main-container .timeline .item.active-time .point span {
          position: absolute;
          width: 0.48rem;
          height: 0.48rem;
          border-radius: 50%;
          -webkit-box-shadow: inset 0 0 0.26667rem #E69800, 0 0 0.05333rem #E69800;
                  box-shadow: inset 0 0 0.26667rem #E69800, 0 0 0.05333rem #E69800; }
          .main-container .timeline .item.active-time .point span:nth-child(1) {
            -webkit-animation: 1.5s anim infinite alternate;
                    animation: 1.5s anim infinite alternate;
            -webkit-animation-delay: -1s;
                    animation-delay: -1s; }
          .main-container .timeline .item.active-time .point span:nth-child(2) {
            -webkit-animation: 1.5s anim infinite alternate;
                    animation: 1.5s anim infinite alternate;
            -webkit-animation-delay: -2s;
                    animation-delay: -2s; }
          .main-container .timeline .item.active-time .point span:nth-child(3) {
            -webkit-animation: 1.5s anim infinite alternate;
                    animation: 1.5s anim infinite alternate;
            -webkit-animation-delay: -3s;
                    animation-delay: -3s; }

@-webkit-keyframes anim {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes anim {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
  .main-container .game-info {
    margin-top: 0.74667rem;
    padding: 0 0.53333rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .main-container .game-info .right-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .main-container .game-info .right-box .icon {
        width: 1.46667rem;
        height: 1.44rem;
        margin-right: 0.26667rem; }
        .main-container .game-info .right-box .icon img {
          width: 100%; }
      .main-container .game-info .right-box .right .title {
        font-size: 0.48rem;
        font-weight: 500;
        color: white; }
      .main-container .game-info .right-box .right .order {
        margin-top: 0.26667rem;
        font-size: 0.32rem;
        color: #a2a8ba; }
    .main-container .game-info .score img {
      width: 0.45333rem;
      height: 0.42667rem; }
    .main-container .game-info .score span {
      font-size: 0.42667rem;
      color: #FFD44E; }
  .main-container .tab-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.72rem 0.64rem 0 0.64rem; }
    .main-container .tab-box .list-item {
      margin-right: 1.06667rem;
      font-size: 0.42667rem;
      color: #FFFFFF; }
      .main-container .tab-box .list-item .line {
        width: 0.48rem;
        border-radius: 0.04rem;
        background: #F2861C;
        height: 0.08rem;
        margin-left: 0.2rem;
        margin-top: 0.13333rem; }
  .main-container .line-box {
    width: 100%;
    opacity: 0.6;
    background: #282E3D;
    height: 0.01333rem; }
  .main-container .articles {
    width: 100%;
    line-height: 0.66667rem;
    color: #A2A8BA;
    font-size: 0.34667rem;
    padding: 0.77333rem; }
    .main-container .articles .item-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .main-container .articles .item-list .horn {
        width: 0.42667rem;
        height: 0.42667rem;
        margin-right: 0.16rem; }
      .main-container .articles .item-list .pointer {
        width: 0.05333rem;
        height: 0.05333rem;
        background: #A8ADB7;
        margin-left: 0.17333rem;
        margin-right: 0.30667rem; }
      .main-container .articles .item-list .title {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-overflow: ellipsis; }
      .main-container .articles .item-list .left-icon {
        width: 0.53333rem;
        height: 0.53333rem; }
  .main-container .tag-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 2.66667rem; }
    .main-container .tag-box .tag-item {
      margin-bottom: 0.26667rem;
      margin-right: 0.26667rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0.32rem;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 0.32rem;
      color: #A2A8BA;
      border: 1px solid rgba(162, 168, 186, 0.2);
      background: rgba(162, 168, 186, 0.1);
      border-radius: 0.37333rem;
      height: 0.69333rem; }
  .main-container .bottom-tabs {
    margin: auto;
    width: 8.72rem;
    height: 2.90667rem;
    background-image: url("/static/images/game-detail/bg-2.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .main-container .bottom-tabs .img-list {
      margin-top: 0.45333rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .main-container .bottom-tabs .img-list img {
        width: 1.28rem;
        height: 1.28rem; }
      .main-container .bottom-tabs .img-list .bottom-title {
        padding-top: 0.26667rem;
        text-align: center;
        color: rgba(255, 255, 255, 0.87);
        font-size: 0.32rem; }
  .main-container .game-download {
    margin-top: 0.8rem;
    padding: 0px 0.53333rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .main-container .game-download .title {
      font-size: 0.42667rem;
      color: white; }
    .main-container .game-download .game-box {
      margin-top: 0.4rem;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .main-container .game-download .game-box .tag-item {
        letter-spacing: 0.02667rem;
        margin-bottom: 0.26667rem;
        margin-right: 0.26667rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0.32rem;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 0.32rem;
        background-color: #23363A;
        border-radius: 0.16rem;
        height: 0.69333rem; }
        .main-container .game-download .game-box .tag-item span {
          color: #00B374;
          opacity: 1 !important; }
  .main-container .score-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 0.69333rem;
    padding-right: 1.06667rem;
    margin-top: 0.61333rem; }
    .main-container .score-wrapper .score-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 2.13333rem; }
      .main-container .score-wrapper .score-item .num {
        font-size: 0.58667rem;
        font-weight: bold;
        color: #ff9f15;
        -webkit-background-clip: text; }
      .main-container .score-wrapper .score-item .name {
        margin-top: 0.18667rem;
        font-size: 0.26667rem;
        color: rgba(255, 255, 255, 0.5); }
  .main-container .tag-wrapper {
    margin-top: 0.8rem;
    padding-left: 0.53333rem;
    padding-right: 1.06667rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .main-container .tag-wrapper .tag {
      background: rgba(255, 255, 255, 0.08);
      border-radius: 0.26667rem;
      font-size: 0.32rem;
      color: #58dba5;
      margin-right: 0.21333rem;
      padding: 0.10667rem 0.21333rem;
      line-height: 1;
      margin-bottom: 0.16rem;
      text-decoration: none; }
  .main-container .download {
    margin-top: 0.64rem;
    padding: 0 0.53333rem; }
    .main-container .download .title {
      font-size: 0.42667rem;
      color: white;
      margin-bottom: 0.42667rem; }
    .main-container .download .country-tag-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .main-container .download .country-tag-wrapper .country-tag {
        padding: 0 0.4rem;
        height: 0.8rem;
        background: rgba(0, 179, 116, 0.5);
        border-radius: 0.16rem;
        margin-right: 0.26667rem;
        margin-bottom: 0.26667rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-size: 0.32rem;
        color: white; }
  .main-container .download-bar {
    width: 100%;
    margin-top: 0.29333rem;
    height: 1.12rem;
    background-image: url("/static/images/game-detail/download-bar.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none; }
    .main-container .download-bar .direction {
      width: 0.56rem;
      height: 0.32rem;
      position: absolute;
      top: 0.42667rem; }
    .main-container .download-bar .left-icon {
      background-image: url("/static/images/game-detail/direction-right.png");
      background-repeat: no-repeat;
      background-size: cover;
      left: 0.56rem; }
    .main-container .download-bar .right-icon {
      background-image: url("/static/images/game-detail/direction-left.png");
      background-repeat: no-repeat;
      background-size: cover;
      right: 0.53333rem; }
    .main-container .download-bar .download-tip {
      font-size: 0.37333rem;
      font-weight: 600;
      color: #4bdc8b; }
  .main-container .info-wrapper {
    padding: 0px 0.53333rem;
    margin-top: 0.53333rem; }
    .main-container .info-wrapper .title {
      font-size: 0.42667rem;
      color: white; }
    .main-container .info-wrapper .desc {
      font-size: 0.34667rem;
      color: rgba(255, 255, 255, 0.7);
      position: relative;
      margin-top: 0.42667rem; }
      .main-container .info-wrapper .desc .wrapper {
        line-height: 0.53333rem;
        word-break: break-all; }
      .main-container .info-wrapper .desc .hide {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden; }
      .main-container .info-wrapper .desc a {
        color: #00B374; }
      .main-container .info-wrapper .desc .view-more {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1.2rem;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 44, 60, 0)), to(#1f2431));
        background: linear-gradient(180deg, rgba(38, 44, 60, 0) 0%, #1f2431 100%);
        border-radius: 0.05333rem;
        font-size: 0.32rem;
        color: rgba(75, 220, 139, 0.7);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
  .main-container .game-desc-wrapper {
    padding: 0px 0.53333rem;
    margin-top: 0.53333rem; }
    .main-container .game-desc-wrapper .title {
      font-size: 0.42667rem;
      color: white; }
    .main-container .game-desc-wrapper .desc {
      font-size: 0.34667rem;
      color: rgba(255, 255, 255, 0.7);
      position: relative;
      margin-top: 0.42667rem; }
      .main-container .game-desc-wrapper .desc .wrapper {
        line-height: 0.53333rem;
        word-break: break-all; }
      .main-container .game-desc-wrapper .desc .hide {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden; }
      .main-container .game-desc-wrapper .desc a {
        color: #00B374; }
      .main-container .game-desc-wrapper .desc .view-more {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1.2rem;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 44, 60, 0)), to(#1f2431));
        background: linear-gradient(180deg, rgba(38, 44, 60, 0) 0%, #1f2431 100%);
        border-radius: 0.05333rem;
        font-size: 0.32rem;
        color: rgba(75, 220, 139, 0.7);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
  .main-container .game-version {
    margin-top: 0.48rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #A2A8BA;
    line-height: 0.74667rem;
    border-radius: 0.16rem; }
    .main-container .game-version div {
      height: 0.74667rem;
      background: rgba(162, 168, 186, 0.08); }
    .main-container .game-version .t1 {
      padding-right: 0.26667rem;
      border-radius: 0 0.16rem 0.16rem 0; }
    .main-container .game-version .t2 {
      border-radius: 0.16rem 0 0 0.16rem;
      padding-left: 0.26667rem; }
      .main-container .game-version .t2.hasCorn {
        border-radius: 0.16rem; }
    .main-container .game-version .t3 {
      padding-right: 0.26667rem; }
      .main-container .game-version .t3.hasCorn {
        border-radius: 0 0.16rem 0.16rem 0; }
  .main-container .official_creator {
    margin-top: 0.26667rem;
    color: #A2A8BA;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto; }
    .main-container .official_creator div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      border-radius: 0.16rem;
      line-height: 0.74667rem;
      background: rgba(162, 168, 186, 0.08);
      padding: 0 0.26667rem; }
  .main-container .info-swiper {
    margin-top: 0.42667rem;
    padding: 0 0.53333rem; }
    .main-container .info-swiper .swiper-container {
      border-radius: 0.32rem; }
    .main-container .info-swiper .swiper-slide {
      border-radius: 0.21333rem;
      position: relative; }
      .main-container .info-swiper .swiper-slide img {
        width: 100%;
        height: 1.92rem; }
      .main-container .info-swiper .swiper-slide .title {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        font-size: 0.37333rem;
        font-weight: 500;
        color: #FFFFFF;
        text-shadow: 0px 0px 0.26667rem rgba(0, 0, 0, 0.5); }
  .main-container .screenshot {
    margin-top: 0.64rem;
    overflow-x: scroll; }
    .main-container .screenshot::-webkit-scrollbar {
      display: none; }
    .main-container .screenshot .title {
      font-size: 0.42667rem;
      color: white; }
    .main-container .screenshot .shot-swiper {
      height: 4.09333rem;
      width: 7.12rem !important;
      position: relative; }
      .main-container .screenshot .shot-swiper .swiper-slide {
        width: 7.12rem !important;
        height: 4.09333rem !important; }
        .main-container .screenshot .shot-swiper .swiper-slide:not(:last-child) {
          margin-right: 0.34667rem; }
        .main-container .screenshot .shot-swiper .swiper-slide img {
          width: 7.12rem;
          height: 4.09333rem;
          border-radius: 0.26667rem; }
  .main-container .game-infobox {
    width: 100%;
    line-height: 0.58667rem;
    margin-bottom: 0.26667rem;
    margin-top: 0.53333rem;
    color: #A2A8BA;
    font-size: 0.37333rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .main-container .game-infobox .info {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 4;
      overflow: hidden;
      text-overflow: ellipsis; }
    .main-container .game-infobox .infoBox {
      word-break: break-all;
      width: 100%;
      display: block; }
    .main-container .game-infobox .more {
      color: #4B4F59;
      white-space: nowrap;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .main-container .game-infobox .setHeight {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 4;
      overflow: hidden;
      text-overflow: ellipsis; }
  .main-container .other-info {
    background: rgba(57, 66, 84, 0.8);
    border-radius: 0.21333rem;
    padding: 0.61333rem;
    margin: 0.69333rem 0.53333rem 0;
    position: relative; }
    .main-container .other-info .icon {
      position: absolute;
      left: 0;
      top: 0.61333rem;
      width: 0.21333rem;
      height: 0.21333rem;
      background-image: url("/static/images/game-detail/panel-icon.png");
      background-repeat: no-repeat;
      background-size: cover; }
    .main-container .other-info .column-1,
    .main-container .other-info .column-2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row;
              flex-flow: row; }
    .main-container .other-info .item {
      margin-bottom: 0.32rem;
      font-size: 0.34667rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .main-container .other-info .item:first-child {
        margin-right: 0.85333rem; }
      .main-container .other-info .item .name {
        color: rgba(146, 149, 169, 0.5); }
      .main-container .other-info .item .val {
        color: #ADB1CA; }
    .main-container .other-info .column-3 .item {
      margin-bottom: 0; }
      .main-container .other-info .column-3 .item .name {
        display: inline-block;
        min-width: 1.04rem; }
      .main-container .other-info .column-3 .item .val {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
  .main-container .comment-wrapper {
    margin-top: 0.72rem;
    padding: 0 0.53333rem;
    padding-bottom: 2.90667rem; }
    .main-container .comment-wrapper .title {
      font-size: 0.42667rem;
      color: white;
      margin-bottom: 0.8rem; }
    .main-container .comment-wrapper .comment-item {
      padding-bottom: 0.64rem; }
      .main-container .comment-wrapper .comment-item:not(:last-child) {
        border-bottom: 0.01333rem solid #323A4B; }
      .main-container .comment-wrapper .comment-item:not(:first-child) {
        margin-top: 0.64rem; }
      .main-container .comment-wrapper .comment-item .header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .main-container .comment-wrapper .comment-item .header .user-icon {
          width: 0.64rem;
          height: 0.64rem;
          margin-right: 0.32rem;
          border-radius: 50%; }
          .main-container .comment-wrapper .comment-item .header .user-icon img {
            width: 100%;
            border-radius: 50%; }
        .main-container .comment-wrapper .comment-item .header .user-info {
          text-align: left;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1; }
          .main-container .comment-wrapper .comment-item .header .user-info .name {
            font-size: 0.37333rem;
            color: rgba(255, 255, 255, 0.38); }
          .main-container .comment-wrapper .comment-item .header .user-info .source {
            margin-top: 0.10667rem;
            font-size: 0.32rem;
            color: rgba(162, 168, 186, 0.4); }
        .main-container .comment-wrapper .comment-item .header .rate img {
          width: 0.34667rem;
          height: 0.32rem; }
      .main-container .comment-wrapper .comment-item .desc {
        margin-top: 0.32rem;
        font-size: 0.34667rem;
        color: rgba(255, 255, 255, 0.69);
        line-height: 0.53333rem; }
    .main-container .comment-wrapper .bottom {
      text-align: center;
      font-size: 0.32rem;
      color: #595e6c;
      position: relative; }
      .main-container .comment-wrapper .bottom:before {
        content: "";
        position: absolute;
        width: 2.4rem;
        height: 0.02667rem;
        background: #2E3544;
        left: 0.53333rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .main-container .comment-wrapper .bottom:after {
        content: "";
        position: absolute;
        width: 2.4rem;
        height: 0.02667rem;
        background: #2E3544;
        right: 0.53333rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
  .main-container .btn-group {
    position: fixed;
    bottom: 1.06667rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1000; }
    .main-container .btn-group.double {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .main-container .btn-group.double .download-btn {
        width: 2.8rem;
        height: 1.22667rem;
        background: #9EE6CD;
        border-radius: 0.26667rem;
        font-size: 0.37333rem;
        font-weight: 500;
        color: #01A269;
        text-align: center;
        line-height: 1.22667rem;
        margin-right: 0.26667rem; }
      .main-container .btn-group.double .to-recharge {
        width: 5.86667rem;
        height: 1.22667rem;
        background: #00B374;
        border-radius: 0.26667rem;
        font-size: 0.37333rem;
        font-weight: 500;
        color: #FFFFFF;
        text-align: center;
        line-height: 1.22667rem;
        text-decoration: none; }
    .main-container .btn-group .download-btn {
      width: 8.4rem;
      height: 1.22667rem;
      background: #16be83;
      border-radius: 0.61333rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 0.42667rem;
      color: white;
      text-decoration: none; }
      .main-container .btn-group .download-btn .volume {
        font-size: 0.32rem;
        letter-spacing: 0.01333rem; }
