.container {
    padding: 0.3rem 0 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .header {
    width: 6.94rem;
    height: 4.16rem;
    position: relative;
    overflow: hidden;
  }
  .header-top {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
  }
  .header-top > img {
    margin: .2rem .2rem;
    width: 1rem;
    height: 1rem;
  }
  .header-top > a >img {
    width: 88%;
    /* height: 1rem; */
    color: #fff;
    font-weight: bold;
    /* margin: 11px 0 16px 28px;  */
    margin: 5px 0 0 5px;
  }
  .header > .bg {
    width: 6.94rem;
    height: 4.2rem;
    overflow: hidden;
    position: absolute;
  }
  .header .mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
  }
  .header .btn-home {
    width: 1.74rem;
    height: 0.7rem;
    display: block;
    position: absolute;
    top: 0.2rem;
    left: 0.2rem;
  }
  .header .btn-home > img {
    width: 100%;
  }
  .header .g-intro {
    width: 100%;
    height: 2.4rem;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .header .g-intro .img {
    width: 2.06rem;
    height: 2.06rem;
    border: 0.1rem solid #fff;
    z-index: 2;
    position: absolute;
    bottom: 0.3rem;
    left: 0.2rem;
  }
  .header .g-intro .it {
    margin-left: 0.4rem;
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 2.6rem;
    top: 1rem;
  }
  .header .g-intro .it .name {
    font-size: 0.3rem;
    color: #1E1E1E;
    display: block;
    font-weight: bold;
  }
  .header .g-intro .it .star {
    width: 100%;
    height: 0.34rem;
    display: flex;
    margin-top: 0.4rem;
  }
  .header .g-intro .it .icon-star {
    width: 0.34rem;
    height: 0.34rem;
    margin-right: 0.16rem;
  }
  .header .bg-white {
    width: 100%;
    height: 1.76rem;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .btn-play {
    width: 3.36rem;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    margin-top: 0.3rem;
    background-color: #000;
    color: #fff;
    font-size: 0.4rem;
  }
  .con {
    width: 6.94rem;
    background-color: #fff;
    padding: 0.3rem;
    font-size: 0.32rem;
    color: #505050;
    line-height: 0.4rem;
    margin-top: 0.3rem;
  }
  .card {
    width: 7.22rem;
    margin: 0 auto 0.3rem;
  }
  .card > .title {
    width: 100%;
    height: 0.5rem;
    margin-bottom: 0.2rem;
    margin-top: 0.3rem;
    margin-left: 0.1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .card > .title > span {
    font-size: 0.34rem;
    color: #fff;
  }
  .card > .title > img {
    width: 0.36rem;
    height: 0.36rem;
  }
  .card .item-l,
  .card .item-r {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .card .item-l p,
  .card .item-r 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;
  }
  .card .item-r > .lt > a,
  .card .item-r > .rt > a,
  .card .item-l > .lt > a,
  .card .item-l > .rt > a {
    position: relative;
    display: block;
    width: 100%;
  }
  .card .item-r > .lt {
    margin-left: 0.16rem;
  }
  .card .item-l > .rt {
    margin-left: 0.16rem;
  }
  .card img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .card .lt {
    width: 2.3rem;
    border-radius: 0.2rem;
    position: relative;
  }
  .card .lt > a:nth-child(2) {
    margin-top: 0.1rem;
  }
  .card .rt {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 4.76rem;
  }
  .card .txt {
    font-size: 0.2rem;
    color: #fff;
  }
  .box-game {
    width: 7.22rem;
    margin-bottom: 0.3rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .box-game .item {
    width: 2.3rem;
    height: 2.3rem;
    margin-left: 0.16rem;
    margin-bottom: 0.16rem;
    position: relative;
  }
  .box-game .item:nth-child(3n+1) {
    margin-left: 0;
  }
  .box-game .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-game .item a {
    display: block;
    width: 2.3rem;
    height: 2.3rem;
  }
  .box-game .item a img {
    width: 2.3rem;
    height: 2.3rem;
  }
  .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;
    /* position:relative; */
    width: 30%;
    height: 1.33333rem;
    line-height: 1.33333rem;
    margin: -20px auto 0px;
    /* margin: 1rem auto; */
    /* margin-top: 2rem; */
    color: #fff;
    background-color: #000;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }
  .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;
    }
  }
  