/*公共部分 */
html {
    height: 100%;
}

body {
    margin: 0;
    font-size: 14px;
    color: #666;
    background:#f2f3f3;
}

body, input, button, select, textarea, h1, h2, h3, h4, h5, h6 {
    font-family: 'Helvetica Neue', 'STHeiti', '΢���ź�', 'Microsoft YaHei', Helvetica, Arial, sans-serif;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    font-size: 100%;
    line-height: 1.7;
}

dd {
    margin-left: 10px;
}

a {
    cursor: pointer;
    color: #666;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none !important;
}
input{
    outline: none;
}
table td {
    vertical-align: middle !important;
}
i{
    font-style:normal;
}
dt{
    font-weight:normal;
}
.btn:focus{
    outline:none;
}
label{
    font-weight:normal;
}
/*自定义*/
.fl{
    float:left;
}
.fr{
    float:right;
}
.clear {
    *zoom: 1;
}

.clear:after {
    clear: both;
    height: 0;
    overflow: hidden;
    display: block;
    visibility: hidden;
    content: ".";
}



