html,
body,
div,
p,
header,
section,
footer {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.p-container {
  min-width: 1260px;
  background-color: #F9FDFF;
}
.p-container .header {
  width: 100%;
  height: 0.64rem;
  line-height: 0.64rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(20, 12, 0, 0.7);
}
.p-container .header .menu {
  width: 12rem;
  height: 0.64rem;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-container .header .menu .h-left {
  display: flex;
  align-items: center;
}
.p-container .header .menu .h-left img {
  width: 0.5rem;
  height: 0.5rem;
}
.p-container .header .menu .h-left p {
  margin-left: 0.15rem;
  height: 0.24rem;
  line-height: 0.24rem;
  font-size: 0.24rem;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #808080;
}
.p-container .header .menu .h-left span {
  margin-left: 0.06rem;
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
  line-height: 0.5rem;
  white-space: nowrap;
}
.p-container .header .menu .h-right {
  line-height: 0.24rem;
  font-size: 0.24rem;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #404040;
  display: flex;
  align-items: center;
}
.p-container .header .menu .h-right button {
  min-width: 1rem;
  height: 0.4rem;
  background: linear-gradient(-10deg, #05EDFF, #007AFF);
  border-radius: 0.2rem;
  font-family: SourceHanSansCN;
  font-weight: 500;
  font-size: 0.14rem;
  color: #FFFFFF;
  word-break: keep-all;
}
.p-container .header .menu .h-right button:hover {
  transform: scale(1.06);
  cursor: pointer;
}
.p-container .section {
  background: linear-gradient(90deg, #DAFCFF, #ECFFF8, #E0EFFF);
}
.p-container .section .logo-block {
  width: 100%;
  padding-top: 0.64rem;
  height: 9rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-container .section .logo-block::before {
  content: "";
  position: absolute;
  top: 0;            
  left: 0;
  width: 100%;
  height: calc(9rem - 0.77rem);
  background: linear-gradient(-20deg, #05ECFF, #007AFF);
}
.p-container .section .logo-block .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.p-container .section .logo-block .keyVisual-img {
  position: absolute;
  width: 12rem;
  height: 6.74rem;
  top: 0.98rem;
  z-index: 99;
}
.p-container .section .logo-block .phone-img {
  width: 5.02rem;
  height: 5.93rem;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translate(-60%, 0.28rem);
}
.p-container .section .logo-block .l-content {
  position: absolute;
  top: 1.33rem;
  width: 5.67rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
.p-container .section .logo-block .l-content .l-title {
  display: flex;
  font-size: 0.66rem;
  font-family: SourceHanSansCN;
  font-weight: bold;
  font-size: 0.24rem;
  color: #212121;
  line-height: 0.5rem;
  align-items: center;
  white-space: nowrap;
}
.p-container .section .logo-block .l-content .l-title img {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.1rem;
}
.p-container .section .logo-block .l-content .l-subtitle {
  width: 5.67rem;
  height: 0.8rem;
  margin-bottom: 1.31rem;
}
.p-container .section .logo-block .l-content .l-desp {
  height: 0.88rem;
  font-size: 0.36rem;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #F2F2F2;
  line-height: 0.88rem;
  opacity: 0.9;
}
.p-container .section .logo-block .l-content .l-download {
  width: 3.08rem;
  height: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0.24rem;
}
.p-container .section .logo-block .l-content .l-download > * + * {
  margin-left: 0.2rem;
}
.p-container .section .logo-block .l-content .l-download .l-left {
  width: 1.2rem;
  height: 1.4rem;
  background: #fff;
  border-radius: 0.12rem;
}
.p-container .section .logo-block .l-content .l-download .l-left img {
  position: relative;
  left: 0.12rem;
  top: 0.12rem;
  width: 1.34rem;
  height: 1.34rem;
}
.p-container .section .logo-block .l-content .l-download .l-left p {
  font-family: SourceHanSansCN;
  position: relative;
  width: 1.2rem;
  text-align: center;
  bottom: -0.16rem;
  font-weight: 600;
  font-size: 0.16rem;
  color: #212121;
}
.p-container .section .logo-block .l-content .l-download .l-left .qrcode {
  position: relative;
  width: 1rem;
  height: 1rem;
  top: 0.1rem;
  left: 0.1rem;
}
.p-container .section .logo-block .l-content .l-download .l-left .qrcode img {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0;
  left: 0;
}
.p-container .section .logo-block .l-content .l-download .l-left:hover {
  transform: scale(1.06);
}
.p-container .section .logo-block .l-content .l-download .l-right .l-btn {
  width: 1.48rem;
  height: 0.48rem;
  background: #FFFFFF;
  box-shadow: 0 0 0.1rem 0 rgba(45, 45, 45, 0.35);
  border-radius: 0.24rem;
  padding-left: 0.48rem;
  font-size: 0.18rem;
  font-family: SourceHanSansCN;
  font-weight: 500;
  font-size: 0.18rem;
  color: #212121;
  display: flex;
  align-items: center;
}
.p-container .section .logo-block .l-content .l-download .l-right .l-btn:hover {
  transform: scale(1.06);
}
.p-container .section .logo-block .l-content .l-download .l-right .btn-img {
  position: relative;
}
.p-container .section .logo-block .l-content .l-download .l-right .btn-img .btn-icon {
  width: 0.28rem;
  height: 0.28rem;
  position: absolute;
  top: 0.1rem;
  left: 0.1rem;
}
.p-container .section .advantage-block {
  width: 100%;
}
.p-container .section .advantage-block .content-wrapper {
  width: 12rem;
  margin: 0 auto;
  padding: 0 0.32rem 0.42rem;
}
.p-container .section .advantage-block .content-wrapper img {
  width: 100%;
  object-fit: cover;
}
.p-container .section .welfare-block {
  margin: auto;
  width: 15.6rem;
  display: flex;
}
.p-container .section .welfare-block .w-left {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-container .section .welfare-block .w-left .w-title {
  display: flex;
}
.p-container .section .welfare-block .w-left .t-left {
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.6rem;
  font-family: SourceHanSansCN;
  font-weight: 500;
  color: #478AC4;
}
.p-container .section .welfare-block .w-left .t-right {
  height: 0.6rem;
  line-height: 0.6rem;
  margin-left: 0.1rem;
  margin-top: 0.05rem;
  padding: 0 0.22rem;
  border-radius: 0.1rem;
  font-size: 0.5rem;
  font-family: SourceHanSansCN;
  font-weight: 500;
  color: #FFFFFF;
}
.p-container .section .welfare-block .w-left .t-right-color-1 {
  background: linear-gradient(90deg, #527DD0, #665BC5);
}
.p-container .section .welfare-block .w-left .t-right-color-2 {
  background: linear-gradient(135deg, #D54058, #DB6A4C);
}
.p-container .section .welfare-block .w-left .w-desp {
  margin-top: 0.35rem;
  height: 0.36rem;
  line-height: 0.36rem;
  font-size: 0.36rem;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #838689;
}
.p-container .section .welfare-block .w-right {
  position: relative;
}
.p-container .section .p-height-1 {
  height: 6.62rem;
}
.p-container .section .p-height-2 {
  height: 4.59rem;
}
.p-container .section .p-height-3 {
  height: 5.94rem;
}
.p-container .section .p-height-4 {
  height: 6.26rem;
}
.p-container .section .p-relative-1 {
  left: 0.5rem;
}
.p-container .section .p-relative-2 {
  left: 0.2rem;
}
.p-container .section .p-relative-3 {
  left: 0.86rem;
  top: -1.05rem;
}
.p-container .section .p-relative-4 {
  left: 2.24rem;
}
.p-container .section .p-relative-5 {
  left: 1.5rem;
}
.p-container .section .p-relative-6 {
  left: 2.2rem;
}
.p-container .section .p-relative-7 {
  left: 1.24rem;
}
.p-container .section .p-relative-8 {
  left: 1.26rem;
}
.p-container .section .p-mt-1 {
  margin-top: 2rem;
}
.p-container .section .p-mt-2 {
  margin-top: 1rem;
}
.p-container .section .p-mt-3 {
  margin-top: 1.26rem;
}
.p-container .section .p-mt-4 {
  margin-top: 0.87rem;
}
.p-container .register {
  position: relative;
  z-index: 9999;
}
.p-container .register .register-body {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-container .register .register-body .register-content {
  width: 410px;
  height: 300px;
  position: relative;
  background-color: #fff;
  color: #313131;
}
.p-container .register .register-body .register-content .register-title {
  font-size: 16px;
  height: 65px;
  line-height: 65px;
  text-align: center;
}
.p-container .register .register-body .register-content .register-input {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.p-container .register .register-body .register-content .register-input input {
  width: 260px;
  margin-bottom: 15px;
  height: 36px;
  background: #FFFFFF;
  border: 1px solid #BFBFBF;
  border-radius: 4px;
  font-size: 12px;
  color: #000000;
  opacity: 0.5;
  padding-left: 5px;
}
.p-container .register .register-body .register-content .register-input .register-code {
  position: absolute;
  right: 82px;
  top: 60px;
  font-size: 12px;
  color: #168FF7;
}
.p-container .register .register-body .register-content .register-input .register-code:disabled {
  color: #ACA899;
}
.p-container .register .register-body .register-content .register-input .register-eyes {
  position: absolute;
  font-size: 12px;
  top: 64px;
  right: 84px;
  width: 19px;
  height: 12px;
}
.p-container .register .register-body .register-content .register-change {
  font-size: 12px;
  width: 260px;
  margin: auto;
  color: #0066FF;
  text-decoration: underline;
}
.p-container .register .register-body .register-content .register-btn {
  width: 260px;
  font-size: 16px;
  margin: auto;
  line-height: 36px;
  height: 36px;
  text-align: center;
  background-color: #0066FF;
  color: #fff;
  border-radius: 20px;
  margin-top: 30px;
}
.p-container .register .register-body .register-content .register-text {
  height: 300px;
  text-align: center;
  margin: auto;
  font-size: 12px;
  margin-top: 10px;
  color: #666;
}
.p-container .register .register-body .register-content .register-text span,
.p-container .register .register-body .register-content .register-text a {
  color: #0066FF;
}
.p-container .footer {
  padding: 0.4rem 0;
  min-height: 2rem;
  max-height: 8rem;
  /* line-height: 2rem; */
  background: #25374E;
  text-align: center;
  font-size: 0.24rem;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-container .footer a {
  color: #fff;
}
.mo-toast {
  font-size: 16px !important;
  z-index: 9999 !important;
}


/* iOS二维码弹窗样式 */
.ios-qr-popup {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 0.15rem;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: all 0.3s ease;
  pointer-events: none;
}

.ios-qr-popup.show {
  opacity: 1;
  visibility: visible;
  display: block;
}

.qr-popup-content {
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.3);
  width: 1.57rem;
  height: 1.81rem;
  position: relative;
}

.qr-popup-header {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: #fff;
  height: 0.3rem;
  border-radius: 0.1rem;
}

.qr-popup-title {
  font-size: 0.14rem;
  font-weight: 500;
  color: #333;
  font-family: SourceHanSansCN;
  text-align: center;
  line-height: 1.4;
}

.qr-popup-body {
  padding: 0.1rem;
  text-align: center;
  height: calc(100% - 0.3rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.qr-popup-body .qrcode {
  position: relative;
  width: 1.34rem;
  height: 1.34rem;
  background: #fff;
  border-radius: 0.05rem;
}

.qr-popup-body .qrcode img {
  width: 1.34rem;
  height: 1.34rem;
  position: absolute;
}

/* iOS下载按钮样式 */
.ios-download-btn {
  position: relative;
  overflow: visible;
}