* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
}
body {
  font-family:
    Source Han Sans,
    Source Han Sans;
  background: linear-gradient(135deg, #f0f4fa 0%, #e2e8f0 100%);
  min-height: 100vh;
  overflow-x: hidden;
}

body.modal-open {
  overflow: hidden;
}
:root {
  --page-bg: #f2f2f2;
  --surface: #ffffff;
  --text: #34363d;
  --muted: #b4b6bc;
  --line: rgba(37, 42, 53, 0.1);
  --shadow: 0 0.16rem 0.34rem rgba(17, 35, 74, 0.1);
  --radius-lg: 0.04rem;
  --radius-xl: 0.08rem;
  --content: calc(100% - 0.6rem);
  --bottom-bar-gap: 0.12rem;
  --orange-start: #fb950d;
  --orange-end: #e25b17;
}

.page {
  position: relative;
  max-width: 7.5rem;
  width: 10rem !important;
  margin: 0 auto;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: visible;
}

.page.second-visible {
  min-height: auto;
}

.line {
  margin: 0.3rem 0;
  border: 0.01rem dashed #c6c4c4;
}

.elHidden {
  visibility: hidden !important;
  display: hidden !important;
  height: 0 !important;
  margin: 0 !important;
}

/* section */

header {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.page.second-visible header {
  min-height: auto;
}

.page.second-visible .sectionBox {
  min-height: auto;
}

.section {
  position: relative;
  width: 7.5rem;
  height: 6.01rem;
  flex-shrink: 0;
}

.sectionBgCN,
.sectionBgTW {
  height: 6.01rem;
  width: 7.5rem;
}

.sectionTextCN,
.sectionTextTW {
  height: 3.9rem;
  width: 3.36rem;
  transform-origin: bottom center;
  animation: swayTop 1.6s ease-in-out infinite;
}

#sectionTitle {
  width: 6.95rem;
  height: 0.86rem;
  position: absolute;
  top: 2.08rem;
  left: 0.3rem;
  z-index: 59;
  transform-origin: bottom center;
  animation: swayTop 1.6s ease-in-out infinite;
}

.sectionBgCN {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.sectionTextCN {
  position: absolute;
  top: 4.79rem;
  left: 0.41rem;
  z-index: 11;
}

.sectionBox {
  flex: 1;
  background: url(./img/bg.avif);
  background-size: 100% 100%;
  min-height: 9.6rem;
}

.sectionDesc {
  width: 6.9rem;
  height: 6.66rem;
  background: #f1faff;
  border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  border: 0.06rem solid #ffffff;
  margin: -0.09rem auto 0.28rem;
  position: relative;
  z-index: 20;
  padding: 0 0.32rem 0.33rem;
}

.sectionDesc_title {
  display: flex;
  width: 4.24rem;
  height: 0.6rem;
  margin: -0.17rem auto;
  position: relative;
  overflow: hidden;
}

.sectionDesc_title::before {
  content: "";
  position: absolute;
  top: -30%;
  left: -60%;
  width: 40%;
  height: 160%;
  background: linear-gradient(
    105deg,
    transparent 0%,
    rgba(255, 255, 255, 0.08) 30%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0.08) 70%,
    transparent 100%
  );
  transform: skewX(-20deg);
  animation: sectionDesc-shine 3s ease-in-out infinite;
  pointer-events: none;
  z-index: 2;
}

@keyframes sectionDesc-shine {
  0% {
    left: -60%;
  }
  100% {
    left: 160%;
  }
}

.sectionDesc_title img {
  width: 4.24rem;
  height: 0.6rem;
}

.sectionDesc_item {
  display: flex;
  margin-bottom: 0.18rem;
}

.sectionDesc_item_left {
  width: 0.68rem;
  height: 0.68rem;
  margin-right: 0.22rem;
  display: flex;
}

.sectionDesc_item_left img {
  width: 0.68rem;
  height: 0.68rem;
}

.sectionDesc_item_right {
  flex: 1;
  height: 0.69rem;
  border-bottom: 0.01rem dotted #b6b6b6;
  font-family:
    Source Han Sans,
    Source Han Sans;
  font-weight: 500;
  font-size: 0.28rem;
  color: #3d3d3d;
  line-height: 0.41rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding-top: 0.09rem;
}

.sectionBottom {
  width: 6.9rem;
  height: 1.91rem;
  background: url(./img/bobg.avif);
  background-size: 100% 100%;
  margin: 0 auto;
  padding: 0.31rem 0.21rem 0;
}
.sectionBottom-flex {
  display: flex;
  justify-content: space-between;
}

.sectionBottom-flex-item {
  display: flex;
  align-items: center;
  height: 0.88rem;
  background: #ffffff;
  border-radius: 0.44rem 0.44rem 0.44rem 0.44rem;
  border: 0.02rem solid #8cb6e7;
  font-family:
    Source Han Sans,
    Source Han Sans;
  font-weight: 500;
  font-size: 0.3rem;
  color: #3d3d3d;
  line-height: 0.28rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding: 0 0.09rem;
}
.sectionBottom-flex-item img {
  height: 0.56rem;
  width: 0.56rem;
  margin-right: 0.06rem;
}

.sectionBottom-btn {
  width: 5.8rem;
  height: 0.96rem;
  margin: 0 auto;
}

.sectionBottom-btn img {
  width: 5.8rem;
  height: 0.96rem;
}

.sectionBottom-flex-item {
  animation: itemShake 2s ease-in-out infinite;
}

.sectionBottom-flex-item:nth-child(1) {
  animation-delay: 0s;
}

.sectionBottom-flex-item:nth-child(2) {
  animation-delay: 0.3s;
}

.sectionBottom-flex-item:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes itemShake {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  20% {
    transform: translateY(-0.04rem) rotate(-2deg);
  }
  40% {
    transform: translateY(0.03rem) rotate(1.5deg);
  }
  60% {
    transform: translateY(-0.02rem) rotate(-1deg);
  }
  80% {
    transform: translateY(0.01rem) rotate(0.5deg);
  }
}

.sectionBottom-btn {
  animation: btnScale 2.4s ease-in-out infinite;
}

@keyframes btnScale {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}
/* 消息提示 */
.toast {
  position: fixed;
  left: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(calc(100% - 0.32rem), 4.2rem);
  padding: 0.14rem 0.16rem;
  border-radius: 0.12rem;
  background: rgba(31, 35, 44, 0.94);
  color: #fff;
  font-size: 0.28rem;
  line-height: 1.6;
  box-shadow: 0 0.16rem 0.3rem rgba(18, 22, 29, 0.26);
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
  z-index: 80;
}

.toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

/* 动画 */
@keyframes swayTop {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(2deg);
  }
  75% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.selected {
  border: 0.01rem solid #007cf6 !important;
  color: #2577e3 !important;
}

/* 营业执照弹窗 */
.license-modal {
  position: fixed;
  inset: 0;
  z-index: 59;
  display: grid;
  place-items: center;
  padding: 0.2rem;
  background: #4f4f4f;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.license-modal.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.license-modal__dialog {
  position: relative;
  width: min(100%, 4.8rem);
}

.license-modal__image {
  width: 6.4rem;
  height: 4.66rem;
  background: #ffffff;
}

.license-modal__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0rem 0.45rem;
}

