: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);
}

.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);

  -webkit-mask: url(glass.svg) no-repeat center / contain;
  mask: url(glass.svg) no-repeat center / contain;
}

.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;
}

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

.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;
}

/* .box02 .box02-content02 .zoom:nth-child(1) h1 {
  transform: perspective(500px) rotateX(10deg) rotateY(-40deg);
}

.box02 .box02-content02 .zoom:nth-child(2) h1 {
  transform: perspective(500px) rotateX(5deg) rotateY(-30deg) translateY(-20px);
} */

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

.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%;
  /* animation: pillZoom 2s ease-in-out infinite; */
}

.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%;
  /* animation: pillZoom 2s ease-in-out infinite; */
}

.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%;
  /* animation: pillZoom 2s ease-in-out infinite; */
}

.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%;
  /* animation: pillZoom 2s ease-in-out infinite; */
}


.box04 .products-list {
  position: relative;
}

.box04 .products-list img:nth-child(2) {
  position: absolute;
  width: 30%;
  bottom: 1rem;
  right: 1rem;
}

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

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

.box07:after {
  content: '';
  position: absolute;
  top: 53%;
  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);
  }
}

.box04 .products-list.p01 img:nth-child(2),
.box04 .products-list.p03 img:nth-child(2) {
  width: 25%;
}

  #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);
  }

  .box04 .products-list.p01 img:nth-child(2) {
    width: 100px;
  }

  .box04 .products-list.p02 img:nth-child(2) {
    width: 80px;
  }

  .box04 .products-list.p03 img:nth-child(2) {
    width: 70px;
  }

  .box04 .products-list.p04 img:nth-child(2) {
    width: 100px;
  }

  .box04 .products-list.p05 img:nth-child(2) {
    width: 80px;
  }

  .box04 .products-list.p06 img:nth-child(2) {
    width: 80px;
  }

  .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%;
  }
}

@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%;
  }
}