html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ul,
li,
header,
main,
section,
footer,
article,
button,
input,
textarea,
label {
  margin: 0;
  padding: 0;
  border: 0;
}

html,
body {
  min-width: 1200px;
}

body {
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #475569;
  background: #ffffff;
}

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

a:hover {
  text-decoration: none;
}

img {
  vertical-align: middle;
}

button {
  font-family: inherit;
  cursor: pointer;
  background: none;
}

input,
textarea {
  font-family: inherit;
  font-size: 14px;
  outline: none;
}

.ie-page {
  background: #ffffff;
}

.site-header {
  position: relative;
  z-index: 30;
  height: 64px;
  border-bottom: 1px solid #e5e7eb;
  background: #ffffff;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.site-header .container {
  height: 64px;
}

.logo {
  float: left;
  width: 200px;
  padding-top: 12px;
}

.logo img {
  height: 40px;
}

.nav {
  float: right;
  padding-top: 21px;
}

.nav a {
  display: inline-block;
  margin-left: 32px;
  font-size: 16px;
  font-weight: 500;
  color: #64748b;
}

.nav a.is-active,
.nav a:hover {
  color: #5b4b8c;
}

.page-main {
  min-height: 840px;
}

.site-footer {
  padding: 24px 0;
  text-align: center;
  font-size: 14px;
  color: #64748b;
}

.site-footer a {
  color: #64748b;
}

.hero-home {
  position: relative;
  height: 900px;
  overflow: hidden;
  background: #101827;
}

.hero-home-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("/kv2.jpg") center center no-repeat;
  background-size: cover;
}

.hero-home-title {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 900px;
  margin-left: -450px;
  margin-top: -52px;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  color: #ffffff;
}

.hero-home-action {
  position: absolute;
  left: 50%;
  bottom: 160px;
  z-index: 2;
  margin-left: -93px;
}

.btn-primary {
  display: inline-block;
  padding: 18px 34px;
  border: 2px solid #facc15;
  border-radius: 18px;
  background: #facc15;
  font-size: 22px;
  font-weight: 600;
  color: #111827;
  box-shadow: 0 18px 40px rgba(250, 204, 21, 0.28);
}

.btn-primary:hover {
  background: #eab308;
}

.section-block {
  padding: 80px 0;
}

.section-title {
  margin-bottom: 16px;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #1f2937;
}

.section-subtitle {
  margin-bottom: 56px;
  font-size: 22px;
  text-align: center;
  color: #64748b;
  letter-spacing: 2px;
}

.story-panel {
  margin: 0 auto 64px;
  padding: 48px 56px;
  border-radius: 32px;
  background: #faf5ff;
  border: 1px solid rgba(91, 75, 140, 0.12);
}

.story-panel h3,
.story-grid-title,
.panel-title {
  margin-bottom: 28px;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  color: #1f2937;
}

.story-lead {
  margin-bottom: 18px;
}

.story-list {
  margin-bottom: 28px;
}

.story-item {
  margin-bottom: 16px;
}

.story-item strong {
  color: #1f2937;
}

.story-copy p {
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 1.9;
}

.three-grid {
  margin-left: -24px;
}

.three-grid .grid-col {
  float: left;
  width: 33.3333%;
}

.grid-card {
  margin-left: 24px;
  padding: 32px;
  border-radius: 24px;
  background: #fff7ed;
}

.grid-card.alt {
  background: #fef3c7;
}

.grid-card p {
  font-size: 17px;
  line-height: 1.9;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.carousel-shell {
  position: relative;
  width: 1075px;
  margin: 0 auto;
}

.carousel-viewport {
  position: relative;
  height: 600px;
  overflow: hidden;
  border-radius: 24px;
}

.carousel-slide {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.carousel-slide.is-active {
  display: block;
}

.carousel-slide img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.carousel-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 220px 36px 40px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAACWCAYAAAB3XH0mAAAAI0lEQVR4nGNQVVX9z8DAwMjAwMDA8J+BgYHhP0MGBgYGAAClGQb5gfhv9QAAAABJRU5ErkJggg==") repeat-x left bottom;
  color: #ffffff;
}

.carousel-overlay h4 {
  margin-bottom: 12px;
  font-size: 36px;
  line-height: 1.3;
}

.carousel-overlay p {
  font-size: 20px;
  line-height: 1.7;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.48);
  font-size: 24px;
  color: #ffffff;
}

.carousel-arrow.prev {
  left: 16px;
}

