.pc-ai-lead,
.pc-ai-lead *,
.pc-ai-lead *::before,
.pc-ai-lead *::after {
    box-sizing: border-box;
}

.pc-ai-lead {
    width: 100%;
    height: 720px;
    padding-top: 18px;
    overflow: hidden;
    background: #eff6ff url("../images/home-ai/lead/section-bg.png") center / cover no-repeat;
    color: #222;
    font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

.pc-ai-lead__container {
    width: calc(100% - 80px);
    max-width: 1320px;
    min-width: 0;
    margin: 0 auto;
}

.pc-ai-lead__panel {
    display: grid;
    grid-template-columns: 1.04fr .96fr;
    gap: 45px;
    height: 637px;
    min-height: 0;
    padding: 58px 58px 48px;
    border: 0;
    border-radius: 0;
    background: url("../images/home-ai/lead/panel-bg.png") center / 100% 100% no-repeat;
}

.pc-ai-lead__contact {
    padding-top: 50px;
}

.pc-ai-lead__contact h2 {
    margin: 0;
    color: #102850;
    font-size: 36px;
    font-weight: 650;
    line-height: 1.45;
}

.pc-ai-lead__contact h2 span {
    display: inline-block;
    background: linear-gradient(90deg, #13c6ed 0%, #198dfb 50%, #0752c8 100%);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pc-ai-lead__contact > p {
    margin: 15px 0 12px;
    padding-bottom: 13px;
    border-bottom: 1px dashed #b8cff0;
    color: #5a6471;
    font-size: 15px;
    line-height: 1.7;
}

.pc-ai-lead__office {
    display: grid;
    grid-template-columns: 42px 1fr 1.05fr;
    gap: 14px;
    align-items: center;
    min-height: 73px;
    border-bottom: 1px dashed #b8cff0;
}

.pc-ai-lead__office:last-child {
    border-bottom: 0;
}

.pc-ai-lead__office img {
    width: 42px;
    height: 42px;
}

.pc-ai-lead__office small,
.pc-ai-lead__office strong {
    display: block;
}

.pc-ai-lead__office small {
    margin-bottom: 5px;
    color: #6a7280;
    font-size: 12px;
}

.pc-ai-lead__office strong {
    color: #162c50;
    font-size: 14px;
    font-weight: 650;
}

.pc-ai-lead__form {
    padding-top: 4px;
}

.pc-ai-lead__form h2 {
    margin: 0;
    color: #102850;
    font-size: 25px;
    font-weight: 650;
}

.pc-ai-lead__form > p {
    margin: 12px 0 30px;
    color: #687180;
    font-size: 13px;
}

.pc-ai-lead__form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px 18px;
}

.pc-ai-lead__form label {
    display: block;
    margin: 0;
    color: #4d5663;
    font-size: 13px;
    font-weight: 400;
}

.pc-ai-lead__form label > span {
    display: block;
    margin-bottom: 9px;
}

.pc-ai-lead__form em {
    margin-left: 2px;
    color: #f04b4b;
    font-style: normal;
}

.pc-ai-lead__form input,
.pc-ai-lead__form textarea {
    width: 100%;
    border: 1px solid #9ec5fb;
    border-radius: 8px;
    outline: 0;
    background: rgba(255, 255, 255, .94);
    color: #283240;
    font: inherit;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.pc-ai-lead__form input {
    height: 48px;
    padding: 0 15px;
}

.pc-ai-lead__form textarea {
    height: 116px;
    padding: 14px 15px;
    resize: none;
}

.pc-ai-lead__form input:focus,
.pc-ai-lead__form textarea:focus {
    border-color: #0869ee;
    box-shadow: 0 0 0 3px rgba(8, 105, 238, .1);
}

.pc-ai-lead__form .is-invalid {
    border-color: #e5484d;
    box-shadow: 0 0 0 3px rgba(229, 72, 77, .09);
}

.pc-ai-lead__question {
    margin-top: 46px !important;
}

.pc-ai-lead__submit {
    width: 100%;
    height: 50px;
    margin-top: 25px;
    border: 0;
    border-radius: 25px;
    outline: 0;
    background: linear-gradient(90deg, #0869ee, #0750ad);
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-size: 16px;
    font-weight: 600;
    transition: transform .2s ease, box-shadow .2s ease;
    -webkit-tap-highlight-color: transparent;
}

.pc-ai-lead__feedback {
    min-height: 20px;
    margin-top: 8px;
    color: #2874d5;
    font-size: 13px;
    line-height: 20px;
}

.pc-ai-lead__feedback:empty {
    display: none;
}

.pc-ai-lead__feedback.is-error {
    color: #d9363e;
}

.pc-ai-lead__feedback + .pc-ai-lead__submit {
    margin-top: 13px;
}

.pc-ai-lead__submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(8, 105, 238, .2);
}

.pc-ai-lead__submit:disabled {
    cursor: wait;
    opacity: .65;
}

@media (max-width: 1399px) {
    .pc-ai-lead__panel {
        padding-right: 42px;
        padding-left: 42px;
    }
}

@media (max-width: 1199px) {
    .pc-ai-lead__container {
        width: calc(100% - 40px);
    }

    .pc-ai-lead__panel {
        gap: 28px;
        padding-right: 38px;
        padding-left: 38px;
    }
}
