html,
body,
.main-body {
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
}

html:lang(ar) {
  direction: rtl;
}

.main-body {
  background-size: 100%;
}

/* pc端布局 */
.pc-body {
  overflow: auto;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  background-color: #f5f5f5;
}

.pc-body .bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.pc-body .header-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  /* height: 117px; */
  padding: 0.14rem 1.46rem;
  box-sizing: border-box;
}

.pc-body .left-block {
  display: flex;
  align-items: center;
}
.pc-body .left-block span {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin-left: 0.09rem;
}
.pc-body .left-block span:lang(ar) {
  margin-left: unset;
  margin-right: 0.09rem;
}

.pc-body .waha-icon {
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 8px;
}



.pc-body .right-block {
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
}


.pc-body .recharge-box {
  /* position: absolute;
  top: 0.19rem;
  right: 1.45rem; */
}

.pc-body .recharge-box:lang(ar) {
  /* right: unset;
  left: 1.45rem; */
}

.pc-body .recharge-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 1rem;
  height: 0.34rem;
  /* background: rgba(0, 0, 0, 0.5); */
  border-radius: 7px;
  /* border: 1px solid rgba(255, 255, 255, 0.5); */
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
}

.pc-body .recharge-btn .sale {
  position: absolute;
  top: -0.06rem;
  right: 0.01rem;
  border-radius: 14.222px 14.222px 14.222px 0px;
  background: linear-gradient(90deg, #ff8a58 0.03%, #ff3a4c 99.87%);
  font-weight: 600;
  padding: 0.02rem 0.06rem;
  font-size: 0.08rem;
}

.pc-body .recharge-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  width: 100%;
  height: 100%;
}

.pc-body .right-block {
  position: absolute;
  top: 0.09rem;
  right: 1.46rem;
}
.pc-body .right-block:lang(ar) {
  right: unset;
  left: 0.25rem;
}

.pc-body .lang-btn-box{
  position: relative;
}
.pc-body .lang-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 0.7rem;
  height: 0.34rem;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  cursor: pointer;
  z-index: 999;
}

.pc-body .lang-btn-box:hover .arrow {
  transform: rotate(0deg);
}
.pc-body .lang-btn-box:hover .lang-menu {
  display: flex !important;
}

.pc-body .arrow {
  width: 0.1rem;
  height: 0.1rem;
  transform: rotate(180deg);
  transition: transform 0.5s ease-in-out;
}
.pc-body .lang-menu {
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  width: 1.06rem;
  /* height: 0.83rem; */
  /* background: url('../img/pc/lang-menu-bg.png') no-repeat; */
  /* background-size: 100%; */
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 16px;
}
.pc-body .lang-item {
  display: flex;
  align-items: center;
  list-style: none;
  width: 1.06rem;
  height: 0.34rem;
  padding: 0 0.14rem;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}

.pc-body .lang-item.selected::after {
  content: "";
  width: 0.13rem;
  height: 0.13rem;
  background-image: url("../img/pc/tick.png");
  background-size: 100%;
  position: absolute;
  top: 0.1rem;
  right: 0.14rem;
}

.pc-body .lang-item + .lang-item {
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
}

.pc-body .main-area {
  display: flex;
  padding: 0 1.46rem;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.pc-body .mobile-pic {
  margin-top: 0.42rem;
  width: 2.03rem;
  height: 4.14rem;
}

.pc-body .app-slogen {
  margin-top: 1.27rem;
  margin-left: 0.25rem;
  width: 5rem;
  min-height: 1.25rem;
  font-size: 0.52rem;
  font-family: Poppins-Bold, Poppins;
  font-weight: bold;
  color: #fbfbfb;
  line-height: 0.63rem;
}

.pc-body .main-button-group {
  margin-left: 0.25rem;
  /* justify-content: space-between; */
  margin-top: 0.21rem;
  /* width: 3.89rem; */
  display: flex;
}
.pc-body .main-button-group .download-box {
  margin-right: 0.25rem;
}

.pc-body .download-box-apple {
  position: relative;
}
.pc-body .download-box {
  position: relative;
}

.pc-body .qr-box {
  display: none;

  align-items: center;
  justify-content: center;
  /* opacity: 0; */
  position: absolute;
  top: 0.54rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.09rem;
  height: 1.15rem;
  background: url("../img/qr-wrap.png") no-repeat;
  background-size: 100% 100%;
  transition: opacity 0.3s ease-in-out;
  z-index: 1000;
}
.qr-box img {
  position: relative;
  top: 0.04rem;
  width: 88%;
  height: 88%;
}
.pc-body .down-load-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.56rem;
  height: 0.44rem;
  background: #000000;
  border-radius: 0.07rem 0.07rem 0.07rem 0.07rem;
  opacity: 1;
  border: 0.01rem solid rgba(255, 255, 255, 0.6);
  cursor: pointer;
  box-sizing: border-box;
  padding-right: 0.34rem;
}

