@charset "utf-8";
.suspend{
	border-top: 1px solid #e4e4e6;
	border-right: 1px solid #E4E4E6;
	border-left: 1px solid #E4E4E6;
	width: 88px;
	position: fixed;
	right: 5%;
	top: 50%;
	z-index: 99;
	background-color: #FFFFFF;
}
.suspend .s , .suspend .s1{
	border-bottom: 1px solid #E4E4E6;
	font-size: 14px;
	color: #2ea9e4;
	text-align: center;
	line-height: 14px;
	height: 124px;
}
.suspend div a{
	color: #2ea9e4;
}
.suspend .s .img{
	padding: 15px 0;
}
.suspend .s .img img , .suspend .s1 .img img{
	margin: 0 auto;
}
.suspend .s1{
	height: 99px;
	position: relative;
	cursor: pointer;
}
.suspend .s1 .img{
	padding: 20px 0 10px 0;
}
.suspend .on{
	background-color: #39ade5;
	color: #FFFFFF;
}
.suspend .on a{
	color: #FFFFFF;
}
.suspend .s1 .list{
	width: 200px;
	height: 200px;
	border: 1px solid #E4E4E6;
	position: absolute;
	right: 88px;
	top: -1px;
	display: none;
	text-align: center;
	line-height: 200px;
}
.suspend .s1 .list img{
	max-width: 98%;
	display: inline-block;
	vertical-align: middle;
}























