/* 头部相关样式 */

#menuBar {
  width: 100%;
  height: 0px;
  font-size: 0.16rem;
  background: #ffffff;
  color: #ffffff;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999;
}

#menuBar .left {
  width: 2rem;
  height: 0.5rem;
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  background-size: 98% 98%;
  background-position: center;
  cursor: pointer;
  position: absolute;
  left: 0.8rem;
  top: 0.75rem;
}

#menuBar .right {
  position: absolute;
  right: 0.8rem;
  top: 0.8rem;
  display: flex;
  align-items: center;
}

#menuBar .right > span {
  cursor: pointer;
}

#menuBar .right > span#hotline {
  line-height: 0.3rem;
  position: relative;
  font-size: 0.24rem;
  cursor: auto;
  top: 0.02rem;
  right: 0.9rem;
}

#menuBar .right > span#rbts {
  line-height: 0.18rem;
  padding-left: 0.25rem;
  background-image: url("../images/rbts.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0.18rem;
  position: relative;
  top: 0.02rem;
  right: 0.7rem;
}

#menuBar .right > span#rzjg {
  line-height: 0.18rem;
  padding-left: 0.25rem;
  background-image: url("../images/rzjg.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0.18rem;
  position: relative;
  top: 0.02rem;
  right: 0.55rem;
}

#menuBar .right > span#authen {
  line-height: 0.18rem;
  padding-left: 0.25rem;
  background-image: url("../images/query.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0.18rem;
  position: relative;
  top: 0.02rem;
  right: 0.4rem;
}

#menuBar .right > span#lanCh {
  /*  */
  font-weight: bolder;
}

#menuBar .right > span#lanEn {
  margin-left: 12px;
  /*  */
}

#menuBar .right > span#menuBtn {
  width: 0.32rem;
  height: 0.32rem;
  background-image: url("../images/icon_menu.png");
  background-repeat: no-repeat;
  background-size: 99% 99%;
  background-position: center;
  margin-left: 0.6rem;
  transition: all 0.5s;
}

#menuBar .right > span#guide {
  cursor: auto;
}

#lanCh,
#lanEn {
  position: relative;
  top: 0.02rem;
}

span.stand {
  transform: rotate(90deg);
}

#guide {
  width: 0.42rem;
  height: 0.42rem;
  background-image: url("../images/icon_hands.png");
  background-repeat: no-repeat;
  background-size: 99% 99%;
  background-position: center;
  position: absolute;
  right: -0.1rem;
  margin-bottom: -0.55rem;
  animation: guide-shake 0.8s ease-in-out infinite;
  transition: all 0.5s;
}

@keyframes guide-shake {
  0% {
    bottom: 0px;
  }
  50% {
    bottom: 0.1rem;
  }
  100% {
    bottom: 0px;
  }
}
