.fixed-panel {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 201;
  padding: 7px 20px;
  display: none;
  gap: 10px;
}
@media (max-width: 767px) {
  .fixed-panel {
    display: flex;
  }
}
.fixed-panel a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid #9e3856;
  border-radius: 7px;
  flex: 1;
  font-size: 14px;
  text-decoration: none;
  color: #000;
  padding: 7px;
}
.fixed-panel a i {
  flex: 0 0 30px;
  font-size: 0;
  line-height: 1;
}
.fixed-panel a.chat-btn i {
  background: linear-gradient(95deg, #06811d 20%, #4fcb0c 80%);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: relative;
}
.fixed-panel a.chat-btn i:before {
  position: absolute;
  left: 7px;
  top: 7px;
  right: 7px;
  bottom: 7px;
  display: block;
  content: "";
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2230%22%20height%3D%2231%22%20viewBox%3D%220%200%2030%2031%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M2.967%2022.226l-.025.008s7.698%2013.9%2026.975%205.546c0%200-1.495-1.752-4.384-3.52a14.067%2014.067%200%200%200%202.588-14.047c-2.655-7.297-10.7-11.07-17.964-8.425C2.89%204.433-.847%2012.492%201.81%2019.79c.313.863.703%201.677%201.157%202.436z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E%0A") 50%/contain no-repeat;
}
@media (max-width: 480px) {
  .navbar-fixed-bottom {
    display: none;
  }
  .link_top_wrap {
    display: none;
  }
  .wrap__y9nZT {
    display: none;
  }
  .fixed-panel {
    padding: 7px 10px;
    gap: 5px;
  }
  .fixed-panel a {
    font-size: 13px;
    gap: 5px;
  }
}
@media (max-width: 359px) {
  .fixed-panel a {
    font-size: 12px;
  }
  .fixed-panel a i {
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
  }
  .fixed-panel a i img {
    max-width: 100%;
    max-height: 100%;
  }
  .fixed-panel a.chat-btn i {
    width: 26px;
    height: 26px;
  }
}
