/* AI 智检落地页（online.html），有效宽度 1200px；配图为 2× 资源，展示按容器宽度缩小 */

.xc-page {
    font-family: "Microsoft YaHei", "PingFang SC", "Helvetica Neue", Arial, sans-serif;
    color: #111111;
    background: #f9faff;
}

.xc-inner {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

/* 顶栏 Banner */
.xc-banner {
    width: 100%;
    min-height: 240px;
    background: #0091ff url(../img/426font/banner2.png) center center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.xc-bannerInner {
    width: 1200px;
    max-width: 100%;
    padding: 48px 24px;
    box-sizing: border-box;
}

.xc-bannerTitle {
    margin: 0;
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 2px;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.15);
}

/* 引言区 */
.xc-intro {
    padding: 56px 24px 48px;
    text-align: center;
}

.xc-introTitle {
    margin: 0;
    font-size: 36px;
    font-weight: bold;
    color: #0091ff;
    line-height: 1.45;
}

.xc-introDesc {
    margin: 20px auto 0;
    max-width: 920px;
    font-size: 18px;
    color: #000;
    line-height: 1.85;
}

.xc-introBtns {
    margin-top: 36px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

.xc-btn {
    display: inline-block;
    min-width: 160px;
    padding: 12px 32px;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    border-radius: 28px;
    box-sizing: border-box;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.xc-btn--outline {
    border: 1px solid #0091ff;
    color: #0091ff;
    background: #ffffff;
}

.xc-btn--outline:hover {
    background: #0091ff;
    color: #fff;
}



/* 四大核心权益 */
.xc-benefits {
    padding: 8px 0 72px;
}

.xc-benefitsHeading {
    margin: 0 0 48px;
    font-size: 36px;
    font-weight: bold;
    color: #111111;
    text-align: center;
    letter-spacing: 4px;
}

.xc-benefitsHeading::before,
.xc-benefitsHeading::after {
    content: "—";
    font-weight: normal;
    color: #111111;
    letter-spacing: 0;
    margin: 0 12px;
}

.xc-benefitRow {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    margin-bottom: 100px;
}

.xc-benefitRow:last-child {
    margin-bottom: 0;
}

.xc-benefitRow--reverse {
    flex-direction: row-reverse;
}

.xc-benefitText {
    flex: 0 0 380px;
    box-sizing: border-box;
    width: 380px;
    height: 480px;
    padding: 150px 78px 0 50px;
    background: #ffffff;
    text-align: left;
    border-radius: 10px;
}

.xc-benefitName {
    margin: 0 0 16px;
    font-size: 28px;
    font-weight: bold;
    color: #111111;
    line-height: 1.35;
}

.xc-benefitDesc {
    margin: 0;
    font-size: 18px;
    color: #666666;
    line-height: 1.85;
}

.xc-benefitMedia {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    justify-content: center;
    width: 760px;
    height: 480px;
}

.xc-benefitPic {
    width: 100%;
    max-width: 560px;
    padding: 20px;
    background: #e1f0ff;
    border-radius: 12px;
    box-sizing: border-box;
    text-align: center;
}

.xc-benefitPic img {
    display: block;
    width: 100%;
    /* max-width: 520px; */
    /* height: auto; */
    /* margin: 0 auto; */
}

/* 联系我们 */
.xc-contact {
    width: 1200px;
    margin: 0 auto;
    background: #f4f8fb;
    padding: 48px 24px 52px;
    box-sizing: border-box;
}

.xc-contactInner {
    text-align: center;
}

.xc-contactTitle {
    margin: 0 0 28px;
    font-size: 36px;
    font-weight: bold;
    color: #111111;
}

.xc-contactRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 24px 56px;
    margin: 0 auto;
    font-size: 18px;
    color: #111111;
}

.xc-contactItem {
    margin: 0;
    line-height: 28px;
    display: flex;
    align-items: center;
}

.xc-iconPhone {
    flex-shrink: 0;
    margin-right: 8px;
}

.xc-iconEmail {
    flex-shrink: 0;
    margin-right: 8px;
}

/* 右侧固定二维码（蓝色块） */
.xc-fixedQr {
    position: fixed;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    width: 148px;
    padding: 16px 12px 14px;
    box-sizing: border-box;
    background: #0091ff;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 65, 130, 0.25);
}

.xc-fixedQrText {
    margin: 0 0 12px;
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    line-height: 1.5;
    letter-spacing: 0.5px;
}

.xc-fixedQrImgWrap {
    padding: 6px;
    background: #ffffff;
    display: inline-block;
    vertical-align: top;
    border-radius: 4px;
}

.xc-fixedQrImgWrap img {
    display: block;
    width: 120px;
    height: 120px;
}

.getCodeBtn{
    color: #0091ff;
    border: 1px solid #0091ff;
}
.addSureApply{
    background: #0091ff;
}
.submitOrderIntro{
    color: #0091ff;
}
.popApplyHead{
    background: linear-gradient(270deg, #0078e8 0%, #0091ff 45%, #5eb5ff 100%);
}
.errorMesg{
    color: #0091ff;
}
@media screen and (max-width: 1280px) {
    .xc-fixedQr {
        display: none;
    }
}

@media screen and (max-width: 1240px) {
    .xc-inner {
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }

    .xc-benefitRow,
    .xc-benefitRow--reverse {
        flex-direction: column;
        align-items: stretch;
    }

    .xc-benefitText {
        flex: 0 1 auto;
        width: 100%;
        max-width: 380px;
        margin: 0 auto;
        height: auto;
        min-height: 480px;
    }

    .xc-benefitMedia {
        justify-content: center;
    }
}
