* {
  margin: 0;
  padding: 0;
}

body,
html {
  width: 100%;
  height: 100%;
}

.page-h5 {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  background: no-repeat center;
  background-size: cover;
}

.logo {
  width: 100%;
  padding: 20px 0;
}

.logo img {
  width: 60%;
  display: block;
  margin: 0 auto;
}

.title {
  width: 100%;
}

.title img {
  width: 90%;
  display: block;
  margin: 0 auto;
}

.banner {
  width: 100%;
}

.banner img {
  width: 90%;
  display: block;
  margin: 10px auto;
}

.link-img {
  width: 100%;
}

.link-img img {
  width: 90%;
  display: block;
  margin: 20px auto;
}

.link-box {
  width: 90%;
  margin: 0 auto;
}

.link-li {
  width: 100%;
  height: 40px;
  display: block;
  margin: 10px 0;
  border-radius: 20px;
  overflow: hidden;
}

.ms-link {
  width: 70%;
  height: 100%;
  background: #414141;
  border-radius: 20px;
  float: left;
}

.ms {
  width: 30%;
  height: 36px;
  margin: 2px;
  background: #e7d7a1;
  text-align: center;
  line-height: 36px;
  color: #771a13;
  font-size: 16px;
  float: left;
  border-radius: 18px;
}

.link-text {
  width: 68%;
  height: 100%;
  line-height: 39px;
  text-align: center;
  float: left;
  font-size: 16px;
  font-weight: 900;
  color: #f5eeb9;
}

.link-li img {
  height: 100%;
  float: right;
}

.game-text {
  width: 100%;
}

.game-text img {
  width: 80%;
  display: block;
  margin: 30px auto;
}

.game-list {
  width: 100%;
  padding-bottom: 20px;
}

.game-list img {
  width: 90%;
  display: block;
  margin: 30px auto;
}

.kefu-icon {
  width: 80px;
  position: fixed;
  right: 0%;
  top: 50%;
  z-index: 999;
  -webkit-animation: myfirst 1s infinite;
  animation: myfirst 1s infinite;
}

.kefu-icon img {
  width: 100%;
  display: block;
}

@-webkit-keyframes myfirst {
  from {
    transform: scale(1);
  }

  50% {
    transform: scale(0.9);
  }

  to {
    transform: scale(1);
  }
}

@keyframes myfirst {
  from {
    transform: scale(1);
  }

  50% {
    transform: scale(0.9);
  }

  to {
    transform: scale(1);
  }
}
.btn-box{
    width: 100%;
}
.btn-box img{
    width: 60%;
    display: block;
    margin: 0 auto;
    -webkit-animation: myfirst 1s infinite;
  animation: myfirst 1s infinite;
}
