/* public */
/*#region*/
div {
    /*border:1px solid #f30;*/
}

:root {
    --progress: 100%
}

.title {
    margin-bottom: 65px;
    text-align: center;
}

.title h3 {
    margin: 0;
    font-size: 36px;
    font-weight: 700;
}

.title p {
    margin: 15px 0 0;
    color: #4d5567;
}

.join {
    display: block !important;
}

/*#endregion*/


/* banner */
/*#region*/

.banner {
    position: relative;
    padding-top: 74px;
    background: #101827;
    width: 100%;
    overflow: hidden;
}

.banner .circle4 {
    left: 50%;
    top: -800px;
    z-index: 0;
    transform: translatex(-450px);
}

.banner .container {
    position: relative;
    z-index: 1;
}

.banner .box {
    height: 700px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.banner .txt {
    flex: 0 0 55%;
    display: inline-flex;
    align-items: center;
    height: 100%;
}

.banner .text {
    color: #fff;
}

.banner .text h2 {
    margin: 0 0 16px;
    font-weight: normal;
}

.banner .text h2 span {
    font-size: 24px;
    background: linear-gradient(to right, #4d9fc5, #2359f1, #c42e96);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner .text h3 {
    margin: 0 0 50px;
    font-size: 56px;
    font-weight: normal;
}

.banner .text p {
    margin: 0 0 70px;
    font-size: 16px;
    font-weight: normal;
    color: #a3aebf;
}

.banner .img {
    flex: 0 0 43%;
    display: inline-flex;
    align-items: center;
    height: 100%;
}

.banner .image {
    position: relative;
}

.banner .img i {
    position: absolute;
    left: -20px;
    bottom: -20px;
    width: 200px;
    height: 200px;
}

/*#endregion*/

/* advantage */
/*#region*/
.advantage {
    padding-top: 148px;
}

.advantage .row {
    margin-right: -20px;
    margin-left: -20px;
}

.advantage [class^=col-] {
    padding-right: 20px;
    padding-left: 20px;
}

.advantage .grid {
    margin-bottom: 40px;
}

.advantage .item .ico {
    width: 60px;
    height: 60px;
}

.advantage .item .txt h4 {
    margin: 0 0 10px;
    font-weight: 700;
}

.advantage .item .txt p {
    margin: 0;
}

.advantage .triple .item {
    text-align: center;
}

.advantage .triple .item .ico {
    display: inline-block;
    margin-bottom: 20px;
}

.advantage .triple .item .txt h4 {
    font-size: 20px;
    color: #1b2841;
}

.advantage .triple .item .txt p {
    font-size: 16px;
    color: #535b6d;
}

.advantage .quadruple .item {
    display: flex;
    align-items: center;
    background-color: #1b2841;
    padding: 50px 30px;
    height: 100%;
    border-radius: 20px;
    transition: all .2s;
}

.advantage .quadruple .item .ico {
    flex: 0 0 60px;
}

.advantage .quadruple .item .txt {
    padding: 0 0 0 24px;
    min-height: 94px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}

.advantage .quadruple .item .txt h4 {
    font-size: 16px;
    color: #cdd5df;
}

.advantage .quadruple .item .txt p {
    font-size: 14px;
    color: #758094;
}

.advantage .quadruple .item:hover {
    background-color: #233453;
}

/*#endregion*/

/* application */
/*#region*/
.application {
    padding-bottom: 148px;
    position: relative;
    /*height: calc(2250px + 100vh - 80px);*/
}

.application .sticky {
    margin-top: 148px;
    position: sticky;
    top: 33%;
    left: 0;
    overflow: hidden;
}

.application .wp {
    display: flex;
    flex-wrap: nowrap;
    transform: translatex(0);
}

.application .item {
    margin-right: 24px;
    padding: 30px;
    flex: 0 0 530px;
    background-color: #e6ecf6;
    display: flex;
    align-items: center;
    border-radius: 16px;
}

.application .item:last-child {
    margin-right: 0;
}

.application .item .ico {
    margin-right: 30px;
    flex: 0 0 110px;
    text-align: center;
}

.application .item .ico i {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.application .item .ico .h {
    display: none;
}

.application .item .txt {
    height: 100%;
    padding: 40px 30px;
    border: 1px dashed #758094;
    border-radius: 16px;
}

.application .item .txt h4 {
    margin: 0;
    color: #3e454e;
    font-size: 24px;
    font-weight: 700;
}

.application .item .txt p {
    margin: 10px 0 0;
    color: #4d5567;
    font-size: 14px;
}

.application .item:hover {
    background-color: #1b2841;
}

.application .item:hover .ico .n {
    display: none;
}

.application .item:hover .ico .h {
    display: inline-block;
}

.application .item:hover .txt h4 {
    color: #eef2f7;
}

.application .item:hover .txt p {
    color: #cdd5df;
}

/*#endregion*/

/* voice of the customer */
/*#region*/
.voc {
    padding-top: 85px;
    padding-bottom: 85px;
    background-color: #141b24;
    color: #fff;
}

.voc .title {
}

.voc .content {

}

.voc .content .words .item {
    text-align: center;
    opacity: 1;
    animation-name: showdiv;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0s;
}

@keyframes showdiv {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.voc .content .words .item p {
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 400;
    color: #eef2f7;
}

.voc .content .words .item p:before {
    content: '“';
}

.voc .content .words .item p:after {
    content: '”';
}

.voc .content .words .item a {
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 400;
    color: #0177ff;
    border-radius: 40px;
}

.voc .content .words .item a:hover {
    background: #0177ff;
    color: #fff;
}

.voc .content .words .item a:hover:after {
    background-image: url(../img/ico_more-white.svg);
}

.voc .content .customers {
    margin: 85px 30px 0;
    padding: 5px;
}

.voc .content .customers.static {
    width: 100%;
    display: flex;
    justify-content: center;
}

.voc .content .customers.static .item, .voc .content .customers.static .last {
    flex: 0 0 auto;
    min-width: 21.7%;
    margin-right: 32px;
}

.voc .content .customers .item, .voc .content .customers .last {
    position: relative;
    padding: 20px;
    cursor: pointer;
    translate: none;
    rotate: none;
    scale: none;
    -webkit-clip-path: polygon(0rem 0rem, 100% 0rem, 100% 110%, 0rem 110%);
    clip-path: polygon(0rem 0rem, 100% 0rem, 100% 110%, 0rem 110%);
    transform: translate(0);
    fill: #fffffa;
    color: #fffffa;
    transition: all .5s ease-in-out 0s;
}

.voc .content .customers .item:after, .voc .content .customers .last:after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    border: 1px solid transparent;
    background: linear-gradient(277.33deg, rgb(110, 49, 221) -2.48%, rgb(1, 119, 255) 47.21%, rgb(61, 194, 243) 93.62%) center center/105%;
    -webkit-mask: linear-gradient(rgb(255, 255, 255) 0rem, rgb(255, 255, 255) 0rem) padding-box padding-box, linear-gradient(rgb(255, 255, 255) 0rem, rgb(255, 255, 255) 0rem);
    -webkit-mask-composite: xor;
    opacity: 1;
    transition: opacity .2s ease-in-out 0s;
    -webkit-clip-path: polygon(100% 50%, 150% 0%, calc(4 * var(--progress) - 50%) 0%, calc(2 * var(--progress)) 50%, 100% 50%, 0% 50%, -50% 100%, calc(350% - 4 * var(--progress)) 100%, calc(200% - 2 * var(--progress)) 50%);
    clip-path: polygon(100% 50%, 150% 0%, calc(4 * var(--progress) - 50%) 0%, calc(2 * var(--progress)) 50%, 100% 50%, 0% 50%, -50% 100%, calc(350% - 4 * var(--progress)) 100%, calc(200% - 2 * var(--progress)) 50%);
    z-index: -1;
    transition: all .5s ease-in-out 0s;
}

.voc .content .customers .item.cur, .voc .content .customers .item:hover,
.voc .content .customers .last.cur, .voc .content .customers .last:hover {
    --progress: 0%;
    background: #1b2841;
    border-radius: 16px;
    transition: all .5s ease-in-out 0s;
}

.voc .content .customers .item img, .voc .content .customers .last img {
    float: left;
    margin-right: 10px;
    width: 68px;
    height: 68px;
}

.voc .content .customers .item h4, .voc .content .customers .last h4 {
    margin: 0;
}

.voc .content .customers .item p, .voc .content .customers .last p {
    margin: 10px 0 0;
    font-size: 13px;
}

/*#endregion*/

/* cases */
/*#region*/
.cases {
    padding-top: 150px;
    padding-bottom: 150px;
}

.cases .slide-panel .item {
    flex: 0 0 22%;
}

.cases .slide-panel .item .img img {
    max-width: 100%;
    border-radius: 16px;
}

.cases .slide-panel .item .txt {
    padding: 24px;
}

.cases .slide-panel .item .txt h4 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    color: #1b202b;
}

.cases .slide-panel .item .txt p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #4d5567;
    min-height: 64px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.cases .slide-panel .item .txt .more {
    margin: 15px 0 0;
    font-size: 14px;
    font-weight: 400;
    color: #0177ff;
    display: none;
}

.cases .slide-panel .item .txt .more i {
    margin-left: 5px;
    font-size: 12px;
    vertical-align: 1px;
}

.cases .text {
    margin-left: 10px;
    background: #101827;
    padding: 25px 20px;
    height: 100%;
    color: #fff;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
}

.cases .text h3 {
    margin: 0;
    font-size: 22px;
    color: #0177ff;
    font-weight: bold;
}

.cases .text p {
    margin: 20px 0 0;
    font-size: 30px;
    font-weight: 400;
}

.cases .text p span {
    display: block;
}

.cases .text a {
    margin-top: 88px;
    font-size: 14px;
}

@media (min-width: 768px) {

    .cases .slide-panel {
        display: flex;
        justify-content: space-between;
    }

    .cases .slide-panel .item:hover {
        box-shadow: 0 0 49px 5px rgba(0, 0, 0, .15);
        border-radius: 16px;
    }
}


/*#endregion*/

/* entrust */
/*#region*/
.entrust {
    background: #121726ff;
    padding: 70px 0 180px;
    color: #fff;
}

.entrust .content {
    position: relative;
    background: #1d25307a;
    padding: 40px;
    border: 1px solid #444e63;
    border-radius: 15px;
}

.entrust .content:before {
    content: '';
    position: absolute;
    bottom: -180px;
    right: -20px;
    width: 560px;
    height: 335px;
    background: url(../img/bg_entrust.png) no-repeat 50% 50%;
    background-size: 100%;
}

.entrust .content .item {
    padding-left: 50px;
}

.entrust .content .item h4 {
    position: relative;
    margin: 0 0 20px;
    font-size: 22px;
}

.entrust .content .item h4 i {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: -50px;
    top: 0;
    padding: 5px;
    border-radius: 8px;
}

.entrust .content .item h4 i img {
    vertical-align: 3px;
}

.entrust .content .item p {
    position: relative;
    margin: 0 0 5px;
    color: #a3aebf;
    font-size: 14px;
}

.entrust .content .item p:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: -45px;
    top: 0;
    padding: 5px;
    border-radius: 8px;
    background: url(../img/ico_check.svg) no-repeat 50%;
    background-size: 75% auto;
}

.entrust .content .one .item h4 i {
    background: #120601;
    color: #f5510d;
}

.entrust .content .two .item h4 i {
    background: #0b3254;
    color: #288bf0;
}

.entrust .content .two {
    margin-top: 50px;
}

/*#endregion*/


/* contact */
/*#region*/
.contact {
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
    background-color: #141b24;
    color: #fff;
    border-bottom: 1px solid #272d39;
}

.contact h3 {
    margin: 0 0 35px;
    font-size: 36px;
}

/*#endregion*/
