#Online{
	width: 100%;
	background-color: #ffffcc;
	height: 400px;
}
.OnlineChannel{
	width: 250px;
	display: inline-block;
	text-align: center;
	font-weight: bold;
}
#OnlineChannelText{
	padding-left: 12%;
}
#ob{
	width: 100%;
	text-align: center;
}
#Online span:nth-child(1){
	font-size: 35px;
	font-family: '思源黑体 CN';
	font-weight: bold;
	color: #663333;
	line-height: 80px;
	padding-top: 120px;
}
#Online span:nth-child(3){
	font-size: 14px;
	font-family: '思源黑体 CN';
	font-weight:  bold;
	display:inline-block;
	padding-bottom: 45px;
	color: #663333;
}
