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

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

.main-body {
  background-image: url("../img/bg-pc.jpeg");
  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 .siwa-icon {
  /* width: 0.41rem;
  height: 0.41rem;
  border-radius: 8px; */
  transform: scale(0.5);
}

.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 .lang-btn-box:lang(ar) {
  right: unset;
  left: 0.25rem;
}
.pc-body .lang-btn {
  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;
}

.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: 8.33rem;
  height: auto;
  position: relative;
  top: -5px;
}

.pc-body .app-slogen {
  width: 5.29rem;
  height: 0.4rem;

  margin-top: 0.28rem;
  font-size: 36px;
  font-weight: 500;
  color: #fff;
  line-height: 21px;
}
.pc-body .app-slogen img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

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

.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.24rem;
  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: 2.28rem;
  height: 0.5rem;
  border-radius: 60px;
  background: #ffffff;
  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: 14px;
  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: 12px;
  cursor: pointer;
}

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

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

/* 移动端布局 */

.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 .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 .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 {
  position: absolute;
  top: 4vw;
  left: 4vw;
  width: 25.7vw;
  height: auto;
  /* height: 88px; */
}
.mobile-body .app-brand {
  margin-top: 4.5vw;
  width: 95.7vw;
  height: auto;
  object-fit: contain;
}

.mobile-body .app-slogen {
  margin-top: 35vw;
  width: 71vw;
  height: auto;
  object-fit: contain;
  /* font-size: 8vw;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.5;
  text-align: center; */
}
.mobile-body .download-btn {
  width: 67vw;
  height: 12vw;
  background: white;
  border-radius: 6vw;
  text-align: center;
  font-size: 4vw;
  font-weight: 600;
  color: #222;
  line-height: 12vw;
}

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