@charset "utf-8";
/* CSS Document */
*{
    margin: 0;
    padding: 0;
}
body {
    font-size: 12px;
    line-height: 2;
    width:100%; 
    font: 14px/1.5 "PingFang SC","Microsoft YaHei",SimSun,sans-serif; 
}
ol,ul {
    list-style: none;
}
a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s; 
    -o-transition: all .5s;
    transition: all .5s;
}
a:hover {
    color: #b90b13;
}
img {
    border:0;
    vertical-align: middle;
}
input,textarea {
    outline: none;
    resize: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.fl{ 
    float:left;
}
.fr{ 
    float:right;
}
.clear {
    line-height: 0;
    overflow: hidden;
}
.clear:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
}