/*basic*/

@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: none;
    outline: none;
}

body {
    font-size: 16px;
    font-family: Microsoft Yahei, "寰蒋闆呴粦", Arial;
    color: #333;
}

img {
    border: none;
    width: 100%;
    display: block;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
    color: #333;
}

.center {
    text-align: center;
}

.clear::after,
.clear::before {
    content: '';
    clear: both;
    display: block;
    zoom: 1;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}