body {
  background-color: #fff;
  font-family: sans-serif;
}

h1 {
  font-weight: normal;
  font-size: 140%;
}

.app-container {
  position: absolute;
  /*top: 0;*/
  top: 42px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: visible;
  background-color: #0097a7;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  margin: 10px;
}

.main {
  position: absolute;
  top: 8px;
  bottom: 8px;
}
/* 左边的工作区 */
.blockly-panel {
  left: 8px;
  right: 442px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.37);
}

.output-panel {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  right: 8px;
  /* width: 282px; */
  width: 426px;
  background-color: white;
  /*overflow: scroll;*/
  padding: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.37);
}

.dropdown-bar {
  display: block;
  font-family: sans-serif;
  font-size: 16px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

#languageDropdown {
  border: 0;
  background-color: transparent;
  font-size: 16px;
  outline: none;
}

#im-just-an-underline {
  border-bottom: 1px solid;
  display: inline;
  padding-right: 5px;
}

.POps {
  height: 1px;
  border: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.play-button {
  position: absolute;
  bottom: 24px;
  right: 24px;
  border-radius: 100%;
  color: white;
  width: 56px;
  height: 56px;
  line-height: 56px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.37);
  transition: box-shadow 0.3s ease-in-out;
  text-align: center;
  font-weight: 500;
  background-color: #0097a7;
  cursor: pointer;
}

.play-button:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 6px 10px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.3s ease-in-out;
}

