* {
    margin: 0;
    padding: 0;
}

ul, ol{margin:0;}
body {
    /*min-width: 1200px;*/
    font-family: "微软雅黑";
    font-size: 14px;
    color: #666;
    background-color: #ffffff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #666;
    text-decoration: none;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}

li {
    list-style: none;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.fl {
    float: right !important;
}

.fr {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}