body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0}
body{font-family:'PingFang-Bold','PingFang SC Bold','Microsoft YaHei','Microsoft YaHei UI','WenQuanYi Micro Hei','Arial','sans-serif';background:#fff;-webkit-text-size-adjust:100%;}
a{text-decoration:none;color: unset;}
a:hover{text-decoration:unset;}
em{font-style:normal}
li{list-style:none}
img{border:0;vertical-align:middle}
table{border-collapse:collapse;border-spacing:0}
p{word-wrap:break-word}

/* float 最后清除浮动 */
.clear ul:after{
	content: "";
	height: 0;
	width: 100%;
	display: block;
	clear: both;
}

/* 小兴言默认样式 */
/* 左右浮动 left right*/
.left{
	float: left;
	width: 50%;
}
.right{
	float: right;
	width: 50%;
}
.clear:after{
	content: "";
	height: 0;
	width: 100%;
	display: block;
	clear: both;
}