#J_haibao-container {
  display: none;
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
}

#J_haibao-audio-trigger {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

#J_yunbao-frame {
  user-select: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.haibao-container {
  position: relative;
  width: 100%;
  height: auto;
  font-size: 0;
}
.haibao-bg-shine {
  width: 100%;
  height: 100%;
}
.haibao-bg-logo {
  position: absolute;
  top: 6%;
  left: 6%;
  height: 50px;
}
.haibao-bg-theme {
  position: absolute;
  top: 18%;
  left: 50%;
  width: 85%;
  height: auto;
  transform: translateX(-50%);
}
.haibao-bg-company {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 66%;
  height: auto;
  transform: translateX(-50%);
}
.haibao-bg-hall {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}

.haibao-menu-box {
  opacity: 0;
  position: absolute;
  width: auto;
  text-align: center;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.haibao-menu-label {
  position: relative;
  width: 80px;
  height: 40px;
  line-height: 22px;
  padding: 5px 10px;
  color: #3da9c9;
  font-size: 16px;
  text-align: center;
  background: url(/imgs/haibao/menu-label-bg.png) no-repeat;
  background-size: contain;
  cursor: pointer;
}
.haibao-menu-frame {
  margin: auto;
  width: 60px;
  height: 60px;
  background: url(/imgs/haibao/menu-frame.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 600px) {
  .haibao-container {
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .haibao-bg-logo {
    width: 40%;
    height: auto;
  }
}

@media screen and (min-width: 1000px) {
  .haibao-bg-logo {
    width: 32%;
    height: auto;
  }

  #J_haibao-audio-trigger {
    width: 150px;
  }

  .haibao-menu-label {
    width: 200px;
    height: 60px;
    line-height: 60px;
    font-size: 28px;
  }
  .haibao-menu-frame {
    margin-top: 20px;
    width: 200px;
    height: 200px;
  }
}

@keyframes left-to-right-left {
  0% {
    transform: translateX(130%);
  }
  70% {
    transform: translateX(-100%);
  }
  70.0001% {
    transform: translateX(230%);
  }
  100% {
    transform: translateX(130%);
  }
}
@keyframes left-to-right-left-2 {
  0% {
    transform: translateX(80%);
  }
  70% {
    transform: translateX(-160%);
  }
  70.0001% {
    transform: translateX(180%);
  }
  100% {
    transform: translateX(80%);
  }
}
@keyframes left-to-right-left-3 {
  0% {
    transform: translateX(40%);
  }
  80% {
    transform: translateX(-240%);
  }
  80.0001% {
    transform: translateX(90%);
  }
  100% {
    transform: translateX(40%);
  }
}
@keyframes rotate-music {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
