@import url("https://at.alicdn.com/t/font_2189904_wobe0ei2yls.css");
.msger .mask {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.msger .msg {
  width: 100%;
  top: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 99999;
}
.msger .msg .txt {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 5px 10px;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
}

.kiter {
  position: fixed;
  width: 100px;
  height: 100px;
  text-align: center;
  left: calc(50% - 50px);
  top: -5000px;
  font-size: 40px;
  color: #fff;
  border-radius: 5px;
  background: rgba(255, 102, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
}

@keyframes blink-blink {
  0% {
    color: red;
    opacity: 1;
  }
  25% {
    color: #fff;
    opacity: 1;
  }
  50% {
    color: red;
    opacity: 1;
  }
  75% {
    color: #fff;
    opacity: 1;
  }
  100% {
    color: red;
    opacity: 1;
  }
}
.tools {
  position: fixed;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  padding-bottom: 0px;
  right: 20px;
  top: 28%;
  background: rgba(255, 255, 255, 0.5);
  color: #fff;
  border-radius: 10px;
  z-index: 98;
  flex: 1;
}
.tools .showTech {
  opacity: 0;
  padding: 5px 0px;
  width: 24px;
  text-align: center;
  word-wrap: break-word;
  position: fixed;
  color: #fff;
  z-index: 9999999;
  right: 100px;
  border: 1px solid #fff;
  border-radius: 5px;
  animation-name: blink-blink;
  animation-duration: 2s;
  animation-iteration-count: 10000000;
}
.tools .showTech .right {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  border-width: 10px;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #fff;
  margin-left: 24px;
  margin-top: 60px;
}
.tools .icon {
  width: 40px;
  height: 40px;
  background: rgb(53, 107, 79);
  padding: 3px;
  border-radius: 5px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  color: #fff;
  cursor: pointer;
}
.tools .icon.stop {
  background: #9f191f;
  color: #fff;
}
.tools .icon.play {
  background: #077612;
  color: #fff;
}
.tools .icon.set {
  background: #000;
  color: #fff;
}
.tools .icon.pause {
  background: #ff8142;
  color: #fff;
}
.tools .icon .iconfont {
  font-size: 30px;
}
.tools .icon .txt {
  font-size: 2vw;
  display: none;
}

.vol-box {
  position: fixed;
  padding: 5px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  overflow: hidden;
  z-index: 9999999;
  display: none;
  transform: scale(1);
}
.vol-box .panel {
  display: flex;
  background: #1a1a1a;
  border-radius: 5px;
  padding: 5px;
  overflow: hidden;
}
.vol-box .panel .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40px;
  color: #fff;
  font-size: 70%;
}
.vol-box .panel .item .slider-val {
  margin-bottom: 5px;
}
.vol-box .panel .item .slider-name {
  margin-top: 5px;
}
.vol-box .panel .item .slider-box {
  width: 30px;
  height: 100px;
  overflow: hidden;
  position: relative;
}
.vol-box .panel .item .slider-box .slider {
  transform-origin: 0% 0%;
  transform: rotate(-90deg);
  height: 30px;
  width: 100px;
  position: absolute;
  top: 100px;
  background-color: transparent;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vol-box .panel .item .slider-box .slider input[type=range] {
  background: #eee;
  height: 3px;
  outline: none;
  margin: 0;
  width: 100px;
}
.vol-box .panel .item .slider-box .slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 8px;
  height: 25px;
  border-radius: 15%;
  background: #00a65a;
  cursor: pointer;
}

.cp-box {
  position: fixed;
  left: 3%;
  top: calc(50% - 80px);
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 5px;
  color: #fff;
}
.cp-box .cp-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}
.cp-box .cp-item:nth-child(1) {
  margin-bottom: 15px;
}
.cp-box .cp-item .iconfont {
  display: block;
  font-size: 40px;
  background: #1a1a1a;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
}
.cp-box .cp-item .txt {
  font-size: 14px;
}/*# sourceMappingURL=common.css.map */