/* banner */
.top-banner .banner-first {
    background: url('/static/images/production/ai-ykf/nb4.png') no-repeat center center / cover;
}

/* AI云客服，提供一站式客户管理服务 */
.customer-management {}

.customer-management-wrapper {
    max-width: 1200px;
    margin: 0 auto;

    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.customer-management-wrapper .card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;

    width: calc((100% - 6*20px)/7);
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #F0F3FA;
    transition: all ease-out 0.3s;
}

.customer-management-wrapper .card:hover {
    box-shadow: 0px 1px 20px 0px rgba(9, 67, 135, 0.2);
}

.customer-management-wrapper .card:hover h3 {
    color: var(--primary-color);
}

.customer-management-wrapper .card img {
    height: 60px;
    width: auto;
}

.customer-management-wrapper .card h3 {
    font-size: 16px;
    font-weight: 400;
    color: var(--content-color);
    margin-top: 10px;

}

.customer-management-wrapper .card p {
    font-size: 12px;
    font-weight: 400;
    color: var(--content-color);
}

/* 多渠道接入 */
.multi-channel {}

.multi-channel-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.multi-channel-wrapper .card {
    display: flex;
    justify-content: space-between;
}

.multi-channel-wrapper .card .image {
    width: 580px;
    height: 410px;
    border-radius: 8px;
    overflow: hidden;

    box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.13);
}

.multi-channel-wrapper .card .image img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.multi-channel-wrapper .card .content {
    width: calc(100% - 620px);
    margin: auto 0;
}

.multi-channel-wrapper .card .content ul li {
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0;
}

.multi-channel-wrapper .card .content ul li .title {
    color: var(--primary-color);
    font-weight: 600;
}

.multi-channel-wrapper .card .content ul li .desc {
    color: var(--content-color);
    margin-top: 10px
}

/* 呼叫中心 */
.call-center {
    background-color: #F5F5F5;
}

/* 更多功能 */
.more-function {
    background-color: #F5F5F5;
}

.more-function-wrapper {
    max-width: 1200px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
}

.more-function-wrapper .card {
    background-color: #FFFFFF;
    padding: 20px;
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all ease-out 0.3s;
    /* border: 1px solid #E6E6E6; */
}

.more-function-wrapper .card:hover {
    background: #FFFFFF;
    box-shadow: 0px 1px 20px 0px rgba(9, 67, 135, 0.2);
    /* 修改层级，否则box-shadow不生效 */
    z-index: 1;
}

.more-function-wrapper .card:hover .title {
    color: var(--primary-color);
}


.more-function-wrapper .card img {
    height: 64px;
    width: auto;
}

.more-function-wrapper .card .title {
    font-weight: 500;
    font-size: 16px;
    color: var(--content-color);
}

.more-function-wrapper .card .description {
    font-weight: 400;
    font-size: 14px;
    color: var(--content-color);
}

/* AI在线客服 */
.ai-im {
    background: #F6FAFD;
}

.ai-im .card .image {
    width: 679px;
    height: auto;
    border-radius: 20px;
}

.ai-im .card .content {
    width: calc(100% - (679px + 40px));
}

/* 在线客服机器人 */
.im-robot {}

.im-robot .card .image {
    width: 814px;
    height: auto;
    border-radius: 20px;
}

.im-robot .card .content {
    width: calc(100% - (818px + 40px));
}

/* CRM客户管理 */
.crm-customer {}

.crm-customer .card .image {
    width: 100%;
    height: auto;
}

/* 智能工单 */
.ai-work-order {}

.ai-work-order .card .image {
    width: 775px;
    height: auto;
    border-radius: 20px;
}

.ai-work-order .card .content {
    width: calc(100% - (775px + 40px));
}

/* AI智能质检 */
.ai-qa {
    background: #F6FAFD;
}

.ai-qa .card .image {
    width: 738px;
    height: auto;
    border-radius: 20px;
}

.ai-qa .card .content {
    width: calc(100% - (738px + 40px));
}

/* 数据大屏 */
.data-screen {}

.data-screen .card {
    flex-direction: column;
}

.data-screen .card .image {
    width: 100%;
    height: auto;
}

.data-screen .card .content {
    width: 100%;
    margin-top: 20px;
}

.data-screen .card .content ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

/* 全周期客户联络解决方案 */
.customer-contact {}

.customer-contact-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
}

.customer-contact-wrapper .left {
    width: 250px;
    height: 387px;
    background: url('/static/images/production/ai-ykf/qzbg.png') no-repeat center center / cover;
    /* background: #008AFF; */
    padding: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.customer-contact-wrapper .left .item {
    width: 197px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #FFFFFF;
    transition: all ease-out 0.3s;
}

.customer-contact-wrapper .left .item.hover {
    box-shadow: inset -2px 0px 24px 0px rgba(50, 100, 191, 0.81), inset 0px 1px 14px 0px var(--secondary-color);
}

.customer-contact-wrapper .left .item.hover .item-title {
    color: var(--primary-color);
}

.customer-contact-wrapper .left .item-title {
    font-size: 20px;
    color: var(--content-color)
}

.customer-contact-wrapper .right {
    margin-left: -13px;
    width: calc(100% - 340px);
    height: 366px;
    background: #FFFFFF;
    box-shadow: -2px 0px 32px 0px rgba(6, 0, 1, 0.14);
    border-radius: 0 8px 8px 0;

    padding: 30px;
    display: none;
}

.customer-contact-wrapper .right.show {
    display: block;
}

.customer-contact-wrapper .right .title {
    display: flex;
    align-items: center;
}

.customer-contact-wrapper .right .title span {
    font-weight: bold;
    font-size: 20px;
}

.customer-contact-wrapper .right .desc {
    margin: 25px 0;
    font-weight: 400;
    font-size: 14px;
    color: var(--content-color);
}

.customer-contact-wrapper .right .cards {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.customer-contact-wrapper .right .cards .card {
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.customer-contact-wrapper .right .cards .card img {
    height: 120px;
    width: auto;
}

.customer-contact-wrapper .right .cards .card p {
    font-weight: 400;
    font-size: 14px;
    color: var(--content-color);
}