body{
	padding: 0;
	margin: 0;
}

.c-ceBian{
	position: fixed;
	right: 0px;
	top: 60%;
	transition: 0.6s;
	opacity: 0;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	z-index: 999999;
}

.c-ceBian .show{
	position: relative;
	cursor: pointer;
}

.c-ceBian .logo{
	line-height: 50px;
	text-align: center;
	
	display: block;
	height: 50px;
	width: 60px;
	background-color: #d2886d;
	z-index: 999;
	font-size: 24px;
	user-select: none;
	color: white;
}

.c-ceBian .show:nth-child(2) .logo{
	font-size: 20px;
}

.c-ceBian .show:nth-child(3) .logo{
	font-size: 22px;
}


.c-ceBian .show:nth-child(4) .logo{
	font-size: 28px;
}

.c-ceBian .show:hover .logo{
	background-color: #d2886d;
	color: white;
}

.c-ceBian .show .info{
	position: absolute;
	top: 0px;
	/* height: 50px; */
	width: 100px;
	background-color: #fff2e5;
	right: -40px;
	transition: 0.2s;
	z-index: -1;
	opacity: 0;
	text-align: center;
	line-height: 50px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	color: #4d4d6a;
}

.c-ceBian .show:nth-child(2) .info{
	background: url(../img/wechat.jpg);
	background-size: 100%;
}

.c-ceBian .show:nth-child(3) .info{
	background: url(../img/qq.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

.c-ceBian .show:hover .info{
	right: 60px;
	opacity: 1;
}

.c-ceBian .show:hover #weiXin-ewm{
	height: 100px;
	width: 100px;
	background-color: white;
}

.c-ceBian .show:hover #qq-ewm{
	height: 100px;
	width: 100px;
	background-color: white;
}

