@charset "utf-8";

body.jiudian-page { overflow-x: hidden; }

.jd-breakout {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
}

.jd-hero {
    min-height: 380px;
    background: #2d1b4e;
    background: linear-gradient(135deg, #1a0e30 0%, #2d1b4e 30%, #3d2568 60%, #4e2f82 100%);
    overflow: hidden;
}

.jd-hero-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    overflow: hidden; z-index: 1;
}

.jd-hero-bg .jd-circle {
    position: absolute;
    background: rgba(212,168,83,.06);
    border-radius: 50%;
}

.jd-hero-bg .jd-circle-1 { width: 700px; height: 700px; top: -250px; right: -150px; }
.jd-hero-bg .jd-circle-2 { width: 450px; height: 450px; bottom: -180px; left: -80px; }
.jd-hero-bg .jd-circle-3 {
    width: 220px; height: 220px;
    top: 50%; left: 55%;
    margin-top: -110px; margin-left: -110px;
    background: rgba(212,168,83,.04);
    animation: jd-float 6s ease-in-out infinite;
}

.jd-hero-inner {
    position: relative; z-index: 2;
    width: 1200px; margin: 0 auto;
    padding: 70px 0 55px;
    text-align: center;
}

.jd-hero-text {
    display: inline-block;
    text-align: center;
}

.jd-hero-text h1 {
    font-size: 46px; font-weight: 700; color: #fff;
    line-height: 1.25; margin-bottom: 18px;
    text-shadow: 0 2px 20px rgba(0,0,0,.3);
}

