.box-nav-right {
  width: 82px;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 100;
  border-radius: 8px 0px 0px 8px;
  overflow: hidden;
}
.box-nav-right .item {
  width: 100%;
  height: 104px;
  width: 82px;
  background: #1f8fd6;
  border: 1px solid #2b95d8;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.box-nav-right .item img {
  width: 28px;
  height: auto;
}
.box-nav-right .item p {
  margin: 12px auto 0;
  height: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 15px;
}
.box-nav-right .item:hover {
  background-color: #0154a3;
}
.box-nav-qrcode {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 99px;
  display: none;
  z-index: 100;
  width: 217px;
  height: 312px;
}
.box-nav-qrcode .content {
  border-top: 2px solid #0154a4;
  width: 100%;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.14);
  padding: 28px 0 22px 0;
  display: flex;
  flex-wrap: wrap;
}
.box-nav-qrcode .content p.title {
  margin: 0px auto 0;
  text-align: left;
  width: 163px;
  height: 15px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 14px;
  color: #0154a4;
  line-height: 15px;
}
.box-nav-qrcode .content img {
  width: 163px;
  margin: 8px auto 0;
  height: auto;
}
.box-nav-tel {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 99px;
  display: none;
  z-index: 100;
  width: 217px;
  height: 312px;
}
.box-nav-tel .content {
  border-top: 2px solid #0154a4;
  width: 100%;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.14);
  padding: 28px 0 22px 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 208px;
}
.box-nav-tel .content p.title {
  margin: 0px auto 0;
  text-align: left;
  width: 163px;
  height: 15px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 14px;
  color: #0154a4;
  line-height: 15px;
}
.box-nav-tel .content .content-text {
  width: 163px;
  margin: 21px auto 0;
}
.box-nav-tel .content .content-text .txt1 {
  text-align: left;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #323232;
}
.box-nav-tel .content .content-text .txt2 {
  text-align: left;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #323232;
}
<!--0.00038790702819824-->