html{overflow-x: hidden;}
body,ul,li,dl,dt,dd,p,ol,h1,h2,h3,h4,h5,h6,form,img,table,fieldset,legend,figcaption,figure{margin:0; padding:0;}
ul,li,ol{list-style:none;}
em,i,address{font-style: normal;}
img,fieldset{border:0; } 
img{display:block;}
a{text-decoration:none; color:#333;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
body{ font-family:"微软雅黑";font-size:12px;}
input,a{outline:none;}
input{border: 0;}
button {
        all:unset;
    }

.fl{float: left;}
.fr{float: right;}

.clean:after{content: '.';display: block;clear: both;height: 0;overflow: hidden;visibility: hidden;}