* {
  margin: 0;
  padding: 0;
  font-size: 16px;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
  overflow: auto;
  position: relative;
  font-size: 14px;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

a {
  text-decoration: none;
}
a:hover {
  color: #ff3f92;
}
ul,
ol {
  list-style: none;
}

.ios-dialog {
  visibility: hidden;
  opacity: 0;
  width: 345px;
  height: 273px;
  background: #ffffff;
  border-radius: 20px;
  position: fixed;
  z-index: 999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.5s ease;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

.ios-dialog .dialog-logo {
  height: 88px;
  width: 88px;
  margin-top: 50px;
}

.ios-dialog span {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
  text-align: center;
  margin-top: 12px;
}

.ios-dialog .confirm-btn {
  width: 118px;
  height: 35px;
  background: #f3f3f3;
  border-radius: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  cursor: pointer;
}

body.show-dialog {
  overflow: hidden;
}

body.show-dialog::after {
  content: '';
  display: block;
  height: 100vh;
  width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.show-dialog .ios-dialog {
  visibility: visible;
  opacity: 1;
}

.fluid-container {
  width: 100%;
  min-width: 12rem;
  min-height: 12.21rem;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.download-btn {
  cursor: pointer;
}

.content-container {
  width: 12rem;
  margin: 0 auto;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.8rem;
}

.nav .logo-link {
  display: flex;
  align-items: center;
}
.nav .logo {
  width: 0.36rem;
  height: auto;
  margin-right: 0.1rem;
}
.nav .logo-text {
  font-weight: 500;
  font-size: 0.28rem;
  color: #000000;
}
.nav ul {
  display: flex;
}
.nav ul li {
  padding: 0 0.36rem;
}
.nav ul a {
  font-weight: 400;
  font-size: 0.16rem;
  color: #000000;
}
.nav ul a:hover {
  color: #ff3f92;
}

.banner-container {
  padding-top: 0.62rem;
  padding-bottom: 0.62rem;
  background: linear-gradient(180deg, #f7f3ff 0%, #fcf8f4 49%, #fff2f8 100%);
}
.main-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-left: 1.13rem;
  padding-right: 1.09rem;
}

.main-box .intro {
  margin-top: 0.98rem;
}
.main-box .intro .title {
  font-weight: 500;
  font-size: 0.4rem;
  color: #000000;
}
.main-box .intro .title-logo {
  width: 0.7rem;
  height: 0.7rem;
}
.main-box .intro .title-logo > img {
  width: 100%;
}
.main-box .intro .desc {
  max-width: 3.7rem;
  font-weight: 400;
  font-size: 0.18rem;
  color: #000000;
  line-height: 0.28rem;
  margin-top: 0.34rem;
}
.main-box .intro .download-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.28rem;
  height: 0.5rem;
  margin-top: 0.4rem;
  border-radius: 0.11rem;
  border: 1px solid #ff1e7f;
  font-weight: 600;
  font-size: 0.16rem;
  color: #ff1e7f;
}

.main-box .phone {
  overflow: hidden;
}
.main-box .phone > img {
  width: 3.75rem;
  height: 4.63rem;
}

.feat-list {
  display: flex;
  justify-content: space-between;
  margin-top: 0.47rem;
}
.feat-list .feat-item {
  width: 2.85rem;
  height: 1.16rem;
  background: #f9f6ff;
  border-radius: 0.12rem;
  border: 1px solid #f0e8ff;
  padding: 0.16rem;
}
.feat-list .feat-item .feat-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 500;
  font-size: 0.16rem;
  color: #000000;
  line-height: 0.28rem;
  margin-top: 0.1rem;
}
.feat-list .feat-item .feat-title > img {
  display: none;
  width: 0.12rem;
  height: 0.07rem;
  margin-right: 0.1rem;
}
.feat-list .feat-item .feat-desc {
  font-weight: 400;
  font-size: 0.12rem;
  color: #4a4b4c;
  line-height: 0.2rem;
  margin-top: 0.05rem;
}

.slogan-top-spacer {
  height: 1.08rem;
}
.slogan {
  text-align: center;
}
.slogan-text {
  font-weight: 400;
  font-size: 0.26rem;
  color: #000000;
  line-height: 0.28rem;
  text-align: center;
}

.slogan .download-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1.28rem;
  height: 0.5rem;
  margin-top: 0.26rem;
  background: #ff3f92;
  border-radius: 0.11rem;
  font-weight: 600;
  font-size: 0.16rem;
  color: #ffffff;
}

.footer,
.footer .copyright,
.footer a {
  font-weight: 400;
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.16rem;
  text-align: center;
  margin-top: 1.13rem;
  margin-bottom: 0.28rem;
}
.footer a:hover {
  color: #ff3f92;
}
