.scratch-main {
  background-color: #6054fd;
  padding: 3px;
  margin-bottom: 18px;
  border-radius: 10px;
  box-shadow: 0 0 4px rgba(0, 0, 0, .1);
  position: relative;
}

.player-container {
  background-color: #FFF;
  margin: 20px auto;
  border-radius: 5px;
}

#author_name {
  width: 160px;
  font-size: large;
  margin: auto 0 auto 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}

.project-title {
  color: #333;
  line-height: 68px;
  height: 68px;
  text-align: center;
  font-size: x-large;
}

#project_slt {
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: 100%;
  height: 360px;
  border-radius: 10px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.green-flag-box {
  height: 88px;
  width: 88px;

  background-color: #FFF;
  border-radius: 5px;
  color: #333;
  cursor: pointer;
  opacity: 0.9;
}

.green-flag {
  height: 48px;
  width: 48px;
  margin: 10px 0 5px 20px;
}

.scratch-player-bottom {
  margin: 18px 0;
  display: flex;
  color: #ffffffb3;
  font-size: 12px;
  justify-content: space-between;
}

.scratch-player-bottom .left {
  display: flex;
}

.scratch-player-bottom .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.scratch-player-bottom .refresh,
.scratch-player-bottom .stop {
  cursor: pointer;
  opacity: 0.9;
  display: flex;
  align-items: center;
  margin-left: 20px;
  flex-direction: column;

}

.scratch-player-bottom .refresh i,
.scratch-player-bottom .stop i {
  font-size: 24px;
  margin-bottom: 5px;
  color: #ffffffb3;
}

.scratch-player-bottom .refresh:hover,
.scratch-player-bottom .stop:hover {
  opacity: 1;
}

.share-iconbox {
  position: relative;
  display: inline-block;
  margin-right: 18px;
}

.weixin-bar {
  display: none;
  width: 132px;
  height: 132px;
  border: 20px solid #fff;
  position: absolute;
  left: -46px;
  bottom: 110%;
  z-index: 9999;
  box-shadow: 0 0 4px rgba(0, 0, 0, .1)
}

.weixin-bar img {
  width: 100%;
  height: 100%;
}

.share-iconbox:hover .weixin-bar {
  display: block;
}

/*虚拟键盘------------------------------*/

/*播放部分------------------------------*/
#container_play {
  height: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow: hidden;
}

#wrapper {
  display: block;
  width: 100vw;
  height: 75vw;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

#monitors {
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-aspect-ratio: 480/360) {
  #wrapper.bak {
    height: 100vh;
    width: 133.33333333333334vh;
  }

  #wrapper {
    height: 100%;
    width: 133.33333333333334vh;

    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
  }
}

#stage {
  width: 100%;
  height: 100%;
}

#loading-progress1 {
  color: #0ff;
  position: fixed;
  color: #dbdbdb;
  bottom: 0;
  left: 0;
  font-size: 16px;
}

#loading-progress {
  position: absolute;
  left: 0;
  right: 0;
  top: 200px;
  background-color: rgba(33, 33, 33, 0.7);
  text-align: center;
  line-height: 58px;
}

#fullscreen-btn {
  display: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  /* position: fixed; */
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"%3E%3Cpath d="M14 28h-4v10h10v-4h-6v-6zm-4-8h4v-6h6v-4H10v10zm24 14h-6v4h10V28h-4v6zm-6-24v4h6v6h4V10H28z" fill="%23fff"/%3E%3C/svg%3E');
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.fullscreen #fullscreen-btn {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"%3E%3Cpath d="M10 32h6v6h4V28H10v4zm6-16h-6v4h10V10h-4v6zm12 22h4v-6h6v-4H28v10zm4-22v-6h-4v10h10v-4h-6z" fill="%23fff"/%3E%3C/svg%3E');
}

.fullscreen .player-fullscreen {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;

}

.fullscreen .scratch-main {

  z-index: 1000;

}

.fullscreen .col-xl-8 {
  width: 100%;
}

.fullscreen .col-xl-4 {
  display: none;
}

.monitor {
  position: absolute;
  background-color: #e5f0ff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
  font-size: 0.75rem;
  overflow: hidden;
  padding: 3px;
  color: white;
  white-space: pre;
  display: flex;
  align-items: center;
}

.monitor-label {
  margin: 0 5px;
  font-weight: bold;
}

.monitor-value {
  display: inline-block;
  vertical-align: top;
  min-width: 34px;
  text-align: center;
  border-radius: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  user-select: text;
  transform: translateZ(0);
}

.default .monitor-value,
.slider .monitor-value {
  background-color: rgb(255, 140, 26);
  margin: 0 5px;
  padding: 1px 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.large {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0.1rem 0.25rem;
  min-width: 3rem;
}

.large .monitor-label {
  display: none;
}

.large .monitor-value {
  font-size: 1rem;
  width: 100%;

}

.monitor.list {
  display: flex;
  flex-direction: column;
}

.list {
  padding: 0;
  overflow: auto;
  overflow-x: hidden;
}

.list .monitor-label {
  text-align: center;
  padding: 3px;
  width: 100%;
  display: block;
  margin: 0;
  box-sizing: border-box;
  white-space: pre-wrap;
  background: hsla(0, 100%, 100%, 1);
  color: #575757;
}

.list .monitor-value {
  display: block;
  width: 95%;
}

.list .monitor-value .row {
  width: 100%;
  background-color: rgb(252, 102, 44);
  --bs-gutter-x: 0;

  margin-top: 0.3em;
  margin-right: 0;
  margin-left: 0;
  border-radius: 0.25rem;
  border-radius: 0.25rem;
  padding: 0.25em 0.5em;
}

.slider input {
  display: block;
  width: 100%;
  transform: translateZ(0);
}

#asking-box {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(33, 33, 33, 0.7);
}

.asking #asking-box {
  display: block;
}

#question {
  display: block;
  margin: 0 10px;
  margin-top: 10px;
  font-size: 12px;
  color: white;
}

#answer {
  border: none;
  background: none;
  width: 100%;
  font: inherit;
  font-size: 16px;
  color: white;
  padding: 10px;
  box-sizing: border-box;
}

#answer:focus {
  outline: none;
}

.fullscreen .player-fullscreen {}

.container_play