body
{
    font-size: 16px;
    padding: 0;
    margin: 0;
    background: #fff!important;
    font-family: "Microsoft YaHei";
    color: #000;
}
*, :after, :before
{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
table
{
    width: 100%;
}
table strong
{
    font-size: 13px;
}
ul
{
    list-style-type: none;
}
li
{
    list-style-type: none;
}
a
{
    text-decoration: none;
    color: inherit;
}
i
{
    font-style: normal;
}
img
{
    border: 0;
    display: block;
}
input
{
    outline: none;
}
button
{
    outline: none;
}
h1, h2, h3, h4
{
    font-weight: normal;
}
.fl
{
    float: left;
}
.fr
{
    float: right;
}
.clear
{
    clear: both;
}
.clear:after
{
    content: '';
    display: block;
    clear: both;
}
.fix::before, .fix::after
{
    display: table;
    clear: both;
    content: '';
}
.auto
{
    width: 1200px;
    margin: 0 auto;
}
.pop .bottom
{
    border-bottom: none!important;
}
.pop .center
{
    width: 267px!important;
}
