html{

    font-family: "Microsoft YaHei";

    font-size: 62.5%;

}

html,body,h1,h2,h3,h6,p,img,ul,li,input,select{

    margin: 0;

    padding:0;

	

}

ul,ol{

    list-style: none;

}

a,a:hover{

    text-decoration: none;
	color:#000000;

}

img{

    border: none;

}

.clearfix{

    zoom: 1;

}

.clearfix::after{

    content: '';

    display: block;

    height: 0;

    clear: both;

    visibility: hidden;

}



