/*侧栏导航*/
.online {
	position: fixed;
	z-index: 99;
	top: 50%;
	right: 10px;
	margin-top: -150px;
	display: block;
}

.online li {
	position: relative;
	width: 48px;
	height: 48px;
	margin-bottom: 1px;
	width: 56px;
    height: 56px;
    background: rgba(161,164,171,.2);
    border-radius: 8px;
    transition: all .4s cubic-bezier(.19,1,.22,1);
    cursor: pointer;
    margin-bottom: 6px;
}

.online li span {
	position: absolute;
	width: 11px;
	height: 6px;
	background: url(index28.png) no-repeat;
	left: 18px;
	top: -6px;
}

.online1 {
	position: absolute;
	top: 0;
	right: 60px;
	padding:0 20px;
	height: 56px;
	line-height: 56px;
	font-size: 16px;
	color: #FFF;
	background: #9a9a9a;
	display: none;
	text-align: center;
	border-radius: 8px;
	width: 120px;
}

.online2 {
	position: absolute;
	top: 0;
	right: 60px;
	padding:0 20px;
	height: 56px;
	line-height: 56px;
	font-size: 16px;
	color: #FFF;
	background: #9a9a9a;
	display: none;
	text-align: center;
	border-radius: 8px;
}

.online3 {
	position: absolute;
	top: 0;
	right: 100px;
	display: none;
	width: 120px;
	height: 120px;
	border-radius: 8px;
}

ul {
	list-style-type: none;
}

@media(max-width:1000px){
	.online{
		display: none;
	}
	.online li{
		margin-left: 10px;
		margin-right: 10px;
	}
}




