@charset "UTF-8";
/* sass编译为css  sass --watch index.scss index.css */
#logoImg {
  width: 0;
  height: 0;
  display: none;
}

.banner {
  box-sizing: content-box;
  position: relative;
  overflow: hidden;
  position: relative;
}
.banner .topLogo {
  position: absolute;
  left: 25.83%;
  top: 5.9%;
  width: 9.8%;
}
.banner .bannerImg {
  width: 100%;
  vertical-align: top;
}
.banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 62.13%;
  height: 6.7%;
}
.banner .content .appBtn {
  margin-left: 26.4%;
  width: 11.04%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #FFFFFF;
  font-size: 0.2rem;
  color: #222222;
  text-align: left;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  cursor: pointer;
}

.footer {
  background: #F6F6F6;
  padding: 0.6rem 0 0;
  box-sizing: border-box;
}
.footer .Bomtext {
  width: 53.75%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.12rem;
  color: #cfd1d1;
  text-align: left;
  font-style: normal;
  flex-wrap: wrap;
}
.footer .Bomtext .leftBox {
  width: 2.96rem;
}
.footer .Bomtext .leftBox img {
  width: 100%;
}
.footer .Bomtext .center .title {
  font-weight: 900;
  font-size: 20px;
  color: #333333;
  margin-bottom: 0.2rem;
}
.footer .Bomtext .center .lists .list {
  display: flex;
  align-items: center;
  font-family: STSongti-SC, STSongti-SC;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  margin-bottom: 0.09rem;
}
.footer .Bomtext .center .lists .list span {
  margin-left: 0.06rem;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.footer .Bomtext .center .lists .list img {
  width: 0.18rem;
}
.footer .Bomtext .right .title {
  font-weight: 900;
  font-size: 20px;
  color: #333333;
  margin-bottom: 0.2rem;
}
.footer .Bomtext .right img {
  width: 1.37rem;
  height: 1.37rem;
}
.footer .Bomtext .right .codeCon {
  width: 160px;
  height: 160px;
}
.footer .Bomtext .right .codeCon .codeImg {
  height: 100%;
  padding: 5px;
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .Bomtext .right .codeCon #qrcodeW {
  display: none;
}

.bot {
  font-weight: 400;
  font-size: 15px;
  color: #666666;
  width: 85.68%;
  margin: 0 auto;
  border-top: 1px solid rgba(151, 151, 151, 0.28);
  margin-top: 0.3rem;
  padding: 0.38rem 0 0.4rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bot .b {
  margin-bottom: 0.12rem;
}
.bot .b span {
  cursor: pointer;
}
.bot .b:last-child {
  margin-bottom: 0;
}

.M-content {
  background: url(../image/M-bg.png) no-repeat;
  background-size: 100%;
  width: 100vw;
  height: 100vh;
  position: relative;
  background-color: white;
}
.M-content .content {
  position: absolute;
  top: 4.13rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.M-content .content .logo {
  width: 3.38rem;
}
.M-content .content .btn {
  width: 5.18rem;
  margin-top: 2.88rem;
  animation: breathing 1.5s infinite;
}

@keyframes breathing {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1); /* 放大10% */
  }
  100% {
    transform: scale(1);
  }
}
@media screen and (max-width: 1024px) {
  #body_container {
    min-width: inherit;
  }
}

/*# sourceMappingURL=index.css.map */
