:root {
  --color-base01: #EB1A3B;
  --color-base02: #270707;
}

html {
  font-size: calc(100vw / 100);
  /* 1rem = 1% viewport 宽度 */
}

img {
  text-rendering: optimizeLegibility;
}

body {
  font-size: 1rem;
  /* 会随屏幕缩放 */
  color: var(--color-base02);
  font-family: 'gothambook', sans-serif !important;
}

.color-base01 {
  color: var(--color-base01);
}

a {
  text-decoration: none !important;
}

a:hover {
  text-decoration: underline;
}

p {
  font-size: .9rem;
}

.rLink {
  position: fixed;
  bottom: 5%;
  right: 20px;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@font-face {
  font-family: 'gothamblack';
  src: url('../webfonts/gotham-black-webfont.woff2') format('woff2'),
    url('../webfonts/gotham-black-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.gothamblack {
  font-family: 'gothamblack', sans-serif;
}

@font-face {
  font-family: 'gothambold';
  src: url('../webfonts/gotham-bold-webfont.woff2') format('woff2'),
    url('../webfonts/gotham-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.gothambold {
  font-family: 'gothambold', sans-serif;
}

@font-face {
  font-family: 'gothambook';
  src: url('../webfonts/gotham-book-webfont.woff2') format('woff2'),
    url('../webfonts/gotham-book-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.gothambook {
  font-family: 'gothambook', sans-serif;
}

@font-face {
  font-family: 'gothammedium';
  src: url('../webfonts/gotham-medium-webfont.woff2') format('woff2'),
    url('../webfonts/gotham-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.gothammedium {
  font-family: 'gothammedium', sans-serif;
}

@font-face {
  font-family: 'gothamxnarrow_black';
  src: url('../webfonts/gothamxnarrow-black-webfont.woff2') format('woff2'),
    url('../webfonts/gothamxnarrow-black-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.gothamxnarrow_black {
  font-family: 'gothamxnarrow_black', sans-serif;
}

#mainMenu {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}


#mainMenu .telphone h6 {
  font-size: .9rem;
  display: flex;
  color: var(--color-base02);
}

#mainMenu .telphone img {
  height: 2rem;
}


#mainMenu .telphone h6.tel-animate span {
  animation: fadeIn 0.5s ease-in-out forwards;
}

#mainMenu .telphone h6.tel-animate span {
  transition: all 0.2s ease;
}

#mainMenu .telphone h6.tel-animate span:nth-child(1) {
  animation: fadeIn 0.5s ease-in-out;
}

#mainMenu .telphone h6.tel-animate span:nth-child(2) {
  animation: fadeIn 0.5s ease-in-out 0.1s;
}

#mainMenu .telphone h6.tel-animate span:nth-child(3) {
  animation: fadeIn 0.5s ease-in-out 0.2s;
}

#mainMenu .telphone h6.tel-animate span:nth-child(4) {
  animation: fadeIn 0.5s ease-in-out 0.3s;
}

#mainMenu .telphone h6.tel-animate span:nth-child(5) {
  animation: fadeIn 0.5s ease-in-out 0.4s;
}

#mainMenu .telphone h6.tel-animate span:nth-child(6) {
  animation: fadeIn 0.5s ease-in-out 0.5s;
}

#mainMenu .telphone h6.tel-animate span:nth-child(7) {
  animation: fadeIn 0.5s ease-in-out 0.6s;
}

#mainMenu .telphone h6.tel-animate span:nth-child(8) {
  animation: fadeIn 0.5s ease-in-out 0.7s;
}

#mainMenu .telphone h6.tel-animate span:nth-child(9) {
  animation: fadeIn 0.5s ease-in-out 0.8s;
}

#mainMenu .telphone h6.tel-animate span:nth-child(10) {
  animation: fadeIn 0.5s ease-in-out 0.9s;
}

#mainMenu .telphone h6.tel-animate span:nth-child(11) {
  animation: fadeIn 0.5s ease-in-out 1s;
}

#mainMenu .telphone h6.tel-animate span:nth-child(12) {
  animation: fadeIn 0.5s ease-in-out 1.1s;
}

#mainMenu .telphone h6.tel-animate span:nth-child(13) {
  animation: fadeIn 0.5s ease-in-out 1.2s;
}

