@charset "utf-8";
.elevator-nav {
  position: fixed;
  top:600px;
  right: 50%;
  margin-right: -690px;
  z-index: 99;
}
.elevator-nav li {
  background-color: #3089CA;
  border-radius: 12px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 22px;
}
.elevator-nav li a {
  width: 55px;
  height: 55px;
  display: block;
  text-align: center;
}
.elevator-nav li a:hover {
  color: #ffffff!important;
}
.elevator-nav li a span {
  padding-top: 10px;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}
.elevator-nav .text a {
  padding: 8px 4px;
}
.elevator-nav .hovereq {
  position: absolute;
  top: 18px;
  left: -120px;
  display: none;
  z-index: 100;
}
.elevator-nav .hovereq span {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #898989;
  line-height: 24px;
  width: 116px;
  height: 24px;
  background: url(../images/phone_icon.png) no-repeat;
  display: block;
  position: absolute;
}
.elevator-nav li:hover .hovereq,
.elevator-nav li:hover .hoverapp {
  display: block;
}
@media screen and (max-width: 1390px) {
  .elevator-nav {
    margin-right: -48%;
  }
}
