* {
  margin: 0;
  padding: 0;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #2c2c2c;
}

main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

main object {
  position: absolute;
  width: 100%;
  height: 100%;
}

#adsMain3 {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 100px;
  z-index: 222;
}

#adsMain3 > span {
  position: absolute;
  top: -0.8rem;
  width: 1.6rem;
  height: 1.6rem;
  left: 50%;
  margin-left: -0.8rem;
  border-radius: 1.6rem;
  background: #ccc url("../images/angle-bottom.png") no-repeat center;
  background-size: contain;
  z-index: 333;
}

@-webkit-keyframes scaleAni {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  70% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
  }
}
@keyframes scaleAni {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  70% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
  }
}
.go-other {
  width: 50px;
  height: 50px;
  background-color: red;
  position: fixed;
  z-index: 222;
  right: 10px;
  top: 50px;
  -webkit-animation: scaleAni 1s ease-in infinite;
  animation: scaleAni 1s ease-in infinite;
  background: url("../images/gift.png") no-repeat center;
  background-size: contain;
}

@-webkit-keyframes animateAds {
  0% {
    margin-bottom: 0;
  }
  100% {
    margin-bottom: -90px;
  }
}
@keyframes animateAds {
  0% {
    margin-bottom: 0;
  }
  100% {
    margin-bottom: -90px;
  }
}
.animate-ads {
  -webkit-animation: animateAds .5s ease-in forwards;
  animation: animateAds .5s ease-in forwards;
}

.animate-ads > span {
  background: #ccc url("../images/angle-bottom.png") no-repeat center;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-size: contain;
}

@-webkit-keyframes animateAds2 {
  0% {
    margin-bottom: -90px;
  }
  100% {
    margin-bottom: 0;
  }
}
@keyframes animateAds2 {
  0% {
    margin-bottom: -90px;
  }
  100% {
    margin-bottom: 0;
  }
}
.animate-ads-2 {
  -webkit-animation: animateAds2 .5s ease-in forwards;
  animation: animateAds2 .5s ease-in forwards;
}

.loading-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  background-color: #2c2c2c;
  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;
}

.loading-bg .load {
  width: 300px;
  height: 48px;
  background: url("../images/loading-bg.png") no-repeat center;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 3.5px 5.5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.game-center-loading-ad {
  margin: 0 auto 10px auto;
  width: 100%;
}
.game-center-loading-ad2{
  margin: 10px auto 0 auto;
  width: 100%;
}
.loading-bg .load span {
  height: 20px;
  border-radius: 9px;
  background-color: #b8e85e;
}

.loading-bg .load b {
  position: absolute;
  width: 100%;
  height: 28px;
  left: 0;
  top: 10px;
  text-align: center;
  color: #fff;
  line-height: 28px;
  text-shadow: 0 0 5px #448f30;
}

.loading-bg > i {
  width: 100px;
  height: 75px;
  overflow: hidden;
  display: block;
}

.loading-bg > i img {
  width: 100%;
  height: 100%;
}

@keyframes scaleAni {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.loading-bg > span {
  width: 130px;
  height: 29px;
  overflow: hidden;
  display: none;
}

.loading-bg > span img {
  width: 100%;
  height: 100%;
}

.loading-bg .content {
  padding: 30px;
}

.loading-bg .content > span {
  width: 300px;
  display: none;
}

.loading-bg .content > span img {
  width: 100%;
  height: 100%;
}

.loading-bg .content .t1 {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.loading-bg .content .t1 i {
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.loading-bg .content .t1 i img {
  width: 100%;
  height: 100%;
}

.loading-bg .content .t1 div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 20px;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.loading-bg .content .t1 div p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: bold;
}

.loading-bg .content .t1 div span {
  font-size: 14px;
  color: #fff;
}
/* game-center2 */
.game-center2{
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  position: fixed;
  z-index:  222;
  left: 0;
  top: 0;
  background-color: #31343d;
}
.game-center2 .content{
  flex: 1;
}
.game-center2 .content i{
  display: block;
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 30px;
}
.game-center2 .content i img{
  width: 100%;
  height: 100%;
  display: block;
}
.game-center2 .content p{
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin: 10px auto 30px auto;
}
.game-center2 .content span{
  display: block;
  margin: 0 auto;
  width: 300px;
  height: 48px;
}