/*重置浏览器样式*/
html, body{
	font:14px PingFang SC,Helvetica Neue,Helvetica,Tahoma,Arial,sans-serif;
}
.hide {
	display: none;
}
*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Avenir;
}
body{
	color: #666666;
	font-size: 16px;
	font-family: Avenir;
}
ul,li{
	list-style: none;
}

a{
	color: #666;
	text-decoration: none;
	word-wrap: break-word;
}
img{
	border: 0;
}
input,textarea,select{
	color: #797979;
	border: 0;
	outline: none;
	resize: none;
}
input:focus,textarea:focus,select:focus{
	outline:0;
}
textarea{
	resize: vertical;
	resize: none;
}
em,i,strike{
	font-style: normal;
}
.hide{
	display: none!important;
}
.block {
	display: block;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clearfix:after {
	display: block;
	content: '';
	clear: both;
	height: 0;
}
.text-r {
	text-align: right;
}
.ell {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.flex-between {
	display: flex;
	justify-content: space-between;
}
.no-select-text {
	/*禁止文本被多次点击选中*/
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

.viewer-footer .viewer-title{
	display: none!important;
}
