@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;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "GenJyuuGothic-Bold", sans-serif;
}

:root {
    --section-width: 1200px;
    --content-width: 700px;
}

body {
    background: #eff0ef;
}

.container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    min-width: 1200px;
    background-color: rgba(255, 255, 255, 0.78);
}

.hero {
    position: relative;
    overflow: hidden;
}

.hero .bg_img {
    display: block;
    width: 100%;
    height: auto;
}

.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,
.hero-carousel .hero-slide .bg_img {
    display: block;
    width: 100%;
}

.hero-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 2;
}

.hero-dot {
    width: 10px;
    height: 10px;
    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);
}

.activity-section {
    border-radius: 24px;
    /* background-color: rgba(255, 255, 255, 0.78); */
    background-size: cover;
    background-position: center;
    position: relative;
}

.section-T1 {
    position: relative;
}

.section-T1 .bj {
    width: 50%;
    height: 150px !important;
    position: absolute;
    top: -150px;
    left: 0;
    background: #fff;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.section-1 .vertical-dot {
    width: 68px;
    position: absolute;
    left: 147px;
    top: 95px;
    z-index: 1;
}

.section-T1 .vertical-dot2 {
    width: 68px;
    position: absolute;
    right: 96px;
    bottom: 140px;
    z-index: 1;
}

.section-T1 .bj2 {
    width: 50%;
    height: 150px !important;
    position: absolute;
    top: -150px;
    left: 50%;
    background: #fff;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.section-bg-car-send {
    position: relative;
}

.section-bg-car-send .bj {
    width: 50%;
    height: 245px !important;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 50px;
}

.section-bg-car-send .bj2 {
    width: 50%;
    height: 245px !important;
    position: absolute;
    top: 0;
    left: 50%;
    background: #fff;
    border-radius: 50px;
}

.section-direct {
    border-radius: 24px;
}

