@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/solution-meal/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-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: center;
            >img{
                height: 380px;
                width: auto;
            }
        }
    }
}
.block-tache{
    margin-top: 100px;
    .title{
        color: #18377C;
        text-align: center;
        margin-bottom: 40px;
    }
    .cont{
        .item{
            &:first-child{
                background: #F5F8FF;
                border-radius: 18px;
            }
            position: relative;
            .manage{
                .left{
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    padding: 0 100px 0 40px;
                    .title{
                        color: #18377C;
                        text-align: left;
                    }
                    .desc{
                        margin-top: 12px;
                        color: #18377C;
                        opacity: .7;
                        line-height: 26px;
                        text-align: justify;
                    }
                }
                .right{
                    text-align: right;
                    padding: 40px 40px 40px;
                    >img{
                        height: 240px;
                    }
                }
            }
            .challenge-staff{
                margin-top: 40px;
                .challenge-staff-cont{
                    display: flex;
                    align-items: center;
                    height: 500px;
                    background: #F5F8FF;
                    border-radius: 18px;
                    .card-cont{
                        padding: 0 100px 0 40px;
                        .title{
                            color: #18377C;
                            text-align: left;
                        }
                        .desc{
                            margin-top: 12px;
                            color: #18377C;
                            opacity: .7;
                            line-height: 26px;
                            text-align: justify;
                        }
                        &:hover{
                            .icon-img{
                                transform:translateY(-10px);
                            }
                        }
                        .icon-img{
                            text-align: center;
                            margin-top: 20px;
                            transition: all 0.25s  ease-in;
                            >img{
                                height: 240px;
                                border-radius: 16px;
                            }
                        }
                    }
                }
            }
        }
        .tache-footer{
            padding: 40px 0 40px;
            .title{
                color: #18377C;
                line-height: 32px;
            }
        }
    }
}
.block-scene{
    padding-bottom: 60px;
    background: #F5F8FF;
    padding-top: 100px;
    .title{
        color: #18377C;
        text-align: center;
    }
    .desc{
        color: #18377C;
        text-align: center;
        padding: 20px 0 40px;
        line-height: 26px;
    }
    .scene-card{
        margin-bottom: 40px;
        background: #ffffff;
        border-radius: 10px;
        min-height: 550px;
        padding: 30px;
        gap: 100px;
        .scene-left,
        .scene-right {
            padding-top: 30px;
            flex: 1;
            text-align: left;
            display: flex;
            flex-direction: column;
            .scene-card-label {
                color: #18377C;
                margin-bottom: 8px;
                opacity: .7;
            }
            .scene-card-title {
                color: #18377C;
                margin-top: 5px;
                margin-bottom: 30px;
            }

            .scene-card-desc {
                width: 466px;
                color: #18377C;
                margin-bottom: 18px;
                opacity: .7;
            }
            .scene-card-list{
                color: #333333;
                .scene-card-item {
                    border-bottom: 1px solid #e6f1ff;
                    padding: 24px 0 16px 0;
                    transition: background 0.2s;
                    color: #333333;
                    cursor: pointer;
                    .scene-card-question {
                        display: flex;
                        align-items: center;
                        justify-content: space-between;
                    }
                    .scene-card-answer {
                        margin-top: 16px;
                        display: none;
                        line-height: 26px;
                        text-align: justify;
                    }
                }
            }
            .scene-card-list .active .scene-card-question-title img {
                display: none;
            }
            .scene-card-list .active{
                color: #18377C;
            }
            .scene-card-list .active .scene-card-answer {
                display: block;
            }
        }
        .scene-img{
            >img{
                height: 490px;
                width: 100%;
            }
        }
    }
    .more{
        background-image: url(/webasset/hypd/images/solution-meal/block-scene-08.webp);
        background-repeat: no-repeat;
        background-size:100% 100%;
        height: 320px;
        .more-img{
            text-align: center;
            padding-top: 26px;
            padding-bottom: 20px;
        }
        .more-title{
            color: #18377C;
            text-align: center;
        }
        .more-desc{
            margin-top: 20px;
            text-align: center;
            color: #18377C;
            opacity: .7;
            line-height: 26px;
        }
        .know{
            display: flex;
            justify-content: center;
            .but{
                border: 1px solid rgba(24,55,124,0.23);
                border-radius: 162px;
                width: 180px;
                height: 36px;
                text-align: center;
                line-height: 36px;
                color: #18377C;
                margin-top: 30px;
                text-decoration: none;
                cursor:pointer;
                display: block;
                &:hover{
                    background: #E5EEFF;
                }
            }
        }
    }
}
.block-advantage{
    padding-top: 100px;
    .title{
        color: #18377C;
        text-align: center;
        margin-bottom: 40px;
    }
    .cont{
        .item{
            display: flex;
            justify-content: space-between;
            background: #F7FAFF;
            border-radius: 24px;
            padding-top: 50px;
            margin-bottom: 40px;
            &:hover{
                box-shadow: 0px 8px 20px 0px rgba(24, 55, 124, 0.1);
            }
            .left{
                padding-left: 40px;
                .left-title{
                    color: #18377C;
                }
                .left-desc{
                    color: #18377C;
                    opacity: .7;
                    margin-top: 20px;
                    line-height: 26px;
                }
            }
            .right{
                >img{
                    width: 238px;
                    height: 238px;
                }
            }
        }
    }
    .footer{
        padding-top: 80px;
        .title{
            color: #18377C;
        }
    }
}
.block-faq{
    padding: 80px 0 80px ;
    .title{
        color: #18377C;
        margin-bottom: 30px;
    }
    .faq-list{
        .faq-item {
            border-bottom: 1px solid #e6f1ff;
            padding: 24px 0;
            transition: background 0.2s;
            .faq-question {
                color: #18377C;
                display: flex;
                align-items: center;
                justify-content: space-between;
                cursor: pointer;
                .icons img:nth-child(2) {
                    display: none;
                }
            }
            .faq-answer {
                color: #18377C;
                margin-top: 16px;
                line-height: 1.7;
                padding-right: 32px;
                display: none;
                opacity: .7;
                text-align: justify;
            }
        }
    }
}



@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-tache {
        margin-top: 40px;
        .cont {
            .item {
                .manage {
                    .left{
                        position: relative;
                        padding: 10px;
                    }
                    .right {
                        padding: 10px;
                        >img {
                            width: 100%;
                            height: auto;
                        }
                    }
                }
                .challenge-staff{
                    .challenge-staff-cont{
                        margin-bottom: 40px;
                        .card-cont{
                            padding: 10px;
                        }
                    }
                }
            }
        }
    }
    .block-scene {
        padding-top: 40px;
        .scene-card {
            padding: 10px;
            .scene-left, .scene-right {
                .scene-card-desc {
                    width: 100%;
                }
            }
            .scene-img{
                margin-top: 20px;
                >img{
                    width: 100%;
                    height: auto;
                }
            }
        }
        .more{
            height: 460px;
            border-radius: 16px;
        }
    }
    .block-advantage {
        padding-top: 40px;
        .cont {
             .item {
                padding-top: 30px;
                .right {
                    >img{
                        width: 120px;
                        height: auto;
                    }
                }
            }
        }
    }
    .block-faq{
        padding-top: 40px;
    }

}

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

}





















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

}


@media (max-width: 1024px) {

}

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

}


*/