.g-nieren[data-v-345b6ea6] {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.g-nieren .m-nieren[data-v-345b6ea6] {
  width: 100%;
  height: 100%;
  background-color: #000;
}
.g-nieren .m-nieren .u-nieren-top[data-v-345b6ea6] {
  width: 100%;
  height: 50px;
  background-color: #232529;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.g-nieren .m-nieren .u-nieren-top .top-title[data-v-345b6ea6] {
  font-size: 12px;
}
.g-nieren .m-nieren .u-nieren-top .top-btn-box[data-v-345b6ea6] {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  font-size: 14px;
  display: flex;
}
.g-nieren .m-nieren .u-nieren-top .top-btn-box .top-btn[data-v-345b6ea6] {
  width: 85px;
  line-height: 32px;
  text-align: center;
  border-radius: 2px;
  margin-right: 10px;
  cursor: pointer;
}
.g-nieren .m-nieren .u-nieren-top .top-btn-box .top-btn.cancel[data-v-345b6ea6] {
  background-color: #666666;
}
.g-nieren .m-nieren .u-nieren-top .top-btn-box .top-btn.save[data-v-345b6ea6] {
  background-color: #3ca909;
}
.g-nieren .m-nieren .u-nieren-content[data-v-345b6ea6] {
  display: flex;
  width: 100%;
  height: 100%;
}
.g-nieren .m-nieren .u-nieren-content .content-item-left[data-v-345b6ea6] {
  width: 60%;
  height: 100%;
  position: relative;
  font-size: 14px;
  flex: auto;
}
.g-nieren .m-nieren .u-nieren-content .content-item-left #yunShowNiren[data-v-345b6ea6] {
  width: 100%;
  height: 100%;
}
.g-nieren .m-nieren .u-nieren-content .content-item-left .btn-box[data-v-345b6ea6] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
.g-nieren .m-nieren .u-nieren-content .content-item-left .btn-box .btn[data-v-345b6ea6] {
  border-radius: 2px;
  background-color: #242424;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  line-height: 48px;
}
.g-nieren .m-nieren .u-nieren-content .content-item-left .btn-box .btn img[data-v-345b6ea6] {
  width: 26px;
  height: 25px;
  margin-right: 20px;
}
.g-nieren .m-nieren .u-nieren-content .content-item-left .btn-box .btn.selected[data-v-345b6ea6] {
  background-color: #2991f1;
}
.g-nieren .m-nieren .u-nieren-content .content-item-left canvas[data-v-345b6ea6] {
  width: 100%;
  height: 100%;
}
.g-nieren .m-nieren .u-nieren-content .right-box[data-v-345b6ea6] {
  width: 40%;
  display: flex;
}
.g-nieren .m-nieren .u-nieren-content .content-item-middle[data-v-345b6ea6] {
  width: 82%;
  height: 100%;
  background: #111;
  position: relative;
}
.g-nieren .m-nieren .u-nieren-content .content-item-middle .middle-tab[data-v-345b6ea6] {
  display: flex;
  font-size: 14px;
  margin: 15px 0;
  width: 94%;
}
.g-nieren .m-nieren .u-nieren-content .content-item-middle .middle-tab .tab-item[data-v-345b6ea6] {
  line-height: 38px;
  margin: 0 30px;
  margin-right: 30px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  color: #999;
}
.g-nieren .m-nieren .u-nieren-content .content-item-middle .middle-tab .tab-item.active[data-v-345b6ea6] {
  border-bottom-color: #fff;
  cursor: default;
  color: #fff;
}
.g-nieren .m-nieren .u-nieren-content .content-item-middle .btn-two[data-v-345b6ea6] {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
}
.g-nieren .m-nieren .u-nieren-content .content-item-middle .btn-two .cancel[data-v-345b6ea6] {
  width: 148px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  border: 1px solid #666666;
  background: #333333;
  border-radius: 2px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.g-nieren .m-nieren .u-nieren-content .content-item-middle .btn-two .save[data-v-345b6ea6] {
  width: 148px;
  height: 40px;
  line-height: 40px;
  background: #3ca909;
  border-radius: 2px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  margin-left: 10px;
}
.g-nieren .m-nieren .u-nieren-content .content-item-middle .middle-box[data-v-345b6ea6] {
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto;
  height: calc(100% - 70px);
  margin-left: 20px;
}
.g-nieren .m-nieren .u-nieren-content .content-item-middle .middle-box .middle-item[data-v-345b6ea6] {
  width: 180px;
  height: 232px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 10px;
  cursor: pointer;
  position: relative;
}
.g-nieren .m-nieren .u-nieren-content .content-item-middle .middle-box .middle-item img[data-v-345b6ea6] {
  width: 100%;
  height: 100%;
}
.g-nieren .m-nieren .u-nieren-content .content-item-middle .middle-box .middle-item .select-icon[data-v-345b6ea6] {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../assets/images/Group 1370@2x.5bface4edd1c16e3fcaf5457fc6897fa.png") no-repeat;
  background-size: 100% 100%;
}
.g-nieren .m-nieren .u-nieren-content .content-item-right[data-v-345b6ea6] {
  width: 18%;
  height: 100%;
  background-color: #181818;
}
.g-nieren .m-nieren .u-nieren-content .content-item-right .right-item[data-v-345b6ea6] {
  line-height: 40px;
  font-size: 12px;
  cursor: pointer;
  text-align: center;
  margin-top: 15px;
}
.g-nieren .m-nieren .u-nieren-content .content-item-right .right-item.selected[data-v-345b6ea6] {
  background-color: #2991f1;
}
.g-nieren .m-nieren .u-nieren-content .no-middle-box[data-v-345b6ea6] {
  width: 100%;
  height: calc(100% - 70px);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.g-nieren .m-nieren .u-nieren-content .no-middle-box .u-noMap-text[data-v-345b6ea6] {
  width: 100%;
  font-size: 12px;
}

.g-components[data-v-d59aeed4] {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 11;
}
.g-components .m-components .u-components-top[data-v-d59aeed4] {
  width: 500px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  background: #232529;
  border-radius: 2px 2px 0px 0px;
}
.g-components .m-components .u-components-item[data-v-d59aeed4] {
  width: 500px;
  height: 252px;
  background: #181818;
  border-radius: 0px 0px 2px 2px;
  box-sizing: border-box;
  padding: 0px 87px;
  overflow: hidden;
}
.g-components .m-components .u-components-item .item-text[data-v-d59aeed4] {
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 400;
  margin-top: 50px;
}
.g-components .m-components .u-components-item .item-but[data-v-d59aeed4] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.g-components .m-components .u-components-item .item-but div[data-v-d59aeed4] {
  width: 158px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}
.g-components .m-components .u-components-item .item-but .but-determine[data-v-d59aeed4] {
  background: #3ca909;
}
.g-components .m-components .u-components-item .item-but .but-cancel[data-v-d59aeed4] {
  background: #666666;
}

.copy-project-dialog[data-v-196f7ea8] {
  width: 100% !important;
  height: 100% !important;
  background-color: #0008 !important;
}
.copy-project-dialog__header[data-v-196f7ea8] {
  height: 50px;
  background: #232629;
  border-radius: 2px 2px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.copy-project-dialog__header .text[data-v-196f7ea8] {
  width: 84px;
  height: 15px;
  font-size: 16px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  line-height: 14px;
  -webkit-background-clip: text;
}
.copy-project-dialog__header .close[data-v-196f7ea8] {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.copy-project-dialog__header .close img[data-v-196f7ea8] {
  width: 100%;
  height: 100%;
}
.copy-project-dialog__body[data-v-196f7ea8] {
  width: 550px;
  background: #111111;
  padding: 30px 40px;
  position: relative;
}
.copy-project-dialog__body .form-item[data-v-196f7ea8] {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.copy-project-dialog__body .form-item .label[data-v-196f7ea8] {
  margin-right: 10px;
  width: 70px;
  text-align: left;
}
.copy-project-dialog__footer[data-v-196f7ea8] {
  background: #111111;
  padding: 20px;
  display: flex;
  justify-content: end;
}
.copy-project-dialog__footer .button-box[data-v-196f7ea8] {
  display: inline-block;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  border-radius: 2px;
  height: 30px;
  line-height: 30px;
  width: 80px;
  cursor: pointer;
}
.copy-project-dialog__footer .button-box-group .button-box--confirm[data-v-196f7ea8] {
  background-color: #2991f1;
  margin-left: 10px;
}
.copy-project-dialog__footer .button-box-group .button-box--cancel[data-v-196f7ea8] {
  background-color: #9d9d9d;
}
.copy-project-dialog .loading[data-v-196f7ea8] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  background: rgba(0, 0, 0, 0.7);
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  line-height: 14px;
}
[data-v-196f7ea8] .ivu-select {
  width: 220px;
  height: 100%;
}
[data-v-196f7ea8] .ivu-select-dropdown {
  background-color: #141414 !important;
}
[data-v-196f7ea8] .ivu-select-dropdown .ivu-select-dropdown-list {
  background-color: #141414 !important;
}
[data-v-196f7ea8] .ivu-select-dropdown .ivu-select-dropdown-list .ivu-select-item:hover {
  background: #333;
}
[data-v-196f7ea8] .ivu-switch-checked {
  background-color: #2991f1 !important;
}
[data-v-196f7ea8] .ivu-time-picker-cells-cell:hover {
  background-color: #333;
}
[data-v-196f7ea8] .ivu-select-selection {
  background-color: #181818 !important;
}
[data-v-196f7ea8] .ivu-input {
  font-size: 12px;
}
[data-v-196f7ea8] .ivu-select-single .ivu-select-selection .ivu-select-placeholder {
  color: #c5c8ce !important;
}
[data-v-196f7ea8] .ivu-time-picker-cells-cell-selected,
.ivu-time-picker-cells-cell-selected[data-v-196f7ea8]:hover {
  color: #fff !important;
  background: #333 !important;
}
[data-v-196f7ea8] .ivu-select-item {
  color: #fff !important;
}
[data-v-196f7ea8] .ivu-select-selected-value {
  color: #fff !important;
}
[data-v-196f7ea8] .ivu-select-dropdown {
  border: 1px solid #464646 !important;
}
@media screen and (max-height: 800px) {
.selectVersion[data-v-196f7ea8] {
    transform: scale(0.8);
}
}

.ZDialog {
  z-index: 999;
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #131313;
  width: 580px;
  display: flex;
  flex-direction: column;
  user-select: none;
}
.ZDialog .contentBody {
  flex: 1;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

