@charset "utf-8";
.x-nohtml .public-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid transparent;
  border-radius: 100px;
  padding: 0 0.12rem 0 0.26rem;
  min-width: 2.1rem;
  height: 0.66rem;
  overflow: hidden;
  transition: 0.4s all;
  background: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .x-nohtml .public-btn {
    height: 0.8rem;
  }
}
.x-nohtml .public-btn.public-btn2 {
  border-color: #dddddd;
}
.x-nohtml .public-btn:hover {
  border-color: transparent;
}
.x-nohtml .public-btn:hover span {
  color: #fff;
}
.x-nohtml .public-btn:hover i::before {
  width: 900%;
  height: 900%;
}
.x-nohtml .public-btn:hover i svg {
  transform: rotate(45deg);
}
.x-nohtml .public-btn span {
  display: inline-block;
  color: #333333;
  padding-right: 0.2rem;
  position: relative;
  z-index: 2;
  transition: 0.4s all;
}
.x-nohtml .public-btn i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background: -webkit-linear-gradient(left, #41cbff, #5f43ff);
  background: linear-gradient(to right, #41cbff, #5f43ff);
  position: relative;
}
@media (max-width: 1580px) {
  .x-nohtml .public-btn i {
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 767px) {
  .x-nohtml .public-btn i {
    width: 0.64rem;
    height: 0.64rem;
  }
}
.x-nohtml .public-btn i::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: 0.4s ease-in-out;
  background: -webkit-linear-gradient(left, #41cbff, #5f43ff);
  background: linear-gradient(to right, #41cbff, #5f43ff);
  border-radius: 100%;
}
.x-nohtml .public-btn i svg {
  width: 14px;
  height: 14px;
  position: relative;
  z-index: 2;
  transition: 0.4s all;
  color: #fff;
}
@media (max-width: 1580px) {
  .x-nohtml .public-btn i svg {
    width: 12px;
    height: 12px;
  }
}
