#androidEle {
  width: 100vw;
  height: 100dvh;
  background: url(../phone-img/bg.jpg) no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#androidEle img {
  width: 80%;
}
#androidEle #androidBtn {
  width: 50%;
}
#iosEle {
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  min-height: 100dvh;
  padding: 15px 20px;
  text-align: center;
  background: url(../phone-img/bg.jpg) no-repeat;
  background-size: 100% 100%;
}
#iosEle header img {
  width: 50%;
  margin-top: 30px;
}
#iosEle .el-carousel img {
  width: 100%;
  height: 100%;
}
#iosEle .download-btn button {
  width: 100%;
  padding: 10px 0;
  color: #000;
  margin: 15px 0 10px;
  font-size: 18px;
  background: #ffcd00;
}
#iosEle .mt15 {
  margin-top: 15px;
}
#iosEle .link-btn button {
  width: 100%;
  padding: 10px 0;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 15px;
  background: #000;
  margin-bottom: 10px;
}
#iosEle .check {
  color: #ffcd00;
  margin-bottom: 30px;
}
#iosEle .jiaocheng img {
  width: 100%;
  margin-top: 15px;
}
#pc {
  width: 100vw;
  height: 100vh;
  background: url(../pc-img/pc_bg.jpg) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.left-box {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.logo-box {
  width: 100%;
  text-align: center;
}
.logo-box img {
  max-width: 100%;
  margin-bottom: 30px;
}
.qr-box {
  width: 100%;
  padding: 20px 0;
  background: url(../pc-img/qr_bg.png) no-repeat;
  background-size: 100% 100%;
}
.qr-box .qr-li {
  width: 100%;
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
.qr-box .qr-li div {
  width: 30%;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  justify-content: space-between;
}
.qr-box .mr45 {
  margin-right: 45px;
}
.qr-box div .code-box img {
  width: 100%;
  margin-bottom: 10px;
}
.qr-box div .text-box img {
  width: 32px;
  height: 32px;
  margin-top: -5px;
  vertical-align: middle;
}
.left-box .tips {
  color: #878785;
  font-size: 18px;
  margin-top: 20px;
}
.right-box {
  width: 40%;
  margin-top: 120px;
}
.right-box img {
  width: 100%;
}
