.fixed-consult {
  position: fixed;
  bottom: 60px;
  background-repeat: no-repeat;
  z-index: 9999;
  cursor: pointer;
  border: none;
}

.fixed-consult {
  right: 10px;
  width: 160px;
  height: 400px;
  background: #fbc633;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
}

.fixed-consult .fixed-consult-content {
  margin-top: 54px;
}

.fixed-consult .title {
  padding-top: 6px;
  font-size: 21px;
  font-weight: 500;
  color: #fff;
  text-shadow: 0px 0px 16px rgba(0, 0, 0, .08);
}

.fixed-consult .feature-list {
  margin: 24px 12px;
  font-size: 14px;
}

.fixed-consult .feature-list > li {
  width: 134px;
  height: 32px;
  margin-top: 16px;
  text-align: center;
  background: #fff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, .08);
  border-radius: 16px;  
  font-size: 16px;
  font-weight: 500;
  color: #d89f00;
  line-height: 32px;
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
}

.breathing {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 88px;
  height: 88px;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 8%);
  animation: none;
  border-radius: 50%;
}

.breathing-img-bg {
  position: absolute;
  left: -16px;
  top: -18px;
  height: 116px;
  width: 116px;
  z-index: 1;
}

.breathing-img {
  position: absolute;
  left: -2px;
  bottom: -2px;
  width: 88px;
  height: 88px;
  border: 3px solid #F7B500;
  border-radius: 50%;
  z-index: 9999;
}

.fixed-consult .chat-btn {
  position: absolute;
  left: 12px;
  bottom: 32px;
  width: 134px;
  height: 46px;
  line-height: 46px;
  font-size: 21px;
  font-weight: 500;
  color: #fff;   
  background: linear-gradient(180deg, #84ebbd 0%, #20b573 100%);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}

.fixed-consult-content {
  text-align: center;
  color: #fff;
}