.right-fixed{
  display: block;
  width: 64px;
  height: 224px;
  top: 40%;
  right: 8px;
  position: fixed;
  /*height: auto;*/
  z-index: 100;
  text-align: center;
}
.right-fixed .right-img{
  width: 27px;
  height: 25px;
  margin-top: 15px;
  display: inline-block;
}
.right-fixed .right-text{
  font-size: 12px;
  display: block;
  margin-top: 5px;
}
.right-fixed .hidden-block{
  width: 162px;
  position: absolute;
  background-color: #fff;
  top: 0;
  right: 73px;
  box-shadow: 0px 4px 12px 0px rgb(0 0 0 / 15%);
  display: none;
}
.right-fixed .hidden-block .hidden-text{
  display: block;
  color: #888;
  font-size: 14px;
  padding: 10px 0;
}

.right-fixed .right-wxkf{
  background-color: #ff7945;
  border-radius: 5px;
  height: 76px;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
}
.right-fixed .right-wxkf .right-text{
  color: #fff;
}
.right-fixed .right-wxkf .hidden-block .hidden-img{
  width: 150px;
  display: inline-block;
  /*height: 150px;*/
}
.right-fixed .right-group{
  height: 140px;
  box-shadow: 0px 4px 12px 0px rgb(0 0 0 / 15%);
  border-radius: 5px;
  cursor: pointer;
  background-color: #fff;
}
.right-fixed .right-group .right-group-dhzx{
  position: relative;
}
.right-fixed .right-group .right-group-dhzx .hidden-block{
  position: absolute;
  top: 0;
}
.right-fixed .right-group .right-group-dhzx .hidden-block .color-text{
  padding: 10px 0;
  font-weight: 600;
  color: #ff7945;
  font-size: 18px;
  border-bottom: 1px dashed #dee1e8;
}