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

.PropProperty[data-v-00c61608] {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.PropProperty .top[data-v-00c61608] {
  width: 100%;
  height: 40px;
  background: #232629;
  border-radius: 2px 2px 0px 0px;
}
.PropProperty .top .previewText[data-v-00c61608] {
  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;
}
.PropProperty .bottom[data-v-00c61608] {
  margin-top: 1px;
  flex: 1;
  width: 100%;
  background: #181818;
  border-radius: 0px 0px 2px 2px;
  overflow: auto;
  box-sizing: border-box;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
}
.PropProperty .bottom .bottom-item[data-v-00c61608] {
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.PropProperty .bottom .bottom-item .item-tit[data-v-00c61608] {
  margin: 10px 0;
  width: 105px;
}
.PropProperty .bottom .bottom-item .item-text[data-v-00c61608] {
  line-height: 24px;
  color: #666666;
}
.PropProperty .bottom .bottom-item .item-box[data-v-00c61608] {
  display: flex;
}
.PropProperty .bottom .bottom-item .item-box div[data-v-00c61608] {
  width: 94px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #282828;
  border-radius: 2px;
  color: #999999;
  font-size: 12px;
  margin-right: 10px;
}
.PropProperty .bottom .bottom-item .item-box div[data-v-00c61608]:last-child {
  margin-right: 0px;
}
.PropProperty .bottom .bottom-item .item-renderImage[data-v-00c61608] {
  position: relative;
}
.PropProperty .bottom .bottom-item .item-renderImage img[data-v-00c61608] {
  width: 100%;
}
.PropProperty .bottom .bottom-item .item-renderImage .uploadBox[data-v-00c61608] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 320px;
  height: 92px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.PropProperty .bottom .bottom-item .item-renderImage .uploadBox .btnBox[data-v-00c61608] {
  margin: 0;
  display: flex;
}
.PropProperty .bottom .bottom-item .item-renderImage .uploadBox .btnBox .btn[data-v-00c61608] {
  width: 60px;
  height: 26px;
  line-height: 26px;
  border-radius: 2px;
  border: 1px solid #ffffff;
  font-size: 12px;
  justify-content: center;
  display: flex;
  align-items: center;
  color: #fff;
  cursor: pointer;
}
.PropProperty .bottom .bottom-item .item-renderImage .uploadBox .btnBox .btn[data-v-00c61608]:hover {
  background-color: #fff;
  color: #000;
}
.PropProperty .bottom .bottom-item .item-renderImage .uploadBox2[data-v-00c61608] {
  background-color: rgba(0, 0, 0, 0.5);
}
.PropProperty .bottom .bottom-item .item-renderImage .ivu-upload .ivu-btn[data-v-00c61608] {
  width: 60px;
  height: 26px;
  border: 1px solid #ffffff;
  color: #ffffff;
  margin-right: 20px;
  background-color: transparent;
  border-radius: 2px;
}
.PropProperty .bottom .bottom-item .item-renderImage .ivu-upload .ivu-btn[data-v-00c61608]:hover {
  background-color: #fff;
  color: #000;
}
.PropProperty .bottom .bottom-item .ivu-switch-checked[data-v-00c61608] {
  background-color: #3ca909;
  border-color: #3ca909;
}
.PropProperty .bottom .bottom-item .item-input[data-v-00c61608] {
  color: #666666;
  display: flex;
}
.PropProperty .bottom .bottom-item .item-input span[data-v-00c61608] {
  line-height: 18px;
  display: inline-block;
  margin-right: 20px;
}
.PropProperty .bottom .bottom-item .item-input .input1[data-v-00c61608] {
  width: 65px;
  background: #212121;
  border-radius: 2px 2px 2px 2px;
  margin-right: 5px;
}
.PropProperty .bottom .bottom-item .item-input .input1[data-v-00c61608] .ivu-input {
  background: #212121;
  border-radius: 2px;
  opacity: 1;
  border: 1px solid #212121;
  width: 100%;
  height: 18px;
  text-align: center;
  font-size: 12px;
  outline: none;
  color: #fff;
}
.PropProperty .bottom .bottom-item .item-input .input1[data-v-00c61608] :focus {
  border-radius: 2px;
  border: 1px solid #4D4D4D;
}
.PropProperty .bottom .bottom-item .item-input[data-v-00c61608] :last-child {
  margin-right: 0;
}
.PropProperty .bottom .bottom-item .reset-btn[data-v-00c61608] {
  width: 40px;
  height: 18px;
  background: #212121;
  border-radius: 2px;
  font-size: 14px;
  line-height: 18px;
  color: #999999;
  text-align: center;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 10px;
}
.PropProperty .bottom .bottom-item .reset-btn[data-v-00c61608]:hover {
  color: #ffffff;
}
.PropProperty .bottom .parameter[data-v-00c61608] {
  position: relative;
}
.PropProperty .bottom .parameter .item-tit[data-v-00c61608] {
  margin: 10px 10px 10px 0;
  width: auto;
}
.PropProperty .bottom .meshPopBox[data-v-00c61608] {
  font-size: 12px;
  color: #ffffff;
  margin-top: 10px;
}
.PropProperty .bottom .meshPopBox .text[data-v-00c61608] {
  margin: 10px 0;
}
.PropProperty .bottom .meshPopBox .text.tips[data-v-00c61608] {
  font-size: 12px;
  color: #666;
}
.PropProperty .bottom .meshPopBox .selectBox[data-v-00c61608] {
  margin: 20px 0 10px 0;
}
.PropProperty .bottom .meshPopBox .selectBox[data-v-00c61608] .ivu-radio-group {
  display: flex;
}
.PropProperty .bottom .meshPopBox .selectBox[data-v-00c61608] .ivu-radio-group .ivu-radio-wrapper {
  margin-right: 40px;
  font-size: 12px;
}
.PropProperty .bottom .meshPopBox .selectBox[data-v-00c61608] .ivu-radio-group .ivu-radio-wrapper .ivu-radio-checked .ivu-radio-inner {
  border-color: #2991f1;
}
.PropProperty .bottom .meshPopBox .selectBox[data-v-00c61608] .ivu-radio-group .ivu-radio-wrapper .ivu-radio-checked .ivu-radio-inner::after {
  background-color: #2991f1;
}
.PropProperty .bottom .meshPopBox .box[data-v-00c61608] {
  width: 100%;
  min-height: 100px;
  background: rgba(0, 0, 0, 0.4);
  position: relative;
}
.PropProperty .bottom .meshPopBox .box img[data-v-00c61608] {
  width: 100%;
}
.PropProperty .bottom .meshPopBox .box .uploadBox[data-v-00c61608] {
  width: 270px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  transform: translate(-50%, -50%);
}
.PropProperty .bottom .meshPopBox .box .btn-box[data-v-00c61608] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}
.PropProperty .bottom .meshPopBox .box .btn-box .btn[data-v-00c61608] {
  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;
}
.PropProperty .bottom .meshPopBox .box .btn-box .btn[data-v-00c61608]:hover {
  background-color: #fff;
  color: #000;
}
.PropProperty .bottom .meshPopBox .box .btn-box .btn.delete[data-v-00c61608] {
  border-color: red;
  background-color: red;
}
.PropProperty .bottom .meshPopBox .box .btn-box .btn.delete[data-v-00c61608]:hover {
  color: #fff;
}
.PropProperty .bottom .meshPopBox .box .tips[data-v-00c61608] {
  display: flex;
  width: 100%;
  font-size: 12px;
  color: #fff;
  justify-content: center;
  line-height: 18px;
  text-align: center;
  position: absolute;
  top: 60%;
}
.PropProperty .bottom .meshPopBox .box textarea[data-v-00c61608] {
  background: #141414;
  border: 1px solid #242424;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  resize: none;
  padding: 20px;
  outline: none;
  color: #fff;
}
.PropProperty .bottom .meshPopBox .box .progress[data-v-00c61608] {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.g-reloadDepot[data-v-6952010d] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #181818;
}
.g-reloadDepot .bottom[data-v-6952010d] {
  width: 100%;
  padding: 5px;
  margin-top: 1px;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  background: #181818;
  border-radius: 0px 0px 2px 0px;
  align-content: flex-start;
  overflow: auto;
}
.g-reloadDepot .bottom .bottom-item[data-v-6952010d] {
  width: 182px;
  height: 234px;
  box-sizing: border-box;
  border: 1px solid transparent;
  margin: 0 10px;
  margin-bottom: 10px;
  position: relative;
}
.g-reloadDepot .bottom .bottom-item.selected[data-v-6952010d] {
  border-color: #2991f1;
}
.g-reloadDepot .bottom .bottom-item img[data-v-6952010d] {
  width: 100%;
  height: 100%;
}
.g-reloadDepot .bottom .bottom-item .select-item[data-v-6952010d] {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 40px;
  height: 18px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 2px 2px 2px 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #ffffff;
  cursor: pointer;
}

.g-index[data-v-586d6e26] {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.g-index .top[data-v-586d6e26] {
  width: 100%;
  height: 40px;
  background: #232629;
  border-radius: 2px 2px 0px 0px;
}
.g-index .top .previewText[data-v-586d6e26] {
  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;
}
.g-index .bottom[data-v-586d6e26] {
  margin-top: 1px;
  flex: 1;
  width: 100%;
  background: #181818;
  border-radius: 0px 0px 2px 2px;
  overflow: auto;
}
.g-index .bottom .container1[data-v-586d6e26] {
  display: flex;
}
.g-index .bottom .container1 .container2[data-v-586d6e26] {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
.g-index .bottom .container1 .container2 .container3[data-v-586d6e26] {
  flex: 1;
  display: flex;
}
.g-index .bottom .container1 .container2 .container3 .t3[data-v-586d6e26] {
  margin-left: 11px;
  margin-top: 10px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #999999;
  line-height: 12px;
}

