html,
body {
    width: 100%;
    min-height: 100%;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    color: #efefef;
    background: #efefef;
    font-family: "PingFang SC", "Microsoft YaHei", "Microsoft YaHei UI", "Noto Sans SC", "Source Han Sans SC", Arial, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

.jj-site-header {
    position: relative;
    z-index: 10;
    min-height: 230px;
    overflow: hidden;
    background: #2a2a2a;
}

.jj-header-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 386px;
    height: 296px;
    background: url("../img/index/site-header-greatwall-pattern.png") center / 100% 100% no-repeat;
    opacity: 0.09;
    pointer-events: none;
}

.jj-header-inner {
    position: relative;
    width: min(100%, 1920px);
    min-height: 230px;
    margin: 0 auto;
}

.jj-brand {
    position: absolute;
    top: 24px;
    left: 50%;
    width: 103px;
    transform: translateX(-50%);
}

.jj-brand img {
    width: 103px;
    height: 115px;
    object-fit: contain;
}

.jj-main-nav {
    position: absolute;
    bottom: 11px;
    left: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 118px;
    transform: translateX(-50%);
}

.jj-main-nav a {
    position: relative;
    display: flex;
    align-items: center;
    height: 64px;
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.32px;
    white-space: nowrap;
}

.jj-main-nav a.is-active,
.jj-main-nav a:hover {
    color: #fa8d4c;
}

.jj-main-nav a.is-active::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: #fa8d4c;
    content: "";
    transform: translateX(-50%);
}

.jj-language-switch {
    position: absolute;
    right: 75px;
    bottom: 49px;
    display: grid;
    grid-template-columns: 60px 60px 60px;
    width: 180px;
    height: 30px;
    overflow: hidden;
    border-radius: 4px;
    background: #444;
}

.jj-language-switch a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #959595;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.24px;
}

.jj-language-switch a + a {
    border-left: 1px solid #545454;
}

.jj-language-switch a.is-active {
    color: #fff;
    background: #ff9e5a;
    font-size: 14px;
    letter-spacing: 0.28px;
}

.jj-menu-toggle {
    display: none;
}

.jj-page-main {
    padding-bottom: 80px;
    background: #efefef;
}

.jj-hero {
    height: 400px;
    background: url("../img/index/home-hero-common-banner.jpg") center / cover no-repeat;
}

.jj-route-back {
    display: flex;
    align-items: center;
    width: min(100% - 100px, 1820px);
    height: 45px;
    margin: 40px auto 0;
    padding: 0 27px;
    color: #fff;
    background: #2a2a2a;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.32px;
}

.jj-route-back:hover,
.jj-route-back:focus {
    color: #fa8d4c;
}

.jj-intro-card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 880px;
    min-height: 320px;
    margin: 40px 0 0 50px;
    overflow: hidden;
    border-radius: 0 0 20px 20px;
    color: #fff;
    background: #7b7b7b;
}

.jj-intro-card::before {
    position: absolute;
    inset: 0;
    background: url("../img/index/home-intro-greatwall-bg.png") center / cover no-repeat;
    content: "";
    opacity: 0.12;
}

.jj-intro-card::after {
    content: none;
}

.jj-intro-head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    min-height: 45px;
    padding: 8px 32px;
    background: #2a2a2a;
}

.jj-intro-head img {
    width: 45px;
    height: 24px;
    margin-right: 10px;
    object-fit: contain;
}

.jj-intro-head h1 {
    flex: 1;
    min-width: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0.36px;
}

.jj-intro-body {
    position: relative;
    z-index: 1;
    flex: 1;
    padding: 32px 31px 28px;
    background: rgba(42, 42, 42, 0.35);
}

.jj-intro-body p {
    margin: 0 0 16px;
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.28px;
}

.jj-intro-body p:last-child {
    margin-bottom: 0;
}

.jj-tour-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 580px));
    gap: 60px 40px;
    width: min(100% - 100px, 1820px);
    margin: 30px auto 0;
}

.jj-tour-page-grid {
    margin-top: 45px;
}

.jj-tour-card {
    position: relative;
    height: 420px;
    overflow: hidden;
    border-radius: 20px;
    background: #2a2a2a;
}

.jj-tour-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jj-tour-card::after {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    content: "";
    transition: background 0.2s ease;
}

.jj-tour-overlay {
    position: absolute;
    right: 24px;
    bottom: 40px;
    left: 24px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    text-align: center;
    transition: transform 0.2s ease;
}

.jj-tour-overlay h2 {
    margin: 0;
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0.56px;
}

.jj-tour-overlay span {
    width: 300px;
    height: 1px;
    margin: 20px 0 11px;
    background: rgba(255, 255, 255, 0.34);
}

.jj-tour-overlay p {
    margin: 0;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.28px;
}