.license-modal__title {
  height: 0.7rem;
  font-family:
    Source Han Sans,
    Source Han Sans;
  font-weight: 700;
  font-size: 0.48rem;
  line-height: 0.7rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  background: linear-gradient(90deg, #ffffff 0%, #dbf2ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 0.3rem;
}

.license-modal__title span {
  margin-left: 0.2rem;
  width: 0.66rem;
  height: 0.43rem;
  margin-top: 0.18rem;
  font-family:
    Source Han Sans,
    Source Han Sans;
  font-weight: 400;
  font-size: 0.3rem;
  color: #ffffff;
  line-height: 0.43rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.license-modal__close {
  position: absolute;
  right: 0.32rem;
  top: -0.5rem;
  z-index: 2;
  width: 0.36rem;
  height: 0.36rem;
  padding: 0;
  border: 0;
  background: transparent;
  line-height: 0;
}

.license-modal__close img {
  width: 0.36rem;
  height: 0.36rem;
}

.license-modal__leftArrow,
.license-modal__rightArrow {
  position: absolute;
  z-index: 2;
  width: 0.8rem;
  height: 0.8rem;
  padding: 0;
  border: 0;
  background: transparent;
  line-height: 0;
  top: 2.93rem;
}

.license-modal__leftArrow {
  left: 0.1rem;
}

.license-modal__rightArrow {
  right: 0.1rem;
  z-index: 100;
}

.license-arrow-bounce-left {
  animation: arrowBounceLeft 1.5s ease-in-out infinite;
}

.license-arrow-bounce-right {
  animation: arrowBounceRight 1.5s ease-in-out infinite;
}

@keyframes arrowBounceLeft {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-0.1rem);
  }
}

@keyframes arrowBounceRight {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(0.1rem);
  }
}

.license-modal__description {
  width: 2.52rem;
  height: 0.42rem;
  font-family: Anton, Anton;
  font-weight: 400;
  font-size: 0.28rem;
  color: #ffffff;
  line-height: 0.42rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 0.37rem;
}

.license-viewport {
  position: relative;
  overflow: hidden;
  background: #f9fafc;
  touch-action: pan-y pinch-zoom;
  width: 6.4rem;
}

.license-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  will-change: transform;
  transition: transform 0.35s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  cursor: grab;
}

.license-track:active {
  cursor: grabbing;
}

.two {
  display: none;
}

.two.is-visible {
  display: block;
}

