.rightFiexd{
	position: fixed;
	right: 10px;
	top: 50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
	z-index: 9999;
	width: 50px;
    background: #fff;
    border: 1px solid #f2f2f2;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    box-sizing: border-box;
}
.Fiexditem{
	border-bottom: 1px solid #f2f2f2;
	position: relative;
	box-sizing: border-box;
	cursor: pointer;
}
.Fiexditem .icon{
	width: 50px;
	height: 50px;
    background-color: #fff;
	background-position: center center;
	background-size: 25px 25px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.Fiexditem .text{
	border-top:2px solid #0069D9;
	position: absolute;
	top: 0;
	right: 48px;
	white-space: nowrap;
	background-color: #FFFFFF;
	color:#000;
	padding: 15px;
	-webkit-transition:ease-in-out .5s;
	transition:ease-in-out .5s;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
    align-items: center;
    justify-content: center;
    
	-webkit-transform:translateX(1000px);
	-moz-transform:translateX(1000px);
	-ms-transform:translateX(1000px);
	-o-transform:translateX(1000px);
	transform:translateX(1000px);
	z-index: 1;
}
.Fiexditem:hover .text{
	-webkit-transform:translateX(0);
	-moz-transform:translateX(0);
	-ms-transform:translateX(0);
	-o-transform:translateX(0);
	transform:translateX(0);
}
.Fiexditem .text p {
	margin: 0;
	width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid #ccc;;
	font-size: 16px;
    line-height:20px;
    color: #0069D9;
}
.text img{
	width: 120px;
}
.Fiexditem .text .P_text{
	margin-top: 5px;
}


.email {
  background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2021110417411151047/cms/image/64f38963-e2e9-4e33-b693-191a8314f246.png_1920xaf.png);
}
.tellink{
  background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2021110417411151047/cms/image/504cded1-e008-4ed0-99e9-d177d328d847.png_1920xaf.png);
}
.qqlink{
  background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2021110417411151047/cms/image/c0476e27-ef03-49ab-b9e1-2ce954c08603.png_1920xaf.png);
}
.wechatimg{
  background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2021110417411151047/cms/image/e6966685-b4c7-496a-8d97-1ed4cfc37c86.png_1920xaf.png);
}
.erweimaimg{
  background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2021110417411151047/cms/image/black_ewm.png);
}
.topimg{
  background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2021110417411151047/cms/image/33f586af-9134-415b-b5aa-9dc4461427d9.png_1920xaf.png);
}