.jj-tour-overlay a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 40px;
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
    border-radius: 20px;
    background: #fa8d4c;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.36px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.jj-tour-card:hover::after,
.jj-tour-card:focus-within::after {
    background: rgba(0, 0, 0, 0.32);
}

.jj-tour-card:hover .jj-tour-overlay,
.jj-tour-card:focus-within .jj-tour-overlay {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}

.jj-tour-card:hover .jj-tour-overlay a,
.jj-tour-card:focus-within .jj-tour-overlay a {
    max-height: 40px;
    margin-top: 18px;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.jj-tour-detail-page {
    padding-bottom: 67px;
}

.jj-tour-detail-page .jj-route-back {
    width: 710px;
    margin-top: 40px;
}

.jj-detail-cover {
    width: 710px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 0 0 16px 16px;
    background: #2a2a2a;
}

.jj-detail-cover img {
    width: 100%;
    aspect-ratio: 710 / 515;
    object-fit: cover;
}

.jj-detail-card,
.jj-detail-price,
.jj-detail-cta {
    width: 710px;
    margin: 26px auto 0;
    color: #2a2a2a;
}

.jj-detail-card {
    overflow: hidden;
    border-radius: 16px;
    background: #fff;
}

.jj-detail-title {
    padding: 30px 32px 24px;
    text-align: center;
}

.jj-detail-title h1 {
    margin: 0;
    color: #2a2a2a;
    font-size: 28px;
    font-weight: 400;
    line-height: 39px;
}

.jj-detail-title h1::after {
    display: block;
    width: 560px;
    max-width: 100%;
    height: 1px;
    margin: 31px auto 0;
    background: #eee;
    content: "";
}

.jj-detail-title p {
    margin: 32px 0 0;
    color: #8c8c8c;
    font-size: 13px;
    line-height: 18px;
}

.jj-detail-gallery {
    position: relative;
    width: 710px;
    height: 380px;
    max-height: 380px;
    overflow: hidden;
}

.jj-detail-gallery img {
    object-fit: cover;
}

.jj-detail-gallery-main {
    position: absolute;
    top: 0;
    left: 105px;
    z-index: 1;
    width: 500px;
    height: 380px;
    transform: translateX(0) scale(1);
    transition: opacity 0.28s ease, transform 0.28s ease;
    will-change: opacity, transform;
}

.jj-detail-gallery-main.is-leaving-next {
    opacity: 0;
    transform: translateX(-20px) scale(0.985);
}

.jj-detail-gallery-main.is-leaving-prev {
    opacity: 0;
    transform: translateX(20px) scale(0.985);
}

.jj-detail-gallery-main.is-entering-next {
    opacity: 0;
    transform: translateX(20px) scale(0.985);
}

.jj-detail-gallery-main.is-entering-prev {
    opacity: 0;
    transform: translateX(-20px) scale(0.985);
}

.jj-detail-gallery-side {
    position: absolute;
    top: 50px;
    width: 100px;
    height: 280px;
    background-color: #173041;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: background-image 0.2s ease;
}

.jj-detail-gallery-side[data-gallery-side="prev"] {
    left: 0;
}

.jj-detail-gallery-side[data-gallery-side="next"] {
    right: 0;
}

.jj-detail-gallery-side::before {
    position: absolute;
    inset: 0;
    background: rgba(18, 45, 60, 0.72);
    content: "";
}

.jj-gallery-arrow {
    position: absolute;
    top: 190px;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.58);
    cursor: pointer;
    transform: translateY(-50%);
    z-index: 1;
}

.jj-gallery-arrow-prev {
    left: 34px;
}

.jj-gallery-arrow-next {
    right: 34px;
}

.jj-gallery-arrow::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    content: "";
}

.jj-gallery-arrow-prev::before {
    transform: translate(-35%, -50%) rotate(135deg);
}

.jj-gallery-arrow-next::before {
    transform: translate(-65%, -50%) rotate(-45deg);
}

.jj-itinerary {
    padding: 37px 50px 38px;
}

.jj-itinerary h2 {
    margin: 0;
    color: #2a2a2a;
    font-size: 26px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
}

.jj-itinerary-en {
    margin: 4px 0 0;
    color: #8c8c8c;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
}

.jj-itinerary-divider {
    display: grid;
    grid-template-columns: 1fr 70px 1fr;
    align-items: center;
    column-gap: 28px;
    margin: 16px 0 20px;
}

.jj-itinerary-divider::before,
.jj-itinerary-divider::after {
    height: 1px;
    background: #eee;
    content: "";
}

.jj-itinerary-bus {
    display: block;
    width: 56px;
    height: 42px;
    margin: 0 auto;
    object-fit: contain;
}

.jj-itinerary-facts {
    margin: 0;
    padding: 20px 0 19px;
    /* border-top: 1px solid #eee; */
    border-bottom: 1px solid #eee;
    list-style: none;
}

