* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family:
    Source Han Sans,
    Source Han Sans;
  background: linear-gradient(135deg, #f0f4fa 0%, #e2e8f0 100%);
  min-height: 100vh;
  /* font-size: 16px; */
}

body.modal-open {
  overflow: hidden;
}
/* 定义根基准值：100vw = 750rpx，所以 1rpx = (100/750)vw = 0.13333vw */
: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;
  margin: 0 auto;
  min-height: 100vh;
  overflow: visible;
}

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

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

.changeTw {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

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

/* nav */

.nav {
  height: 0.88rem;
  background: #1e1d1d;
  display: flex;
  justify-content: space-between;
  padding: 0.14rem 0.3rem;
}

.navSticky {
  position: sticky;
  top: 0;
  z-index: 35;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.18rem;
  padding: 0.18rem 0.26rem;
  background: rgba(31, 31, 32, 0.98);
  box-shadow: 0 0.08rem 0.24rem rgba(0, 0, 0, 0.18);
}

.nav_left {
  display: flex;
  align-items: center;
}

.nav_left_logo {
  width: 0.75rem;
  height: 0.75rem;
}

.nav_left_title {
  margin-left: 0.12rem;
  font-weight: 700;
  font-size: 0.33rem;
  color: #ffffff;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.nav_right {
  display: flex;
  align-items: center;
}

.nav_right div {
  width: 1.12rem;
  height: 0.48rem;
  line-height: 0.48rem;
  border-radius: 0.24rem;
  background: #454545;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  font-size: 0.28rem;
}

.nav_right_CN {
  margin-right: 0.2rem;
}

.nav_right .active {
  color: #fbe02b;
}

/* section */

.section {
  position: relative;
  width: 7.5rem;
  height: 8.79rem;
}

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

.sectionTextCN,
.sectionTextTW {
  height: 2.82rem;
  width: 2.53rem;
  /* 关键：以底部中心为支点 */
  transform-origin: bottom center;
  /* 摇摆动画 */
  animation: swayTop 1.6s ease-in-out infinite;
}

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

.sectionBgTW {
  position: absolute;
  top: 0;
  left: 0;
}

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

.sectionTextTW {
  position: absolute;
  top: 3.21rem;
  left: 0.41rem;
  z-index: 12;
}

.mainbg {
  background: #eedb87;
  margin-top: -1.54rem;
  padding-bottom: 0.001rem;
}

/* form */

.form-card {
  position: relative;
  z-index: 20;
  width: 6.9rem;
  height: 8rem;
  margin: 0 auto;
  padding: 0 0.24rem 0.32rem 0.24rem;
  border-radius: 0.12rem 0.12rem 0.12rem 0.12rem;
  background: #fff;
  box-shadow: 0 0.18rem 0.4rem rgba(26, 41, 78, 0.15);
}

.form-card__title {
  width: 5.48rem;
  height: 0.8rem;
  line-height: 0.8rem;
  margin: 0 auto 0.44rem;
  text-align: center;
  font-size: 0.32rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.01em;
  background: linear-gradient(90deg, #ffb941 0%, #ff8324 100%);
  border-radius: 0rem 0rem 0.48rem 0.48rem;
}

.quote-modal-title {
  width: 3.59rem;
  height: 0.46rem;
  margin: 0.4rem auto 0.47rem;
  background-size: 3.59rem 0.2rem !important;
}

.section-title.image-title img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 0.49rem;
  margin: 0 auto;
}

.field {
  position: relative;
}

.field__box {
  display: flex;
  align-items: baseline;
  gap: 0.12rem;
  min-height: 0.88rem;
  padding: 0 0.18rem;
  border-radius: 0.42rem;
  background: #f3f4f7;
  transition:
    box-shadow 0.2s ease,
    transform 0.2s ease,
    background 0.2s ease;
}

.field__label {
  flex: 0 0 auto;
  font-size: 0.28rem;
  font-weight: 400;
  color: #3d3d3d;
  line-height: 1.2;
  white-space: nowrap;
}

.field input,
.field select,
.field textarea {
  flex: 1 1 auto;
  width: 100%;
  border: 0;
  border-radius: 0;
  background: transparent;
  min-height: 0.84rem;
  padding: 0;
  color: #474b52;
  font-size: 0.28rem;
  font-weight: 500;
  transition:
    box-shadow 0.2s ease,
    transform 0.2s ease,
    background 0.2s ease;
  appearance: none;
  -webkit-appearance: none;
}

.field textarea {
  min-height: 0.88rem;
  padding-top: 0.22rem;
  padding-bottom: 0.22rem;
  resize: none;
  /* line-height: 1.5; */
}

.field input::placeholder,
.field textarea::placeholder {
  color: #999999;
  font-weight: 400;
}

.field__box:focus-within {
  outline: none;
  box-shadow: 0 0 0 0.03rem rgba(255, 149, 44, 0.18);
  transform: translateY(-0.01rem);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
}

.field--select::after {
  content: "";
  position: absolute;
  right: 0.18rem;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 0.07rem solid transparent;
  border-right: 0.07rem solid transparent;
  border-top: 0.09rem solid #c9c9c9;
  transform: translateY(-20%);
  pointer-events: none;
}

.field--select .field__label {
  padding-right: 0.02rem;
}

.field__trigger {
  flex: 1 1 auto;
  width: 100%;
  min-height: 0.88rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #474b52;
  font-size: 0.28rem;
  font-weight: 400;
  text-align: left;
  cursor: pointer;
}

.field__trigger:focus {
  outline: none;
}

.field__trigger.is-placeholder {
  color: #999;
  font-weight: 400;
}

.quote-form {
  display: grid;
  gap: 0.24rem;
}

.quote-form__row {
  display: grid;
  gap: 0.14rem;
}

.quote-form__row--two {
  grid-template-columns: 1.2fr 1fr;
}

.quote-form__contact {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.12rem;
  padding-top: 0.06rem;
}

.quote-form__contact-label {
  color: #484848;
  font-size: 0.28rem;
  font-weight: 700;
  white-space: nowrap;
  margin-right: 0.28rem;
}

.quote-form__contact-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.23rem;
}

