body,
html {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #21a396;
}
body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/website/new2025/bg_after.png) repeat;
  background-size: 7.2rem 1.05rem;
  pointer-events: none;
}
section {
  position: relative;
  margin: 0 auto;
  width: 7.2rem;
  min-height: 100%;
  background: -webkit-linear-gradient(#6cf2ca 11%, #4acba5 51%, #22a59a 92%);
  background: linear-gradient(#6cf2ca 11%, #4acba5 51%, #22a59a 92%);
}

.df {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  align-items: center;
  justify-content: center;
}

.bg {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@-webkit-keyframes show {
  100% {
    opacity: 1;
  }
}

.wrapper {
  margin: 0 auto;
  width: 7.2rem;
  color: #008a73;
  font-size: 0.16rem;
  background-image: url(../images/website/new2025/bg.png);
  background-size: 7.2rem 7.4rem;
  background-position: 0 1.2rem;
  z-index: 3;
}
.wrapper-global {
  background-image: url(../images/website/new2025/bg_global.png);
  background-size: 7.2rem 5.87rem;
}

@font-face {
  font-family: "NewEras";
  src: url("../images/common/fonts/NewEras.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.logo {
  top: 1.9rem;
  right: 0.1rem;
  width: 2.2rem;
  height: 1.32rem;
  background: url(../images/gw/DG_loading_logo.png) no-repeat;
  background-size: 100% 100%;
}

.nav {
  overflow: hidden;
  width: 100%;
  height: 0.74rem;
  background: url(../images/website/new2025/bg_nav.gif) repeat-x;
  background-size: 0.12rem 0.74rem;
}

.nav_btn {
  position: relative;
  /*width: 2.41rem;*/
  flex: 1;
  height: 0.74rem;
  background-repeat: no-repeat;
  background-size: 2.41rem 0.74rem;
  background-position: top center;
}

.nav_btn.active::after,
.nav_btn:hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.03rem;
  background: #fbffba;
  box-shadow: 0 0 0.05rem #fbffba;
}

.nav_btn::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.02rem;
  height: 0.74rem;
  background: url(../images/website/new2025/bg_nav_line.png) no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nav_btn:last-of-type::before {
  background: none;
}

.nav_btn_recharge {
  background-image: url(../images/website/new2025/nav_bar_bongkar.png);
}

.nav_btn_recharge.active {
  background-image: url(../images/website/new2025/nav_bar_bongkar.png);
}

.nav_btn_giftcard {
  background-image: url(../images/website/new2025/nav_bar_02.png);
}

.nav_btn_giftcard.active {
  background-image: url(../images/website/new2025/nav_bar_02.png);
}

.nav_btn_service {
  background-image: url(../images/website/new2025/nav_bar_03.png);
}

.nav_btn_service.active {
  background-image: url(../images/website/new2025/nav_bar_03.png);
}

#wrapper-google .nav_btn_service,
#wrapper-global .nav_btn_service,
#wrapper-ios .nav_btn_service {
  width: 100%;
}

.itemTopTitle {
  margin-top: -0.3rem;
  margin-left: 0.15rem;
  font-family: "NewEras";
  font-size: 0.32rem;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.itemTopTitle img {
  margin-right: 0.12rem;
  width: 0.87rem;
}

.itemTopTitle .text {
  text-transform: uppercase;
}

.download {
  margin: 4.8rem auto 0;
  padding-bottom: 0.2rem;
  width: 6.75rem;
  background: linear-gradient(#eaffef, #c3fce3);
  border: 0.02rem #4affff solid;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
}

.download .downloadContent {
  margin: 0.1rem auto 0;
  padding: 0.2rem 0 0.1rem;
  width: 6.32rem;
  background: #bef3dc;
  font-family: "NewEras";
  -webkit-border-radius: 0.15rem;
  border-radius: 0.15rem;
  overflow: hidden;
  box-sizing: border-box;
}

.download .downloadContent::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.58rem;
  height: 2.3rem;
  background: url("../images/website/new2025/bg_download_after_01.png") no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.download .downloadContent::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2.04rem;
  height: 1.89rem;
  background: url("../images/website/new2025/bg_download_after_02.png") no-repeat;
  background-size: 100% 100%;
}

.download .downloadContent-s {
  min-height: 1.6rem;
  -webkit-flex-flow: column;
  flex-flow: column;
}

.download .downloadContent-s:before {
  top: 90%;
  left: -0.3rem;
}

.download .downloadContent-s:after {
  top: 0.2rem;
  right: -0.3rem;
}

.download .textHref {
  display: block;
  margin-right: 0.45rem;
  color: #ffe899;
  text-align: right;
  text-decoration: underline;
  font-size: 0.2rem;
  margin-top: -0.15rem;
}

.download .itemDetail {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center; /*! border-bottom: 1px #fff solid; */
  z-index: 2;
}

.download .itemDetail.btnOne p {
  position: relative;
  width: 4.52rem;
}

.download .itemDetail.btnOne a {
  display: block;
  margin: 0 auto;
  width: 4.52rem;
  height: 0.87rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.download .btnOne .btnDownloadGoogle a {
  margin-right: 0.17rem;
  background-image: url(../images/website/btn_012.png);
}

.download .btnOne .btnDownload a {
  background-image: url(../images/website/btn_021.png);
}

.download .itemDetail.btnTwo p {
  position: relative;
  width: 2.81rem;
  margin: 0 0.15rem;
}

.download .itemDetail.btnTwo a {
  display: block;
  margin: 0 auto;
  width: 2.79rem;
  height: 0.93rem;
}

.download .btnDownloadGoogle {
  margin: 0 0.2rem 0.3rem;
  border-bottom: 0.02rem #89e1bf solid;
  box-sizing: border-box;
}
.download .downloadContent-s .btnDownloadGoogle {
  margin: 0;
  border-bottom: none;
}

.download .btnDownloadGoogle a {
  display: block;
  margin: 0 auto;
  width: 3.04rem;
  height: 1.02rem;
  background-image: url(../images/website/new2025/button/btn_google_download.png);
}

.download .btnDownload .btnDownloadSpeeder,
.download .btnDownload .btnDownloadSafe {
  margin: 0 auto;
  width: 4.59rem;
  height: 0.93rem;
  background-image: url("../images/website/new2025/button/btn_download_speeder.png");
  z-index: 2;
}

.download .btnDownload .btnDownloadSafe {
  background-image: url("../images/website/new2025/button/btn_download_safe.png");
}

.download .btnTwo .btnDownload {
  margin-left: 0.2rem;
}

.download .btnTwo .btnDownload a {

}

.download .btnTwo .btnDownloadS a {
  /* margin-left: .3rem; */

}

.download .btnDownload .ico-shield {
  top: -0.2rem;
  right: -0.2rem;
  width: 0.57rem;
  height: 0.59rem;
  background: url(../images/gw/ico_shield.png) no-repeat;
  background-size: 100% 100%;
}

.download .btnDownload i {
  position: absolute;
  top: -0.2rem;
  right: -0.2rem;
  width: 0.53rem;
  height: 0.53rem;
  background: url(../images/website/ico_start2.png) no-repeat;
  background-size: 100% 100%;
  color: #ffe899;
  text-align: center;
  line-height: 0.53rem;
}

.download .btnDownload i.icoSpeeder {
  top: -0.15rem;
  right: 0.08rem;
  width: 0.86rem;
  height: 0.39rem;
  background-image: url(../images/website/new2025/ico_speeder.png);
}

.download .itemDetail p span,
.download .btnDownloadGoogle span {
  display: block;
  text-align: center;
  font-size: 0.22rem;
  margin-bottom: 0.05rem;
}

.download .downloadRule {
  margin: 0.25rem 0.3rem 0;
  font-size: 0.26rem;
  line-height: 1;
  padding-top: 0.05rem;
}

.download .downloadRule .itemTitle {
  text-align: center;
  font-size: 0.26rem;
  margin-bottom: 0.15rem;
  width: auto;
  font-family: "NewEras";
}

.download .downloadRule .itemTitle::before,
.download .downloadRule .itemTitle::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1.63rem;
  height: 0.16rem;
  background: url("../images/website/new2025/download_title_before.png") no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.download .downloadRule .itemTitle::before {
  left: 0.3rem;
}

.download .downloadRule .itemTitle::after {
  right: 0.3rem;
  -webkit-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
}

.download .downloadRule .ruleContent {
  padding: 0.2rem;
  background: #a2f1d4;
  -webkit-border-radius: 0.15rem;
  border-radius: 0.15rem;
  box-sizing: border-box;
}

.download .downloadRule .itemText {
  position: relative;
  font-size: 0.2rem;
  border-bottom: 0.02rem #88e8c9 solid;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-bottom: 0.1rem;
  margin-bottom: 0.1rem;
}

.download .downloadRule .itemText:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.download .munStart {
  margin: 0 auto 0.1rem;
  width: 5rem;
  height: 0.32rem;
  text-align: center;
  font-size: 0.22rem;
  line-height: 0.32rem;
}

.download .munStart span {
  display: inline-block;
  vertical-align: middle;
}

.download .munLine {
  display: inline-block;
  margin: 0.01rem 0.13rem 0 0.13rem;
  width: 0.01rem;
  height: 0.29rem;
  background: rgba(255, 255, 255, 0.4);
  vertical-align: middle;
}

.download .start {
  display: inline-block;
  width: 0.25rem;
  height: 0.25rem;
  background: url(../images/website/new2025/star.png) no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
}

.download .downloadRule .itemText span {
  margin-right: 0.1rem;
  flex-shrink: 0;
  width: 0.34rem;
  height: 0.33rem;
  background-image: url(../images/website/new2025/ico_n.png);
}

.download .downloadRule .itemText .icoShield {
  height: 0.38rem;
  background-image: url(../images/website/new2025/ico_shield_02.png);
}

.download .downloadRule .itemText .icoWarm {
  height: 0.28rem;
  background-image: url(../images/website/new2025/ico_w.png);
}

.downloadRule .itemText_guid {
  display: inline-block;
  margin-left: 0.06rem;
  color: #ffe899;
  text-decoration: underline;
  font-size: 0.2rem;
}

.download .btnDownloadIos {
  display: block;
  margin: 0 auto;
  width: 2.7rem;
  height: 1.02rem;
  background: url(../images/website/new2025/button/ios_btn.png) no-repeat;
  background-size: 100% 100%;
}

.swiper-container {
  margin-top: 0.03rem;
  width: 6.63rem;
  height: 3.77rem;
  -webkit-border-radius: 0.16rem;
  border-radius: 0.16rem;
  overflow: hidden;
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-size: 18px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination {
  bottom: -0.35rem;
  width: 100%;
  text-align: center;
}

.swiper-pagination-bullet {
  margin-right: 0.2rem;
  width: 0.28rem;
  height: 0.28rem;
  background: url(../images/website/new2025/ico_list.png) no-repeat;
  background-size: 100% 100%;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-image: url(../images/website/new2025/ico_listOn.png);
}

.banner {
  position: relative;
  margin: 0.4rem auto 0;
  padding: 0.1rem;
  width: 7.02rem;
  height: 4.17rem;
  background-image: url("../images/website/new2025/bg_swiper.png");
  box-sizing: border-box;
  border: 1px solid transparent;
}

.banner-ios {
  margin: 0.4rem auto;
}

.news {
  box-sizing: border-box;
  margin: 0.7rem auto 0.2rem;
  width: 6.98rem;
  height: 3.91rem;
  background-image: url("../images/website/new2025/bg_news.png");
  border: 1px transparent solid;
}

.news .news-list {
  margin: 0 auto;
  width: 6.32rem;
  background: rgba(29, 197, 152, 0.2);
  -webki-border-radius: 0.16rem;
  border-radius: 0.16rem;
}

.news li {
  position: relative;
  margin: 0 auto;
  padding: 0.1rem 0 0.05rem 0.4rem;
  width: 95%;
  height: 0.58rem;
  border-bottom: 0.01rem #95eacc solid;
  font-size: 0.24rem;
  line-height: 1;
  list-style: none;
  box-sizing: border-box;
}

.news li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.3rem;
  height: 0.24rem;
  background: url("../images/website/new2025/ico_news.png") no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.news li .news-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 4.3rem;
  display: inline-block;
}
.news li .news-title.newline {
  white-space: normal;
}

.news li span {
  float: right;
}

.news li:last-child {
  border: 0;
}

.news li a {
  display: -webkit-flex;
  display: flex;
  color: #008a73;
  width: 100%;
  height: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.footer,
.footer-land {
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer a,
.footer-land a {
  float: left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.footer a.icoFaceBook,
.footer-land a.icoFaceBook {
  margin: 0 0.22rem 0.24rem 0.4rem;
  width: 0.62rem;
  height: 0.62rem;
  background-image: url(../images/website/ico_facebook.png);
}

.footer a.icoMail,
.footer-land a.icoMail {
  margin-right: 0.1rem;
  width: 0.62rem;
  height: 0.63rem;
  background-image: url(../images/website/new2025/ico_mail.png);
}

.footer .icoAge,
.footer-land .icoAge {
  margin: 0 0.1rem;
  width: 0.58rem;
  height: 0.58rem;
  background: url(../images/website/new2025/ico_age_18.png) no-repeat;
  background-size: 100% 100%;
}

.footer a.icoIns,
.footer-land a.icoIns {
  margin-left: 0.2rem;
  width: 0.63rem;
  height: 0.63rem;
  background-image: url(../images/website/ins.png);
}

.footer a.icoYoutube,
.footer-land a.icoYoutube {
  width: 0.63rem;
  height: 0.63rem;
  background-image: url(../images/website/youtube.png);
}

.footer a.icoTop,
.footer-land a.icoTop {
  float: right;
  margin-right: 0.1rem;
  width: 0.58rem;
  height: 0.58rem;
  background-image: url(../images/website/ico_top.png);
}

.footer .itemText,
.footer-land .itemText {
  clear: both;
  color: #45b7bb;
  text-align: center;
}
.thickdiv {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  display: none;
  width: 100%;
  height: 100%;
  border: 0 none;
  background: #000;
  opacity: 0.7;
}

.exchangeBox {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 102;
  display: none;
  width: 6.2rem;
  height: 3.46rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.exchangeBox::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 0.05rem rgba(136, 236, 199, 0.68) solid;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
}

.exchangeBox .text {
  margin: 0.75rem auto 0.6rem;
  padding: 0 0.15rem;
  color: #008a73;
  text-align: center;
  font-size: 0.3rem;
  height: 1rem;
}

.exchangeBox .btnReceive,
.orderBox .btnReceive,
.exchangeBox .btnFollow {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 2.79rem;
  height: 0.93rem;
  background-image: url(../images/website/new2025/button/exchange_ok.png);
  z-index: 2;
}

.exchangeBox .btnFollow {
  background-image: url(../images/website/new2025/button/btn_follow.png);
}

.guide {
  margin: 0 auto;
  width: 7.2rem;
  background: #0a5454;
}

.guide .title {
  position: relative;
  margin: 0 auto;
  width: 7.2rem;
  height: 0.99rem;
  background: url(../images/website/bg_top_title.gif) no-repeat;
  background-size: 100% 100%;
}

.guide .title img {
  height: 0.99rem;
}

.guide .title .btnReturn {
  position: absolute;
  top: 0.36rem;
  left: 0.84rem;
  width: 0.46rem;
  height: 0.4rem;
  background: url(../images/website/btn_return.png) no-repeat;
  background-size: 0.46rem 0.4rem;
}

.guide .guideCon {
  margin: 0.4rem auto;
}

.guide .guideCon .itemText {
  margin-bottom: 0.2rem;
  margin-left: 0.17rem;
  color: #45a7a2;
  letter-spacing: -0.01rem;
  font-size: 0.32rem;
}

.guide .guideCon .itemText .ico {
  float: left;
  margin-top: -0.05rem;
  margin-right: 0.05rem;
  width: 0.5rem;
  height: 0.59rem;
  background: url(../images/website/ico_step_bg.png) no-repeat;
  background-size: 100% 100%;
  color: #135450;
  text-align: center;
  font-style: italic;
  font-size: 0.32rem;
  line-height: 0.59rem;
}

.guide .guideCon .itemText .cl_yellow {
  color: #ffe082;
}

.guide .guideCon .itemImg img {
  width: 7.2rem;
}

.guide .footer {
  box-sizing: border-box;
  padding-top: 0.3rem;
  height: 1.81rem;
  background: url(../images/website/bg_footer.jpg) no-repeat;
  background-size: 100% 100%;
}

.wrapper-land {
  margin: 0 auto;
  width: 7.2rem;
  height: 13rem;
  background: url(../images/website/webShop/ex_mall_land_bg.png) no-repeat;
  background-size: 100% 100%;
  color: #0a6ccb;
  font-size: 0.2rem;
}

.wrapper-land .landContent {
  position: relative;
  margin: 0 auto;
  width: 7.2rem;
  height: 13rem;
}

.landContent .title {
  position: relative;
  margin: 0 auto;
  width: 7.2rem;
  height: 0.99rem;
}

.landContent .title img {
  height: 0.99rem;
}

.landContent .title .btnReturn {
  position: absolute;
  top: 0.35rem;
  left: 0.39rem;
  width: 0.33rem;
  height: 0.33rem;
  background: url(../images/website/webShop/btn_return.png) no-repeat;
  background-size: 100% 100%;
}

.landContent .landAfter {
  height: auto;
}

.landAfter .userInFo {
  position: relative;
  margin: 0 auto;
  height: 0.49rem;
  background-color: #0a4c4c;
  color: #12988e;
  font-size: 0.24rem;
  line-height: 0.49rem;
  opacity: 50%;
}

.landAfter .userInFo .userId {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding-left: 0.22rem;
  width: 4.09rem;
  height: 0.49rem;
}

.landContent .yellow {
  color: #e1d39b;
}

.landContent .bule {
  color: #47d0d0;
}

.landAfter .userNum {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 3.18rem;
  height: 0.49rem;
}

.landAfter .userNum .goldIcon {
  display: inline-block;
  width: 0.32rem;
  height: 0.41rem;
  background: url(../images/website/webShop/gold_icon.png) no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
}

.landAfter .landDate {
  padding-left: 0.22rem;
  height: 0.77rem;
  color: #12988e;
  font-size: 0.28rem;
  line-height: 0.77rem;
}

.landAfter .landDate .edit-icon {
  display: inline-block;
  margin-left: 1.28rem;
  width: 0.28rem;
  height: 0.33rem;
  background: url(../images/website/webShop/edit_icon.png) no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
}

.landAfter .landDate .edit-btn {
  color: #47d0d0;
  text-decoration: underline;
}

.landAfter .list {
  margin: 0 auto;
  width: 6.78rem;
  height: 7.05rem;
}

.list ul li {
  position: relative;
  margin-top: 0.12rem;
  width: 100%;
  height: 2.26rem;
  background: url(../images/website/webShop/list_bg.png) no-repeat;
  background-size: 100% 100%;
}

.list ul li:first-child {
  margin-top: 0;
}

.list ul li .convertCard {
  position: absolute;
  top: 0.18rem;
  left: 0.38rem;
  width: 2.3rem;
  height: 1.78rem;
  background: url(../images/website/webShop/award_card.png) no-repeat;
  background-size: 100% 100%;
}

.list ul li .convertLeft {
  position: absolute;
  position: relative;
  top: 0.33rem;
  left: 2.94rem;
  width: 3.47rem;
  height: 1.47rem;
}

.list .convertLeft .converTip {
  position: absolute;
  top: 0;
  width: 3.47rem;
  height: 0.37rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.list .convertLeft .converTip.tip01 {
  background-image: url(../images/website/webShop/conver_tip_01.png);
}

.list .convertLeft .converTip.tip02 {
  background-image: url(../images/website/webShop/conver_tip_02.png);
}

.list .convertLeft .converTip.tip03 {
  background-image: url(../images/website/webShop/conver_tip_03.png);
}

.list .convertLeft .converBtn {
  position: absolute;
  bottom: 0;
  left: 0.26rem;
  display: inline-block;
  width: 3.11rem;
  height: 0.84rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: center;
}

.list .convertLeft .converBtn.btn01 {
  background-image: url(../images/website/webShop/conver_btn_01.png);
}

.list .convertLeft .converBtn.btn02 {
  background-image: url(../images/website/webShop/conver_btn_02.png);
}

.list .convertLeft .converBtn.btn03 {
  background-image: url(../images/website/webShop/conver_btn_03.png);
}

.list ul li .convertGold {
  position: absolute;
  top: 0.24rem;
  left: 0.38rem;
  width: 2.26rem;
  height: 2.02rem;
  background: url(../images/website/webShop/conver_gold.png) no-repeat;
  background-size: 100% 100%;
}

.landAfter .converRule {
  margin: 0.13rem auto;
  width: 6.7rem;
}

.converRule p {
  position: relative;
  overflow: hidden;
  margin-top: 0.1rem;
  padding-left: 0.15rem;
  color: #12988e;
  font-size: 0.24rem;
  line-height: 0.3rem;
  word-break: break-all;
}

.converRule .rule-dot {
  position: absolute;
  top: 0.15rem;
  left: 0;
  display: inline-block;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background-color: #12988e;
  vertical-align: middle;
  text-align: center;
}

.landContent .footer {
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  padding-top: 0.3rem;
  height: 1.81rem;
  background: url(../images/website/bg_footer.jpg) no-repeat;
  background-size: auto;
  background-size: 100% 100%;
}

.landContent .landBefore {
  height: auto;
}

.landBefore .landTip {
  position: relative;
  margin: 0 auto;
  height: 0.83rem;
  background-color: #0a4c4c;
  color: #12988e;
  font-size: 0.24rem;
  line-height: 0.49rem;
  opacity: 50%;
}

.landBefore .landTip p {
  margin: 0 auto;
  padding-top: 0.11rem;
  padding-left: 0.21rem;
  width: 6.8rem;
  line-height: 0.3rem;
}

.landBefore .landTip .tipIcon {
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/website/webShop/land_tip_icon.png) no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
}

.landBefore .landDate {
  height: 0.7rem;
}

.landBefore .landDate {
  padding-left: 0.22rem;
  height: 0.7rem;
  color: #12988e;
  font-size: 0.28rem;
  line-height: 0.7rem;
}

.landBefore .landDate .user-icon {
  display: inline-block;
  margin-left: 1.78rem;
  width: 0.36rem;
  height: 0.35rem;
  background: url(../images/website/webShop/user_icon.png) no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
}

.landBefore .landDate .edit-btn {
  color: #47d0d0;
  text-decoration: underline;
}

.landBefore .list {
  margin: 0 auto;
  width: 6.78rem;
  height: 7.05rem;
}

.landBefore .converRule {
  margin: 0.1rem auto;
  width: 6.7rem;
}

.recordList {
  overflow: hidden;
  margin: 0.17rem auto;
  width: 6.77rem;
  height: 9.88rem;
}

.recordList ul li {
  position: relative;
  margin-top: 0.12rem;
  width: 100%;
  height: 1.88rem;
  background: url(../images/website/webShop/record_list_bg.png) no-repeat;
  background-size: 100% 100%;
}

.recordList ul li:first-child {
  margin-top: 0;
}

.recordList .recordDate {
  position: absolute;
  right: 0.26rem;
  height: 0.34rem;
  color: #12988e;
  text-align: right;
  font-size: 0.22rem;
  line-height: 0.34rem;
}

.recordList .recordCard {
  position: absolute;
  top: 0.49rem;
  left: 0.24rem;
  width: 1.53rem;
  height: 1.19rem;
  background: url(../images/website/webShop/record_card.png) no-repeat;
  background-size: 100% 100%;
}

.recordList .convertGold {
  position: absolute;
  top: 0.45rem;
  left: 0.24rem;
  width: 1.58rem;
  height: 1.41rem;
  background: url(../images/website/webShop/conver_gold.png) no-repeat;
  background-size: 100% 100%;
}

.recordList .recordContent {
  position: absolute;
  top: 0.49rem;
  left: 1.91rem;
  width: 2.92rem;
  height: 1.2rem;
  color: #045852;
  font-size: 0.24rem;
}

.recordList .recordContent .recordTips {
  width: 2.92rem;
  height: 0.33rem;
  background: url(../images/website/webShop/record_tips_01.png) no-repeat;
  background-size: 100% 100%;
  color: #1bdada;
  text-align: center;
  white-space: nowrap;
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.33rem;
}

.recordList .recordContent .recordTel {
  padding: 0.01rem 0.15rem 0;
}

.recordList .recordContent .recordNum {
  position: absolute;
  bottom: 0;
  padding: 0 0.15rem 0;
  color: #fddb80;
  white-space: nowrap;
  font-weight: 700;
  font-size: 0.3rem;
}

.recordContent .recordNum .recordNum-ioc {
  display: inline-block;
  margin-left: 0.05rem;
  width: 0.35rem;
  height: 0.41rem;
  background: url(../images/website/webShop/recordNum_ioc.png) no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
}

.recordBtn {
  position: absolute;
  top: 0.49rem;
  left: 5.01rem;
  width: 1.54rem;
  height: 1.2rem;
  color: #dfb431;
  font-size: 0.24rem;
}

.recordBtn p {
  margin-left: 0.02rem;
}

.recordBtn .submitBtn {
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 1.56rem;
  height: 0.56rem;
  background: url(../images/website/webShop/record_btn_01.png) no-repeat;
  background-size: 100% 100%;
}

.TelephoneTitle {
  position: relative;
  margin: 0 auto;
  padding-left: 0.83rem;
  height: 0.82rem;
  background-color: #0a4c4c;
  color: #12988e;
  font-size: 0.24rem;
  line-height: 0.82rem;
}

.TelephoneLogin {
  margin: 0.52rem auto;
  width: 4.25rem;
  color: #26b7b2;
  font-size: 0.26rem;
}

.TelephoneLogin label {
  display: block;
  margin-top: 0.2rem;
  padding-left: 0.1rem;
}

.TelephoneLogin input {
  padding-left: 0.2rem;
  width: 4.05rem;
  height: 0.46rem;
  outline: 0;
  border: none;
  border-radius: 0.08rem;
  background-color: #2ea5a5;
  color: #177870;
}

.TelephoneLogin label:first-child {
  margin-top: 0;
}

.TelephoneLogin .telephone_btn {
  display: inline-block;
  margin: 0.6rem 0.89rem 0;
  width: 2.42rem;
  height: 0.75rem;
  background: url(../images/website/webShop/telephone_btn.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
}

.telephone-share {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 102;
  display: none;
  margin: -1.78rem 0 0 -3.4rem;
  width: 6.78rem;
  height: 5.02rem;
}

.telephone-share img {
  width: 6.78rem;
  height: 3.85rem;
}

.telephone-share .shareColseBtn {
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/website/webShop/share_colse.png) no-repeat;
  background-size: 100% 100%;
}

.telephone-share .shareBtn {
  display: block;
  margin: 0.4rem auto;
  width: 2.45rem;
  height: 0.79rem;
  background: url(../images/website/webShop/share_btn.png) no-repeat;
  background-size: 100% 100%;
}

.commonBg {
  -webkit-background: linear-gradient(#e5feed, #c3fce3);
  background: linear-gradient(#e5feed, #c3fce3);
  border-top: 0.01rem #bdfbdf solid;
  border-left: 0.02rem #6bf4c3 solid;
  border-right: 0.02rem #6bf4c3 solid;
  border-bottom: 0.05rem #6bf4c3 solid;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0.05rem 0.05rem #239385;
  box-shadow: 0 0.05rem 0.05rem #239385;
}

.loginBox {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 102;
  display: none;
  margin: -1.78rem 0 0 -3.1rem;
  width: 6.22rem;
  height: 4.73rem;
  background: url(../images/website/webShop/login_box.png) no-repeat;
  background-size: cover;
}

.loginBox .btnClose {
  top: 0;
  right: 0;
  width: 0.55rem;
  height: 0.52rem;
  background: url(../images/website/webShop/view_tutorial_btn.png) no-repeat;
  background-size: 100% 100%;
}

.loginBox .loginContent {
  margin: 1.1rem auto 0;
  margin-left: 0.4rem;
  color: #26b7b2;
  font-size: 0.26rem;
}

.loginBox .loginContent label {
  display: inline-block;
  margin-top: 0.2rem;
  width: 1.81rem;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
}

.loginBox .loginContent label:first-child {
  margin-top: 0;
}

.loginBox .loginContent .inputLong {
  padding-left: 0.1rem;
  width: 2.64rem;
  height: 0.51rem;
  outline: 0;
  border: none;
  background: url(../images/website/webShop/login_input_bg.png) no-repeat;
  background-size: 100% 100%;
  color: #49d7b4;
  line-height: 0.51rem;
  appearance: none;
  -webkit-appearance: none;
}

.loginBox .loginContent input::-webkit-input-placeholder {
  color: #177870;
}

.loginBox .loginContent input::-moz-placeholder {
  color: #177870;
}

.loginBox .loginContent input:-ms-input-placeholder {
  color: #177870;
}

input:-moz-placeholder,
input::-moz-placeholder {
  opacity: 1;
}

.loginBox .loginContent .viewTutorial {
  display: inline-block;
  width: 0.37rem;
  height: 0.37rem;
  background: url(../images/website/webShop/view_tutorial.png) no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
}

.loginBox .loginContent .inputShort {
  display: inline-block;
  padding-left: 0.1rem;
  width: 2.13rem;
  height: 0.51rem;
  outline: 0;
  border: none;
  background: url(../images/website/webShop/input_short.png) no-repeat;
  background-size: 100% 100%;
  color: #49d7b4;
  line-height: 1;
}

.loginBox .loginContent .viewReution {
  display: inline-block;
  color: #fe662a;
  vertical-align: middle;
  text-decoration: underline;
  white-space: nowrap;
}

.loginContent .submitBtn {
  display: block;
  margin: 0.28rem auto 0.1rem;
  width: 2.44rem;
  height: 0.8rem;
  background: url(../images/website/webShop/submit_btn.png) no-repeat;
  background-size: 100% 100%;
}

.loginTip {
  color: #26b7b2;
  text-align: center;
  white-space: nowrap;
  font-size: 0.2rem;
}

.inputList {
  margin-bottom: 0.13rem;
  height: 0.53rem;
}

.viewGuideBox {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 102;
  display: none;
  margin: -3.78rem 0 0 -3.5rem;
  width: 6.83rem;
  height: 8.29rem;
  background: url(../images/website/webShop/view_guide4.png) no-repeat;
  background-size: 100% 100%;
}

.viewGuideBox .btnClose {
  top: -0.2rem;
  right: -0.2rem;
  width: 0.55rem;
  height: 0.55rem;
  background: url(../images/website/webShop/view_tutorial_btn.png) no-repeat;
  background-size: 100% 100%;
}

.pupNote {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 102;
  display: flex;
  display: -webkit-flex;
  margin: -1.79rem 0 0 -3.14rem;
  width: 6.28rem;
  height: 3.59rem;
  border: 0.1rem solid #47d0d0;
  background: -webkit-linear-gradient(bottom, #105d59, rgba(41, 146, 140, 1));
  background: linear-gradient(bottom, #105d59, rgba(41, 146, 140, 1));
  background: -moz-linear-gradient(bottom, #105d59, rgba(41, 146, 140, 1));
  background: -o-linear-gradient(bottom, #105d59, rgba(41, 146, 140, 1));
  background-size: 100% 100%;
  align-items: center;
  flex-flow: column;
  justify-content: center;
}

.pupNote .itemText {
  width: 5.5rem;
  color: #efcb80;
  font-size: 0.26rem;
}

.pupNote .btnList a {
  display: inline-block;
  margin-top: 0.5rem;
  width: 1.96rem;
  height: 0.74rem;
  background-size: cover;
  background-repeat: no-repeat;
}

.pupNote .btnList .btnCannel {
  background-image: url(../images/shop/btn_cannel.png);
}

.pupNote .btnList .btnBinding {
  margin-left: 0.5rem;
  background-image: url(../images/shop/btn_binding.png);
}

.landContent .footer-land {
  box-sizing: border-box;
  padding-top: 0.3rem;
  height: 1.81rem;
  background: url(../images/website/bg_footer.jpg) no-repeat;
  background-size: auto;
  background-size: 100% 100%;
}

.gift-guidance {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 102;
  margin: -3.7rem 0 0 -3.5rem;
  width: 7rem;
  height: 17.26rem;
  background: url(../images/website/gift_guidance.png) no-repeat;
  background-size: 100% 100%;
}

.gift-guidance .gift-colseBtn {
  position: absolute;
  top: -0.15rem;
  right: -0.15rem;
  display: inline-block;
  width: 0.52rem;
  height: 0.52rem;
  background: url(../images/website/webInfull/cu_btn.png) no-repeat;
  background-size: auto;
  background-size: 100% 100%;
  cursor: pointer;
}

.guide-wrapper {
  margin: 0 auto;
  width: 7.2rem;
  color: #89d1f7;
  font-size: 0.16rem;
}

.guide-wrapper .regContent {
  position: absolute;
  top: 0;
  margin: 0 auto;
  width: 7.2rem;
  height: 46.17rem;
}

.regContent .title {
  margin: 0 auto;
  width: 7.2rem;
  height: 0.99rem;
}

.regContent .title img {
  width: 7.2rem;
  height: 0.99rem;
}

.regContent .title .btnReturn {
  position: absolute;
  top: 0.35rem;
  left: 0.39rem;
  width: 0.33rem;
  height: 0.33rem;
  background: url(../images/website/webShop/btn_return.png) no-repeat;
  background-size: 100% 100%;
}

.guide-wrapper_text {
  margin: 0.2rem auto 0;
  width: 6.76rem;
  color: #45a7a2;
  text-align: left;
  font-size: 0.26rem;
  line-height: 1.2;
}

.guide-wrapper_title {
  margin-top: 0.05rem;
  color: #ffe082;
  font-size: 0.28rem;
}

.guide-wrapper_img {
  margin: 0.25rem auto 0;
  width: 6.84rem;
  height: 41.04rem;
  background: url(../images/website/guide_wrapper_img.png) no-repeat;
  background-size: 100% 100%;
}

.footer-guid {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.81rem;
  background: url(../images/website/bg_footer.jpg) no-repeat;
  background-size: auto;
  background-size: 100% 100%;
}

.footer-guid a {
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-guid a.icoFaceBook {
  margin: 0.38rem 0.22rem 0.24rem 0.4rem;
  width: 0.62rem;
  height: 0.62rem;
  background-image: url(../images/website/ico_facebook.png);
}

.footer-guid a.icoMail {
  margin-top: 0.38rem;
  width: 0.62rem;
  height: 0.63rem;
  background-image: url(../images/website/ico_mail.png);
}

.footer-guid a.icoIns {
  margin-top: 0.38rem;
  margin-left: 0.2rem;
  width: 0.63rem;
  height: 0.63rem;
  background-image: url(../images/website/ins.png);
}

.footer-guid a.icoTop {
  float: right;
  margin-top: 0.38rem;
  margin-right: 0.4rem;
  width: 0.58rem;
  height: 0.58rem;
  background-image: url(../images/website/ico_top.png);
}

.footer-guid a.discordIns {
  margin-top: 0.38rem;
  margin-left: 0.2rem;
  width: 0.63rem;
  height: 0.63rem;
  background-image: url(../images/website/ico_discord.png);
}

.footer-guid .itemText {
  clear: both;
  color: #45b7bb;
  text-align: center;
  font-size: 0.2rem;
}

.footer a.discordIns,
.footer-land a.discordIns {
  margin-left: 0.2rem;
  width: 0.63rem;
  height: 0.63rem;
  background-image: url(../images/website/ico_discord.png);
}

.footer a.icoMail {
  display: block;
}

.footer .ico-list {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.footer .mail-detail {
  margin: 0.2rem auto 0;
  clear: both;
  display: flex;
  display: -webkit-flex;
  width: 92%;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
  align-items: center;
  justify-content: space-between;
}

.footer .mail-detail .text {
  margin: 0 0.25rem 0 0.1rem;
  color: #45b7bb;
  font-size: 0.2rem;
  word-wrap: normal;
  word-break: break-word;
}

.footer .href-list {
  display: flex;
  display: -webkit-flex;
  padding: 0.1rem 0;
  background: #006a6f;
  color: #00b5a9;
  font-size: 0.18rem;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.footer .href-list a {
  color: #00b5a9;
  text-decoration: underline;
}

.footer-new {
  height: auto !important;
  background: #008080;
  border-top: 0.02rem #1aa9b4 solid;
}

#wrapper-speeder .footer-new {
  margin-top: 1rem;
}

.icon-jump {
  top: 2rem;
  right: 0.1rem;
}
.icon-jump-pc {
  top: 3rem;
  right: 0.1rem;
  width: 1.07rem;
}
.icon-jump-pc img {
  width: 100%;
}
.icon-jump-tt {
  top: 3rem;
  right: 0.25rem;
  width: 0.8rem;
}
.icon-jump-tt img {
  width: 100%;
}
.icon-jump .ico {
  margin-right: 0.15rem;
  text-align: right;
}

.icon-jump .ico img {
  width: 0.8rem;
}

.icon-jump .text,
.icon-jump-pc .text,
.icon-jump-tt .text {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  padding: 0.05rem 0.1rem;
  width: 2rem;
  background: #eaffef;
  border-bottom: 0.03rem #6bf4c3 solid;
  font-size: 0.2rem;
  line-height: 1.2;
  color: #008a73;
  border-radius: 0.05rem;
  animation: opacity 1s;
  animation-fill-mode: forwards;
  animation-delay: 10s;
  -webkit-transform: translateY(-60%);
  transform: translateY(-60%);
  word-break: break-word;
}
.icon-jump-tt .text {
  right: 1rem;
}
.icon-jump .text:after,
.icon-jump-pc .text:after,
.icon-jump-tt .text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.08rem;
  width: 0.08rem;
  height: 0.22rem;
  background: url(../images/website/new2025/arrow_03.png) no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@keyframes opacity {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@font-face {
  font-family: "Barlow";
  src: url("../images/common/fonts/BARLOW-BOLDCONDENSED.WOFF2.TTF")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}

.wrapper-global .btn-service {
  top: 2rem;
  right: 0.1rem;
  width: 0.75rem;
  height: 0.76rem;
  background-image: url("../images/gw/global/ico_service.png");
}

.top-id {
  top: 0;
  left: 0;
  padding: 0 0.2rem;
  width: 100%;
  height: 0.95rem;
  background: #eaffef;
  border-bottom: 0.03rem #c5f3e3 solid;
  font-family: "NewEras";
  font-size: 0.38rem;
  color: #008069;
  box-sizing: border-box;
  z-index: 2;
}

.top-id .top-logo {
  top: 50%;
  left: 0.2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top-id .top-logo img {
  height: 0.71rem;
}

.wrapper-global .top .language,
.top-id .language {
  top: 50%;
  right: 0.72rem;
  height: 0.55rem;
  background: #e5f3ff;
  border: 0.01rem #26cfd2 solid;
  color: #158587;
  font-size: 0.4rem;
  font-weight: bold;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wrapper-global .top .language .text,
.top-id .language .text {
  padding: 0 0.2rem;
}

.wrapper-global .top .language .ico-arrow,
.top-id .language .ico-arrow {
  width: 0.55rem;
  height: 100%;
  background: #158587 url("../images/gw/ico_lang_arrow.png") no-repeat center;
  background-size: 0.19rem 0.17rem;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.wrapper-global .top .language.show .ico-arrow,
.top-id .language.show .ico-arrow {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.wrapper-global .top .language .list,
.top-id .language .list {
  display: none;
  top: 110%;
  left: 0;
  width: 100%;
  background: #e5f3ff;
  border: 0.01rem #26cfd2 solid;
}

.wrapper-global .top .language.show .list,
.top-id .language.show .list {
  display: block;
}

.wrapper-global .top .language .list li,
.top-id .language .list li {
  width: 100%;
  height: 0.7rem;
}

.wrapper-global .top .language .list a,
.top-id .language .list li a {
  display: block;
  padding-left: 0.15rem;
  color: #158587;
  box-sizing: border-box;
}

.wrapper-global .top .language .list li.active,
.top-id .language .list li.active {
  background: #b3e8ed;
}

.wrapper-global .top .age img,
.top-id .age img {
  height: 0.57rem;
}

.wrapper-global .top .language {
  right: 0.8rem;
}

.language .tips {
  top: 0.7rem;
  right: 0;
  padding-top: 0.12rem;
  width: 2.57rem;
  height: 0.72rem;
  background: url("../images/gw/bg_tips.png") no-repeat;
  color: #effffe;
  font-family: arial;
  font-weight: normal;
  font-size: 0.2rem;
  line-height: 0.5rem;
  text-align: center;
  box-sizing: border-box;
  pointer-events: none;
  animation: opacityHide 1s linear forwards;
  animation-delay: 10s;
  background-size: 100% 100%;
}

.top-id .language .tips {
  background-image: url("../images/gw/bg_tips_id.png");
}

@keyframes opacityHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.btn-enter-media {
  margin: 0.2rem auto 0.6rem;
  width: 5.72rem;
  height: 1.26rem;
  background: url("../images/website/new2025/button/btn_join_light.png") no-repeat;
  background-size: 100% 100%;
}

.ico-enter-media {
  margin: 0.4rem 0 0 0.3rem;
  width: 0.55rem;
}

.enter-tips {
  margin-top: 0.35rem;
  font-size: 0.24rem;
  color: #006761;
  text-align: center;
}

.footer .ico-media-list {
  display: flex;
  display: -webkit-flex;
  width: 100%;
  gap: 0.3rem;
  -webkit-justify-content: center;
  justify-content: center;
}

.footer .ico-media-list .ico-enter-media {
  margin-top: 0.2rem;
}

.footer .ico-media-list img {
  margin-left: 0;
  width: 0.55rem;
}

.pup-loading {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 2rem;
  height: 2rem;
  background: none;
  border: none;
  z-index: 105;
}

.spinner {
  font-size: 0.28rem;
  position: relative;
  display: inline-block;
  width: 1rem;
  height: 1rem;
}

.spinner.center {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.spinner .spinner-blade {
  position: absolute;
  left: 0.4rem;
  bottom: 0;
  width: 0.07rem;
  height: 0.27rem;
  border-radius: 0.05rem;
  background-color: transparent;
  -webkit-transform-origin: center -0.22rem;
  -ms-transform-origin: center -0.22rem;
  transform-origin: center -0.22rem;
  animation: spinner-fade9234 1s infinite linear;
}

.spinner .spinner-blade:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.spinner .spinner-blade:nth-child(2) {
  -webkit-animation-delay: 0.083s;
  animation-delay: 0.083s;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.spinner .spinner-blade:nth-child(3) {
  -webkit-animation-delay: 0.166s;
  animation-delay: 0.166s;
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.spinner .spinner-blade:nth-child(4) {
  -webkit-animation-delay: 0.249s;
  animation-delay: 0.249s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.spinner .spinner-blade:nth-child(5) {
  -webkit-animation-delay: 0.332s;
  animation-delay: 0.332s;
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.spinner .spinner-blade:nth-child(6) {
  -webkit-animation-delay: 0.415s;
  animation-delay: 0.415s;
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.spinner .spinner-blade:nth-child(7) {
  -webkit-animation-delay: 0.498s;
  animation-delay: 0.498s;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.spinner .spinner-blade:nth-child(8) {
  -webkit-animation-delay: 0.581s;
  animation-delay: 0.581s;
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.spinner .spinner-blade:nth-child(9) {
  -webkit-animation-delay: 0.664s;
  animation-delay: 0.664s;
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.spinner .spinner-blade:nth-child(10) {
  -webkit-animation-delay: 0.747s;
  animation-delay: 0.747s;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.spinner .spinner-blade:nth-child(11) {
  -webkit-animation-delay: 0.83s;
  animation-delay: 0.83s;
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.spinner .spinner-blade:nth-child(12) {
  -webkit-animation-delay: 0.913s;
  animation-delay: 0.913s;
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

@keyframes spinner-fade9234 {
  0% {
    background-color: #e48b2b;
  }
  100% {
    background-color: transparent;
  }
}
.ico-national {
  top: 2.9rem;
  right: 0.1rem;
  width: 0.98rem;
  height: 0.82rem;
  background-image: url("../images/national/ico_national.png");
}

.footer,
.footer-land {
  bottom: 0.2rem;
  left: 0;
  width: 100%;
}
.footer a,
.footer-land a {
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer a.icoFaceBook,
.footer-land a.icoFaceBook {
  margin: 0 0.22rem 0.24rem 0.4rem;
  width: 0.62rem;
  height: 0.62rem;
  background-image: url(images/website/ico_facebook.png);
}
.footer a.icoMail,
.footer-land a.icoMail {
  width: 0.62rem;
  height: 0.63rem;
  background-image: url(images/website/ico_mail.png);
}
.footer a.icoIns,
.footer-land a.icoIns {
  margin-left: 0.2rem;
  width: 0.63rem;
  height: 0.63rem;
  background-image: url(images/website/ins.png);
}
.footer a.discordIns,
.footer-land a.discordIns {
  margin-left: 0.2rem;
  width: 0.63rem;
  height: 0.63rem;
  background-image: url(images/website/ico_discord.png);
}
.footer a.icoTop,
.footer-land a.icoTop {
  float: right;
  margin-right: 0.1rem;
  width: 0.58rem;
  height: 0.58rem;
  background-image: url(images/website/ico_top.png);
}
.footer .itemText,
.footer-land .itemText {
  clear: both;
  color: #45b7bb;
  text-align: center;
}

.landContent .footer {
  position: static;
  box-sizing: border-box;
  padding-top: 0.3rem;
  height: 1.81rem;
  background: url(images/website/bg_footer.jpg) no-repeat;
  background-size: auto;
  background-size: 100% 100%;
}

.footer a.icoMail {
  display: block;
}
.footer .ico-list {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.footer .mail-detail {
  clear: both;
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  align-items: center;
  justify-content: center;
}
.footer .mail-detail .text {
  margin: 0 0.25rem 0 0.1rem;
  width: 5.05rem;
  color: #45b7bb;
  font-size: 0.2rem;
}
.footer .href-list {
  display: flex;
  display: -webkit-flex;
  margin-top: 0.1rem;
  color: #00b5a9;
  font-size: 0.18rem;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.footer .href-list a {
  color: #00b5a9;
  text-decoration: underline;
}