.jd-hero-text h1 em {
    font-style: normal;
    color: #d4a853;
    background: linear-gradient(180deg, #d4a853, #c4922e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.jd-hero-text .jd-sub {
    font-size: 19px; color: rgba(255,255,255,.85);
    line-height: 1.7; margin-bottom: 28px;
}

.jd-hero-text .jd-sub b { color: #d4a853; font-weight: 700; font-size: 24px; }

.jd-hero-tags {
    overflow: hidden;
}

.jd-hero-tags span {
    display: inline-block;
    padding: 6px 18px; margin: 0 8px 10px;
    font-size: 14px; color: rgba(255,255,255,.9);
    border: 1px solid rgba(212,168,83,.3);
    border-radius: 20px;
}

.jd-hero-tags span i { font-style: normal; color: #d4a853; margin-right: 4px; }

.jd-form-section {
    background: #fff;
    box-shadow: 0 4px 32px rgba(0,0,0,.1);
    position: relative; z-index: 10;
    margin-top: -40px;
    border-radius: 0;
}

.jd-form-inner {
    width: 1160px; margin: 0 auto;
    padding: 28px 20px 16px;
}

.jd-form-title {
    font-size: 22px; font-weight: 700; color: #1a1a2e;
    padding: 0 0 16px;
    border-bottom: 2px solid #2d1b4e;
    margin-bottom: 20px;
}

.jd-field {
    position: relative;
}

.jd-field-label {
    display: block;
    font-size: 13px; font-weight: 600; color: #555;
    margin-bottom: 6px;
}

.jd-ipt {
    width: 100%;
    height: 50px; line-height: 50px;
    padding: 0 16px;
    font-size: 15px; color: #333;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    background: #fff;
    box-sizing: border-box;
    outline: none;
    transition: border-color .2s, box-shadow .2s;
}

.jd-ipt:focus {
    border-color: #2d1b4e;
    box-shadow: 0 0 0 3px rgba(45,27,78,.12);
}

.jd-ipt::-webkit-input-placeholder { color: #bbb; }
.jd-ipt:-moz-placeholder { color: #bbb; }
.jd-ipt::-moz-placeholder { color: #bbb; }
.jd-ipt:-ms-input-placeholder { color: #bbb; }

.jd-ipt.jd-input-error {
    border-color: #e0483f;
    box-shadow: 0 0 0 3px rgba(224,72,63,.12);
}

.jd-date-row {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
    margin-top: 16px;
}

.jd-field-date {
    flex: 1;
}

.jd-ipt-date {
    height: 50px;
}

.jd-options-row {
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 16px 0;
    border-top: 1px solid #f0f0f0;
    margin-bottom: 4px;
}

.jd-options-group {
    display: flex;
    align-items: center;
    gap: 8px;
}

.jd-opt-label {
    font-size: 14px; font-weight: 600; color: #555;
    margin-right: 4px;
}

.jd-sel {
    height: 38px; line-height: 38px;
    padding: 0 10px;
    font-size: 14px; color: #333;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background: #fff;
    outline: none;
    box-sizing: border-box;
    min-width: 70px;
}

.jd-contact-bar {
    display: flex;
    align-items: center;
    gap: 16px;
    background: linear-gradient(135deg, #faf6f0, #f5efe6);
    padding: 20px 24px;
    border-radius: 12px;
    border: 1px solid #ede4d4;
}

.jd-contact-fields {
    display: flex;
    gap: 12px;
    flex: 1;
}

.jd-ipt-contact {
    flex: 1;
    height: 50px; line-height: 50px;
    padding: 0 16px;
    font-size: 15px; color: #333;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    background: #fff;
    box-sizing: border-box;
    outline: none;
    transition: border-color .2s, box-shadow .2s;
}

.jd-ipt-contact:focus {
    border-color: #2d1b4e;
    box-shadow: 0 0 0 3px rgba(45,27,78,.12);
}

.jd-ipt-contact::-webkit-input-placeholder { color: #bbb; }
.jd-ipt-contact:-moz-placeholder { color: #bbb; }
.jd-ipt-contact::-moz-placeholder { color: #bbb; }
.jd-ipt-contact:-ms-input-placeholder { color: #bbb; }

.jd-ipt-contact.jd-input-error {
    border-color: #e0483f;
    box-shadow: 0 0 0 3px rgba(224,72,63,.12);
}

.jd-btn-submit {
    display: inline-block;
    height: 50px; line-height: 50px;
    padding: 0 40px;
    text-align: center;
    font-size: 17px; font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #2d1b4e, #4e2f82);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    white-space: nowrap;
    transition: all .2s;
    box-shadow: 0 4px 16px rgba(45,27,78,.35);
}

.jd-btn-submit:hover {
    background: linear-gradient(135deg, #3d2568, #5a3a96);
    box-shadow: 0 6px 24px rgba(45,27,78,.45);
    transform: translateY(-1px);
}

.jd-form-footer {
    text-align: center;
    padding: 12px 0 6px;
    font-size: 13px; color: #bbb;
    line-height: 1.6;
}

.jd-form-footer b { color: #e0483f; }

.jd-advantage-bar {
    background: #fff;
    box-shadow: 0 2px 20px rgba(0,0,0,.06);
    position: relative; z-index: 10;
}

.jd-advantage-inner {
    width: 1200px; margin: 0 auto;
    overflow: hidden;
}

.jd-adv-item {
    float: left; width: 25%;
    padding: 36px 24px; text-align: center;
    box-sizing: border-box;
    transition: background .3s;
}

.jd-adv-item:hover { background: #faf6f0; }

.jd-adv-icon {
    width: 64px; height: 64px; margin: 0 auto 16px;
    border-radius: 50%;
    line-height: 64px; text-align: center;
}

.jd-adv-icon svg { width: 32px; height: 32px; vertical-align: middle; }

.jd-adv-icon-1 { background: linear-gradient(135deg, #2d1b4e, #4e2f82); }
.jd-adv-icon-2 { background: linear-gradient(135deg, #d4a853, #c4922e); }
.jd-adv-icon-3 { background: linear-gradient(135deg, #20c997, #38f9d7); }
.jd-adv-icon-4 { background: linear-gradient(135deg, #8b5cf6, #a78bfa); }

.jd-adv-item h4 { font-size: 18px; font-weight: 700; color: #1a1a2e; margin-bottom: 8px; }
.jd-adv-item p { font-size: 14px; color: #888; line-height: 1.6; }

.jd-section { padding: 65px 0; }
.jd-section-gray { background: #f5f7fa; }

.jd-section-header { text-align: center; margin-bottom: 48px; }
.jd-section-header h2 { font-size: 34px; font-weight: 700; color: #1a1a2e; margin-bottom: 12px; }
.jd-section-header h2 em { font-style: normal; color: #2d1b4e; }
.jd-section-header p { font-size: 16px; color: #888; }
.jd-section-header .jd-en { display: block; font-size: 13px; color: #bbb; margin-top: 6px; text-transform: uppercase; letter-spacing: 3px; }

.jd-dest-wrap { width: 1200px; margin: 0 auto; }

.jd-dest-grid {
    overflow: hidden;
}

.jd-dest-group {
    margin-bottom: 28px;
    overflow: hidden;
}

.jd-dest-group-title {
    font-size: 16px; font-weight: 700; color: #2d1b4e;
    margin-bottom: 12px;
    padding-left: 12px;
    border-left: 3px solid #d4a853;
}

.jd-dest-items {
    overflow: hidden;
}

.jd-dest-items span {
    display: inline-block;
    float: left;
    padding: 8px 22px;
    margin: 0 10px 10px 0;
    font-size: 14px; color: #555;
    background: #fff;
    border: 1px solid #e8e0d4;
    border-radius: 20px;
    cursor: pointer;
    transition: all .2s;
}

.jd-dest-items span:hover {
    color: #2d1b4e;
    border-color: #2d1b4e;
    background: #faf6f0;
}

.jd-trust {
    background: linear-gradient(135deg, #1a0e30, #2d1b4e);
    padding: 55px 0;
}

.jd-trust-inner { width: 1200px; margin: 0 auto; overflow: hidden; }
.jd-trust-item { float: left; width: 25%; text-align: center; color: #fff; }
.jd-trust-num { font-size: 46px; font-weight: 700; color: #d4a853; line-height: 1.2; margin-bottom: 8px; }
.jd-trust-num em { font-style: normal; font-size: 22px; color: rgba(255,255,255,.7); margin-left: 2px; }
.jd-trust-item p { font-size: 14px; color: rgba(255,255,255,.7); }

.jd-overlay {
    display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,.7);
    z-index: 9998; overflow: hidden;
}

.jd-dialog {
    display: none; position: fixed; top: 50%; left: 50%;
    width: 420px; margin-left: -210px; margin-top: -150px;
    background: #fff;
    border-radius: 16px;
    z-index: 9999; overflow: hidden;
    box-shadow: 0 24px 70px rgba(0,0,0,.3);
}

.jd-dialog-icon {
    width: 68px; height: 68px; margin: 32px auto 16px;
    background: #f3e8ff;
    border-radius: 50%;
    line-height: 68px; text-align: center;
}

.jd-dialog-icon svg { width: 34px; height: 34px; fill: #2d1b4e; vertical-align: middle; }
.jd-dialog h3 { font-size: 22px; font-weight: 700; color: #1a1a2e; text-align: center; margin-bottom: 10px; }
.jd-dialog p { font-size: 15px; color: #888; text-align: center; line-height: 1.7; padding: 0 32px; margin-bottom: 30px; }
.jd-dialog-close {
    display: block; width: 100%; height: 52px; line-height: 52px;
    text-align: center; font-size: 16px; font-weight: 600;
    color: #fff; background: #2d1b4e; cursor: pointer; border: none;
    transition: background .3s;
}
.jd-dialog-close:hover { background: #3d2568; }

@keyframes jd-fadeInUp { from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)} }

.jd-anim-up { animation: jd-fadeInUp .6s ease-out both; }
.jd-anim-delay-1 { animation-delay:.1s; }
.jd-anim-delay-2 { animation-delay:.2s; }
.jd-anim-delay-3 { animation-delay:.3s; }
.jd-anim-delay-4 { animation-delay:.4s; }

@keyframes jd-float { 0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)} }

@media screen and (max-width:1220px) {
    .jd-hero-inner { width: 100%; padding: 50px 20px 40px; box-sizing:border-box; }
    .jd-form-inner { width: 100%; padding: 24px 16px 12px; box-sizing:border-box; }
    .jd-advantage-inner { width: 100%; padding: 0 16px; box-sizing:border-box; }
    .jd-dest-wrap { width: 100%; padding: 0 16px; box-sizing:border-box; }
    .jd-trust-inner { width: 100%; padding: 0 16px; box-sizing:border-box; }
}

@media screen and (max-width:768px) {
    .jd-date-row { flex-direction: column; }
    .jd-options-row { flex-direction: column; align-items: flex-start; gap: 16px; }
    .jd-contact-bar { flex-direction: column; }
    .jd-contact-fields { width: 100%; flex-direction: column; }
    .jd-btn-submit { width: 100%; }
    .jd-adv-item { width: 50%; }
    .jd-trust-item { width: 50%; margin-bottom: 20px; }
}
