* {
  box-sizing: border-box;
}

.star_rating {
  margin: 0;
}
.star_rating .star_rating_bg {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 50px;
  background-image: url(../img/star.svg);
  background-position: bottom;
  background-size: 10px 20px;
}
.star_rating .star_rating_stars {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  height: 10px;
  width: 50px;
  background-image: url(../img/star.svg);
  background-size: 10px 20px;
}
.star_rating .star_rating_stars_0-5 {
  width: 10%;
}
.star_rating .star_rating_stars_1 {
  width: 20%;
}
.star_rating .star_rating_stars_1-5 {
  width: 30%;
}
.star_rating .star_rating_stars_2 {
  width: 40%;
}
.star_rating .star_rating_stars_2-5 {
  width: 50%;
}
.star_rating .star_rating_stars_3 {
  width: 60%;
}
.star_rating .star_rating_stars_3-5 {
  width: 70%;
}
.star_rating .star_rating_stars_4 {
  width: 80%;
}
.star_rating .star_rating_stars_4-5 {
  width: 90%;
}
.star_rating .star_rating_stars_5 {
  width: 100%;
}

/* swiper */
.swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-slide {
  width: 80%;
}

.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, -30px);
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, -30px);
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  width: 56px;
  height: 56px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-weight: bolder;
  background: #fff;
  color: #5f6368;
  border-radius: 50px;
  padding: 15px 20px;
  font-size: 1rem;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

/* swiper end */
progress {
  overflow: hidden;
  border-radius: 99rem;
  height: 3px;
  margin: 0.2rem 0;
}

::-webkit-progress-value {
  background-color: #636366;
  border-radius: 99rem;
}

::-moz-progress-value {
  background-color: #636366;
  border-radius: 99rem;
}

::-webkit-progress-bar {
  background-color: #e8eaed;
}

::-moz-progress-bar {
  background-color: #e8eaed;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Google Sans", "Roboto", "Google Material Icons", "Arial", "sans-serif";
  font-size: 16px;
  overflow: auto;
  color: #1d1d1f;
  background-color: #fff;
}

img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

a,
a:visited,
a:link {
  text-decoration: none;
  display: block;
}