.concat {
  background: url(./img/concatbg.avif) no-repeat center center / cover;
  padding: 0.4rem 0.3rem 0;
  height: 19.01rem;
  box-sizing: border-box;
}

.concat-header {
  margin-bottom: 0.17rem;
}

.concat-header-title,
.concat-header-title img {
  display: flex;
  width: 2.85rem;
  height: 0.48rem;
}
.concat-header-desc {
  font-family:
    Source Han Sans,
    Source Han Sans;
  font-weight: 400;
  font-size: 0.28rem;
  color: #3f3f3f;
  line-height: 0.52rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.concat-header-btn {
  width: 1.8rem;
  height: 0.54rem;
  background: #ffffff;
  border-radius: 0.28rem 0.28rem 0.28rem 0.28rem;
  border: 0.01rem solid #1a84f9;
  font-family:
    Source Han Sans,
    Source Han Sans;
  font-weight: 400;
  font-size: 0.28rem;
  color: #0c62c0;
  line-height: 0.28rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  line-height: 0.54rem;
  text-align: center;
}

.concat-item {
  position: relative;
  width: 6.9rem;
  height: 6.36rem;
  padding: 0.2rem 0.3rem 0;
  background: #ffffff;
  border-radius: 0.16rem 0.16rem 0.16rem 0.16rem;
}

.concat-item1 {
  position: relative;
  width: 6.9rem;
  height: 3.01rem;
  padding: 0.2rem 0.3rem 0;
  background: #ffffff;
  border-radius: 0.16rem 0.16rem 0.16rem 0.16rem;
}

.concat-item-header {
  height: 0.56rem;
  display: flex;
  align-items: center;
  font-family:
    Source Han Sans,
    Source Han Sans;
  font-weight: 500;
  font-size: 0.3rem;
  color: #3d3d3d;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.concat-item-header img {
  width: 0.56rem;
  height: 0.56rem;
  margin-right: 0.21rem;
}

.fangshi {
  width: 2.05rem;
  height: 0.76rem;
  position: absolute;
  top: 0;
  right: 0;
}

.concat-item-code {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-top: 0.3rem;
}

.concat-item-code-1 {
  display: flex;
  height: 0.4rem;
  align-items: center;
  margin-bottom: 0.21rem;
}

.concat-code-label {
  display: flex;
  align-items: center;
  height: 0.28rem;
  font-family:
    Source Han Sans,
    Source Han Sans;
  font-weight: 700;
  font-size: 0.28rem;
  color: #737373;
  line-height: 0.28rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-right: 0.18rem;
  white-space: nowrap;
}

.concat-code-label span {
  width: fit-content;
  height: 0.28rem;
  font-family:
    Source Han Sans,
    Source Han Sans;
  font-weight: 400;
  font-size: 0.28rem;
  color: #3d3d3d;
  line-height: 0.28rem;
  white-space: nowrap;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.concat-code-btn {
  width: 1.02rem;
  height: 0.4rem;
  background: #1a84f9;
  border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;

  font-family:
    Source Han Sans,
    Source Han Sans;
  font-weight: 400;
  font-size: 0.28rem;
  color: #ffffff;
  line-height: 0.4rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.copyTitle {
  margin-top: 0.3rem;
}

.copyTitle,
.copyTitle img {
  width: 3.64rem;
  height: 0.28rem;

  display: flex;
}

.concat-item-qrcode,
.concat-item-qrcode img {
  width: 3.53rem;
  height: 3.56rem;
}

.concat-bottom {
  width: 7.5rem;
  height: 2.26rem;
  background: #2d2b2b;
  border-radius: 0rem 0rem 0rem 0rem;
  margin-top: -0.55rem;
}

.concat-bottom-desc {
  width: 7.06rem;
  font-family:
    Source Han Sans,
    Source Han Sans;
  font-weight: 400;
  font-size: 0.26rem;
  color: #ffffff;
  line-height: 0.38rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin: 0.18rem auto;
}

.concat-bottom-header {
  display: flex;
  justify-content: space-between;
  padding: 0.22rem 0.28rem 0 0.32rem;
}

.concat-bottom-header-img {
  width: 2.12rem;
  height: 0.52rem;
  display: flex;
}

.concat-bottom-header-img img {
  width: 2.12rem;
  height: 0.52rem;
}

.concat-bottom-header-btn {
  width: 2.08rem;
  height: 0.52rem;
  background: #248a0f;
  border-radius: 0.26rem 0.26rem 0.26rem 0.26rem;
  font-family:
    Source Han Sans,
    Source Han Sans;
  font-weight: 400;
  font-size: 0.26rem;
  color: #ffffff;
  line-height: 0.52rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.whatsBtn {
  width: 4.65rem;
  height: 0.8rem;
  display: flex;
  margin: 0 auto;
}

.whatsBtn img {
  width: 4.65rem;
  height: 0.8rem;
}
