.PictureLib {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: static;
  top: 0;
}
.PictureLib .top.first-tab {
  width: 100%;
  height: 40px;
  background: #232629;
  border-radius: 2px 2px 0px 0px;
  display: flex;
  overflow: auto;
  flex-shrink: 0;
}
.PictureLib .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;
}
.PictureLib .top.first-tab .btnMine.is-selected {
  color: #2991f1;
}
.PictureLib .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;
}
.PictureLib .top.first-tab .btnType.is-selected {
  color: #2991f1;
}
.PictureLib .second-tab {
  width: 100%;
  height: 30px;
  background: #232629;
  border-radius: 2px 2px 0px 0px;
  display: flex;
  overflow: auto;
  flex-shrink: 0;
}
.PictureLib .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;
}
.PictureLib .second-tab .btnMine.is-selected {
  color: #2991f1;
}
.PictureLib .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;
}
.PictureLib .second-tab .btnType.is-selected {
  color: #2991f1;
  border: 1px solid #2991f1;
}
.PictureLib .upload {
  width: 100%;
  height: 40px;
  border-radius: 2px 2px 0px 0px;
  display: flex;
  overflow: auto;
}
.PictureLib .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;
}
.PictureLib .upload .btnType.is-selected {
  color: #2991f1;
}
.PictureLib .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;
}
.PictureLib .bottom.is-empty {
  justify-content: center;
}
.PictureLib .bottom .item-active .name,
.PictureLib .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%);
}
.PictureLib .bottom .item,
.PictureLib .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;
}
.PictureLib .bottom .item .item-image,
.PictureLib .bottom .item-active .item-image {
  width: 100%;
}
.PictureLib .bottom .item .bendi-item,
.PictureLib .bottom .item-active .bendi-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
}
.PictureLib .bottom .item .bendi-item .item-image,
.PictureLib .bottom .item-active .bendi-item .item-image {
  width: auto;
  height: 100%;
}
.PictureLib .bottom .item-active .item-bottom,
.PictureLib .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;
}
.PictureLib .bottom .item-active .item-bottom .applycc,
.PictureLib .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;
}
.PictureLib .bottom .item-active .item-bottom .btnshouchangs,
.PictureLib .bottom .item .item-bottom .btnshouchangs {
  width: 18px;
  height: 18px;
  display: flex;
  cursor: pointer;
}
.PictureLib .bottom .item-active {
  border: 1px solid #2991f1 !important;
}
.PictureLib .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;
}
.PictureLib .bottom .item-loading .item-progress {
  position: relative;
  line-height: 40px;
  text-align: center;
  height: 40px;
  width: 40px;
  transform: scale(0.7);
}
.PictureLib .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);
}
.PictureLib .bottom-shu .item,
.PictureLib .bottom-shu .item-active {
  height: 226px;
}
.PictureLib .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;
}
.PictureLib .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;
}
.PictureLib .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;
}
.PictureLib .material-loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  z-index: 999;
}
.PictureLib .importBtnBg {
  width: 200px;
  height: 40px;
  margin-top: 10px;
  margin-left: 10px;
  background: url(../assets/images/bg1.9770e24f9eed392081121d8d832d08a1.png) no-repeat;
  display: flex;
  cursor: pointer;
}
.PictureLib .importBtn {
  width: 16px;
  height: 16px;
  margin-left: 30px;
  margin-top: 12px;
  background: url(../assets/images/FrameAddAiBtn.c6904474e4c4c176dfa6593c9ab003a0.png) no-repeat;
}
.PictureLib .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);
}
}

