/* platform banner */
/*#region*/
.platform {

}

.title {

}

.platform .banner {
    padding-top: 74px;
    padding-bottom: 140px;
    position: relative;
}

.platform .banner .bg {
    position: absolute;
    top: 74px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.platform .banner .container {
    position: relative;
    z-index: 2;
}

.platform .banner .wp svg {
    height: 100%;
}

.platform .banner .wall {
    position: absolute;
    padding: 10px 290px;
}

.intro {
    text-align: center;
    color: #fff;
}

.intro .txt {
    margin: 0 10%;
}

.intro h3 {
    margin: 0;
    font-size: 36px;
    color: #eef2f7;
    padding-top: 90px;
    padding-bottom: 44px;
}

.intro p {
    font-size: 14px;
    line-height: 24px;
    color: #a3aebf;
}

.intro .txt a {
    margin: 42px 0;
    display: inline-block;
    font-size: 14px;
    height: 32px;
    padding: 4px 15px;
}

.intro .vid {
    margin: 0 20%;
    position: relative;
}

.intro .vid img {
    border-radius: 24px;
    padding: 10px;
}

.intro .vid:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: rgba(20, 27, 36, .65);
    border-radius: 24px;
}

/*#endregion*/

/* howto */
/*#region*/
.howto {
    padding: 148px 0 0;
}

.howto .item {
    margin-bottom: 100px;
}

.howto .item:last-child {
    margin-bottom: 0;
}

.howto .item a {
    color: #0177ff;
}

.howto .item .txt {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.howto .txt h4 {
    margin: 0;
    font-size: 24px;
    font-weight: normal;
    color: #1b202b;
}

.howto .txt p {
    margin: 16px 0 0 0;
    font-size: 14px;
    color: #4d5567;
}

.howto .txt a {
    margin-top: 24px;
    display: inline-block;
    font-size: 14px;
}

/*#endregion*/

/* choice */
/*#region*/
.choice {
    padding: 80px 0;
    background: #e6ecf6ff;
}

.choice .tabs-wp {
    position: relative;
}

.choice .tabs-wp .item {
    margin-bottom: 35px;
    padding: 20px;
    width: 39%;
    border-radius: 16px;
}

.choice .tabs-wp .item .txt {
    height: 166px;
    padding: 0 0 0 20px;
    border-left: 3px solid #0177ff1a;
    flex-direction: column;
    align-items: flex-start;
}

.choice .tabs-wp .item .img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    width: 51%;
    background-color: var(--bg-color);
    border-radius: 16px;
    opacity: 0;
    transition: all ease-in-out .5s;
}

.choice .tabs-wp .item:last-child {
    margin-bottom: 0;
}

.choice .txt h4 {
    margin: 0;
    font-size: 18px;
    line-height: 2;
    font-weight: bold;
    color: #1b202b;

}

.choice .txt p {
    margin: 10px 0 0;
    font-size: 14px;
    color: #4d5567;
}

.choice .tabs-wp .item h4 {
    position: relative;
}

.choice .tabs-wp .item.active {
    background: #0177ff1a;
}

.choice .tabs-wp .item h4:before {
    content: '';
    position: absolute;
    left: -23px;
    top: 0;
    height: 0;
    border-left: 3px solid #0177ff7f;
}

.choice .tabs-wp .item.active h4:before {
    height: 166px;
    animation: processing 5s 1;
}

.choice .tabs-wp .item.active .img {
    opacity: 1;
    z-index: 10;
}

@keyframes processing {
    0% {
        height: 0;
    }
    100% {
        height: 166px;
    }
}

/*#endregion*/


/* standard */
/*#region*/
.standard .banner {
    background: #0a0a0a url(../img/bg_star.svg) no-repeat 50% 0;
    background-size: 100% auto;
}

.standard .banner .tit {
    position: relative;
    z-index: 3;
    margin-bottom: 0;
    padding-top: 340px;
    text-align: center;
}

.standard .banner .tit strong {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 30px;
    color: #a3aebf;

    background: #0177ffcc;
    font-size: 18px;
    font-weight: 400;
}

.standard .choice .more {
    margin-top: 50px;
    text-align: center;
}

/*#endregion*/

/* ai */
/*#region*/
.ai {
    background: #141b24;
}

.ai .banner {
    padding: 0;
}

.ai .banner .bg {
    background: url(../img/bg_ai.png) no-repeat 50% 0;
    background-size: 40% auto;
    height: 1000px;
    opacity: .35;
}

.ai .banner .bg video {
    max-width: 100%;
}

