.kd-float {
  position: fixed;
  right: 8px;
  bottom: 50px;
  z-index: 96;
  font-size: 12px;
  text-align: center;
}

.kd-float__service {
  color: #fff;
}

.kd-float__service img {
  width: 60px;
  border: 10px solid rgba(155, 207, 255, 0.3);
  border-radius: 50%;
  margin-bottom: 4px;
  display: block;
  margin: 0 auto 4px;
}
.kd-float__service span {
  display: block;
  width: 64px;
  height: 24px;
  border: solid 1px #2b71ff;
  border-radius: 4px;
  margin: 0 auto 4px auto;
  line-height: 24px;
  background: #2b71ff;
  color: #fff;
}

.kd-float__list {
  margin: 20px auto 0;
  width: 60px;
  background: linear-gradient(180deg, #2b71ff -4%, #5476ff 104%);
  box-shadow: 0px 10px 28px 0px rgba(0, 45, 156, 0.15);
  border-radius: 38px;
}

.kd-float-service {
  width: 60px;
  height: 87px;
  padding-top: 15px;
  /* background: #ffffff;
  border-radius: 2px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15); */
  font-weight: 400;
  color: #ffffff;
  font-size: 12px;
  /* margin-top: 6px; */
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
}

.kd-float .btn-point {
  display: block;
  padding-top: 25px;
  border-bottom: 1px solid rgba(216, 216, 216, 0.3);
  color: #ffffff;
}

.kd-float-service .icon {
  display: block;
  height: 22px;
  width: 22px;
  background: url("//cdn.kuaidi100.com/images/www/index/icon_contact.png")
    center bottom / 22px auto no-repeat;
  margin: 0 auto 6px;
}

/* .kd-float-service:hover .icon {
  background: url("https://cdn.kuaidi100.com/ecommerce/page/enterprise/images/sp-index.png?version=20221027") -71px -42px / 241px auto no-repeat;
} */

#btnFree .icon {
  background: url("//cdn.kuaidi100.com/images/www/index/icon_try2.png") center
    bottom/ 22px auto no-repeat;
}

/* #btnFree:hover .icon {
  background: url("https://cdn.kuaidi100.com/ecommerce/page/enterprise/images/sp-index.png?version=20221027") -40px -42px / 241px auto no-repeat;
} */

.kd-float-service .text {
  text-align: center;
  transform: scale(0.9);
}

/* .kd-float-service:hover .text {
  color: #0082fa;
} */

.kd-float-service:hover .phone-panel {
  display: block;
}

.phone-panel {
  height: 140px;
  width: 268px;
  background: url("https://cdn.kuaidi100.com/ecommerce/page/enterprise/images/float_bg.png")
    no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  margin-top: -70px;
  right: 55px;
  box-sizing: border-box;
  padding: 31px 0 34px 35px;
  display: none;
}

.phone-panel img {
  height: 75px;
  width: 75px;
  float: left;
}

.phone-panel .text {
  float: left;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  line-height: 16px;
  margin-top: 12px;
}

.phone-panel .text p {
  line-height: 20px;
  color: #0082fa;
}

.phone-panel .text p:nth-of-type(1) {
  color: #333333;
  margin-bottom: 10px;
}
