.LightLib[data-v-2df06e5e] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.LightLib .top[data-v-2df06e5e] {
  width: 100%;
  height: 40px;
  background: #232629;
  border-radius: 2px 2px 0px 0px;
  display: flex;
}
.LightLib .top .btnMine[data-v-2df06e5e] {
  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;
  cursor: pointer;
}
.LightLib .top .btnMine.is-selected[data-v-2df06e5e] {
  color: #2991f1;
}
.LightLib .bottom[data-v-2df06e5e] {
  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;
}
.LightLib .bottom.is-empty[data-v-2df06e5e] {
  justify-content: center;
}
.LightLib .bottom .m-noMap-item[data-v-2df06e5e] {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.LightLib .bottom .m-noMap-item .u-noMap-text[data-v-2df06e5e] {
  width: 100%;
  font-size: 12px;
  margin-bottom: 20px;
}
.LightLib .bottom .m-noMap-item .u-noMap-but[data-v-2df06e5e] {
  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;
}
.LightLib .bottom .item[data-v-2df06e5e] {
  width: 130px;
  height: 167px;
  border-radius: 2px 2px 2px 2px;
  margin: 4px;
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid transparent;
}
.LightLib .bottom .item.selected[data-v-2df06e5e] {
  border-color: #2991f1;
}
.LightLib .bottom .item .name[data-v-2df06e5e] {
  width: 100%;
  height: 30%;
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  padding: 10px 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
.LightLib .bottom .item .applycc[data-v-2df06e5e] {
  width: 100%;
  height: 30%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.LightLib .bottom .item .applycc div[data-v-2df06e5e] {
  bottom: 0px;
  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);
  bottom: 5px;
  left: 5px;
  position: absolute;
  cursor: pointer;
}
.LightLib .bottom .item .btnshouchang[data-v-2df06e5e] {
  position: absolute;
  bottom: 7px;
  right: 7px;
  width: 18px;
  height: 18px;
  display: flex;
  cursor: pointer;
}
.LightLib .bottom .item .item-loading[data-v-2df06e5e] {
  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;
}
.LightLib .bottom .item .item-loading .item-progress[data-v-2df06e5e] {
  position: relative;
  line-height: 40px;
  text-align: center;
  height: 40px;
  width: 40px;
  transform: scale(0.7);
}
.LightLib .bottom .item .item-loading img[data-v-2df06e5e] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: xuanzhuan-2df06e5e 1.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform: scale(0.7);
}
.LightLib .loading[data-v-2df06e5e] {
  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;
}
.LightLib .material-loading[data-v-2df06e5e] {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  z-index: 999;
}
@keyframes xuanzhuan-2df06e5e {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}

.InteractiveLib[data-v-8460e0b2] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.InteractiveLib .top[data-v-8460e0b2] {
  width: 100%;
  height: 40px;
  background: #232629;
  border-radius: 2px 2px 0px 0px;
  display: flex;
  overflow: auto;
}
.InteractiveLib .top .title[data-v-8460e0b2] {
  margin-left: 10px;
  margin-top: 10px;
  width: 50px;
  height: 20px;
  display: flex;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  justify-content: center;
  align-items: center;
}
.InteractiveLib .bottom[data-v-8460e0b2] {
  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;
}
.InteractiveLib .bottom .item[data-v-8460e0b2] {
  width: 202px;
  height: 62px;
  border-radius: 2px 2px 2px 2px;
  margin: 4px;
  display: flex;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  border: 1px solid transparent;
}
.InteractiveLib .bottom .item.selected[data-v-8460e0b2] {
  border-color: #2991f1;
}
.InteractiveLib .bottom .item img[data-v-8460e0b2] {
  width: 100%;
  height: 100%;
}
.InteractiveLib .loading[data-v-8460e0b2] {
  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;
}

.MapPop[data-v-aa66f4aa] {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
}
.MapPop .MapPopDialog[data-v-aa66f4aa] {
  width: fit-content !important;
  height: fit-content !important;
  justify-content: center;
  align-items: center;
}
.MapPop .MapPopDialog .topToolBar[data-v-aa66f4aa] {
  width: 842px;
  height: 50px;
  background: #232529;
  border-radius: 2px 2px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: auto;
}
.MapPop .MapPopDialog .topToolBar .text1[data-v-aa66f4aa] {
  width: 84px;
  height: 15px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  line-height: 14px;
}
.MapPop .MapPopDialog .topToolBar .close[data-v-aa66f4aa] {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.MapPop .MapPopDialog .topToolBar .close img[data-v-aa66f4aa] {
  width: 100%;
  height: 100%;
}
.MapPop .MapPopDialog .body[data-v-aa66f4aa] {
  flex: none !important;
}
.MapPop .MapPopDialog .body .bottomContainer[data-v-aa66f4aa] {
  width: 846px;
  height: 595px;
  background: #333333;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 2px 2px;
  display: flex;
  flex-direction: column;
}
.MapPop .MapPopDialog .body .bottomContainer .list[data-v-aa66f4aa] {
  width: 100%;
  padding: 12px 6px 6px;
  display: flex;
  background: #333333;
  border-radius: 0px 0px 2px 0px;
  align-content: flex-start;
  flex-wrap: wrap;
  overflow: auto;
  flex: 1;
}
.MapPop .MapPopDialog .body .bottomContainer .list .item[data-v-aa66f4aa] {
  width: 156px;
  height: 88px;
  margin: 5px 4px;
  border-radius: 2px 2px 2px 2px;
  position: relative;
  background: #111111;
}
.MapPop .MapPopDialog .body .bottomContainer .list .item .name[data-v-aa66f4aa] {
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  line-height: 12px;
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.MapPop .MapPopDialog .body .bottomContainer .list .item .btnNotSel[data-v-aa66f4aa],
.MapPop .MapPopDialog .body .bottomContainer .list .item .btnSel[data-v-aa66f4aa] {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 16px;
  height: 16px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.MapPop .MapPopDialog .body .bottomContainer .list .item .btnSel[data-v-aa66f4aa] {
  background: url(../assets/images/Vector.1c37611fdeeb89e8730ee07655a7ac6d.png) no-repeat;
  background-size: 100% 100%;
}
.MapPop .MapPopDialog .body .bottomContainer .loading[data-v-aa66f4aa] {
  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;
}
.MapPop .MapPopDialog .body .bottomContainer .bottomempty[data-v-aa66f4aa] {
  width: 100%;
  padding: 5px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 0px 0px 2px 2px;
  align-content: flex-start;
  overflow: auto;
}
.MapPop .MapPopDialog .body .bottomContainer .bottomempty .m-noMap-item[data-v-aa66f4aa] {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.MapPop .MapPopDialog .body .bottomContainer .bottomempty .m-noMap-item .u-noMap-text[data-v-aa66f4aa] {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 14px;
  margin-top: 20px;
}
.MapPop .MapPopDialog .body .bottomContainer .bottomempty .m-noMap-item .create-btn[data-v-aa66f4aa] {
  margin-top: 30px;
  width: 100px;
  height: 32px;
  background: #2991f1;
  border-radius: 2px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
}
.MapPop .MapPopDialog .body .bottomContainer .btnline[data-v-aa66f4aa] {
  height: 50px;
  width: 100%;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  align-items: center;
  flex-direction: row-reverse;
}
.MapPop .MapPopDialog .body .bottomContainer .btnline .btn1[data-v-aa66f4aa] {
  width: 100px;
  height: 32px;
  background: #656565;
  border-radius: 2px 2px 2px 2px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-right: 10px;
}
.MapPop .MapPopDialog .body .bottomContainer .btnline .btn2[data-v-aa66f4aa] {
  width: 100px;
  height: 32px;
  background: #2991f1;
  border-radius: 2px 2px 2px 2px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-right: 10px;
}

.LightProperty[data-v-467ff3f0] {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.LightProperty .top[data-v-467ff3f0] {
  width: 100%;
  height: 40px;
  background: #232629;
  border-radius: 2px 2px 0px 0px;
}
.LightProperty .top .previewText[data-v-467ff3f0] {
  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-467ff3f0] {
  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-467ff3f0] {
  display: flex;
  font-size: 12px;
}
.LightProperty .bottom .container .container-item1 .light-icon[data-v-467ff3f0] {
  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-467ff3f0] {
  width: 16px;
  height: 16px;
}
.LightProperty .bottom .container .container-item1 .light-box[data-v-467ff3f0] {
  padding: 10px;
}
.LightProperty .bottom .container .container-item1 .light-box .light-name[data-v-467ff3f0] {
  color: #fff;
  margin-bottom: 15px;
}
.LightProperty .bottom .container .container-item1 .light-box .light-name .light-desc[data-v-467ff3f0] {
  color: #999;
}
.LightProperty .bottom .container .container-item2[data-v-467ff3f0] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.LightProperty .bottom .container .container-item2 img[data-v-467ff3f0] {
  max-width: 100%;
}

