body.mobile #app {
  min-width: unset;
}
body.mobile .header {
  width: 100%;
  height: 100%;
}
body.mobile .content {
  width: 100%;
  padding-bottom: 0;
}
body.mobile .description {
  padding: 25px;
  height: auto;
}
body.mobile .description p {
  font-size: 14px;
}
body.mobile .active-link {
  height: 94px;
}
body.mobile .flex-between {
  justify-content: center;
}
body.mobile .card {
  width: 90%;
  margin-bottom: 24px;
}
body.mobile .card-head.kp::after {
  width: 165px;
  height: 49px;
  background-position: left;
}
body.mobile .card-head.jd::after {
  width: 159px;
  height: 49px;
  background-position: left;
}
body.mobile .card-item-title {
  padding-left: 20px;
  padding-right: 12px;
  justify-content: space-between;
}
body.mobile .title-text {
  font-size: 16px;
}
body.mobile .title-desc {
  font-size: 12px;
}
body.mobile .item-title::before {
  margin-right: 6px;
  vertical-align: middle;
}
body.mobile .arrow {
  width: 48px;
  font-size: 16px;
  font-weight: normal;
  background-size: 12px;
}
body.mobile .card-kp ul li a,
body.mobile .card-jd ul li a {
  padding-left: 20px;
  padding-right: 12px;
}
body.mobile li + li {
  margin-top: 8px;
}

/* 悬浮二维码组件 */
body.mobile .floating-qrcode {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 110px;
  height: 140px;
  background-color: #ffffff;
  border-radius: 4px 0 0 4px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12),
    0 0 0 0.5px rgba(173, 216, 230, 0.4);
  padding: 18px 6px 6px 6px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  z-index: 1000;
  transition: all 0.3s ease;
  cursor: pointer;
  overflow: hidden;
}

body.mobile .floating-qrcode:active {
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.18),
    0 0 0 0.5px rgba(173, 216, 230, 0.6);
}

/* 移动端收起状态 */
body.mobile .floating-qrcode.collapsed {
  width: 34px;
  height: 140px;
  padding: 8px 6px;
  writing-mode: vertical-lr;
  justify-content: center;
}

body.mobile .floating-qrcode.collapsed .qrcode-content {
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

body.mobile .floating-qrcode.collapsed .qrcode-text {
  margin-top: 0;
  writing-mode: vertical-lr;
  font-size: 12px;
  letter-spacing: 2px;
}

body.mobile .qrcode-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  opacity: 1;
}

body.mobile .qrcode-image {
  width: 100%;
  height: auto;
  max-width: 85px;
  max-height: 85px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
  box-shadow: 0 2px 4px rgba(202, 225, 246);
}

body.mobile .qrcode-text {
  margin-top: 6px;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  color: rgba(81, 81, 81, 0.6);
  text-align: center;
  line-height: 1.3;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
    "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  transition: all 0.3s ease;
  white-space: nowrap;
}
