
.menuIndex{
  width:50px;
  height:auto;
  z-index:1;
  position:fixed;
  right:1%;
  bottom:10px;
}
.menuIndex .menuNew{
 clear:both;
 width:50px;
 height:25px;
 background:url(/images/img/new.png) no-repeat center;
 font-size:14px;
 color:#ffffff;
 font-family:"Microsoft Yahei";
 margin-bottom:1px;
 text-align:center;
 font-weight:bold;
 line-height:20px;
}
.menuIndex a{
 display:block;
 width:50px;
 height:50px;
 cursor:pointer;
 margin-bottom:1px;
}
.menuIndex a .menuText,
.menuIndex a .menu-text
{
 width:50px;
 height:40px;
 background:#f10180;
 font-size:14px;
 font-family:"Microsoft Yahei";
 color:#fff;
 text-align:center;
 line-height:20px;
 padding:5px 0px;
 display:none;
}
.menuIndex a .menu-text{
 display:block;
}

.menuIndex a .menuBack{
 width:50px;
 height:50px;
 overflow:hidden;
 background:#e8e8e8;
 position:relative;
}
.menuIndex a .menuBack img{
 display:block;
 max-width:50px;
 max-height:50px;
 position:absolute;
 top:50%;
 left:50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
z-index:2;
}
.menuIndex a:hover{
 color:#fff;
}
.menuIndex .wechat{
  width:150px;
  height:auto;
  overflow:hidden;
  background:#fff;
  padding:15px;
  border:1px solid #dcdcdc;
  border-right:2px solid #eaeaea;
  text-align:center;
  position:absolute;
  right:54px;
  top:-100px;
  z-index:3;
  display:none;
  background:#f6f6f6;
}
.menuIndex .wechat .wechatImage{
 display:block;
 width:150px;
 margin-bottom:6px;
}
.menuIndex .wechat .tip{
 clear:both;
 width:auto;
 height:auto;
 display:block;
 font-size:14px;
 font-family:"Microsoft Yahei";
 color:#333333;
}
.menuIndex .wechat .tit{
 clear:both;
 width:auto;
 height:auto;
 font-weight:normal;
 overflow:hidden;
 font-size:16px;
 font-family:"Microsoft Yahei";
 color:#000;
}
.menuIndex .arrow{
 display:none;
 position:absolute;
 top:18px;
 right:49px;
 z-index:2;
}
.menuIndex .top{
 display:none;
}