.carousel-arrow.next {
  right: 16px;
}

.carousel-dots {
  margin-top: 28px;
  text-align: center;
}

.carousel-dots button {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  border-radius: 999px;
  background: rgba(100, 116, 139, 0.3);
}

.carousel-dots button.is-active {
  background: #5b4b8c;
}

.social-grid {
  width: 1000px;
  margin: 0 auto;
}

.social-card {
  float: left;
  width: 25%;
}

.social-card-inner {
  margin: 0 12px;
  padding: 32px 16px;
  border-radius: 16px;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.social-card img {
  width: 96px;
  height: 96px;
  object-fit: contain;
}

.social-card h4 {
  margin: 16px 0 8px;
  font-size: 20px;
  color: #1f2937;
}

.social-card p {
  font-size: 14px;
  color: #64748b;
}

.contact-layout {
  margin-left: -48px;
}

.contact-col {
  float: left;
  width: 50%;
}

.contact-panel {
  margin-left: 48px;
}

.contact-title {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 700;
  color: #1f2937;
}

.contact-item {
  margin-bottom: 24px;
}

.contact-icon {
  float: left;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: #5b4b8c;
  font-size: 20px;
  line-height: 48px;
  text-align: center;
  color: #ffffff;
}

.contact-content {
  margin-left: 68px;
}

.contact-content strong {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
  color: #1f2937;
}

.contact-map {
  height: 320px;
  overflow: hidden;
  border-radius: 24px;
  background: #f1f5f9;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.14);
}

.contact-map img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.mall-grid {
  margin-left: -24px;
}

.mall-card {
  float: left;
  width: 25%;
}

.mall-card-box {
  margin-left: 24px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(78, 99, 182, 0.12);
}

.mall-card-image {
  position: relative;
  overflow: hidden;
  background: #f1f5f9;
}

.mall-card-image img {
  display: block;
  width: 100%;
  height: 252px;
  object-fit: cover;
}

.mall-card-body {
  padding: 20px;
}

.mall-card-head {
  margin-bottom: 10px;
}

.mall-card-head h3 {
  float: left;
  max-width: 190px;
  font-size: 18px;
  line-height: 1.5;
  color: #1f2937;
}

.mall-tag {
  float: right;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}

.mall-tag.blue {
  background: #eef4ff;
  color: #2563eb;
}

.mall-tag.green {
  background: #ecfdf3;
  color: #16a34a;
}

.mall-tag.orange {
  background: #fff4e6;
  color: #ea580c;
}

.mall-tag.purple {
  background: #f5f3ff;
  color: #7c3aed;
}

.mall-card-body p {
  min-height: 78px;
  margin-bottom: 20px;
  color: #64748b;
}

.mall-card-foot .price {
  float: left;
  margin-top: 2px;
  font-size: 28px;
  font-weight: 700;
  color: #dc2626;
}

.mall-buy-btn {
  float: right;
  height: 36px;
  padding: 0 18px;
  border-radius: 8px;
  background: #2563eb;
  line-height: 36px;
  color: #ffffff;
}

.split-layout {
  position: relative;
}

.split-sidebar {
  float: left;
  width: 380px;
}

.split-main {
  float: right;
  width: 920px;
}

.card-panel {
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: #ffffff;
}

.card-panel .inner {
  padding: 24px;
}

.panel-accent {
  width: 48px;
  height: 4px;
  margin-top: 8px;
  background: #5b4b8c;
}

.list-item {
  margin-bottom: 12px;
  padding: 12px;
  border-radius: 8px;
  background: transparent;
}

.list-item.is-active {
  border-left: 4px solid #5b4b8c;
  background: rgba(91, 75, 140, 0.08);
}

.list-item strong {
  font-size: 15px;
  color: #1f2937;
}

.list-item.is-active strong {
  color: #5b4b8c;
}

.list-item .more {
  float: right;
  color: #5b4b8c;
}

.gallery-hero {
  position: relative;
  height: 450px;
  overflow: hidden;
}

.gallery-hero img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.gallery-dots {
  position: absolute;
  bottom: 16px;
  left: 50%;
  width: 240px;
  margin-left: -120px;
  text-align: center;
}

.gallery-dots button {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
}

.gallery-dots button.is-active {
  background: #ffffff;
}

.gallery-info {
  padding: 24px;
}

.gallery-info h4 {
  margin-bottom: 16px;
  font-size: 22px;
  color: #1f2937;
}

.info-line {
  margin-bottom: 12px;
}

.info-actions {
  margin-top: 18px;
}

.btn-small {
  display: inline-block;
  min-width: 96px;
  height: 36px;
  margin-right: 8px;
  border-radius: 8px;
  background: #5b4b8c;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
}

.btn-small.alt {
  border: 1px solid #d1d5db;
  background: #ffffff;
  color: #1f2937;
}

.ie-page[data-page="about"] .section-title {
  margin-bottom: 24px;
  font-size: 48px;
  line-height: 1.2;
}

.ie-page[data-page="about"] .section-subtitle {
  margin-bottom: 64px;
  font-size: 20px;
  line-height: 1.8;
}

.ie-page[data-page="about"] .about-story-shell {
  width: 960px;
  margin: 0 auto;
}

.ie-page[data-page="about"] .story-panel {
  margin-bottom: 64px;
  padding: 48px;
  border-radius: 24px;
  border: 1px solid rgba(91, 75, 140, 0.1);
  background: #fbf7ff;
}

.ie-page[data-page="about"] .story-panel h3 {
  margin-bottom: 32px;
  font-size: 30px;
}

.ie-page[data-page="about"] .story-list {
  margin-bottom: 32px;
}

.ie-page[data-page="about"] .story-bullet-row {
  margin-bottom: 24px;
}

.ie-page[data-page="about"] .story-bullet {
  float: left;
  width: 8px;
  height: 8px;
  margin-top: 10px;
  border-radius: 999px;
}

.ie-page[data-page="about"] .story-bullet.primary {
  background: #5b4b8c;
}

.ie-page[data-page="about"] .story-bullet.secondary {
  background: #ff7f50;
}

.ie-page[data-page="about"] .story-bullet-copy {
  margin-left: 24px;
  font-size: 18px;
  line-height: 32px;
}

.ie-page[data-page="about"] .story-bullet-copy strong {
  color: #1f2937;
}

.ie-page[data-page="about"] .story-bullet-copy span {
  color: #475569;
}

.ie-page[data-page="about"] .story-copy p {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 32px;
  color: #475569;
}

.ie-page[data-page="about"] .about-stack {
  width: 960px;
  margin: 0 auto;
}

.ie-page[data-page="about"] .about-stack-item {
  margin-bottom: 32px;
}

.ie-page[data-page="about"] .about-stack-item.last,
.ie-page[data-page="about"] .about-stack-item-last {
  margin-bottom: 0;
}

.ie-page[data-page="about"] .about-card {
  margin-left: 0;
  padding: 32px;
  border-radius: 16px;
  background: rgba(255, 127, 80, 0.1);
}

.ie-page[data-page="about"] .about-card.alt {
  background: rgba(255, 127, 80, 0.16);
}

.ie-page[data-page="about"] .story-grid-title {
  margin-bottom: 16px;
  font-size: 24px;
}

.ie-page[data-page="about"] .about-card p {
  font-size: 16px;
  line-height: 30px;
  color: #475569;
}

.ie-page[data-page="about"] .about-product-block,
.ie-page[data-page="about"] .about-follow-block {
  padding-top: 0;
}

.ie-page[data-page="about"] .about-section-heading {
  margin-bottom: 48px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #1f2937;
}

.ie-page[data-page="about"] .carousel-overlay {
  padding: 0 32px 32px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAACWCAYAAAB3XH0mAAAAI0lEQVR4nGNQVVX9z8DAwMjAwMDA8J+BgYHhP0MGBgYGAAClGQb5gfhv9QAAAABJRU5ErkJggg==") repeat-x left bottom;
}

.ie-page[data-page="about"] .carousel-overlay h4 {
  margin-bottom: 16px;
  font-size: 30px;
}

.ie-page[data-page="about"] .carousel-overlay p {
  font-size: 18px;
  line-height: 30px;
}

.ie-page[data-page="about"] .carousel-dots {
  margin-top: 32px;
}

.ie-page[data-page="about"] .social-grid {
  width: auto;
  margin-left: -24px;
}

.ie-page[data-page="about"] .social-card {
  width: 25%;
}

.ie-page[data-page="about"] .social-card-inner {
  display: block;
  margin: 0 0 0 24px;
  padding: 24px;
  border-radius: 8px;
  box-shadow: none;
}

.ie-page[data-page="about"] .social-card img {
  width: 96px;
  height: 96px;
}

.ie-page[data-page="about"] .social-card h4 {
  margin: 16px 0 8px;
  font-size: 16px;
  font-weight: 700;
}

.ie-page[data-page="about"] .social-card p {
  font-size: 14px;
}

.ie-page[data-page="about"] .about-contact-block {
  padding-top: 80px;
}

.ie-page[data-page="about"] .contact-layout {
  margin-left: -48px;
}

.ie-page[data-page="about"] .contact-title {
  margin-bottom: 32px;
  font-size: 30px;
}

.ie-page[data-page="about"] .contact-item {
  margin-bottom: 24px;
}

.ie-page[data-page="about"] .contact-icon {
  background: #7c3aed;
}

.ie-page[data-page="about"] .contact-icon svg {
  width: 24px;
  height: 24px;
  margin: 12px auto 0;
  stroke: #ffffff;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ie-page[data-page="about"] .contact-content {
  padding-top: 2px;
}

.ie-page[data-page="about"] .contact-content div {
  color: #475569;
  line-height: 28px;
}

.ie-page[data-page="about"] .contact-map {
  height: 320px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.12);
}