.section-direct::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -9px;
    transform: translateX(-50%);
    width: 30px;
    height: 14px;
    background: rgba(255, 255, 255, 0.78);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.section-bg-car {
    width: 100%;
    background: url("https://resource.innnair.com/activity/tw/bao-bg.png") center no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.section-bg-car .bj {
    width: 50%;
    height: 220px !important;
    position: absolute;
    top: -70px;
    left: 0;
    background: #FAFBFA;
    border-radius: 50px;
}

.section-bg-car .bj2 {
    width: 50%;
    height: 220px !important;
    position: absolute;
    top: -70px;
    left: 50%;
    background: #FAFBFA;
    border-radius: 50px;
}

.section-bg-car .horizontal-dot {
    width: 131px;
    position: absolute;
    left: 107px;
    bottom: 140px;
}

.section-bg-car2 {
    width: 100%;
    background: url("https://resource.innnair.com/activity/tw/money-bg.png") center no-repeat;
    background-size: 100% 100%;
    padding-bottom: 200px;
    position: relative;
}

.section-bg-car2 .horizontal-dot {
    width: 131px;
    position: absolute;
    left: 97px;
    bottom: 240px;
}

.section-bg-car2 .bj {
    width: 50%;
    height: 90px !important;
    position: absolute;
    top: -90px;
    left: 0;
    background: #FAFBFA;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.section-bg-car2 .bj2 {
    width: 50%;
    height: 90px !important;
    position: absolute;
    top: -90px;
    left: 50%;
    background: #FAFBFA;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 0 45px;
    box-sizing: border-box;
    min-height: 54px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.ride-time {
    width: 100%;
    background: url("https://resource.innnair.com/activity/tw/car-bg.png") center no-repeat;
    background-size: 100% 100%;
    padding-top: 100px;
    margin-top: -100px;
    position: relative;
}

.ride-card .horizontal-dot {
    width: 131px;
    position: absolute;
    right: 226px;
    bottom: 124px;
    z-index: 1;
}

.ride-card2 .horizontal-dot {
    width: 103px;
    position: absolute;
    right: 226px;
    bottom: 124px;
    z-index: 1;
}

.section-1 {
    position: relative;
}


.little-dot {
    width: 75px;
    height: auto;
}

.section-title p {
    color: #3E3A39;
    font-size: 48px;
    font-weight: bold;
    font-family: ChillRoundGothic_Bold;
    margin: 0 28px 0 17px;
}

.section-title p span {
    color: #E96238;
}

.section-title-little {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 47px;
    position: relative;
}

.section-title-little .little-title {
    width: 48px;
}

.little-dot {
    width: 75px;
    height: auto;
}

.section-title-little p {
    font-family: ChillRoundGothic_Regular;
    font-weight: 400;
    font-size: 24px;
    color: #595757;
    margin: 0 12px;
}

.ride-card {
    position: relative;
}

.money-bg {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: -78px;
    left: 0;
}

.ride-line {
    display: block;
    width: 1264px;
    max-width: 100%;
    margin: 0 auto;
}

.time-list {
    list-style: none;
    display: flex;
    justify-content: center;
    padding-top: 25px;
    width: 100%;
    margin-bottom: 89px;
    gap: 105px;
}

.display-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ride-name {
    font-family: ChillRoundGothic_Bold;
    font-weight: bold;
    font-size: 30px;
    color: #E96238;
    margin-bottom: 18px;
    text-align: center;
}

.time-list li {
    min-width: 112px;
    height: 34px;
    background: rgba(220, 97, 56, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding: 7px 13px 7px 0;
    font-family: ChillRoundGothic_Bold;
    font-weight: bold;
}


.time-list img {
    width: 40px;
    height: 40px;
}

.price-row {
    display: flex;
    align-items: baseline;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #666;
}

.price-row .price-text1 {
    font-family: ChillRoundGothic_Regular;
    font-weight: 400;
    font-size: 32px;
    color: #3E3A39;
}

.price-tag {
    width: 1034px;
    margin: 47px auto 56px;
    background: url("https://resource.innnair.com/activity/tw/tag-bg.png") center no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 22px 0 34px;
    box-sizing: border-box;
}

.price-text {
    font-family: GenJyuuGothic-Bold;
    font-weight: 400;
    font-size: 29px;
    color: #3E3A39;
}

.price-number {
    font-family: ChillRoundGothic_Bold;
    font-weight: bold;
    font-size: 60px;
    color: #E96238;
    margin: 0 8px;
    line-height: 45px;
}

.price-number2 {
    font-family: ChillRoundGothic_Bold;
    font-weight: bold;
    font-size: 60px;
    color: #3E3A39;
    margin: 0 8px;
    line-height: 45px;
    position: relative;
}

.penson-text {
    font-family: GenJyuuGothic-Bold;
    font-weight: 400;
    font-size: 22px;
    color: #3E3A39;
}

.yue-text {
    font-family: ChillRoundGothic_Regular;
    font-weight: 400;
    font-size: 16px;
    color: #3E3A39;
}

.price-text-little {
    font-family: ChillRoundGothic_Regular;
    font-weight: 400;
    font-size: 16px;
    color: #3E3A39;
}

.money-line {
    width: 98%;
    position: absolute;
    left: 2px;
    top: 0;
}

.right-top {
    width: 49px;
    position: absolute;
    right: 0;
    top: 0;
}

.cta-btn {
    width: 220px;
    height: 52px;
    background: #E96238;
    border-radius: 25px;
    cursor: pointer;
    text-align: center;
    line-height: 52px;
    margin: 0 auto;

    font-family: ChillRoundGothic_Regular;
    font-weight: 400;
    font-size: 25px;
    color: #fff;
}

.cta-btn-primary {
    width: 220px;
    height: 52px;
    background: #E96238;
    border-radius: 25px;
    cursor: pointer;
    text-align: center;
    line-height: 52px;
    font-family: ChillRoundGothic_Regular;
    font-weight: 400;
    font-size: 25px;
    color: #fff;
    margin-right: 44px;
}

.cta-btn-border {
    width: 220px;
    height: 50px;
    background: #fff;
    border: 1px solid #E96238;
    border-radius: 25px;
    text-align: center;
    line-height: 50px;
    font-family: ChillRoundGothic_Regular;
    font-weight: 400;
    font-size: 25px;
    color: #E96238;
}

.right {
    width: 8px;
    margin-left: 25px;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
}

.img-box {
    position: relative;
}

.img-tips {
    position: absolute;
    bottom: -2px;
    left: -2px;
    background: url("https://resource.innnair.com/activity/tw/t1-bg.png") center no-repeat;
    background-size: 100% 100%;
    font-family: ChillRoundGothic_Regular;
    font-weight: bold;
    font-size: 27px;
    color: #3E3A39;
    padding: 18px 54px 18px 41px;
}

.price-row span {
    font-size: 20px;
    color: #8f8f8f;
}

.price-row.center {
    margin-top: 10px;
}

.left1 {
    width: 223px;
    height: 53px;
    background: linear-gradient(to right, #f7e0d7, #fff);
    border-radius: 12px;
    display: flex;
    align-items: center;
}

.left1 span {
    font-family: ChillRoundGothic_Bold;
}

.left1 .air {
    width: 21px;
    height: 21px;
    display: block;
    margin: 0 20px 0 30px;
}

.car1-1 {
    width: 368px;
    margin-left: -20px;
    margin-top: -52px;
    margin-right: 35px;
    z-index: 1;
}

.left2 {
    width: 548px;
    background: linear-gradient(to right, #fff, #f7e0d7);
    padding: 15px 30px 15px 0;
    box-sizing: border-box;

    border-radius: 12px;
}

.pair {
    width: 16px;
    margin-right: 17px;
}

.pair-text {
    font-family: ChillRoundGothic_Bold;
    font-weight: bold;
    font-size: 23px;
    color: #3E3A39;
}

.pair-text2 {
    font-family: ChillRoundGothic_Bold;
    font-weight: bold;
    font-size: 19px;
    color: #595757;
    margin-right: 20px;
}

.card-wrap {
    padding: 0;
    width: 100%;
    margin: 0 auto;
}

.full-card {
    width: 1095px;
    display: block;
    margin: 0 auto;
}

.car-type-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 21px;
    margin: 0 auto;
}

.car-item {
    width: 258px;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #dfdfdf;
    padding: 34px 4px 37px;
    position: relative;
    overflow: hidden;
}

.car-item>img {
    width: 100%;
    border-radius: 8px;
    /* background: #f2f2f2; */
    padding: 2px;
}

.seat-tag-6 {
    width: 100px;
    height: 35px;
    font-family: ChillRoundGothic_Regular;
    font-weight: 400;
    font-size: 23px;
    color: #3E3A39;
    text-align: center;
    background: linear-gradient(to right, #f7e0d7, #fafafa);
    border-radius: 12px;
    margin-top: 10px;
}

.seat-tag {
    width: 100px;
    height: 35px;
    font-family: ChillRoundGothic_Regular;
    font-weight: 400;
    font-size: 23px;
    color: #3E3A39;
    margin: 33px auto 0;
    text-align: center;
    background: linear-gradient(to right, #f7e0d7, #fafafa);
    border-radius: 12px;
}

.seat-tag img:first-child {
    height: 18px;
    width: auto;
}


.seat-tag img:last-child {
    width: 40px;
    height: auto;
}

.logo-line {
    width: 123px;
    display: block;
    margin: 0 auto;
}

.sub-title {
    text-align: center;
    color: #4c4c4c;
    font-size: 26px;
    margin-bottom: 14px;
}

.pill-title {
    width: 468px;
    max-width: 100%;
    margin: 0 auto 12px;
    background: url("https://resource.innnair.com/activity/tw/t1-bg.png") center no-repeat;
    background-size: 100% 100%;
    min-height: 50px;
    line-height: 50px;
}

.sub-title span {
    color: #f26439;
}

.counter-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 23px;
    width: 100%;
    margin: 97px auto 0;
}

.counter-list img {
    display: block;
    width: 629px;
}

.fleet-list {
    gap: 25px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 77px auto 0;
}

.fleet-list img {
    display: block;
    width: 300px;
}

.fleet-carousel {
    position: relative;
    flex-direction: column;
    overflow: hidden;
}

.fleet-viewport {
    overflow: hidden;
    width: 100%;
    max-width: calc(4 * 300px + 3 * 25px);
    margin: 0 auto;
}

.fleet-track {
    display: flex;
    gap: 25px;
    transition: transform 0.5s ease;
    will-change: transform;
}

.fleet-track img {
    flex-shrink: 0;
    width: 300px;
}

.fleet-dots {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
}

.fleet-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: background 0.3s;
}

.fleet-dot:hover,
.fleet-dot.active {
    background: #e96238;
}


.section-title2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 0 0;
    box-sizing: border-box;
    min-height: 54px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}


.section-title2 .little-dot {
    width: 75px;
    height: auto;
}

.section-title2 p {
    color: #D86238;
    font-size: 48px;
    font-weight: bold;
    font-family: ChillRoundGothic_Bold;
    margin: 0 28px 0 17px;
}

.section-title2 p span {
    color: #3E3A39;
}

.partner-list {
    width: 1301px;
    height: 502px;
    background: #FFFFFF;
    border-radius: 27px 27px 27px 27px;
    border: 1px solid rgba(211, 211, 211, 0.88);
    margin: 77px auto 148px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 52px 16px 15px 41px;
}

.partner-list img {

    margin: 0 auto;
    display: block;
}

.bottom-strip {
    display: block;
    width: 100%;
    height: auto;
}

/* start */
/* 固定图标容器：关键调整 */
.fixd-icon-content {
    position: fixed;
    bottom: 100px;
    right: 60px;
    display: flex;
    gap: 10px;
    flex-direction: column;
    z-index: 99;
    /* 确保容器层级高于背景，低于弹窗 */
}

/* 每个图标盒子：必须设置relative，且overflow可见 */
.fixd-icon-box,
.fixd-icon-box2 {
    position: relative;
    overflow: visible;
    /* 确保绝对定位的二维码不被裁剪 */
    width: 60px;
    /* 固定盒子宽度，匹配图标尺寸 */
    height: 60px;
}

/* 二维码通用样式：统一调整 */
.fixd-qr {
    position: absolute;
    width: 475px;
    /* 默认尺寸，内联可覆盖 */
    height: auto;
    /* 自动高度，避免变形 */
    top: 50%;
    /* 垂直居中对齐图标 */
    transform: translateY(-50%);
    /* 垂直居中 */
    left: -475px;
    /* 默认偏移，内联可覆盖 */
    display: none;
    /* 默认隐藏 */
    z-index: 100;
    /* 确保二维码层级高于图标 */
}

.fixd-qr2 {
    position: absolute;
    width: 250px;
    /* 默认尺寸，内联可覆盖 */
    height: auto;
    /* 自动高度，避免变形 */
    top: 50%;
    /* 垂直居中对齐图标 */
    transform: translateY(-50%);
    /* 垂直居中 */
    left: -250px;
    /* 默认偏移，内联可覆盖 */
    display: none;
    /* 默认隐藏 */
    z-index: 100;
    /* 确保二维码层级高于图标 */
}

/* 核心修复：所有 .fixd-icon-box/box2 hover 时显示对应二维码 */
.fixd-icon-box:hover .fixd-qr,
/* 客服盒子显示 fixd-qr */
.fixd-icon-box:hover .fixd-qr2,
/* IG/YT盒子显示 fixd-qr2 */
.fixd-icon-box2:hover .fixd-qr2 {
    /* FB盒子显示 fixd-qr2 */
    display: block;
}

.fixd-icon,
.fixd-icon2 {
    width: 60px;
    height: 60px;
    display: block;
    cursor: pointer;
}

.fixd_left {
    position: fixed;
    bottom: 100px;
    left: 0px;
    display: flex;
    gap: 10px;
    flex-direction: column;
    z-index: 99;
    width: 60px;
    height: 220px;
}

.conj-icon {
    width: 100%;
    display: block;
}

/* end */

.prop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

.box-lxkf {
    width: 610px;
    height: 658px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lxkfPop {
    display: block;
    width: 100%;
}

.close1 {
    position: absolute;
    top: 35px;
    right: 35px;
    width: 19px;
    height: 19px;
    cursor: pointer;
    z-index: 1000;
}