.contact-chip {
  min-width: 0.74rem;
  min-height: 0.72rem;
  padding: 0 0.19rem;
  border: 0.01rem solid #d7d7d7;
  border-radius: 0.08rem;
  background: #fff;
  color: #525252;
  font-size: 0.28rem;
  font-weight: 500;
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.contact-chip:hover {
  border-color: rgba(242, 136, 26, 0.7);
}

.contact-chip.is-active {
  border-color: #f19a28;
  background: #fff;
  color: #de7d0b;
  box-shadow: inset 0 0 0 0.01rem rgba(241, 154, 40, 0.08);
}

.contact-chip:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.03rem rgba(255, 149, 44, 0.18);
}

.cta-button {
  position: relative;
  overflow: hidden;
  display: block;
  width: 5.8rem;
  height: 0.96rem;
  margin: 0.12rem auto 0;
  padding: 0;
  border: 0;
  border-radius: 9.99rem;
  background: transparent;
  box-shadow: 0 0.12rem 0.24rem rgba(235, 116, 14, 0.22);
  isolation: isolate;
  /* 关键：无限循环缩放动画 */
  animation: expandContract 2.4s ease-in-out infinite;
  will-change: transform;
}

.cta-button_text {
  position: absolute;
  top: 0.25rem;
  left: 1.31rem;
  font-weight: 700;
  font-size: 0.32rem;
  color: #483b3b;
  font-style: normal;
  text-transform: none;
  z-index: 2;
}

.cta-button[disabled] {
  opacity: 0.72;
  cursor: wait;
}
/* .cta-button::before {
  content: "";
  position: absolute;
  top: -10%;
  bottom: -10%;
  left: -52%;
  width: 46%;
  background: linear-gradient(
    110deg,
    transparent 0%,
    rgba(255, 255, 255, 0.12) 22%,
    rgba(255, 255, 255, 0.92) 50%,
    rgba(255, 255, 255, 0.12) 78%,
    transparent 100%
  );
  transform: translateX(-180%) skewX(-20deg);
  animation: cta-shine 1.2s linear infinite;
  z-index: 2;
  pointer-events: none;
  filter: blur(0.015rem);
} */

.cta-button__image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

@keyframes cta-shine {
  0%,
  16.6667% {
    transform: translateX(-180%) skewX(-20deg);
  }

  83.3333% {
    transform: translateX(420%) skewX(-20deg);
  }

  100% {
    transform: translateX(420%) skewX(-20deg);
  }
}

