.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;
}

.g-nieren[data-v-e033f470] {
  width: 100vw;
  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-e033f470] {
  width: 70%;
  height: 85%;
  background-color: #111111;
}
.g-nieren .m-nieren .u-nieren-top[data-v-e033f470] {
  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-e033f470] {
  font-size: 12px;
}
.g-nieren .m-nieren .u-nieren-top .top-btn-box[data-v-e033f470] {
  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-e033f470] {
  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-e033f470] {
  background-color: #666666;
}
.g-nieren .m-nieren .u-nieren-top .top-btn-box .top-btn.save[data-v-e033f470] {
  background-color: #3ca909;
}
.g-nieren .m-nieren .middle-tab[data-v-e033f470] {
  display: flex;
  font-size: 14px;
  margin: 15px 0;
  background-color: #1f1f1f;
  padding: 0 30px;
  width: 100%;
}
.g-nieren .m-nieren .middle-tab .tab-item[data-v-e033f470] {
  line-height: 38px;
  margin: 0 30px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  color: #999;
}
.g-nieren .m-nieren .middle-tab .tab-item.active[data-v-e033f470] {
  border-bottom-color: #fff;
  cursor: default;
  color: #fff;
}
.g-nieren .m-nieren .u-nieren-content[data-v-e033f470] {
  display: flex;
  width: 100%;
  height: calc(100% - 100px);
}
.g-nieren .m-nieren .u-nieren-content .content-item-left[data-v-e033f470] {
  width: 45%;
  height: 100%;
  position: relative;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.g-nieren .m-nieren .u-nieren-content .content-item-left .btn-box[data-v-e033f470] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.g-nieren .m-nieren .u-nieren-content .content-item-left .btn-box .btn[data-v-e033f470] {
  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-e033f470] {
  width: 26px;
  height: 25px;
  margin-right: 20px;
}
.g-nieren .m-nieren .u-nieren-content .content-item-left .btn-box .btn.selected[data-v-e033f470] {
  background-color: #2991f1;
}
.g-nieren .m-nieren .u-nieren-content .content-item-left canvas[data-v-e033f470] {
  width: 80% !important;
  height: calc(100% - 108px) !important;
}
.g-nieren .m-nieren .u-nieren-content .dingzhirenWidth[data-v-e033f470] {
  width: 100% !important;
  margin-left: 40px;
}
.g-nieren .m-nieren .u-nieren-content .content-item-middle[data-v-e033f470] {
  width: 46%;
  height: 100%;
}
.g-nieren .m-nieren .u-nieren-content .content-item-middle .middle-box[data-v-e033f470] {
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto;
  height: calc(100% - 70px);
}
.g-nieren .m-nieren .u-nieren-content .content-item-middle .middle-box .middle-item[data-v-e033f470] {
  width: 180px;
  height: 232px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 15px 20px 15px 0;
  cursor: pointer;
  position: relative;
}
.g-nieren .m-nieren .u-nieren-content .content-item-middle .middle-box .middle-item .dingzhiren-name[data-v-e033f470] {
  position: absolute;
  top: 6px;
  left: 10px;
}
.g-nieren .m-nieren .u-nieren-content .content-item-middle .middle-box .middle-item .no-have[data-v-e033f470] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.g-nieren .m-nieren .u-nieren-content .content-item-middle .middle-box .middle-item img[data-v-e033f470] {
  width: 100%;
  height: 100%;
}
.g-nieren .m-nieren .u-nieren-content .content-item-middle .middle-box .middle-item .select-icon[data-v-e033f470] {
  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-e033f470] {
  width: 9%;
  height: 100%;
}
.g-nieren .m-nieren .u-nieren-content .content-item-right .right-item[data-v-e033f470] {
  line-height: 40px;
  font-size: 12px;
  cursor: pointer;
  text-align: center;
  margin-top: 30px;
}
.g-nieren .m-nieren .u-nieren-content .content-item-right .right-item.selected[data-v-e033f470] {
  background-color: #2991f1;
}
.g-nieren .m-nieren .u-nieren-content .no-middle-box[data-v-e033f470] {
  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-e033f470] {
  width: 100%;
  font-size: 12px;
}

.g-nieren[data-v-128b5c27] {
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.g-nieren .m-nieren[data-v-128b5c27] {
  width: 100%;
  height: 100%;
}
.g-nieren .m-nieren .top[data-v-128b5c27] {
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 14px;
  color: #999;
  cursor: pointer;
  width: 100%;
}
.g-nieren .m-nieren .top .menu[data-v-128b5c27] {
  line-height: 36px;
  border-bottom: 3px solid transparent;
}
.g-nieren .m-nieren .top .menu.selected[data-v-128b5c27] {
  color: #fff;
  border-bottom-color: #fff;
}
.g-nieren .m-nieren .middle[data-v-128b5c27] {
  position: relative;
  width: 100%;
  height: calc(100% - 221px);
}
.g-nieren .m-nieren .middle .btn-box[data-v-128b5c27] {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  font-size: 16px;
}
.g-nieren .m-nieren .middle .btn-box .btn[data-v-128b5c27] {
  padding: 10px;
  background-color: #333;
  color: #fff;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.g-nieren .m-nieren .middle .btn-box .btn.selected[data-v-128b5c27] {
  background-color: #4dc9ff;
}
.g-nieren .m-nieren .middle .btn-box .btn img[data-v-128b5c27] {
  width: 26px;
  height: 25px;
  margin-bottom: 5px;
}
.g-nieren .m-nieren .middle canvas[data-v-128b5c27] {
  width: 100% !important;
  height: 100% !important;
}
.g-nieren .m-nieren .bottom[data-v-128b5c27] {
  width: 100%;
  height: 182px;
}
.g-nieren .m-nieren .bottom .list[data-v-128b5c27] {
  display: flex;
  overflow-x: auto;
  flex-wrap: nowrap;
}
.g-nieren .m-nieren .bottom .list .list-item[data-v-128b5c27] {
  width: 90px;
  height: 116px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 30px;
  position: relative;
}
.g-nieren .m-nieren .bottom .list .list-item[data-v-128b5c27]:last-child {
  margin: 0;
}
.g-nieren .m-nieren .bottom .list .list-item img[data-v-128b5c27] {
  width: 100%;
  height: 100%;
}
.g-nieren .m-nieren .bottom .list .list-item .select-icon[data-v-128b5c27] {
  width: 15px;
  height: 15px;
  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 .bottom .btn-box[data-v-128b5c27] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
}
.g-nieren .m-nieren .bottom .btn-box .btn[data-v-128b5c27] {
  padding: 10px 20px;
  border-radius: 2px;
}
.g-nieren .m-nieren .bottom .btn-box .btn.cancel[data-v-128b5c27] {
  background-color: #333;
  margin-right: 30px;
}
.g-nieren .m-nieren .bottom .btn-box .btn.save[data-v-128b5c27] {
  background-color: #4dc9ff;
}
.list[data-v-128b5c27]::-webkit-scrollbar {
  display: none;
}

