.right-fixed-nav-ad7ea3c2 {
  display: none;
  position: fixed;
  right: 24px;
  top: 40%;
  z-index: 9999;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.04), 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.04), 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
  padding: 0 12px;
}

.right-fixed-nav-ad7ea3c2 ul li {
  text-align: center;
  padding: 15px 0 16px 0;
  cursor: pointer;
  border-top: 1px solid #ededed;
  position: relative;
}

.right-fixed-nav-ad7ea3c2 ul li:first-of-type {
  border-top: none;
}

.right-fixed-nav-ad7ea3c2 ul li:last-of-type {
  display: none;
}

.right-fixed-nav-ad7ea3c2 ul li>img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}

.right-fixed-nav-ad7ea3c2 ul li>img:nth-of-type(2) {
  display: none;
}

.right-fixed-nav-ad7ea3c2 ul li p {
  font-family: Source Han Sans;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  color: #9e9e9e;
  margin-top: 4px;
}

.right-fixed-nav-ad7ea3c2 ul li .box {
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 68px;
  -webkit-transform: translate(0, -50%) scale(0);
  transform: translate(0, -50%) scale(0);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 26px;
  padding: 20px;
  background-color: white;
  white-space: nowrap;
  border-radius: 6px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.04), 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.04), 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
}

.right-fixed-nav-ad7ea3c2 ul li .box::after {
  position: absolute;
  content: "";
  right: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  opacity: 1;
  border-radius: 2px;
  background-color: white;
}

.right-fixed-nav-ad7ea3c2 ul li.kefu .box {
  color: #333;
}

.right-fixed-nav-ad7ea3c2 ul li.tel .box {
  padding: 10px;
}

.right-fixed-nav-ad7ea3c2 ul li.tel .box p {
  text-align: left;
  font-size: 14px;
  color: #333;
}

.right-fixed-nav-ad7ea3c2 ul li.tel .box p:first-of-type {
  font-size: 16px;
  color: #999;
  padding-top: 0;
  margin-top: -2px;
}

.right-fixed-nav-ad7ea3c2 ul li.ewm .box {
  padding: 10px;
}

.right-fixed-nav-ad7ea3c2 ul li.ewm .box img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
  display: inline-block;
}

.right-fixed-nav-ad7ea3c2 ul li.ewm .box p {
  font-size: 14px;
  color: #333;
  margin-top: 0;
}

.right-fixed-nav-ad7ea3c2 ul li:hover>img {
  display: none;
}

.right-fixed-nav-ad7ea3c2 ul li:hover>img:nth-of-type(2) {
  display: inline-block;
}

.right-fixed-nav-ad7ea3c2 ul li:hover p {
  color: #0770d1;
}

.right-fixed-nav-ad7ea3c2 ul li:hover .box {
  opacity: 1;
  -webkit-transform: translate(0, -50%) scale(1);
  transform: translate(0, -50%) scale(1);
}