.quote-hero {
    width: 1002px;
    margin: 0 auto;
    background: #1f1f21;
}

.quote-hero-inner {
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quote-hero h2 {
    color: #fff;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0;
}

.quote-breadcrumb {
    width: 942px;
    margin: 0 auto;
    padding: 13px 30px;
    background: #f2f2f2;
    color: #666;
    font-size: 13px;
}

.quote-breadcrumb a {
    color: #b42635;
}

.quote-page {
    width: 1002px;
    margin: 0 auto;
    padding: 10px 0 24px;
    background: #fff;
    display: flex;
    gap: 56px;
    align-items: flex-start;
    justify-content: center;
    box-sizing: border-box;
}

.quote-form-panel {
    width: 430px;
    background: #bd2634;
    padding: 24px 26px 28px;
    box-sizing: border-box;
}

.quote-form-panel h3,
.quote-contact-panel h3 {
    margin: 0;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0;
}

.quote-form-panel h3 {
    color: #fff;
    text-align: center;
    padding-bottom: 22px;
}

.quote-form-panel input,
.quote-form-panel textarea {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 12px;
    border: 1px solid #d7d7d7;
    background: #fff;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    padding: 11px 14px;
    outline: none;
}

.quote-form-panel textarea {
    resize: vertical;
    min-height: 132px;
}

.quote-captcha-row {
    display: flex;
    gap: 8px;
    align-items: stretch;
    margin: 0 0 12px;
}

.quote-form-panel .quote-captcha-row input {
    flex: 1;
    min-width: 0;
    margin: 0;
}

.quote-form-panel .quote-captcha-row img {
    flex: 0 0 132px;
    width: 132px;
    height: 44px;
    background: #fff;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
}

.quote-form-panel .quote-captcha-row button {
    flex: 0 0 68px;
    width: 68px;
    height: 44px;
    margin: 0;
    background: #fff;
    color: #333;
    border: 1px solid #d7d7d7;
    font-size: 12px;
    font-weight: 700;
}

.quote-form-panel .quote-captcha-row button:hover {
    background: #f0f0f0;
    color: #333;
}

.quote-form-panel button {
    width: 100%;
    height: 44px;
    border: 0;
    background: #1f1f21;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

.quote-form-panel button:hover {
    background: #0059b5;
}

.quote-status {
    display: none;
    margin: 0 0 12px;
    padding: 10px 12px;
    background: #fff;
    color: #333;
    font-size: 13px;
    line-height: 1.5;
}

.quote-status-success,
.quote-status-error {
    display: block;
}

.quote-status-success {
    color: #126b2f;
}

.quote-status-error {
    color: #9f1f2b;
}

.quote-modal {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000000;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.45);
}

.quote-modal-open {
    display: flex;
}

.quote-modal-box {
    width: 420px;
    max-width: calc(100% - 32px);
    background: #fff;
    padding: 26px 28px 24px;
    box-sizing: border-box;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

.quote-modal-box h4 {
    margin: 0 0 14px;
    color: #bd2634;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
}

.quote-modal-box p {
    margin: 0;
    color: #333;
    font-size: 15px;
    line-height: 1.7;
}

.quote-modal-box button {
    min-width: 110px;
    height: 38px;
    margin-top: 22px;
    border: 0;
    background: #bd2634;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.quote-modal-box button:hover {
    background: #9f1f2b;
}

.quote-contact-panel {
    width: 460px;
    padding-top: 24px;
    color: #202020;
}

.quote-contact-panel h3:after {
    content: "";
    display: block;
    width: 96px;
    height: 3px;
    margin-top: 26px;
    background: #bd2634;
}

.quote-intro {
    margin: 22px 0 15px;
    font-size: 15px;
    line-height: 1.8;
    color: #333;
}

.quote-contact-list {
    margin: 0;
    padding: 0;
}

.quote-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 13px 0;
    border-bottom: 1px solid #e7e7e7;
    color: #555;
    font-size: 15px;
    line-height: 1.5;
}

.quote-contact-list i {
    width: 20px;
    color: #bd2634;
    font-size: 18px;
    text-align: center;
    margin-top: 1px;
}

.quote-contact-list a {
    color: #555;
}

.fixed-contact {
    position: fixed;
    right: 0;
    top: 54%;
    transform: translateY(-50%);
    z-index: 999999;
    display: flex;
    flex-direction: column;
}

.fixed-contact .contact-item {
    position: relative;
    width: 46px;
    height: 46px;
    background: #0066cc;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.fixed-contact .contact-item:hover {
    background: #ff8c00;
    color: #fff;
}

.fixed-contact .contact-item .contact-text {
    position: absolute;
    right: 46px;
    top: 0;
    white-space: nowrap;
    background: #fff;
    color: #333;
    border: 1px solid #eee;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 1.5;
    display: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.fixed-contact .contact-item:hover .contact-text {
    display: block;
}

.quote-nav {
    width: 110px !important;
    background: #bd2634 !important;
    background-image: none !important;
    color: #fff !important;
}

#nav {
    width: 550px !important;
    padding-left: 0 !important;
}

#nav .banner2 {
    width: 110px !important;
}

#nav .quote-nav {
    background: #bd2634 !important;
    background-image: none !important;
}

#nav.en-nav {
    width: 572px !important;
}

#nav.en-nav .quote-nav {
    width: 132px !important;
}

#nav.en-nav .quote-nav a {
    white-space: nowrap;
}

.quote-nav a,
.quote-nav a:link,
.quote-nav a:visited {
    color: #fff !important;
}

.quote-nav:hover {
    background: #9f1f2b !important;
}

@media screen and (max-width: 760px) {
    .quote-hero,
    .quote-breadcrumb,
    .quote-page {
        width: 100%;
    }

    .quote-page {
        display: block;
        padding: 10px 14px 24px;
    }

    .quote-form-panel,
    .quote-contact-panel {
        width: 100%;
    }

    .quote-contact-panel {
        padding-top: 24px;
    }
}