.but-not-that-pretty {
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.codeSubDivCls {
  height: 25%;
}

.outBar {
  background-color: black;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* height: 55px; */
  flex: 0 0 55px;
  padding: 0 20px;
}

.outIdCls {
  /* width: 100%; */
  border-top: solid 1px rgba(0, 0, 0, 0.2);
  overflow: auto;
  flex: 1;
  /* height: 25%; */
  background-color: black;
  color: white;
  padding: 0 10px;
  font-size: 22px;
}
.myBlocklyCanvasIdCls {
  /* width: 100%; */
  border-top: solid 1px rgba(0, 0, 0, 0.2);
  overflow: auto;
  /* height: 419px; */
  flex: 0 0 419px;
  background-color: rgb(242, 242, 242);
  color: white;
  padding: 0 10px;
}
.leftBlank {
  height: 2px;
  background-color: white;
}
.leftTitle {
  height: 22px;
  background-color: black;
  text-align: center;
  font-size: 18;
  color: white;
  font-weight: 400;
}
.bar {
  width: 100%;
  height: 47px;
  background-color: rgb(56, 168, 77);
  display: flex;
  /*justify-content: center;*/
  align-items: center;
}

.barImg {
  width: 58px;
  margin-left: 20px;
}

.exitBtn {
  border: 2px solid #fff;
  border-radius: 42px;
  width: 80px;
  height: 30px;
  line-height: 30px;
  /* text-align: center; */
  cursor: pointer;

  margin-left: 20px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.resetTxt {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: white;
  margin-top: 3px;
  margin-left: 4px;
}
.exitImg {
  width: 15px;
  height: 15px;
  margin-left: 11px;
  background-image: url("/blockly/assets/exit.png");
  background-size: 100%;
}
.resetImg {
  width: 15px;
  height: 15px;
  margin-left: 11px;
  background-image: url("/blockly/assets/refresh.png");
  background-size: 100%;
}
.saveImg {
  width: 15px;
  height: 15px;
  margin-left: 11px;
  background-image: url("/blockly/assets/save.png");
  background-size: 100%;
}

.customBtn {
  border: 2px solid #fff;
  border-radius: 42px;
  width: 99px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;

  margin-left: 20px;
  /* margin-right: 20px; */

  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: white;
}
.penImg {
  width: 15px;
  height: 15px;
  /* margin-left: 11px; */
  background-image: url("/blockly/assets/pen.png");
  background-size: 100%;
}
.inputContent {
  border: 2px solid #fff;
  border-radius: 42px;
  margin-left: 20px;
  width: 215px;
  height: 30px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.inputName {
  width: 168px;
  height: 25px;
  margin-left: 12px;
  border: none;
  outline: medium;
  background-color: #38a84d;
  color: rgba(240, 239, 240);
}
.customSaveBtn {
  border: 2px solid #fff;
  border-radius: 42px;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  /*margin-left: auto;*/
  margin-right: 20px;

  display: flex;
  justify-content: start;
  align-items: center;
}

.customSwitchBtn {
  border: 2px solid #fff;
  border-radius: 42px;
  width: 120px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  margin-left: auto;
  margin-right: 20px;

  display: flex;
  justify-content: start;
  align-items: center;
}
.switchImg {
  margin-left: 12px;
  width: 15px;
  height: 15px;
  background-image: url("/blockly/assets/switch.png");
  background-size: 100%;
}
body {
  webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;
}

.customBtn1 {
  border: 2px solid #fff;
  border-radius: 42px;
  width: 99px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: white;
}
/*        .outText{
        color: white;
    }*/
.linelyCls {
  display: flex;
}
.lineOutDiv {
  /* width: 25%; */
  width: 426px;
  height: 100%;
  background-color: black;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  font-size: 22px;
}
.lineSubOutCls {
  color: white;
  overflow: auto;
  /* height: 90%; */
  /* height: 38%; */
  flex: 1;
}
.fileBtn {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: white;
  border-right: 2px dotted rgb(53, 159, 73);
  border-left: 2px dotted rgb(53, 159, 73);
  height: 30px;
  line-height: 28px;
  cursor: pointer;
  padding: 0 10px;
  margin-left: 20px;
}
.fileBtn:hover {
  background-color: rgb(65, 190, 42);
}

.menuContent {
  position: relative;
}
.menuPopContent {
  display: none;
  background-color: rgba(56, 168, 77);

  top: 37px;
  position: absolute;
  z-index: 99;
  left: 17px;

  border: solid 1px rgb(65, 190, 42);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.popBtn {
  /* border: 2px solid #fff;
        border-radius: 42px;*/
  width: 124px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;

  /*margin-left: 20px;*/
  /* margin-right: 20px; */

  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: white;
}

.popBtn1_1 {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.popBtn:hover {
  background-color: rgb(65, 190, 42);
}

.taskBtn {
  border: 2px solid #fff;
  border-radius: 42px;
  width: 80px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  margin-left: 20px;
  margin-right: 40px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: white;
  text-align: center;
}

.taskNextBtn {
  border: 2px solid #fff;
  border-radius: 42px;
  width: 80px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  display: none;
  margin-right: 20px;
  margin-left: 0px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: white;
  text-align: center;
}
.videoPopDiv {
  top: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
}
.videoPopContent {
  width: 1100px;
  height: 619px;
  background-color: white;
  opacity: 1 !important;
  left: calc((100% - 1100px) / 2);
  top: calc((100% - 619px) / 2);
  position: absolute;
  border-radius: 24px;
}
.videoCls {
  object-fit: fill;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  background: none;
  text-decoration: none;
}
.vCon {
  width: 1050px;
  height: 568px;
  /* background-color: blue; */
  margin: auto;
  margin-top: 25px;
}

.videoPopClose {
  left: calc((100% - 1100px) / 2 + 1100px);
  top: calc((100% - 619px) / 2 - 28px);
  width: 30px;
  height: 30px;
  background-image: url("/blockly/assets/close.png");
  background-size: 100%;
  position: absolute;
  cursor: pointer;
}

.jobBtn {
  border: 2px solid #fff;
  border-radius: 42px;
  width: 80px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  margin-left: 20px;
  margin-right: 40px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: white;
  background-color: rgb(244, 154, 36);
  text-align: center;
}

.popContent {
  width: 360px;
  height: 220px;
  background: #ffffff;
  border-radius: 6px;
  position: absolute;
  left: calc((100% - 360px) / 2);
  top: calc((100% - 220px) / 2);
}

.popTitle {
  width: 36px;
  height: 19px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin: 27px auto;
}

.popText {
  width: 100%;
  height: 15px;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin: 46px auto;
  text-align: center;
}

.popBtnContent {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 283px;
  margin: 0 auto;
}
.popBtn1 {
  width: 104px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #d2d2d2;
  border-radius: 16px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  text-align: center;
  cursor: pointer;
}

.popBtn2 {
  width: 94px;
  height: 32px;
  line-height: 32px;
  background: #ff8d0a;
  border-radius: 16px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
.popImg2 {
  width: 48px;
  height: 42px;
  background-image: url("/blockly/assets/up.png");
  background-size: 100%;
  margin: 52px auto;
}

.popImg3 {
  width: 50px;
  height: 50px;
  background-image: url("/blockly/assets/right.png");
  background-size: 100%;
  margin: 20px auto;
}

.popBtn3 {
  width: 94px;
  height: 32px;
  line-height: 32px;
  background: #ff8e0a;
  border-radius: 16px;

  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
}

/* 系统弹窗 */
.s-popDiv {
  top: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}

.s-popBox {
  width: 360px;
  height: 203px;
  background: #ffffff;
  border-radius: 6px;
}

.s-content {
  width: 300px;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #343434;
  text-align: center;
  margin: auto;
  margin-top: 27px;
}

.s-bottomBtnDiv {
  display: flex;
  justify-content: space-around;
  width: 235px;
  margin: 0 auto;
  margin-top: 28px;
}
.s-enterBtn {
  background-image: url("/blockly/assets/subitBtn.png");
  background-size: 100% 100%;
  width: 94px;
  height: 32px;
  line-height: 32px;

  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}

.s-cancelBtn {
  width: 90px;
  height: 32px;
  line-height: 32px;
  background: #ffffff;
  border-radius: 8px;

  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  text-align: center;
  cursor: pointer;

  border: 1px solid #d2d2d2;
  border-radius: 21px;
}

.s-title {
  text-align: center;
  margin-top: 25px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #343434;
}
.deadLineText {
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  margin-right: 20px;
}

.p-popBox {
  width: 360px;
  height: 220px;
  background: #ffffff;
  border-radius: 6px;
}

.mycanvasIdCls {
  width: 100%;
  /* height: 419px; */
  flex: 0 0 419px;
  background-color: rgb(242, 242, 242);
}
.leftBottomBlank {
  width: 100%;
  flex: 0 0 8px;
}

.tImg {
  background-image: url("/blockly/assets/gui.png");
  background-size: 100%;
  width: 100px;
  height: 100px;
  margin: 158px auto;
}

.timeCls {
  width: 172px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  margin-left: auto;
  text-align: center;
  color: #ffcc00;
  display: none;
  margin-right: 20px;
}
