body {
  overflow-x: hidden;
  background-color: #F6F6FE;
}
img {
  -webkit-user-select: none;  /* Safari */
  -moz-user-select: none;     /* Firefox */
  -ms-user-select: none;      /* IE/Edge */
  user-select: none;          /* 标准语法 */
}
header {
  width: 13rem;
  max-width: 13rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-sizing: border-box;
  height: 1.8rem;
}

.logo {
  width: 2.27rem;
  /* height: 1.16rem; */
}
.title-list {
  flex: 1;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-left: 0.8rem;
}
.header-title {
  display: block;
  font-size: 0.24rem;
  color: #000;
  font-family: Objectivity-Bold;
  white-space: nowrap;
  box-sizing: border-box;
  padding: 0 0.3rem;
  line-height: 0.6rem;
  border-radius: 0.3rem;
  text-decoration: none;
  box-sizing: border-box;
  padding-top: 0.05rem;
}
.header-title:hover {
  background-color: #F1F1F1;
  cursor: pointer;
  font-size: 0.24rem;
}
.banner {
  width: 19.2rem;
  height: auto;
}
.banner img {
  width: 100%;
  height: auto;
}
.title-pic {
  width: 100%;
  height: 1.4rem;
  text-align: center;
  margin-top: 0.2rem;
}
.title-pic-img {
  width: 11.4rem;
  height: 1.4rem;
  margin: 0 auto;
}
.game-box {
  width: 100%;
  max-width: 16.8rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
}
.game-box-img {
  width: 9.01rem;
}
.game-box-info {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.game-item-logo {
  width: 100%;
  text-align: center;
}
.game-item-logo img {
  width: 2.94rem
}
.game-item-desc {
  width: 80%;
  font-size: 0.25rem;
  font-family: Objectivity-Bold;
  line-height: 0.28rem;
  text-align: center;
  color: #232323;
}
.game-item-btns {
  flex: 1;
  display: flex;
  justify-content: space-around;
}
.game-item-btns-link {
  display: block;
  text-align: center;
  width: 1.88rem;
  height: 0.58rem;
}
.game-item-btns-link-img {
  width: 100%;
  vertical-align: middle;
  /* height: 100%; */
}
.footer {
  width: 100%;
  height: 4.57rem;
  background-image: url('../images/footerbg.png');
  background-size: 100% 100%;
  
  box-sizing: border-box;
  padding-top: 3rem;
  margin-top: 2rem;
  position: relative;
}
.footer-logo {
  position: absolute;
  width: 3.61rem;
  height: 3.62rem;
  top: -1.8rem;
  left: 2rem;
  text-align: center;
  z-index: 999;
  border-radius: 50%;
  box-shadow: 5px 3px 8px #ccc;
  background-color: #fff;
}
.footer-logo-img {
  width: 3.61rem;
  height: 3.62rem;
  vertical-align: middle;
  
}
/* 底部信息 */
.footer-info {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 0.14rem;
  font-family: Objectivity-Regular;
}
.footer-info p {
  margin-bottom: 0.2rem;
}
.footer-info p a {
  font-size: 0.14rem;
  color: #fff;
  text-decoration: none;
}
.footer-links {
  width: 100%;
}
.footer-links a {
  border-bottom: 0.01rem solid #fff;
  margin: 0 0.2rem;
  box-sizing: border-box;
  padding-bottom: 0.1rem;
}

