/* platform banner */
/*#region*/
.platform {
}

.title {
}

.join {
    display: block;
}

.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 {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    color: #a3aebf;
    padding-bottom: 44px;
}

.intro .txt a {
    margin: 42px 0;
    display: inline-block;
    font-size: 14px;
    height: 32px;
    padding: 4px 15px;
}

.intro .vid {
    margin: 40px 20% 0;
    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;
}
@media(max-width:767px){

.analysis .howto .content2 .txt{
        padding: 5px;
}
    .platform .banner{
        padding-bottom:24px;padding-top: 104px;
    }
    .analysis .banner {
    padding-bottom: 0;
}
    .platform .banner .wall{
        left:0;right:0;
        padding:0 5%;
        height:100vh;
    }
    .intro h3{
        padding: 24px 0;
        font-size:24px;
    }
    .intro .txt{
        margin:0;
    }
    .intro .vid {
        margin: 24px 0 0;
    }
}
/*#endregion*/

/* howto */
/*#region*/
.howto {
    padding: 148px 0 0;
}

.howto .item {
    margin-bottom: 100px;
    padding-top: 40px;
}

.howto .item:last-child {
    margin-bottom: 0;
}

.howto .item a {
    color: #0177ff;
}

.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: #a3aebf;
}

.howto .txt a {
    margin-top: 24px;
    display: inline-block;
    font-size: 14px;
}
@media(min-width:768px){
    .howto .item .txt {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
}
@media(max-width:767px){
    .howto{
        padding: 48px 0 0;
    }
    .howto .item{
    padding: 34px 0;
    margin: 0;
    }
    
    .howto .item .img{
        margin:0 10% 32px;
    }
    .howto .txt{
        text-align: center;
    }
    .howto .txt h4 {
        font-size: 24px;
        text-align: left;
    }
    .howto .txt p {
        font-size: 14px;
        text-align: left;
    }
}
/*#endregion*/

/* choice */
/*#region*/
.choice {
    padding: 80px 0;
    background: #e6ecf6ff;
}

.choice .tabs-wp {
    position: relative;
}

.choice .tabs-wp .item {
    margin-bottom: 35px;
    padding: 20px;
    border-radius: 16px;
}

.choice .tabs-wp .item .txt {
    padding: 0 0 0 20px;
    border-left: 3px solid #0177ff1a;
}

.choice .tabs-wp .item .img {
    border-radius: 16px;        background-color: var(--bg-color);
}

.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;
    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 .img {
    opacity: 1;
    z-index: 10;
}

@keyframes processing {
    0% {
        height: 0;
    }
    100% {
        height: 166px;
    }
}

@media(min-width:768px){
    .choice .tabs-wp .item {
        width: 39%;
    }
    .choice .tabs-wp .item .txt {
        height: 166px;
        flex-direction: column;
        align-items: flex-start;
    }
    .choice .tabs-wp .item .img {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 5;
        width: 51%;

        opacity: 0;
        transition: all ease-in-out .5s;
    }

    .choice .tabs-wp .item.active h4:before {
        height: 166px;
        animation: processing 5s 1;
    }
}
@media(max-width:767px){
    .choice {
        padding: 48px 0;
    }
    
    .choice .tabs-wp .item {
        background: #0177ff1a;
    }
    .choice .tabs-wp .item h4:before{
        height:36px;
    }
    .choice .tabs-wp .txt{
        display:block;
    }
    .standard .choice .more{padding:0;}
}
/*#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: 30px;
    padding: 20px 0;
    text-align: center;
}

.standard .howto{
    padding-bottom: 148px;
}
@media(max-width: 767px){
    .standard .howto {
        padding-bottom: 48px;
    }
    .standard .banner .tit{
        padding-top:160px;
    }
}
/*#endregion*/

/* ai */
/*#region*/
.ai {
    background: #141b24;
}

.ai .banner {
    padding: 0;
}

.ai .banner .bg {
    background:#141b24;/* url(../img/bg_ai.png) no-repeat 50% 0;*/
    background-size: 40% auto;
    height: 720px;
}

.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: 0;
}

.ai .banner .tit p {
    margin: 48px 0 24px;
    font-size: 14px;
    color: #a3aebf;
}

.ai .banner .slide {
    width: 100%;
}

.ultra .banner .tit .a {
    display: inline-block;
    vertical-align: 42px;
}
.banner .silde {
    z-index: -1;
}

