.coloWord {
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-image: linear-gradient(129deg,
            #a558e6 0%,
            #ef588c 8% 40%,
            #3400ff 80%);
}

.banner-freeTrial-btn {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 13px 30px;
    background: linear-gradient(90deg, #7a9cff 20%, #d687ff 60%, #ff90b5 100%);
    border-radius: 100px;
}

.banner-freeTrial-btn:hover {
    background: linear-gradient(90deg, #5682FF 20%, #CF72FF 60%, #FF6095 100%);
    box-shadow: 0px 5px 5px 0px rgba(106, 64, 254, 0.2);
}

.banner-freeTrial-btn::after {
    content: '';
    width: 36px;
    height: 36px;
    display: inline-block;
    margin-left: 20px;
    background: no-repeat url(../images/index/banner-freeTrial-btn.png);
}

.banner-pre-bookbtn {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #1A1A2E;
    font-weight: bold;
    font-size: 18px;
    padding: 12px 29px;
    background-color: #fff;
    border-radius: 100px;
    border: #D9D9D9 1px solid;
}

.banner-pre-bookbtn:hover {
    background-color: #eee;
    box-shadow: 0px 5px 5px 0px rgba(106, 64, 254, 0.2);
}

.banner-pre-bookbtn::after {
    content: '';
    width: 36px;
    height: 36px;
    display: inline-block;
    margin-left: 20px;
    background: no-repeat url(../images/index/banner-pre-bookbtn.png);
}

.index-banner {
    overflow: hidden;
    background: url(../images/index/index-banner.png) no-repeat center / cover;
}

/*决策起点*/
.decision-wrap p {
    padding: 0 25px;
}

.decision-1,
.decision-2,
.decision-3 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-top: 36px;
    border-radius: 26px;
    color: #fff;
}

.decision-1 {
    background-color: #6a40fe;
}

.decision-2 {
    background-color: #f1aa2e;
}

.decision-3 {
    background-color: #ef588c;
}

.decision-1 img {
    width: calc(100% - 50px);
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 25px;
}

.decision-2 img {
    width: calc(100% - 60px);
    margin-left: 30px;
    margin-right: 30px;
}

.decision-3 img {
    width: calc(100% - 46px);
    margin-left: 46px;
}

/* 小屏幕（平板，大于等于 768px） */
@media screen and (max-width: 768px) {
    .decision-wrap .col-md-4.col-4:first-of-type {
        padding-left: 15px;
    }

    .decision-wrap .col-md-4.col-4 {
        padding: 0px 5px;
    }

    .decision-wrap .col-md-4.col-4:last-of-type {
        padding-right: 15px;
    }

    .decision-wrap p {
        padding: 0 10px;
    }

    .decision-1 img {
        width: calc(100% - 32px);
        margin-left: 16px;
        margin-right: 16px;
        margin-bottom: 16px;
    }

    .decision-2 img {
        width: calc(100% - 32px);
        margin-left: 16px;
        margin-right: 16px;
    }

    .decision-3 img {
        width: calc(100% - 25px);
        margin-left: 25px;
    }

    .AI-logo-ul {
        justify-content: center;
    }

    .AI-logo-ul li {
        margin-bottom: 12px;
    }

    .index-banner>div>div {
        padding: 0px 8px !important;
    }

    .index-banner {
        margin-top: 60px !important;
    }
}

/*全链路闭环*/
.radius-row {
    border-radius: 36px;
    overflow: hidden;
}

.monitoring .radius-row {
    background: linear-gradient(180deg, #101930 0%, #36114e 80%, #14162a 100%);
}

.production .radius-row {
    background: linear-gradient(180deg, #eafffd 0%, #def6f5 100%);
}

.distribution .radius-row {
    background: linear-gradient(180deg, #f1f9ff 0%, #c5e5ff 100%);
}

.data .radius-row {
    background: linear-gradient(180deg, #fff9ef 0%, #feedd4 100%), #f5f5f7;
}

.list-unstyled li::before {
    content: "";
    width: 14px;
    height: 10px;
    display: inline-block;
    background: url(../images/index/endto6.png) no-repeat center;

    margin-right: 10px;
}

.list-unstyled li {
    display: flex;
    align-items: center;
}

.list-unstyled li+li {
    margin-top: 16px;
}

.list-unstyled.white li::before {
    background: url(../images/index/endto1.png) no-repeat center;
}

.list-unstyled.white li {
    color: #fff;
}

.end-to-end img {
    max-width: 90%;
    transition: transform 0.5s ease;
}

.monitoring-img:hover img,
.production-img:hover img,
.distribution-img:hover img,
.data-img:hover img {
    transform: scale(1.02);
}

.monitoring-img {
    padding: 73px 0;
}

.monitoring-img img:first-of-type {
    z-index: 1;
}

.monitoring-img img:last-of-type {
    margin-top: -20px;
}

.production-img {
    padding-top: 63px;
    padding-bottom: 53px;
}

.production-img img {
    max-width: 95%;
}

.production-img img:first-of-type {
    margin-left: 30%;
    z-index: 1;
}

.production-img img:last-of-type {
    margin-top: -30px;
}

.distribution-img {
    padding: 50px 0;
}

.data-img {
    padding: 23px 0;
}

.distribution-img img:first-of-type {
    z-index: 1;
}

.distribution-img img:last-of-type {
    margin-left: 70px;
    margin-top: -15px;
}

.data-img img:last-of-type {
    margin-top: -20%;
}

@media screen and (max-width: 768px) {
    .radius-row {
        border-radius: 0;
    }

    .monitoring-img {
        padding: 30px 0;
    }

    .production-img {
        padding-top: 30px;
        padding-bottom: 25px;
    }

    .distribution-img {
        padding: 25px 0;
        align-items: center !important;
    }

    .banner-freeTrial-btn,
    .banner-pre-bookbtn {
        padding: 13px 13px !important;
        font-size: 16px;
    }
}

.AI-source {
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-top: 1px;
    padding-bottom: 1px;
}

.AI-source>div {
    width: calc(100% - 90px);
    height: -webkit-fill-available;
    flex: 1;
    margin: 0 15px;
}

/* 小屏幕（平板，大于等于 768px） */
@media screen and (max-width: 768px) {
    .AI-source {
        flex-direction: column;
    }
}

.AI-source-left {
    width: 100%;
    height: 100%;
    padding: 57px 30px 33px 30px;
    background-color: #ffffff;
    border-radius: 36px;
    border: 1px solid #d9d9d9;
}

.AI-source-right {
    width: 100%;
    height: 100%;
    padding: 57px 30px 33px 30px;
    border-radius: 36px;
    background: #ffffff;
    position: relative;
}

.AI-source-right::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 36px;
    background: linear-gradient(141deg,
            rgba(253, 172, 86, 0.1) 0%,
            rgba(239, 88, 140, 0.1) 50%,
            rgba(52, 0, 255, 0.1) 100%);
    z-index: 2;
}

.AI-source-right::before {
    content: "";
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    position: absolute;
    top: -1px;
    left: -1px;
    border-radius: 36px;
    background: linear-gradient(141deg, #fdac56 0%, #ef588c 50%, #3400ff 100%);
    z-index: -2;
}

.AI-source-pk {
    padding: 20px;
}

.AI-source-left div+div,
.AI-source-right div+div {
    margin-top: 36px;
}

.AI-logo-name {
    font-size: 20px;
    font-weight: bold;
    color: #6A40FE;
}

.AI-logo-ul li {
    width: 50px;
    height: 50px;
    position: relative;
    transition: transform 0.9s ease;
    transform: scale(1);
    transform-origin: center;
}

.AI-logo-ul li+li {
    margin-left: 26px;
}

.AI-logo-ul li.active {
    position: relative;
    width: 62px;
    height: 62px;
    transform: scale(1.24);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    box-sizing: border-box;
}

.AI-logo-ul li.active::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    padding: 3px;
    background: linear-gradient(180deg, #a558e6, #ef588c, #3400ff);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.AI-logo-ul li:nth-child(1)::before {
    content: "";
    width: 100%;
    height: 100%;
    background: no-repeat url(../images/index/Slice1.svg);
    background-size: 100% 100%;
    position: absolute;
    inset: 0;
    border-radius: 50%;
}

.AI-logo-ul li:nth-child(2)::before {
    content: "";
    width: 100%;
    height: 100%;
    background: no-repeat url(../images/index/Slice2.svg);
    background-size: 100% 100%;
    position: absolute;
    inset: 0;
    border-radius: 50%;
}

.AI-logo-ul li:nth-child(3)::before {
    content: "";
    width: 100%;
    height: 100%;
    background: no-repeat url(../images/index/Slice3.svg);
    background-size: 100% 100%;
    position: absolute;
    inset: 0;
    border-radius: 50%;
}

.AI-logo-ul li:nth-child(4)::before {
    content: "";
    width: 100%;
    height: 100%;
    background: no-repeat url(../images/index/Slice4.svg);
    background-size: 100% 100%;
    position: absolute;
    inset: 0;
    border-radius: 50%;
}

.AI-logo-ul li:nth-child(5)::before {
    content: "";
    width: 100%;
    height: 100%;
    background: no-repeat url(../images/index/Slice5.svg);
    background-size: 100% 100%;
    position: absolute;
    inset: 0;
    border-radius: 50%;
}

.AI-logo-ul li:nth-child(6)::before {
    content: "";
    width: 100%;
    height: 100%;
    background: no-repeat url(../images/index/Slice6.svg);
    background-size: 100% 100%;
    position: absolute;
    inset: 0;
    border-radius: 50%;
}

.AI-logo-ul li:nth-child(7)::before {
    content: "";
    width: 100%;
    height: 100%;
    background: no-repeat url(../images/index/Slice7.svg);
    background-size: 100% 100%;
    position: absolute;
    inset: 0;
    border-radius: 50%;
}

.AI-logo-ul li:nth-child(8)::before {
    content: "";
    width: 100%;
    height: 100%;
    background: no-repeat url(../images/index/Slice8.svg);
    background-size: 100% 100%;
    position: absolute;
    inset: 0;
    border-radius: 50%;
}