/* 页面重置 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}

ol, ul {
	list-style: none;
}

:focus {
	outline: 0;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-family: SimHei, 'Microsoft Yahei', Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: inherit;
}

/** 重置超链接元素 **/

a:hover {
	text-decoration: none;
	color: inherit;
}

/*color:#333;*/

img {
	border: 0;
}

input, textarea, button {
	background: transparent;
	outline: none;
	border: none;
	margin: 0;
	padding: 0;
}

html {
	font-size: 100px;
}

/*超出显示省略号*/

.ellipsis1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.ellipsis2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.ellipsis3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.ellipsis4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.ellipsis5 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.ellipsis10 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10;
}

/*头像等图片自适应*/

.flex_img {
	display: flex;
	width: 100%;
	height: 100%;
}

.flex_img img {
	object-fit: cover;
	min-width: 100%;
	min-height: 100%;
	width: inherit;
	height: inherit;
}

.fwb {
	font-weight: bold;
}

.iconfont {
	font-size: inherit;
}

.widthS {
	width: 100%;
}

.hide {
	display: none!important;
}

.page_box {
	font-size: 0.14rem;
}

.page_width {
	width: 12rem;
	margin-left: auto;
	margin-right: auto;
}

.body_bg {
	background-color: #F7F7F7;
}