.banner .slide .box {
    z-index: -1;
}
.banner .slide .box div{
    z-index: -1;
}
.banner .slide .box h2{
    z-index: -1;
}
.ultra .banner .tit .slide {
    display: inline-block;
    width: 45%;
}
@media(max-width: 767px){
   .ai .banner {
    padding-bottom: 24px;
    padding-top: 104px;
}
.ai .banner .bg {
    height: 300px;
    top: 0;
    padding: 40px 60px;
}
    .ai .banner .tit{
        padding: 0;
        height: auto;
    }
    .ai .banner .tit h3{margin: 16px 0 0;}
    .ai .banner .tit h2 span{
        font-size: 48px;
    }
    .ai .banner .tit p {
        margin: 40px 0 24px;
    }
    .ai .banner .tit .btns {
    margin-bottom: 40px;
}
}
/*#endregion*/

/* ai cases  */
/*#region*/
.ai .cases4 .title h3 {
    color: #fff;
}

.ai .cases4 .slide-panel .item .txt h4 {
    color: #fff;
}

.ai .cases4 .slide-panel .item .txt p {
    color: #a3aebf;
}

/*#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: 80px 500px 24px 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: 42px;
}

.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: 12px 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%;
}
@media(max-width:767px){
.operate .item .content {
    padding: 24px;
}

.operate .item .img {
    margin-top: 24px;
}
    .operate .item .title{
        padding:24px 0;
    }
    .operate .item .vivid{
        width: 300px;
        height: 300px;
     right: 30px;
    }
}
/*#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: #21232d;
    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: #21232d;
    height: 200px;
}

.ultra .banner .intro .content .item-1 .box-1 {
    width: 100%
}

.ultra .banner .intro .content .item-1 .box-1 {
    text-align: center;
    background: #21232d;
    height: 200px;
}

.ultra .banner .intro .content .in {
    position: relative;
    padding: 30px;
    background: #21232d;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ultra .banner .intro .content .in i {
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #21232d;
    bottom: -30px;
    left: 50%;
    margin-left: -30px;
    padding: 15px;
}
.ultra .banner .intro .content .in p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    padding-bottom: 0;
}

/*#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: #585ec8;
}

.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;
}
@media(max-width:767px){
.ultra .banner {
    padding: 104px 0 40px;
}
.ultra .banner .tit .a{vertical-align: 0;}
.ultra .banner .tit p {
    margin: 40px 0 24px;
}
 .ultra .banner .intro .content{overflow-y: scroll;    padding-bottom: 60px;}   
 .ultra .banner .intro .content .item-2 {
    width: 445px;
}
.ultra .banner .intro .content .item-2 .box-1 {
    width: 180px;
}
.ultra .banner .intro .content .item-2 .box-1+.box-1{margin-left: 5px;}
.ultra .banner .intro .content .item-1 {
    width: 220px;
}
.ultra .banner .intro .content .item-1 .box-1 {
    width: 180px;
}
.ultra .memo {
    padding: 60px 0 40px;
}
.ultra .memo .content .item:nth-of-type(2) {

    flex: 0 0 100%;
}

.ultra .memo .content .item:nth-of-type(1) {

    flex: 0 0 100%;
    margin-top: 40px;
}
.ultra .memo .img-2 {
    margin-top: 10px;
}
.ultra .memo .content {
    justify-content: center;
    flex-direction: column-reverse;
}

.ultra .memo .content .lkx {
    display: none;
}
.ultra .memo .content .lky {
    /*top: 168px;*/
    top: 40%;
}
.ultra .memo .content .lky1 {
    left: 28%;
}
.ultra .memo .content .lky2 {
    left: 78%;
}

}
/*#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 .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;
}
@media(min-width:768px){
    
    .integration .banner .hd {
        position: relative;
        padding-bottom: 150px;
    }
    
    .integration .banner .intro {
        position: absolute;
        left: 15%;
        right: 15%;
        padding: 0;
        bottom: -400px;
    }
}
@media(max-width:767px){
    .operate .item .title h3 {
    padding-top:220px;
}
    
    .integration .banner {
        margin-bottom: 0;
        padding: 104px 0 40px;
    }
    .integration .banner .a{    vertical-align: 0;}
    .integration .banner .slide {
        width: 100%;
         height: 50px;
    }
    .integration .banner .tit{    margin-bottom: 40px;}
    .integration .banner .tit h2 span {
        font-size: 36px!important;
    }
    .integration .banner .tit h2{
        font-size:36px;
    }
    .integration .banner .tit p{
        margin:40px 0 24px;
    }
}
/*#endregion*/

