@charset "utf-8";

*{

    margin:0;

    padding:0;

    list-style:none;

    text-decoration:none;

    font:6px "微软雅黑",Helvetica, sans-serif;

    border:none;

    color:#646464;

}

body{

    background: #fff;

}

a:hover {

    text-decoration:none;

}

.lf{

    float:left;

}

.rt{

    float:right;

}

.clear {

    clear: both;

}