* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  width: 100vw;
  min-height: 100vh;
  background: url("../img/bg.png") center center no-repeat;
  font-size: 14px;
}

.play_game_link {
  text-decoration: none;
  color: #F47838;
  font-size: 14px;
}

.header {
  padding: 10px;
  display: flex;
  align-items: center;
  height: 60px;
  background: url("../img/header_bg.png") center center no-repeat;
}
.header .logo {
  margin-right: 10px;
  height: 34px;
}
.header .slogn {
  height: 24px;
}
.header .home_icon {
  height: 40px;
}

.bannerSwiper {
  height: 41.6vw;
}
.bannerSwiper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.game_feature_banner {
  height: 44vw;
  background: url("../img/banner-bg.png") center center/cover no-repeat;
}
.game_feature_banner img {
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: 15vw;
  margin-top: 4vw;
  width: 76vw;
  height: 36vw;
  border-radius: 4vw;
}

.service_icon {
  position: fixed;
  right: 10px;
  top: 70vh;
  width: 36px;
  z-index: 10;
}

.business_icon {
  position: fixed;
  right: 10px;
  top: 79vh;
  width: 36px;
  z-index: 10;
}

.nav_list {
  padding: 10px 10px;
}
.nav_list .pay_nav {
  width: calc(50vw - 12px);
}
.nav_list .download_nav {
  width: calc(50vw - 12px);
}

.sub_title {
  display: block;
  margin-top: 10px;
  text-align: center;
}
.sub_title .sub_title_img {
  height: 38px;
}

.news_list {
  padding: 20px 30px;
  background: url("../img/paopao.png") center center/cover no-repeat;
  font-size: 14px;
}
.news_list a {
  display: flex;
  margin-bottom: 10px;
  color: #fff;
  text-decoration: none;
}
.news_list a .layout_new_list_text {
  flex: 1;
}/*# sourceMappingURL=index.css.map */