@font-face {
  font-family: "Google Sans";
  src: url("../font/GoogleSans-Regular.ttf");
}
[v-cloak] {
  display: none;
}
.loddingMarsk {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.baind-vue {
  background-color: #ffffff60;
}
.lodding-icon-bgc {
  background-color: #00000060;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0px 0px 3px 1px;
}
html,
body,
#app #contentBox {
  height: 100%;
  overflow: auto;
}
.tost {
  position: fixed;
  z-index: 1001;
  top: 50px;
  left: 0;
  width: 100%;
  text-align: center;
}
.tost-txt {
  color: rgb(233, 75, 75);
  padding: 2px 8px;
  font-size: 12px;
  border-radius: 5px;
  background-color: rgba(233, 75, 75, 0.2);
  border: 1px solid rgba(233, 75, 75, 0.1);
}
.lodding-txt {
  margin-top: 10px;
  color: #ddd;
  font-size: 14px;
}
header {
  background-color: #fff;
  position: fixed;
  z-index: 1000;
  top: 0;
  transition: box-shadow 0.2s ease-in-out;
  width: 100%;
  box-shadow:
    0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px -1px rgba(0, 0, 0, 0.2);
}
header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  width: 100%;
  padding: 0 16px;
}
header nav .l-box {
  display: flex;
  align-items: center;
}
header nav .l-box .logo {
  height: 56px;
  margin-right: 16px;
}
header nav .l-box ul {
  display: none;
  margin-bottom: 0;
}
header nav .l-box ul li {
  padding: 0 12px;
  font-weight: 600;
  line-height: 64px;
}
header nav .l-box ul li a {
  display: inline-block;
  color: rgb(95, 99, 104);
}
header nav .l-box ul li a:hover {
  color: rgba(0, 0, 0, 0.87);
}
header nav .l-box ul li a.active {
  position: relative;
  color: #01875f;
}
header nav .l-box ul li a.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #01875f;
}
header nav .r-box {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
header nav .r-box li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 100%;
  overflow: hidden;
  cursor: pointer;
}
header nav .r-box li:hover {
  background-color: #eee;
}
header nav .r-box svg {
  width: 24px;
  height: 24px;
}
header nav .r-box img {
  width: 32px;
  height: 32px;
  border-radius: 100%;
}
body {
  font-size: 14px;
  color: rgb(95, 99, 104);
  font-family: "Google Sans", Roboto, Arial, sans-serif;
}

a:hover {
  text-decoration: none;
}

.f12 {
  font-size: 12px;
}

.content {
  margin: 0 16px;
}

.games {
  display: flex;
  flex-direction: column;
}

.games .info {
  display: flex;
  align-items: center;
  margin-top: 48px;
  position: relative;
}

.games .info img {
  width: 90px;
  margin-right: 24px;
  border-radius: 16px;
  box-shadow:
    0 1px 2px 0 rgba(60, 64, 67, 0.3),
    0 1px 3px 1px rgba(60, 64, 67, 0.15);
}

.games .info .rotate-schedule {
  position: absolute;
  top: 0px;
  left: 0px;
  /* background-color: red; */
  width: 90px;
  height: 90px;
  border: 2px solid #51be2c;
  border-radius: 50%;
  border-left-color: transparent;
  border-top-color: transparent;
}

.games .info .schedule {
  display: block;
}

.games .info h1 {
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
}

.games .info a {
  font-size: 16px;
  color: #01875f;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.games .info p {
  margin-bottom: 0;
}

.games .assess {
  display: flex;
  margin-top: 36px;
  margin-bottom: 36px;
  justify-content: space-between;
}

.games .assess .item {
  position: relative;
  flex-grow: 1;
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
}

.games .assess .item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background-color: #eee;
}

.games .assess .item:last-child:after {
  width: 0;
}

.games .assess .item > div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
}

.games .assess .item svg {
  width: 10px;
  height: 10px;
}

.games .assess img {
  height: 16px;
}

.games .assess span {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: rgb(95, 99, 104);
}

.games .download {
  display: flex;
  flex-direction: column;
}

.games .download .install {
  display: block;
  height: 36px;
  line-height: 36px;
  border-radius: 8px;
  color: #fff;
  background-color: #01875f;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
}