.ie-page[data-page="mall"] .container,
.ie-page[data-page="stores"] .container {
  width: 1280px;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}

.ie-page[data-page="mall"],
.ie-page[data-page="stores"] {
  min-width: 1280px;
}

.ie-page[data-page="mall"] .section-block {
  padding: 80px 0;
}

.ie-page[data-page="mall"] .section-title {
  margin-bottom: 8px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #1f2937;
}

.ie-page[data-page="mall"] .section-subtitle {
  margin-bottom: 24px;
  padding: 0;
  max-width: 672px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  text-align: center;
  color: #64748b;
  letter-spacing: 0.5px;
}

.ie-page[data-page="mall"] .mall-card-box {
  min-height: 100%;
}

.ie-page[data-page="mall"] .mall-card-image {
  padding-top: 75%;
}

.ie-page[data-page="mall"] .mall-card-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.ie-page[data-page="mall"] .mall-card-body {
  min-height: 190px;
  padding: 20px;
  box-sizing: border-box;
}

.ie-page[data-page="mall"] .mall-card-head {
  display: table;
  width: 100%;
  min-height: 40px;
  margin-bottom: 8px;
}

.ie-page[data-page="mall"] .mall-card-head h3 {
  display: table-cell;
  float: none;
  padding-right: 12px;
  font-weight: 700;
  line-height: 28px;
  vertical-align: top;
}

