@charset "UTF-8";
.no-select {
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* 非前缀版本，现代浏览器支持 */
}

.tenways-content1 {
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
}

.tenways-content img {
  -webkit-user-drag: none;
}

.tenways-box {
  overflow: hidden;
  position: relative;
}

.flex-row {
  display: flex;
}

.flex-right {
  justify-content: flex-end;
}

.flex-full {
  flex: 1;
}

.flex-between {
  justify-content: space-between;
}

.color-sel-item {
  cursor: pointer;
}

.it-simple-body {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

.load-img {
  position: fixed;
  top: -100vh;
  left: -100vw;
  opacity: 0;
}

/* 第二屏 */
.second-box {
  width: 100%;
  height: 800px;
  position: relative;
}
.second-box .list-item {
  flex: 1;
}

.second-box .default-bg {
  width: 1920px;
  height: 800px;
  left: calc((100vw - 1920px) / 2);
  position: absolute;
  top: 0;
  z-index: 2;
}

.second-box .bg-box {
  width: 1920px;
  height: 800px;
  left: calc((100vw - 1920px) / 2);
  position: absolute;
  top: 0;
  z-index: 1;
}
.second-box .bg-box .circle1 {
  background-image: url("/images/light/circle-1.png");
  width: 800px;
  height: 800px;
  background-size: 80px auto;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: 1;
  left: calc(50% - 300px);
  top: 100px;
  opacity: 0;
}
.second-box .bg-box .circle2 {
  background-image: url("/images/light/circle-2.png");
  width: 800px;
  height: 800px;
  background-size: 100px auto;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: 1;
  opacity: 0;
  left: calc(50% - 300px);
  top: 100px;
}
.second-box .bg-box .light {
  width: 54px;
  height: 54px;
  position: absolute;
  z-index: 2;
  background-image: url("/images/light/light-1.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.second-box .bg-box .light.light-1 {
  left: 1069px;
  top: 533px;
  opacity: 0;
}
.second-box .bg-box .light.light-2 {
  left: 1072.5px;
  top: 517px;
  opacity: 0;
}
.second-box .bg-box .light.light-3 {
  left: 1076px;
  top: 501px;
  opacity: 0;
}

.second-box .bg-box .bike {
  top: 0;
  width: 1920px;
  height: auto;
  position: absolute;
  z-index: 2;
}

.second-box .bg-box .bike-mobile {
  display: none;
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 2;
}

.second-box .it-simple-content {
  width: 460px;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 300px;
}

.second-box .it-simple-content .title-box {
  align-items: flex-end;
  margin-bottom: 12px;
}
.second-box .it-simple-content .title-box .wifi-icon {
  width: 18px;
  height: 33px;
  background-image: url("/images/wifi.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-left: 4px;
}

.second-box .it-simple-content .first-title {
  color: #492827;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  height: 24px;
  overflow: hidden;
}

.second-box .it-simple-content .second-title {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 125% */
  height: 60px;
  overflow: hidden;
  letter-spacing: -0.48px;
  margin-bottom: 20px;
  background: linear-gradient(130deg, #492827 17.12%, #492827 30%, #994826 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.second-box .it-simple-content .content-desc {
  display: none;
  color: #492827;
  opacity: 0.6;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-bottom: 40px;
}

.second-box .it-simple-content .list-box {
  width: 410px;
  align-items: center;
}

.second-box .it-simple-content .list-line {
  width: 0.5px;
  height: 52px;
  opacity: 0.5;
  background: #a03507;
  margin: 0 40px;
}

.second-box .it-simple-content .list-box .icon {
  width: 48px;
  height: 48px;
}

.second-box .it-simple-content .list-box .item-title {
  color: #a03507;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  margin-top: -5px;
}

/* 第二屏结束 */
/* 第三屏开始 */
.third-box {
  display: flex;
  flex-direction: row;
  background-color: #f9f9f9;
  height: calc(100vh - 92px);
  max-height: 66vw;
  max-width: 1920px;
  margin: 0 auto;
}

.third-box .left-box {
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: calc(50% - 600px);
  width: 492px;
}

.third-box .left-box .info-box {
  width: 400px;
}
.third-box .left-box .info-box .replay-box {
  visibility: hidden;
  display: none;
  justify-content: flex-end;
  align-items: center;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  z-index: 10;
  cursor: pointer;
  margin-bottom: 15px;
}
.third-box .left-box .info-box .replay-box .replay-icon {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
.third-box .left-box .info-box .replay-box .replay-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}
.third-box .left-box .info-box .replay-box.visible {
  opacity: 1;
}

.third-box .left-box .first-title {
  color: #492827;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 125% */
  text-transform: capitalize;
}

.third-box .left-box .second-title {
  margin-top: 16px;
  color: #492827;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-bottom: 48px;
}

.third-box .left-box .list-item {
  width: 400px;
  height: 70px;
  background-image: url("/images/control-bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.5s ease-in-out;
}
.third-box .left-box .list-item .info {
  color: #e33b16;
  height: 24px;
  position: relative;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  width: 90px;
  line-height: 24px; /* 150% */
}
.third-box .left-box .list-item .info .info-item {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.third-box .left-box .list-item .info .info-item.visible {
  opacity: 1;
}
.third-box .left-box .list-item.active {
  background-image: url("/images/control-bg-sel.png");
}
.third-box .left-box .list-item.active .num {
  color: #a03507 !important;
}
.third-box .left-box .list-item.active .item-title {
  color: #a03507 !important;
}

.third-box .left-box .list-item .num {
  padding: 0 26px;
  color: #bca3a2;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
  transition: all 0.5s ease-in-out;
}

.third-box .left-box .list-item .item-title {
  color: #492827;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  transition: all 0.5s ease-in-out;
  flex: 1;
}

.third-box .right-box {
  flex: 1;
  position: relative;
  background-image: url("/images/control-bike-colortuya.jpg");
  background-size: 1064px 100%;
  background-repeat: no-repeat;
  background-position: left top;
}
.third-box .right-box .replay-box {
  position: absolute;
  bottom: 30px;
  right: 50px;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  z-index: 10;
  cursor: pointer;
}
.third-box .right-box .replay-box .replay-icon {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
.third-box .right-box .replay-box .replay-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}
.third-box .right-box .replay-box.visible {
  opacity: 1;
}
.third-box .right-box .right-bike-body {
  width: 100%;
  height: 800px;
  top: calc(50% - 400px);
  position: absolute;
}
.third-box .right-box .right-bike-body .img {
  width: 1064px;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.third-box .right-box .right-bike-body .light {
  position: absolute;
  width: 37px;
  height: auto;
  z-index: 2;
  opacity: 0;
}
.third-box .right-box .right-bike-body .light.power {
  transition: all 0.3s ease-in-out;
}
.third-box .right-box .right-bike-body .light.battery {
  transition: all 1s ease-in-out;
}
.third-box .right-box .right-bike-body .light.visible {
  opacity: 1;
}
.third-box .right-box .right-bike-body .light.light-1 {
  top: 395.5px;
  left: 255px;
}
.third-box .right-box .right-bike-body .light.light-2 {
  top: 397.5px;
  left: 270px;
}
.third-box .right-box .right-bike-body .light.light-3 {
  top: 400px;
  left: 285px;
}
.third-box .right-box .right-bike-body .light-side {
  position: absolute;
  z-index: 2;
  opacity: 0;
}
.third-box .right-box .right-bike-body .light-side.pas {
  transition: all 0.3s ease-in-out;
}
.third-box .right-box .right-bike-body .light-side.boost {
  transition: all 1s ease-in-out;
}
.third-box .right-box .right-bike-body .light-side.visible {
  opacity: 1;
}
.third-box .right-box .right-bike-body .light-side.light-side-1 {
  width: 74px;
  height: auto;
  top: 413px;
  left: 205px;
}
.third-box .right-box .right-bike-body .light-side.light-side-2 {
  width: 49.5px;
  height: auto;
  top: 359px;
  left: 200px;
}
.third-box .right-box .right-bike-body .light-side.light-side-3 {
  width: 83px;
  height: auto;
  top: 319px;
  left: 219px;
}

/* 第三屏结束 */
/* 第四屏开始 */
.fourth-box {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: calc(100vh - 92px);
  max-height: 66vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #f2f4ef;
  transition: all 0.3s ease-in-out;
}
.fourth-box.is-full {
  height: 100vh !important;
  width: 100vw;
  max-width: 100vw;
  max-height: 100vh !important;
  min-height: 100vh !important;
}
.fourth-box .bike-bg {
  width: 100%;
  height: 100%;
  background-color: #f2f4ef;
  position: absolute;
  z-index: 1;
  transition: all 1s ease-in-out;
}
.fourth-box .bike-bg.bike-bg-0 {
  background-color: #f2f4ef;
}
.fourth-box .bike-bg.bike-bg-1 {
  background-color: #eef3fa;
}
.fourth-box .bike-bg.bike-bg-2 {
  background-color: #eeeeee;
}
.fourth-box .btn-mobile-row {
  display: none;
}
.fourth-box .color-bg-0 {
  background: #f2f4ef;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-mask: circle(50% at center);
  mask: circle(50% at center); /* 使用圆形遮罩，中心位置 */
  -webkit-mask-size: 600vh 600vh;
  mask-size: 600vh 600vh; /* 遮罩大小 */
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat; /* 不重复遮罩 */
  -webkit-mask-position: center;
  mask-position: center; /* 遮罩居中 */
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200"><circle cx="100" cy="100" r="50" fill="white"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200"><circle cx="100" cy="100" r="50" fill="white"/></svg>'); /* 使用SVG圆形作为遮罩 */
}
.fourth-box .color-bg-1 {
  background: #eef3fa;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-mask: circle(50% at center);
  mask: circle(50% at center); /* 使用圆形遮罩，中心位置 */
  -webkit-mask-size: 0 0;
  mask-size: 0 0; /* 遮罩大小 */
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat; /* 不重复遮罩 */
  -webkit-mask-position: center;
  mask-position: center; /* 遮罩居中 */
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200"><circle cx="100" cy="100" r="50" fill="white"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200"><circle cx="100" cy="100" r="50" fill="white"/></svg>'); /* 使用SVG圆形作为遮罩 */
  transition: -webkit-mask-size 0.5s linear;
  transition: mask-size 0.5s linear;
  transition: mask-size 0.5s linear, -webkit-mask-size 0.5s linear; /* 设置蒙板宽度和高度的过渡效果 */
}
.fourth-box .color-bg-2 {
  background: #f2f4ef;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-mask: circle(50% at center);
  mask: circle(50% at center); /* 使用圆形遮罩，中心位置 */
  -webkit-mask-size: 0 0;
  mask-size: 0 0; /* 遮罩大小 */
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat; /* 不重复遮罩 */
  -webkit-mask-position: center;
  mask-position: center; /* 遮罩居中 */
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200"><circle cx="100" cy="100" r="50" fill="white"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200"><circle cx="100" cy="100" r="50" fill="white"/></svg>'); /* 使用SVG圆形作为遮罩 */
  transition: -webkit-mask-size 0.5s linear;
  transition: mask-size 0.5s linear;
  transition: mask-size 0.5s linear, -webkit-mask-size 0.5s linear; /* 设置蒙板宽度和高度的过渡效果 */
}
.fourth-box .bg-active {
  -webkit-mask-size: 300% 200vh;
  mask-size: 300% 200vh; /* 遮罩大小 */
}

.fourth-box .fourth-body {
  width: 1180px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fourth-box .fourth-body .btn-row.is-full {
  position: absolute;
  bottom: 30px;
  right: 0;
  z-index: 999;
}
.fourth-box .fourth-body .ar-box {
  width: 100vw;
  height: 100vh;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  visibility: hidden;
  opacity: 0;
}
.fourth-box .fourth-body .ar-box.full-visible {
  visibility: visible;
  width: 100vw;
  height: 100vh;
  display: block;
  opacity: 1;
}
.fourth-box .fourth-body .ar-bike-box {
  width: 802px;
  height: 451px;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  background-position: center;
  background-size: auto 451px;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.fourth-box .fourth-body .ar-bike-box.box-0 {
  background-image: url(../images/bike-poster-0.webp);
}
.fourth-box .fourth-body .ar-bike-box.box-1 {
  background-image: url(../images/bike-poster-1.webp);
}
.fourth-box .fourth-body .ar-bike-box.box-2 {
  background-image: url(../images/bike-poster-2.webp);
}
.fourth-box .fourth-body .ar-box-mobile {
  display: none;
}

.fourth-box .fourth-body .title-box {
  width: 450px;
  margin-top: 5%;
}

.fourth-box .fourth-body .bottom-row {
  margin-bottom: 5%;
}

.fourth-box .fourth-body .first-title {
  color: #54662e;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  height: 56px;
  letter-spacing: -0.46px;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
}

.fourth-box .fourth-body .second-title {
  color: #000;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  height: 56px;
  text-transform: uppercase;
  text-align: right;
  overflow: hidden;
}

.fourth-box .fourth-body .third-title {
  color: #000;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  height: 56px;
  letter-spacing: -0.46px;
  text-transform: uppercase;
}

.fourth-box .fourth-body .logo {
  width: 103px;
  height: 18px;
}

.fourth-box .fourth-body .ar-btn {
  width: 105px;
  height: 36px;
  margin-right: -10px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.fourth-box .fourth-body .full-btn {
  width: 184px;
  height: 36px;
  cursor: pointer;
  background-image: url(../images/size-btn-bg.png);
  background-size: 184px 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fourth-box .fourth-body .full-btn .icon {
  width: 24px;
  height: 24px;
}
.fourth-box .fourth-body .full-btn .icon-title {
  margin-left: 4px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.fourth-box .fourth-body .min-btn {
  display: none;
  width: 184px;
  height: 36px;
  cursor: pointer;
  background-image: url(../images/size-btn-bg.png);
  background-size: 184px 36px;
}
.fourth-box .fourth-body .min-btn .row {
  width: 184px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fourth-box .fourth-body .min-btn .icon {
  width: 24px;
  height: 24px;
}
.fourth-box .fourth-body .min-btn .icon-title {
  margin-left: 4px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.fourth-box .fourth-body .img {
  width: 802px;
  height: 451px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fourth-box .fourth-body .sel-box {
  width: 200px;
  position: relative;
}
.fourth-box .fourth-body .sel-box .loading-ar-text {
  color: var(--grey-60, #8d8d8d);
  position: absolute;
  top: -40px;
  width: 400px;
  z-index: 10;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.fourth-box .fourth-body .sel-box .sel-bg-0 {
  background-image: url("../images/fourth-sel0.png");
  background-size: 63px 28px;
}
.fourth-box .fourth-body .sel-box .sel-bg-1 {
  background-image: url("../images/fourth-sel1.png");
  background-size: 63px 28px;
}
.fourth-box .fourth-body .sel-box .sel-bg-2 {
  background-image: url("../images/fourth-sel2.png");
  background-size: 63px 28px;
}
.fourth-box .fourth-body .sel-box .sel-img {
  width: 63px;
  height: 28px;
  cursor: pointer;
  display: block;
}

.fourth-box .fourth-body .sel-title {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  text-align: center;
  margin-top: 12px;
}

/* 第四屏结束 */
/* 第五屏开始 */
.fifth-box-mobile {
  display: none;
}

.fifth-box {
  background-color: #fbfbfb;
}
.fifth-box .third-row {
  margin-top: 40px;
}
.fifth-box .top-body {
  width: 960px;
  height: 440px;
  margin-bottom: 36px;
  position: relative;
  background: linear-gradient(
    337deg,
    #ff5c00 9.23%,
    #ff9e44 15.8%,
    #ffd699 28.99%,
    rgba(255, 202, 179, 0.65) 57.29%,
    rgba(255, 235, 226, 0.42) 72.25%
  );
}
.fifth-box .top-body .top-img {
  position: absolute;
  z-index: 1;
  width: 960px;
  height: 440px;
}
.fifth-box .top-body .maskedImage {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background-image: url("../images/bike-mask.png");
  background-size: 100%;
  -webkit-mask-image: url("../images/mask.png");
  mask-image: url("../images/mask.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 960px 960px;
  mask-size: 960px 960px;
  mask-position: -960px -960px;
  -webkit-mask-position: -960px -960px;
  animation: light 1.2s ease-in-out infinite;
  animation-direction: alternate;
}
.fifth-box .fifth-box-body {
  width: 960px;
  margin: 0 auto;
  padding: 128px 0;
}

.fifth-box .first-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 72px;
}

.fifth-box .first-title {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  margin-bottom: 12px;
}

.fifth-box .second-title {
  color: #54662e;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 133.333% */
}

.fifth-box .desc {
  margin-top: 16px;
  width: 320px;
  color: var(--grey-80, #4d4d4d);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.fifth-box .second-row,
.fifth-box .third-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fifth-box .second-row .img,
.fifth-box .third-row .img {
  width: 480px;
  height: 480px;
}

.fifth-box .second-row .info-box,
.fifth-box .third-row .info-box {
  width: 348px;
}

/* 第五屏结束 */
.image-container {
  position: relative;
  width: 800px; /* 根据需要调整容器大小 */
  height: 800px; /* 根据需要调整容器大小 */
}

.hidden-image {
  width: 100%; /* 图片宽度与容器相同 */
  height: auto; /* 图片高度自动调整 */
  -webkit-mask: circle(50% at center);
  mask: circle(50% at center); /* 使用圆形遮罩，中心位置 */
  -webkit-mask-size: 0 0;
  mask-size: 0 0; /* 遮罩大小 */
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat; /* 不重复遮罩 */
  -webkit-mask-position: center;
  mask-position: center; /* 遮罩居中 */
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200"><circle cx="100" cy="100" r="50" fill="white"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200"><circle cx="100" cy="100" r="50" fill="white"/></svg>'); /* 使用SVG圆形作为遮罩 */
  transition: -webkit-mask-size 3s ease-out;
  transition: mask-size 3s ease-out;
  transition: mask-size 3s ease-out, -webkit-mask-size 3s ease-out; /* 设置蒙板宽度和高度的过渡效果 */
}

.image-container.active .hidden-image {
  -webkit-mask-size: 2000px 2000px;
  mask-size: 2000px 2000px; /* 遮罩大小 */
}

.ar-modal {
  display: none;
}

.ar-modal-body {
  overflow: hidden;
  width: 780px;
  height: 400px;
  border-radius: 8px;
  background-color: #fff;
  position: relative;
  display: flex;
}
.ar-modal-body .close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.ar-modal-body .modal-left {
  background-color: #f9f9f9;
  display: flex;
  height: 400px;
  width: 390px;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}
.ar-modal-body .modal-left .bike {
  position: absolute;
  z-index: 2;
  height: 400px;
  width: 390px;
}
.ar-modal-body .modal-left .phone {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 248px;
  height: auto;
}
.ar-modal-body .modal-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 390px;
  background-color: #fff;
  padding: 73px 0;
}
.ar-modal-body .modal-right .qrcode-box {
  position: relative;
  width: 126px;
  height: 126px;
}
.ar-modal-body .modal-right .border {
  width: 126px;
  height: 126px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.ar-modal-body .modal-right .qrcode {
  width: 110px;
  height: 110px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.ar-modal-body .modal-right .item-title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
.ar-modal-body .modal-right .desc {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.full-modal {
  display: none;
  height: 100vh !important;
  max-height: 100vh !important;
}
.full-modal .modal-ar-box {
  display: none;
}
.full-modal .full-modal-body {
  background-color: #fff;
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.full-modal .full-modal-body .btn {
  position: absolute;
  right: 130px;
  bottom: 84px;
  width: 170px;
  height: 36px;
  cursor: pointer;
  z-index: 99999;
}

model-viewer::part(default-progress-bar) {
  display: none;
}

@media (max-height: 942px) {
  .second-box {
    height: 800px !important;
    min-height: 800px !important;
    max-height: 800px !important;
  }
  .third-box {
    height: 830px !important;
    min-height: 830px !important;
    max-height: 830px !important;
  }
  .fourth-box {
    height: 850px !important;
    min-height: 850px !important;
    max-height: 850px !important;
  }
}
@media screen and (max-width: 1210px) and (min-width: 1024px) {
  .it-simple-body {
    width: 900px !important;
  }
  .third-box .left-box {
    margin-left: 40px;
  }
  .fourth-box {
    width: 100vw;
    height: 100vh !important;
    max-height: 100vh !important;
  }
  .fourth-box .fourth-body {
    width: 960px;
  }
  .fourth-box .fourth-body .ar-bike-box {
    width: 960px;
  }
  .fourth-box .fourth-body .ar-box {
    width: 960px;
  }
  .fifth-box .fifth-box-body {
    margin-left: calc(50% - 480px);
    padding: 128px 0;
  }
}
@media screen and (max-width: 1023px) and (min-width: 900px) {
  /* 在屏幕宽度在1200px到900px之间应用的样式 */
  .it-simple-body {
    width: 900px !important;
  }
  .third-box .left-box {
    padding-left: 40px;
  }
  .fourth-box .fourth-body {
    width: 960px;
  }
  .fourth-box .fourth-body .ar-bike-box {
    width: 960px;
  }
  .fourth-box .fourth-body .ar-box {
    width: 960px;
  }
  .fifth-box .fifth-box-body {
    margin-left: calc(50% - 480px);
    padding: 128px 0;
  }
}
@media screen and (max-width: 900px) {
  .second-box .bg-box .bike {
    display: none;
  }
  .second-box .bg-box .bike-mobile {
    display: block;
    width: 100vw;
    height: 113.6vw;
    position: absolute;
    z-index: 2;
  }
  .second-box {
    height: calc(344px + 113.6vw);
  }
  .second-box .bg-box {
    height: 113.6vw !important;
    width: 100vw !important;
    left: 0;
    position: absolute;
    top: 375px;
  }
  .second-box .bg-box .bike-mobile {
    top: 0;
  }
  .second-box .bg-box .circle1 {
    top: 420px;
  }
  .second-box .bg-box .circle2 {
    top: 420px;
  }
  .second-box .bg-box .light {
    width: 9.66vw;
    transform: scale(1);
  }
  .second-box .bg-box .light.light-1 {
    top: 37.9vw;
    left: 46.8vw;
  }
  .second-box .bg-box .light.light-2 {
    top: 35vw;
    left: 47.38vw;
  }
  .second-box .bg-box .light.light-3 {
    top: 32.1vw;
    left: 48vw;
  }
  .second-box .it-simple-body {
    position: absolute;
    width: 100%;
    height: 374px;
    z-index: 1;
    top: 0;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .second-box .it-simple-content {
    position: static;
    z-index: 2;
    width: calc(100vw - 52px);
  }
  .second-box .it-simple-content .list-box {
    width: calc(100vw - 52px);
  }
  .second-box .it-simple-content .list-line {
    margin: 0;
  }
  .second-box .it-simple-content .title-box {
    justify-content: center;
    margin-bottom: 4px;
  }
  .second-box .it-simple-content .second-title {
    line-height: 36px;
    height: 36px;
    overflow: hidden;
    font-size: 28px;
    text-align: center;
    background: linear-gradient(
      130deg,
      #492827 27.12%,
      #492827 52.01%,
      #994826 67.22%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .second-box .it-simple-content .content-desc {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
  }
  .second-box .it-simple-content .list-box .list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .second-box .it-simple-content .list-box .icon {
    width: 36px;
    height: 36px;
  }
  .second-box .it-simple-content .list-box .item-title {
    font-size: 12px;
    text-align: center;
    line-height: 20px;
  }
  .third-box {
    position: relative;
    width: 100%;
    background: linear-gradient(
      16deg,
      #ff5c00 -7.94%,
      #ff9e44 0.31%,
      #ffd699 16.88%,
      rgba(255, 202, 179, 0.65) 52.42%,
      rgba(255, 235, 226, 0.42) 71.2%
    );
    height: 850px;
    max-height: 850px;
  }
  .third-box .left-box {
    width: 279px;
    background-color: transparent;
    position: absolute;
    top: 82px;
    z-index: 10;
    margin-left: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .third-box .left-box .replay-box {
    visibility: visible !important;
    display: flex !important;
  }
  .third-box .left-box .info-box {
    width: 100%;
  }
  .third-box .left-box .first-title {
    font-size: 28px;
    line-height: 36px;
  }
  .third-box .left-box .second-title {
    margin-top: 12px;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 270px;
  }
  .third-box .left-box .list-box .list-item {
    background-image: url(/images/control-bg-mobile.png);
    width: 279px;
    height: 52px;
  }
  .third-box .left-box .list-box .list-item .num {
    padding: 0 12px 0 18px;
  }
  .third-box .left-box .list-box .list-item .info-item {
    right: 20px;
  }
  .third-box .left-box .list-box .list-item.active {
    background-image: url("/images/control-bg-sel-mobile.png");
  }
  .third-box .right-box {
    transform: scale(0.7);
    margin-left: -100px;
    margin-top: -50px;
    background-image: none;
  }
  .third-box .right-box .replay-box {
    display: none;
  }
  .third-box .right-box .img {
    top: -30px;
  }
  .third-box .right-box .right-bike-body {
    top: calc(50% - 450px);
  }
  .fourth-box {
    height: 199.2vw;
    max-height: 199.2vw;
  }
  .fourth-box .loading-ar-text {
    display: none;
  }
  .fourth-box .btn-mobile-row {
    display: block;
    margin-top: 32px;
  }
  .fourth-box .btn-mobile-row .view-btn {
    width: 241px;
    height: auto;
  }
  .fourth-box .btn-row {
    display: none;
  }
  .fourth-box .fourth-body {
    width: 100%;
    justify-content: space-between;
  }
  .fourth-box .fourth-body .ar-body {
    width: 398px;
    height: 250px;
    margin-left: calc(50% - 199px);
  }
  .fourth-box .fourth-body .ar-box {
    width: 398px;
    height: 250px;
    display: none;
  }
  .fourth-box .fourth-body .ar-bike-box {
    display: none;
  }
  .fourth-box .fourth-body .ar-box-mobile {
    width: 100%;
    height: 90vw;
    margin-bottom: 30px;
    display: block;
    background-position: center;
    background-size: auto 70%;
    background-repeat: no-repeat;
    transition: all 0.5s ease-in-out;
  }
  .fourth-box .fourth-body .ar-box-mobile.box-0 {
    background-image: url(/images/bike-poster-0.png);
  }
  .fourth-box .fourth-body .ar-box-mobile.box-1 {
    background-image: url(/images/bike-poster-1.png);
  }
  .fourth-box .fourth-body .ar-box-mobile.box-2 {
    background-image: url(/images/bike-poster-2.png);
  }
  .fourth-box .fourth-body .title-box {
    width: 235px;
    margin: 0 auto;
    margin-top: 73px;
  }
  .fourth-box .fourth-body .title-box .first-title,
  .fourth-box .fourth-body .title-box .second-title,
  .fourth-box .fourth-body .title-box .third-title {
    font-size: 24px;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
  }
  .fourth-box .fourth-body .bottom-row {
    margin-bottom: 73px;
  }
  .fourth-box .color-bg-0 {
    -webkit-mask-size: 600vh 600vh;
    mask-size: 600vh 600vh; /* 遮罩大小 */
  }
  .fourth-box .color-bg-1 {
    -webkit-mask-size: 600vh 600vh;
    mask-size: 600vh 600vh; /* 遮罩大小 */
  }
  .fourth-box .color-bg-2 {
    -webkit-mask-size: 600vh 600vh;
    mask-size: 600vh 600vh; /* 遮罩大小 */
  }
  .fourth-box .bottom-row {
    flex-direction: column;
    align-items: center;
  }
  .fourth-box .bottom-row .ar-btn {
    display: none;
  }
  .fourth-box .bottom-row .full-btn {
    margin-top: 32px;
  }
  .fourth-box .logo {
    display: none;
  }
  .fifth-box-mobile {
    display: block;
  }
  .fifth-box-mobile .fifth-box-body {
    padding: 80px 0;
  }
  .fifth-box-mobile .fifth-box-body .img {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  .fifth-box-mobile .fifth-box-body .second-row {
    background: #fbfbfb;
    padding: 40px;
  }
  .fifth-box-mobile .fifth-box-body .third-row {
    padding: 40px;
  }
  .fifth-box-mobile .fifth-box-body .first-row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    padding: 0 40px;
  }
  .fifth-box-mobile .fifth-box-body .first-row .top-body {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    background-color: transparent;
  }
  .fifth-box-mobile .fifth-box-body .first-row .top-body .video {
    width: calc(100vw - 80px);
    height: auto;
  }
  .fifth-box-mobile .fifth-box-body .first-title {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 157.143% */
    margin-bottom: 4px;
  }
  .fifth-box-mobile .fifth-box-body .second-title {
    color: #54662e;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    margin-bottom: 12px;
  }
  .fifth-box-mobile .fifth-box-body .desc {
    color: var(--grey-80, #4d4d4d);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
  }
  .fifth-box {
    display: none;
  }
} /*# sourceMappingURL=styles.css.map */
