#right-contact *{
	margin:0px;
	padding:0px;
}
#right-contact{
	position: fixed;
	z-index: 9999;
	right: 0px;
	bottom: 15rem;
	background: #fff;
	z-index: 99999;
}

#right-contact .option{
	z-index: 999999;
}

#right-contact .option .pic{
	border: 1px solid #eee;
	padding: .4em;
}

#right-contact .option:hover{
	background: #eee;
}

#right-contact .icon_contact{
	background-image: url("http://cdn.watt.fnwnet.cn/common/img/contact/contact_right.png");
	width: 2.5rem;
	height: 2.5rem;
	margin:auto;
	background-size: cover;
}

#right-contact .icon_contact_weixin{
	background-position: 0 -2.5rem;
}

#right-contact .icon_contact_whatsapp{
	background-position: 0 -5rem;
}

#right-contact .icon_contact_line{
	background-position: 0 -7.5rem;
}

#right-contact .icon_contact_telegram{
	background-position: 0 -10rem;
}

#right-contact .detail{
	position: absolute;
	top:0;
	right: 3.5rem;
	height: 0;
}

#right-contact .option .pic:hover+.detail{
	transition: height .5s;
	height: 14rem;
	background: #fff;
	border: 1px solid #ddd;
	padding: .5em;
}

#right-contact .detail img{
	height: 100%;
}