*{margin: 0;padding: 0;}
a{text-decoration: none;}
ol,ul,li{list-style: none;}
img{vertical-align: top;}
.fl{float: left;}
.fr{float: right;}
.clearfix::after{
    content: '';
    display: block;
    clear: both;
}