.logoo  img {
    height: 125px;
    z-index: 999;
    animation: zoomIn 1s;}
/*样式*/
@media (max-width: 768px){

.content img {
width: 90%;
    height: auto!important;
    max-width:90%!important;}


}




