<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
* @Author: Administrator
* @Date:   2018-07-04 13:27:30
* @Last Modified by:   Administrator
* @Last Modified time: 2018-07-06 09:27:57
*/
/* 鍏叡鏍峰紡 */

/* 鏍峰紡閲嶇疆 */
html,body,ul,li,ol,img,a,p,div,h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
	/* 璁剧疆鐩掑瓙妯″瀷 */
	box-sizing: border-box;
	/* 鍘婚櫎绉诲姩绔偣鍑婚珮浜晥鏋� */
	-webkit-tap-highlight-color: transparent;
}
p,li,a,span,h1,h2,h3,h4,h5,h6{word-break: break-word;
    word-wrap: break-word;}
html{
	font-size: 50px;
}
body{
	font-family: "寰蒋闆呴粦";
	background: #F3F4F9;
}
a,
a:hover{
	color: #666;
	text-decoration: none;
}
ul,ol{
	list-style: none;
}
input{
	border: none;
	border: 1px solid #ccc;
	outline: none;
}
img{
	
}

/* 娣诲姞鏂扮殑鏍峰紡 */
.f_left{
	float: left;
}
.f_right{
	float: right;
}
.clearfix::before,
.clearfix::after{
	content: "";
	display: block;
	height: 0;
	line-height: 0px;
	clear: both;
	visibility: hidden;
}

.sheng{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}






</pre></body></html>