.ie-page[data-page="mall"] .mall-tag {
  display: inline-block;
  float: none;
  padding: 5px 10px;
  white-space: nowrap;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  border-radius: 999px;
}

.ie-page[data-page="mall"] .mall-tag .mall-tag-icon {
  display: none;
}

.ie-page[data-page="mall"] .mall-card-body p {
  min-height: 72px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
}

.ie-page[data-page="mall"] .mall-card-foot .price {
  margin-top: 0;
  font-size: 24px;
  line-height: 36px;
}

.ie-page[data-page="mall"] .mall-buy-btn {
  padding: 0 16px;
  font-size: 14px;
  font-weight: 500;
}

.ie-page[data-page="stores"] .section-title {
  margin-bottom: 16px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.ie-page[data-page="stores"] .section-subtitle {
  margin-bottom: 64px;
  padding: 0;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  text-align: center;
  letter-spacing: 2px;
}

.ie-page[data-page="stores"] .split-layout {
  overflow: visible;
}

.ie-page[data-page="stores"] .split-sidebar {
  float: left;
  width: 600px;
}

.ie-page[data-page="stores"] .split-main {
  position: relative;
  float: right;
  width: 600px;
  overflow: visible;
}

.ie-page[data-page="stores"] .card-panel {
  padding-top: 24px;
  padding-bottom: 24px;
  border-radius: 12px;
  background: #fdf2f8;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
}

.ie-page[data-page="stores"] .split-sidebar .card-panel {
  width: 448px;
}

.ie-page[data-page="stores"] .feature-panel {
  width: 800px;
  margin-left: -200px;
}

.ie-page[data-page="stores"] .card-panel .inner {
  padding: 0 24px;
}

.ie-page[data-page="stores"] .panel-title-left {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.2;
  text-align: left;
}

.ie-page[data-page="stores"] .list-item {
  margin-bottom: 12px;
  padding: 12px 12px 12px 16px;
}

.ie-page[data-page="stores"] .list-item strong {
  font-size: 14px;
  line-height: 20px;
}

.ie-page[data-page="stores"] .list-item .more {
  margin-top: 1px;
  font-size: 14px;
  line-height: 20px;
}

.ie-page[data-page="stores"] .list-item.is-active {
  background: rgba(91, 75, 140, 0.1);
}

.ie-page[data-page="stores"] .list-item.is-active strong {
  color: #5b4b8c;
}

.ie-page[data-page="stores"] .gallery-hero {
  height: auto;
  margin-bottom: 24px;
  padding-top: 56.25%;
}

.ie-page[data-page="stores"] .gallery-hero img,
.ie-page[data-page="stores"] .activity-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ie-page[data-page="stores"] .activity-slide {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.ie-page[data-page="stores"] .activity-slide.is-active {
  display: block;
}

.ie-page[data-page="stores"] .gallery-dots {
  width: 160px;
  margin-left: -80px;
}

.ie-page[data-page="stores"] .gallery-info {
  padding: 0 24px;
}

.ie-page[data-page="stores"] .gallery-info h4 {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.ie-page[data-page="stores"] .gallery-copy,
.ie-page[data-page="stores"] #activity-desc-static,
.ie-page[data-page="stores"] #activity-desc-panel {
  font-size: 14px;
  line-height: 24px;
  color: #475569;
}

.ie-page[data-page="stores"] .gallery-copy {
  margin-bottom: 0;
}

.ie-page[data-page="stores"] .info-line {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 24px;
  color: #475569;
}

.ie-page[data-page="stores"] .info-icon {
  float: left;
  width: 16px;
  height: 16px;
  margin-top: 4px;
  margin-right: 10px;
  color: #5b4b8c;
}

.ie-page[data-page="stores"] .info-icon svg,
.ie-page[data-page="stores"] .btn-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ie-page[data-page="stores"] .info-value {
  display: block;
  margin-left: 26px;
}

.ie-page[data-page="stores"] .info-actions {
  margin-top: 16px;
}

.ie-page[data-page="stores"] .info-actions .btn-small {
  display: inline-block;
  width: 180px;
  height: 32px;
  margin-right: 8px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 32px;
}

.ie-page[data-page="stores"] .btn-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  vertical-align: -2px;
  color: inherit;
}

.ie-page[data-page="stores"] #activity-static .gallery-info h4,
.ie-page[data-page="stores"] #activity-panel .gallery-info h4 {
  margin-bottom: 8px;
}

