/* 手柄 */
.kb-custom {
  position: fixed;
  color: #fff;
  top: 0;
  z-index: 999;
}
/* 竖屏 */
@media only screen and (orientation: portrait) {
  .kb-custom {
      transform: rotate(90deg) translateZ(0);
      transform-origin: 0 100%;
      right: 0;
  }
}
.drag {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 50%;
  font-size: 0.375rem;
  position: fixed;
  z-index: 20;
}
.xbox-round {
  background: url("./img/gta5/black_background.png") no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  font-size: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  word-break: break-all;
  white-space: break-spaces;
  text-align: center;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tips-key {
  position: absolute;
  font-size: 20px;
  line-height: 20px;
  color: rgba(198, 236, 75, 0.6);
  background: rgba(2, 2, 2, 0.6);
  border-radius: 12px;
  transform: scale(0.5) translate(50%, -50%);
  padding: 1px 3px;
  top: 1%;
  right: 0px;
  white-space: nowrap;
  text-align: right;
  max-width: 200%;
}
.kb-mouse {
  width: 100%;
  height: 100%;
  font-size: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  word-break: break-all;
  white-space: break-spaces;
  text-align: center;
}
/* 鼠标右键 */
.kb-mouse-rt {
  background: url("./img/gta5/right_click.png") no-repeat;
  background-size: 100% 100%;
}
.kb-mouse-rt.active {
  background-image: url("./img/gta5/right_click_ac.png");;
}
/* 鼠标左键 */
.kb-mouse-lt {
  background: url("./img/gta5/click.png") no-repeat;
  background-size: 100% 100%;
}
.kb-mouse-lt.active {
  background-image: url("./img/gta5/click_ac.png");;
}
/* 下滚轮 */
.kb-mouse-down {
  background: url("./img/gta5/lower_roller.png") no-repeat;
  background-size: 100% 100%;
}
.kb-mouse-down.active {
  background-image: url("./img/gta5/lower_roller_ac.png");;
}
/* 上滚轮 */
.kb-mouse-up {
  background: url("./img/gta5/upper_roller.png") no-repeat;
  background-size: 100% 100%;
}
.kb-mouse-up.active {
  background-image: url("./img/gta5/upper_roller_ac.png");;
}
.beClick {
  background: url("./img/gta5/ac.png") no-repeat !important;
  background-size: 100% 100% !important;
  z-index: 99;
}

.kb-rock-letter {
  position: absolute;
}
.rock-wrapper {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toucharea {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("./img/gta5/rock-letter-bg.png") !important;
  background-position: 0% 0%;
  background-size: 100% 100%;
  border-radius: 50%;
}
.ball {
  position: absolute;
  background-image: url("./img/gta5/rock-bar.png");
  background-position: 0% 0%;
  background-size: 100% 100%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  cursor: pointer;
}
.roulette-style {
  position: absolute;
  background-image: url("./img/gta5/roulette_style.png");
  background-position: 0% 0%;
  background-size: 100% 100%;
  pointer-events: none;
  display: none;
  /* transition: all 0.1s linear; */
  transform-origin: center;
}