.pc-body .down-load-button::after {
  position: absolute;
  top: 0.12rem;
  right: 0.16rem;
  content: "";
  width: 0.17rem;
  height: 0.17rem;
  background-image: url("../img/pc/arrow.png");
  background-size: 100%;
}

.pc-body .down-load-button .pc-body .download-box-apple:hover .qr-box {
  /* opacity: 1; */
  /* display: flex; */
}
.pc-body .download-box-android:hover .qr-box {
  /* opacity: 1; */
  /* display: flex; */
}

/* .pc-body .down-load-button:hover {
  filter: brightness(0.7);
} */

.pc-body .down-load-button-icon {
  width: 0.19rem;
  height: 0.19rem;
  margin-right: 0.11rem;
}
.pc-body .down-load-button-icon:lang(ar) {
  margin-right: unset;
  margin-left: 12px;
  /* transform: rotateY(180deg); */
}

.pc-body .down-load-button-text {
  font-size: 0.11rem;
  font-family: SFUIDisplay-Semibold, SFUIDisplay;
  font-weight: 600;
  color: #fff;
  line-height: 1.5px;
}

.pc-body .footer-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 5.63rem;
  left: 0;
  width: 100%;
}

.pc-body .footer-area .desc {
  display: flex;
  justify-content: space-between;
  padding: 0 1.26rem;
  width: 100%;
  box-sizing: border-box;
}

.pc-body .footer-area .item {
  width: 1.74rem;
  height: 1.21rem;
  padding: 0.11rem;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 0.09rem;
}

.pc-body .footer-area .title {
  font-size: 0.12rem;
  font-family: Poppins-Bold, Poppins;
  font-weight: bold;
  color: #0c0b0b;
  line-height: 0.13rem;
}

.pc-body .footer-area .text {
  margin-top: 0.1rem;
  font-size: 0.086rem;
  font-family: Poppins-Regular, Poppins;
  font-weight: 400;
  color: rgba(61, 60, 60, 0.6);
  line-height: 0.1rem;
}

.pc-body .footer-button-group {
  display: flex;
  align-items: center;
}

.pc-body .footer-button-first {
  display: flex;
  align-items: center;
}

.pc-body .footer-button {
  padding: 0 10px;
  color: rgba(12, 11, 11, 0.6);
  line-height: 22px;
  font-size: 12px;
  cursor: pointer;
}

.pc-body .footer-split-line {
  width: 7.5rem;
  height: 1px;
  background: #e6e6e6;
  margin-top: 0.52rem;
  margin-bottom: 0.1rem;
}

.pc-body .copy-right {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(12, 11, 11, 0.6);
  line-height: 20px;
  padding-bottom: 15px;
}

/* 移动端布局 */

.mobile-body {
  display: none;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  background-color: #000;
  overflow: auto;
}

.mobile-body .bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.mobile-body .header-area .logo {
  width: 0.85rem;
  height: 0.85rem;
  /* margin: 0.53rem 0 0 0.64rem; */
  border-radius: 8px;
}

.mobile-body .main-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.mobile-body .footer-area {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 0;
  top: 14.51rem;
}
.mobile-body .footer-area .text {
  font-size: 0.37rem;
  font-family: Poppins-Regular, Poppins;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.44rem;
  letter-spacing: 1px;
  opacity: 0.3;
}
.mobile-body .footer-area .email {
  margin-top: 1.09rem;
}

.mobile-body .footer-area .copyright {
  /* margin-bottom: 0.64rem; */
}

.mobile-body .header-area{
  display:flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  padding: 0.64rem 0.64rem;

}
.mobile-body .right-block{
  display:flex;
  align-items: center;
}

.mobile-body .recharge-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* width: 1rem;
  height: 0.34rem; */
  /* background: rgba(0, 0, 0, 0.5); */
  /* border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.5); */
  color: #ffffff;
  cursor: pointer;
  font-size: 0.43rem;
  margin-right: 0.64rem;
}

