html,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select,div{
	margin:0;padding:0;
}
html{height:100%;}
body{
	height:100%;
	/* font:12px "方正兰亭黑_GBK","Microsoft YaHei","Hiragino Sans GB"; */
    font:12px;
    font-family: FZ, "Microsoft yahei", 微软雅黑, Tahoma, Verdana, Arial, sans-serif;
	-webkit-text-size-adjust:100%;
    margin:0;
    padding:0;
    box-sizing: border-box;
    overflow-x: hidden;
	padding-top:80px;
   }

a{color: #4c4c4d;text-decoration:none}
em{font-style:normal}
ul,ol,li{list-style-type:none}
img{border:0;vertical-align:middle}
table{border-collapse:collapse;border-spacing:0}
input{outline: none;box-shadow: none;}
p{word-wrap:break-word}
textarea{resize:none}

input:focus{
    outline: none;
}
input::-ms-clear{display:none;}
input::-ms-reveal{display:none;}
button{
    outline:none;
}

