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

.hide-in-client {
  visibility: hidden;
}

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

.main-body {
  background-image: url("../img/bg-pc.jpg");
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* pc端布局 */
.pc-body {
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 0.74rem 0 0.87rem;
  overflow: auto;
}

.pc-body .header-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 117px; */
  padding: 0.19rem 0.25rem 0;
  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.41rem;
  height: 0.41rem;
}

.pc-body .lushui-icon {
  width: 0.56rem;
  height: 0.23rem;
  margin-left: 0.07rem;
}

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

.pc-body .lang-btn-box {
  position: absolute;
  top: 0.19rem;
  right: 0.25rem;
}

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

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

.pc-body .lang-btn-box:lang(ar) {
  right: unset;
  left: 0.25rem;
}

.pc-body .lang-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 {
  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 .lang-btn-box:hover .arrow {
  transform: rotate(0deg);
}

.pc-body .lang-btn-box:hover .lang-menu {
  display: block !important;
}

.pc-body .arrow {
  width: 0.1rem;
  height: 0.1rem;
  transform: rotate(180deg);
  transition: transform 0.5s ease-in-out;
}

.pc-body .lang-menu {
  margin: 0;
  margin-top: 0.05rem;
  padding: 0;
  width: 1rem;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: none;
}

.pc-body .lang-item {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
  list-style: none;
  width: 1rem;
  height: 0.34rem;
  cursor: pointer;
}

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

.pc-body .main-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.pc-body .app-name-icon {
  width: 4.81rem;
  height: 1.81rem;
}

.pc-body .app-slogen {
  margin-top: 0.28rem;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 21px;
}

.pc-body .main-button-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.5rem;
  width: 3.89rem;
  display: none;
}

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

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

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

  align-items: center;
  justify-content: center;
  /* opacity: 0; */
  position: absolute;
  top: -1.2rem;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  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 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 0.54rem;
  background: #ffffff;
  border-radius: 105px;
  cursor: pointer;
  transition: filter 0.5s;
}

.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: 12px;
  font-family: SFUIDisplay-Semibold, SFUIDisplay;
  font-weight: 600;
  color: #222222;
  line-height: 1.5px;
}

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

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

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

.pc-body .footer-button {
  padding: 0 10px;
  color: #fff;
  line-height: 22px;
  font-size: 14px;
  cursor: pointer;
}

.pc-body .footer-split-line {
  line-height: 22px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #fff;
  letter-spacing: 3px;
}

.pc-body .copy-right {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #fff;
  line-height: 20px;
  text-align: center;
}

/* 移动端布局 */

.mobile-body {
  display: none;
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
}

.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;
  bottom: 4vw;
}

.mobile-body .footer-area .text {
  font-family: SFUIDisplay-Regular, SFUIDisplay;
  font-size: 2.4vw;
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: 1px;
}

.mobile-body .footer-area .email {
  margin-top: 4vw;
}

.mobile-body .recharge-box {
  color: #ffffff;
  position: absolute;
  top: 4vw;
  left: 4vw !important;
}

.mobile-body .recharge-box:lang(ar) {
  left: unset;
  right: 4vw !important;
}

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

.mobile-body .recharge-box .recharge-btn {
  position: relative;
  /* padding: 0 4vw;
  width: unset; */
  display: none;
}

.mobile-body .recharge-btn .sale {
  position: absolute;
  top: -2.5vw;
  right: 0vw;
  border-radius: 14.222px 14.222px 14.222px 0px;
  background: linear-gradient(90deg, #ff8a58 0.03%, #ff3a4c 99.87%);
  font-weight: 600;
  padding: 0.5vw 1.4vw;
  font-size: 3vw;
}

.mobile-body .lang-box {
  color: #ffffff;
  position: absolute;
  top: 4vw;
  right: 4vw;
}

.mobile-body .lang-box:lang(ar) {
  left: 4vw;
  right: unset;
}

.mobile-body .lang-btn {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 28.4vw;
  height: 8.7vw;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 2vw;
  border: 1px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
  font-size: 3.2vw;
  font-weight: bold;
}

.mobile-body .recharge-btn {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 28.4vw;
  height: 8.7vw;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 2vw;
  border: 1px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
  font-size: 3.2vw;
  font-weight: bold;
}

.mobile-body .arrow {
  width: 2.6vw;
  height: 2.6vw;
  transform: rotate(180deg);
  transition: transform 0.5s ease-in-out;
}

.mobile-body .lang-menu {
  margin: 0;
  margin-top: 5px;
  padding: 0;
  width: 28.4vw;
  font-size: 3.2vw;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 2vw;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: none;
}

.mobile-body .lang-item {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
  list-style: none;
  width: 28.4vw;
  height: 8.7vw;
  cursor: pointer;
}

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

.mobile-body .app-name-icon {
  margin-top: 20vw;
  width: 24vw;
  height: 24vw;
}

.mobile-body .app-brand {
  margin-top: 6vw;
  width: 43.6vw;
  height: 16.4vw;
}

.mobile-body .app-slogen {
  margin-top: 5vw;
  width: 63vw;
  font-size: 4vw;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.5;
  text-align: center;
}

.mobile-body .download-btn {
  width: 67vw;
  height: 12vw;
  background: linear-gradient(270deg, #ff4751 0%, #ff58aa 100%);
  border-radius: 6vw;
  text-align: center;
  font-size: 4vw;
  font-weight: 600;
  color: #ffffff;
  line-height: 12vw;
  display: none;
}

.mobile-body .copyright {
  width: 90%;
  text-align: center;
}

/* 768开始响应 */
@media screen and (max-width: 768px) {
  .pc-body {
    display: none;
  }

  .mobile-body {
    display: block;
  }

  .main-body {
    background-image: url("../img/bg-mobile.jpg");
  }
}