/*滚动条样式*/
/* Chrome Safari */
/*::-webkit-scrollbar {
				display: none;
			}*/
::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	/* background: rgba(0, 0, 0, 0.2); */
	/* background: rgba(20, 141, 255, 1); */
	background: rgba(0, 0, 0, 1);
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(225, 225, 225, 0.1);
}

.content {
	width: 1088px;
	height: 776px;
	background-color: #FFFFFF;
	background-image: url(../../img/navigate_bottom/yingyezhizhao1.jpg);
	background-size: 100% 100%;
}
