@font-face {
  font-family: "ChillRoundGothic_Medium";
  src: url("https://resource.innnair.com/activity/font/ChillRoundGothic_Medium.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ChillRoundGothic_Bold";
  src: url("https://resource.innnair.com/activity/font/ChillRoundGothic_Bold.ttf");

  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ChillRoundGothic_Regula";
  src: url("https://resource.innnair.com/activity/font/ChillRoundGothic_Regula.ttf");

  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #eef0ef;
  font-family: "Microsoft JhengHei", "PingFang TC", sans-serif;
  color: #3e3a39;
}

.container {
  max-width: 750px;
  margin: 0 auto;
  background: #eef0ef;
  position: relative;
  overflow: hidden;
}

.banner {
  width: 100%;
  display: block;
}

.hero-carousel {
  position: relative;
  overflow: hidden;
}

.hero-viewport {
  overflow: hidden;
  width: 100%;
}

.hero-track {
  display: flex;
  width: 100%;
  transition: transform 0.5s ease;
  will-change: transform;
}

.hero-carousel .hero-slide {
  flex-shrink: 0;
  width: 100%;
}

.hero-carousel .hero-slide img {
  display: block;
  width: 100%;
}

.hero-dots {
  position: absolute;
  bottom: .2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: .1rem;
  z-index: 2;
}

.hero-dot {
  width: .1rem;
  height: .1rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background 0.3s;
}

.hero-dot:hover,
.hero-dot.active {
  background: rgba(255, 255, 255, 1);
}

.section {
  width: 92%;
  margin: 0 auto;
  padding-top: 22px;
}

.section2 {
  width: 100%;
  background: #FFFFFF;
  box-shadow: -.1rem -.2rem .38rem 0 rgba(217, 217, 217, 0.17);
  border-radius: .36rem;
  margin-top: -.36rem;
  z-index: 1;
  position: relative;
  padding-bottom: .01rem;
  padding-top: .98rem;
}

.section3 {
  margin-top: -.36rem;
  padding-top: 1.4rem;
  width: 100%;
  background: url("https://resource.innnair.com/activity/tw-mobile/bao-car-bg.png") center no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.dots-grid-vertical {
  width: .34rem;
  position: absolute;
  bottom: .2rem;
  right: .6rem;
  z-index: 2;
}

.section4 {
  width: 100%;
  background: #F8F8F8;
  box-shadow: -10px -2px 38px 0px rgba(217, 217, 217, 0.17);
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
  margin-top: -.51rem;
  position: relative;
  padding-bottom: .99rem;
}

.innn-logo-mark-1 {
  width: 1.23rem;
  display: block;
  margin: 0 auto .29rem;
  padding-top: .28rem;
}

.section5 {
  background: url("https://resource.innnair.com/activity/tw-mobile/city-bg-light.png") center no-repeat;
  background-size: 100% 100%;
  padding-bottom: .92rem;
}

.fleet-img {
  width: 3rem !important;
  flex-shrink: 0;
}

.fleet-carousel {
  position: relative;
  overflow: hidden;
}

.fleet-viewport {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.fleet-track {
  display: flex;
  gap: .31rem;
  transition: transform 0.4s ease;
  will-change: transform;
}

.fleet-track .fleet-img {
  margin-left: 0 !important;
}

.fleet-dots {
  display: flex;
  gap: .08rem;
  justify-content: center;
  margin-top: .25rem;
}

.fleet-dot {
  width: .1rem;
  height: .1rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: background 0.3s;
}

.fleet-dot.active {
  background: #e96238;
}

@media (hover: hover) {
  .fleet-dot:hover {
    background: #e96238;
  }
}

.section6 {
  /* padding-top: 1.3rem; */
  background: #fff;
  padding-bottom: .7rem;
  position: relative;
}

.section6 .dots-matrix-round {
  position: absolute;
  top: .07rem;
  left: .1rem;
  width: .8rem;
}

.display-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.title-min img {
  width: .6rem;
}

.section-title span {
  color: #e96238;
}

.section1 {
  width: 100%;
  background: url("https://resource.innnair.com/activity/tw-mobile/city-bg-light.png") center no-repeat;
  background-size: 100% 100%;
  padding-top: .96rem;

}

.section-title {
  font-family: ChillRoundGothic_Bold;
  font-weight: bold;
  font-size: .6rem;
  color: #E96238;
  line-height: .72rem;
  text-align: center;
  margin: 0 .19rem;
}

.section-title2 {
  font-family: ChillRoundGothic_Regular;
  font-size: .6rem;
  line-height: .72rem;
  text-align: center;
  margin: 0 .19rem;
}

.section-title-little {
  font-family: ChillRoundGothic_Regular;
  font-weight: 400;
  font-size: .26rem;
  color: #595757;
}

.dots-grid-right-bottom {
  width: .53rem;
}

.wave-left-1 {
  width: .57rem;
}

.wave-right-1 {
  width: .61rem;
}

.dots-matrix-round {
  position: absolute;
  bottom: .24rem;
  right: .39rem;
  width: .73rem;
}

.time-name {
  margin-top: .1rem;
  font-family: GenJyuuGothic-Bold;
  font-weight: bold;
  font-size: .27rem;
  color: #E96238;
}


.ride-card {
  border-radius: .18rem;
  padding: 0 .16rem .18rem;
  box-shadow: 0 .04rem .18rem rgba(0, 0, 0, 0.05);
  position: relative;
  margin-top: 1rem;
}

.route-line {
  width: 100%;
  display: block;
  margin-bottom: .12rem;
}



.time-item {
  text-align: center;
}

.item1 {
  position: absolute;
  left: .78rem;
  top: 2.2rem;
}

.item2 {
  position: absolute;
  left: 2.4rem;
  top: -1.3rem;
}

.item3 {
  position: absolute;
  right: 2rem;
  top: 2.2rem;
}

.item4 {
  position: absolute;
  right: .58rem;
  top: -1.3rem;
}

.time-name {
  font-family: GenJyuuGothic-Bold;
  font-weight: bold;
  font-size: .29rem;
  color: #E96238;
  margin-bottom: .12rem;
}

.time-name-min {
  font-family: ChillRoundGothic_Bold;
  font-weight: bold;
  font-size: .22rem;
  color: #E96238;
  margin-bottom: .14rem;
}

.time-pill {
  border-radius: 10px;
  font-size: 12px;
  line-height: 1.3;
  background: rgba(255, 210, 131, 0.43);
  padding: .06rem .14rem .06rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.time-pill-min {
  font-family: ChillRoundGothic_Medium;
  font-weight: 500;
  font-size: .18rem;
  color: #3E3A39;
}

.time-pill img {
  width: .4rem;
  display: block;
}

.price-box {
  background: url("https://resource.innnair.com/activity/tw-mobile/glow-panel-1.png") center no-repeat;
  background-size: 100% 100%;
  border-radius: .14rem;
  padding: .34rem .1rem;
  box-sizing: border-box;
  position: relative;
  margin: 0 .58rem 0.3rem;
  min-width: 0;
  flex-wrap: nowrap;
}

.price-row {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
  color: #666;
  min-width: 0;
  flex-shrink: 1;
}

.price-box1 {
  margin: 2.17rem .2rem 0;
  position: relative;
  align-items: flex-end;
  flex-wrap: nowrap;
}

.price-box2 {
  position: relative;

}

.text-000-3 {
  font-family: ChillRoundGothic_Regular;
  font-weight: 400;
  font-size: .22rem;
  color: #3E3A39;
  white-space: nowrap;
}

.price-label {
  font-family: ChillRoundGothic_Regular;
  font-weight: 400;
  font-size: .26rem;
  color: #3E3A39;
  white-space: nowrap;
  flex-shrink: 0;
}

.price-num {
  font-family: ChillRoundGothic_Bold;
  font-weight: bold;
  font-size: .53rem;
  color: #E96238;
  white-space: nowrap;
  flex-shrink: 0;
}

.price-unit {
  font-family: ChillRoundGothic_Regular;
  font-weight: 400;
  font-size: .26rem;
  color: #3E3A39;
  white-space: nowrap;
  height: .3rem;
  flex-shrink: 0;
}

.price-unit2 {
  font-family: ChillRoundGothic_Regular;
  font-weight: 400;
  font-size: .16rem;
  color: #3E3A39;
  white-space: nowrap;
}

.btn-row {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 1.77rem;
}

.btn-primary,
.btn-secondary {
  border-radius: .18rem;
  font-family: ChillRoundGothic_Medium;
  font-weight: 500;
  font-size: .31rem;
  color: #D86238;
  background: #FFFFFF;
  border-radius: .35rem;
  border: .01rem solid #D86238;
  width: 3.20rem;
  height: .7rem;
  box-sizing: border-box;
}

.btn-primary {
  background: #e96238;
  color: #fff;
}

.btn-secondary {
  background: #fff;
  color: #e96238;
}

.route-check-dot {
  width: .094rem;
  margin-left: .45rem;
}

.btn-primary .route-check-dot {
  position: absolute;
  right: .38rem;
  top: .27rem
}

.transfer-gallery {
  width: calc(100% - .82rem);
  border-radius: 14px;
  display: block;
  margin: .63rem .46rem .78rem;
}

.mini-fleet {
  width: 1.61rem;
  margin-left: 1.66rem;
  display: block;
}

.icon-high-frequency {
  width: .71rem;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.price-list {
  width: calc(100% - .82rem);
  margin: 0 .46rem;
}

.icon-plane {
  width: .58rem;
}

.text-000 {
  font-family: ChillRoundGothic_Bold;
  font-weight: bold;
  font-size: .41rem;
  color: #3E3A39;
  margin: 0 .34rem 0 .1rem;
}

.text-000-2 {
  font-family: ChillRoundGothic_Bold;
  font-weight: bold;
  font-size: .28rem;
  color: #3E3A39;
  margin: 0 .34rem 0 .1rem;
}

.icon-route-transfer {
  width: .59rem;
  margin-right: .49rem;
}

.destinations-wrap {
  display: flex;
  flex-direction: column;
  gap: .22rem;
  flex-wrap: nowrap;
}

.destinations-row {
  flex-wrap: nowrap;
  flex-shrink: 0;
  white-space: nowrap;
}

.destinations-row .text-list {
  flex-shrink: 0;
}

.text-list {
  background: linear-gradient(to right, #f7e0d7, #fff);
  box-shadow: -.1rem -.2rem .38rem 0 rgba(217, 217, 217, 0.17);
  border-radius: .36rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .11rem .23rem .11rem .15rem;
}

.check-mark-1 {
  width: .18rem;
}


.vehicle-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .2rem;
  padding: 0 .7rem;
}

.vehicle-card {
  background: #fff;
  border: .01rem solid #e6e6e6;
  border-radius: .14rem;
  padding: .38rem 0 .42rem;
  text-align: center;
}

.vehicle-card .seat-no {
  width: .56rem;
  height: auto;
  display: block;
  margin: 0 auto;
}

.vehicle-card .seat-no9 {
  width: .56rem;
  height: auto;
  display: block;
  margin: 0 auto;
}

.vehicle-card .seat-no18 {
  width: .99rem;
  height: auto;
  display: block;
  margin: 0 auto;
}

.vehicle-card .seat-no49 {
  width: 1.08rem;
  height: auto;
  display: block;
  margin: 0 auto;
}


.seat-car1 {
  width: 2.98rem;
  margin-top: -.12rem;
  margin-left: -.06rem;
}

.seat-car2 {
  width: 2.55rem;
  margin-top: -.12rem;
  margin-left: -.1rem;
  margin-right: .4rem;
}

.seat-car3 {
  width: 2.36rem;
  margin-top: -.15rem;
  margin-left: -.01rem;
  margin-right: .48rem;
}

.seat-car4 {
  width: 2.9rem;
  margin-top: -.15rem;
  margin-left: .08rem;
}

.money-line {
  position: absolute;
  left: 0;
  top: .2rem;
  width: 100%;
  transform-origin: center center;
  pointer-events: none;
}

.vehicle-card .vehicle-card-text {
  width: 1.10rem;
  margin: 6px auto 0;
  padding: .07rem .23rem;
  font-size: 12px;
  color: #595757;
  background: linear-gradient(to right, #f7e0d7, #fff);
  box-shadow: -.1rem -.2rem .38rem 0 rgba(217, 217, 217, 0.17);
  border-radius: .36rem;
  white-space: nowrap;
}

.counter-img,
.partners-img {
  width: 100%;
  border-radius: 14px;
  display: block;
}

.partners-img {
  width: 100%;
  border-radius: 14px;
  display: block;
  padding: 0 .4rem;
}

.counter-wrap,
.partners-wrap {
  display: grid;
  gap: 10px;
}

.fleet-wrap {
  margin-top: .5rem;
}

.fleet-carousel .fleet-viewport {
  width: calc(2 * 3rem + .31rem);
  margin: 0 auto;
}

.counter-wrap {
  padding: 0 .6rem;
  margin-top: .42rem;
}

.img-box {
  position: relative;
}

.img-tips {
  position: absolute;
  bottom: -.05rem;
  left: -.05rem;
  background: url("https://resource.innnair.com/activity/tw-mobile/rounded-tab-right.png") center no-repeat;
  background-size: 100% 100%;
  font-family: ChillRoundGothic_Regular;
  font-weight: bold;
  font-size: .27rem;
  color: #3E3A39;
  padding: .18rem .54rem .18rem .41rem;
}


.city-bg {
  background: #f36c3f;
}

.city-bg img {
  width: 100%;
  display: block;
}

.fixed-icons {
  position: fixed;
  right: .24rem;
  bottom: 3rem;
  z-index: 9;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.fixed-icons a img {
  width: .56rem;
  display: block;
}

.fixed-booking {
  position: fixed;
  left: 0;
  bottom: 3rem;
  z-index: 9;
  background: transparent;
  border: 0;
}

.fixed-booking img {
  width: .71rem;
  display: block;
}

.popup-mask {
  position: fixed;
  inset: 0;
  z-index: 20;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.popup-card {
  width: 6.1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popup-card img.main {
  width: 100%;
  display: block;
  border-radius: .22rem;
}

.popup-card button {
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  border: 0;
  background: transparent;
  width: .44rem;
}

.popup-card button img {
  width: 100%;
  height: 100%;
  display: block;
}

/* 小屏价格区域适配：不溢出、不换行，整体等比缩小 */
@media (max-width: 375px) {
  .price-box {
    margin: 0 .15rem 0.3rem;
    padding: .2rem .06rem;
    transform: scale(0.88);
    transform-origin: center center;
  }

  .price-box1 {
    margin: 2.17rem .15rem 0;
  }

  .price-box1 .price-row+.price-row {
    margin-left: .08rem !important;
  }

  .price-row {
    gap: 2px;
  }

  .price-label {
    font-size: .2rem;
  }

  .price-num {
    font-size: .4rem;
  }

  .price-unit {
    font-size: .2rem;
  }

  .price-unit2 {
    font-size: .12rem;
  }

  .destinations-wrap {
    transform: scale(0.9);
    transform-origin: left center;
  }
}