.ai .banner .tit {
    padding: 0 17.5%;
    height: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #2f3747;
}

.ai .banner .tit h2 {
    margin: 0;
}

.ai .banner .tit h3 {
    margin-bottom: 0;
}

.ai .banner .tit p {
    margin-top: 50px;
    font-size: 14px;
    color: #a3aebf;
}

.ai .banner .slide{
    width: 100%;
}

.ultra .banner .tit .a {
    display: inline-block;
    vertical-align: 42px;
}


.ultra .banner .tit .slide {
    display: inline-block;
    width: 45%;
}

/*#endregion*/

/* operate */
/*#region*/
.operate .item {
    position: relative;
}

.operate .item .vivid {
    position: absolute;
    top: -30px;
    right: 0;
    z-index: 2;
    width: 500px;
    height: 500px;
    mix-blend-mode: lighten;

}

.operate .item .title {
    margin: 0;
    padding: 120px 500px 50px 0;
    color: #fff;
    text-align: left;
}

.operate .item .title h3 {
    color: #fff;
}

.operate .item .title p {
    margin: 20px 0 0;
    font-size: 14px;
    color: #a3aebf;
}

.operate .item .title ul {
    padding-left: 17px;
}

.operate .item .title li {
    font-size: 14px;
    color: #a3aebf;
}

.operate .item .content {
    padding: 80px 40px;
    background: #18202a;
    border-radius: 16px;
    border: 1px solid #444e63;
    color: #fff;
}

.operate .item .txt, .operate .item .img {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.operate .item img {
    background: #1d2530;
    padding: 10px;
}

.operate .one {
    margin-bottom: 32px;
}

.operate .one:last-child {
    margin-bottom: 0;
}

.operate .one h4 {
    margin: 0;
    font-size: 24px;
    font-weight: normal;
}

.operate .one h4:before {
    content: '';
    margin-right: 24px;
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: -6px;
    background: url(../img/ico_check.svg) no-repeat 50% 50%;
    background-size: 100% 100%;
}

.operate .one p {
    margin: 15px 0 0 52px;
    color: #a3aebf;
    font-size: 14px;
    display: flex;
}

.operate .one p:nth-of-type(1) strong {
    flex: 0 0 46px;
}

.operate .one p:nth-of-type(2) strong {
    flex: 0 0 74px;
}

.operate .slide {
    position: relative;
    width: 100%;
}

/*#endregion*/


/* ultra */
/*#region*/
.platform .ultra {
    background: #fff;
}

.ultra .banner {
    background: #0d0e12 url(../img/bg_ultra.svg) no-repeat 50%;
    background-size: 100% auto;
    position: relative;
    padding: 150px 0 100px;
    text-align: center;
}

.ultra .banner .arrow-right {
    font-size: 14px;
}

.ultra .banner .tit {
    text-align: center;
    margin-bottom: 20px;
}

.ultra .banner .tit h2 {
    font-size: 60px;
    color: #fff;
}

.ultra .banner .tit h2 span {
    font-size: 60px;
}

.ultra .banner .tit h3 {
    margin: 0;
}

.ultra .banner .tit h3 span {
    display: inline-block;
    margin-right: 20px;
}

.ultra .banner .tit h3 span:last-child {
    margin: 0;
}

.ultra .banner .tit p {
    margin: 20px 17.5% 76px;
    text-align: center;
    font-size: 14px;
    color: #a3aebf;
}

.ultra .banner .hd {
    position: relative;
    padding-bottom: 250px;
}

.ultra .banner .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.ultra .banner .intro .title {
    margin-bottom: 20px;
}

.ultra .banner .intro h3 {
    color: #fff;
}

.ultra .banner .intro .content {
}

.ultra .banner .intro .img img {
    border-radius: 16px;
}


.ultra .banner .intro .content h4 {
    padding: 10px 0;
    text-align: center;
    background: #191722;
    font-size: 20px;
}

.ultra .banner .intro .content .item-1 {
    width: 20%;
    padding: 0 5px;
}

.ultra .banner .intro .content .item-2 {
    width: 40%;
    padding: 0 5px;
}

.ultra .banner .intro .content .item-2 .box-1 {
    width: 49%;
    text-align: center;
    background: #191722;
    height: 200px;
}

.ultra .banner .intro .content .item-1 .box-1 {
    width: 100%
}

.ultra .banner .intro .content .item-1 .box-1 {
    text-align: center;
    background: #191722;
    height: 200px;
}

.ultra .banner .intro .content .in {
    position: relative;
    padding: 40px 35px;
    background: #191722;
    height: 100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
}

.ultra .banner .intro .content .in i {
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #191722;
    bottom: -30px;
    left: 50%;
    margin-left: -30px;
    padding: 15px;
}

/*#endregion*/

/* memo */
/*#region*/
.ultra .memo {
    padding: 150px 0 0;
}

.ultra .memo .title p {
    margin: 20px 4.5% 0;
    font-size: 14px;
    color: #4d5567;
}

.ultra .memo .content {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.ultra .memo .content .item:nth-of-type(1) {
    flex: 0 0 44%;
}

.ultra .memo .content .item:nth-of-type(2) {
    flex: 0 0 54%;
}

.ultra .memo .img {
    background: #fff;
}

.ultra .memo .img-2 {
    margin-top: 30px;
}

.ultra .memo .content .lk {
    content: '';
    position: absolute;
    background: #171922;
}

.ultra .memo .content .lky {
    top: 138px;
    width: 2px;
    height: 34px;
    z-index: 0;
}

.ultra .memo .content .lky:before, .ultra .memo .content .lky:after {
    content: '';
    width: 2px;
    height: 1px;
    position: absolute;
    background: #585ec8;
    animation-name: jSHAGy;
    animation-delay: 1s;
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, 0.004) 1px 1px 1px;
}

.ultra .memo .content .lky:before {
    top: -1px;
    left: -7px;
}

.ultra .memo .content .lky:after {
    top: -1px;
    left: 7px;
    animation-direction: reverse;
}

@keyframes jSHAGy {
    0%, 20% {
        height: 0;
        transform: translate(0px, 0);
        animation-timing-function: ease-in;
    }
    40% {
        height: 10px;
        transform: translate(0px, 10px);
        animation-timing-function: linear;
    }
    60% {
        height: 10px;
        transform: translate(0px, 20px);
        animation-timing-function: ease-out;
    }
    80%, 100% {
        height: 0;
        transform: translate(0px, 34px);
    }
}


.ultra .memo .content .lkx {
    left: 564px;
    width: 30px;
    height: 2px;
}

.ultra .memo .content .lkx:before, .ultra .memo .content .lkx:after {
    content: '';
    width: 1px;
    height: 2px;
    position: absolute;
    background: #585ec8;
    animation-name: jSHAGx;
    animation-delay: 1s;
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, 0.004) 1px 1px 1px;
}

