/*如果禁用默认CSS，选择上传文件导入CSS时，在载入时会有，一部分时间，布局会乱*/
body {
  cursor: url(https://i.loli.net/2017/08/19/5997836b66d58.png), default;
	color: #000;
	background: url(https://dss1.baidu.com/-4o3dSag_xI4khGko9WTAnF6hhy/super/crop=192,0,1728,1080/sign=25e118657d094b36cfdd41ad9efd45eb/83025aafa40f4bfbefa178ee084f78f0f7361812.jpg) fixed;
	background-size: 100%;
	background-repeat: no-repeat;
	font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
	font-size: 12px;
	min-height: 101%;
}

/*

#navigator {
	background-color: #3d97cb90;
	height: 60px;
	clear: both;
	margin-top: 60px;
	position: relative;
}
#main {
	min-width: 980px;
	text-align: left;
	clear: both;
	background: #ffffff00;
}
#mainContent {
	min-height: 200px;
	*padding-top: 10px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	float: left;
	width: 700px;
	background: #ffffff90;
}
#sideBar {
	min-height: 200px;
	padding: 0 5px 0 5px;
	margin-left: 700px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	_margin-left: 0;
	_width: 240px;
	padding-bottom: 20px;
	background: #f7fbfd90;
}
.cnblogs_code {
	background-color: #f5f5f590;
	font-family: Courier New !important;
	font-size: 12px !important;
	border: 1px solid #ccc;
	padding: 5px;
	overflow: auto;
	margin: 5px 0;
	color: #000;
}
.cnblogs_code div {
	background-color: #f5f5f500;
}
*/

}
#home {
	margin: 0 auto;
	width: 1400px;
}

#mainContent {
	min-height: 200px;
	*padding-top: 10px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	float: left;
	width: 800px;
	background: #ffffff90;
}
*/