body {
  margin: 0;
  background-color: #202020;
  font-family: -apple-system-font, Helvetica Neue, sans-serif;
  -webkit-tap-highlight-color: transparent;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.container {
  padding-left: 17px;
  padding-right: 17px;
  margin: 0 auto;
  max-width: 1200px;
  min-width: 320px;
  margin-top: 40px;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #333;
}

::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #444;
}

header .container {
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  align-items: flex-start;
  padding-left: 62px;
}

header .logo-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto 60px;
}

header .logo {
  height: 80px;
  width: 80px;
  object-fit: contain;
  vertical-align: middle;
  display: block;
}

header .logo-container {
  position: relative;
}

header .logo-container .title {
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  transform: translateX(-50%);
  width: max-content;

  font-size: 20px;
  line-height: 28px;
  color: #fff;
  font-weight: bold;
}

header .transform {
  height: 68px;
  width: 84px;
  object-fit: contain;
  vertical-align: middle;
  display: block;
  margin: 0 49px 0 36px;
}

header .name {
  font-size: 34px;
  color: #fff;
  line-height: 44px;
}

.editor-card {
  border-radius: 50px;
  position: relative;
  background: linear-gradient(186.09deg, #2c8dff 4.82%, #7ad7ff 100%);
  padding: 61px 56px;
  margin-bottom: 56px;
  overflow: hidden;
}

.editor-card .top-half {
  position: relative;
  z-index: 99;
  color: #ffffff;
}

.editor-card .top-half .title {
  font-size: 58px;
  line-height: 86px;
  font-weight: bold;
}

.editor-card .top-half .subtitle {
  font-size: 22px;
  line-height: 30px;
}

.editor-card .button {
  position: relative;
  z-index: 99;
  margin-top: 56px;
  width: max-content;
  background: #ffffff;
  border-radius: 12px;
  padding: 15px 56px;
  font-weight: bold;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 22px;
  color: rgba(10, 122, 255, 1);

  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.05);
}

.editor-card .welcome {
  width: 436px;
  position: absolute;
  right: 0;
  top: 70px;
  object-fit: cover;
  border-radius: 20px 0 0 20px;
  transition: opacity 0.3s;
}

.card {
  border-radius: 50px;
  color: #fff;
  height: auto;
  min-height: 300px;
  flex: 0 0 calc(50% - 18.5px);
}

.card-lg {
  height: 798px;
  margin-bottom: 55px;
  padding: 62px;
  display: flex;
}

