body{
  margin: 0;
  background: #f8f8ff;
}
div {
  box-sizing: border-box;
}
a {
  text-decoration: unset;
}
.wrap {
  width: 100%;
  max-width: 750px;
  height: 100vh;
  margin: 0 auto;
  overflow-y: scroll;
  text-align: center;
}
.wrap::-webkit-scrollbar {
  display: none;
}
.logo {
  margin: 18px auto 25px;
}
.page-title {
  font-weight: bold;
  font-size: 32px;
  color: #404261;
}
.domain {
  margin: 6px auto 17px;
  color: #414f59;
}
.domain .link{
  color: #436ad0;
}
.game-list {
  display: flex;
  justify-content: space-around;
  color: #7a7c96;
  font-size: 14px;
  padding: 0 20px;
}
.game-list .item {
  padding: 10px;
}
.game-list .item img {
  width: 34px;
  height: 34px;
  margin-bottom: 7px;
}
.download {
  height: 50px;
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 1px 20px;
  object-fit: contain;
  border-radius: 30px;
  box-shadow: 0 6px 9.7px 0 rgba(68, 146, 255, 0.19);
  border: solid 1px #fff;
  background-image: linear-gradient(to bottom, #81b6ff, #8bbdff, #4592ff, #7cb2ff);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 30px 20px 0;
  cursor: pointer;
}
.links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px;
  gap: 16px;
}
.links .btn {
  height: 36px;
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
  border-radius: 20px;
  border: solid 1px #4c96ff;
  background-color: #fff;
  color: #4c96ff;
  font-size: 15px;
  cursor: pointer;
}
.tips {
  color: #7a7c96;
  font-size: 13px;
  margin-bottom: 50px;
}
.service {
  position: fixed;
  right: 0;
  bottom: 40%;
}
.service img {
  width: 34px;
}