#mainMenu .telphone h6.tel-animate span:nth-child(14) {
  animation: fadeIn 0.5s ease-in-out 1.3s;
}

#mainMenu .telphone h6.tel-animate span:nth-child(15) {
  animation: fadeIn 0.5s ease-in-out 1.4s;
}

@keyframes fadeIn {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}

#mainMenu .telphone small {
  font-size: .6rem;
  line-height: .6rem;
  color: var(--color-base01);
}

#mainMenu .menu a {
  color: var(--color-base02);
  font-size: .8rem;
  transition: all 0.2s ease;
  padding: 1.4rem 0;
  border-bottom: 3px solid #fff;
  font-family: 'gothammedium', sans-serif;
}

#mainMenu .menu a:hover {
  color: var(--color-base01);
}

#mainMenu .menu a.active {
  color: var(--color-base01);
  border-bottom: 4px solid var(--color-base01);
}

.box0 {
  background: url('bg0.png') no-repeat center center;
  background-size: cover;
  height: 100vh;
}

.box0 a ,.form a{
  color: #fff;
  background-color: var(--color-base01);
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.box01 {
  background: url('bg01.png') no-repeat center center;
  background-size: cover;
  height: 100vh;
}

.box01 .container-fluid {
  background: url(box01-img.png) no-repeat right center;
  background-size: 60% auto;
}

.box01 .container-fluid .links a {
  background-color: var(--color-base01);
  color: #fff;
  border-radius: 50px;
  padding: 0.3rem 1rem;
  transition: all 0.3s ease;
  border: 2px solid #fff;
  font-family: 'gothammedium';
  font-size: .9rem;
}

.box01 .container-fluid .links a:hover {
  background-color: #fff;
  color: var(--color-base01);
  border: 2px solid var(--color-base01);
  padding: 0.3rem 1.5rem;
}

.box01 .container-fluid .glass {
  width: 100%;
  aspect-ratio: 788/230;

  backdrop-filter: blur(18px) saturate(120%);
  -webkit-backdrop-filter: blur(18px) saturate(120%);
  background: rgba(255, 255, 255, .5);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
}

.box01 .container-fluid .glass small {
  font-size: .7rem;
}

.box01 .container-fluid .glass .b01,
.box01 .container-fluid .glass .b02 {
  border-right: 2px solid #fff;
}

.box01 .container-fluid .glass img {
  width: 300px;
}

.text-shadow {
  text-shadow: 0px 0px 12px rgba(0, 0, 0, .6);
}

.box02 {
  background: url('bg02.png') no-repeat center center;
  background-size: cover;
  min-height: 100vh;
}

.box02 p {
  font-size: .8rem;
}

.box02 .box02-content {
  outline: 20px solid rgba(255, 255, 255, .3);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 1rem;
  overflow: hidden;
}

.box02 .box02-content02 .text {
  background-color: var(--color-base01);
  border-radius: 2rem;
  padding: .8rem 1.5rem;
  color: #fff;
  border: 4px solid #fff;
}

.box03 {
  background: #FFFAFB;
  background-size: cover;
  height: 100vh;
  position: relative;
}

.box03 .ft {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  right: 0;
  text-align: center;
  background-color: var(--color-base01);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
}

.box03 p {
  font-size: .8rem;
}

.box03 .pill {
  width: 790px;
  height: 790px;
  border-radius: 100%;
  position: relative;
  background-color: var(--color-base01);
}

.box03 .pill span:nth-child(1) {
  display: block;
  position: absolute;
  width: 42px;
  height: 42px;
  background-color: var(--color-base01);
  border-radius: 100px;
  left: -7%;
  bottom: 15%;
}

.box03 .pill span:nth-child(2) {
  display: block;
  position: absolute;
  width: 27px;
  height: 27px;
  background-color: var(--color-base01);
  border-radius: 100px;
  left: 4%;
  bottom: 10%;
}

.box03 .pill span:nth-child(3) {
  display: block;
  position: absolute;
  width: 42px;
  height: 42px;
  background-color: var(--color-base01);
  border-radius: 100px;
  right: -7%;
  top: 20%;
}

.box03 .pill span:nth-child(4) {
  display: block;
  position: absolute;
  width: 27px;
  height: 27px;
  background-color: var(--color-base01);
  border-radius: 100px;
  right: 1%;
  top: 15%;
}

.box04 {
  background: url(bg04.png) no-repeat;
  background-size: cover;
  height: 100vh;
}

.box04 .link {
  background-color: #fff;
  color: var(--color-base01);
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all .3s;
}

.box04 .link:hover {
  gap: 20px;
}

.box05 {
  background-color: var(--color-base01);
  height: 100vh;
}

.box07 {
  height: 100vh;
  position: relative;
}

.box07:after {
  content: '';
  position: absolute;
  top: 45%;
  left: 25%;
  right: 25%;
  height: 8px;
  background-color: var(--color-base01);
  z-index: -1;
}

.box08 {
  height: 100vh;
  background-color: var(--color-base01);
}

.store-box {
  position: relative;
}

.store-box .box05-text {
  position: absolute;
  top: -3rem;
  max-width: 30rem;
  z-index: 90;
}

.store-list {
  position: relative;
  overflow: hidden;
  border: 5px solid #fff;
  transition: all 0.3s ease;
}

.store-list>img {
  transition: all 0.3s ease;
}

.store-list:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
}

