body, h1, h2, h3, h4, h5, h6, hr, p, blockquote , a, b, span, p ,i,dl, dt, dd, ul, ol, li, pre, button, input, textarea,th, td,div,select,img{
    margin: 0;
    padding: 0;
    
}
@font-face {
    font-family: akrobat;
    src: url(/static/font/akrobat-semibold-webfont.woff2) format('woff2'), url() format('woff');
    font-style: normal
}

b {
    font-weight: normal;
}
img{
    border: none !important;
}

body,
button, input, select, textarea { 
    
	color:#333;
    font: 12px/1 Microsoft Yahei, Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif; 
    outline: none;
}


h1,h2,h3,h4, h5, h6 { font-size: 100%; font-weight:normal;}

 
address, cite, dfn, em, var ,i{ font-style: normal; }


ul, ol ,li{ list-style: none; }


a { 
text-decoration: none;
 }


input[type="button"]{
   cursor: pointer;
}


input[type="text"] {
    outline: none;
}


button, input, select, textarea {
    font-size: 100%; 
}


table {
    border-collapse: collapse;
    border-spacing: 0;
}


hr {
    border: none;
    height: 1px;
}



.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


html { overflow-y: scroll; }
*{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-family:微软雅黑;
}



.fl{
	float:left;
}


.fr{
	float:right;
}
input[type="button"], input[type="submit"], input[type="reset"] {

    -webkit-appearance: none;

}
