html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
button,
input,
textarea,
div {
  margin: 0;
  padding: 0;
  font-family: 'ArialMT', 'Arial', sans-serif;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ul,
ol,
li {
  list-style: none;
}
img {
  display: block;
  width: 100%;
  border: 0;
}
a {
  text-decoration: none;
}
a,
a:active,
button,
button:active,
input,
span,
textarea,
select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button {
  background: none;
  border: none;
}
html,
body {
  margin: 0 auto;
  height: 100%;
  font-size: calc(100vw / 750 * 32);
  line-height: 1.6;
  background: #fcfcfc;
  color: #333333;
}
@media screen and (min-width: 750px) {
  html,
  body {
    font-size: 32px;
  }
}
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}
.dd {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100vw;
  margin: 0.6rem 0 0 -0.8rem;
  padding: 0 0 0.6rem;
  background: #E0E0E0;
}
.dd .title {
  text-align: center;
  padding: 3px 0;
  font-size: 0.8rem;
}
.dd:before {
  content: 'Advertisement';
  text-align: center;
  padding: 0.2rem 0 0.3rem;
  font-size: 0.8rem;
  display: block;
}
.dd.footer-float {
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 999;
  width: 100vw;
  background-color: #e4e4e4;
  display: flex;
  justify-content: center;
  padding-bottom: 0 !important;
  margin: 0;
}
.dd.footer-float:before {
  display: none;
}
.wrap {
  max-width: 750px;
  background-color: #469b5d;
  min-height: 100%;
  margin: 0 auto;
  padding: 0.4rem 0.8rem 0.8rem;
  
}
.wrap .header {
  display: flex;
  background: #469b5d;
  height: 63px;
  justify-content: space-between;
  margin-bottom: -0.4rem;
}
.wrap .header .left {
  display: flex;
  align-items: center;
  padding-right: 1rem;
}
.wrap .header .left img {
  width: 1.2rem;
  height: 0.8rem;
}
.wrap .header .right {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}
.wrap .header .right .search-box-wrap {
  flex: 1 1 auto;
  margin-right: 1rem;
}
.wrap .header .right .search-box-wrap .search-box {
  display: flex;
  height: 1.6rem;
  padding: 0.4rem 0 0.4rem 0.6rem;
  align-items: center;
  border-radius: 1rem;
  justify-content: flex-end;
  transition: width 300ms, background-color 0ms;
  font-size: 0.8rem;
}
.wrap .header .right .search-box-wrap .search-box img {
  width: 1.5rem;
  height: 1.5rem;
}
.wrap .header .right .search-box-wrap .search-box input {
  width: 0;
  border: none;
  transition: width 300ms, background-color 0ms;
}
.wrap .header .right .search-box-wrap .search-box.active {
  background-color: #f2f2f2;
  width: auto;
}
.wrap .header .right .search-box-wrap .search-box.active input {
  background-color: #f2f2f2;
  margin-left: 0.5rem;
  height: 100%;
  width: 90%;
}
.wrap .header .right .share-wrap {
  position: relative;
}
.wrap .header .right .share-wrap .share-icon img {
  width: 1.5rem;
  height: 1.5rem;
}
.wrap .header .right .share-wrap .share-ext {
  display: none;
  position: absolute;
  top: 0;
  left: -6px;
  background: #FFFFFF;
  padding: 0 6px 8px;
  flex-direction: column;
  align-items: center;
}
.wrap .header .right .share-wrap .share-ext .close {
  text-align: center;
  margin-bottom: 0.3rem;
  font-size: 1.5rem;
  line-height: 1.6rem;
}
.wrap .header .right .share-wrap .share-ext .icon {
  margin-bottom: 0.3rem;
}
.wrap .header .right .share-wrap .share-ext .icon img {
  width: 1.8rem;
  height: 1.8rem;
}
.wrap .header .right .share-wrap .share-ext.active {
  display: flex;
}
.wrap .header .center {
  display: flex;
  align-items: center;
  padding-right: 1.2rem;
}
.wrap .header .center img {
  width: 1.8rem;
  height: 1.5rem;
}
.wrap .header .center span {
  color: #2d8fff;
  font-size: 1.5rem;
  padding-left: 0.4rem;
  font-weight: bold;
  font-family: 'SourceSansPro-Black', 'Source Sans Pro Black', 'Source Sans Pro', sans-serif;
}
.wrap .body .title-box {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0.8rem 0;
  font-weight: bold;
}
.wrap .body .title-box .block-line {
  border-top: 2px solid #d7d7d7;
  width: 20px;
}
.wrap .body .title-box span {
  margin: 0 1.6rem;
}
.wrap .body .carousel {
  margin-bottom: 1rem;
}
.wrap .body .carousel .item {
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
.wrap .body .carousel .swiper-pagination-bullet {
  height: 0.75rem !important;
  width: 0.75rem !important;
}
.wrap .body .carousel .swiper-pagination {
  text-align: right !important;
  right: 1rem !important;
  width: 96% !important;
}
.wrap .body .top-games {
  display: flex;
  margin-bottom: 0.6rem;
}
.wrap .body .top-games .text .title {
  font-size: 1rem;
  font-weight: bold;
}
.wrap .body .top-games .text .line {
  font-size: 0.8rem;
  color: #aaaaaa;
}
.wrap .body .top-games .icons {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
}
.wrap .body .top-games .icons .icon {
  margin-left: 0.3rem;
  border-radius: 5px;
}
.wrap .body .top-games .icons .icon img {
  width: 3.6rem;
  border-radius: 5px;
  display: flex;
}
.wrap .body .popular-game {
  margin-bottom: 0.6rem;
}
.wrap .body .popular-game .title-box {
  font-weight: bold;
}
.wrap .body .popular-game .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wrap .body .popular-game .list .item {
  width: 48%;
  position: relative;
  margin-bottom: 0.6rem;
  min-height: 24vw;
  border-radius: 5px;
  overflow: hidden;
}
.wrap .body .popular-game .list .item .image-box {
  overflow: hidden;
  height: 5.8rem;
}
.wrap .body .popular-game .list .item .image-box img {
  height: 100%;
  width: auto;
  margin-left: -50%;
}
.wrap .body .popular-game .list .item .title {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  text-indent: 0.4rem;
  font-size: 0.9rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.wrap .body .recommend-game .list .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  width: 100%;
}
.wrap .body .recommend-game .list .item .right .button {
  overflow: hidden;
  width: 51px;
  height: 35px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: white;
  display: block;
  text-align: center;
  line-height: 35px;
  border-radius: 24px;
  font-size: 16px;
  background: #b3aef3
}
.wrap .body .game-box {
  display: flex;
  max-width: 64%;
}
.wrap .body .game-box .icon {
  border-radius: 5px;
  overflow: hidden;
  flex: 0 0 auto;
}
.wrap .body .game-box .icon img {
  width: 3.2rem;
  height: 3.2rem;
}
.wrap .body .game-box .detail {
  margin-left: 0.4rem;
}
.wrap .body .game-box .detail .name-line {
  display: flex;
  align-items: center;
}
.wrap .body .game-box .detail .name-line .name {
  font-size: 0.9rem;
  font-weight: bold;
  color: #ffffff;
  max-width: 30vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wrap .body .game-box .detail .name-line .category {
  font-size: 0.65rem;
  color: #7051BC;
  background-color: #ece4ff;
  padding: 0.1rem 0.2rem;
  border-radius: 0.3rem;
  margin-left: 0.4rem;
  max-width: 20vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wrap .body .game-box .detail .stars {
  color: #ff912d;
  font-size: 0.8rem;
}
.wrap .body .game-box .detail .stars .iconfont {
  margin-left: -0.2rem;
}
.wrap .body .space-box {
  padding: 0.6rem;
  background-color: #ffffff;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
}
.wrap .body .space-box .title {
  font-size: 0.9rem;
  color: #333333;
  padding-bottom: 0.3rem;
  font-weight: bold;
}
.wrap .body .game-play-box {
  margin-bottom: 0.6rem;
}
.wrap .body .game-play-box .bottoms {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.4rem;
}
.wrap .body .game-play-box .bottoms .play-users .text {
  font-size: 0.7rem;
  color: #aaaaaa;
}
.wrap .body .game-play-box .bottoms .play-users .users {
  display: flex;
}
.wrap .body .game-play-box .bottoms .play-users .users .user {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  overflow: hidden;
}
.wrap .body .game-play-box .bottoms .play-users .users .user:nth-child(n+2) {
  margin-left: 0.2rem;
}
.wrap .body .game-play-box .bottoms .play-users .users .user img {
  width: 100%;
  height: 100%;
}
.wrap .body .game-play-box .bottoms .right .button {
  overflow: hidden;
  width: 51px;
  height: 35px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: white;
  display: block;
  text-align: center;
  line-height: 35px;
  border-radius: 24px;
  font-size: 16px;
  background: #b3aef3
}
.wrap .body .play-button-wrap {
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap .body .play-button {
  text-align: center;
  background-color: #ff912d;
  line-height: 2rem;
  height: 2rem;
  border-radius: 1rem;
  font-size: 0.8rem;
  width: 86%;
  color: #ffffff;
  animation: animate-btn-play 1s linear 0s infinite alternate;
  font-weight: bold;
}
@keyframes animate-btn-play {
  from {
    line-height: 1.6rem;
    height: 1.6rem;
    border-radius: 0.8rem;
    width: 80%;
  }
  to {
    line-height: 2rem;
    height: 2rem;
    border-radius: 1rem;
    width: 86%;
  }
}
.wrap .body .introduction {
  margin-bottom: 0.8rem;
}
.wrap .body .introduction .text {
  font-size: 0.8rem;
  color: #7f7f7f;
  margin-top: 0.4rem;
}
.wrap .body .introduction .image {
  border-radius: 5px;
  overflow: hidden;
}
.wrap .body .preview {
  overflow: hidden;
  position: relative;
}
.wrap .body .preview .detail-image {
  overflow: hidden;
  padding: 0.6rem;
}
.wrap .body .preview .detail-image img {
  width: 100%;
}
.wrap .body .preview .swiper-pagination {
  text-align: right !important;
  bottom: 1rem !important;
  right: 1rem !important;
  width: 96% !important;
}
.wrap .body .space {
  text-align: center;
  font-size: 0.8rem;
  color: #aaaaaa;
}
.wrap .body .search-no-result {
  padding: 1.6rem 0;
  text-align: center;
}
.wrap .body .search-no-result img {
  width: 60%;
  margin: 0 auto;
}
.wrap .body .search-no-result .text {
  font-size: 1.2rem;
  color: #ff912d;
  font-weight: bold;
  margin-top: 0.8rem;
}
.loading {
  text-align: center;
  font-size: 0.8rem;
  color: #aaaaaa;
}
.footer {
  background: #E0E0E0;
  padding: 0.6rem 0 10px;
  text-align: center;
  font-size: 0.8rem;
  color: #333333;
}
.footer a {
  color: #333333;
}
body > .mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(90, 90, 90, 0.5);
  z-index: 800;
}
body > .mask.active {
  display: block;
}
body > .category {
  overflow-y: scroll;
  background: #6eb180;
  width: 80vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1200;
  padding: 0 0 0 0.5rem;
  transform: translateX(-80vw);
  transition: transform 0.5s;
}
body > .category.active {
  transform: translateX(0);
}
body > .category .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.8rem 1rem 0.8rem 0;
}
body > .category .header .title {
  font-size: 1.4rem;
  color:  #eed5b4;
  font-weight: bold;
}
body > .category .header .close {
  font-size: 1.4rem;
}
body > .category .list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #F2F2F2;
  padding: 0.8rem 1rem 0.8rem 0;
}
body > .category .list .item .name {
  color: #333333;
}
body > .category .list .item .icon {
  color: #AAAAAA;
}
.category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 0 0.6rem;
}
.category-header .name {
  font-size: 1.3rem;
  color: #ebebeb;
}
.category-header .icon img {
  width: 1.4rem;
  height: 1.4rem;
}
/*# sourceMappingURL=main.css.map */
