.body {
  width: 100vw;
  height: 60vw;
  background-image: url("https://xz-server.oss-cn-shanghai.aliyuncs.com/imgs/clientBackground_pc.png");
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
}
.container {
  width: 60vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -12vh;
}
.content {
  width: 22vw;
  margin-right: 7vw;
}
.content.contentEn {
  width: 25vw;
}
.top {
  width: 18vw;
  text-align: center;
}
.top.topEn {
  text-align: left;
}
.title {
  font-size: 2.6vw;
  color: #fff;
  white-space: nowrap;
}

.menu {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.3vw;
  margin: 3vw 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.menu_item {
  display: flex;
}
.download {
  width: 28vw;
  display: flex;
  align-items: center;
}
.down_btn {
  width: 19vw;
  height: 9vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.down_btn.btnEn {
  align-items: flex-start;
}
.qrcode {
  width: 7vw;
}
.qrcode.qrcodeEn {
  margin-left: -1vw;
}
.downloadBtn1,
.downloadBtn1En,
.downloadBtn2,
.downloadBtn2En {
  width: 89%;
  height: 4vw;
  border-radius: 60px 60px 60px 60px;
  border: 1px solid #d9d9d9;
  color: #fff;
  font-size: 1.4vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qrcode_img {
  background-color: #fff;
  padding: 10px 10px 4px;
  border-radius: 20px;
}

.phoneImg {
  width: 35%;
}

.special_menu_item {
  white-space: nowrap;
}