.jj-itinerary-facts li {
    position: relative;
    margin: 0;
    padding-left: 18px;
    color: #2a2a2a;
    font-size: 14px;
    font-weight: 600;
    line-height: 27px;
}

.jj-itinerary-facts li::before {
    position: absolute;
    top: 9px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #2a2a2a;
    content: "";
}

.jj-itinerary-facts span {
    margin-right: 5px;
}

.jj-timeline article {
    position: relative;
    padding: 20px 0 18px;
    border-bottom: 1px solid #eee;
}

.jj-timeline article:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.jj-timeline time {
    position: relative;
    display: block;
    margin-bottom: 9px;
    padding-left: 24px;
    color: #2a2a2a;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

.jj-timeline time::before {
    position: absolute;
    top: 4px;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #2a2a2a;
    content: "";
}

.jj-timeline time::after {
    position: absolute;
    top: 9px;
    left: 5px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
    content: "";
}

.jj-timeline p {
    margin: 0;
    color: #2a2a2a;
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
    text-align: justify;
}

.jj-detail-price {
    border-radius: 16px;
    background: #ffc19c;
    padding: 31px 51px 38px;
}

.jj-bus-price-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    text-align: center;
}

.jj-bus-price-grid h2 {
    margin: 0;
    color: #2a2a2a;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
}

.jj-bus-price-grid p {
    margin: 4px 0 0;
    color: #000;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 62px;
    font-weight: 400;
    line-height: 72px;
}

.jj-bus-price-grid span {
    margin-right: 10px;
    font-family: inherit;
    font-size: 24px;
}

.jj-child-price {
    position: relative;
    width: 300px;
    min-height: 28px;
    margin: 13px auto 28px;
    padding: 5px 18px 5px 24px;
    overflow: hidden;
    color: #2a2a2a;
    background:
        radial-gradient(circle at 0 5px, #ffc19c 0 5px, transparent 0.5px) left 0 top 1px / 12px 12px repeat-y,
        #f2b18c;
    /* font-family: "Source Han Sans SC", "PingFang SC", "Microsoft YaHei", Arial, sans-serif; */
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
}

.jj-price-note h3 {
    margin: 0 0 8px;
    color: #2a2a2a;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}

.jj-price-note ul {
    margin: 0;
    padding-left: 18px;
}

.jj-price-note li {
    color: #2a2a2a;
    font-size: 13px;
    font-weight: 600;
    line-height: 25px;
}

.jj-scenic-ticket {
    margin-top: 20px;
    padding: 30px 50px 33px;
    text-align: center;
}

.jj-scenic-ticket h2 {
    margin: 0;
    color: #2a2a2a;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
}

.jj-scenic-ticket > p {
    width: 530px;
    max-width: 100%;
    margin: 19px auto 18px;
    color: #7b604d;
    font-size: 13px;
    font-weight: 600;
    line-height: 21px;
}

.jj-scenic-ticket table {
    width: 100%;
    border-collapse: collapse;
    color: #2a2a2a;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
}

.jj-scenic-ticket th {
    height: 38px;
    background: rgba(229, 146, 96, 0.35);
    font-weight: 600;
    text-align: center;
}

.jj-scenic-ticket td {
    height: 36px;
    border-bottom: 1px solid rgba(222, 151, 105, 0.45);
    text-align: center;
}

.jj-scenic-ticket tbody tr:last-child td {
    border-bottom: 0;
}

.jj-scenic-ticket td:last-child {
    color: #ff2c1f;
}

.jj-detail-cta {
    margin-top: 20px;
    padding: 31px 40px 38px;
    border-radius: 16px;
    background: #fff;
    text-align: center;
}

.jj-detail-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 54px;
    border-radius: 4px;
    background: #ff8d4a;
    color: #fff;
    font-size: 20px;
    line-height: 1;
}

.jj-detail-cta a:hover,
.jj-detail-cta a:focus {
    background: #f47a36;
}

.jj-detail-cta p {
    width: 360px;
    max-width: 100%;
    margin: 30px auto 0;
    color: #2a2a2a;
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
}

.jj-long-detail-page {
    padding-bottom: 67px;
}

.jj-long-detail-image,
.jj-inline-booking-card {
    width: 710px;
    margin: 0 auto;
    overflow: hidden;
    color: #2a2a2a;
    background: #fff;
}

.jj-long-detail-image {
    border-radius: 0 0 16px 16px;
}

.jj-long-detail-image img {
    width: 100%;
    height: auto;
}

.jj-long-detail-content {
    padding: 0 50px 38px;
    color: #2a2a2a;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
}

.jj-long-detail-content p,
.jj-long-detail-content ul,
.jj-long-detail-content ol {
    margin: 0 0 16px;
}

.jj-long-detail-content p:last-child,
.jj-long-detail-content ul:last-child,
.jj-long-detail-content ol:last-child {
    margin-bottom: 0;
}

.jj-long-detail-content ul,
.jj-long-detail-content ol {
    padding-left: 22px;
}

.jj-long-detail-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 18px auto;
}

