
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td, table {
    border: 0 none;
    font-family: "microsoft YaHei";
    margin: 0;
    outline: medium none;
    padding: 0;
}

html {
    font-size: 16px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

ul, li {
    list-style: outside none none;
}
.rel{
    position: relative;
}
i {
    font-style: normal;
}

*, *::before, *::after {
    box-sizing: border-box;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
a {
    color: #333;
    cursor: pointer;
    text-decoration: none;
}
a:hover {
    color: #f3982d;
}
.red a:hover{
    color: #de2d25;
}
.tc {
    text-align: center;
}
.hidden {
    display: none;
}
.container{
    width: 100%;
    padding:0 10px;
}
@media screen and (min-width: 1200px) {
    body {
        border: 2px solid #ddd;
        margin: 0 auto;
        width: 410px;
    }
}

.fixed-bottom{position:fixed;bottom:0;}