@charset "utf-8";
.elevator-nav {
  position: fixed;
  bottom: 50%;
  right: 50%;
  margin-right: -690px;
  z-index: 99999999;
  transform: translateY(160%);
}
.elevator-nav li {
  background-color: #346fb6;
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 9px;
}
.elevator-nav li a {
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
}
.elevator-nav li a:hover {
  color: #ffffff!important;
}
.elevator-nav li a span {
  padding-top: 5px;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}
.elevator-nav .text a {
  padding: 8px 4px;
}
.elevator-nav .hovereq {
  position: absolute;
  top: 0px;
  left: -160px;
  display: none;
  z-index: 100;
}
.elevator-nav .hovereq span {
  position: absolute;
  display: block;
  width: 160px;
  height: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #346fb6;
  line-height: 50px;
  background-color: #ffffff;
  border: 1px solid #346fb6;
}
.elevator-nav .hoverapp {
  position: absolute;
  top: 0px;
  left: -160px;
  display: none;
  z-index: 100;
  width: 160px;
  height: 148px;
  border: 1px solid #346fb6;
  padding: 8px 13px;
  background-color: #ffffff;
}
.elevator-nav .hoverapp span {
  width: 133px;
  height: 132px;
  background: url(../images/app_icon.png) no-repeat;
  display: block;
  position: absolute;
}
.elevator-nav li:hover {
  border-radius: 0 5px 5px 0;
}
.elevator-nav li:hover .hovereq,
.elevator-nav li:hover .hoverapp {
  display: block;
}
@media screen and (max-width: 1390px) {
  .elevator-nav {
    margin-right: -48%;
  }
}
