*,
::after,
::before {
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  width: 100%;
  height: 100%;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: lighter;
  margin: 0 auto;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
}

.app-container {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 750px;
  min-width: 320px;
  margin: 0 auto;
}

.app-bg {
  width: 100%;
  height: 9.48rem;
}

.app-bg-ball {
  position: absolute;
  width: 100%;
  z-index: 101;
}

.bg_block {
  height: 9.48rem;
}

.swiper-slide {
  background: url("../img/bg_soulstar.png") no-repeat center;
  background-size: 100% 100%;
}

.slide-first {
  background-color: #201422;
}

.slide-second {
  background-color: #221d14;
}

.slide-third {
  background-color: #14211d;
}

.app-bg-noball {
  background: #000;
}

.app-logo {
  width: 1.6rem;
  height: 0.53rem;
  margin: 0 auto;
  padding-top: 0.36rem;
}

.app-logo img {
  width: 100%;
}

.menu-icon-wrapper {
  z-index: 103;
  display: inline-block;
  cursor: pointer;
  padding-left: 0.3rem;
  position: absolute;
  top: 0.42rem;
}

.menu-icon-first,
.menu-icon-second,
.menu-icon-third {
  width: 0.35rem;
  height: 0.05rem;
  background-color: #fff;
  margin: 0.06rem 0;
  transition: 0.4s;
}

.close .menu-icon-first {
  -webkit-transform: rotate(-45deg) translate(-0.08rem, 0.07rem);
  transform: rotate(-45deg) translate(-0.08rem, 0.07rem);
}

.close .menu-icon-second {
  opacity: 0;
}

.close .menu-icon-third {
  -webkit-transform: rotate(45deg) translate(-0.08rem, -0.08rem);
  transform: rotate(45deg) translate(-0.08rem, -0.08rem);
}

.app-menu-window {
  position: absolute;
  z-index: 102;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  display: none;
}

.menu-link-list {
  margin-top: 1.65rem;
  padding: 0 0.94rem;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
}

.menu-link-item {
  height: 0.86rem;
  line-height: 0.86rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  vertical-align: top;
}

.menu-link-item a {
  display: block;
  width: 100%;
}

.link-item-txt {
  font-family: helvetica;
  font-size: 0.32rem;
  color: #fff;
}

.link-item-img {
  vertical-align: middle;
  width: 0.44rem;
}

.app-dropdown {
  position: absolute;
  z-index: 103;
  left: 5.8rem;
  font-size: 0.24rem;
  color: #fff;
  top: 0.5rem;
  cursor: pointer;
}

.paypal_btn {
  display: block;
  width: 1.4rem;
  line-height: 0.44rem;
  height: 0.44rem;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
  position: absolute;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 0.24rem;
  text-align: center;
  position: absolute;
  z-index: 103;
  left: 5.8rem;
  top: 0.5rem;
  cursor: pointer;
}

.paypal_btn:active {
  opacity: 0.5;
}

#changeLan {
  font-size: 14px;
}

#selectLan {
  min-width: 1.4rem;
  padding: 0 5px;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid transparent;
  border: 1px solid rgba(0, 0, 0, transparent);
  border-radius: 4px;
  font-size: 14px;
}

#selectLan li {
  padding: 0.1rem 0.1rem;
  color: #ccc;
  display: none;
  background: #fff;
  text-align: center;
}

#selectLan li:first-child {
  padding-top: 0.2rem;
}

#selectLan li:last-child {
  padding-bottom: 0.2rem;
}

#selectLan li a {
  color: #999;
}

#selectLan li a:hover {
  color: #ff7000;
}

#selectLan li a.active {
  color: #ff7000;
}

.triangle {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0.06rem;
  width: 0;
  height: 0;
  border: 0.12rem solid #fff;
  border-top-color: #fff;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
}

.triangleRotate {
  -webkit-transform-origin: center 15%;
  transform-origin: center 30%;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transition: all 1s linear;
  -webkit-transition: all 0.3s ease-in-out;
}

.intro-txt {
  padding-top: 0.66rem;
  padding-bottom: 0.34rem;
  text-align: center;
  color: #fff;
}

.intro-title {
  font-size: 0.5rem;
}

.intro-details {
  font-size: 0.24rem;
}

#appDownload {
  position: absolute;
  top: 10.43rem;
  left: 0;
  z-index: 103;
  width: 100%;
}

.appstore {
  width: 2.26rem;
  height: 0.67rem;
  margin: 0 auto;
}

.googleplay,
.apk-wrap {
  width: 2.26rem;
  height: 0.67rem;
  margin: 0.1rem auto 0;
}

.download-app img {
  width: 100%;
}

.swiper-out-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-pagination {
  top: 2.4rem !important;
  left: 3.5rem !important;
}

.swiper-pagination-bullet {
  width: 0.12rem !important;
  height: 0.12rem !important;
  margin: 0 0.22rem 0 0 !important;
  background: #fff !important;
  opacity: 0.5 !important;
}

.swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: #fff;
}

.cell-img-container {
  position: absolute;
  top: 2.85rem;
  left: 50%;
  margin-left: -1.8rem;
  width: 3.6rem;
  height: 7.56rem;
  overflow: hidden;
}

.cell-img-container img {
  width: 100%;
}

.swiper-slide {
  transition-duration: 0.6s !important;
}

@media only screen and (min-width: 414px) {
  #changeLan {
    font-size: inherit;
  }

  #selectLan {
    font-size: inherit;
  }
}

.apk {
  display: none;
}
