/*css 初始化 */
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video, input{
	margin: 0;
	padding: 0;
	word-break: break-all;
	box-sizing: border-box;
}
body{
	min-width: 400px;background: #fff;font-family: "思源黑体", "Helvetica Neue", Helvetica, Arial, sans-serif;font-size: 16px;color: #333;overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
fieldset, img, input, button {
	border: none;
	padding: 0;
	margin: 0;
	outline-style: none;
}
ul, ol {
	list-style: none;
}
input {
	padding-top: 0;
	padding-bottom: 0;
}
select, input {
	vertical-align: middle;
}
select, input, textarea {
	font-size: 12px;
	margin: 0;
	outline:none;
}
textarea {
	outline:none;
	resize: none;
}

/*防止拖动*/
img {
	border: 0;
	vertical-align: middle;
}
/*  去掉图片低测默认的3像素空白缝隙*/
table {
	border-collapse: collapse;
}

a {
	color: #333;
	text-decoration: none;
}
a:hover,button:hover{
	cursor: pointer;
}
s, i, em {font-style: normal;text-decoration: none;}
.clearfix:after{content: ""; display: block; height: 0; clear: both; visibility: hidden; font-size: 0;}

#app{ position: relative; }
.text_one{ overflow: hidden;text-overflow:ellipsis;white-space: nowrap; }
.text_two{ display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden; }
.text_three{ display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden; }