.sidebar {
  width: 1.27rem;
  height: 5.68rem;
  background-color: #ffffff;
  position: fixed;
  right: 0.01rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  box-shadow: 3.746px 0.0927rem 0.13rem 0px rgba(122, 144, 179, 0.07);
}
.sidebar > .qr,
.sidebar > .tel,
.sidebar > .qq {
  position: relative;
}
.sidebar > .qr::before,
.sidebar > .tel::before,
.sidebar > .qq::before {
  content: "";
  width: 88%;
  height: 0.02rem;
  background-color: rgba(0, 0, 0, 0.05);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.sidebar > .qr {
  width: 1.07rem;
  height: 1rem;
  padding: 0.08rem 0.1rem;
  position: relative;
  padding-bottom: 0.45rem;
}
.sidebar > .qr::after {
  content: "咨询微信";
  width: 100%;
  height: 0.35rem;
  line-height: 0.35rem;
  text-align: center;
  position: absolute;
  left: 0;
  top: 1.12rem;
  font-size: 0.16rem;
  color: #616e87;
}
.sidebar > .tel {
  width: 100%;
  height: 0.67rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  color: #788299;
}
.sidebar > .tel > div {
  width: 100%;
  font-size: 0.16rem;
  text-align: center;
  position: relative;
  display: flex;
  height: 0.2rem;
  align-items: center;
  justify-content: center;
}
.sidebar > .tel > div:nth-child(1) {
  line-height: 0.22rem;
}
.sidebar > .tel > div:nth-child(1) > img {
  width: 0.14rem;
  margin-right: 0.05rem;
}
.sidebar > .tel > div:nth-child(1) > img:nth-child(1) {
  display: none;
}
.sidebar > .tel > div:nth-child(1) > img:nth-child(2) {
  display: block;
}
.sidebar > .tel > div:nth-child(2) {
  font-size: 0.1658rem;
  color: #1877ff;
  font-weight: bold;
  line-height: 0.2rem;
}
.sidebar > .tel:hover {
  background-color: #1877ff;
  color: #ffffff;
}
.sidebar > .tel:hover div:nth-child(1) > img:nth-child(1) {
  display: block;
}
.sidebar > .tel:hover div:nth-child(1) > img:nth-child(2) {
  display: none;
}
.sidebar > .tel:hover div:nth-child(2) {
  color: #ffffff;
}
.sidebar > .qq {
  width: 100%;
  height: 0.84rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.sidebar > .qq > img {
  width: 0.21rem;
  height: 0.23rem;
  transform: scale(1.2);
}
.sidebar > .qq > img:nth-child(1) {
  display: none;
}
.sidebar > .qq > img:nth-child(2) {
  display: block;
}
.sidebar > .qq:hover {
  background-color: #1877ff;
}
.sidebar > .qq:hover img:nth-child(1) {
  display: block;
}
.sidebar > .qq:hover img:nth-child(2) {
  display: none;
}
.sidebar > .qq:hover > span {
  color: #ffffff;
}
.sidebar > .qq > span {
  display: block;
  line-height: 0.36rem;
  font-size: 0.1658rem;
  color: #616e87;
}
.sidebar > .top {
  width: 100%;
  height: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
.sidebar > .top > .icon {
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 0.35rem;
  background-color: #1877ff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.sidebar > .top > .icon > img {
  width: 0.19rem;
  height: 0.11rem;
}
.sidebar > .top > div:nth-child(2) {
  width: 100%;
  text-align: center;
  font-size: 0.16rem;
  color: #788299;
  line-height: 0.32rem;
}
/*# sourceMappingURL=sidebar.css.map */