.banner-higher{
    min-height: 24vmax;
    position: relative;
}
.banner-higher>.img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.banner-higher>.img img{
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.banner-higher>.container-md{
    position: absolute;
    top: calc(50% - 2.5rem);
    left: 50%;
    transform: translate(-50%,-50%);
}
.banner-higher>.container-md .text p{
    padding-left: 2px;
    width: 50%;
    min-width: 300px;
    margin-bottom: 0;
}
.approve-higher{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
.approve-higher .container-md>.flex{
    min-height: 10vmax;
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
    border-radius: 5px;
    transform: translateY(5vmax);
    align-items: center;
    padding: 20px 0;
}
.approve-higher .box{
    width: 100%;
}
.approve-higher .box .flex{
    justify-content: space-evenly;
}
.approve-higher .box span,.approve-higher .box h5{
    display: block;
    width: 200px;
    max-width: 90%;
    margin-bottom: 0;
}
.approve-higher .color-vi{
    font-size: 28px;
}
.about-higher{
    padding: 10vmax 0 5vmax;
    background: #f8f9fa;
}
.about-higher .container-md>.flex{
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
    padding: 20px;
    gap: 1.5rem;
}
.about-higher .left{
    flex: 2;
}
.about-higher .left img{
    width: 100%;
}
.about-higher ul{
    flex: 1;
    background: #f8f9fa;
    padding: 20px;
}
.about-higher ul li:not(:last-child){
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #d8d8d8;
}
.about-higher ul span{
    color: #666;
}
.scene-higher{
    padding: 5vmax 0;
}
.scene-higher .row{
    row-gap: 1.5rem;
}
.scene-higher .row .item h5{
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    margin-bottom: 0;
    z-index: 3;
    color: #fff;
}
.scene-higher .cover-img-56::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(35,35,47,.9), rgba(35,35,47,0));
    z-index: 2;
}
.framework-higher{
    padding: 5vmax 0;
    background: url(/skin/img/product/22.jpg);
}
.advantage-higher{
    padding: 5vmax 0;
    overflow: hidden;
}
.advantage-higher .item{
    position: relative;
    padding: 5vmax 0;
    gap: 1.5rem;
    align-items: center;
}
.advantage-higher .item .img{
    flex: 5;
}
.advantage-higher .item .text{
    padding: 40px 0;
    flex: 3;
    min-height: 240px;
}
.advantage-higher .item:nth-child(odd) .img{
    order: 2;
}
.advantage-higher .item:nth-child(odd)::before{
    content: '';
    display: block;
    width: 100vw;
    height: 100%;
    background: #f8f9fa;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}
.advantage-higher .item .text strong{
    font-size: 1.8rem;
    display: block;
    margin-bottom: 20px;
}
.advantage-higher .item .img img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
    transition: all .2s linear;
}

@media (any-hover: hover) {
    .scene-higher .item:hover img{
        transform: translate(-50%,-50%) scale(1.05);
    }
    .advantage-higher .item .img:hover img{
        transform:  scale(1.05);
    }
    .about-higher ul li:hover h5,.scene-higher .row .item:hover h5,.advantage-higher .item .text:hover strong{
        color: #ff6a00;
    }
}

@media screen and (max-width: 1024px){
    .banner-higher>.container-md{top:50%}
    .approve-higher{display:none}
    .about-higher{padding-top:5vmax}
}

@media screen and (max-width: 768px){
    .about-higher ul{flex:auto;width:100%}
}

@media screen and (max-width: 480px){
    .advantage-higher .item .text{flex:auto;width:100%;padding:0;min-height: auto;}
    .advantage-higher .item:nth-child(odd) .img{order:0}
}