.right-menus {
  position: fixed;
  right: 24px;
  top: 40vh;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .right-menus {
    display: none;
  }
}
.right-menus .sidebar-box {
  width: 50px;
  height: 215px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(180, 189, 221, 0.26);
  border-radius: 25px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-evenly;
     -moz-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.right-menus .sidebar-box .sidebar-item {
  width: 42px;
  height: 42px;
  position: relative;
}
.right-menus .sidebar-box .sidebar-item .item-show {
  display: none;
  box-shadow: 0 2px 12px 0 rgba(180, 189, 221, 0.26);
  position: absolute;
  right: 1px;
  top: -20px;
  -webkit-transform: translateX(-27%);
     -moz-transform: translateX(-27%);
      -ms-transform: translateX(-27%);
       -o-transform: translateX(-27%);
          transform: translateX(-27%);
  border-radius: 4px;
  background-color: #fff;
  height: 40px;
  width: 180px;
  text-align: center;
  font-size: 14px;
  line-height: 0px;
}
.right-menus .sidebar-box .sidebar-item .item-show p {
  padding-top: 9px;
  line-height: 2;
  margin: 0;
}
.right-menus .sidebar-box .sidebar-item .item-show a {
  display: inline-block;
  width: 94px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin: 8px 0;
  background-color: #ff7733;
  border-radius: 12px;
  color: #fff;
  font-size: 14px;
}
.right-menus .sidebar-box .sidebar-item .item-show img {
  width: 117px;
  height: 117px;
}
.right-menus .sidebar-box .sidebar-item .item-show::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 30px;
  left: 171px;
  opacity: 0;
}
.right-menus .sidebar-box .sidebar-item .qq-popup,
.right-menus .sidebar-box .sidebar-item .mobile-popup {
  width: 172px;
  height: 45px;
  right: 5px;
  top: 0;
}
.right-menus .sidebar-box .sidebar-item .qq-popup::before,
.right-menus .sidebar-box .sidebar-item .mobile-popup::before {
  position: absolute;
  top: 12px;
  left: 167px;
  content: "";
  border-radius: 5px;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.right-menus .sidebar-box .sidebar-item .qq-popup::after,
.right-menus .sidebar-box .sidebar-item .mobile-popup::after {
  top: 8px;
  left: 165px;
}
.right-menus .sidebar-box .sidebar-item .wechat-popup {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  right: 18px;
  top: -50px;
  padding: 4px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.right-menus .sidebar-box .sidebar-item .wechat-popup::after {
  top: 65px;
  left: 120px;
}
.right-menus .sidebar-box .sidebar-item .wechat-popup::before {
  position: absolute;
  top: 65px;
  left: 120px;
  content: "";
  border-radius: 5px;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.right-menus .sidebar-box .sidebar-item .wechat-popup .wechat-scan-text {
  line-height: 18px;
  font-size: 12px;
  text-align: center;
}
.right-menus .sidebar-box .sidebar-item .association-popup {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  right: 18px;
  top: -50px;
  padding: 4px 10px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.right-menus .sidebar-box .sidebar-item .association-popup::after {
  top: 65px;
  left: 120px;
}
.right-menus .sidebar-box .sidebar-item .association-popup::before {
  position: absolute;
  top: 65px;
  left: 120px;
  content: "";
  border-radius: 5px;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.right-menus .sidebar-box .sidebar-item .association-popup .association-scan-text {
  line-height: 18px;
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
}
.right-menus .sidebar-box .qq {
  background: url("/app/views/static/img/front/home/qq.png") no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.right-menus .sidebar-box .qq:hover {
  background: url("/app/views/static/img/front/home/qq-g.png") no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.right-menus .sidebar-box .qq:hover .item-show {
  display: block;
}
.right-menus .sidebar-box .server {
  background: url("/app/views/static/img/front/home/kf.png") no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.right-menus .sidebar-box .server:hover {
  background: url("/app/views/static/img/front/home/kf-g.png") no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.right-menus .sidebar-box .server:hover .item-show {
  display: block;
}
.right-menus .sidebar-box .mobile {
  background: url("/app/views/static/img/front/home/dh.png") no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.right-menus .sidebar-box .mobile:hover {
  background: url("/app/views/static/img/front/home/dh-g.png") no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.right-menus .sidebar-box .mobile:hover .item-show {
  display: block;
}
.right-menus .sidebar-box .wechat {
  background: url("/app/views/static/img/front/home/wx.png") no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.right-menus .sidebar-box .wechat:hover {
  background: url("/app/views/static/img/front/home/wx-g.png") no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.right-menus .sidebar-box .wechat:hover .item-show {
  display: block;
}
.right-menus .sidebar-box .association {
  background: url("/app/views/static/img/front/home/association.svg") no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.right-menus .sidebar-box .association:hover {
  background: url("/app/views/static/img/front/home/association-hover.svg") no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.right-menus .sidebar-box .association:hover .item-show {
  display: block;
}
.right-menus .return-top {
  margin-top: 40px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(180, 189, 221, 0.26);
  border-radius: 25px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .right-menus .return-top {
    display: none;
  }
}
.right-menus .return-top img {
  width: 42px;
  height: 42px;
}