@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: 72px;
    position: relative;
    background-color: #FAFCFF;
    min-height: 500px;
    .visual-bg{
        position: absolute;
        right: 0;
        top: 3px;
        width: 46%;
        height: 360px;
        background-image: url(/webasset/hypd/images/pay-scene/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: #18377C;
            .item{
                .visual-title {
                    margin-bottom: 18px;
                }
                .visual-sub {
                    margin-bottom: 18px;
                }
                .visual-desc {
                    margin-bottom: 18px;
                    width: 520px;
                    line-height: 26px;
                    text-align: justify;
                }
                .start{
                    width: 100%;
                    .but{
                        border-radius: 60px;
                        width: 220px;
                        height: 40px;
                        text-align: center;
                        line-height: 40px;
                        color: #ffffff;
                        margin-top: 60px;
                        text-decoration: none;
                        cursor:pointer;
                        display: block;
                        background: linear-gradient(90deg, var(--but-start-color) 0%, var(--but-end-color) 100%);
                        transition: --guide-but-start-color 0.8s ease, --guide-but-end-color 0.8s ease, transform 0.8s ease;
                        &:hover{
                            --but-start-color: #18377C;
                            --but-end-color: #111111;
                            filter: brightness(1.2);
                        }
                        animation: blockGuideBut 1.0s cubic-bezier(0.18, 0.89, 0.32, 1.28) forwards;
                    }
                }
            }
        }
        .visual-right{
            min-height: 100%;
            display: flex;
            align-items: center;
            justify-content: end;
            >img{
                height: 340px;
                width: auto;
            }
        }
    }
}
.block-standard{
    .title{
        margin-top: 80px;
        color: #18377C;
        text-align: center;
    }
    .standard-row{
        .standard-col {
            text-align: center;
            margin-top: 60px;
            .standard-col-title {
                color: #18377C;
                margin-top: 10px;
            }
            .standard-col-desc {
                text-align: justify;
                color: #18377C;
                padding: 10px 26px 0 26px;
            }
        }
    }
    .standard-footer{
        margin-top: 80px;
        text-align: center;
        .standard-bottom-title {
            color: #18377C;
            margin: 32px 0 18px 0;
        }
        .standard-bottom-desc{
            color: #18377C;
        }
        .standard-img{
            height: 380px;
            width: auto;
        }
        .start{
            width: 100%;
            display: flex;
            justify-content: center;
            .but{
                border-radius: 60px;
                width: 220px;
                height: 40px;
                text-align: center;
                line-height: 40px;
                color: #ffffff;
                margin-top: 30px;
                margin-bottom: 40px;
                text-decoration: none;
                cursor:pointer;
                display: block;
                background: linear-gradient(90deg, var(--but-start-color) 0%, var(--but-end-color) 100%);
                transition: --guide-but-start-color 0.8s ease, --guide-but-end-color 0.8s ease, transform 0.8s ease;
                &:hover{
                    --but-start-color: #18377C;
                    --but-end-color: #111111;
                    filter: brightness(1.2);
                }
                animation: blockGuideBut 1.0s cubic-bezier(0.18, 0.89, 0.32, 1.28) forwards;
            }
        }
    }
}
.block-staff{
    .title{
        margin-top: 100px;
        color: #18377C;
        text-align: center;
    }
    .section-desc{
        padding-top: 40px;
        color: #18377C;
        line-height: 26px;
        text-align: center;
        width: 600px;
        margin: auto;
    }
        .staff-card {
            margin-top: 40px;
            background: #EEF3FF;
            border-radius: 18px;
            height: 360px;
            box-shadow: 0 2px 8px rgba(26, 63, 166, 0.06);
            display: flex;
            align-items: center;
            .text-cont{
                height: 100%;
                display: flex;
                align-items: center;
                .staff-text {
                    padding: 0 50px 0;
                    .staff-label {
                        color: #18377C;
                    }
                    .staff-title {
                        color: #18377C;
                        margin: 12px 0;
                    }
                    .staff-desc {
                        color: #18377C;
                        margin-bottom: 18px;
                        line-height: 26px;
                        text-align: justify;
                    }
                }
            }
            .staff-img {
                display: flex;
                >img{
                    height: 300px;
                    width: auto;
                }
            }
            .staff-img-rith{
                justify-content: end;
                padding-right: 30px;
            }
            .staff-img-left{
                justify-content: start;
                padding-left: 50px;
            }
    }
}

.block-practice{
    margin-top: 100px;
    .title{
        color: #18377C;
        text-align: center;
    }
    .practice-row{
        .practice-card {
            margin-top: 60px;
            background: #eaf1ff;
            border-radius: 18px;
            min-height: 367px;
            box-shadow: 0 2px 8px rgba(26, 63, 166, 0.06);
            position: relative;
            transition: all 0.25s  ease-in;
            .practice-card-title {
                color: #18377C;
                margin-bottom: 8px;
                padding: 30px 15px;
                text-align: left;
            }
            .practice-card-content {
                display: flex;
                flex-direction: column;
                gap: 20px;
                align-items: center;
                margin: 0 30px 30px;
                .practice-card-tit-title {
                    color: #18377C;
                }
                .practice-card-desc {
                    color: #18377C;
                    text-align: justify;
                    line-height: 26px;
                    opacity: .7;
                }
            }
            &:hover .practice-card-load{
                border-radius: 2px;
                width: 70%;
                transition: all 0.5s;
            }
            &:hover{
                transform:translateY(-10px);
            }
            .practice-card-load{
                position: absolute;
                left: 12px;
                bottom: 0px;
                height: 3px;
                width: 0px;
                transition: all 0.6s;
            }
            .yxqd{
                background: linear-gradient(90deg, #E5EEFF 0%, #18377c 100%);
            }
        }
    }
}
.block-comp{
    margin-top: 100px;
    padding: 80px 0 80px 0;
    background: #3a5999;
    .img{
        height: 280px;
        width: auto;
    }
    .comp-content{
        margin-top: 20px;
        .comp-title{
            color: #ffffff;
        }
        .comp-desc{
            line-height: 26px;
            text-align: justify;
            margin-top: 20px;
            color: #ffffff;
            opacity: .7;
        }
        .comp-list{
            margin-top: 20px;
            list-style: disc inside;
            padding-left: 5px;
            line-height: 30px;
            color: #ffffff;
            opacity: .7;
        }
    }
}



@media (max-width: 1024px) {
    .block-visual{
        margin-top: 56px;
        .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-standard{
        .standard-row {
            .standard-col{
                margin-top: 30px;
                .standard-col-desc{
                    padding: 10px 0px;
                }
            }
        }
        .standard-footer{
            .standard-img{
                width: 100%;
                height: auto;
            }
        }
    }
    .block-staff {
        .title{
            margin-top: 60px;
        }
        .section-desc{
            width: 100%;
        }
        .staff-card {
            height: auto;
            padding: 20px 0 20px 0;
            .staff-img-left{
                margin-bottom: 20px;
            }
            .staff-img-rith{
                padding-right: 10px;
            }
            .staff-img {
                >img {
                    height: auto;
                    width: 100%;
                }
            }
            .text-cont{
                .staff-text{
                    padding: 0 10px 0;
                }
            }
        }
    }
    .block-practice{
        margin-top: 60px;
        .practice-row{
            .practice-card{
                margin-top: 30px;
                .practice-card-content{
                    margin: 0 10px 30px;
                }
            }
        }
    }
    .block-comp{
        padding: 40px 0 40px 0;
        .img{
            height: auto;
            width: 100%;
        }
    }
}

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

}





















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

}


@media (max-width: 1024px) {

}

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

}


*/