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

/* AI语音机器人核心能力矩阵 */
.competency-matrixs {
    margin-bottom: 20px;
}

.competency-matrixs-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.competency-matrixs-wrapper .center-bg {
    position: relative;
    width: 508px;
    height: 508px;
    background: url('/static/images/production/ai-voice-robot/nl0.png') no-repeat center center/cover;
    margin: 0 auto;
}

.competency-matrixs-wrapper .item {
    position: absolute;
    display: flex;
    justify-content: space-around;
    align-items: center;

    padding: 0 20px;
    width: 192px;
    height: 60px;
    box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.11);
    border-radius: 30px;
}

.competency-matrixs-wrapper .item img {
    height: 40px;
    width: auto;
}

.competency-matrixs-wrapper .item span {
    font-weight: 500;
    font-size: 16px;
    color: var(--content-color);
}

.competency-matrixs-wrapper .item1 {
    top: 0;
    right: 65%;
}

.competency-matrixs-wrapper .item2 {
    top: 22%;
    right: 90%;
}

.competency-matrixs-wrapper .item3 {
    /* absolute布局时，上下居中有两种方式，方式一：但是这种方式对于向上移动的动画有影响，故采用方式二 */
    /* top: 50%;
    transform: translateY(-50%); */
    /* 方式二： */
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 100%;
}

.competency-matrixs-wrapper .item4 {
    bottom: 22%;
    right: 90%;
}

.competency-matrixs-wrapper .item5 {
    bottom: 0;
    right: 65%;
}

.competency-matrixs-wrapper .item6 {
    top: 0;
    left: 65%;
}

.competency-matrixs-wrapper .item7 {
    top: 22%;
    left: 90%;
}

.competency-matrixs-wrapper .item8 {
    /* absolute布局时，上下居中有两种方式，方式一：但是这种方式对于向上移动的动画有影响，故采用方式二 */
    /* top: 50%;
    transform: translateY(-50%); */
    /* 方式二： */
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 100%;
}

.competency-matrixs-wrapper .item9 {
    bottom: 22%;
    left: 90%;
}

.competency-matrixs-wrapper .item10 {
    bottom: 0;
    left: 65%;
}

/* 一体双核，全能沟通 */
.dual-core {
    background: #F5F5F5;
}

.dual-core-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.dual-core-wrapper .card {
    display: flex;
    justify-content: space-between;
}

.dual-core-wrapper .card:not(:first-child) {
    margin-top: 80px;
}

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

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

.dual-core-wrapper .card .content {
    width: calc(100% - 620px);
}

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


.dual-core-wrapper .card .content h3 {
    font-size: 24px;
    font-weight: 600;
}

.dual-core-wrapper .card .content ul {
    margin-top: 40px;
}

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

.dual-core-wrapper .card .content ul li .title {
    color: var(--primary-color);
}

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

/* 核心技术体验，定义智能沟通 */
.core-technology {}


.core-technology-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.core-technology-wrapper .card {
    display: flex;
    justify-content: space-between;
}

.core-technology-wrapper .card:not(:first-child) {
    margin-top: 80px;
}

.core-technology-wrapper .card .image {
    width: 580px;
    height: 410px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.13);
}

.core-technology-wrapper .card .content {
    width: calc(100% - 620px);
}

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


.core-technology-wrapper .card .content h3 {
    font-size: 24px;
    font-weight: 400;
}

.core-technology-wrapper .card .content ul {
    margin: 30px 0;
}

.core-technology-wrapper .card .content ul li {
    margin-top: 20px;
}

.core-technology-wrapper .card .content ul li .title {
    font-size: 20px;
    font-weight: 400;
}

.core-technology-wrapper .card .content ul li .desc {
    color: var(--content-color);
    font-size: 14px;
    font-weight: 400;
}

.core-technology-wrapper .card .content ul li .desc img {
    width: 25px;
    height: auto;
}

.core-technology-wrapper .card .content .tag {
    background: var(--primary-color);
}

/* 产品对比 */
.production-compare {}

.production-compare-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.production-compare-wrapper table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    padding: 14px;
    text-align: center;
    border-right: 1px solid #e1e5e9;
    border-bottom: 1px solid #e1e5e9;
}

th {
    font-weight: 400;
    font-size: 16;
    color: white;
    position: relative;
}

th:first-child {
    background: #FF8E43;
}

th:nth-child(2) {
    background: var(--secondary-color);
}

th:nth-child(3) {
    background: var(--primary-color);
}

th:nth-child(4) {
    background: #7EABFF;
}

td:first-child {
    font-weight: 400;
    font-size: 14px;
    background: #FFFAF7;
    border-left: 1px solid #e1e5e9;
}

td:nth-child(2) {
    font-weight: 400;
    font-size: 14px;
    background: #FBFBFF;
    color: var(--secondary-color);
}

