body {
    min-width: 1200px;
    background-color: #f5f6f8;
}

.w {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

* {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    color: #333333;
}

li {
    list-style: none;
}

.clear {
    clear: both;
}

.overflow {
    overflow: hidden;
}
.fr {
    float: right;
}

.fl {
    float: left;
}
.hidden{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
img {
    border: none;
}

input {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}