body,div,input,select,form,a,p{
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #676767;
}
ol,ul,li{
    margin: 0;
    padding: 0;
    list-style:none;
}
a,a:hover,a:active,a:visited,a:link,a:focus{
    outline:none;
    /* background: none; */
    text-decoration: none;
}
img{
    border: none;
    }
.clear{
    zoom: 1;
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.fl{
    float: left;
    list-style: none;
}
.fr{
    float: right;
    list-style: none;
}