.ultra .memo .content .lkx:before {
    top: -7px;
    left: 0;
}

.ultra .memo .content .lkx:after {
    top: 7px;
    left: 0;
    animation-direction: reverse;
}

@keyframes jSHAGx {
    0%, 20% {
        width: 0;
        transform: translate(0, 0);
        animation-timing-function: ease-in;
    }
    40% {
        width: 10px;
        transform: translate(10px, 0px);
        animation-timing-function: linear;
    }
    60% {
        width: 10px;
        transform: translate(20px, 0px);
        animation-timing-function: ease-out;
    }
    80%, 100% {
        width: 0;
        transform: translate(30px, 0px);
    }
}

.ultra .memo .content .lky1 {
    left: 50px;
}

.ultra .memo .content .lky2 {
    left: 515px;
}

.ultra .memo .content .lkx1 {
    top: 32px;
}

.ultra .memo .content .lkx2 {
    top: 275px;
}

/*#endregion*/


/* integration */
/*#region*/
.platform .integration {
    background: #fff;
}

.integration .banner {
    background: #141b24 url(../img/bg_ic.svg) no-repeat 50%;
    background-size: 100% auto;
    position: relative;
    margin-bottom: 200px;
    padding: 150px 0;
    text-align: center;
}

.integration .banner .arrow-right {
    margin-top: 50px;
    display: inline-block;
    font-size: 14px;
}

.integration .banner .tit {
    text-align: center;
    margin-bottom: 20px;
}

.integration .banner .tit h2 {
    font-size: 60px;
    color: #fff;
}

.integration .banner .tit h2 span {
    font-size: 60px;
}

.integration .banner .tit h3 {
    margin: 0;
}

.integration .banner .tit h3 span {
    display: inline-block;
    margin-right: 20px;
}

.integration .banner .tit h3 span:last-child {
    margin: 0;
}

.integration .banner .tit p {
    margin: 20px 15% 60px;
    text-align: center;
    font-size: 14px;
    color: #a3aebf;
}

.integration .banner .hd {
    position: relative;
    padding-bottom: 150px;
}

.integration .banner .intro {
    position: absolute;
    left: 15%;
    right: 15%;
    padding: 0;
    bottom: -400px;
}

.integration .banner .intro .title {
    margin-bottom: 20px;
}