/* proble, */
.problem-card {
  width: 6.9rem;
  height: 12.48rem;
  background: #ffffff;
  border-radius: 0.12rem 0.12rem 0.12rem 0.12rem;
  margin: 0.44rem auto;
  padding: 0 0.3rem;
}
.problem-card_title {
  width: 6.2rem;
  height: 0.8rem;
  line-height: 0.8rem;
  margin: 0 auto 0.4rem;
  text-align: center;
  font-size: 0.32rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.01em;
  background: linear-gradient(90deg, #ffb941 0%, #ff8324 100%);
  border-radius: 0rem 0rem 0.48rem 0.48rem;
}

.problem-card_content_item {
  display: flex;
  height: 1.7rem;
}

.problem-card_content_item_logo {
  margin-right: 0.24rem;
}

.problem-card_content_item_logo img {
  width: 1.64rem;
  height: 1.64rem;
  margin-top: 0.05rem;
}

.problem-card_content_item_label {
  height: 0.43rem;
  font-weight: 700;
  font-size: 0.3rem;
  color: #333333;
  line-height: 0.43rem;
  font-style: normal;
  text-transform: none;
}

.problem-card_content_item_desc {
  margin-top: 0.15rem;
  width: 4.42rem;
  height: 1.14rem;
  font-weight: 400;
  font-size: 0.26rem;
  color: #3d3d3d;
  line-height: 0.38rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

/* guarantee */
.guarantee-card {
  width: 6.9rem;
  height: 12.48rem;
  background: #ffffff;
  border-radius: 0.12rem 0.12rem 0.12rem 0.12rem;
  margin: 0.44rem auto;
  padding: 0 0.3rem;
}
.guarantee-card_title {
  width: 6.2rem;
  height: 0.8rem;
  line-height: 0.8rem;
  margin: 0 auto 0.4rem;
  text-align: center;
  font-size: 0.32rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.01em;
  background: linear-gradient(90deg, #ffb941 0%, #ff8324 100%);
  border-radius: 0rem 0rem 0.48rem 0.48rem;
}

.guarantee-card_content_item {
  display: flex;
  height: 1.7rem;
}

.guarantee-card_content_item_logo {
  margin-right: 0.24rem;
}

.guarantee-card_content_item_logo img {
  width: 1.64rem;
  height: 1.64rem;
  margin-top: 0.05rem;
}

.guarantee-card_content_item_label {
  height: 0.52rem;
  font-weight: 700;
  font-size: 0.3rem;
  color: #ff7119;
  line-height: 0.43rem;
  font-style: normal;
  text-transform: none;
  border-radius: 0.26rem 0.26rem 0.26rem 0.26rem;
  border: 0.01rem solid #ff7119;
  width: fit-content;
  padding: 0.011rem 0.2rem;
}

.guarantee-card_content_item_desc {
  margin-top: 0.15rem;
  width: 4.42rem;
  height: 1.14rem;
  font-weight: 400;
  font-size: 0.26rem;
  color: #3d3d3d;
  line-height: 0.38rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
/* 热门车型选择 */
.hotCar-card {
  width: 6.9rem;
  height: 16.32rem;
  background: #ffffff;
  border-radius: 0.12rem 0.12rem 0.12rem 0.12rem;
  margin: 0.44rem auto;
  padding: 0 0.25rem 0.4rem;
}
.hotCar-card_title {
  width: 3.1rem;
  height: 0.8rem;
  line-height: 0.8rem;
  margin: 0 auto 0.4rem;
  text-align: center;
  font-size: 0.32rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.01em;
  background: linear-gradient(90deg, #ffb941 0%, #ff8324 100%);
  border-radius: 0rem 0rem 0.48rem 0.48rem;
}

.hotCar-card-item {
  height: 4.8rem;
  width: 6.4rem;
  position: relative;
  margin-bottom: 0.24rem;
}

.hotCar-card-item img {
  height: 4.8rem;
  width: 6.4rem;
  position: absolute;
  top: 0;
}

.hotCar-card-item-CN {
  z-index: 2;
}

/* cost-费用  */

.cost-card {
  width: 6.9rem;
  height: 9.2rem;
  margin: 0.24rem auto;
  padding: 0.23rem 0.25rem 0.38rem 0.18rem;
  background: #ffffff;
  border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
}

.cost-card-header {
  display: flex;
  height: 1.03rem;
}

.cost-card-logo {
  height: 0.62rem;
  width: 0.62rem;
  margin-right: 0.12rem;
}
.cost-card-label {
  width: 1.2rem;
  height: 0.43rem;
  font-weight: 700;
  font-size: 0.3rem;
  color: #3d3d3d;
  line-height: 0.43rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.cost-card-desc {
  width: 5.6rem;
  height: 0.41rem;
  font-weight: 400;
  font-size: 0.28rem;
  color: #242424;
  line-height: 0.41rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 0.1rem;
}

.cost-card-include {
  width: 6.4rem;
  height: 2.69rem;
  background: #f4f4f4;
  border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  margin-left: 0.07rem;
}

.cost-card-include-title {
  width: 1.64rem;
  height: 0.56rem;
  background: #ff7119;
  padding-top: 0.08rem;
  padding-left: 0.28rem;
  border-radius: 0.08rem 0rem 0.24rem 0rem;
  font-weight: 700;
  font-size: 0.28rem;
  color: #ffffff;
  line-height: 0.41rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0.19rem;
}

.cost-card-item {
  display: flex;
  height: 0.41rem;
  align-items: center;
  margin-left: 0.2rem;
}
.line1 {
  margin: 0.12rem 0.12rem 0.12rem 0.2rem;
  border: 0.01rem dashed #cecdcd;
}
.cost-card-item-logo {
  height: 0.32rem;
  width: 0.32rem;
}

.cost-card-item-desc {
  font-weight: 400;
  font-size: 0.28rem;
  color: #242424;
  line-height: 0.41rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-left: 0.15rem;
}

.cost-card-exclude {
  width: 6.4rem;
  height: 3.38rem;
  background: #f4f4f4;
  border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  margin-left: 0.07rem;
  margin-top: 0.16rem;
}

.cost-card-exclude-title {
  width: 1.64rem;
  height: 0.56rem;
  background: #b6b6b6;
  padding-top: 0.08rem;
  padding-left: 0.28rem;
  border-radius: 0.08rem 0rem 0.24rem 0rem;
  font-weight: 700;
  font-size: 0.28rem;
  color: #ffffff;
  line-height: 0.41rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0.19rem;
}

.cost-card-bottom {
  width: 6.16rem;
  height: 0.82rem;
  font-weight: 400;
  font-size: 0.28rem;
  color: #242424;
  line-height: 0.41rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 0.27rem;
  margin-left: 0.12rem;
}

/* 日本全境覆盖 japan */

.japan-card {
  width: 6.9rem;
  /* height: 8.54rem; */
  background: #ffffff;
  border-radius: 0.12rem 0.12rem 0.12rem 0.12rem;
  margin: 0.44rem auto 0;
  padding: 0 0.25rem 0.41rem 0.25rem;
  /* overflow: hidden; */
}

.japan-card_title {
  width: 3rem;
  height: 0.8rem;
  background: linear-gradient(90deg, #ffb941 0%, #ff8324 100%);
  border-radius: 0rem 0rem 0.48rem 0.48rem;
  line-height: 0.8rem;
  margin: 0 auto 0.44rem;
  text-align: center;
  font-size: 0.32rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.01em;
}

.japan-card-item-bg {
  width: 6.4rem;
  height: 0.96rem;
  position: relative;
  padding: 0;
  margin: 0;
}

.japan-card-item-bg img {
  width: 6.4rem;
  height: 0.96rem;
  position: absolute;
  top: 0;
}

.japan-card-item-bg div {
  height: 0.43rem;
  font-weight: 700;
  font-size: 0.3rem;
  color: #3d3d3d;
  line-height: 0.43rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  position: absolute;
  top: 0.33rem;
  left: 2.9rem;
}

.japan-card-item-bg1 div {
  left: 2.75rem;
}

.japan-card-item-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.27rem;
}

.japan-card-item-box div {
  height: 0.6rem;
  background: #efefef;
  border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
  padding: 0.1rem 0.32rem;
  font-weight: 400;
  font-size: 0.28rem;
  color: #3d3d3d;
  line-height: 0.41rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
}

.japan-card-open {
  width: 1.48rem;
  height: 0.52rem;
  border-radius: 0.26rem 0.26rem 0.26rem 0.26rem;
  border: 0.01rem solid #b3b3b3;
  display: flex;
  margin: 0.48rem auto;
  justify-content: center;
  align-items: center;
}

.japan-card-open div {
  width: 0.56rem;
  height: 0.43rem;
  font-weight: 400;
  font-size: 0.26rem;
  color: #ff8324;
  line-height: 0.38rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.japan-card-open img {
  width: 0.2rem;
  height: 0.2rem;
  margin-left: 0.06rem;
}

/* 全场景服务 */
.scene-card {
  width: 6.9rem;
  height: 10.28rem;
  background: #ffffff;
  border-radius: 0.12rem 0.12rem 0.12rem 0.12rem;
  margin: 0.44rem auto 0;
  padding: 0 0.25rem 0.49rem 0.3rem;
}

.scene-card_title {
  width: 2.8rem;
  height: 0.8rem;
  background: linear-gradient(90deg, #ffb941 0%, #ff8324 100%);
  border-radius: 0rem 0rem 0.48rem 0.48rem;
  line-height: 0.8rem;
  margin: 0 auto 0.4rem;
  text-align: center;
  font-size: 0.32rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.01em;
}

.scene-card_content_item {
  display: flex;
  height: 1.7rem;
}

.scene-card_content_item_logo {
  margin-right: 0.24rem;
}

.scene-card_content_item_logo img {
  width: 1.64rem;
  height: 1.64rem;
  margin-top: 0.05rem;
}

.scene-card_content_item_label {
  height: 0.43rem;
  font-weight: 700;
  font-size: 0.3rem;
  color: #333333;
  line-height: 0.43rem;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0.02rem;
}

.scene-card_content_item_desc {
  display: flex;
  flex-wrap: wrap;
}
.scene-card_content_item_desc div {
  margin-top: 0.14rem;
  height: 0.48rem;
  width: fit-content;
  padding: 0.03rem 0.15rem 0.045rem 0.14rem;
  font-weight: 400;
  font-size: 0.28rem;
  color: #3d3d3d;
  line-height: 0.41rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  border-radius: 0.24rem 0.24rem 0.24rem 0.24rem;
  border: 0.01rem solid #ff8324;
  margin-right: 0.2rem;
}

/* 全球华人真实评价 */

.evaluation-card {
  width: 6.9rem;
  height: 13.38rem;
  background: #ffffff;
  border-radius: 0.12rem 0.12rem 0.12rem 0.12rem;
  margin: 0.44rem auto 0;
  padding: 0 0.25rem 0.4rem 0.25rem;
}

.evaluation-card_title {
  width: 4rem;
  height: 0.8rem;
  background: linear-gradient(90deg, #ffb941 0%, #ff8324 100%);
  border-radius: 0rem 0rem 0.48rem 0.48rem;
  line-height: 0.8rem;
  margin: 0 auto 0.4rem;
  text-align: center;
  font-size: 0.32rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.01em;
}

.evaluation-card-item {
  width: 6.4rem;
  height: 3.78rem;
  background: #f5f5f5;
  border-radius: 0.12rem 0.12rem 0.12rem 0.12rem;
  padding: 0.27rem 0.15rem 0.24rem 0.22rem;
  margin-bottom: 0.24rem;
}

.evaluation-card-item-top {
  display: flex;
}

.evaluation-card-item-top-peopleLogo {
  width: 0.88rem;
  height: 0.88rem;
  margin-right: 0.2rem;
}

.evaluation-card-item-top-left-people {
  width: 0.89rem;
  height: 0.49rem;
  font-weight: 700;
  font-size: 0.28rem;
  color: #242424;
  line-height: 0.41rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.evaluation-card-item-top-left-location {
  display: flex;
  margin-top: 0.04rem;
  align-items: center;
}

.evaluation-card-item-top-left-location img {
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.07rem;
}

.evaluation-card-item-top-left-location div {
  font-weight: 400;
  font-size: 0.24rem;
  color: #646464;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.evaluation-card-item-top-right {
  height: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  font-weight: 400;
  font-size: 0.28rem;
  padding: 0 0.19rem;
  background: #ffffff;
  border-radius: 0.24rem 0.24rem 0.24rem 0.24rem;
  border: 0.01rem solid #ff8324;
  color: #ff8324;
  margin-left: auto;
}

.evaluation-card-item-bottom {
  width: 5.87rem;
  height: 2.11rem;

  font-weight: 400;
  font-size: 0.28rem;
  color: #242424;
  line-height: 0.41rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 0.28rem;
  margin-left: 0.11rem;
}

/* 常见问题 */
.question-card {
  width: 6.9rem;
  /* height: 8rem; */
  background: #ffffff;
  border-radius: 0.12rem 0.12rem 0.12rem 0.12rem;
  margin: 0.44rem auto 0;
  padding: 0 0.14rem 0.32rem 0.27rem;
  /* overflow: hidden; */
}

.question-card_title {
  width: 3.6rem;
  height: 0.8rem;
  background: linear-gradient(90deg, #ffb941 0%, #ff8324 100%);
  border-radius: 0rem 0rem 0.48rem 0.48rem;
  line-height: 0.8rem;
  margin: 0 auto 0.4rem;
  text-align: center;
  font-size: 0.32rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.01em;
}

.question-card-item-q {
  display: flex;
  margin-bottom: 0.16rem;
}

.question-card-item-q img {
  width: 0.58rem;
  height: 0.44rem;
}

.question-card-item-q div {
  width: 5.26rem;
  height: 0.48rem;
  font-weight: 700;
  font-size: 0.28rem;
  color: #242424;
  line-height: 0.41rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.question-card-item-a {
  display: flex;
}

.question-card-item-a img {
  width: 0.58rem;
  height: 0.44rem;
}

.question-card-item-a div {
  width: 5.81rem;
  font-weight: 400;
  font-size: 0.28rem;
  color: #242424;
  line-height: 0.41rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.question-card-item-active {
  width: 6.9rem;
}

.question-card-open {
  width: 1.48rem;
  height: 0.52rem;
  border-radius: 0.26rem 0.26rem 0.26rem 0.26rem;
  border: 0.01rem solid #b3b3b3;
  display: flex;
  margin: 0.25rem auto;
  justify-content: center;
  align-items: center;
}

.question-card-open div {
  width: 0.56rem;
  height: 0.43rem;
  font-weight: 400;
  font-size: 0.26rem;
  color: #ff8324;
  line-height: 0.38rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.question-card-open img {
  width: 0.2rem;
  height: 0.2rem;
  margin-left: 0.06rem;
}

/* 关于我们 */
.about-card {
  width: 6.9rem;
  /* height: 6.14rem; */
  background: #ffffff;
  border-radius: 0.12rem 0.12rem 0.12rem 0.12rem;
  margin: 0.44rem auto;
  padding: 0 0.37rem 0.32rem 0.4rem;
  /* overflow: hidden; */
}

.about-card_title {
  width: 2.4rem;
  height: 0.8rem;
  background: linear-gradient(90deg, #ffb941 0%, #ff8324 100%);
  border-radius: 0rem 0rem 0.48rem 0.48rem;
  line-height: 0.8rem;
  margin: 0 auto 0.4rem;
  text-align: center;
  font-size: 0.32rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.01em;
}

.about-card-logo {
  display: flex;
  align-items: center;
}

.about-card-logo img {
  width: 0.48rem;
  height: 0.48rem;
  margin-right: 0.14rem;
}

.about-card-logo div {
  width: 1.5rem;
  height: 0.43rem;
  font-weight: 700;
  font-size: 0.3rem;
  color: #333232;
  line-height: 0.43rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.about-card-text {
  height: 0.48rem;
  font-weight: 700;
  font-size: 0.28rem;
  color: #f8711e;
  line-height: 0.41rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 0.2rem;
  margin-bottom: 0.17rem;
}

.about-card-item {
  display: flex;
  margin-bottom: 0.13rem;
  height: 0.52rem;
}

.about-card-item-active {
  height: 0.88rem;
}

.about-card-item-circle {
  width: 0.12rem;
  height: 0.12rem;
  background: #ff8324;
  border-radius: 0.12rem;
  margin-top: 0.15rem;
  margin-right: 0.18rem;
}

.about-card-item-desc {
  width: 5.72rem;
  height: 0.88rem;
  font-weight: 400;
  font-size: 0.28rem;
  color: #242424;
  line-height: 0.41rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.about-card-item-desc .highlight-number {
  color: #ff8324;
  font-weight: 600;
}

.about-card-open {
  width: 1.48rem;
  height: 0.52rem;
  border-radius: 0.26rem 0.26rem 0.26rem 0.26rem;
  border: 0.01rem solid #b3b3b3;
  display: flex;
  margin: 0.28rem auto;
  justify-content: center;
  align-items: center;
}

.about-card-open div {
  width: 0.56rem;
  height: 0.43rem;
  font-weight: 400;
  font-size: 0.26rem;
  color: #ff8324;
  line-height: 0.38rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.about-card-open img {
  width: 0.2rem;
  height: 0.2rem;
  margin-left: 0.06rem;
}

/* 享包车出行 */
.chartered-card {
  width: 6.9rem;
  height: 9.36rem;
  margin: 0.36rem auto;
  position: relative;
}

.chartered-card-CN {
  width: 6.9rem;
  height: 9.36rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.chartered-card-TW {
  width: 6.9rem;
  height: 9.36rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.chartered-card-btn {
  position: absolute;
  left: 0.63rem;
  bottom: 0.62rem;
  z-index: 12;
}

/* 服务条款 */
.serve-card {
  padding-bottom: 1.26rem;
  background: #2d2b2b;
}

.serve-card-top {
  width: 7.5rem;
  height: 3.23rem;
  background: #2d2b2b;
  border-radius: 0rem;
  overflow: hidden;
  /* display: flex; */
  /* flex-direction: column; */
  /* align-items: center; */
}

.serve-card-top-one {
  width: 5.73rem;
  height: 0.48rem;
  text-align: center;
  font-weight: 400;
  font-size: 0.28rem;
  color: #ffffff;
  line-height: 0.41rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin: 0.3rem auto 0;
  display: flex;
  justify-content: center;
}

.serve-card-top-two {
  width: 5.1rem;
  height: 0.96rem;
  text-align: center;
  font-weight: 400;
  font-size: 0.24rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 0.41rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin: 0.2rem auto 0;
}

.serve-card-top-three {
  width: 5.1rem;
  height: 0.48rem;
  text-align: center;
  font-weight: 400;
  font-size: 0.24rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 0.41rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin: 0.27rem auto 0;
}

.serve-card-top-four {
  width: 5.1rem;
  height: 0.48rem;
  text-align: center;
  font-weight: 400;
  font-size: 0.24rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 0.41rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin: 0rem auto 0;
}

.serve-card-bottom {
  width: 7.5rem;
  height: 0.66rem;
  line-height: 0.66rem;
  background: #000;
  border-radius: 0rem;
  text-align: center;
  font-weight: 400;
  font-size: 0.24rem;
  color: #ffffff;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.line2 {
  width: 6.75rem;
  margin: 0rem auto;
  border: 0.01rem dashed #c6c4c4;
}

/* 选择人数 */
.select-modal {
  position: fixed;
  inset: 0;
  z-index: 59;
  display: grid;
  place-items: center;
  padding: 0.2rem;
  background: rgba(34, 39, 48, 0.76);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

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

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

.select-modal__card {
  width: 100%;
  padding: 0.26rem 0.28rem 0.12rem;
  border-radius: 0.12rem;
  background: #fff;
  box-shadow: 0 0.18rem 0.34rem rgba(0, 0, 0, 0.16);
}

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

.select-modal__close img {
  display: block;
  width: 100%;
  height: 100%;
}

.select-modal__title {
  width: 1.68rem;
  margin: 0 auto 0.22rem;
  line-height: 0;
}

.select-modal__title img {
  display: block;
  width: 100%;
  height: auto;
}

.select-modal__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.select-modal__item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.16rem;
  padding: 0.22rem 0;
  border: 0;
  border-bottom: 0.01rem solid rgba(67, 71, 78, 0.16);
  background: transparent;
  color: #4a4f56;
  font-size: 0.28rem;
  line-height: 1.4;
  text-align: left;
}

.select-modal__item:last-child {
  border-bottom: 0;
}

.select-modal__item img {
  width: 0.36rem;
  height: 0.36rem;
  flex-shrink: 0;
}

/* 隐私政策 */
.privacy-modal {
  position: fixed;
  inset: 0;
  z-index: 57;
  display: grid;
  place-items: center;
  padding: 0.2rem;
  background: rgba(34, 39, 48, 0.76);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

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

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

.privacy-modal__card {
  width: 100%;
  height: min(10.6rem, calc(100vh - 0.4rem));
  padding: 0.3rem;
  border-radius: 0.04rem;
  background: #fff;
  box-shadow: 0 0.18rem 0.34rem rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

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

.privacy-modal__close img {
  display: block;
  width: 100%;
  height: 100%;
}

.privacy-modal__title {
  width: 1.98rem;
  height: 0.58rem;
  font-weight: 700;
  font-size: 0.4rem;
  color: #3d3d3d;
  line-height: 0.58rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin: 0.39rem 1.73rem 0.24rem 2.19rem;
  background-image: url(./img/textbg.webp);
  background-size: 1.98rem 0.2rem;
  background-position: bottom;
  background-repeat: no-repeat;
  /* margin: 0 auto 0.28rem; */
  /* line-height: 0; */
}

.privacy-modal__title img {
  display: block;
  width: 100%;
  height: 0.58rem;
}

.privacy-modal__body {
  height: calc(100% - 0.86rem);
  overflow-y: auto;
  padding-right: 0.04rem;
  color: #4f535a;
}

.privacy-modal__body p,
.privacy-modal__body li {
  font-size: 0.28rem;
  line-height: 0.4rem;
}

.privacy-modal__body p {
  margin: 0 0 0.12rem;
}

.privacy-modal__body h3 {
  margin: 0.18rem 0 0.08rem;
  color: #43474e;
  font-size: 0.28rem;
  line-height: 0.4rem;
  font-weight: 800;
}

.privacy-modal__body ol,
.privacy-modal__body ul {
  margin: 0 0 0.12rem 0.32rem;
  padding: 0;
}

.privacy-modal__body li {
  margin-bottom: 0.08rem;
}

.contact-modal__list {
  display: grid;
  gap: 0;
}

#contact-modal .privacy-modal__card {
  height: 4.15rem;
  padding: 0.24rem 0.24rem 0.2rem;
}

#contact-modal .privacy-modal__title {
  margin-bottom: 0.18rem;
}

#contact-modal .privacy-modal__body {
  height: auto;
  overflow: visible;
  padding-right: 0;
}

.contact-modal__item {
  padding: 0.2rem 0;
  border-bottom: 0.01rem solid rgba(67, 71, 78, 0.14);
}

#contact-modal .contact-modal__item {
  display: flex;
  align-items: center;
  min-height: 0.85rem;
  padding: 0;
}

.contact-modal__item:first-child {
  padding-top: 0;
}

.contact-modal__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.contact-modal__label,
.contact-modal__value {
  font-size: 0.28rem;
  line-height: 0.4rem;
}

.contact-modal__label {
  display: inline;
  color: #3e434a;
  font-weight: 800;
}

.contact-modal__value {
  display: inline;
  color: #4f535a;
  font-weight: 500;
}
/* 消息提示 */
.toast {
  position: fixed;
  left: 50%;
  top: calc(0.2rem + env(safe-area-inset-top));
  transform: translate(-50%, -0.12rem);
  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);
}

/* 提交成功 */
.success-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 0.16rem;
  background: rgba(75, 75, 75, 0.96);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

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

.success-modal__card {
  position: relative;
  width: 6.3rem;
  height: 6.3rem;
  /* width: min(100%, 6.9rem); */
  /* padding: 0.42rem 0.24rem 0.36rem; */
  border-radius: 0.04rem;
  text-align: center;
  background: #fff;
  box-shadow: 0 0.18rem 0.34rem rgba(0, 0, 0, 0.16);
}

.success-modal__close {
  position: absolute;
  right: 0;
  top: -0.6rem;
  width: 0.36rem;
  height: 0.36rem;
  padding: 0;
  border: 0;
  background: transparent;
  line-height: 0;
}

.success-modal__icon {
  height: 1.61rem;
  width: 3rem;
  /* margin: 0.7rem auto 0.32rem; */
  /* margin-left: 1.67rem; */
  margin-bottom: 0.32rem;
  margin-top: 0.7rem;
}

.success-modal__title {
  width: 1.6rem;
  height: 0.58rem;
  font-size: 0.4rem !important;
  margin: 0 auto;
  line-height: 0.58rem !important;
  background-size: 1.6rem 0.2rem !important;
  /* margin-left: 2.47rem; */
}

.success-modal__title img,
.success-modal__close img,
.form-modal__close img {
  display: block;
  width: 100%;
  height: 100%;
}

.success-modal__message {
  width: 3.13rem;
  height: 0.82rem;
  font-weight: 400;
  font-size: 0.28rem;
  color: #3d3d3d;
  line-height: 0.41rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin: 0.32rem auto 0.32rem;
}

.success-modal__button {
  min-height: 0.64rem;
  border: 0;
  border-radius: 9.99rem;
  color: #fff;
  position: relative;
  display: flex;
  width: 3.6rem;
  height: 0.96rem;
  margin-left: 1.37rem;
}

.success-modal__button img {
  width: 3.6rem;
  height: 0.96rem;
  /* position: absolute; */
  /* top: 0;
  left: 0; */
}

.success-modal__button div {
  width: 0.64rem;
  height: 0.46rem;
  font-weight: 700;
  font-size: 0.32rem;
  color: #483b3b;
  line-height: 0.46rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  position: absolute;
  top: 0.25rem;
  left: 1.56rem;
}
.repeat-modal__card {
  position: relative;
  width: 6.3rem;
  height: 3.9rem;
  /* width: min(100%, 6.9rem); */
  /* padding: 0.42rem 0.24rem 0.36rem; */
  border-radius: 0.04rem;
  text-align: center;
  background: #fff;
  box-shadow: 0 0.18rem 0.34rem rgba(0, 0, 0, 0.16);
}

.repeat-modal__title {
  width: 1.6rem;
  height: 0.58rem;
  font-size: 0.4rem !important;
  margin: 0.59rem auto 0.32rem;
  line-height: 0.58rem !important;
  background-size: 1.6rem 0.2rem !important;
}

.repeat-modal__title img {
  display: block;
  width: 100%;
  height: auto;
}

.repeat-modal__message {
  /* width: 3.75rem; */
  text-align: center;
  height: 0.41rem;
  font-weight: 400;
  font-size: 0.28rem;
  color: #3d3d3d;
  line-height: 0.41rem;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0.47rem;
}

/* form model */
.form-modal {
  position: fixed;
  inset: 0;
  z-index: 55;
  display: grid;
  place-items: center;
  padding: 0.2rem;
  background: rgba(34, 39, 48, 0.76);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

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

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

.form-modal__card {
  width: 100%;
  max-height: min(100vh - 0.4rem, 11rem);
  height: auto !important;
  overflow: auto;
  border-radius: 0.06rem;
  box-shadow: 0 0.18rem 0.4rem rgba(26, 41, 78, 0.2);
}

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

/* 底部快捷操作 */

.bottom-bar {
  position: fixed;
  left: 50%;
  bottom: calc(0.2rem + env(safe-area-inset-bottom));
  z-index: 30;
  width: 7.02rem;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 0.24rem);
  transition:
    opacity 0.32s ease,
    transform 0.32s ease;
}

.bottom-bar.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.bottom-bar__inner {
  display: flex;
  min-height: 0.96rem;
  border-radius: 0.48rem;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 0 0.14rem 0.32rem rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(0.08rem);
  padding: 0.14rem 0.54rem 0.18rem 0.55rem;
}

.bottom-bar__link {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  /* gap: 0.12rem; */
  white-space: nowrap;
  background: transparent;
  border: 0;
  width: 0.64rem;
  height: 0.64rem;
  margin-right: 0.52rem;
}

.bottom-bar__icon {
  width: 0.64rem;
  height: 0.64rem;
  flex-shrink: 0;
  transform-origin: 50% 80%;
  animation: bottom-bar-ring 1.45s ease-in-out infinite;
}

.bottom-bar__icon1 {
  width: 0.64rem;
  height: 0.64rem;
}

.bottom-bar__link:last-child .bottom-bar__icon {
  animation-delay: 0.18s;
}

.bottom-bar_quote {
  width: 2.45rem;
  height: 0.64rem;
  background: #fff9ec;
  border-radius: 0.32rem 0.32rem 0.32rem 0.32rem;
  font-weight: 400;
  font-size: 0.28rem;
  color: #3d3d3d;
  line-height: 0.41rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-right: 0 !important;
  padding-right: 0.41rem;
  text-align: right;
}

.bottom-bar_quote div {
  margin-left: 0.21rem;
}

@keyframes bottom-bar-ring {
  0%,
  58%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  8% {
    transform: translate3d(-0.01rem, 0, 0) rotate(-12deg);
  }

  16% {
    transform: translate3d(0.01rem, 0, 0) rotate(12deg);
  }

  24% {
    transform: translate3d(-0.008rem, 0, 0) rotate(-10deg);
  }

  32% {
    transform: translate3d(0.008rem, 0, 0) rotate(10deg);
  }

  40% {
    transform: translate3d(-0.004rem, 0, 0) rotate(-6deg);
  }

  48% {
    transform: translate3d(0.004rem, 0, 0) rotate(6deg);
  }
}

/* 微信弹窗 */
.weChat-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 0.16rem;
  background: rgba(75, 75, 75, 0.96);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.weChat-modal__card {
  width: 4.8rem;
  height: 6.78rem;
  background: #ffffff;
  border-radius: 0.12rem 0.12rem 0.12rem 0.12rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

.weChat-img {
  width: 4.4rem;
  height: 4.4rem;
  margin: 0.28rem auto 0;
}

#weChat-img-str{
  width: 4.4rem;
  height: 4.2rem;
  border-radius: 0.2rem;
}

.weChat-modal-ID {
  width: fit-content;
  height: 0.41rem;
  font-family:
    Source Han Sans,
    Source Han Sans;
  font-weight: 400;
  font-size: 0.28rem;
  color: #3d3d3d;
  line-height: 0.41rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: -0.12rem;
  margin-bottom: 0.14rem;
}

.weChat-modal-btn {
  width: 1.72rem;
  height: 0.6rem;
  border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
  border: 0.01rem solid #ff8248;

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

.weChat-modal__title {
  width: 2.1rem;
  height: 0.43rem;
  margin: 0.22rem auto 0;
  background-size: 3.59rem 0.2rem !important;
}

.weChat-modal__button {
  min-height: 0.64rem;
  border: 0;
  border-radius: 9.99rem;
  color: #fff;
  position: relative;
  display: flex;
  width: 3.6rem;
  height: 0.96rem;
  margin-left: 1.37rem;
  position: absolute;
  bottom: -1.31rem;
  right: 0.6rem;
}

.weChat-modal__button img {
  width: 3.6rem;
  height: 0.96rem;
  /* position: absolute; */
  /* top: 0;
  left: 0; */
}

.weChat-modal__button div {
  width: fit-content;
  height: 0.46rem;
  font-weight: 700;
  font-size: 0.32rem;
  color: #483b3b;
  line-height: 0.46rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  position: absolute;
  top: 0.25rem;
  left: 1.26rem;
}

/* 弹窗标题 */

.modal__title {
  font-weight: 700;
  font-size: 0.3rem;
  color: #3d3d3d;
  line-height: 0.43rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  background-image: url(./img/textbg.webp);
  background-size: 1.98rem 0.2rem;
  background-position: bottom;
  background-repeat: no-repeat;
}

/* 动画 */
.form-card__title,
.problem-card_title,
.guarantee-card_title,
.hotCar-card_title,
.japan-card_title,
.scene-card_title,
.evaluation-card_title,
.question-card_title,
.about-card_title {
  position: relative;
  overflow: hidden;
}
.form-card__title::before,
.problem-card_title::before,
.guarantee-card_title::before,
.hotCar-card_title::before,
.japan-card_title::before,
.scene-card_title::before,
.evaluation-card_title::before,
.question-card_title::before,
.about-card_title::before {
  content: "";
  position: absolute;
  top: -10%;
  bottom: -10%;
  left: -52%;
  width: 46%;
  background: linear-gradient(
    110deg,
    transparent 0%,
    rgba(255, 255, 255, 0.12) 22%,
    rgba(255, 255, 255, 0.92) 50%,
    rgba(255, 255, 255, 0.12) 78%,
    transparent 100%
  );
  transform: translateX(-180%) skewX(-20deg);
  animation: cta-shine 1.2s linear infinite;
  z-index: 2;
  pointer-events: none;
  filter: blur(0.015rem);
}

/* 定义扩张 → 收缩 → 复原的动画 */
@keyframes expandContract {
  0% {
    transform: scale(1);
    border-radius: 35px;
  }
  50% {
    transform: scale(1.1); /* 扩张到 1.25 倍 */
    border-radius: 35px;
    box-shadow: 0 30px 40px -12px rgba(0, 0, 0, 0.4);
  }
  100% {
    transform: scale(1); /* 收缩回原大小 */
    border-radius: 35px;
  }
}

@keyframes swayTop {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(2deg); /* 向右摆 */
  }
  75% {
    transform: rotate(-2deg); /* 向左摆 */
  }
  100% {
    transform: rotate(0deg);
  }
}
