@charset "UTF-8";
/* CSS Document */

/*公共样式*/
body, dl, dd, h1, h2, h3, h4, h5, h6, p, ol, ul, form { margin:0;padding:0;}
a { text-decoration: none; cursor: pointer;}
a:hover, a:active, a:visited, a:link{ text-decoration: none; cursor:pointer;}
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
i{ font-style:normal}
ul li{ list-style:none;}
input { outline: none;}
img { border: 0 none; display:block;}

html{
    width:100%;
    min-height:100%;
}
body{
    color: #333;
    font-size: 14px;
    font-weight:normal;
    font-family:"Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
    width:100%;
    min-width:1200px;
    height:100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing:grayscale;
}
.fl{ float:left;}
.fr{ float:right;}
.clearfloat:after{ display:block; content:''; clear: both;}