.jj-inline-booking-card {
    margin-top: 20px;
    padding: 30px 0 38px;
    border-radius: 16px;
}

.jj-inline-booking-head {
    text-align: center;
}

.jj-inline-booking-head h1 {
    margin: 0;
    color: #2a2a2a;
    font-size: 28px;
    font-weight: 400;
    line-height: 39px;
}

.jj-inline-booking-head p {
    margin: 5px 0 0;
    color: #8c8c8c;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
}

.jj-inline-booking-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 28px;
}

.jj-charter-booking-form {
    width: 100%;
    padding-top: 28px;
}

.jj-charter-field {
    display: grid;
    grid-template-columns: 106px minmax(0, 1fr);
    align-items: center;
    width: 640px;
    min-height: 62px;
    margin: 0 0 14px;
    padding: 0 24px 0 28px;
    border-radius: 5px;
    background: #eee;
    color: #2a2a2a;
}

.jj-charter-field span {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

.jj-charter-field input,
.jj-charter-field select {
    width: 100%;
    min-width: 0;
    height: 48px;
    border: 0;
    outline: none;
    background-color: transparent;
    color: #2a2a2a;
    font: inherit;
    font-size: 16px;
    line-height: 48px;
    letter-spacing: 0;
}

.jj-charter-field input {
    padding: 0;
}

.jj-charter-field select {
    padding: 0 42px 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='11' viewBox='0 0 18 11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2l7 7 7-7' fill='none' stroke='%23787878' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: right 0 center;
    background-repeat: no-repeat;
    background-size: 18px 11px;
    cursor: pointer;
}

.jj-charter-date-selects {
    display: grid;
    grid-template-columns: 113px 113px 113px;
    gap: 14px;
}

.jj-charter-date-selects select {
    height: 51px;
    padding: 0 38px 0 16px;
    border-radius: 5px;
    background-color: #fff;
    background-position: right 17px center;
}

.jj-booking-page {
    padding-bottom: 50px;
}

.jj-booking-panel,
.jj-booking-notes {
    width: 710px;
    margin: 40px auto 0;
    overflow: hidden;
    border-radius: 0 0 16px 16px;
    background: #fff;
    color: #2a2a2a;
}

.jj-booking-panel-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 260px;
    padding: 32px 30px 24px;
    border-radius: 0 0 16px 16px;
    background: #ff8d4a;
    color: #fff;
    text-align: center;
}

.jj-booking-panel-head img {
    width: 103px;
    height: 115px;
    object-fit: contain;
}

.jj-booking-panel-head h1 {
    margin: 18px 0 0;
    font-size: 32px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: 0;
}

.jj-booking-panel-head p {
    margin: 4px 0 0;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
}

.jj-booking-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 35px 0 48px;
}

.jj-booking-field {
    position: relative;
    display: block;
    width: 640px;
    height: 48px;
    margin: 0 0 14px;
}

.jj-booking-field span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.jj-booking-field input,
.jj-booking-field select {
    width: 100%;
    height: 48px;
    padding: 0 20px;
    border: 0;
    border-radius: 4px;
    outline: none;
    background: #eee;
    color: #2a2a2a;
    font: inherit;
    font-size: 16px;
    line-height: 48px;
    letter-spacing: 0;
}

.jj-booking-field select {
    padding-right: 48px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h8L4 5z' fill='%238d8d8d'/%3E%3C/svg%3E");
    background-position: right 22px center;
    background-repeat: no-repeat;
    background-size: 8px 5px;
    cursor: pointer;
}

.jj-booking-field input::placeholder {
    color: #2a2a2a;
    opacity: 1;
}

.jj-booking-field input:focus,
.jj-booking-field select:focus {
    box-shadow: 0 0 0 2px rgba(250, 141, 76, 0.35);
}

.jj-booking-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 54px;
    margin-top: 22px;
    border: 0;
    border-radius: 4px;
    background: #e91e00;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0;
    cursor: pointer;
}

.jj-booking-submit:hover,
.jj-booking-submit:focus {
    background: #d61c00;
    outline: none;
}

.jj-booking-email {
    width: 420px;
    margin: 22px 0 0;
    color: #2a2a2a;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0;
    text-align: center;
}

.jj-booking-result {
    min-height: 20px;
    margin: 10px 0 0;
    color: #ff8d4a;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.jj-booking-notes {
    margin-top: 20px;
    padding: 30px 40px 58px;
    border-radius: 16px;
}

.jj-booking-notes h2 {
    position: relative;
    margin: 0 0 34px;
    padding-bottom: 26px;
    color: #2a2a2a;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0;
    text-align: center;
}

