@keyframes jumping{
    0%{
        top:-20px;
    }
    50%{
        top:-10px;
    }
}
@-moz-keyframes jumping{
    0%{
        top:-20px;
    }
    50%{
        top:-10px;
    }
}
@-webkit-keyframes jumping{
    0%{
        top:-20px;
    }
    50%{
        top:-10px;
    }
}
@-o-keyframes jumping{
    0%{
        top:-20px;
    }
    50%{
        top:-10px;
    }
}
.pop-layer{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 175px;
    height: 175px;
}
.pop-layer img{ width:100%;}
.layer-litter-person{
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;height: 156px;
}
.layer-litter-person img{
    width: 100%;
    height: 100%;
}
.layer-click-consult{
    position: absolute;
    top: -20px;
    right: 0;
    animation: jumping 1s infinite;
    -moz-animation: jumping 1s infinite;
    -webkit-animation: jumping 1s infinite;
    -o-animation: jumping 1s infinite;
    width: 70px;
    height: 70px;
}
.layer-click-consult img{
    width: 100%;
    height: 100%;
}

.layer-litter-person-house{
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;height: 156px;
}
.layer-litter-person-house img{
    width: 100%;
    height: 100%;
}
.layer-click-consult-house{
    position: absolute;
    top: -20px;
    right: 0;
    animation: jumping 1s infinite;
    -moz-animation: jumping 1s infinite;
    -webkit-animation: jumping 1s infinite;
    -o-animation: jumping 1s infinite;
    width: 70px;
    height: 70px;
}
.layer-click-consult-house img{
    width: 100%;
    height: 100%;
}