.peculiarity{
    height: 8.8rem;
    position: relative;
    color: #fff;
}
.peculiarity>img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.peculiarity ul{
    position: absolute;
    bottom: 0rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    padding-bottom: 0.5rem;
}
.peculiarity ul img{
    display: block;
    width: 0.55rem;
    height: 0.55rem;
    margin: 0rem auto 0.2rem auto;
}
.peculiarity p{
    opacity: 0.8;
}


.advantage{
    padding: 1rem 0rem;
    background: url(../images/powerbank5.png)no-repeat center
    center,#fff;
    background-size: cover;
    text-align: center;
    color: #000;
}
.advantage .title{
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 0.3rem;
}
.advantage .txt{
    margin-bottom: 0.7rem;
}
.advantage ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.advantage li{
    display: flex;
    align-items: center;
    margin-right: 0.7rem;
}
.advantage li:last-of-type{
    margin-right: 0rem;
}
.advantage img{
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.2rem;
}



/* 移动端 */
@media (max-width: 800px){
    .peculiarity ul{
        width: 100%;
        padding: 0rem 4% 0.4rem 4%;
        flex-wrap: wrap;
        justify-content: center;
    }
    .peculiarity li{
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: left;
        margin: 0rem;
    }
    .peculiarity li:nth-child(n+2){
        margin-top: 0.3rem;
    }
    .peculiarity ul img{
        width: 0.5rem;
        height: 0.5rem;
        margin: 0rem 0.2rem 0rem 0rem;
    }
    
    .advantage li{
        width:40%;
        margin-right:0rem;
        margin:0.2rem;
    }
    
    
}