.arrow_right{
    display: inline-block;
    width: 20px;
    height: 21px;
    background: url("../image/aio/right.png") no-repeat center;
}
.titlebd{
    margin-bottom: 30px;
    text-align: center;
    .t{
        margin-bottom: 30px;
        color: #000000;
        font-size: 35px;
        font-weight: 700;
    }
    .d{
        color: #666666;
        font-size: 15px;
        font-weight: 500;
    }
}
.btns{
    display: flex;
    align-items: center;
    .btn{
        margin-left: 50px;
        width: 160px;
        height: 55px;
        background: #fff;
        border-radius: 6px;
        font-size: 18px;
        font-weight: 500;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #3769FF;
        cursor: pointer;
        &:first-child{
            margin-left: 0;
        }
        &.on{
            background: #3769FF;
            color: #fff;
        }
        .arrow_right{
            margin-left: 10px;
        }
    }
}
.animate-hidden {
    opacity: 0;
    -webkit-transform: translateY(3.75rem);
    transform: translateY(3.75rem);
}
.animate-show {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.banner{
    box-sizing: border-box;
    height: 800px;
    padding-top: 62px;
    background: url("../image/aio/banner_bg.png") no-repeat center;
    background-size: 100% 100%;
    .container{
        display: flex;
        justify-content: space-between;
    }
    .left{
        .title{
            padding-top: 145px;
            margin-bottom: 60px;
        }
    }
    .right{
        padding-top: 55px;
    }
}

.service{
    height: 1128px;
    background: #fff;
    .container{
        padding-top: 90px;
    }
    .list{
        display: flex;
        justify-content: center;
        margin-bottom: 60px;
        .item{
            width: 380px;
            height: 600px;
            margin-left: 30px;
            border-radius: 16px;
            background-repeat: no-repeat;
            background-position: center;
            text-align: center;
            &:first-child{
                margin-left: 0;
            }
            &:hover{
                margin-top: -15px;
            }
            .t{
                padding-top: 40px;
                margin-bottom: 33px;
                font-size: 30px;
                font-weight: bold;
            }
            .img{
                margin-bottom: 18px;
            }
            .d{
                padding: 0 28px;
                margin-bottom: 13px;
                color: #000000;
                font-size: 15px;
            }
            .b{
                display: flex;
                justify-content: center;
                .btn{
                    width: 132px;
                    height: 40px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    border: 1px solid #0B53EF;
                    border-radius: 20px;
                    font-size: 16px;
                    font-weight: 400;
                    cursor: pointer;
                    & i{
                        display: inline-block;
                        width: 20px;
                        height: 20px;
                        margin-left: 10px;
                        background-position: center;
                        background-repeat: no-repeat;
                    }
                }
            }
            &.item1{
                background-image: url("../image/aio/service_bg_1.png");
                .t{
                    color: #0B53EF;
                }
                .b{
                    .btn{
                        color: #0B53EF;
                        border-color: #0B53EF;
                        & i{
                            background-image: url("../image/aio/service_right_1.png");
                        }
                    }
                }
            }
            &.item2{
                background-image: url("../image/aio/service_bg_2.png");
                .t{
                    color: #3D29E4;
                }
                .b{
                    .btn{
                        color: #3D29E4;
                        border-color: #3D29E4;
                        & i{
                            background-image: url("../image/aio/service_right_2.png");
                        }
                    }
                }}
            &.item3{
                background-image: url("../image/aio/service_bg_3.png");
                .t{
                    color: #00879B;
                }
                .b{
                    .btn{
                        color: #00798C;
                        border-color: #00798C;
                        & i{
                            background-image: url("../image/aio/service_right_3.png");
                        }
                    }
                }}
        }
    }
    .bottom{
        display: flex;
        justify-content: center;
    }
}

.function{
    height: 950px;
    background: url("../image/aio/function_bg.png") no-repeat center;
    background-size: 100% 100%;
    .container{
        padding-top: 60px;
    }
    .bd{
        padding-top: 30px;
        display: flex;
        justify-content: center;
        .left{}
        .middle{
            margin: 0 64px;
        }
        .right{
            .list{
                .item{
                    background: url("../image/aio/function_right.png") no-repeat center;
                }
            }
        }
        .list{
            padding-top: 30px;
            .item{
                margin-bottom: 36px;
                width: 373px;
                height: 124px;
                background: url("../image/aio/function_left.png") no-repeat center;
                box-sizing: border-box;
                padding: 20px 16px;
                &:hover{
                    transform: scale(1.1);
                }
                .t{
                    color:  #2468F1;
                    font-size: 22px;
                    font-weight: 600;
                }
                .d{
                    color:  rgba(0, 0, 0, 0.7);
                    font-size: 16px;
                    font-weight: 400;
                }
            }
        }
    }
}

.terminal{
    height: 880px;
    background: #E9F2FF url("../image/aio/terminal_bg.png") no-repeat center;
    .container{
        padding-top: 80px;
    }
    .bd{
        padding-top: 25px;
        position: relative;
        .swiper-button-prev{
            width: 60px;
            height: 60px;
            left: 80px;
            background: url("../image/aio/terminal_left.png") no-repeat center;
        }
        .swiper-button-next{
            width: 60px;
            height: 60px;
            right: 80px;
            background: url("../image/aio/terminal_right.png") no-repeat center;
        }
        .swiper{
            margin: 0 auto;
            width: 1210px;
            height: 600px;
            overflow: hidden;
            .swiper-slide{
                display: flex;
                justify-content: center;
                align-items: center;
                &.swiper-slide-active{
                    .item{
                        width: 370px;
                        height: 570px;
                        .d{
                            display: block;
                        }
                    }
                }
            }
        }
        .item{
            padding-top: 30px;
            width: 300px;
            height: 462px;
            background: #F5F9FF;
            border-radius: 14px;
            border: 2px solid #FFF;
            box-shadow: 0 4px 16px 0 rgba(142, 154, 184, 0.30);
            display: flex;
            flex-direction: column;
            box-sizing: border-box;
            &:hover{
                transform: scale(1.03);
            }
            .img{
                width: 100%;
                height: 352px;
                display: flex;
                justify-content: center;
                align-items: center;
                & img{
                    max-width: 100%;
                    max-height: 100%;
                }
            }
            .t{
                flex: 1;
                display: flex;
                justify-content: center;
                align-items: center;
                color: #375EF6;
                font-size: 18px;
                font-weight: 600;
            }
            .d{
                display: none;
                padding: 0 35px 25px;
                & p{
                    margin-bottom: 12px;
                    color: #000000;
                    font-size: 16px;
                    & span{
                        font-weight: bold;
                    }
                }
            }
        }
    }
}

.advantage{
    height: 845px;
    background: #fff;
    .container{
        padding-top: 100px;
    }
    .bd{
        display: flex;
        justify-content: center;
        .left{
            .titlebd{
                text-align: left;
            }
        }
        .right{
            margin-left: 30px;
            padding-top: 20px;
        }
        .list{
            padding-top: 60px;
            .item{
                margin-bottom: 35px;
                width: 790px;
                height: 94px;
                display: flex;
                align-items: center;
                color: #000000;
                font-size: 16px;
                font-weight: 400;
                line-height: 25px;
                box-sizing: border-box;
                padding-left: 45px;
                border-radius: 47px;
                background: linear-gradient(90deg, #D0E0FF -0.37%, rgba(208, 224, 255, 0.00) 98.71%);
                & span{
                    margin-right: 23px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 54px;
                    height: 54px;
                    background: #3769FF;
                    border-radius: 50%;
                    color: #ffffff;
                    font-size: 30px;
                }
                .t{
                    width: 568px;
                }
            }
        }

        .video{
            position: relative;
            width: 380px;
            height: 635px;
            & video{
                width: 100%;
                height: 100%;
                border-radius: 16px;
                background: #000;
            }
        }

        .btns{
            .btn{
                border-radius: 28px;
            }
        }
    }
}

.knowlage{
    height: 890px;
    background: url("../image/aio/knowlage_bg.png") no-repeat center;
        background-size: 100% 100%;
    .container{
        padding-top: 80px;
    }
    .bd{
        padding-top: 30px;
        .list{
            display: flex;
            justify-content: center;
            .item{
                margin-left: 45px;
                box-sizing: border-box;
                border: 1px solid #F7F9FD;
                &:first-child{
                    margin-left: 0;
                }
                &:hover{
                    border: 1px solid #2468F1;
                    border-radius: 18px;
                }
                .img{
                    & img{
                        width: 370px;
                        height: 580px;
                        border-radius: 18px;
                    }
                }
            }
        }
    }
}

.types{
    height: 850px;
    background: url("../image/aio/types_bg.png") no-repeat center;
    background-size: 100% 100%;
    .container{
        padding-top: 90px;
        .titlebd{
            .t{
                color: #ffffff;
            }
            .d{
                color: #ffffff;
            }
        }
    }
    .bd{
        padding-top: 30px;
        .list{
            display: flex;
            justify-content: center;
            .item{
                margin-left: 30px;
                width: 380px;
                height: 500px;
                box-sizing: border-box;
                padding: 30px  0 0 28px;
                display: flex;
                flex-direction: column;
                border-radius: 18px;
                &:first-child{
                    margin-left: 0;
                }
                &:hover{
                    .img{
                        & img{
                            transform: scale(1.05);
                        }
                    }
                }
                &.item1{
                    background: linear-gradient(180deg, #1E51BD 0%, #55A1D3 100%);
                    .img{
                        & img{
                            margin-top: -23px;
                        }
                    }
                }
                &.item2{
                    background: linear-gradient(180deg, #2D465B 0%, #071723 100%);
                }
                &.item3{
                    background: linear-gradient(180deg, #52505E 0%, #383645 100%);
                }
                .t{
                    color: #ffffff;
                    font-size: 25px;
                    font-weight: 500;
                }
                .d{
                    flex:1;
                    color: #ffffff;
                    font-size: 16px;
                    font-weight: 400;
                }
                .img{
                    text-align: center;
                    & img{

                    }
                }
            }
        }
    }
}

.customized{
    height: 1285px;
    background: linear-gradient(180deg, #FFF 0%, #F0F5FF 46.94%);
    .container{
        padding-top: 90px;
    }
    .bd{
        padding-top: 25px;
        .list{
            display: flex;
            justify-content: center;
            .item{
                margin-left: 20px;
                margin-bottom: 20px;
                height: 470px;
                padding-top: 36px;
                box-sizing: border-box;
                border-radius: 16px;
                background: #ffffff;
                display: flex;
                flex-direction: column;
                &:first-child{
                    margin-left: 0;
                }
                .t{
                    padding: 0 36px;
                    margin-bottom: 14px;
                    color: #2B2F36;
                    font-size: 30px;
                    font-weight: bold;
                }
                .d{
                    flex: 1;
                    padding: 0 36px ;
                    color: #555555;
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 23px;
                }
                .img{
                    text-align: center;
                    & img{

                    }
                }
                &:hover{
                    .img{
                        & img{
                            transform: scale(1.05);
                        }
                    }
                }
                &.item1{
                    width: 730px;
                }
                &.item2{
                    width: 450px;
                    background: linear-gradient(180deg, #FFE6CC 0%, #FFFCF9 80.32%);
                }
                &.item3{
                    width: 450px;
                    background: linear-gradient(180deg, #DCD3FF 0%, #FFFDFA 81.38%);
                }
                &.item4{
                    width: 730px;
                }
            }
        }
    }
}

.scene{
    height: 976px;
    background: #ffffff;
    .container{
        padding-top: 90px;
    }
    .bd{
        padding-top: 25px;
        .list{
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            .item{
                margin-left: 45px;
                margin-bottom: 30px;
                width: 380px;
                height: 313px;
                box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.10);
                &:nth-child(3n+1){
                    margin-left: 0;
                }
                &:hover{
                    margin-top: -15px;
                }
                .img{
                    & img{

                    }
                }
                .t{
                    height: 75px;
                    line-height: 75px;
                    color: #000;
                    font-size: 22px;
                    font-weight: 600;
                    text-align: center;
                }
            }
        }
    }
}

.start{
    height: 280px;
    background: url("../image/aio/start_bg.png") no-repeat center;
    background-size: 100% 100%;
    .container{
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        .img{
            margin-bottom: 46px;
            color: #FFFFFF;
            font-size: 35px;
            font-weight: 500;
        }
        .btns{
            .btn{
                color: #375EF6;
                background: #ffffff;
            }
        }
    }
}
