.page {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-size: cover;
  background-position: center;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}
.page .page-header {
  width: 100vw;
  justify-content: center;
  border-bottom: 1px solid #BABABA;
}
.page .page-header .header-main {
  display: flex;
  justify-content: space-between;
  width: 1250px;
  padding: 0 25px;
}
.page .page-header .header-main .header-left {
  display: flex;
  align-items: center;
}
.page .page-header .header-main .header-left img {
  width: 35px;
  height: 35px;
}
.page .page-header .header-main .header-left span {
  margin-left: 10px;
  color: #0A1634;
  font-size: 22px;
}
.page .page-header .header-main .header-right {
  display: flex;
  align-items: center;
  transition: 0.5s all;
}
.page .page-header .header-main .header-right a {
  cursor: pointer;
  color: #0A1634;
  height: 65px;
  width: 100px;
  line-height: 65px;
  text-align: center;
  font-size: 16px;
}
.page .page-header .header-main .header-right .right-qrcode {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: 0.5s all;
  height: 65px;
  width: 300px;
}
.page .page-header .header-main .header-right .right-qrcode .qrcode-list {
  overflow: hidden;
  display: -webkit-inline-box;
}
.page .page-header .header-main .header-right .right-qrcode .qrcode-list li {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  height: 65px;
  opacity: 0.5;
  transition: 0.5s all;
}
.page .page-header .header-main .header-right .right-qrcode .qrcode-list li i {
  font-size: 20px;
  margin-right: 5px;
  color: #0A1634;
}
.page .page-header .header-main .header-right .right-qrcode .qrcode-list li span {
  color: #0A1634;
  font-size: 16px;
}
.page .page-header .header-main .header-right .right-qrcode .qrcode-list li .qrcode {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 106%);
  width: 165px;
  opacity: 0;
  transition: 0.5s all;
}
.page .page-header .header-main .header-right .right-qrcode .qrcode-list li .qrcode > div:nth-child(2) {
  background: #ffffffc7;
  width: 165px;
  padding: 15px;
  border-radius: 15px;
}
.page .page-header .header-main .header-right .right-qrcode .qrcode-list li .qrcode > div:nth-child(2) img {
  width: 100%;
}
.page .page-header .header-main .header-right .right-qrcode .qrcode-list li .qrcode > div:nth-child(1) {
  height: 10px;
  position: relative;
}
.page .page-header .header-main .header-right .right-qrcode .qrcode-list li .qrcode > div:nth-child(1) div {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffffc7;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.page .page-header .header-main .header-right .right-qrcode .qrcode-list li:hover {
  opacity: 1;
}
.page .page-header .header-main .header-right .right-qrcode .qrcode-list li:hover .qrcode {
  opacity: 1;
}
.page .page-header .header-main .header-right .right-down {
  width: 100px;
  height: 65px;
  text-align: center;
  line-height: 65px;
  font-size: 16px;
  cursor: pointer;
}
.page .page-header .header-main .header-right .active {
  width: 300px;
}
.page .page-main {
  max-width: 1250px;
  display: flex;
  flex-direction: column;
}
.page .page-main .main-title {
  color: #0A1634;
  font-size: 38px;
  display: flex;
  justify-content: center;
  font-weight: 500;
  padding: 30px 0 20px;
}
.page .page-main .main-slogan {
  color: #2E354A;
  font-size: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.page .page-main .main-demo {
  height: calc(100vh - 290px);
  margin: 0 auto;
  background-image: url(https://zhihui-lingyang.oss-cn-hangzhou.aliyuncs.com/static/temp/download-1.png);
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page .page-main .main-demo .demo-1 {
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page .page-main .main-demo .demo-1 .float {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-size: cover;
  position: absolute;
  opacity: 0;
  transition: 0.5s all;
}
.page .page-main .main-demo .demo-1 .float span {
  color: #0A1634;
  font-size: 18px;
  text-align: left;
  padding: 0 10px;
}
.page .page-main .main-demo .demo-1 .float img {
  margin-top: 12px;
}
.page .page-main .main-demo .demo-1 .demo-3 span,
.page .page-main .main-demo .demo-1 .demo-5 span {
  text-align: right;
}
.page .page-main .main-demo .demo-1 .demo-2 {
  animation: move2 1.5s forwards, move22 4s 1.5s infinite ease-out;
}
.page .page-main .main-demo .demo-1 .demo-3 {
  animation: move3 1.5s forwards, move33 4s 1.5s infinite ease-out;
}
.page .page-main .main-demo .demo-1 .demo-4 {
  animation: move4 1.5s forwards, move44 4s 1.5s infinite ease-out;
}
.page .page-main .main-demo .demo-1 .demo-5 {
  animation: move5 1.5s 0.1s forwards, move55 4s 1.5s infinite ease-out;
}
@keyframes move2 {
  0% {
    transform: scale(0.5) translateX(0px);
    opacity: 0;
  }
  100% {
    transform: scale(1) translate(-70%, -75%);
    opacity: 1;
  }
}
@keyframes move22 {
  0% {
    transform: translate(-70%, -75%);
  }
  50% {
    transform: translate(-73%, -80%);
  }
  100% {
    transform: translate(-70%, -75%);
  }
}
@keyframes move3 {
  0% {
    transform: scale(0.5) translateX(0px);
    opacity: 0;
  }
  100% {
    transform: scale(1) translate(60%, -85%);
    opacity: 1;
  }
}
@keyframes move33 {
  0% {
    transform: translate(60%, -85%);
  }
  50% {
    transform: translate(63%, -90%);
  }
  100% {
    transform: translate(60%, -85%);
  }
}
@keyframes move4 {
  0% {
    transform: scale(0.5) translateX(0px);
    opacity: 0;
  }
  100% {
    transform: scale(1) translate(-70%, 75%);
    opacity: 1;
  }
}
@keyframes move44 {
  0% {
    transform: translate(-70%, 75%);
  }
  50% {
    transform: translate(-73%, 80%);
  }
  100% {
    transform: translate(-70%, 75%);
  }
}
@keyframes move5 {
  0% {
    transform: scale(0.5) translateX(0px);
    opacity: 0;
  }
  100% {
    transform: scale(1) translate(70%, 85%);
    opacity: 1;
  }
}
@keyframes move55 {
  0% {
    transform: translate(70%, 85%);
  }
  50% {
    transform: translate(73%, 90%);
  }
  100% {
    transform: translate(70%, 85%);
  }
}
.page .page-main .main-down {
  border-radius: 50px;
  margin: 0 auto ;
  backdrop-filter: blur(6px);
  background: #c9c7c7b8;
  display: flex;
  width: 90%;
  padding: 10px 0px;
  justify-content: space-around;
}
.page .page-main .main-down li {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.page .page-main .main-down li i {
  font-size: 24px;
  color: #637CBA;
}
.page .page-main .main-down li span {
  color: #637CBA;
  font-size: 16px;
  margin-left: 6px;
}
.page .page-main .main-down .mp div {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 164px;
  position: absolute;
  background-color: white;
  padding: 15px;
  border-radius: 20px;
}
.page .page-main .main-down .mp div img {
  width: 100%;
  font-size: 14px;
  padding: 10px 0 0;
}
.page .page-main .main-down .mp div span {
  font-size: 14px;
}
.page .page-floor {
  height: 65px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #D8D8D8;
  width: 1250px;
  color: #4A4A4A;
  font-size: 14px;
}
.page .popup-mp {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
}
.page .popup-mp .back {
  background-color: #00000078;
  width: 100%;
  height: 100%;
}
.page .popup-mp .qr {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60vw;
  background: white;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  padding: 10px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page .popup-mp .qr span {
  padding-top: 20px;
  font-size: 14px;
  color: #0A1634;
}
.page .popup-mp img {
  width: 100%;
  font-size: 14px;
  padding: 10px 0 0;
}
.page .popup-mp span {
  font-size: 14px;
}
.popup {
  position: fixed;
  display: none;
  bottom: -10px;
}
.popup img {
  width: 100%;
}
.popup-left {
  width: 369px;
  left: 50px;
}
.popup-right {
  right: 0;
  width: 333px;
}
.popup-iosBrowser-tip {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #00000000;
  display: none;
}
.popup-iosBrowser-tip .guidance {
  position: relative;
  top: 18px;
  right: 14px;
}
.popup-iosBrowser-tip .guidance .tip-content {
  display: flex;
  border-radius: 10px;
  background: #fffffff7;
  width: 214px;
  position: absolute;
  right: 14px;
  top: 18px;
  padding: 10px 12px;
  color: #222222;
  font-size: 15px;
}
.popup-iosBrowser-tip .guidance .tip-content .content {
  display: inline-block;
  width: 25px;
  height: 13px;
  background: white;
  border-radius: 10px;
  margin: 0 5px;
  display: inline-flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 0 3px;
  transform: translateY(-4px);
}
.popup-iosBrowser-tip .guidance .tip-content .content > div {
  width: 3px;
  height: 3px;
  background: #505050;
  border-radius: 50%;
}
.popup-iosBrowser-tip .guidance .tip-content::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  /* 左边透明 */
  border-right: 10px solid transparent;
  /* 右边透明 */
  border-bottom: 10px solid #ffffffcc;
  /* 底边实际显示 */
  position: absolute;
  top: -10px;
  right: 20px;
}
@media (min-width: 1400px) {
  .popup-left {
    display: initial;
  }
  .popup-right {
    display: initial;
  }
}
@media (min-width: 1250px) {
  .page .page-header {
    display: flex;
  }
  .page .page-main .main-title a {
    display: none;
  }
  .page .page-main .main-slogan {
    padding: 0 340px;
  }
  .page .page-main .main-demo .demo-1 .float {
    width: 93%;
    border-radius: 16px;
  }
  .page .page-main .main-demo .demo-1 .float img {
    border-radius: 10px;
  }
}
@media (max-width: 1250px) {
  .page .page-header .header-main {
    width: 100%;
  }
  .page .page-main .main-slogan {
    padding: 0 20%;
  }
  .page .page-main .main-demo .demo-1 .float {
    border-radius: 12px;
  }
  .page .page-main .main-demo .demo-1 .float img {
    border-radius: 10px;
  }
}
@media (min-width: 801px) {
  .page {
    background-image: url(https://zhihui-lingyang.oss-cn-hangzhou.aliyuncs.com/static/temp/background_download.png);
  }
  .page .page-header {
    display: flex;
  }
  .page .page-main .main-title a {
    display: none;
  }
  .page .page-main .main-down {
    display: none;
  }
}
@media (max-width: 800px) {
  .page {
    background-image: url(https://zhihui-lingyang.oss-cn-hangzhou.aliyuncs.com/static/download/index-back3.png);
  }
  .page .page-header {
    display: none;
  }
  .page .page-main {
    height: calc(100vh - 48px);
    height: 100vh;
  }
  .page .page-main .main-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0 10px;
    grid-row-gap: 5px;
  }
  .page .page-main .main-title a {
    display: flex;
    align-items: center;
  }
  .page .page-main .main-title a img {
    display: inline;
    width: 34px;
    height: 34px;
  }
  .page .page-main .main-title a span {
    font-size: 22px;
    margin-left: 5px;
  }
  .page .page-main .main-title > span:nth-child(2) {
    display: none;
  }
  .page .page-main .main-title > span:nth-child(3) {
    margin-top: 15px;
    font-size: 24px;
  }
  .page .page-main .main-slogan {
    padding: 0 20px;
    color: #2E354A;
    font-size: 16px;
    padding: 12px 22px;
  }
  .page .page-main .main-demo .demo-1 .float {
    width: 72%;
  }
  @keyframes move4 {
    0% {
      transform: scale(0.5) translateX(0px);
      opacity: 0;
    }
    100% {
      transform: scale(1) translate(-75%, 75%);
      opacity: 1;
    }
  }
  @keyframes move44 {
    0% {
      transform: translate(-75%, 75%);
    }
    50% {
      transform: translate(-80%, 80%);
    }
    100% {
      transform: translate(-75%, 75%);
    }
  }
  .page .page-floor {
    width: 80%;
    height: 48px;
    color: white;
    display: flex;
    flex-direction: column;
    position: initial;
  }
  .page .page-floor > span {
    display: none;
  }
}
