body{
    padding: 0;
    margin: 0;
    font-family: "微软雅黑", Microsoft YaHei;
    font-size:14px;
}
a{
    text-decoration:none;
    font-family: "微软雅黑", Microsoft YaHei;
    font-size:14px;
    /*
    transition: all .5s;
    */
}
img{
    border: none;
}
p,figure,hr,h1,h2,h3,h4,h5,h6{
    padding:0;
    margin: 0;
    font-weight: normal;
}
em,i{
    font-style: normal;
    font-weight: normal;
}
ul, li, dl, dt, dd{
    padding: 0;
    margin: 0;
    list-style: none;
}
/*
div{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing:border-box;
}
*/
.clearfix:after{
    content: ',';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.none{
    display: none;
}
input, textarea {
    outline: 0;
    resize: none;
    border: none;
}
button, input, select, textarea {
    font-family:Arial, Helvetica, sans-serif;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
}
/*html5*/
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}

