#nav {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

#sidebar {
  position: fixed;
  right: 24px;
  bottom: 20%;
  z-index: 1000;
}
#sidebar .toTopView {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
#sidebar .toTopView:hover {
  background: #f0edff;
  transition: background 0.5s ease;
}
#sidebar .toTopView img {
  position: absolute;
  top: 21px;
  left: 21px;
  width: 50%;
  height: 50%;
}

#sidebar .list {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #fff;
}

#sidebar #contact {
  width: 54px;
  height: 134px;
  border-radius: 247px;
  border: 2px solid #ffffff;
  background: linear-gradient(0deg, #68a3ff 0%, #216dff 100%);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
}

#sidebar #contact img {
  margin-top: 16px;
  width: 20px;
  height: 20px;
}

#sidebar .list #cooperate2 {
  width: 54px;
  height: 120px;
  border-radius: 183px;
  margin-top: 12px;
  cursor: pointer;
  background-color: #fff;
  color: #4e596a;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.1);
}

#sidebar .list #cooperate2 p {
  font-size: 12px;
  transform: scale(0.83, 0.83);
}

#sidebar .list #cooperate2 .consult {
  padding-top: 10px;
}
#sidebar .list #cooperate2 .cooperate {
  padding-top: 16px;
}
#sidebar .list #cooperate2 .item:hover {
  color: #3370ff;
}

#sidebar .list #cooperate2 .item .qrcode1 {
  margin: 0 auto;
  width: 20px;
  height: 20px;
  background: url("https://cdn.chaoyongbushou.com/static/redu_website/img/user-2-line.png")
    no-repeat 100% 100%;
  background-size: 20px 20px;
}
#sidebar .list #cooperate2 .item .qrcode2 {
  margin: 0 auto;
  width: 20px;
  height: 20px;
  background: url("https://cdn.chaoyongbushou.com/static/redu_website/img/user-3-line.png")
    no-repeat 100% 100%;
  background-size: 20px 20px;
}

#sidebar .list #cooperate2 .cooperate:hover .qrcode1 {
  background: url("https://cdn.chaoyongbushou.com/static/redu_website/img/user-2-line-hover.png")
    no-repeat 100% 100%;
  background-size: 20px 20px;
}
#sidebar .list #cooperate2 .consult:hover .qrcode2 {
  background: url("https://cdn.chaoyongbushou.com/static/redu_website/img/user-3-line-hover.png")
    no-repeat 100% 100%;
  background-size: 20px 20px;
}
#sidebar .popup {
  position: absolute;
  background-color: #fff;
  border-radius: 20px;
  padding: 24px;
  bottom: 0;
  left: -20px;
  transform: translateX(-100%);
  font-size: 14px;
  color: #333;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
}

#sidebar .popup .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
}

#sidebar .popup .title .iconfont {
  color: #646566;
  font-weight: 400;
  cursor: pointer;
}

#sidebar .popup .text {
  margin-top: 6px;
  color: #666;
}

#wecharPopup .qrcode {
  width: 240px;
  height: 240px;
  margin-top: 24px;
}

#wecharPopup .info {
  text-align: center;
  margin-top: 16px;
}

#wecharPopup.center {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: auto;
  border-radius: 20px;
}

.hidden {
  display: none !important;
}

.show {
  display: block !important;
}

@font-face {
  font-family: "OPPOSans-B";
  src: url("https://cdn.chaoyongbushou.com/static/redu_website/font/OPPOSans-B.ttf")
    format("truetype");
}
@font-face {
  font-family: "OPPOSans-M";
  src: url("https://cdn.chaoyongbushou.com/static/redu_website/font/OPPOSans-M.ttf")
    format("truetype");
}
@font-face {
  font-family: "OPPOSans-R";
  src: url("https://cdn.chaoyongbushou.com/static/redu_website/font/OPPOSans-R.ttf")
    format("truetype");
}
