@charset "UTF-8";

/* ================================================
   联系我们页面 - 完整样式
   ================================================ */

/* ---------- Banner ---------- */
.Hui-ctBanner {
    position: relative;
    width: 100%;
    height: 412px;
    padding-top: 3.6rem;
    background: linear-gradient(135deg, #DCE7F8 0%, #ECEFFB 50%, #eef2fa 100%);
}

.Hui-ctBanWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.Hui-ctBanCont {
    color: #253554;
    text-align: left;
    font-family: PingFang SC, Microsoft YaHei, sans-serif;
    flex: 1;
}

.Hui-ctBanCont h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    margin: 0;
}

.Hui-ctBanCont p {
    width: 665px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 24px 0 0 0;
}

.Hui-ctBanBtnbox {
    margin-top: 45px;
}

.Hui-ctBanBtn {
    display: inline-block;
    padding: 5px 32px;
    border-radius: 4px;
    font-family: PingFang SC, Microsoft YaHei, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
    cursor: pointer;
    color: #FFF;
    background: #2B78F6;
}

.Hui-ctBanBtn:hover {
    background: #1a66e0;
}

.Hui-ctBanImg {
    flex-shrink: 0;
    width: 480px;
}

.Hui-ctBanImg img {
    width: 100%;
    height: auto;
    display: block;
}

/* ---------- 主体容器 ---------- */
.Hui-ctModBox {
    background: linear-gradient(180deg, #E7EDFB 0%, rgba(217, 217, 217, 0.00) 100%);
    padding-bottom: 100px;
}

/* ---------- mod1 在线联系方式 ---------- */
.Hui-ctMod1Wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    padding: 60px 0;
}

.Hui-ctTitle {
    color: #253554;
    width: 100%;
    text-align: center;
    font-family: Microsoft YaHei UI, Microsoft YaHei, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 24px;
}

.Hui-ctMod1 {
    display: flex;
    width: 100%;
    align-items: flex-start;
    gap: 20px;
}

.Hui-ctCard {
    flex: 1;
    padding: 24px 32px;
    border-radius: 4px;
    border: 2px solid #FFF;
    background: linear-gradient(180deg, #F4F5F8 0%, #FEFEFE 100%);
    box-shadow: 0px 16px 24px 0px rgba(210, 217, 236, 0.30);
    transition: border-color 0.3s;
}

.Hui-ctCard:hover {
    border-top: 2px solid #0054DD;
}

.Hui-ctCardInner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.Hui-ctCardInner svg {
    flex-shrink: 0;
}

.Hui-ctCardTitle {
    color: rgba(0, 0, 0, 0.85);
    font-family: Microsoft YaHei, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}

.Hui-ctCardTel {
    color: #3D485D;
    text-align: justify;
    font-family: PingFang SC, Microsoft YaHei, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: none;
    display: block;
}

a.Hui-ctCardTel:hover {
    color: #2B78F6;
}

.Hui-ctBtn {
    display: inline-flex;
    padding: 8px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #2B78F6;
    border-radius: 5px;
    border: 1px solid #2B78F6;
    text-align: center;
    font-family: PingFang SC, Microsoft YaHei, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    cursor: pointer;
    background: transparent;
    transition: all 0.3s;
}

.Hui-ctBtn:hover {
    background: #2B78F6;
    color: #fff;
}

/* ---------- 服务卡片 box5 ---------- */
.Hui-ctBox5 {
    margin: 0 0 60px 0;
    padding: 0;
    list-style: none;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
}

.Hui-ctBox5 p {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 10px;
}

.Hui-ctBox5Li {
    width: 250px;
    height: 220px;
    padding: 40px 20px;
    background: #fff;
    border: 1px solid #dfdfdf;
    text-align: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.Hui-ctHide {
    padding: 30px 20px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 220px;
    left: 0;
    background-color: #2468f2;
    color: #fff;
    transition: top 0.5s;
}

.Hui-ctShow h6 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}

.Hui-ctShow p {
    color: #999;
}

.Hui-ctIcon svg {
    width: 48px;
    height: 48px;
}

.Hui-ctHide {
    padding: 30px 20px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 220px;
    left: 0;
    background-color: #2468f2;
    color: #fff;
    transition: top 0.5s;
}

.Hui-ctHide h4 {
    font-size: 16px;
    height: 30px;
    position: relative;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
}

.Hui-ctHide h4::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -18px;
    content: '';
    width: 36px;
    height: 1px;
    background-color: #fff;
}

.Hui-ctHide p {
    color: #fff;
    text-align: center;
}

.Hui-ctHide h5 {
    margin: 0;
    font-size: 13px;
    text-align: center;
    font-weight: 400;
    word-break: break-all;
}

.Hui-ctTalk {
    width: 116px;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -58px;
    text-align: center;
}