/* integration howto */
/*#region*/
.integration .howto {
    padding-bottom: 148px;
}

.integration .howto .item:nth-of-type(odd) .txt {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

@media(min-width: 768px){
    
    .integration .howto {
        background: url(../img/bg_line_new.svg) no-repeat 35% 65%;
        background-size: auto 80%;
    }
    .integration .howto .txt div {
        max-width: 70%;
    }
}
@media(max-width: 767px){
    
    .integration .howto {
        padding-bottom: 48px;
    }
    .ultra .banner .tit h2 span{
        font-size: 36px;
    }
    .ultra .banner .tit .slide{
        width: 100%;margin-top: 16px;height: 32px;
    }
    .ultra .banner .tit h2{
        font-size: 32px;
     
    }
     .ultra .banner {
       
        z-index: 2;
    }

}
/*#endregion*/

/* integration method */
/*#region*/
.integration .method .grid {
    text-align: center;
}
@media(min-width: 768px){
    .integration .method .grid {
        max-width: 29%;
    }
}
@media(max-width: 767px){
.integration .method .grid {
    padding: 0 32px;
}

.integration .method .grid .item {
    padding-bottom: 32px;
    margin: 16px 0;
}

.integration .method .title {
    margin-bottom: 32px;
}
.integration .method .grid:last-child .item{border: none;}

}
/*#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;
}
@media(max-width:767px){
    .analysis .howto .content .item {
  flex-direction: column-reverse;
    border-radius: 16px;
    margin-bottom: 40px;
    padding-left: 1px;
  
}
}
.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: 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: #7b8492;
}

.analysis .pain .item:last-child {
    border: 0 none;
}

.analysis .pain .img {
    height: 100%;
    display: flex;
    align-items: center;
}

/*#endregion*/

.analysis .cases{
    background: #141b24;
}

.analysis .title h3 {
    color:#fff;
}

.analysis .slide-panel .item .txt h4{
    color:#fff;
}
@media(max-width:767px){
.cases {
    padding: 0;
    margin: 60px 0;
}

.cases .title {
    margin-bottom: 8px;
}

.cases .slide-panel .item {
    padding: 0;
    margin: 44px 0;
}

.cases .slide-panel .item .txt {
    padding: 24px 0 0;
}

.cases .slide-panel .item .txt h4 {
    margin-bottom: 12px;
}

.cases .slide-panel .item .txt p {
    min-height: max-content;
}
.analysis .banner .grid:first-child {
    max-width: 100%;
}

.analysis .banner .grid:last-child {
    max-width: 100%;
}
.analysis .howto{    padding-top: 40px;}
.analysis .wp{padding: 0;}
.analysis .wp .box {
    padding: 0;    height: auto;
}

.analysis .banner .tit {
    text-align: center;
}

.analysis-left-text img {
    display: none;
}
.analysis .banner .tit .round,.analysis .banner .tit .talk {
    padding: 10px 40px;
}

.analysis .banner .tit h3 {
    margin: 0;
}
.analysis .wp .box p {
    font-size: 14px;
}

.analysis .wp .box .analysis-left-text p {
    margin-bottom: 24px;
}

.analysis .howto .txt {
    padding: 0;
}
.analysis .howto .title {
    margin-bottom: 24px;
}

.analysis .howto .content .item {
    background: #18212D;
    padding: 24px;margin-bottom: 32px;
}

.analysis .howto .item .txt h4 {margin-top: 24px;}

.analysis .howto .content .txt p {
    margin-top: 16px;
}

.analysis .howto .content .item .row {
    flex-direction: column-reverse;
}
.analysis .howto .content2 .img{padding: 0;}

.analysis .howto .content2 .txt {
    padding: 0px;
}
.analysis .howto .content .img{
    margin: 0;
    padding: 0;
}
.analysis .howto .content2 .item {
    background: #18212D;
    padding: 24px;margin-bottom: 32px;
}
.analysis .howto .content2 .item .ani svg {
    margin: 33px !important;
}
.analysis .howto .content2 .img{
    margin: 0;
    padding: 0;
}
.analysis .pain{padding-top: 32px;}
.analysis .pain .list {
    background: #18212D;
    padding: 0 24px;
}

.analysis .pain .item {
    padding: 32px 0;
}

.analysis .pain .title {
    margin-bottom: 24px;
}

.analysis .pain .item p {
    margin: 16px 0 0 0;
}

.analysis .pain .item ol {
    margin: 20px 0 0 0;
}
}