.MapObjectProperty[data-v-ae1d069a] {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.MapObjectProperty .top[data-v-ae1d069a] {
  width: 100%;
  height: 40px;
  background: #232629;
  border-radius: 2px 2px 0px 0px;
}
.MapObjectProperty .top .previewText[data-v-ae1d069a] {
  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-ae1d069a] {
  margin-top: 1px;
  flex: 1;
  width: 100%;
  background: #181818;
  border-radius: 0px 0px 2px 2px;
  overflow: auto;
}
.MapObjectProperty .bottom .text1[data-v-ae1d069a] {
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 14px;
}

.MeshProperty[data-v-007a9bbf] {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.MeshProperty .top[data-v-007a9bbf] {
  width: 100%;
  height: 40px;
  background: #232629;
  border-radius: 2px 2px 0px 0px;
}
.MeshProperty .top .previewText[data-v-007a9bbf] {
  margin-left: 10px;
  margin-top: 12px;
  height: 15px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  line-height: 14px;
}
.MeshProperty .bottom[data-v-007a9bbf] {
  margin-top: 1px;
  flex: 1;
  width: 100%;
  height: 80%;
  background: #181818;
  border-radius: 0px 0px 2px 2px;
  display: flex;
  flex-direction: column;
  padding: 10px;
  font-size: 14px;
  color: #fff;
}
.MeshProperty .bottom .item[data-v-007a9bbf] {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.MeshProperty .bottom .item .check-box[data-v-007a9bbf] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.MeshProperty .bottom .item .check-box .ivu-checkbox-wrapper[data-v-007a9bbf] {
  margin-right: 20px;
}
.MeshProperty .bottom .item .check-box .ivu-checkbox-wrapper[data-v-007a9bbf] .ivu-checkbox .ivu-checkbox-inner {
  background: #1f1f1f;
  border: 1px solid #333333;
}
.MeshProperty .bottom .item .check-box .ivu-checkbox-wrapper[data-v-007a9bbf] .ivu-checkbox.ivu-checkbox-checked .ivu-checkbox-inner {
  background: #409eff;
  border: 1px solid #409eff;
}
.MeshProperty .bottom .btnImport[data-v-007a9bbf] {
  width: 200px;
  line-height: 40px;
  background: url("../assets/images/Group 1687@2x.275cb94c3e40caac27bbedd69f20f005.png") no-repeat;
  background-size: 100% 100%;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.MeshProperty .bottom .btnImport.disable[data-v-007a9bbf] {
  color: #999;
  cursor: default;
  margin-bottom: 20px;
}
.MeshProperty .bottom .btnImport .icon[data-v-007a9bbf] {
  width: 16px;
  height: 16px;
  background: url(../assets/images/Frame.c5dc9e86be917b2d8b9d336d36eb9d97.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(0, -50%);
}
.MeshProperty .bottom[data-v-007a9bbf] .ivu-upload .ivu-upload-list {
  margin-top: 20px;
}
.MeshProperty .bottom .tuijianText[data-v-007a9bbf] {
  margin-bottom: 10px;
}
.MeshProperty .bottom .imageList[data-v-007a9bbf] {
  display: flex;
  flex: 1;
  flex-direction: column;
  overflow: auto;
}
.MeshProperty .bottom .imageList .defaultimage[data-v-007a9bbf] {
  border-radius: 2px 2px 2px 2px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  border: 1px solid transparent;
  border-color: #2991f1;
  margin-bottom: 20px;
}
.MeshProperty .bottom .imageList .defaultimage .imgBox[data-v-007a9bbf] {
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  min-height: 100px;
}
.MeshProperty .bottom .imageList .defaultimage .imgBox img[data-v-007a9bbf] {
  width: 100%;
}
.MeshProperty .bottom .imageList .defaultimage .imgBox .uploadBox[data-v-007a9bbf] {
  width: 270px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  transform: translate(-50%, -50%);
}
.MeshProperty .bottom .imageList .defaultimage .imgBox .btn-container[data-v-007a9bbf] {
  display: flex;
  align-items: center;
  justify-content: right;
}
.MeshProperty .bottom .imageList .defaultimage .textDefault[data-v-007a9bbf] {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 60px;
  height: 12px;
  font-size: 12px;
  margin-top: 9px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #f1a400;
  line-height: 12px;
}
.MeshProperty .bottom .imageList .defaultimage .btn[data-v-007a9bbf] {
  width: 45px;
  line-height: 18px;
  border-radius: 2px;
  border: 1px solid #ffffff;
  font-size: 12px;
  justify-content: center;
  display: flex;
  align-items: center;
  color: #fff;
  cursor: pointer;
}
.MeshProperty .bottom .imageList .defaultimage .btn[data-v-007a9bbf]:hover {
  background-color: #fff;
  color: #000;
}
.MeshProperty .bottom .imageList .defaultimage .btn.download-btn[data-v-007a9bbf] {
  position: absolute;
  top: 33%;
  left: 56%;
  transform: translate(-50%, -50%);
}
.MeshProperty .bottom .imageList .defaultimage .tips[data-v-007a9bbf] {
  display: flex;
  width: 100%;
  font-size: 12px;
  color: #fff;
  justify-content: center;
  line-height: 18px;
  text-align: center;
  position: absolute;
  top: 60%;
}
.MeshProperty .bottom .imageList .item[data-v-007a9bbf] {
  position: relative;
  border: 1px solid transparent;
}
.MeshProperty .bottom .imageList .item .image[data-v-007a9bbf] {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 2px 2px 2px 2px;
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.MeshProperty .bottom .imageList .item .image img[data-v-007a9bbf] {
  width: 100%;
}
.MeshProperty .bottom .imageList .item .image .uploadBox[data-v-007a9bbf] {
  width: 270px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.533);
  transform: translate(-50%, -50%);
}
.MeshProperty .bottom .imageList .item .image .btn-container[data-v-007a9bbf] {
  display: flex;
  align-items: center;
  justify-content: right;
}
.MeshProperty .bottom .imageList .item .image .btn[data-v-007a9bbf] {
  width: 45px;
  line-height: 18px;
  border-radius: 2px;
  border: 1px solid #ffffff;
  font-size: 12px;
  justify-content: center;
  display: flex;
  align-items: center;
  color: #fff;
  cursor: pointer;
}
.MeshProperty .bottom .imageList .item .image .btn[data-v-007a9bbf]:hover {
  background-color: #fff;
  color: #000;
}
.MeshProperty .bottom .imageList .item .image .btn.download-btn[data-v-007a9bbf] {
  position: absolute;
  top: 33%;
  left: 56%;
  transform: translate(-50%, -50%);
}
.MeshProperty .bottom .imageList .item .image .tips[data-v-007a9bbf] {
  display: flex;
  width: 100%;
  font-size: 12px;
  color: #fff;
  justify-content: center;
  line-height: 18px;
  text-align: center;
  position: absolute;
  top: 60%;
}
.MeshProperty .bottom .imageList .item.selected[data-v-007a9bbf] {
  border-color: #2991f1;
}
.MeshProperty .bottom .imageList .item .setDefaultBtn[data-v-007a9bbf] {
  background: #2991f1;
  position: absolute;
  right: 48px;
  bottom: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 64px;
  line-height: 28px;
  border-radius: 2px;
  flex-direction: column;
  flex-shrink: 0;
  font-size: 12px;
  cursor: pointer;
  color: #fff;
}
.MeshProperty .bottom .imageList .item .delBtnContainer[data-v-007a9bbf] {
  background: #2e3035;
  position: absolute;
  right: 10px;
  bottom: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 28px;
  height: 28px;
  border-radius: 2px 2px 2px 2px;
  flex-direction: column;
  flex-shrink: 0;
  cursor: pointer;
}
.MeshProperty .bottom .imageList .item .delBtnContainer .btnIcon[data-v-007a9bbf] {
  display: flex;
  width: 16px;
  height: 16px;
}
.MeshProperty .bottom .imageList .item .textDefault[data-v-007a9bbf] {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 60px;
  height: 12px;
  font-size: 12px;
  margin-top: 9px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #f1a400;
  line-height: 12px;
}
.MeshProperty .bottom .imageList .meshPopBox .text[data-v-007a9bbf] {
  margin-bottom: 10px;
}
.MeshProperty .bottom .imageList .meshPopBox .text.tips[data-v-007a9bbf] {
  font-size: 12px;
  color: #666;
}
.MeshProperty .bottom .imageList .meshPopBox .selectBox[data-v-007a9bbf] {
  margin-bottom: 10px;
}
.MeshProperty .bottom .imageList .meshPopBox .selectBox[data-v-007a9bbf] .ivu-radio-group {
  display: flex;
}
.MeshProperty .bottom .imageList .meshPopBox .selectBox[data-v-007a9bbf] .ivu-radio-group .ivu-radio-wrapper {
  margin-right: 20px;
}
.MeshProperty .bottom .imageList .meshPopBox .selectBox[data-v-007a9bbf] .ivu-radio-group .ivu-radio-wrapper .ivu-radio-checked .ivu-radio-inner {
  border-color: #2991f1;
}
.MeshProperty .bottom .imageList .meshPopBox .selectBox[data-v-007a9bbf] .ivu-radio-group .ivu-radio-wrapper .ivu-radio-checked .ivu-radio-inner::after {
  background-color: #2991f1;
}
.MeshProperty .bottom .imageList .meshPopBox .circulate-box[data-v-007a9bbf] {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.MeshProperty .bottom .imageList .meshPopBox .circulate-box .circulate[data-v-007a9bbf] {
  margin-right: 6px;
}
.MeshProperty .bottom .imageList .meshPopBox .text-title[data-v-007a9bbf] {
  margin-top: 20px;
  margin-bottom: 6px;
}
.MeshProperty .bottom .imageList .meshPopBox .openingView[data-v-007a9bbf] {
  display: flex;
  width: 112px;
  height: 140px;
  position: relative;
}
.MeshProperty .bottom .imageList .meshPopBox .openingView .img[data-v-007a9bbf] {
  width: 100%;
  height: 100%;
}
.MeshProperty .bottom .imageList .meshPopBox .openingView .top[data-v-007a9bbf] {
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 32px;
  line-height: 32px;
  text-indent: 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  border-radius: 2px 2px 2px 2px;
}
.MeshProperty .bottom .imageList .meshPopBox .lit-wrap[data-v-007a9bbf] {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
}
.MeshProperty .bottom .imageList .meshPopBox .lit-wrap .selected[data-v-007a9bbf] {
  border: 1px solid #2991f1 !important;
}
.MeshProperty .bottom .imageList .meshPopBox .lit-wrap .list-content[data-v-007a9bbf] {
  width: 112px;
  height: 139px;
  border-radius: 2px 2px 2px 2px;
  margin-bottom: 10px;
  cursor: pointer;
}
.MeshProperty .bottom .imageList .meshPopBox .lit-wrap .list-content.c-list[data-v-007a9bbf] {
  position: relative;
  margin-right: 5px;
  border: 1px solid #181818;
}
.MeshProperty .bottom .imageList .meshPopBox .lit-wrap .list-content.c-list .img[data-v-007a9bbf] {
  width: 100%;
  height: 100%;
}
.MeshProperty .bottom .imageList .meshPopBox .lit-wrap .list-content.c-list .select[data-v-007a9bbf] {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  z-index: 1;
}
.MeshProperty .bottom .imageList .meshPopBox .lit-wrap .list-content.c-list .top[data-v-007a9bbf] {
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 32px;
  line-height: 32px;
  text-indent: 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  border-radius: 2px 2px 2px 2px;
}
.MeshProperty .bottom .imageList .meshPopBox .lit-wrap .list-content.c-list .delete[data-v-007a9bbf] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 32px;
  line-height: 32px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  text-align: right;
}
.MeshProperty .bottom .imageList .meshPopBox .lit-wrap .list-content.c-list .delete img[data-v-007a9bbf] {
  margin-top: 8px;
  margin-right: 8px;
  cursor: pointer;
}
.MeshProperty .bottom .imageList .meshPopBox .box[data-v-007a9bbf] {
  width: 100%;
  min-height: 100px;
  background: rgba(0, 0, 0, 0.4);
  position: relative;
}
.MeshProperty .bottom .imageList .meshPopBox .box img[data-v-007a9bbf] {
  width: 100%;
}
.MeshProperty .bottom .imageList .meshPopBox .box .uploadBox[data-v-007a9bbf] {
  width: 270px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  transform: translate(-50%, -50%);
}
.MeshProperty .bottom .imageList .meshPopBox .box .btn-box[data-v-007a9bbf] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}
.MeshProperty .bottom .imageList .meshPopBox .box .btn-box .btn[data-v-007a9bbf] {
  width: 45px;
  height: 18px;
  line-height: 18px;
  border-radius: 2px;
  border: 1px solid #ffffff;
  font-size: 12px;
  justify-content: center;
  display: flex;
  align-items: center;
  color: #fff;
  cursor: pointer;
  margin-right: 5px;
}
.MeshProperty .bottom .imageList .meshPopBox .box .btn-box .btn[data-v-007a9bbf]:hover {
  background-color: #fff;
  color: #000;
}
.MeshProperty .bottom .imageList .meshPopBox .box .btn-box .btn.delete[data-v-007a9bbf] {
  border-color: red;
  background-color: red;
}
.MeshProperty .bottom .imageList .meshPopBox .box .btn-box .btn.delete[data-v-007a9bbf]:hover {
  color: #fff;
}
.MeshProperty .bottom .imageList .meshPopBox .box .tips[data-v-007a9bbf] {
  display: flex;
  width: 100%;
  font-size: 12px;
  color: #fff;
  justify-content: center;
  line-height: 18px;
  text-align: center;
  position: absolute;
  top: 60%;
}
.MeshProperty .bottom .imageList .meshPopBox .box textarea[data-v-007a9bbf] {
  background: #141414;
  border: 1px solid #242424;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  resize: none;
  padding: 20px;
  outline: none;
  color: #fff;
}
.MeshProperty .bottom .imageList .meshPopBox .box .progress[data-v-007a9bbf] {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}
[data-v-007a9bbf] .ivu-checkbox-small .ivu-checkbox-inner {
  border: 1px solid #fff;
  background-color: #181818;
}
[data-v-007a9bbf] .ivu-checkbox-checked .ivu-checkbox-inner {
  border-color: #fff;
}
[data-v-007a9bbf] .ivu-switch-checked {
  background-color: #2991f1;
  border-color: #2991f1;
}

