.weixin .w-bg {
  position: fixed;
  top: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #26213d;
}
.weixin .w-bg img {
  width: 100%;
}
.weixin .w-info {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(43, 39, 39, 0.8);
}
.weixin .w-info img {
  position: relative;
  float: right;
  width: 80%;
  padding: 20px;
}

.container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  min-width: 1336px;
  padding: 0 16px;
}
.container.m {
  min-width: auto;
}

.bg {
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  height: 700px;
  background-color: #26213d;
  border-radius: 0 0 0 310px;
  overflow: hidden;
}
.bg img {
  opacity: 0.1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m .bg {
  height: 511px;
}

.main {
  padding-top: 97px;
  display: flex;
  align-items: flex-start;
}
.m .main {
  width: 100%;
  flex-direction: column;
  padding-top: 47px;
}
.main .phone-view {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  border-radius: 21px;
  padding: 31px 26px;
  margin-right: 10px;
  position: relative;
}
.main .phone-view .pv {
  border-radius: 19px;
}
.main .phone-view .bg3 {
  position: absolute;
  right: 0;
  bottom: -60px;
}
.main .desc {
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.m .main .desc {
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
}
.m .main .desc > img {
  width: 100%;
}
.main .desc .sc {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.m .main .desc .sc {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 30px 24px;
  margin-bottom: 15px;
}
.main .desc .sc .logo {
  width: 375px;
  max-width: 75vw;
}
.main .desc .sc .qrg {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 100%;
  margin-top: 45px;
}
.main .desc .sc .box {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  border-radius: 21px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 285px;
  height: 380px;
  padding: 20px 0;
}
.main .desc .sc .box .icon {
  height: 50px;
}
.main .desc .sc .box .qrimg {
  margin-top: 10px;
  width: 204px;
  height: 204px;
  background-color: #fff;
}
.main .desc .sc .box .qrt {
  flex: 1;
  padding: 0 18px;
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  border-radius: 21px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
.main .btns {
  display: flex;
  display: -webkit-box;
  text-align: center;
  flex-direction: column;
  width: 100%;
  padding: 0 8px 25px;
  margin-top: 42px;
}
.main .btns > * + * {
  margin-top: 10px;
}
.main .btns span {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.6;
  display: inline-block;
}
.main .btns button {
  border: 1px solid rgb(239, 107.8, 121.4);
  border-radius: 4px;
  height: 48px;
  outline: none;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  background-color: #fff;
  color: rgb(239, 107.8, 121.4);
  width: 100%;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.2s;
  will-change: opacity;
}
@media (any-hover: hover) {
  .main .btns button:hover {
    opacity: 0.8;
  }
}
@media (any-hover: none) {
  .main .btns button:active {
    opacity: 0.8;
  }
}
.main .btns button .icon {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
.main .btns button em {
  padding-left: 10px;
  vertical-align: middle;
}
.main .btns button .animation-icon-loading-dot {
  color: #fff !important;
}
.main .btns button.act {
  background-color: rgb(239, 107.8, 121.4);
  color: #fff;
}
.main .btns button.disable {
  pointer-events: none;
  opacity: 0.7 !important;
}
.main .ios-trust {
  display: flex;
  flex-direction: column;
  padding: 0 6px 25px;
  width: 100%;
}
.main .ios-trust > * + * {
  margin-top: 10px;
}
.main .ios-trust p {
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #eb4758;
}
.main .ios-trust span {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.4;
}
.main .ios-trust img {
  width: 100%;
}

.animation-icon-loading-dot {
  font-size: 30px;
  color: rgb(239, 107.8, 121.4);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.animation-icon-loading-dot i {
  display: inline-block;
  width: 0.3em;
  height: 0.3em;
  margin: 0 0.1em;
  background-color: currentColor;
  border-radius: 100%;
  animation: loading-dot 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.animation-icon-loading-dot i:nth-child(1) {
  animation-delay: -0.22s;
}
.animation-icon-loading-dot i:nth-child(2) {
  animation-delay: -0.12s;
}
.animation-icon-loading-dot i:nth-child(3) {
  animation-delay: 0;
}
@keyframes loading-dot {
  0% {
    transform: scale(0.5);
    opacity: 0.5;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
