/*css*/
.img p {
    color: #fff;
    position: absolute;
    bottom: 0;
    font-size: 0.3rem;
    left: 1rem;
    line-height: 1rem;}
@media (max-width: 560px) {
    .img p {
    color: #fff;
    position: absolute;
    bottom: -20px;
    font-size: 0.2rem;
    left: 0.4rem;
    line-height: 1rem;}
   
}
