* {
  margin: 0;
  padding: 0;
  font-size: 16px;
}
html,
body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: overlay;
  position: relative;
  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;
}

.star {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-size: contain;
  background-image: url(//img.ikstatic.cn/MTYwNDU0MjQ4OTkyMyM5NzMjcG5n.png);
}
.wrapper {
  position: relative;
  min-width: 1070px;
  min-height: calc(100vh - 78px);
  background-size: 100% auto;
  background-position: center 50%;
  background-repeat: no-repeat;
  margin-top: 78px;
}
.content {
  height: 730px;
  position: relative;
  width: 990px;
  margin: auto;
  /* transform: translateX(-40px); */
}
.left {
  position: absolute;
  left: 40.5px;
  top: 52.5px;
}
.left-img {
  width: 269px;
  height: 269px;
}
.logo-title .logo {
  width: 120px;
  height: auto;
  margin-bottom: 42px;
  background-size: 100% 100%;
  animation-duration: 1.2s;
}
.logo-title .slogan {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #fff;
}
.phone {
  width: 236px;
  height: 513px;
  background-size: 100% 100%;
  animation-duration: 1.2s;
}
.right {
  animation-duration: 1.2s;
  position: absolute;
  left: 397px;
  top: 210px;
}
.download-wrapper {
  margin-top: 40px;
  display: flex;
  align-items: center;
}

.download-btn {
  width: 172px;
  height: 48px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  cursor: pointer;
}

.download-btn .icon {
  height: 20px;
  width: 18px;
  object-fit: contain;
  margin-right: 10px;
}

.download-btn.android {
  color: #dd6cdb;
}

.title {
  width: 142.5px;
  height: 72px;
  margin-bottom: 44px;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
}

.title img {
  height: 58px;
  width: 99px;
  margin-left: 11px;
}

.tips {
  color: #fff;
  font-size: 40px;
  line-height: 1.5;
  font-family: webfont;
}

.text {
  width: auto;
  left: 42%;
  text-align: center;
  bottom: 24px;
  color: #fff;
  opacity: 0.85;
  font-size: 15px;
  text-decoration: unset;
}

.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;
}

@media screen and (max-width: 960px) {
  /* 换成2倍图 */
  html,
  body {
    overflow: auto;
  }
}

.header .header-logo {
  display: flex;
  align-items: center;
}
.header .header-logo .logo {
  margin-right: 10px;
}
.header .header-logo .short-name,
.header .header-logo .app-name {
  color: #000;
  font-weight: bold;
  margin-right: 6px;
  font-size: 26px;
}

.copyright-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  left: 0;
  flex-direction: column;
  color: #999999;
}
.copyright-footer .line {
  text-align: center;
  color: #999999;
}

.line-item + .line-item {
  margin-left: 12px;
}

.address-contact {
  display: none;
}

.page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-top: 130px;
  margin-bottom: 80px;
}
.page .prd-img {
  display: block;
  margin-bottom: 30px;
}

.content-page {
  width: 100%;
  font-size: 0;
  line-height: 0;
}

.content-page img {
  display: block;
  width: 100%;
  height: auto;
}