.store-list:hover>img {
  transform: scale(1.1);
}

.store-list:hover::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .5);
  transition: all 0.3s ease;
  z-index: 1;
}

.store-list div {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  background-color: #fff;
  border-radius: 100px;
  padding: .5rem 1rem;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: .9rem;
  font-family: 'gothammedium', sans-serif;
  z-index: 2;
}

.store-list:hover div {
  bottom: 2rem
}

.box06 {
  background-color: var(--color-base01);
  height: 100vh;
}

.box06 .box06-link {
  display: inline-flex;
  padding: .7rem 2rem;
  background-color: #fff;
  border-radius: 100px;
}

.box06 hr {
  border: 1px solid #fff;
  opacity: 1;
}

.store-list div img {
  width: 1rem;
}

.box07-box {
  width: 100%;
  max-width: 240px;
  aspect-ratio: 1/1;
  border: 5px solid #ECAF31;
  border-radius: 100%;
  background-color: var(--color-base01);
  transition: all 0.3s ease;
  box-shadow: 40px 40px 40px rgba(0, 0, 0, .2);
}

.box07-box img {
  max-width: 30%;
  max-height: 30%;
}

.box07-box:hover {
  transform: scale(1.1);
  box-shadow: 60px 60px 60px rgba(0, 0, 0, .3);
}


@keyframes pillZoom {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }

  100% {
    transform: scale(1);
  }
}

#mainMenu .logo img {
  height: 1.3rem;
}

@media (max-width: 768px) {
  html {
    font-size: 14px;
  }

  #mainMenu .logo img {
    height: 15px;
  }

  #mainMenu .telphone img {
    height: 20px;
  }

  .box01 .container-fluid {
    background: url('')
  }

  .rLink {
    right: 10px;
  }

  .box03 {
    background: var(--color-base01);
  }


  .box01,
  .box03,
  .box05,
  .box06,
  .box04,
  .box07,
  .box08 {
    height: auto !important;
  }

  .box07:after {
    background-color: #fff;
  }

  .box07 img.num {
    width: 70px;
  }

  .box06 .qrCode img {
    width: 30%;
  }

  .store-list div img {
    display: none;
  }

  .box06-logo img {
    width: 30%;
  }

  .rLink {
    bottom: 32%;
  }

  .box03 .img-control {
    width: 90%;
  }

  .box08 .img-control {
    width: 50%;
  }

  .box02 .img-control {
    width: 80%;
  }
}

.feedback {
  background-color: var(--color-base01);
  color: #fff;
  border-radius: 50px;
  padding: 1rem 2.5rem;
  transition: all 0.3s ease;
  border: 3px solid #fff;
  font-size: .9rem;
  animation: pulse 2s infinite;
}

.feedback:hover {
  background-color: #fff;
  color: var(--color-base01);
  border: 3px solid var(--color-base01);
  padding: 1rem 3rem;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(235, 26, 59, 0.7);
  }

  70% {
    box-shadow: 0 0 0 20px rgba(235, 26, 59, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(235, 26, 59, 0);
  }
}

