@media screen and (max-height: 800px) {

}
@keyframes blockGuideBut {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }
}
 @property --but-start-color {
    syntax: '<color>';
    initial-value: #18377C;
    inherits: false;
}

@property --but-end-color {
    syntax: '<color>';
    initial-value: #18377C;
    inherits: false;
}

.block-visual{
    margin-top: 73px;
    position: relative;
    background-color: #E7F6FF;
    min-height: 500px;
    .visual-bg{
        position: absolute;
        right: 0;
        top: 2px;
        width: 46%;
        height: 360px;
        background-image: url(/webasset/hypd/images/jixinpay/block-visual-01.webp);
        background-repeat: no-repeat;
        background-size:100% 100%;
    }
    .visual-content{
        height: 100%;
        position: relative;
        .visual-left {
            min-height: 500px;
            display: flex;
            align-items: center;
            color: #0091D4;
            .item{
                .visual-logo{
                    >img{
                        height: 56px;
                    }
                    margin-bottom: 20px;
                }
                .visual-title {
                    margin-bottom: 18px;
                }
                .visual-sub {
                    margin-bottom: 18px;
                }
                .visual-desc {
                    margin-bottom: 18px;
                    width: 520px;
                    line-height: 26px;
                    text-align: justify;
                    opacity: .7;
                }
            }
        }
        .visual-right{
            min-height: 100%;
            display: flex;
            align-items: center;
            justify-content: end;
            >img{
                height: 400px;
                width: auto;
            }
        }
    }
}
.block-travel{
    padding-top: 100px;
    .title{
        color: #0091D4;
        text-align: center;
    }
    .cont{
        .item{
            margin-top: 80px;
            .left-cont,.right-cont{
                display: flex;
                align-items: center;
                height: 100%;
                .left-text{
                    .text-title{
                        color: #0091D4;
                        margin: 12px 0;
                    }
                    .text-desc{
                        color: #0091D4;
                        opacity: .7;
                        line-height: 26px;
                        text-align: justify;
                    }
                }
            }
            .right-img, .left-img{
                text-align: right;
                >img{
                    height: 380px;
                }
            }
            .left-img{
                text-align: left;
            }
        }
    }
}
.block-company{
    padding-top: 100px;
    .title{
        color: #0091D4;
        text-align: center;
    }
    .cont{
        .item{
            margin-top: 60px;
            text-align: center;
            .item-img{
                >img{
                    width: 92px;
                }
            }
            .item-title{
                margin-top: 12px;
                color: #0091D4;
                text-align: center;
            }
            .item-desc{
                margin-top: 12px;
                color: #0091D4;
                opacity: .7;
            }
        }
    }
}
.block-tool{
    margin-top: 100px;
    height: 360px;
    background-image: url(/webasset/hypd/images/jixinpay/block-tool-01.webp);
    background-repeat: no-repeat;
    background-size:100% 100%;
    display: flex;
    align-items: center;
    .cont{
        .icon-img{
            text-align: center;
            >img{
                width: 100px;
            }
        }
        .title{
            margin-top: 40px;
            color: #ffffff;
            text-align: center;
        }
    }
}
.block-stable{
    background: #ffffff;
    padding-top: 80px;
    padding-bottom: 60px;
    .title{
        color: #0091D4;
        text-align: center;
    }
    .desc{
        color: #0091D4;
        text-align: center;
        line-height: 26px;
        margin-top: 20px;
    }
    .cont{
        .plate-img{
            text-align: center;
            margin-top: 40px;
            >img{
                height: 380px;
            }
        }
    }
}
.block-safeguard{
    background: #ffffff;
    padding-top: 30px;
    padding-bottom: 60px;
    .title{
        color: #0091D4;
        text-align: center;
    }
    .cont{
        .item{
            margin-top: 60px;
            position: relative;
            width: 330px;
            height: 340px;
            overflow: hidden;
            border-radius: 18px;
            .mask-layer{
                background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(0,0,0, 0.7) 100%);
                height: 100%;
                width: 100%;
                position: absolute;
                top: 0;
                left: 0;
                z-index: 100;
                &:hover ~ .img-layer {
                        transform: scale(1.1);
                    }
            }
            .img-layer{
                width: 100%;
                height: 100%;
                transition: all 0.5s;
            }
            .img-layer:hover {
                transform: scale(1.1);
            }
            .text{
                position: absolute;
                left: 30px;
                top: 180px;
                right: 30px;
                /*padding: 0 40px 40px 40px;*/
                .text-title{
                    color: #ffffff;
                }
                .text-desc{
                    margin-top: 12px;
                    color: #ffffff;
                }
            }
        }
    }
}

.block-server{
    height: 560px;
    background-image: url(/webasset/hypd/images/jixinpay/block-server-01.webp);
    background-repeat: no-repeat;
    background-size:100% 100%;
    color: #ffffff;
    .container{
        height: 100%;
        .row{
            height: 100%;
            .left{
                .title{
                    padding-bottom: 12px;
                }
                .list{
                    padding-left: 18px;
                    margin-top: 12px;
                    line-height: 26px;
                    >li{
                        margin-bottom: 12px;
                    }
                }
                .desc{
                    line-height: 26px;
                    margin-top: 12px;
                    opacity: .7;
                }
            }
            .right-img{
                height: 100%;
                >img{
                    height: 440px;
                    position: absolute;
                    bottom: 0;
                }
            }
        }
    }
}

.block-scene{
    padding-top: 100px;
    padding-bottom: 80px;
    .title{
        color: #0091D4;
        text-align: center;
    }
    .cont{
        .item{
            margin-top: 60px;
            text-align: center;
            .item-img{
                >img{
                    width: 32px;
                }
            }
            .item-title{
                margin-top: 12px;
                color: #0091D4;
                text-align: center;
            }
            .item-desc{
                margin-top: 12px;
                color: #0091D4;
                opacity: .7;
            }
        }
    }
}


@media (max-width: 1024px) {
    .block-visual{
        margin-top: 53px;
        .visual-bg{
            width: 70%;
            height: 180px;
        }
        .visual-content{
            .visual-left {
                min-height: 400px;
                .item {
                    .visual-desc {
                        margin-bottom: 18px;
                        width: 100%;
                        line-height: 26px;
                        text-align: justify;
                    }
                }
            }
            .visual-right{
                >img{
                    width: 100%;
                    height: auto;
                }
            }
        }
    }
    .block-travel {
        padding-top: 40px;
        .cont {
            .item {
                .right-img, .left-img {
                    >img{
                        width: 100%;
                        height: auto;
                    }
                }
                .left-img{
                    margin-bottom: 10px;
                }
            }
        }
    }
    .block-company{
        padding-top: 40px;
    }

    .block-stable {
         .cont {
            .plate-img {
                >img{
                    width: 100%;
                    height: auto;
                }
            }
        }
    }
    .block-tool{
        margin-top: 40px;
    }
    .block-server{
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .block-safeguard{
        padding-top: 0px;
        .col-md-4{
            justify-content: center !important;
        }
    }
    .block-scene{
        padding-top: 40px;
    }
}

@media screen and (max-width: 1500px) {
    .block-server{
        .left{
            padding-left: 120px !important;
        }
        .right-img{
            >img{
                height: 380px !important;
            }
        }
    }
}





















/*@media screen and (max-height: 800px) {

}


@media (max-width: 1024px) {

}

@media screen and (max-width: 1500px) {

}


*/