@charset "utf-8";

/* The lower Angle returns to the top */
.right_icon{
  position: fixed;
  bottom: 20px;
  right: 0;
  z-index: 999999999;
}

.right_iconList li{
  position: relative;
  border-bottom: 1px solid #bfbfbf;
  background: #ffffff;
}

.right_iconList li:last-child{
  border-bottom: none;
}

.right_iconList li a{
  display: inline-block;
}

.right_iconList li a i{
  width: 78px;
  height: 74px;
  display: inline-block;
}

.right_iconList li:hover{
  background-color: #ff4444;
}

.phone_bg{
  background: url('../../images/phone.png') no-repeat center;
  display: inline-block;
}

li:hover .phone_bg{
  background: url('../../images/phone1.png') no-repeat center;
  display: inline-block;
}

.qq_bg{
  background: url('../../images/qq.png') no-repeat center;
}

li:hover .qq_bg{
  background: url('../../images/qq1.png') no-repeat center;
}

.WeChat_bg{
  background: url('../../images/WeChat.png') no-repeat center;
}

li:hover .WeChat_bg{
  background: url('../../images/WeChat1.png') no-repeat center;
}

.top_one{
  background: url('../../images/top1.png') no-repeat center;
}

li:hover .top_one{
  background: url('../../images/top.png') no-repeat center;
}

.right_iconList li .hover_img{
  position: absolute;
  top: 18px;
  right: 85px;

}

.wechat_img{
  position: absolute;
  top: -25px;
  right: 85px;
}

.hover_img p{
  color: #ffffff;
  background: url('../../images/bottom_bg.png') no-repeat;
  width: 159px;
  height: 46px;
  line-height: 46px;
  text-align: center;
}

/*  The lower Angle returns to the top */
