.fixed_contact {
    position: fixed;
    right: 10px;
    top: 20%;
    z-index: 20;
    width: 70px;
}
.fixed_contact .aside_ul {
    position: relative;
    z-index: 2;
    /* border-radius: 8px; */
    background-color: #1a64f1;
}
.fixed_contact .aside_ul li {
    position: relative;
    padding: 0 10px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #e5eaf1;
}
.fixed_contact .aside_ul li a {
    padding: 10px 0px;
    display: block;
    text-decoration: none;
    /* border-bottom: 1px solid rgb(154 154 154 / 40%); */
}
.fixed_contact .aside_ul .iconfont {
    color: #8c8d9e;
    font-size: 32px;
}
.fixed_contact .aside_ul li span {
    display: block;
    color: #8c8d9e;
    font-size: 12px;
}
.fixed_contact .aside_ul li:hover {
  position: relative;
  z-index: 2;
  background-color: #1a64f1;
  border: 1px solid #1a64f1;
}
.fixed_contact .aside_ul li:hover span {
  display: block;
  color: #fff;
  font-size: 12px;
}
.fixed_contact .aside_ul li:hover .iconfont {
  color: #f7f7fc;
  font-size: 32px;
}
.fixed_contact .hide_dec {
  position: absolute;
  top: 0;
  right: 118%;
  z-index: 1;
  background-color: #fff;
  border-radius: 6px;
  display: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.fixed_contact .hide_dec:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -35px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 8px solid #fff;
  border-bottom: 6px solid transparent;
  font-size: 0;
  line-height: 0;
}
.fixed_contact .hide_dec img {
  width: 120px;
}