html{
    font-family: "Microsoft YaHei","Arial","sans-serif";
}
html,body,header,section,footer,div,ul,ol,li,img,a,span,em,del,legend,center,strong,var,fieldset,form,label,dl,dt,dd,cite,input,hr,time,mark,code,figcaption,figure,textarea,h1,h2,h3,h4,h5,h6,p{
    margin:0;
    border:0;
    padding:0;
    font-style:normal;
}
html,body {
    font-family: "SourceHanSansCn Light","Microsoft YaHei","Arial","sans-serif";
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
}
nav,article,aside,details,main,header,footer,section,fieldset,figcaption,figure{
    display: block;
}
img,a,button,em,del,strong,var,label,cite,small,time,mark,code,textarea{
    display:inline-block;
}
header,section,footer {
    position:relative;
}
ol,ul{
    list-style:none;
}
input,button,textarea {
    border:0;
    margin:0;
    padding:0;
    font-size:1em;
    line-height:1em;
    background-color:rgba(0, 0, 0, 0);
}
input:focus{
    outline: none;
}
span{
    display:inline-block;
}
a:active, a:hover {
    outline: 0;
    color: inherit;
}
a, a:visited{
    text-decoration:none;
    color: inherit;
}

label, .wordWrap{
    word-wrap: break-word;
    word-break: break-all;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,th {
    padding: 0;
}
label {
    font-weight: normal;
}
body{
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clearfix:after{
    content: ' ';
    display: block;
    clear: both;
    visibility:hidden;
    line-height: 0;
    height:0;
}
.rl {
    position: relative;
    top: 0;
    left: 0;
}
