.intro-title {
    color: #F88600;
}

.intro-button {
    background: #F88600;
}

.custom-logos {
    width: 325px;
    margin: 0 auto 57px;
}

.custom-logos img {
    width: 100%;
}

.ai-session .main-title {
    margin-bottom: 12px;
}

.ai-session .main-description {
    margin-bottom: 29px;
}

.intro-block-container {
    margin-bottom: 23px;
}

.intro-block-item {
    box-shadow: 0px 0px 4px 0px rgba(247, 135, 15, 0.15);
}

.ibt-symbol {
    background: #F7870F;
}

.ai-robot {
    padding: 0 35px 33px;
}

.ai-r-title {
    font-size: 14px;
    font-weight: 500;
    color: #F7870F;
    line-height: 20px;
    margin-bottom: 3px;
    text-align: center;
}

.ai-robot .main-title {
    margin-bottom: 19px;
}

.ai-robot .main-description {
    margin-bottom: 29px;
    color: #666666;
}

.c-list {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.c-list-title {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    padding-left: 12px;
}

.c-list-meta {
    width: 32px;
    height: 32px;
    overflow: hidden;
    display: flex;
    flex-shrink: 0;
}

.c-list-meta img {
    width: 100%;
}

.ai-client {
    padding: 46px 35px 35px;
    background: #FFFAF5;
    margin-bottom: 43px;
}

.ai-client .c-list {
    margin-bottom: 35px;
}

.ai-client .main-title {
    margin-bottom: 13px;
}

.ai-client .main-description {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    margin-bottom: 38px;
}

.functions .main-title {
    margin-bottom: 12px;
}

.functions .main-description {
    margin-bottom: 43px;
}

.func-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.func-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 110px;
    margin: 0 5px;
}

.func-icon {
    width: 30px;
    height: 30px;
    display: flex;
    flex-shrink: 0;
    overflow: hidden;
    margin-bottom: 10px;
}

.func-icon img {
    width: 100%;
}

.func-title {
    font-size: 14px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 20px;
    margin-bottom: 20px;
}

.sms-case {
    margin-bottom: 43px;
}