body {
  position: relative;
}

aside {
  opacity: 0;
  position: fixed;
  z-index: 1000;
  bottom: -1000px;
  right: -1000px;
  transition: all ease-in-out 1s;
}
aside > ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
aside > ul > li {
  width: 64px;
  border-radius: 9px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 12px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: bold;
}
aside > ul > li.online {
  height: 122px;
  background: #297bff;
}
aside > ul > li.online a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
aside > ul > li.online .img {
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
aside > ul > li.online .img i {
  font-size: 20px;
  color: #297bff;
}
aside > ul > li.online .text {
  color: #ffffff;
  margin-top: 4px;
  text-align: center;
}
aside > ul > li.nomal {
  height: 64px;
  background: #ffffff;
  border: 1px solid #297bff;
}
aside > ul > li.nomal .img {
  color: #297bff;
}
aside > ul > li.nomal .img i {
  font-size: 20px;
}
aside > ul > li.nomal .text {
  color: #333333;
  margin-top: 4px;
}
aside > ul > li.top {
  height: 36px;
  background: linear-gradient(360deg, #297bff 68%, #5495ff 100%);
  color: #ffffff;
}
aside > ul > li.old-site {
  height: 36px;
  background: linear-gradient(360deg, #297bff 68%, #5495ff 100%);
}
aside > ul > li.old-site a {
  font-size: 12px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}
aside > ul > li + li {
  margin-top: 10px;
}
aside > ul > li.tel {
  transition: all ease-in-out 0.4s;
  flex-direction: column;
}
aside > ul > li.tel .img {
  transition: all ease-in-out 0.4s;
}
aside > ul > li.tel .text {
  transition: all ease-in-out 0.4s;
}
aside > ul > li.tel .text .number {
  width: 0;
  height: 0;
  overflow: hidden;
}
aside > ul > li.tel:hover {
  width: 210px;
  flex-direction: row;
  background: linear-gradient(360deg, #297bff 68%, #5495ff 100%);
}
aside > ul > li.tel:hover .img {
  margin: 0 16px;
  color: #fff;
}
aside > ul > li.tel:hover .text {
  flex: 1;
  color: #fff;
}
aside > ul > li.tel:hover .text .number {
  width: 100%;
  height: 16px;
  overflow: hidden;
  height: 30px;
  font-size: 20px;
}
aside > .hover-banner {
  transition: all ease-in-out 0.4s;
  position: absolute;
  right: 64px;
  width: 117px;
  height: 134px;
  padding: 12px;
  background: #fff;
  transform: scale(0);
}
aside > .hover-banner > .title {
  text-align: center;
  font-size: 12px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: bold;
  color: #333333;
}
aside > .hover-banner > img {
  width: 86px;
  height: 86px;
  margin-top: 12px;
}
aside > .hover-banner.hover {
  transform: scale(1);
  right: 74px;
}
aside > .hover-banner.chat-img {
  top: 205px;
}
aside > .hover-banner.chat-img.hover {
  top: 180px;
}
aside > .hover-banner.official-img {
  top: 270px;
}
aside > .hover-banner.chat-img.hover {
  top: 230px;
}
aside > .leaving-banner {
  transform: scale(0);
  transition: all ease-in-out 0.4s;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10000;
}
aside > .leaving-banner > .mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}
aside > .leaving-banner .form {
  width: 726px;
  height: 413px;
  background: #ffffff;
  padding: 60px 60px 40px 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-wrap: wrap;
}
aside > .leaving-banner .form > .form-item {
  line-height: 28px;
  width: 50%;
  margin-bottom: 37px;
  padding-left: 24px;
  padding-bottom: 8px;
  position: relative;
  display: flex;
  align-items: center;
}
aside > .leaving-banner .form > .form-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 24px;
  bottom: 0;
  border-bottom: 1px solid #eeeeee;
}
aside > .leaving-banner .form > .form-item label {
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Regular;
  text-align: center;
  color: #333333;
  width: 50px;
}
aside > .leaving-banner .form > .form-item input {
  flex: 1;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-size: 14px;
  padding-left: 16px;
  color: #b5b5b5;
}
aside > .leaving-banner .form .form-item.phone label {
  width: 74px;
}
aside > .leaving-banner .form > .form-item.long {
  width: 100%;
}
aside > .leaving-banner .form > .submit {
  width: 100%;
  text-align: center;
}
aside > .leaving-banner .form > .submit > span {
  padding: 10px 19px;
  background: #297bff;
  font-family: PingFangSC, PingFangSC-Regular;
  color: #ffffff;
  cursor: pointer;
}
aside > .leaving-banner.hover {
  transform: scale(1);
}

aside.show {
  opacity: 1;
  bottom: 25px;
  right: 42px;
}/*# sourceMappingURL=aside.css.map */