body, html {
    font-family: Microsoft YaHei
}

body {
    -webkit-user-select: none
}

blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6,
input, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, iframe, img {
    border: 0 none
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 400
}

li, ol, ul {
    list-style: none
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400
}

q:after, q:before {
    content: ""
}

a {
    color: #ffe1a2;
    text-decoration: none;
    margin: 0;
    padding: 0
}


.fl {
    float: left
}

.fr {
    float: right
}
/*
.clearfix {
    clear: both
}*/
.clearfix:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
}

