.CameraLib {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.CameraLib .top {
  width: 100%;
  height: 40px;
  background: #232629;
  border-radius: 2px 2px 0px 0px;
  display: flex;
}
.CameraLib .top .btnMine {
  margin-left: 10px;
  margin-top: 10px;
  width: 50px;
  height: 20px;
  background: #2D3036;
  border-radius: 2px 2px 2px 2px;
  opacity: 1;
  display: flex;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #FFFFFF;
  justify-content: center;
  align-items: center;
}
.CameraLib .top .btnMine.is-selected {
  color: #2991F1;
}
.CameraLib .top .btnType {
  margin-left: 10px;
  margin-top: 10px;
  width: 50px;
  height: 20px;
  background: #2D3036;
  border-radius: 2px 2px 2px 2px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.CameraLib .top .btnType.is-selected {
  color: #2991F1;
}
.CameraLib .bottom {
  margin-top: 1px;
  width: 100%;
  padding: 5px;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  background: #181818;
  border-radius: 0px 0px 2px 0px;
  align-content: flex-start;
  overflow: auto;
}
.CameraLib .bottom.is-empty {
  justify-content: center;
}
.CameraLib .bottom .m-noMap-item {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.CameraLib .bottom .m-noMap-item .u-noMap-text {
  width: 100%;
  font-size: 12px;
  margin-bottom: 20px;
}
.CameraLib .bottom .m-noMap-item .u-noMap-but {
  width: 65px;
  height: 30px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #2991f1;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #2991f1;
  line-height: 30px;
  cursor: pointer;
}
.CameraLib .bottom .item {
  width: 120px;
  border-radius: 2px 2px 2px 2px;
  margin: 5px;
  display: flex;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  border: 1px solid transparent;
}
.CameraLib .bottom .item .name {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 12px;
}
.CameraLib .bottom .item .application-item {
  width: 40px;
  height: 18px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  cursor: pointer;
  position: absolute;
  bottom: 7px;
  left: 7px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 18px;
}
.CameraLib .bottom .item .btnshouchang {
  position: absolute;
  bottom: 7px;
  right: 7px;
  width: 18px;
  height: 18px;
  display: flex;
}
.CameraLib .bottom .activeItem {
  border: 1px solid #2991F1;
}
.CameraLib .popMenu {
  width: 150px;
  background: #232529;
  box-shadow: 0px 4px 8px 4px rgba(0, 0, 0, 0.25);
  border-radius: 2px 2px 2px 2px;
  padding: 10px;
  padding-bottom: 0px;
  position: absolute;
  top: 41px;
  left: 71px;
  display: flex;
  flex-direction: column;
}
.CameraLib .popMenu .item {
  width: 130px;
  height: 30px;
  margin-bottom: 10px;
  background: #2D3036;
  border-radius: 2px 2px 2px 2px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.CameraLib .loading {
  position: absolute;
  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;
}

.EffectLib {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.EffectLib .top {
  width: 100%;
  height: 40px;
  background: #232629;
  border-radius: 2px 2px 0px 0px;
  display: flex;
  overflow: auto;
}
.EffectLib .top .btnMine {
  margin-left: 10px;
  margin-top: 10px;
  width: 50px;
  height: 20px;
  background: #2D3036;
  border-radius: 2px 2px 2px 2px;
  opacity: 1;
  display: flex;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #FFFFFF;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.EffectLib .top .btnMine.is-selected {
  color: #2991F1;
}
.EffectLib .top .btnType {
  margin-left: 10px;
  margin-top: 10px;
  width: 50px;
  height: 20px;
  background: #2D3036;
  border-radius: 2px 2px 2px 2px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.EffectLib .top .btnType.is-selected {
  color: #2991F1;
}
.EffectLib .bottom {
  margin-top: 1px;
  width: 100%;
  padding: 5px;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  background: #181818;
  border-radius: 0px 0px 2px 0px;
  align-content: flex-start;
  overflow: auto;
}
.EffectLib .bottom.is-empty {
  justify-content: center;
}
.EffectLib .bottom .item {
  width: 120px;
  border-radius: 2px 2px 2px 2px;
  margin: 5px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.EffectLib .bottom .item .name {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 12px;
}
.EffectLib .bottom .item .btnshouchang {
  position: absolute;
  bottom: 7px;
  right: 7px;
  width: 18px;
  height: 18px;
  display: flex;
}
.EffectLib .popMenu {
  width: 150px;
  background: #232529;
  box-shadow: 0px 4px 8px 4px rgba(0, 0, 0, 0.25);
  border-radius: 2px 2px 2px 2px;
  padding: 10px;
  padding-bottom: 0px;
  position: absolute;
  top: 41px;
  left: 71px;
  display: flex;
  flex-direction: column;
}
.EffectLib .popMenu .item {
  width: 130px;
  height: 30px;
  margin-bottom: 10px;
  background: #2D3036;
  border-radius: 2px 2px 2px 2px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.EffectLib .loading {
  position: absolute;
  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;
}

.LeftPanel {
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.LeftPanel .toolsBar {
  height: 100%;
  display: flex;
  width: 50px;
  background: #232529;
  border-radius: 2px 2px 0px 2px;
  flex-direction: column;
  align-items: center;
  overflow: auto;
}
.LeftPanel .toolsBar .btnContainer {
  justify-content: center;
  align-items: center;
  display: flex;
  width: 42px;
  height: 42px;
  border-radius: 2px 2px 2px 2px;
  flex-direction: column;
  margin-top: 5px;
  flex-shrink: 0;
}
.LeftPanel .toolsBar .btnContainer.is-selected {
  background: #2d3036;
}
.LeftPanel .toolsBar .btnContainer .btnIcon {
  display: flex;
  width: 16px;
  height: 16px;
}
.LeftPanel .toolsBar .btnContainer .btnIcon img {
  width: 100%;
  height: 100%;
}
.LeftPanel .toolsBar .btnContainer .btnText {
  margin-top: 5px;
  height: 12px;
  font-size: 10px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  line-height: 12px;
}
.LeftPanel .toolsBar .btnContainer .btnText.is-selected {
  color: #2991f1;
}
.ResourcesList {
  position: relative;
  display: flex;
  margin-left: 1px;
  flex-direction: column;
  width: 432px;
  height: 100%;
}

.MapProperty[data-v-f9a07500] {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.MapProperty .top[data-v-f9a07500] {
  width: 100%;
  height: 40px;
  background: #232629;
  border-radius: 2px 2px 0px 0px;
}
.MapProperty .top .previewText[data-v-f9a07500] {
  margin-left: 10px;
  margin-top: 12px;
  width: 61px;
  height: 15px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  line-height: 14px;
}
.MapProperty .bottom[data-v-f9a07500] {
  margin-top: 1px;
  flex: 1;
  width: 100%;
  background: #181818;
  border-radius: 0px 0px 2px 2px;
  overflow: auto;
}
.MapProperty .bottom .text1[data-v-f9a07500] {
  margin-left: 10px;
  margin-top: 11px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  line-height: 14px;
}
.MapProperty .bottom .text2[data-v-f9a07500] {
  margin-left: 10px;
  margin-top: 10px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}
.MapProperty .bottom .text3[data-v-f9a07500] {
  margin-left: 10px;
  margin-top: 23px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  line-height: 12px;
}
.MapProperty .bottom .container4[data-v-f9a07500] {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.MapProperty .bottom .container4 .item[data-v-f9a07500] {
  width: 320px;
  border-radius: 2px 2px 2px 2px;
  margin: 5px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.MapProperty .pic-item[data-v-f9a07500] {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}
.MapProperty .pic-item img[data-v-f9a07500] {
  height: 50%;
}

.CameraProperty[data-v-6e7bd338] {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.CameraProperty .top[data-v-6e7bd338] {
  width: 100%;
  height: 40px;
  background: #232629;
  border-radius: 2px 2px 0px 0px;
}
.CameraProperty .top .previewText[data-v-6e7bd338] {
  margin-left: 10px;
  margin-top: 12px;
  width: 61px;
  height: 15px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 14px;
}
.CameraProperty .bottom[data-v-6e7bd338] {
  width: 100%;
  font-size: 12px;
  color: #999999;
}
.CameraProperty .bottom .bottom-item[data-v-6e7bd338] {
  display: flex;
  margin-top: 14px;
}
.CameraProperty .bottom .bottom-item span[data-v-6e7bd338] {
  margin-left: 10px;
  font-weight: 400;
}

.AnimationProperty[data-v-4955450c] {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.AnimationProperty .top[data-v-4955450c] {
  width: 100%;
  height: 40px;
  background: #232629;
  border-radius: 2px 2px 0px 0px;
}
.AnimationProperty .top .previewText[data-v-4955450c] {
  margin-left: 10px;
  margin-top: 12px;
  width: 61px;
  height: 15px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  line-height: 14px;
}
.AnimationProperty .bottom[data-v-4955450c] {
  margin-top: 1px;
  flex: 1;
  width: 100%;
  background: #181818;
  border-radius: 0px 0px 2px 2px;
  overflow: auto;
}
.AnimationProperty .bottom .container1[data-v-4955450c] {
  margin-top: 14px;
  display: flex;
}
.AnimationProperty .bottom .container1 .txt1[data-v-4955450c] {
  margin-left: 10px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #999999;
  line-height: 14px;
}
.AnimationProperty .bottom .container1 .txt2[data-v-4955450c] {
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #999999;
  line-height: 14px;
}
.AnimationProperty .bottom .container2[data-v-4955450c] {
  margin-top: 17px;
  display: flex;
}
.AnimationProperty .bottom .container2 .txt1[data-v-4955450c] {
  margin-left: 10px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #999999;
  line-height: 14px;
}
.AnimationProperty .bottom .container2 .txt2[data-v-4955450c] {
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #999999;
  line-height: 14px;
}

.volume[data-v-74b56e4f] {
  position: relative;
}
.volume .volume-progress[data-v-74b56e4f] {
  position: absolute;
  top: -150px;
  width: 32px;
  height: 140px;
  background: #f6f6f6;
  border-radius: 4px;
  padding-top: 10px;
}
.volume .volume-bar-bg[data-v-74b56e4f] {
  margin: 0 auto;
  width: 6px;
  height: 120px;
  background: #dcdcdc;
  border-radius: 100px;
  flex: 1;
  position: relative;
  transform: rotate(180deg);
  cursor: pointer;
}
.volume .volume-bar-bg .volume-bar[data-v-74b56e4f] {
  width: 6px;
  height: 50%;
  background: #56bf8b;
  border-radius: 100px;
}
.volume .checked[data-v-74b56e4f] {
  color: #56bf8b;
}
.audio-right[data-v-74b56e4f] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.audio-right .dialogAudioPlay[data-v-74b56e4f] {
  cursor: pointer;
  color: #5c5e66;
  font-size: 20px;
}
.audio-right .progress-bar-bg[data-v-74b56e4f] {
  background-color: #404040;
  flex: 1;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  margin-left: 10px;
  width: 250px;
  border-radius: 1px;
  position: relative;
}
.audio-right .progress-bar[data-v-74b56e4f] {
  background-color: #fff;
  width: 0%;
  height: 100%;
  border-radius: 1px;
}
.audio-right .progress-bar .progress-circle[data-v-74b56e4f] {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.audio-right .audio-time[data-v-74b56e4f] {
  overflow: hidden;
  font-size: 14px;
  margin-top: 10px;
}
.audio-right .audio-time .audio-length-total[data-v-74b56e4f] {
  float: right;
}
.audio-right .audio-time .audio-length-current[data-v-74b56e4f] {
  float: left;
  color: #2991f1;
}
.audio-right .previewBox[data-v-74b56e4f] {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.audio-right .previewBox > img[data-v-74b56e4f] {
  width: 100%;
}
.audio-right .previewBox .playIcon[data-v-74b56e4f] {
  width: 50%;
  height: 50%;
  position: absolute;
  cursor: pointer;
}
.audio-right .previewBox .playIcon img[data-v-74b56e4f] {
  width: 100%;
}

.MusicLibProperty {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.MusicLibProperty .top {
  width: 100%;
  height: 40px;
  background: #232629;
  border-radius: 2px 2px 0px 0px;
}
.MusicLibProperty .top .previewText {
  margin-left: 10px;
  margin-top: 12px;
  width: 61px;
  height: 15px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  line-height: 14px;
}
.MusicLibProperty .bottom {
  margin-top: 1px;
  flex: 1;
  width: 100%;
  background: #181818;
  border-radius: 0px 0px 2px 2px;
  overflow: auto;
}
.MusicLibProperty .bottom .content1 {
  display: flex;
  align-items: center;
  padding: 15px;
  font-size: 12px;
  color: #fff;
}
.MusicLibProperty .bottom .content1 .icon {
  width: 25px;
  height: 25px;
  background: url("../assets/images/Frame@2x(1).63fd8f5a794e05673c273f69f64d369c.png") no-repeat center #212121;
  background-size: 60% 60%;
  margin-right: 10px;
}
.MusicLibProperty .bottom .content2 {
  padding: 10px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.MusicLibProperty .bottom .content2 .imageBox {
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 10px;
}
.MusicLibProperty .bottom .content2 .imageBox .previewImage {
  width: 100%;
}
.MusicLibProperty .bottom .content2 .imageBox .playIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: none;
}

.LightProperty[data-v-11572fd5] {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.LightProperty .top[data-v-11572fd5] {
  width: 100%;
  height: 40px;
  background: #232629;
  border-radius: 2px 2px 0px 0px;
}
.LightProperty .top .previewText[data-v-11572fd5] {
  margin-left: 10px;
  margin-top: 12px;
  width: 61px;
  height: 15px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  line-height: 14px;
}
.LightProperty .bottom[data-v-11572fd5] {
  margin-top: 1px;
  flex: 1;
  width: 100%;
  background: #181818;
  border-radius: 0px 0px 2px 2px;
  overflow: auto;
  padding: 5px;
}
.LightProperty .bottom .container .container-item1[data-v-11572fd5] {
  display: flex;
  font-size: 12px;
}
.LightProperty .bottom .container .container-item1 .light-icon[data-v-11572fd5] {
  width: 25px;
  height: 25px;
  background-color: #212121;
  display: flex;
  align-items: center;
  justify-content: center;
}
.LightProperty .bottom .container .container-item1 .light-icon img[data-v-11572fd5] {
  width: 16px;
  height: 16px;
}
.LightProperty .bottom .container .container-item1 .light-box[data-v-11572fd5] {
  padding: 10px;
}
.LightProperty .bottom .container .container-item1 .light-box .light-name[data-v-11572fd5] {
  color: #fff;
  margin-bottom: 15px;
}
.LightProperty .bottom .container .container-item1 .light-box .light-name .light-desc[data-v-11572fd5] {
  color: #999;
}
.LightProperty .bottom .container .container-item3[data-v-11572fd5] {
  font-size: 12px;
}
.LightProperty .bottom .container .container-item2[data-v-11572fd5] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.LightProperty .bottom .container .container-item2 .item-text[data-v-11572fd5] {
  position: relative;
}
.LightProperty .bottom .container .container-item2 .item-text .icon-amplify[data-v-11572fd5] {
  width: 20px;
  height: 20px;
  background: url(../assets/images/icon-amplify.fb8be7d72673571129bc080ca9166087.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
}
.LightProperty .bottom .container .container-item2 .item-text img[data-v-11572fd5] {
  max-width: 100%;
  display: block;
  margin-top: 10px;
}

.MiddlePanel[data-v-053a1d22] {
  display: flex;
  height: 100%;
  margin: 0 10px;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  overflow: auto;
}

