.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.header-top {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
}
.header-top > img {
  margin: .2rem .2rem .2rem .4rem;
  /* width: 1rem; */
  height: 1rem;
  margin-top: 0rem;
}
.header-top > a >img {
  width: 85%;
  height: .7rem;
  color: #fff;
  font-weight: bold;
  margin: 0 0 3px 10px; 
}

.glovixas {
  font-size: .7rem;
  font-weight: bold;
  margin-left: .3rem;
  color:#f68084;
  font-family: fantasy;
}

.header {
  width: 6.94rem;
  height: 5.8rem;
  position: relative;
  overflow: hidden;
  border-radius: 0.2rem;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 0.2rem;
  /* .mask{
          width:100%;
          height:100%;
          background-color: rgba(0,0,0,0.7);
          position: absolute;
      } */
}
.header > .bg {
  width: 6.5rem;
  height: 4rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
.header .g-intro {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.header .g-intro .g-con {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.header .g-intro .box {
  width: 100%;
}
.btn-play {
  width: 6.5rem;
  height: 1rem;
  margin-top: 0.3rem;
}
.game-title {
  color: #001601;
  font-size: 0.34rem;
  margin-top: 0.1rem;
}
.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: #001601;
  line-height: 0.45rem;
  margin-top: 0.3rem;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 0.2rem;
  border-radius: 0.2rem;
}
.intro {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.3rem;
}
.intro > p {
  display: flex;
  flex-direction: row;
}
.intro .new {
  width: 1.7rem;
  height: 0.4rem;
  line-height: 0.4rem;
  background-color: #c6b4d8;
  border-radius: 0.2rem;
  font-size: 0.24rem;
  color: #fff;
  display: block;
  text-align: center;
}
.intro .type {
  width: 1.2rem;
  height: 0.4rem;
  line-height: 0.4rem;
  background-color: #c6b4d8;
  color: #fff;
  font-size: 0.24rem;
  border-radius: 0.2rem;
  display: inline-block;
  margin-left: 0.1rem;
  text-align: center;
  overflow: hidden;
}
.intro .tt2 {
  font-size: 0.24rem;
  color: #fff;
}
.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 #292F52;
}
.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 #292F52;
}
.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;
}
.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: 0.26667rem auto;
  color: #fff;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}
.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;
  }
}
