.VideoLib {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: static;
  top: 0;
}
.VideoLib .top.first-tab {
  width: 100%;
  height: 40px;
  background: #232629;
  border-radius: 2px 2px 0px 0px;
  display: flex;
  overflow: auto;
  flex-shrink: 0;
}
.VideoLib .top.first-tab .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;
}
.VideoLib .top.first-tab .btnMine.is-selected {
  color: #2991f1;
}
.VideoLib .top.first-tab .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;
  cursor: pointer;
}
.VideoLib .top.first-tab .btnType.is-selected {
  color: #2991f1;
}
.VideoLib .second-tab {
  width: 100%;
  height: 30px;
  background: #232629;
  border-radius: 2px 2px 0px 0px;
  display: flex;
  overflow: auto;
  flex-shrink: 0;
}
.VideoLib .second-tab .btnMine {
  margin-left: 10px;
  margin-top: 0px;
  min-width: 50px;
  padding: 0 10px;
  height: 20px;
  background: #191a1e;
  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;
}
.VideoLib .second-tab .btnMine.is-selected {
  color: #2991f1;
}
.VideoLib .second-tab .btnType {
  margin-left: 10px;
  margin-top: 0px;
  min-width: 50px;
  padding: 0 10px;
  height: 20px;
  background: #191a1e;
  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;
  cursor: pointer;
}
.VideoLib .second-tab .btnType.is-selected {
  color: #2991f1;
  border: 1px solid #2991f1;
}
.VideoLib .upload {
  width: 100%;
  height: 40px;
  border-radius: 2px 2px 0px 0px;
  display: flex;
  overflow: auto;
}
.VideoLib .upload .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;
}
.VideoLib .upload .btnType.is-selected {
  color: #2991f1;
}
.VideoLib .bottom {
  width: 100%;
  padding: 5px;
  flex: 1;
  background: #181818;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  overflow: auto;
}
.VideoLib .bottom.is-empty {
  justify-content: center;
}
.VideoLib .bottom .item-active .name,
.VideoLib .bottom .item .name {
  width: 100%;
  height: 25%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  /* line-height: 16px; */
  display: flex;
  position: absolute;
  left: 0px;
  top: 0px;
  box-sizing: border-box;
  align-items: flex-start;
  padding: 5px 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
.VideoLib .bottom .item,
.VideoLib .bottom .item-active {
  width: 128px;
  height: 73px;
  border-radius: 2px 2px 2px 2px;
  margin: 5px;
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid transparent;
}
.VideoLib .bottom .item .item-image,
.VideoLib .bottom .item-active .item-image {
  width: 100%;
}
.VideoLib .bottom .item .bendi-item,
.VideoLib .bottom .item-active .bendi-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
}
.VideoLib .bottom .item .bendi-item .item-image,
.VideoLib .bottom .item-active .bendi-item .item-image {
  width: auto;
  height: 100%;
}
.VideoLib .bottom .item-active .item-bottom,
.VideoLib .bottom .item .item-bottom {
  width: 100%;
  height: 40%;
  position: absolute;
  bottom: 0px;
  display: flex;
  padding: 0 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 5px;
}
.VideoLib .bottom .item-active .item-bottom .applycc,
.VideoLib .bottom .item .item-bottom .applycc {
  width: 40px;
  height: 18px;
  border-radius: 2px 2px 2px 2px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.VideoLib .bottom .item-active .item-bottom .btnshouchangs,
.VideoLib .bottom .item .item-bottom .btnshouchangs {
  width: 18px;
  height: 18px;
  display: flex;
  cursor: pointer;
}
.VideoLib .bottom .item-active {
  border: 1px solid #2991f1 !important;
}
.VideoLib .bottom .item-loading {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  line-height: 10px;
  color: #fff;
  background-color: #000;
  opacity: 0.8;
}
.VideoLib .bottom .item-loading .item-progress {
  position: relative;
  line-height: 40px;
  text-align: center;
  height: 40px;
  width: 40px;
  transform: scale(0.7);
}
.VideoLib .bottom .item-loading img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: xuanzhuan 1.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform: scale(0.7);
}
.VideoLib .bottom-shu .item,
.VideoLib .bottom-shu .item-active {
  height: 226px;
}
.VideoLib .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;
}
.VideoLib .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;
}
.VideoLib .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;
}
.VideoLib .material-loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  z-index: 999;
}
.VideoLib .importBtnBg {
  width: 200px;
  height: 40px;
  margin-top: 10px;
  margin-left: 10px;
  background: url(../assets/images/bg1.9770e24f9eed392081121d8d832d08a1.png) no-repeat;
  display: flex;
  cursor: pointer;
}
.VideoLib .importBtn {
  width: 16px;
  height: 16px;
  margin-left: 30px;
  margin-top: 12px;
  background: url(../assets/images/FrameAddAiBtn.c6904474e4c4c176dfa6593c9ab003a0.png) no-repeat;
}
.VideoLib .importText {
  margin-left: 20px;
  margin-top: 13px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 14px;
}
@keyframes xuanzhuan {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}