.ie-page[data-page="stores"] #activity-panel .carousel-arrow {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  border: 0;
  background: rgba(255, 255, 255, 0.2);
  font-size: 26px;
}

.ie-page[data-page="stores"] #activity-panel .carousel-arrow.prev {
  left: 16px;
}

.ie-page[data-page="stores"] #activity-panel .carousel-arrow.next {
  right: 16px;
}

.ie-page[data-page="stores"] #activity-panel .gallery-dots {
  bottom: 16px;
  width: auto;
  margin-left: 0;
  white-space: nowrap;
  -ms-transform: translateX(-50%);
}

.ip-shell {
  position: relative;
}

.ip-track-wrap {
  margin: 0 60px;
  overflow: hidden;
}

.ip-track {
  position: relative;
  left: 0;
  width: 9999px;
}

.ip-card {
  float: left;
  width: 384px;
  height: 800px;
  margin-right: 24px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.4);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

.ip-card-header {
  padding: 24px 24px 18px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}

.ip-card-header h3 {
  margin-bottom: 10px;
  font-size: 24px;
  color: #1f2937;
}

.ip-card-tag {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.12);
  font-size: 16px;
  color: #64748b;
}

.ip-card-copy {
  height: 360px;
  padding: 28px 24px;
  font-size: 17px;
  line-height: 2;
}

.ip-card-image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.ip-nav {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  background: #ffffff;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
  color: #475569;
}

.ip-nav.prev {
  left: 0;
}

.ip-nav.next {
  right: 0;
}

.modal-mask {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: rgba(15, 23, 42, 0.48);
}

.modal-mask.is-open {
  display: block;
}

.modal-panel {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1024px;
  margin-left: -512px;
  margin-top: -280px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.28);
}

.modal-panel.narrow {
  width: 420px;
  margin-left: -210px;
}

.modal-panel.mall-pay {
  width: 508px;
  margin-left: -254px;
}

.modal-body {
  padding: 24px;
}

.modal-head {
  margin-bottom: 24px;
}