.Hui-ctTalk a {
    display: block;
    width: 100%;
    height: 100%;
    color: #2468f2;
    text-decoration: none;
    font-size: 14px;
}

.Hui-ctBox5Li:hover {
    border-color: transparent;
}

.Hui-ctBox5Li:hover .Hui-ctHide {
    top: 0;
}

/* ---------- mod2 联系信息 ---------- */
.Hui-ctMod2 {
    display: flex;
}

.Hui-ctMod2L {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2B78F6;
    width: 64px;
    height: 222px;
    flex-shrink: 0;
}

.Hui-ctMod2L div {
    width: 30px;
    height: 170px;
    color: #FFF;
    font-family: Microsoft YaHei UI, Microsoft YaHei, sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 42px;
    writing-mode: vertical-rl;
    letter-spacing: 8px;
}

.Hui-ctMod2R {
    flex: 1;
    height: 222px;
    background: #FFF;
    box-shadow: 0px 63px 50px 0px rgba(67, 67, 68, 0.07);
    display: flex;
    justify-content: center;
    align-items: center;
}

.Hui-ctMod2RBox {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 90%;
}

.Hui-ctMod2Info {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.Hui-ctHotline {
    color: rgba(0, 0, 0, 0.85);
    font-family: Microsoft YaHei, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
}

.Hui-ctHotline span {
    color: #0054DD;
    font-size: 24px;
    line-height: 24px;
}

.Hui-ctDetail {
    color: #3D485D;
    font-family: PingFang SC, Microsoft YaHei, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}

.Hui-ctDetail p {
    margin: 0;
}

.Hui-ctMod2Action {
    display: flex;
    width: 240px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    gap: 20px;
    flex-shrink: 0;
}

.Hui-ctMod2Action svg {
    flex-shrink: 0;
}

/* ---------- CTA注册横幅 ---------- */
.Hui-ctCta {
    height: 220px;
    background: linear-gradient(90deg, #0090e2, #006aed);
}

.Hui-ctCtaInner {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.Hui-ctCtaContent {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.Hui-ctCtaText {
    color: #fff;
    font-family: Microsoft YaHei UI, Microsoft YaHei, sans-serif;
    font-size: 36px;
    font-weight: 700;
}

.Hui-ctCtaBtn {
    color: #016CFF;
    font-family: Microsoft YaHei, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    padding: 12px 40px;
    border-radius: 8px;
    border: 2px solid #FFF;
    background: linear-gradient(180deg, #F3F5F8 0%, #FEFEFE 100%);
    box-shadow: 0px 4px 16px 0px rgba(192, 199, 218, 0.30);
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
}

.Hui-ctCtaBtn:hover {
    transform: translateY(-2px);
    box-shadow: 0px 8px 24px 0px rgba(192, 199, 218, 0.50);
}

/* ---------- 移动端适配 ---------- */
@media (max-width: 768px) {
    .Hui-ctBanner {
        height: auto;
        padding: 30px 0;
        padding-top: 15vw;
    }

    .Hui-ctBanWrap {
        flex-direction: column;
    }

    .Hui-ctBanCont h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .Hui-ctBanCont p {
        width: 100%;
        font-size: 14px;
        line-height: 22px;
    }

    .Hui-ctBanBtnbox {
        margin-top: 20px;
    }

    .Hui-ctBanImg {
        width: 100%;
        margin-top: 20px;
    }

    .Hui-ctTitle {
        font-size: 24px;
        line-height: normal;
    }

    .Hui-ctMod1Wrap {
        gap: 30px;
        padding: 30px 0;
    }

    .Hui-ctMod1 {
        flex-direction: column;
    }

    .Hui-ctBox5 {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .Hui-ctBox5Li {
        width: 100%;
        height: auto;
    }

    .Hui-ctHide {
        position: relative;
        top: 0;
        margin-top: 10px;
        border-radius: 4px;
    }

    .Hui-ctTalk {
        position: relative;
        bottom: auto;
        left: auto;
        margin: 15px auto 0;
    }

    .Hui-ctMod2 {
        flex-direction: column;
    }

    .Hui-ctMod2L {
        width: 100%;
        height: 48px;
    }

    .Hui-ctMod2L div {
        writing-mode: horizontal-tb;
        width: auto;
        height: auto;
        letter-spacing: 4px;
        line-height: normal;
    }

    .Hui-ctMod2R {
        height: auto;
        padding: 20px;
    }

    .Hui-ctMod2RBox {
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }

    .Hui-ctMod2Action {
        width: 100%;
        flex-direction: row;
        justify-content: center;
    }

    .Hui-ctCta {
        height: auto;
        padding: 40px 0;
    }

    .Hui-ctCtaText {
        font-size: 20px;
    }

    .Hui-ctCtaBtn {
        font-size: 14px;
        padding: 8px 24px;
    }
}