.integration .banner .intro h3 {
    color: #fff;
}

.integration .banner .intro .content {
}

.integration .banner .intro .img {
    position: relative;
    border-radius: 16px;
}

.integration .banner .intro .img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .15);
    border-radius: 16px;
}

.integration .banner .intro .img img {
    border-radius: 16px;
}

.integration .banner .slide{
    display: inline-block;
    width:30%;
    height:80px;
}
.integration .banner .a{
    display: inline-block;
    vertical-align: 22px;
}

/*#endregion*/

/* integration howto */
/*#region*/

.integration .howto {
    padding-bottom: 148px;
    background: url(../img/bg_line_new.svg) no-repeat 35% 65%;
    background-size: auto 80%;
}

.integration .howto .item:nth-of-type(odd) .txt {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.integration .howto .txt div {
    max-width: 70%;
}

/*#endregion*/

/* integration method */
/*#region*/
.integration .method .grid {
    max-width: 29%;
    text-align: center;
}

/*#endregion*/


/* analysis */
/*#region*/
.analysis {
    background: #141b24;

}

.analysis .banner {
    padding-bottom: 0;
}

.analysis .wp {
    padding: 50px 0;
}

.analysis .wp .box {
    height: 720px;
    padding: 125px 65px;
    background: url(../img/bg_screen@2x.png) no-repeat 50% 0;
    background-size: 100%;
}

.analysis .banner .grid:first-child {
    max-width: 36%;
}

.analysis .wp .box p {
    margin: 0 0 30px;
    color: #a3aebf;
    font-size: 12px;
}

.analysis .wp .box .round, .analysis .wp .box .talk {
    padding: 15px 60px;
}

.analysis .banner .grid:last-child {
    max-width: 63%;
}

.analysis .banner .uri {
    margin: 10px 0;
    background: #1d25307b;
    border: 1px solid #2f3747;
    border-radius: 16px;
}

.analysis .banner .uri p {
    margin: 5px 15px;
    font-size: 16px;
    color: #2f3747;
}

.analysis .banner .img img {
    border-radius: 16px;
}

.analysis .banner a.arrow-right {
    color: #007bff
}

/*#endregion*/

/* analysis howto */
/*#region*/

.analysis .howto {
    padding-top: 80px;
}

.analysis .howto .title h3 {
    color: #fff;
}

.analysis .howto .content .item {
    background: #11171f;
    border-radius: 16px;
    margin-bottom: 40px;
    padding-left: 70px;
    position: relative;
}

.analysis .howto .item:before {
    content: '';
    background: linear-gradient(0deg, #11171f 22.4%, #0177ff 60.94%, rgba(59, 56, 65, 0));
    width: 1px;
    height: 86px;
    position: absolute;
    top: 80%;
    left: 0;
    z-index: 10;
    opacity: 0;
    transition: top .8s cubic-bezier(0.215, 0.610, 0.355, 1.000), opacity .4s linear;
}

.analysis .howto .item:hover:before {
    top: 20%;
    opacity: 1;
}

.analysis .howto .content .img {
    margin-top: 50px;
    padding: 50px 70px;
    background: linear-gradient(-135deg, #121820, #18202a, #131a22);
    border: 1px solid #2c3443;
    border-radius: 15px;
}

.analysis .howto .content .txt p {
    margin-top: 24px;
    color: #a3aebf;
}

.analysis .howto .content2 {
    margin-top: 40px;
}

.analysis .howto .content2 .item {
    background: #11171f;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}

.analysis .howto .content2 .img {
    padding: 50px 0;
    text-align: center;
}

.analysis .howto .content2 .img img {
    max-height: 300px;
}

.analysis .howto .content2 .txt {
    padding: 0 80px 70px;
}

.analysis .howto .item h4 {
    color: #fff;
}

/*#endregion*/

/* analysis pain  */
/*#region*/

.analysis .pain {
    padding-top: 148px;
    padding-bottom: 80px;
}

.analysis .pain .title h3 {
    color: #fff;
}

.analysis .pain .list {
    background: #11171f;
    border-radius: 16px;
    padding: 20px 40px;
}

.analysis .pain .item {
    border-bottom-style: dashed;
    padding-left: 20px;
}

.analysis .pain .item ol {
    margin: 20px 0 0 40px;
    padding: 0;
    list-style: none;
}

.analysis .pain .item li {
    font-size: 14px;
    color: #4d5567;
}

.analysis .pain .item:last-child {
    border: 0 none;
}

.analysis .pain .img {
    height: 100%;
    display: flex;
    align-items: center;
}

/*#endregion*/