.games .download #schedule-button {
  display: none;
  height: 36px;
  line-height: 36px;
  border-radius: 8px;
  color: #fff;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  overflow: hidden;
  position: relative;
  border: 1px solid #01875f;
}

.games .download #schedule-button #value {
  width: 100%;
  color: #000;
  position: relative;
  z-index: 2;
}

.games .download #schedule-button #schedule {
  background-color: #01875f;
  position: absolute;
  top: 0;
  height: 100%;
}

.games .download .install::after {
  content: "";
  position: absolute;
  top: 0;
  width: 140%;
  height: 140%;
  animation: dynamic-effect 5s infinite ease-out;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(252, 255, 219, 0.1), rgba(252, 255, 219, 0.3));
}

@keyframes dynamic-effect {
  0% {
    transform: translate(-115%) rotate(-30deg);
  }

  100% {
    transform: translate(170%) rotate(-30deg);
  }
}
.fourTimesFaster {
  height: 50px;
}
.fourTimesFaster img {
  width: 30px;
  height: 30px;
}
.games .download .downloading {
  position: relative;
  background-color: transparent;
  color: #000;
  overflow: hidden;
  border: 2px solid green;
}

.progress-bar {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #51be2c;
  height: 100%;
  z-index: -1;
}

.games .download .install:hover {
  color: #095943;
}

.games .download ul {
  display: flex;
  justify-content: space-around;
  margin-bottom: 0;
  color: #01875f;
}

.games .download ul li {
  display: flex;
  align-items: center;
  padding: 16px;
  font-weight: 600;
}

.games .download ul li span {
  margin-left: 8px;
}

.games .device {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.games .device span {
  display: block;
  margin-left: 10px;
}

.main {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
}

.main .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 20px;
  color: rgba(0, 0, 0, 0.87);
}

.main .tit h2 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
}

.main .tit svg {
  width: 28px;
  height: 28px;
}

.main .swiper-wrapper .swiper-slide {
  width: auto;
}

.swiper {
  overflow: auto;
}
.swiper::-webkit-scrollbar {
  display: none;
}
.main .swiper-wrapper img {
  height: 200px;
  border-radius: 4px;
}

.main .about .on b {
  display: block;
  color: rgba(0, 0, 0, 0.87);
}

.main .about .btn {
  margin-top: 30px;
  height: 32px;
  padding: 0 16px;
  border-radius: 20px;
  border: 1px solid #ccc;
}

.main .about .btn:hover {
  background-color: #eee;
}

.main .data .card {
  padding: 20px;
  border-radius: 6px;
}

.main .data .card li {
  display: flex;
  margin-bottom: 20px;
}

.main .data .card li:last-child {
  margin-bottom: 0;
}

.main .data .card li .icon {
  margin-right: 20px;
}

.main .data .card li svg {
  width: 18px;
  height: 18px;
}

.main .data .card li span {
  display: block;
  font-size: 12px;
}

.main .data .card li a {
  color: #01875f;
  font-weight: bold;
}

.main .score {
  display: flex;
  margin-top: 30px;
}

.main .score .l-box .num {
  font-size: 56px;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1;
}

.main .score .l-box svg {
  margin-right: 2px;
  color: rgb(241, 243, 244);
}

.main .score .l-box svg.active {
  color: #01875f;
}

.main .score .l-box span {
  display: block;
  margin-top: 10px;
  font-size: 12px;
}

.main .score .r-box {
  margin-left: 20px;
  flex-grow: 1;
  font-weight: bold;
  line-height: 1.2;
}

.main .score .r-box li {
  display: flex;
  align-items: center;
}

.main .score .r-box li .progress {
  position: relative;
  margin-left: 10px;
  flex-grow: 1;
  height: 10px;
  background-color: rgb(232, 234, 237);
  border-radius: 10px;
}

.main .score .r-box li .progress div {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #01875f;
  border-radius: 10px;
}

.main .assess .item {
  padding: 20px 0;
}

.main .assess .t {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
}

.main .assess .t img {
  width: 32px;
  margin-right: 10px;
  border-radius: 100%;
}