.jj-booking-notes h2::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 300px;
    height: 1px;
    background: #eee;
    content: "";
    transform: translateX(-50%);
}

.jj-booking-notes ul {
    width: 555px;
    margin: 0 auto;
    padding: 0;
    color: #2a2a2a;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0;
    list-style-position: inside;
}

.jj-about-page {
    padding-bottom: 80px;
}

.jj-about-company,
.jj-about-card {
    width: 710px;
    margin: 40px auto 0;
    overflow: hidden;
    border-radius: 0 0 16px 16px;
    background: #fff;
    color: #2a2a2a;
}

.jj-about-company-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 236px;
    padding: 32px 30px 24px;
    border-radius: 0 0 16px 16px;
    background: #ff8d4a;
    color: #fff;
    text-align: center;
}

.jj-about-company-head img {
    width: 103px;
    height: 115px;
    object-fit: contain;
}

.jj-about-company-head h1 {
    margin: 20px 0 0;
    font-size: 32px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: 0;
}

.jj-about-copy {
    padding: 36px 52px 38px;
}

.jj-about-copy p {
    margin: 0;
    color: #2a2a2a;
    font-size: 14px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0;
    text-align: justify;
}

.jj-about-card {
    margin-top: 20px;
    border-radius: 0 0 16px 16px;
}

.jj-about-card h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75px;
    margin: 0;
    border-radius: 0 0 16px 16px;
    background: #000;
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
}

.jj-about-card .jj-about-copy {
    min-height: 130px;
    padding-top: 34px;
    padding-bottom: 33px;
}

.jj-site-footer {
    background: #2a2a2a;
}

.jj-footer-inner {
    display: grid;
    grid-template-columns: minmax(0, 680px) minmax(0, 720px);
    justify-content: space-between;
    width: min(100% - 100px, 1820px);
    min-height: 400px;
    margin: 0 auto;
}

.jj-footer-service {
    padding-top: 32px;
    text-align: center;
}

.jj-footer-tip,
.jj-footer-chat {
    margin: 0;
    color: #efefef;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 0.32px;
}

.jj-wechat-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    width: 580px;
    max-width: 100%;
    min-height: 226px;
    margin-top: 15px;
    margin-left: 0;
    padding: 19px 24px 20px;
    background: #fa8d4c;
}

.jj-wechat-card img {
    width: 103px;
    height: 115px;
    object-fit: contain;
}

.jj-wechat-card span {
    box-sizing: border-box;
    width: 100%;
    margin-top: 5px;
    color: #fff;
    font-size: clamp(26px, 1.9vw, 38px);
    line-height: 1.18;
    text-align: center;
    overflow-wrap: anywhere;
    word-break: normal;
}

.jj-footer-chat {
    margin-top: 8px;
    font-size: 20px;
    letter-spacing: 0.4px;
}

.jj-footer-info {
    position: relative;
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 73px;
    align-content: start;
    align-items: start;
    min-height: 400px;
    padding: 117px 0 86px;
}

.jj-footer-info::before,
.jj-footer-info::after {
    position: absolute;
    right: 0;
    left: 0;
    height: 1px;
    background: #676767;
    content: "";
}

.jj-footer-info::before {
    top: 86px;
}

.jj-footer-info::after {
    bottom: 86px;
}

.jj-footer-qrcode {
    align-self: start;
    text-align: center;
}

.jj-footer-qrcode img {
    width: 150px;
    height: 150px;
}

.jj-footer-qrcode span {
    display: block;
    margin-top: 5px;
    color: #efefef;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 0.32px;
}

.jj-company-info {
    align-self: start;
    min-width: 0;
}

.jj-company-info p {
    margin: 0;
    color: #efefef;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 0.32px;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
}

.jj-floating-actions {
    position: fixed;
    right: 50px;
    top: 50%;
    z-index: 50;
    display: grid;
    width: 80px;
    overflow: hidden;
    background: #fa8d4c;
    transform: translateY(-50%);
}

.jj-floating-action {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    padding: 0;
    border: 0;
    border-top: 1px solid #efefef;
    background: transparent;
    cursor: pointer;
}

.jj-floating-action:first-child {
    border-top: 0;
}

.jj-floating-action img {
    width: auto;
    height: auto;
    max-width: 39px;
    max-height: 36px;
}

.jj-floating-action:hover,
.jj-floating-action:focus {
    background: rgba(255, 255, 255, 0.12);
    outline: none;
}