.MapObjectProperty[data-v-2ab4a51a] {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.MapObjectProperty .top[data-v-2ab4a51a] {
  width: 100%;
  height: 40px;
  background: #232629;
  border-radius: 2px 2px 0px 0px;
}
.MapObjectProperty .top .previewText[data-v-2ab4a51a] {
  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;
}
.MapObjectProperty .bottom[data-v-2ab4a51a] {
  color: #999;
  margin-top: 1px;
  flex: 1;
  width: 100%;
  background: #181818;
  border-radius: 0px 0px 2px 2px;
  overflow: auto;
  padding-left: 60px;
}
.MapObjectProperty .bottom .text1[data-v-2ab4a51a] {
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  line-height: 14px;
  position: relative;
  margin: 15px 0;
  color: #999;
  padding-right: 10px;
}
.MapObjectProperty .bottom .text1 > p[data-v-2ab4a51a] {
  position: absolute;
  left: -50px;
  top: 0;
  font-size: 12px;
  color: #999;
}
.MapObjectProperty .bottom .text1 > div[data-v-2ab4a51a] {
  overflow: hidden;
}
.MapObjectProperty .bottom .preview[data-v-2ab4a51a] {
  position: relative;
  padding-right: 10px;
}
.MapObjectProperty .bottom .preview > p[data-v-2ab4a51a] {
  position: absolute;
  left: -50px;
  top: 0px;
  font-size: 12px;
}
.MapObjectProperty .bottom .preview .icon-amplify[data-v-2ab4a51a] {
  width: 20px;
  height: 20px;
  background: url(../assets/images/icon-amplify.fb8be7d72673571129bc080ca9166087.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 10px;
  right: 20px;
  cursor: pointer;
}

.AnimationLib {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.AnimationLib .top {
  width: 100%;
  height: 40px;
  background: #232629;
  border-radius: 2px 2px 0px 0px;
  display: flex;
}
.AnimationLib .top .btn2 {
  margin-left: 10px;
  margin-top: 10px;
  width: 70px;
  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;
  cursor: pointer;
}
.AnimationLib .top .btn2.is-selected {
  color: #2991f1;
}
.AnimationLib .wudaotypelist {
  width: 100%;
  height: 30px;
  background: #232629;
  border-radius: 0px 0px 2px 2px;
  display: flex;
}
.AnimationLib .wudaotypelist .listContainer {
  flex: 1;
  display: flex;
  overflow: auto;
}
.AnimationLib .wudaotypelist .listContainer .btn2 {
  margin: 0 10px 0 0;
  min-width: 70px;
  height: 20px;
  background: #191a1e;
  border-radius: 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;
  border: 1px solid transparent;
  cursor: pointer;
}
.AnimationLib .wudaotypelist .listContainer .btn2.is-selected {
  color: #2991f1;
  border-color: #2991f1;
}
.AnimationLib .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;
}
.AnimationLib .bottom.is-empty {
  justify-content: center;
}
.AnimationLib .bottom .m-noMap-item {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.AnimationLib .bottom .m-noMap-item .u-noMap-text {
  width: 100%;
  font-size: 12px;
  margin-bottom: 20px;
}
.AnimationLib .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;
}
.AnimationLib .bottom .m-noMap-item .btnGroup {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 28px;
}
.AnimationLib .bottom .m-noMap-item .btnGroup .btn1 {
  width: 65px;
  height: 30px;
  border-radius: 2px;
  border: 1px solid #2991f1;
  font-size: 12px;
  color: #2991f1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.AnimationLib .bottom .item {
  width: 130px;
  height: 153px;
  border-radius: 2px 2px 2px 2px;
  margin: 4px;
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid transparent;
}
.AnimationLib .bottom .item.selected {
  border-color: #2991f1;
}
.AnimationLib .bottom .item .name {
  width: 100%;
  height: 30%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  font-size: 12px;
  padding: 10px;
}
.AnimationLib .bottom .item .applycc {
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  font-size: 14px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.AnimationLib .bottom .item .applycc .apply-btn {
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  font-size: 12px;
  cursor: pointer;
}
.AnimationLib .bottom .item .applycc .btnshouchang {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.AnimationLib .bottom .item .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;
}
.AnimationLib .bottom .item .item-loading .item-progress {
  position: relative;
  line-height: 40px;
  text-align: center;
  height: 40px;
  width: 40px;
  transform: scale(0.7);
}
.AnimationLib .bottom .item .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);
}
.AnimationLib .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;
}
.AnimationLib .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;
}
.AnimationLib .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;
}
.AnimationLib .material-loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  z-index: 999;
}
@keyframes xuanzhuan {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}