.main .assess .star {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.main .assess .star svg {
  width: 12px;
  height: 12px;
  margin-right: 4px;
  color: rgb(241, 243, 244);
}

.main .assess .star svg.active {
  color: #01875f;
}

.main .assess .star span {
  margin-left: 10px;
  font-size: 12px;
}

.main .assess .use {
  margin-top: 10px;
  display: flex;
  align-items: center;
  font-size: 12px;
}

.main .assess .use button {
  margin-left: 20px;
  padding: 2px 16px;
  border: 1px solid #ccc;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  background-color: #fff;
  color: rgb(95, 99, 104);
}

.main .assess .use button:hover {
  background-color: #eee;
}

.main .assess .all {
  display: inline-block;
  margin-top: 10px;
  color: #01875f;
  font-weight: bold;
}

.main .renew {
  margin-top: 40px;
}

.main .renew h2 {
  margin-bottom: 20px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: bold;
}

.main .support .t {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.main .support .t h2 {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: bold;
}

.main .support ul li {
  display: flex;
  margin-bottom: 20px;
}

.main .support ul li div {
  margin-left: 20px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: bold;
}

.main .support ul li div span {
  display: block;
  color: rgb(95, 99, 104);
  font-weight: 100;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

.topup {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  color: #000;
  background-color: #fff;
  border-radius: 18px;
  padding: 25px 20px;
}

.topup .topup-title {
  font-size: 18px;
  text-align: center;
}

.topup .topup-content {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
  margin: 15px 0;
  padding: 20px;
  display: flex;
}

.topup .topup-content > img {
  width: 70px;
  height: 70px;
  margin-right: 20px;
}

.topup .topup-content .info .info-title {
  display: flex;
  align-items: center;
  font-size: 22px;
}

.topup .topup-content .info .info-title img {
  width: 20px;
  height: 20px;
}

.topup .topup-content .info .info-description {
  color: #028760;
  font-size: 15px;
  font-weight: 500;
  margin: 5px 0;
}

.topup .topup-content .info .info-play {
  font-size: 10px;
}

.topup .topup-content .info .info-play img {
  width: 10px;
  height: auto;
}

.topup .topup-details {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

.topup .topup-details img {
  width: 90px;
}

.topup .topup-details .info-detail-introduction {
  line-height: 18px;
  font-weight: 500;
}

.topup .topup-button {
  background-color: #028760;
  width: 100%;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  margin-top: 15px;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
}

.ios-hint {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.ios-hint .box {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}

.ios-hint .box img {
  width: 100%;
}

.ios-hint .close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 40px;
  height: 40px;
}
#footerBox {
  /* display: none; */
}
.footer-box {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  background-color: #fff;
  padding: 10px 0;
  box-shadow:
    0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px -1px rgba(0, 0, 0, 0.2);
}
.footer-box .btn-item {
  flex: 1;
  text-align: center;
  color: #333;
  font-weight: 600;
}
.btn-item:hover {
  color: #01875f;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 14px;
  }
  header nav {
    height: 64px;
  }
  header nav .l-box .logo {
    height: 64px;
  }
  header nav .l-box ul {
    display: flex;
    margin-bottom: 0;
  }

  .content {
    width: calc(100% - 144px);
    max-width: 1296px;
    margin: 0 auto;
  }

  .games {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .games .info h1 {
    margin-bottom: 20px;
    font-size: 46px;
  }

  .games .assess {
    width: 360px;
  }

  .games .download {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .games .download .install,
  .games .download #schedule-button {
    width: 200px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
  }

  .games .r-box img {
    width: 240px;
  }

  .main {
    flex-direction: row;
  }

  .main .tit {
    justify-content: flex-start;
  }

  .main .tit svg {
    margin-left: 30px;
  }

  .main .l-box {
    width: 1px;
    flex-grow: 1;
  }

  .main .r-box {
    margin-left: 80px;
    margin-right: 160px;
  }

  .main .r-box .support {
    width: 100%;
  }

  .main .r-box .support h2 {
    margin-bottom: 0;
  }

  .main .swiper-wrapper img {
    height: 300px;
  }
}
#ageLimit {
  font-size: 10px;
  border: 1px solid;
}