a {
  color: #0070c9;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}

h2 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

.header {
  display: flex;
  height: 60px;
  width: 100%;
  align-items: center;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 99999;
  margin: 0;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
}
.header .appStore_logo {
  height: 60px;
  width: 100%;
  max-width: 1000px;
  margin-left: calc(50% - 500px);
  color: #1d1d1f;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d6d6d6;
}
.header .appStore_logo .store_title {
  color: #1d1d1f;
}
.header .appStore_logo .store_title:hover {
  text-decoration: none;
}
.header .appStore_logo span {
  font-size: 1.5rem;
  color: #636366;
  margin-left: 0.5rem;
}

.main_container {
  padding-top: 80px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  max-width: 1000px;
}
.main_container .game_sec1 .game_name {
  display: flex;
}
.main_container .game_sec1 .game_name .game_icon {
  width: 217px;
  height: 217px;
}
.main_container .game_sec1 .game_name .app_info {
  margin-left: 30px;
  padding-top: 15px;
}
.main_container .game_sec1 .game_name .app_info .app_name {
  display: flex;
  color: #1d1d1f;
}
.main_container .game_sec1 .game_name .app_info .app_name span {
  height: 100%;
  margin: auto 5px;
  padding: 0 5px;
  font-size: 0.8rem;
  font-weight: 300;
  color: #636366;
  border: 1px solid #636366;
  border-radius: 5px;
}
.main_container .game_sec1 .game_name .app_info .app_rank {
  color: #0070c9;
  font-size: 0.8rem;
  margin-top: 0.5rem;
}
.main_container .game_sec1 .game_name .app_info .star_rating {
  display: flex;
  align-items: center;
  margin: 0.2rem 0 0.5rem;
}
.main_container .game_sec1 .game_name .app_info .star_rating .rating_count {
  color: #636366;
  font-size: 0.8rem;
  margin-left: 5px;
}
.main_container .game_sec1 .game_name .app_info span {
  color: #636366;
  font-size: 1rem;
}
.main_container .game_sec1 .game_name .app_info .app_download {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  font-size: 1rem;
}
.main_container .game_sec1 .game_name .app_info .app_download .btn_download {
  color: #fff;
  background-color: #0070c9;
  padding: 5px 15px;
  border-radius: 99rem;
  font-weight: 500;
  text-decoration: none;
  transition: filter 0.3s;
}
.main_container .game_sec1 .game_name .app_info .app_download .btn_download:hover {
  filter: brightness(1.2);
}
.main_container .game_sec1 .game_name .app_info .app_download .btn_share {
  display: flex;
  color: #636366;
  align-items: center;
  font-size: 0.8rem;
  font-weight: 300;
  margin: 0 5px;
}
.main_container .download_desc {
  width: 100%;
  padding: 1.5rem 0;
}
.main_container .download_desc .list_info {
  max-width: 600px;
}
.main_container .download_desc .list_info .swiper-slide {
  max-width: 100px;
  position: relative;
  display: block;
  margin: 0;
  padding: 0 15px;
}
.main_container .download_desc .list_info .swiper-slide:before {
  content: "";
  width: 0;
  height: 50%;
  background-color: #d6d6d6;
  border-right: 1px solid #d6d6d6;
  position: absolute;
  right: 0;
  top: 25%;
}
.main_container .content_sec {
  padding: 1.5rem 0;
  border-top: 1px solid #d6d6d6;
}
.main_container .content_sec .des_title {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: flex-end;
}
.main_container .game_sec2 {
  margin: 0;
  width: 100%;
}
.main_container .game_sec2 .download_tur .swiper-slide {
  width: 16.6666666667%;
}
.main_container .game_sec2 .download_tur .tur_img {
  padding: 0 2px;
}
.main_container .game_sec3 .des_title span {
  margin-left: 1rem;
  color: #0070c9;
  font-size: 0.8rem;
  border-bottom: 2px solid #0070c9;
}
.main_container .game_sec3 .banner .swiper-slide {
  width: 33.3333333333%;
}
.main_container .game_sec3 .banner .banner_img {
  padding: 0 0.5rem;
}
.main_container .game_sec4 p {
  display: flex;
}
.main_container .game_sec4 p a {
  margin-left: 0.5rem;
}
.main_container .game_sec4 p:nth-child(2) {
  margin-top: 1rem;
}
.main_container .game_sec5 .des_title {
  position: relative;
  width: 100%;
}
.main_container .game_sec5 .des_title span {
  position: absolute;
  right: 0;
  color: #636366;
}
.main_container .game_sec5 ul {
  margin: 0;
  padding-left: 15px;
}
.main_container .game_sec5 ul li {
  margin: 0.2rem 0;
  list-style: decimal;
}
.main_container .game_sec6 .rating_info {
  width: 70%;
  display: flex;
  justify-content: space-between;
}
.main_container .game_sec6 .rating_info .rating_average {
  display: flex;
  align-items: flex-end;
  width: 45%;
  justify-content: space-between;
}
.main_container .game_sec6 .rating_info .rating_average span {
  line-height: 1rem;
  font-size: 3rem;
}
.main_container .game_sec6 .rating_info .rating_bar_wrap {
  width: 55%;
}
.main_container .game_sec6 .rating_info .rating_bar_wrap .rating_bar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.main_container .game_sec6 .rating_info .rating_bar_wrap .rating_bar progress {
  width: 80%;
}
.main_container .game_sec6 .rating_content .swiper-slide {
  width: 29.3333333333%;
  background-color: #f8f8f8;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
  justify-content: flex-start;
  height: 200px;
  padding: 1rem 1.5rem;
  margin-top: 1.5rem;
}
.main_container .game_sec6 .rating_content .star_rating {
  margin: 0;
  padding: 0;
}
.main_container .game_sec6 .rating_content .star_rating .star_rating_bg {
  height: 20px;
  width: 100px;
  background-size: 20px 40px;
}
.main_container .game_sec6 .rating_content .star_rating .star_rating_stars {
  height: 20px;
  background-size: 20px 40px;
}
.main_container .game_sec6 .rating_content .comment_info {
  display: flex;
  color: #636366;
  margin-top: 0.2rem;
  font-size: 1rem;
}
.main_container .game_sec6 .rating_content .comment_info .comment_date {
  margin-left: 0.5rem;
}
.main_container .game_sec6 .rating_content .comment_txt {
  margin-top: 1rem;
  font-size: 1rem;
}

@media screen and (max-width: 1080px) and (min-width: 751px) {
  .main_container {
    max-width: 750px;
  }
  .main_container .game_sec6 .rating_info {
    width: 100%;
  }
  .main_container .game_sec6 .rating_info .rating_average {
    width: 50%;
    margin-right: 10%;
  }
  .main_container .game_sec6 .rating_info .rating_bar_wrap {
    width: 50%;
  }
}/*# sourceMappingURL=main.css.map */