.card-lg .card-col {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.card-lg .card-img {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.card-lg .card-col:last-child {
  align-items: center;
}

.card-lg .card-col h1 {
  font-size: 120px;
  line-height: 147px;
  margin-bottom: 36px;
}

.card-lg .card-col .desc {
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 108px;
}

.card-lg .card-col .download-btn {
  width: 336px;
  height: 80px;
  background: #1d1d1d;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 30px;
}

.card-lg .card-col .download-btn .small {
  font-size: 12px;
  opacity: 0.62;
}

.card-lg .phone-img {
  aspect-ratio: 0.463;
  width: 290px;
  /*background: #D7D7D7;*/
  /*border: 15px solid #E3E2E2;*/
  overflow: hidden;
}

.card-blue {
  background-color: #0090ff;
}

.card-yellow {
  background-color: #ffd32a;
}

.card-purple {
  background-color: #8154ff;
}

.card-white {
  background-color: #ffffff;
  color: #333;
}

.product-title {
  font-size: 28px;
  color: #fff;
  margin-bottom: 30px;
  margin-top: 50px;
  font-weight: bold;
}

.card-group {
  display: flex;
  flex-wrap: wrap;
  gap: 37px;
}

.card-group .card {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  cursor: pointer;
  padding: 40px 30px 30px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.card-group .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.card-group .card .icon-circle {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  margin-bottom: 24px;
}

.card-group .card .name {
  font-size: 32px;
  line-height: 44px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #333;
}

.card-group .card .description {
  font-size: 20px;
  line-height: 28px;
  color: #666;
  margin-bottom: 12px;
}

.card-group .card .user-count {
  font-size: 20px;
  line-height: 28px;
  color: #666;
  margin-bottom: 0;
}

.card-group .card .icon-circle img {
  width: 160px;
  height: 160px;
  object-fit: contain;
}


footer {
  margin-top: 82px;
  padding-top: 80px;
  padding-bottom: 64px;
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.qrcodeBox {
  width: 160px;
  height: 160px;
  border-radius: 12px;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.qrcode {
  width: 140px;
  height: 140px;
}

footer .title {
  margin-top: 22px;
  margin-bottom: 7px;
  font-size: 28px;
  line-height: 40px;
}

footer .desc {
  font-size: 26px;
  line-height: 37px;
  text-align: center;
}

.img-list {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.img-list-box {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  left: -100%;
  animation: img-scoll 6s infinite linear;
}

@keyframes img-scoll {
  0% {
    left: 0;
  }
  25% {
    left: 0;
  }
  50% {
    left: calc(-100% - 20px);
  }
  75% {
    left: calc(-100% - 20px);
  }
  100% {
    left: calc(-200% - 40px);
  }
}

.img-list .img-box {
  width: 100%;
  height: 100%;

  box-sizing: border-box;
  max-width: 100%;
}

.img-list img {
  margin-right: 20px;
  width: 100%;
  height: 100%;
}

#img-flag img {
  width: 100%;
  height: 100%;
}

.download-box-small {
  display: none;
}

.pc-button-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.icon-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 10px;
}

.icon-box div {
  margin-top: 3px;
}

.donwload-title {
  font-size: 26px;
  font-weight: 600;
}

.qrcode-box {
  display: flex;
  align-items: center;
  position: relative;
}

.qrcode-box .code-img {
  width: 160px;
  height: 160px;
  border-radius: 12px;
  background-color: #fff;
  display: none;
  text-align: center;
  position: absolute;
  top: -180px;
  left: calc(50% - 80px);
}

.qrcode-box .code-img img {
  margin-top: 10px;
}

.qrcode-box .code-img::before {
  content: '';
  width: 0;
  height: 0;
  box-sizing: content-box;
  border-width: 10px;
  border-style: solid dashed dashed;
  border-color: #ffffff transparent transparent;
  position: absolute;
  top: 160px;
  left: calc(50% - 10px);
}

.qrcode-box:hover .code-img {
  display: block;
}

.index-qrcode {
  width: 140px;
  height: 140px;
}

@media (max-width: 1100px) {
  header .container {
    justify-content: center;
    padding-left: 17px;
  }

  header .container img {
    width: 39px;
    height: 39px;
  }

  header .container .name {
    font-size: 23px;
    line-height: 32px;
  }

  .card {
    border-radius: 20px;
  }

  .editor-card {
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 18px 20px;
    padding-bottom: 0;
    margin-bottom: 23px;
  }

  .editor-card .top-half .title {
    text-wrap: nowrap;
    font-size: 28px;
    line-height: 42px;
    text-align: center;
  }

  .editor-card .top-half .subtitle {
    margin-top: 12px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }

  .editor-card .button {
    border-radius: 8px;
    margin: 32px 0 4px;
    padding: 10px 36px;
    font-size: 16px;
  }

  .editor-card .welcome {
    position: relative;
    top: 50px;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 20px 20px 0 0;
    max-width: 336px;
  }

  .card-lg {
    flex-direction: column;
    height: auto;
    align-items: center;
    padding: 20px 15px 0;
    margin-bottom: 23px;
    overflow: hidden;
  }

  .card-lg .card-col {
    flex: 1;
    align-items: center;
  }

  .product-title {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 30px;
  }

  .card-group {
    gap: 10px;
    flex-wrap: wrap;
  }


  .card-lg .card-col h1 {
    display: flex;
    font-size: 34px;
    line-height: 39px;
    text-indent: 7px;
    margin-bottom: 10px;
  }

  .card-lg .card-col .desc {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 28px;
  }

  .card-lg .card-col .download-btn {
    width: 200px;
    height: 46px;
    font-size: 13px;
    margin-bottom: 30px;
    line-height: 1.2;
  }

  .card-lg .card-col .download-btn img {
    height: 20px;
    width: 20px;
    margin-right: 8px;
  }

  .card-lg .card-col .download-btn .small {
    font-size: 12px;
    line-height: 1;
  }

  .card-lg .card-col .phone-img {
    width: 223px;
    height: 466px;
    margin-bottom: -120px;
  }

  .card-lg .card-col .phone-img .img-iphone {
    display: none;
  }

  .card-group .card {
    padding: 24px 16px 25px;
    align-items: center;
    height: auto;
    min-height: 0 !important;
    flex: 0 0 calc(50% - 5px);
  }

  .card-group .card .icon-circle {
    width: 100px;
    height: 100px;
    margin-bottom: 16px;
  }

  .card-group .card .name {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
  }

  .card-group .card .description {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 6px;
  }

  .card-group .card .user-count {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .card-group .card .icon-circle img {
    width: 100px;
    height: 100px;
    object-fit: contain;
  }

  footer {
    padding: 34px 10px 50px 10px;
    border-radius: 10px;
    background-color: #000;
    width: calc(100% - 34px);
    margin: 21px auto;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  footer .title {
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 12px;
    line-height: 17px;
  }

  footer .desc {
    font-size: 12px;
    line-height: 17px;
  }

  .img-list {
    display: none;
  }

  .download-box {
    display: none;
  }

  .download-box-small {
    display: block;
  }

  header .logo-box {
    margin: 0 auto 16px;
  }

  header .transform {
    margin: 0 22px 0 16px;
  }

  header .logo-container .title {
    top: calc(100% + 8px);
    font-size: 14px;
    line-height: 20px;
  }
}

/* 二维码弹窗样式 */
.qrcode-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.qrcode-modal.show {
  display: flex;
}

.qrcode-modal-content {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 90%;
  max-height: 90%;
}

.qrcode-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 40px;
  color: #999;
  cursor: pointer;
  line-height: 1;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s;
}

.qrcode-close:hover {
  color: #333;
}

.qrcode-image {
  width: 300px;
  height: 300px;
  object-fit: contain;
  margin-bottom: 20px;
}

.qrcode-text {
  font-size: 18px;
  color: #666;
  text-align: center;
}

@media (max-width: 1100px) {
  .qrcode-modal-content {
    padding: 30px 20px;
    border-radius: 15px;
  }

  .qrcode-close {
    top: 5px;
    right: 10px;
    font-size: 32px;
    width: 32px;
    height: 32px;
  }

  .qrcode-image {
    width: 250px;
    height: 250px;
    margin-bottom: 15px;
  }

  .qrcode-text {
    font-size: 16px;
  }
}