@media (max-width: 1500px) {
    .jj-main-nav {
        gap: 76px;
    }

    .jj-language-switch {
        right: 48px;
    }

    .jj-footer-inner {
        grid-template-columns: minmax(0, 580px) minmax(0, 650px);
        width: min(100% - 64px, 1380px);
    }

    .jj-wechat-card {
        width: 520px;
    }

    .jj-wechat-card span {
        font-size: clamp(24px, 2vw, 32px);
    }

    .jj-footer-info {
        gap: 48px;
    }

    .jj-tour-grid {
        width: min(100% - 64px, 1380px);
        gap: 40px 32px;
    }

    .jj-route-back {
        width: min(100% - 64px, 1380px);
    }

    .jj-tour-detail-page .jj-route-back,
    .jj-detail-cover,
    .jj-detail-card,
    .jj-detail-price,
    .jj-detail-cta,
    .jj-long-detail-image,
    .jj-inline-booking-card {
        width: 710px;
    }

    .jj-booking-panel,
    .jj-booking-notes {
        width: 710px;
    }

    .jj-about-company,
    .jj-about-card {
        width: 710px;
    }

    .jj-floating-actions {
        right: 28px;
    }
}

@media (max-width: 1180px) {
    .jj-site-header,
    .jj-header-inner {
        min-height: 220px;
    }

    .jj-main-nav {
        bottom: 12px;
        gap: 42px;
    }

    .jj-language-switch {
        right: 24px;
        bottom: 52px;
    }

    .jj-footer-inner {
        grid-template-columns: 1fr;
        width: min(100% - 48px, 760px);
        padding: 44px 0;
        row-gap: 36px;
    }

    .jj-footer-service {
        padding-top: 0;
    }

    .jj-wechat-card {
        width: min(100%, 580px);
        margin-right: auto;
        margin-left: auto;
    }

    .jj-footer-info {
        min-height: 0;
        padding: 36px 0;
    }

    .jj-footer-info::before {
        top: 0;
    }

    .jj-footer-info::after {
        bottom: 0;
    }

    .jj-intro-card {
        width: min(100% - 48px, 880px);
        margin-right: auto;
        margin-left: auto;
    }

    .jj-tour-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: min(100% - 48px, 900px);
    }

    .jj-route-back {
        width: min(100% - 48px, 900px);
    }

    .jj-tour-detail-page .jj-route-back,
    .jj-detail-cover,
    .jj-detail-card,
    .jj-detail-price,
    .jj-detail-cta,
    .jj-long-detail-image,
    .jj-inline-booking-card {
        width: min(100% - 48px, 710px);
    }

    .jj-detail-gallery {
        width: 100%;
    }

    .jj-tour-card {
        height: auto;
        aspect-ratio: 580 / 420;
    }

    .jj-tour-overlay h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .jj-booking-panel,
    .jj-booking-notes {
        width: min(100% - 48px, 710px);
    }

    .jj-booking-field {
        width: calc(100% - 70px);
    }

    .jj-about-company,
    .jj-about-card {
        width: min(100% - 48px, 710px);
    }

    .jj-floating-actions {
        right: 18px;
        width: 60px;
    }

    .jj-floating-action {
        width: 60px;
        height: 60px;
    }

    .jj-floating-action img {
        max-width: 30px;
        max-height: 28px;
    }
}