.modal-head h3 {
  font-size: 30px;
  text-align: center;
  color: #1f2937;
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  font-size: 26px;
  line-height: 40px;
  text-align: center;
  color: #94a3b8;
}

.modal-two-col {
  margin-left: -24px;
}

.modal-two-col .col {
  float: left;
  width: 50%;
}

.modal-card {
  margin-left: 24px;
}

.soft-card {
  margin-bottom: 18px;
  padding: 24px;
  border-radius: 12px;
  background: #f8fafc;
}

.soft-card h4 {
  margin-bottom: 18px;
  font-size: 18px;
  color: #1f2937;
}

.meta-label {
  margin-bottom: 4px;
  font-size: 12px;
  color: #64748b;
}

.meta-value {
  font-size: 14px;
  color: #1f2937;
}

.field-row {
  margin-bottom: 16px;
}

.field-row.two-col {
  margin-left: -16px;
}

.field-row.two-col .field {
  float: left;
  width: 50%;
}

.field {
  margin-bottom: 0;
}

.field-inner {
  margin-left: 16px;
}

.field label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #1f2937;
}

.text-input,
.text-area {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  background: #ffffff;
  color: #1f2937;
  box-sizing: border-box;
}

.text-area {
  height: 120px;
  resize: none;
}

.field-error {
  margin-top: 6px;
  font-size: 12px;
  color: #dc2626;
}

.field-hint {
  margin-top: 8px;
  font-size: 12px;
  text-align: right;
  color: #64748b;
}

.full-btn {
  display: block;
  width: 100%;
  height: 48px;
  border-radius: 10px;
  background: #5b4b8c;
  font-size: 16px;
  font-weight: 600;
  line-height: 48px;
  text-align: center;
  color: #ffffff;
}

.full-btn.blue {
  background: #2563eb;
}

.helper-note {
  margin-top: 14px;
  font-size: 12px;
  text-align: center;
  color: #64748b;
}

.success-banner {
  margin-bottom: 16px;
  padding: 12px 14px;
  border: 1px solid #bbf7d0;
  border-radius: 10px;
  background: #f0fdf4;
  color: #166534;
}

.qr-code-box {
  padding: 24px;
  text-align: center;
}

.qr-code-box img {
  width: 256px;
  height: 256px;
  object-fit: contain;
}

.qr-code-box p {
  margin-top: 14px;
  color: #64748b;
}

.order-panel {
  margin-top: 20px;
  padding: 18px;
  border-radius: 16px;
  background: #f8fafc;
}

.order-panel h4 {
  margin-bottom: 18px;
  font-size: 16px;
  color: #1f2937;
}

.order-row {
  margin-bottom: 12px;
}

.order-row .label {
  float: left;
  color: #64748b;
}

.order-row .value {
  float: right;
  color: #1f2937;
}

.order-row .value.price {
  font-weight: 700;
  color: #dc2626;
}

.payment-option {
  margin-top: 14px;
  padding: 14px 16px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
}

.payment-option.is-active {
  border-color: #2563eb;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.08);
}

.payment-option img {
  float: left;
  width: 36px;
  height: 36px;
  border-radius: 8px;
}

.payment-option span {
  float: left;
  margin-left: 12px;
  font-size: 16px;
  line-height: 36px;
  color: #1f2937;
}

.payment-option .check {
  float: right;
  font-size: 20px;
  line-height: 36px;
  color: #cbd5e1;
}

.payment-option.is-active .check {
  color: #2563eb;
}

.pay-success {
  padding: 44px 30px 26px;
  text-align: center;
}

.pay-success-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 999px;
  background: #ddf8e6;
  font-size: 40px;
  line-height: 80px;
  color: #24b35a;
}

.pay-success h4 {
  margin-top: 22px;
  font-size: 32px;
  color: #1f2937;
}

.pay-success p {
  margin-top: 12px;
  color: #9ca3af;
}

.map-detail {
  margin-bottom: 18px;
  padding: 18px;
  border-radius: 12px;
  background: rgba(148, 163, 184, 0.08);
}

.map-detail h4 {
  margin-bottom: 10px;
  font-size: 22px;
  color: #1f2937;
}

.map-box {
  height: 400px;
  overflow: hidden;
  border-radius: 12px;
  background: #e2e8f0;
}

.map-box .fallback {
  padding-top: 150px;
  text-align: center;
  color: #64748b;
}

.hidden {
  display: none;
}