.g-videoCamera[data-v-6e1bc44e] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.g-videoCamera .bottom[data-v-6e1bc44e] {
  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;
}
.g-videoCamera .bottom.is-empty[data-v-6e1bc44e] {
  justify-content: center;
}
.g-videoCamera .bottom .m-noMap-item[data-v-6e1bc44e] {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.g-videoCamera .bottom .m-noMap-item .u-noMap-text[data-v-6e1bc44e] {
  width: 100%;
  font-size: 12px;
  margin-bottom: 20px;
}
.g-videoCamera .bottom .m-noMap-item .u-noMap-but[data-v-6e1bc44e] {
  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;
}
.g-videoCamera .bottom .item[data-v-6e1bc44e] {
  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;
}
.g-videoCamera .bottom .item .name[data-v-6e1bc44e] {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  line-height: 12px;
}
.g-videoCamera .bottom .item .application-item[data-v-6e1bc44e] {
  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;
}
.g-videoCamera .bottom .item .btnshouchang[data-v-6e1bc44e] {
  position: absolute;
  bottom: 7px;
  right: 7px;
  width: 18px;
  height: 18px;
  display: flex;
  cursor: pointer;
}
.g-videoCamera .bottom .activeItem[data-v-6e1bc44e] {
  border: 1px solid #2991f1;
}
.g-videoCamera .bottom .item-loading[data-v-6e1bc44e] {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  line-height: 10px;
  color: #fff;
  background-color: #000;
  opacity: 0.8;
}
.g-videoCamera .bottom .item-loading .item-progress[data-v-6e1bc44e] {
  position: relative;
  line-height: 40px;
  text-align: center;
  height: 40px;
  width: 40px;
  transform: scale(0.7);
}
.g-videoCamera .bottom .item-loading img[data-v-6e1bc44e] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: xuanzhuan-6e1bc44e 1.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform: scale(0.7);
}
.g-videoCamera .popMenu[data-v-6e1bc44e] {
  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;
}
.g-videoCamera .popMenu .item[data-v-6e1bc44e] {
  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;
}
.g-videoCamera .loading[data-v-6e1bc44e] {
  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;
}
.g-videoCamera .material-loading[data-v-6e1bc44e] {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  z-index: 999;
}
@keyframes xuanzhuan-6e1bc44e {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}

.TopPanel[data-v-7b5b6129] {
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.logImage[data-v-7b5b6129] {
  width: 94px;
  height: 22px;
  border-radius: 0px;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  display: flex;
}
.logImage img[data-v-7b5b6129] {
  width: 100%;
  height: 100%;
}
.autoSaveIcon[data-v-7b5b6129] {
  position: absolute;
  display: flex;
  left: 130px;
  top: 50%;
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  opacity: 1;
}
.autoSaveIcon img[data-v-7b5b6129] {
  width: 100%;
  height: 100%;
}
.autoSaveTextTips[data-v-7b5b6129] {
  position: absolute;
  display: flex;
  left: 160px;
  top: 50%;
  transform: translate(0, -50%);
  width: 170px;
  height: 14px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #666666;
  line-height: 14px;
}
.projName[data-v-7b5b6129] {
  display: flex;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #999999;
  line-height: 14px;
  flex: 1;
  justify-content: center;
}
.jumpBtn[data-v-7b5b6129] {
  position: absolute;
  top: 50%;
  right: 125px;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 65px;
  height: 30px;
  background: #2991f1;
  border-radius: 2px;
  cursor: pointer;
  font-size: 12px;
  color: #fff;
}
.exportBtn[data-v-7b5b6129] {
  position: absolute;
  display: flex;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  width: 65px;
  height: 30px;
  background: #2991f1;
  border-radius: 2px 2px 2px 2px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.exportBtn .icon[data-v-7b5b6129] {
  width: 14px;
  height: 14px;
  line-height: 14px;
  border-radius: 0;
  margin-right: 3px;
}
.exportBtn .icon img[data-v-7b5b6129] {
  width: 100%;
  height: 100%;
}
.exportBtn .text[data-v-7b5b6129] {
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  line-height: 14px;
}
.exportBtn .text img[data-v-7b5b6129] {
  width: 100%;
  height: 100%;
}
.messageBtn[data-v-7b5b6129] {
  position: absolute;
  display: flex;
  right: 96px;
  top: 13px;
  width: 15px;
  height: 14px;
}
.messageBtn img[data-v-7b5b6129] {
  width: 100%;
  height: 100%;
}
.settingBtn[data-v-7b5b6129] {
  position: absolute;
  display: flex;
  right: 60px;
  top: 13px;
  width: 16px;
  height: 14px;
}
.touxiangBtn[data-v-7b5b6129] {
  position: absolute;
  display: flex;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  width: 30px;
  height: 30px;
  border-radius: 2px;
  background: #999;
  cursor: pointer;
}