@media (max-width: 767px) {
    .jj-site-header,
    .jj-header-inner {
        min-height: 154px;
    }

    .jj-header-pattern {
        width: 255px;
        height: 196px;
    }

    .jj-brand {
        top: 18px;
        width: 78px;
    }

    .jj-brand img {
        width: 78px;
        height: 87px;
    }

    .jj-menu-toggle {
        position: absolute;
        top: 64px;
        right: 18px;
        display: grid;
        width: 36px;
        height: 36px;
        padding: 8px;
        border: 0;
        border-radius: 4px;
        background: #444;
    }

    .jj-menu-toggle span {
        display: block;
        width: 20px;
        height: 2px;
        background: #fff;
    }

    .jj-language-switch {
        right: auto;
        bottom: 8px;
        left: 50%;
        width: 174px;
        grid-template-columns: 58px 58px 58px;
        transform: translateX(-50%);
    }

    .jj-main-nav {
        top: 154px;
        right: 0;
        bottom: auto;
        left: 0;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        background: #2a2a2a;
        transform: none;
    }

    .jj-main-nav.is-open {
        display: flex;
    }

    .jj-site-header.is-menu-open {
        min-height: 346px;
    }

    .jj-main-nav a {
        justify-content: center;
        height: 48px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .jj-main-nav a.is-active::after {
        bottom: 8px;
    }

    .jj-page-main {
        padding-bottom: 48px;
    }

    .jj-hero {
        height: 210px;
    }

    .jj-intro-card {
        width: min(100% - 32px, 520px);
        min-height: 0;
        margin-top: 28px;
        border-radius: 0 0 14px 14px;
    }

    .jj-intro-head {
        min-height: 42px;
        padding: 8px 18px;
    }

    .jj-intro-head h1 {
        font-size: 17px;
        line-height: 1.35;
    }

    .jj-intro-body {
        padding: 22px 18px 24px;
    }

    .jj-intro-body p {
        font-size: 13px;
        line-height: 22px;
    }

    .jj-tour-grid {
        grid-template-columns: 1fr;
        width: min(100% - 32px, 520px);
        gap: 24px;
        margin-top: 28px;
    }

    .jj-route-back {
        width: min(100% - 32px, 520px);
        height: 42px;
        margin-top: 28px;
        padding: 0 18px;
        font-size: 14px;
    }

    .jj-tour-detail-page {
        padding-bottom: 44px;
    }

    .jj-tour-detail-page .jj-route-back,
    .jj-detail-cover,
    .jj-detail-card,
    .jj-detail-price,
    .jj-detail-cta,
    .jj-long-detail-image,
    .jj-inline-booking-card {
        width: min(100% - 32px, 520px);
    }

    .jj-detail-cover {
        border-radius: 0 0 14px 14px;
    }

    .jj-long-detail-image {
        border-radius: 0 0 14px 14px;
    }

    .jj-long-detail-content {
        padding: 0 24px 30px;
        font-size: 13px;
        line-height: 24px;
    }

    .jj-detail-card,
    .jj-detail-price,
    .jj-detail-cta,
    .jj-inline-booking-card {
        margin-top: 18px;
        border-radius: 14px;
    }

    .jj-inline-booking-card {
        padding: 24px 0 32px;
    }

    .jj-inline-booking-head h1 {
        font-size: 24px;
        line-height: 34px;
    }

    .jj-inline-booking-form {
        padding-top: 22px;
    }

    .jj-charter-booking-form {
        padding-top: 22px;
    }

    .jj-charter-field {
        grid-template-columns: 88px minmax(0, 1fr);
        width: calc(100% - 32px);
        min-height: 56px;
        padding: 0 16px 0 18px;
    }

    .jj-charter-field span,
    .jj-charter-field input,
    .jj-charter-field select {
        font-size: 14px;
    }

    .jj-charter-date-selects {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

    .jj-charter-date-selects select {
        height: 44px;
        padding: 0 28px 0 10px;
        background-position: right 10px center;
        background-size: 14px 9px;
    }

    .jj-detail-title {
        padding: 24px 18px 20px;
    }

    .jj-detail-title h1 {
        font-size: 22px;
        line-height: 31px;
    }

    .jj-detail-title h1::after {
        margin-top: 20px;
    }

    .jj-detail-title p {
        margin-top: 20px;
        font-size: 12px;
        line-height: 19px;
    }

    .jj-detail-gallery {
        display: block;
        height: 68vw;
        min-height: 220px;
        max-height: 290px;
    }

    .jj-detail-gallery-main {
        position: static;
        width: 100%;
        height: 100%;
    }

    .jj-detail-gallery-side {
        display: none;
    }

    .jj-gallery-arrow {
        display: none;
    }

    .jj-itinerary {
        padding: 28px 20px 30px;
    }

    .jj-itinerary h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .jj-itinerary-divider {
        grid-template-columns: 1fr 54px 1fr;
        column-gap: 16px;
        margin: 14px 0 18px;
    }

    .jj-itinerary-facts li,
    .jj-timeline p,
    .jj-price-note li,
    .jj-scenic-ticket table,
    .jj-detail-cta p {
        font-size: 12px;
    }

    .jj-detail-price {
        padding: 25px 22px 30px;
    }

    .jj-bus-price-grid {
        gap: 16px;
    }

    .jj-bus-price-grid h2,
    .jj-scenic-ticket h2 {
        font-size: 19px;
        line-height: 28px;
    }

    .jj-bus-price-grid p {
        font-size: 44px;
        line-height: 52px;
    }

    .jj-bus-price-grid span {
        font-size: 18px;
    }

    .jj-child-price {
        width: min(100%, 250px);
        min-height: 28px;
        padding: 5px 16px 5px 22px;
        margin-bottom: 22px;
        font-size: 12px;
        line-height: 18px;
    }

    .jj-scenic-ticket {
        padding: 25px 18px 28px;
    }

    .jj-scenic-ticket th,
    .jj-scenic-ticket td {
        height: 34px;
        padding: 0 5px;
    }

    .jj-detail-cta {
        padding: 28px 20px 32px;
    }

    .jj-detail-cta a {
        width: 170px;
        height: 48px;
        font-size: 17px;
    }

    .jj-tour-page-grid {
        margin-top: 28px;
    }

    .jj-tour-card {
        border-radius: 14px;
    }

    .jj-tour-overlay {
        top: 50%;
        right: 16px;
        bottom: auto;
        left: 16px;
        transform: translateY(-50%);
    }

    .jj-tour-overlay h2 {
        font-size: 21px;
        line-height: 28px;
    }

    .jj-tour-overlay span {
        width: min(75%, 260px);
        margin: 14px 0 9px;
    }

    .jj-tour-overlay p {
        font-size: 12px;
        line-height: 18px;
    }

    .jj-tour-overlay a {
        width: 132px;
        height: 36px;
        max-height: 36px;
        margin-top: 14px;
        font-size: 15px;
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .jj-tour-card::after {
        background: rgba(0, 0, 0, 0.32);
    }

    .jj-booking-page {
        padding-bottom: 34px;
    }

    .jj-booking-panel,
    .jj-booking-notes {
        width: min(100% - 32px, 520px);
        margin-top: 28px;
    }

    .jj-booking-panel-head {
        min-height: 205px;
        padding: 24px 18px 22px;
    }

    .jj-booking-panel-head img {
        width: 78px;
        height: 87px;
    }

    .jj-booking-panel-head h1 {
        margin-top: 14px;
        font-size: 24px;
        line-height: 34px;
    }

    .jj-booking-panel-head p {
        font-size: 14px;
        line-height: 24px;
    }

    .jj-booking-form {
        padding: 26px 0 34px;
    }

    .jj-booking-field {
        width: calc(100% - 36px);
        height: 44px;
        margin-bottom: 12px;
    }

    .jj-booking-field input,
    .jj-booking-field select {
        height: 44px;
        padding: 0 16px;
        font-size: 14px;
        line-height: 44px;
    }

    .jj-booking-field select {
        padding-right: 42px;
        background-position: right 18px center;
    }

    .jj-booking-submit {
        width: 160px;
        height: 46px;
        margin-top: 16px;
        font-size: 18px;
    }

    .jj-booking-email {
        width: calc(100% - 56px);
        margin-top: 18px;
        font-size: 13px;
        line-height: 21px;
    }

    .jj-booking-notes {
        padding: 24px 18px 34px;
        border-radius: 14px;
    }

    .jj-booking-notes h2 {
        margin-bottom: 24px;
        padding-bottom: 18px;
        font-size: 24px;
    }

    .jj-booking-notes h2::after {
        width: min(72%, 300px);
    }

    .jj-booking-notes ul {
        width: 100%;
        font-size: 13px;
        line-height: 25px;
    }

    .jj-about-page {
        padding-bottom: 48px;
    }

    .jj-about-company,
    .jj-about-card {
        width: min(100% - 32px, 520px);
        margin-top: 28px;
    }

    .jj-about-company-head {
        min-height: 205px;
        padding: 24px 18px 22px;
    }

    .jj-about-company-head img {
        width: 78px;
        height: 87px;
    }

    .jj-about-company-head h1 {
        margin-top: 14px;
        font-size: 24px;
        line-height: 34px;
    }

    .jj-about-copy {
        padding: 24px 22px 28px;
    }

    .jj-about-copy p {
        font-size: 13px;
        line-height: 25px;
    }

    .jj-about-card {
        margin-top: 18px;
        border-radius: 0 0 14px 14px;
    }

    .jj-about-card h2 {
        height: 58px;
        border-radius: 0 0 14px 14px;
        font-size: 21px;
    }

    .jj-about-card .jj-about-copy {
        min-height: 0;
        padding-top: 24px;
        padding-bottom: 28px;
    }

    .jj-footer-inner {
        width: min(100% - 32px, 520px);
        padding: 34px 0;
        row-gap: 30px;
    }

    .jj-footer-tip,
    .jj-footer-chat {
        font-size: 14px;
        line-height: 28px;
    }

    .jj-wechat-card {
        height: auto;
        min-height: 178px;
        padding: 18px 16px 24px;
    }

    .jj-wechat-card img {
        width: 78px;
        height: 87px;
    }

    .jj-wechat-card span {
        font-size: clamp(22px, 7vw, 30px);
        line-height: 1.35;
        text-align: center;
        white-space: normal;
    }

    .jj-footer-info {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 20px;
        padding: 30px 0;
        text-align: center;
    }

    .jj-footer-qrcode img {
        width: 132px;
        height: 132px;
        margin: 0 auto;
    }

    .jj-company-info p {
        font-size: 14px;
        line-height: 26px;
        white-space: normal;
    }

    .jj-floating-actions {
        right: 16px;
        top: auto;
        bottom: 16px;
        grid-template-columns: 48px;
        width: 48px;
        transform: none;
        touch-action: none;
        cursor: grab;
    }

    .jj-floating-actions.is-dragging {
        cursor: grabbing;
    }

    .jj-floating-action {
        width: 48px;
        height: 48px;
        border-top: 1px solid #efefef;
        border-left: 0;
    }

    .jj-floating-action:first-child {
        border-top: 0;
    }

    .jj-floating-action img {
        max-width: 25px;
        max-height: 24px;
    }

    .jj-tour-detail-page ~ .jj-floating-actions {
        display: none;
    }
}