td:nth-child(3) {
    font-weight: 400;
    font-size: 14px;
    background: #F5F9FF;
    color: var(--primary-color);
}

td:nth-child(4) {
    font-weight: 400;
    font-size: 14px;
    background: #F5F5F5;
    color: var(--content-color);
}

/* tr:last-child td {
    border-bottom: none;
}

td:last-child {
    border-right: none;
} */


/* 技术支撑 */
.technical-support {}

.technical-support-wrapper {
    max-width: 1200px;
    margin: 0 auto;

    display: flex;
    gap: 30px;
}

.technical-support-wrapper .card {
    padding: 30px 0;
    width: calc((100% - 3*30px) / 4);

    background-image: url('/static/images/production/ai-voice-robot/ty0.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;

    background-color: #FFFFFF;
    box-shadow: 0px 1px 20px 0px rgba(9, 67, 135, 0.2);
    border-radius: 8px;

    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.technical-support-wrapper .card img {
    height: 124px;
    width: auto;
}

.technical-support-wrapper .card h3 {
    font-weight: 500;
    font-size: 18px;
    color: var(--primary-color);
}

.technical-support-wrapper .card .line {
    width: 34px;
    height: 2px;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}


.technical-support-wrapper .card ul li {
    font-weight: 400;
    font-size: 14px;
    color: var(--content-color);
    text-align: center;
}

/* 赋能全业务场景，让AI成为您的增长引擎 */
.business-scene {}

.tabs {
    max-width: 1200px;
    margin: 0 auto;

    display: flex;
    justify-content: center;
    margin-bottom: 33px;
}

.tabs .tab {
    padding: 0 20px;
    height: 50px;
    background: #F5F6FC;
    border: 1px solid #D4D4D4;
    border-right-width: 0;

    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* .tabs .tab:hover {
    color: white;
    background: var(--primary-color);
    box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.13);
} */

.tabs .tab img {
    width: 30px;
    height: auto;
}

.tabs .tab:last-child {
    border-right-width: 1px;
}

.tab.hover {
    background: var(--primary-color);
    color: white;
    box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.13);
    transition: all ease-out 0.3s;
}

.business-scene-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.business-scene-wrapper .card {
    width: 100%;
    display: none;
    align-items: flex-end;
}

.business-scene-wrapper .card.show {
    display: flex;
}


.business-scene-wrapper .card-left {
    width: 341px;
    height: 480px;
    background: url('/static/images/production/ai-voice-robot/ctbg.png') no-repeat center center / cover;

    padding: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.business-scene-wrapper .card-left .item {
    width: 250px;
    height: 90px;

    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #FFFFFF;

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

.business-scene-wrapper .card-left .item.hover {
    box-shadow: inset -2px 0px 24px 0px rgba(50, 100, 191, 0.81), inset 0px 1px 14px 0px var(--secondary-color);
    transition: all ease-out 0.3s;
}

.business-scene-wrapper .card-left .item.hover .item-title {
    color: var(--primary-color);
}

.business-scene-wrapper .card-left .item img {
    max-height: 73px;
    width: auto;
}

.business-scene-wrapper .card-left .item-title {
    font-size: 20px;
    color: var(--content-color)
}

.business-scene-wrapper .card-right {
    margin-left: -16px;
    width: calc(100% - 340px);
    height: 465px;
    background: #FFFFFF;
    box-shadow: -2px 0px 32px 0px rgba(6, 0, 1, 0.14);
    border-radius: 0 8px 8px 0;

    display: none;
    padding: 20px;
    justify-content: space-between;
}

.business-scene-wrapper .card-right.show {
    display: flex;
}

.business-scene-wrapper .card-right .header {
    display: flex;
    align-items: center;
}

.business-scene-wrapper .card-right .header span {
    font-weight: bold;
    font-size: 20px;
}

.business-scene-wrapper .card-right .content {
    margin-top: 20px;
    font-size: 14px;
    color: var(--content-color);
}

.business-scene-wrapper .card-right .content li {
    margin-top: 20px;
}

.business-scene-wrapper .card-right .content li img {
    width: 29px;
    height: auto;
}

.business-scene-wrapper .card-right .content .title {
    font-weight: 500;
}

.business-scene-wrapper .card-right .content .desc {
    font-weight: 400;
    padding-left: 33px;
    margin-top: 10px;
}


.business-scene-wrapper .card-right .right {
    width: 300px;
    height: 300px;
    overflow: hidden;
    border-radius: 8px;
    align-self: center;
}

.business-scene-wrapper .card-right .right img {
    width: 100%;
    height: 100%;
}




/* 更多功能 */
.more-function {}

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

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

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

.more-function-wrapper .card:hover {
    background: #FFFFFF;
    box-shadow: 0px 1px 20px 0px rgba(9, 67, 135, 0.2);
}

.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);
}