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

}
.scene-responsive-layout{
            margin-top: 40px;
            box-shadow: 0px 8px 20px 0px rgba(165, 189, 251, 0.24);
            .swiper {
              width: 100%;
              height: 100%;
              overflow: visible;
            }
            .swiper-slide {
              text-align: center;
              display: flex;
              justify-content: center;
              align-items: center;
              width: 80%;
              .img-magnify{
                border-radius: 24px;
                >img {
                  display: block;
                  width: 100%;
                  height: 100%;
                  object-fit: cover;
                  border-radius: 24px;
                }
              }
            }
        }

.block-version{
    padding-bottom: 80px;
    .title{
        color: #18377C;
        text-align: center;
        margin-bottom: 30px;
    }
    .desc{
        color: #18377C;
        text-align: center;
        margin-bottom: 60px;
    }

    .item{
        border-radius: 18px;
        box-shadow: 0 2px 8px rgba(26, 63, 166, 0.06);
        background: #F2F8FF;
        .head{
            .explain{
                border-radius: 18px 18px 0 0;
                padding: 24px 24px 40px 24px;
                .head-title{
                    color: #18377C;
                }
                .head-desc{
                    padding-top: 10px;
                    color: #18377C;
                    text-align: justify;
                    line-height: 26px;
                }
                .amount{
                    padding-top: 20px;
                    color: #18377C;
                }
            }
            .counsel{
                background: #fff;
                box-shadow: 0 1px 4px hsla(0, 0%, 52.9%, .08);
                padding: 24px;
                .counsel-desc{
                    color: #18377C;
                    opacity: .7;
                }
                .but{
                    margin-top: 20px;
                    display: flex;
                    .solution-btn {
                        width: 260px;
                        margin: 0 auto;
                        padding: 6px 24px;
                        text-align: center;
                        background: #F5F8FF;
                        color: #18377C;
                        border: 1px solid #18377C;
                        border-radius: 30px;
                        cursor: pointer;
                        transition: all 0.3s;
                        text-decoration: none;
                        &:hover{
                            background: #18377C;
                            color: #fff;
                            transform: translateY(-2px);
                        }
                    }
                }
            }
        }
        .list{
            .list-card{
                .card-item{
                    padding: 16px 24px 10px 24px;
                    .list-title{
                    color: #333;
                    margin-bottom: 10px;
                }
                .list-item{
                    display: flex;
                    justify-content: space-between;
                    margin-bottom: 6px;
                    height: 24px;
                    .left{
                        color: #333;
                        opacity: .7;
                    }
                    .right{
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        .no{
                            color: #666;
                            font-weight: bold;
                        }
                        .txt{
                            color: #18377C;
                        }
                        .img{
                            height: 18px;
                            width: 18px;
                            background-image: url(/webasset/hypd/images/quotation/block-version-01.webp);
                            background-repeat: no-repeat;
                            background-size:100% 100%;
                        }
                    }
                }
                }
            }
            .item-row-index-6 {
              border-bottom-left-radius: 18px !important;
              border-bottom-right-radius: 18px !important;
              overflow: hidden;
            }
        }
    }
}


@media (max-width: 1024px) {
    .block-version{
        .cont{
            padding-left: 15px;
            padding-right: 5px;
        }
        .item{
            margin-bottom: 20px;
        }
        .cont-row{
            flex-wrap: unset !important;
            overflow: hidden !important;
            overflow-x: auto !important;
            margin-right: 10px;
            -ms-overflow-style: none !important;
            scrollbar-width: none !important;
            &::-webkit-scrollbar {
                display: none !important;
                width: 0 !important;
                height: 0 !important;
            }
        }
        .cont-col-12{
            padding-right: 0px;
            padding-left: 0px;
        }
        .col-md-4{
            padding-left: 10px;
            padding-right: 0px;
        }
    }
}

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

}





















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

}


@media (max-width: 1024px) {

}

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

}


*/