@media (min-width: 769px) and (max-width: 1600px) {
  .box03 .pill {
    width: 490px;
    height: 490px;
    border-radius: 100%;
    position: relative;
    background-color: var(--color-base01);
  }

  .box03 .img-control {
    width: 70%;
  }

  .box08 .img-control {
    width: 50%;
  }

  .box02 .img-control {
    width: 80%;
  }
}

.timeline-container {
  width: 100%;
  max-width: 1100px;
  padding: 60px 20px;
  margin: auto;
}

.timeline {
  display: flex;
  position: relative;
  width: 100%;
}

.step {
  flex: 1;
  display: grid;
  grid-template-rows: 1fr 1fr;
  position: relative;
}


.step::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  z-index: 1;
}

.step:first-child::before {
  left: 50%;
  width: 50%;
}

.step:last-child::before {
  width: 50%;
}


.step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: calc(50% - -1px);
  right: -9px;
  width: 16px;
  height: 16px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
}

.step-top,
.step-bottom {
  flex: 1;
  display: flex;
  position: relative;
}


.step-up .step-top {
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 50px;
}


.step-down .step-bottom {
  align-items: flex-start;
  justify-content: center;
  padding-top: 50px;
}


.step-up .step-top::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 50px;
  background-color: #ffffff;
}

.step-down .step-bottom::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 50px;
  background-color: #ffffff;
}

.step-divider {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.circle {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  color: #db193b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 800;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 1);
}

.step-card {
  background-color: #d81635;
  border-radius: 12px;
  border-top-right-radius: 0;
  padding: 16px;
  width: 100%;
  max-width: 350px;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  text-align: left;
  z-index: 2;
}

.card-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-icon img {
  width: 100%;
}

.card-icon svg {
  width: 100%;
  height: 100%;
  fill: #ffffff;
}

.card-text {
  flex: 1;
}

.card-text h3 {
  margin: 0 0 6px 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

.card-text p {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  color: #fce8ea;
}

.time-badge {
  position: absolute;
  top: -28px;
  right: 0;
  height: 28px;
  background-color: #ffc107;
  color: #d81635;
  font-size: 13px;
  font-weight: 600;
  padding: 0 14px;
  border-radius: 12px 12px 0 0;
  display: flex;
  align-items: center;
  gap: 5px;
  box-shadow: none;
}

.time-badge svg {
  width: 15px;
  height: 15px;
  fill: #d81635;
}

@media (max-width: 800px) {
  .timeline-container {
    padding: 30px 15px;
  }

  .timeline {
    flex-direction: column;
    padding-left: 10px;
  }

  .step {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 30px 0;
  }

  .step::before {
    top: 0;
    left: 25px;
    width: 2px;
    height: 100%;
    transform: translateX(-50%);
  }

  .step:first-child::before {
    top: 50%;
    height: 50%;
    width: 2px;
    left: 25px;
  }

  .step:last-child::before {
    height: 50%;
    width: 2px;
    left: 25px;
  }

  .step:not(:last-child)::after {
    top: auto;
    bottom: -9px;
    left: 25px;
    right: auto;
    transform: translateX(-50%) rotate(135deg);
    background-color: #262626;
  }

  .step-divider {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    order: 1;
    margin-right: 25px;
    z-index: 3;
    display: flex;
    justify-content: center;
    width: 50px;
  }

  .step-up .step-bottom,
  .step-down .step-top {
    display: none;
  }

  .step-up .step-top::after,
  .step-down .step-bottom::before {
    display: none;
  }

  .step-up .step-top,
  .step-down .step-bottom {
    order: 2;
    padding: 0;
    width: calc(100% - 75px);
    align-items: center;
  }

  .card {
    width: 100%;
    max-width: none;
  }
}

.ibox04 {
  height: 100vh;
  width: 100%;
  background: url('storeBg.png') no-repeat center center;
  background-size: cover;
}

.storeSwiper div.swiper-slide {
  transition: all 0.3s ease;
}

.storeSwiper div.swiper-slide:not(.swiper-slide-active) {
  transform: scale(0.8);
}

#storeMenu strong {
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'gothambold', sans-serif;
}

#storeMenu strong:hover,
#storeMenu strong.active {
  color: #ffc107 !important;
}