.TopPanel[data-v-a2c8f920] {
  box-sizing: border-box;
  height: 46px;
  padding: 0px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #181818;
}
.TopPanel .detect-Popup[data-v-a2c8f920] {
  width: 475px;
  height: 210px;
  background: #111111;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.TopPanel .detect-Popup .popup-top[data-v-a2c8f920] {
  width: 100%;
  height: 45px;
  text-align: center;
  line-height: 45px;
  color: #ffffff;
  font-size: 14px;
  background: #232529;
  position: relative;
}
.TopPanel .detect-Popup .popup-top .close-detect-Popup[data-v-a2c8f920] {
  position: absolute;
  width: 16px;
  height: 14px;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  cursor: pointer;
}
.TopPanel .detect-Popup .popup-main[data-v-a2c8f920] {
  width: 100%;
  height: calc(100% - 45px);
  box-sizing: border-box;
  color: #ffffff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  position: relative;
}
.TopPanel .detect-Popup .popup-main .popup-main-text[data-v-a2c8f920] {
  margin-top: 25px;
}
.TopPanel .detect-Popup .popup-main .popup-main-but[data-v-a2c8f920] {
  position: absolute;
  right: 40px;
  bottom: 20px;
  display: flex;
}
.TopPanel .detect-Popup .popup-main .popup-main-but div[data-v-a2c8f920] {
  width: 100px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  color: #ffffff;
  font-size: 14px;
  margin-left: 8px;
  background: #2991f1;
  border-radius: 2px;
  cursor: pointer;
}
.TopPanel .detect-Popup .popup-main .popup-main-but div[data-v-a2c8f920]:first-child {
  background: #656565;
}
.TopPanel .m-left[data-v-a2c8f920] {
  display: flex;
  align-items: center;
}
.TopPanel .m-left .u-logo-item[data-v-a2c8f920] {
  width: 30px;
  height: 30px;
  background: #232529;
  border-radius: 2px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.TopPanel .m-left .u-logo-item img[data-v-a2c8f920] {
  width: 15px;
  height: 15px;
}
.TopPanel .m-left .u-tit-item[data-v-a2c8f920] {
  margin-right: 30px;
  font-size: 14px;
  color: #666666;
}
.TopPanel .m-left .u-save-item[data-v-a2c8f920] {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #666666;
}
.TopPanel .m-left .u-save-item img[data-v-a2c8f920] {
  width: 20px;
  height: 20px;
  opacity: 1;
  margin-right: 8px;
}
.TopPanel .m-main[data-v-a2c8f920] {
  display: flex;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #999999;
  justify-content: center;
  align-items: center;
}
.TopPanel .m-main .projName-input[data-v-a2c8f920] {
  background-color: transparent !important;
  color: #999999;
  outline: none;
  border: 0;
  border-style: none;
}
.TopPanel .m-main .projName-input[data-v-a2c8f920]::placeholder {
  color: #999999;
}
.TopPanel .m-right[data-v-a2c8f920] {
  display: flex;
  align-items: center;
}
.TopPanel .m-right .u-right-left[data-v-a2c8f920] {
  width: 30px;
  height: 30px;
  background: #232529;
  border-radius: 2px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.TopPanel .m-right .u-right-left img[data-v-a2c8f920] {
  width: 16px;
  height: 16px;
}
.TopPanel .m-right .u-right-main[data-v-a2c8f920] {
  width: 30px;
  height: 30px;
  background: #232529;
  border-radius: 2px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
}
.TopPanel .m-right .u-right-main img[data-v-a2c8f920] {
  width: 16px;
  height: 16px;
}
.TopPanel .m-right .u-right-right[data-v-a2c8f920] {
  width: 65px;
  height: 30px;
  color: #ffffff;
  background: #2991f1;
  border-radius: 2px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.DragPopPanel {
  position: absolute;
  z-index: 10000;
  left: 0;
  top: 0;
  pointer-events: none;
}
.DragPopPanel .characterImgContainer {
  width: 100px;
  height: 170px;
}
.DragPopPanel .animationImgContainer {
  width: 100px;
  height: 118px;
}
.DragPopPanel .mapImgContainer {
  width: 100px;
  height: 70px;
}
.DragPopPanel .interactiveImgContainer {
  width: 200px;
  height: 60px;
}
.DragPopPanel .effectImgContainer {
  width: 100px;
  height: 100px;
}
.DragPopPanel .musicImgContainer {
  width: 100px;
  height: 100px;
}
.DragPopPanel .cameraImgContainer {
  width: 100px;
  height: 148px;
}

.ueLiveEditor[data-v-decbd5e8] {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #111111;
  font-size: 24px;
  display: flex;
  flex-direction: column;
}
.ueLiveEditor .FullLoading[data-v-decbd5e8] {
  position: absolute;
  z-index: 1000000;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  background: #000000b5;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  line-height: 14px;
}