.mobile-body .recharge-btn .sale {
  position: absolute;
  top: -0.3rem;
  right: -0.6rem;
  border-radius: 14.222px 14.222px 14.222px 0px;
  background: linear-gradient(90deg, #ff8a58 0.03%, #ff3a4c 99.87%);
  font-weight: 600;
  padding: 0.02rem 0.06rem;
  font-size: 0.3rem;
}

.mobile-body .recharge-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  width: 100%;
  height: 100%;
}


.mobile-body .lang-box {
  color: #ffffff;
  position: relative;
  /* position: absolute;
  top: 4vw;
  right: 0.53rem; */
}
.mobile-body .lang-box:lang(ar) {
  left: 4vw;
  right: unset;
}

.mobile-body .lang-btn {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 2.67rem;
  height: 1rem;
  cursor: pointer;
  text-align: center;
  font-size: 0.43rem;
}

.mobile-body .arrow {
  width: 0.43rem;
  height: 0.43rem;
  transform: rotate(180deg);
  transition: transform 0.5s ease-in-out;
}
.mobile-body .lang-menu {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  width: 2.67rem;
  /* height: 2.09rem;
  background-image: url('../img/mobile/menu-bg.png');
  background-size: 100%; */
  padding: 0.24rem 0;
  font-size: 0.24rem;
  box-sizing: border-box;
  display: none;
  border-radius: 16px;
  border: 1px solid #fff;
}
.mobile-body .lang-item {
  position: relative;
  display: flex;
  align-items: center;
  list-style: none;
  width: 2.61rem;
  height: 0.84rem;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0 0.35rem;
}

.mobile-body .lang-item + .lang-item {
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
}

.mobile-body .lang-item.selected::after {
  content: "";
  width: 0.31rem;
  height: 0.31rem;
  background-image: url("../img/mobile/tick.png");
  background-size: 100%;
  position: absolute;
  top: 0.23rem;
  right: 0.32rem;
}

.mobile-body .app-name-icon {
  margin-top: 20vw;
  width: 24vw;
  height: 24vw;
  border-radius: 20px;
}
.mobile-body .app-brand {
  margin-top: 5.8rem;
  width: 7.2rem;
  height: 2.24rem;
}

.mobile-body .app-slogen {
  margin-top: 1.09rem;
  width: 5.69rem;
  font-size: 0.53rem;
  font-family: Poppins-Bold, Poppins;
  font-weight: bold;
  color: #fbfbfb;
  line-height: 0.63rem;
  text-align: center;
}
.mobile-body .down-load-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 8rem;
  height: 1.33rem;
  background: #000000;
  border-radius: 0.27rem 0.27rem 0.27rem 0.27rem;
  border: 0.05rem solid rgba(255, 255, 255, 0.6);
  padding: 0 0.8rem;
  box-sizing: border-box;
  font-size: 0.43rem;
  font-family: Poppins-Bold, Poppins;
  font-weight: bold;
  color: #ffffff;
  line-height: 0.5rem;
  margin-bottom: 0.5rem;
}

.mobile-body .down-load-button .down-load-button-icon {
  width: 0.77rem;
  margin-right: 0.21rem;
}

.main-body .down-load-button .btn-arrow {
  width: 0.68rem;
  height: 0.68rem;
  margin-left: 2.11rem;
}

.mobile-body .footer-area .desc {
  display: flex;
  flex-direction: column;
  margin-top: 3.52rem;
}

.mobile-body .footer-area .desc .item {
  width: 8.72rem;
  height: 5.07rem;
  background: #202020;
  border-radius: 0.48rem;
  margin-bottom: 0.43rem;
  box-sizing: border-box;
  padding: 0.75rem 0.6rem;
}

.mobile-body .footer-area .desc .item .title {
  font-size: 0.48rem;
  font-family: Poppins-Bold, Poppins;
  font-weight: bold;
  color: #ffffff;
  opacity: 0.6;
  line-height: 0.56rem;
}

.mobile-body .footer-area .desc .item .text {
  font-size: 0.37rem;
  font-family: Poppins-Regular, Poppins;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.44rem;
  opacity: 0.3;
  margin-top: 0.53rem;
}

/* 768开始响应 */
@media screen and (max-width: 768px) {
  .pc-body {
    display: none;
  }
  .mobile-body {
    display: block;
  }
  .main-body {
    background-image: url("../img/mobile/bg.png");
  }
}

footer {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  span {
    line-height: 1.6 !important;
  }
}

.hidden{
  opacity: 0
  display:none !important;
  height: 0;
  overflow: hidden;
}