.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .header {
    width: 6.94rem;
    height: 4.16rem;
    position: relative;
    overflow: hidden;
    border-radius: 0.2rem;
  }
  .header > .bg {
    width: 6.94rem;
    height: 4.16rem;
    overflow: hidden;
    position: absolute;
  }
  .header .mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
  }
  .header .g-intro {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .header .g-intro .g-con {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 0.36rem;
  }
  .header .g-intro .g-con .box {
    margin-left: 0.6rem;
  }
  .header .g-intro .g-con .img {
    width: 1.84rem;
    height: 1.84rem;
    border: 0.04rem solid #fff;
    border-radius: 0.2rem;
  }
  .header .g-intro .g-con .game-star {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .header .g-intro .g-con .game-star > span {
    margin-left: 0.4rem;
    color: #fff;
    font-size: 0.3rem;
    margin-top: 0.2rem;
  }
  .header .g-intro .g-con .star {
    display: flex;
    margin: 0.3rem 0 0.1rem;
  }
  .header .g-intro .g-con .star .icon-star {
    width: 0.34rem;
    height: 0.34rem;
    margin-left: 0.04rem;
  }
  .header .btn-play {
    width: 3.44rem;
    height: 0.88rem;
    line-height: 0.88rem;
    text-align: center;
    margin-top: 0.34rem;
    background-color: #FF0059;
    color: #fff;
    font-size: 0.4rem;
    border-radius: 0.2rem;
  }
  .game-title,
  .tt2 {
    color: #fff;
    font-size: 0.28rem;
  }
  .tt2 {
    margin-top: 0.3rem;
  }
  .game-txt {
    width: 7rem;
    margin-top: 0.3rem;
  }
  .game-txt .top-txt {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 0.34rem;
  }
  .game-txt .top-txt > img {
    width: 0.56rem;
    height: 0.56rem;
    margin-right: 0.1rem;
  }
  .game-txt .con {
    font-size: 0.32rem;
    color: #000;
    line-height: 0.45rem;
    margin-top: 0.3rem;
  }
  .card {
    width: 7rem;
    margin: 0.3rem auto 0;
  }
  .card .item-l-4 {
    display: flex;
    flex-direction: row;
  }
  .card .item-l-4 .lt {
    border-radius: 0.2rem;
    position: relative;
    border: 0.04rem solid #1F2F38;
  }
  .card .item-l-4 .lt > a {
    display: block;
    width: 3.4rem;
    height: 3.4rem;
  }
  .card .item-l-4 .lt img,
  .card .item-l-4 .rt img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }
  .card .item-l-4 .rt {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 3.8rem;
    height: 3.4rem;
  }
  .card .item-l-4 .rt > a {
    width: 1.62rem;
    height: 1.62rem;
    position: relative;
    border-radius: 10px;
    display: block;
    margin-left: 0.14rem;
    margin-bottom: 0.2rem;
    border: 0.04rem solid #1F2F38;
  }
  .card .item-l-4 .rt > a > img {
    width: 100%;
    height: 100%;
  }
  .card .item-l-4 p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .card .item-l-4 p > .txt {
    height: 0.36rem;
    line-height: 0.36rem;
    color: #fff;
    font-size: 0.2rem;
  }
  .box-temp-1 {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .box-temp-1 .item {
    width: 2.14rem;
    height: 2.14rem;
    margin-left: 0.24rem;
    margin-bottom: 0.28rem;
    position: relative;
    border: 0.04rem solid #1F2F38;
    border-radius: 0.2rem;
    overflow: hidden;
  }
  .box-temp-1 .item:nth-child(3n+1) {
    margin-left: 0;
  }
  .box-temp-1 .item p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.44rem;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
  .box-temp-1 .item a {
    display: block;
    width: 2.14rem;
    height: 2.14rem;
  }
  .box-temp-1 .item a img {
    width: 2.14rem;
    height: 2.14rem;
  }
  .dialog {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 200;
    display: none;
  }
  .game-tips {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    background-color: #000000;
    background-image: url(../images/game_tips.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 157.5px 125px;
    display: none;
  }
  .start-progress {
    display: none;
    width: 90%;
    height: 1.33333rem;
    line-height: 1.33333rem;
    margin: .26667rem auto;
    background-color: #fff;
    border-radius: .56rem;
    font-size: .53333rem;
    color: #fff;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0.3rem;
    box-shadow: 0 4px 0 #000000;
  }
  .loaders {
    display: flex;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-size: 0;
    margin-right: 10px;
  }
  .ball-pulse > div {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
  }
  .ball-pulse > div:nth-child(1) {
    -webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    display: inline-block;
  }
  .ball-pulse > div:nth-child(2) {
    -webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    display: inline-block;
  }
  .ball-pulse > div:nth-child(3) {
    -webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    display: inline-block;
  }
  @-webkit-keyframes scale {
    0%,
    80% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
    45% {
      -webkit-transform: scale(0.1);
      transform: scale(0.1);
      opacity: 0.7;
    }
  }
  