@charset "UTF-8";
*{margin:0;padding:0;}
body{
    background: #f4f8fb;
    padding:20px !important;
    font-family: "微软雅黑";
    overflow-y: auto;
    overflow-x: hidden;
}
a,a:hover,a:focus{text-decoration: none;outline:none;}
.fl{
    float: left;
}
.fr{
    float: right;
}
ul, li {
    list-style-type: none;
}
 .clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
.asterisk{
    color:red;
    font-weight:bold;
    padding-left:2px;
}
/*.clearfix {
    display: inline-block
}

.clearfix {
    height: 1%
}

.clearfix {
    display: block;
    overflow: hidden
} */