@charset "utf-8";


* {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: '微软雅黑';
    color: #666666;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
html {
    /*overflow-x: hidden*/
}
a {
    text-decoration: none;
}
li {
    list-style: none;
}
img {
    border: 0;
}
input {
    outline: none;
    border: none;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*清除浮动*/

.clear {
    clear: both;
}
.fl {
    float: left;
    display: inline;
}
.fr {
    float: right;
    display: inline;
}
.m0a {
    margin: auto;
}

ul:before,ul:after{content: '';display: block;clear: both;}
