main {
  width: 100%;
  background-color: #000;
}
.MVP-home-btn-1 {
  background-color: var(--primary-color);
  color: #000;
  font-family: 'Poppins-Light';
  text-decoration: none;
  border-radius: 2em;
  display: block;
  padding: 0.2em 0.5em;
  transition: all 0.3s ease-in-out;
  border: solid 2px var(--primary-color);
}
.MVP-home-btn-1:hover {
  text-decoration: none;
  background-color: transparent;
  color: var(--primary-color);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 164, 0, 0.4);
}
.MVP-home-btn-1:active,
.MVP-home-btn-1:focus {
  transform: translateY(-1px);
  box-shadow: 0 2px 5px rgba(255, 164, 0, 0.3);
  text-decoration: none;
}
.MVP-home-btn-2 {
  background-color: transparent;
  color: var(--primary-color);
  font-family: 'Poppins-Light';
  text-decoration: none;
  border-radius: 2em;
  display: block;
  padding: 0.2em 0.5em;
  transition: all 0.3s ease-in-out;
  border: solid 2px var(--primary-color);
}
.MVP-home-btn-2:hover {
  text-decoration: none;
  background-color: var(--primary-color);
  color: #000;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 164, 0, 0.4);
}
.MVP-home-btn-2:active,
.MVP-home-btn-2:focus {
  transform: translateY(-1px);
  box-shadow: 0 2px 5px rgba(255, 164, 0, 0.3);
  text-decoration: none;
}
.MVP-home-1 {
  width: 100%;
  position: relative;
}
.MVP-home-1 .MVP-home-1-1 {
  width: 100%;
}
.MVP-home-1 .MVP-home-1-2 {
  position: absolute;
  width: 69.8046875vw;
  left: 16.328125vw;
  top: 24.140625vw;
}
.MVP-home-1 .MVP-home-1-2 img {
  width: 100%;
}
.MVP-home-1 .MVP-home-1-2 p {
  font-family: 'Poppins-Light';
  letter-spacing: 0.1em;
  padding: 0.8em 0 1.6em;
}
.MVP-home-1 .MVP-home-1-2 a {
  float: right;
  margin-right: 2em;
}
.MVP-home-2 {
  position: relative;
  padding: 7.03125vw var(--width-content-left);
}
.MVP-home-2 h2 {
  text-align: left;
  padding-bottom: 3.671875vw;
}
.MVP-home-2 .MVP-home-2-1 {
  justify-content: space-between;
  align-items: center;
}
.MVP-home-2 .MVP-home-2-1-1 ul {
  flex-direction: column;
  justify-content: center;
}
.MVP-home-2 .MVP-home-2-1-1 ul li {
  padding: 0.8203125vw 0;
  width: 5.5859375vw;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.3s ease;
}
.MVP-home-2 .MVP-home-2-1-1 ul li:hover,
.MVP-home-2 .MVP-home-2-1-1 ul li.active {
  opacity: 1;
}
.MVP-home-2 .MVP-home-2-1-2 {
  position: relative;
  width: 65.9375vw;
}
.MVP-home-2 .MVP-home-2-1-2 .MVP-home-2-1-2-txt {
  position: absolute;
  right: 0;
  top: 0;
}
.MVP-home-2 .MVP-home-2-1-2 .MVP-home-2-1-2-txt p {
  line-height: 2.5;
  padding: 1em 0;
  text-align: right;
}
.MVP-home-2 .MVP-home-2-1-2 .MVP-home-2-1-2-txt ul {
  justify-content: space-between;
  width: 14.296875vw;
}
.MVP-home-2 .MVP-home-2-1-2 .MVP-home-2-1-2-txt ul li {
  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
}
.MVP-home-2 .MVP-home-2-1-2 .MVP-home-2-1-2-txt ul li:nth-child(1) {
  background-color: #b5362b;
}
.MVP-home-2 .MVP-home-2-1-2 .MVP-home-2-1-2-txt ul li:nth-child(2) {
  background-color: #522e91;
}
.MVP-home-2 .MVP-home-2-1-2 .MVP-home-2-1-2-txt ul li:nth-child(3) {
  background-color: #3c8a9d;
}
.MVP-home-2 .MVP-home-2-1-2 .MVP-home-2-1-2-txt ul li:nth-child(4) {
  background-color: #5c9021;
}
.MVP-home-2 .MVP-home-2-1-2 .MVP-home-2-1-2-txt ul li:nth-child(5) {
  background-color: #606161;
}
.MVP-home-2 .pro-container {
  width: 54.0625vw;
}
.MVP-home-2 .pro-container img {
  display: none;
  opacity: 0;
}
.MVP-home-2 .pro-container img.active {
  display: block;
  opacity: 1;
}
.MVP-home-2 .MVP-home-2-2 {
  justify-content: space-between;
}
.MVP-home-2 .MVP-home-2-2 p1 {
  font-size: 0.73em;
  line-height: 2;
}
.MVP-home-2 .MVP-home-2-2 h3 {
  font-family: 'Poppins-Bold';
  font-size: 2.66em;
}
.MVP-home-2 .MVP-home-2-2 p2 {
  font-size: 1.5em;
  line-height: 1.6;
}
.MVP-home-2 .MVP-home-2-2 .MVP-home-2-2-2 {
  padding-top: 1.5em;
}
.MVP-home-2 .MVP-home-2-2 .MVP-home-2-2-2 a {
  padding: 0.2em 1.5em;
}
.MVP-home-3 {
  width: 100%;
  padding: 0 4.84375vw;
  justify-content: space-between;
}
.MVP-home-3 img {
  width: 100%;
}
.MVP-home-3 .num {
  font-family: 'Poppins-Bold';
  font-size: 1.5em;
  line-height: 1;
  border: solid 2px var(--primary-color);
  color: var(--primary-color);
  background: transparent;
  width: 3.125vw;
  height: 3.125vw;
  line-height: 3.125vw;
  border-radius: 50%;
  text-align: center;
}
.MVP-home-3 .MVP-home-3-con:hover .num {
  color: #000;
  background: var(--primary-color);
}
.MVP-home-3 .text-1 {
  position: absolute;
}
.MVP-home-3 .text-1 h2 {
  font-size: 7.2vw;
  text-align: right;
  line-height: 1.1;
}
.MVP-home-3 .text-1 p {
  text-align: right;
}
.MVP-home-3 .text-2 {
  position: absolute;
  left: 0.3em;
  top: 44.140625vw;
}
.MVP-home-3 .text-2 p {
  font-size: 0.9em;
  padding-top: 0.5em;
  line-height: 1.7;
}
.MVP-home-3 .MVP-home-3-1 {
  position: relative;
  width: 55vw;
}
.MVP-home-3 .MVP-home-3-1 .MVP-home-3-1-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.MVP-home-3 .MVP-home-3-1 .MVP-home-3-1-text .text-1 {
  right: 0;
  top: 6.015625vw;
}
.MVP-home-3 .MVP-home-3-1 .MVP-home-3-1-text img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 42.734375vw;
}
.MVP-home-3 .MVP-home-3-1 .MVP-home-3-1-pro-1 {
  width: 100%;
  transition: all 0.5s ease-in;
  opacity: 1;
}
.MVP-home-3 .MVP-home-3-1 .MVP-home-3-1-pro-2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-in;
}
.MVP-home-3 .MVP-home-3-1:hover .MVP-home-3-1-pro-1 {
  opacity: 0;
}
.MVP-home-3 .MVP-home-3-1:hover .MVP-home-3-1-pro-2 {
  opacity: 1;
}
.MVP-home-3 .MVP-home-3-1 .MVP-home-btn-2 {
  font-size: 0.9em;
  position: absolute;
  left: 38.671875vw;
  top: 38.4765625vw;
  padding-left: 0.8em;
  padding-right: 0.8em;
}
.MVP-home-3 .MVP-home-3-2 {
  position: relative;
  width: 31.71875vw;
}
.MVP-home-3 .MVP-home-3-2 .MVP-home-3-2-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.MVP-home-3 .MVP-home-3-2 .MVP-home-3-2-text .text-1 {
  right: 0;
  top: 25vw;
}
.MVP-home-3 .MVP-home-3-2 .MVP-home-3-2-text .text-1 h2 {
  font-size: 7.8vw;
  line-height: 1;
}
.MVP-home-3 .MVP-home-3-2 .MVP-home-3-2-text .text-1 p {
  letter-spacing: 0.22em;
  font-size: 1.2em;
  line-height: 1;
}
.MVP-home-3 .MVP-home-3-2 .MVP-home-3-2-text img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 12.1484375vw;
}
.MVP-home-3 .MVP-home-3-2 .MVP-home-3-2-pro-1 {
  width: 100%;
  transition: all 0.5s ease-in;
  opacity: 1;
}
.MVP-home-3 .MVP-home-3-2 .MVP-home-3-2-pro-2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-in;
}
.MVP-home-3 .MVP-home-3-2:hover .MVP-home-3-2-pro-1 {
  opacity: 0;
}
.MVP-home-3 .MVP-home-3-2:hover .MVP-home-3-2-pro-2 {
  opacity: 1;
}
.MVP-home-3 .MVP-home-3-2 .MVP-home-btn-2 {
  font-size: 0.9em;
  position: absolute;
  right: 0;
  top: 15.9765625vw;
  padding-left: 0.8em;
  padding-right: 0.8em;
}
.MVP-home-4 {
  padding: 1.71875vw 4.6875vw 8.90625vw;
}
.MVP-home-4 .MVP-home-4-con {
  justify-content: space-around;
  flex-wrap: wrap;
}
.MVP-home-4 .MVP-home-4-con > div {
  position: relative;
  border-radius: 1em;
  margin-bottom: 1em;
}
.MVP-home-4 .MVP-home-4-con > div .text {
  position: absolute;
  left: 2.2265625vw;
  top: 1.3671875vw;
  text-align: left;
  color: #ffffff;
  transition: all 0.5s ease-in;
}
.MVP-home-4 .MVP-home-4-con > div .text h3 {
  font-size: 2.6em;
}
.MVP-home-4 .MVP-home-4-con > div .text p {
  font-size: 0.9em;
  font-family: 'Poppins-Light';
  padding-top: 0.5em;
}
.MVP-home-4 .MVP-home-4-con > div .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  transition: all 0.5s ease-in;
}
.MVP-home-4 .MVP-home-4-con > div:hover .mask {
  background: rgba(0, 0, 0, 0.1);
}
.MVP-home-4 .MVP-home-4-con .MVP-home-4-1,
.MVP-home-4 .MVP-home-4-con .MVP-home-4-4 {
  width: 23.046875vw;
}
.MVP-home-4 .MVP-home-4-con .MVP-home-4-2,
.MVP-home-4 .MVP-home-4-con .MVP-home-4-3 {
  width: 65.625vw;
}
.MVP-home-4 .MVP-home-4-con .MVP-home-4-1:hover .text,
.MVP-home-4 .MVP-home-4-con .MVP-home-4-4:hover .text {
  color: #000000;
}
.MVP-home-5 {
  width: 100%;
  padding: 0 5.4296875vw 7.8125vw;
}
.MVP-home-5 .MVP-home-con {
  border: solid 1px var(--primary-color);
  padding: 1.953125vw 1.3671875vw 1.7578125vw;
}
.MVP-home-5 .MVP-home-5-text {
  justify-content: space-between;
  align-items: flex-start;
}
.MVP-home-5 .MVP-home-5-text .text-1 {
  width: 55.3515625vw;
}
.MVP-home-5 .MVP-home-5-text .text-1 h2 {
  text-align: left;
}
.MVP-home-5 .MVP-home-5-text .text-1 h2 span {
  font-size: 2.5em;
}
.MVP-home-5 .MVP-home-5-text .text-1 p {
  line-height: 1.6;
}
.MVP-home-5 .MVP-home-5-text .text-1 p a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  color: var(--primary-color);
}
.MVP-home-5 .MVP-home-5-text .MVP-home-btn-1 {
  font-size: 0.9em;
  margin-top: 1.953125vw;
}
.MVP-home-5 .MVP-home-5-img {
  padding: 2.9296875vw 0 1.953125vw;
  width: 79.0625vw;
}
.MVP-home-5 .MVP-home-5-img img {
  width: 100%;
}
.MVP-home-5 .MVP-home-5-link {
  justify-content: space-between;
}
.MVP-home-5 .MVP-home-5-link a {
  color: var(--primary-color);
  text-underline-offset: 0.2em;
}
.MVP-home-5 .MVP-home-5-link span {
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1;
}
.MVP-home-5 .MVP-home-5-link div:nth-child(1) {
  flex: 2;
}
.MVP-home-5 .MVP-home-5-link div:nth-child(2) {
  flex: 1;
}
.MVP-home-6 .MVP-home-txt {
  padding-left: 4.8828125vw;
  padding-bottom: 5.4296875vw;
}
.MVP-home-6 .MVP-home-txt h2 {
  text-align: left;
  line-height: 1;
}
.MVP-home-6 .MVP-home-txt h2 span {
  font-size: 1.3em;
}
.MVP-home-6 .MVP-home-txt p span {
  font-size: 0.8em;
  font-family: 'Poppins-Light';
}
.MVP-home-6 .MVP-home-con {
  width: 100%;
  position: relative;
}
.MVP-home-6 .MVP-home-con .map-bg {
  width: 100%;
}
.MVP-home-6 .MVP-home-con .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 3;
  transition: z-index 0.5s ease;
}
.MVP-home-6 .MVP-home-con .con {
  position: relative;
  z-index: 4;
  transition: z-index 0.5s ease;
}
.MVP-home-6 .MVP-home-con .map-1:hover,
.MVP-home-6 .MVP-home-con .map-2:hover,
.MVP-home-6 .MVP-home-con .map-3:hover,
.MVP-home-6 .MVP-home-con .map-4:hover,
.MVP-home-6 .MVP-home-con .map-5:hover,
.MVP-home-6 .MVP-home-con .map-6:hover,
.MVP-home-6 .MVP-home-con .map-7:hover {
  z-index: 10;
}
.MVP-home-6 .MVP-home-con .map-1:hover .img-store,
.MVP-home-6 .MVP-home-con .map-2:hover .img-store,
.MVP-home-6 .MVP-home-con .map-3:hover .img-store,
.MVP-home-6 .MVP-home-con .map-4:hover .img-store,
.MVP-home-6 .MVP-home-con .map-5:hover .img-store,
.MVP-home-6 .MVP-home-con .map-6:hover .img-store,
.MVP-home-6 .MVP-home-con .map-7:hover .img-store {
  opacity: 1;
}
.MVP-home-6 .MVP-home-con .map-1:hover ~ .mask,
.MVP-home-6 .MVP-home-con .map-2:hover ~ .mask,
.MVP-home-6 .MVP-home-con .map-3:hover ~ .mask,
.MVP-home-6 .MVP-home-con .map-4:hover ~ .mask,
.MVP-home-6 .MVP-home-con .map-5:hover ~ .mask,
.MVP-home-6 .MVP-home-con .map-6:hover ~ .mask,
.MVP-home-6 .MVP-home-con .map-7:hover ~ .mask {
  z-index: 5;
}
.MVP-home-6 .MVP-home-con .map-1 {
  position: absolute;
  width: 31.58%;
  top: 6.67vw;
  left: 0;
}
.MVP-home-6 .MVP-home-con .map-1 .img-store {
  position: absolute;
  width: 40.1171875vw;
  max-width: none;
  top: 83%;
  left: 9%;
  transition: all 0.5s ease-in;
  opacity: 0;
}
.MVP-home-6 .MVP-home-con .map-2 {
  position: absolute;
  width: 14.94%;
  top: 8.78vw;
  left: 33.79%;
}
.MVP-home-6 .MVP-home-con .map-3 {
  position: absolute;
  width: 14.9609375%;
  top: 10.15vw;
  left: 49.55%;
}
.MVP-home-6 .MVP-home-con .map-4 {
  position: absolute;
  width: 15%;
  top: 32.6%;
  left: 35.2734375%;
}
.MVP-home-6 .MVP-home-con .map-5 {
  position: absolute;
  width: 16.25%;
  top: 16.55vw;
  left: 49.77%;
}
.MVP-home-6 .MVP-home-con .map-5 .img-store {
  position: absolute;
  width: 40.1171875vw;
  max-width: none;
  top: 83%;
  left: -5.5%;
  transition: all 0.5s ease-in;
  opacity: 0;
}
.MVP-home-6 .MVP-home-con .map-6 {
  position: absolute;
  width: 22.65625%;
  top: 14.2vw;
  left: 66.7578125%;
}
.MVP-home-6 .MVP-home-con .map-7 {
  position: absolute;
  width: 14.0625%;
  top: 36.5%;
  left: 81.28%;
}
.MVP-home-6 .MVP-home-con .img-map {
  width: 100%;
  position: relative;
}
/* 核心动画定义 */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.MVP-home-7 {
  padding: 4.6875vw 0 7.8125vw;
  /* 关键交互：鼠标悬停时暂停动画 */
  /* 单个项目样式 */
  /* 边缘渐变遮罩，提升视觉质感 */
}
.MVP-home-7 .marquee-wrapper {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.MVP-home-7 .marquee-track {
  display: inline-flex;
  /* 默认运行动画，20秒一圈，线性，无限循环 */
  animation: scroll-left 20s linear infinite;
  will-change: transform;
}
.MVP-home-7 .marquee-wrapper:hover .marquee-track {
  animation-play-state: paused;
}
.MVP-home-7 .marquee-item {
  padding: 0 2rem;
  flex-shrink: 0;
}
.MVP-home-7 .marquee-item img {
  height: 3.6328125vw;
}
.MVP-home-7 .fade-edge {
  mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
}
