* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

img {
    border: 0px;
}

body {
    font-family: 微软雅黑, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
}

.clear:after {
    content: "\20";
    display: block;
    clear: both;
}

.clear {
    zoom: 1;
}

a {
    /*text-decoration: none;*/
    color: #666;
}

a:hover {
    text-decoration: underline;
}
