/*  */
.toolbar{
  position:fixed;
  right: 0;
  bottom: 44%;
}
.toolbar ul li{
  width: 42px;
  height: 42px;
  margin-bottom: 2px;
  position: relative;
  cursor: pointer;
}
.toolbar ul li:nth-child(1){
  background-image: url(../images/dianhua.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.toolbar ul li:nth-child(1):hover{
  background-image: url(../images/dianhua1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.toolbar ul li:nth-child(1):hover .tool-box1{
   display: block;
}
.toolbar ul li:nth-child(2):hover .tool-box2{
  display: block;
}
.toolbar ul li:nth-child(3):hover .tool-box3{
  display: block;
}
.toolbar ul li:nth-child(2){
  background-image: url(../images/weixin.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.toolbar ul li:nth-child(2):hover{
  background-image: url(../images/weixin1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.toolbar ul li:nth-child(3){
  background-image: url(../images/gongzhonghao.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.toolbar ul li:nth-child(3){
  background-image: url(../images/fanhui.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.toolbar ul li .tool-box{
  position: absolute;
  right: 45px;
  background-color: #01d4d7;
  display: none;
}
.toolbar .tool-box1{
  width: 160px;
  height: 200px;
  padding: 0 10px;
  box-sizing: border-box;
}
.toolbar .tool-box2{
  width: 130px;
  height: 130px;
  text-align: center;
  padding-top: 18px;
}
.toolbar .tool-box2 img{
  width: 80px;
  height: 80px;
}
.toolbar .tool-box2 p{
   color: #ffffff;
   font-size: 14px;
   margin-top: 5px;
}
.toolbar .tool-box3{
  width: 130px;
  height: 120px;
  text-align: center;
  padding-top: 16px;
}
.toolbar .tool-box3 img{
  width: 80px;
  height: 80px;
}
.toolbar .tool-box3 p{
   color: #ffffff;
   font-size: 14px;
}
.toolbar .tool-box .tool-box-row{
  margin-top: 15px;
  color: #fff;
    font-size: 16px;
    /* font-family: "en"; */
    font-weight: bold;
}
.toolbar .tool-box .tool-box-row p:nth-child(1){
   font-size: 14px;
   font-weight: normal;
}
.toolbar .tool-box .tool-box-row img{
  margin-right: 6px;
}