#dwgLayer[data-v-520496bc] {
  position: absolute;
  top: 15vh;
  left: calc(50% - 290px);
  width: 580px;
  height: 480px;
  margin: 0 auto;
  font-size: 14px;
  background: rgba(255,255,255,0.98);
  box-shadow: 0px 0px 4px 1px rgba(46,91,255,0.17);
  border-radius: 4px;
  overflow: hidden;
}
#dwgLayer .nodata[data-v-520496bc] {
  font-size: 16px;
  color: #606266;
  text-align: center;
  margin-top: 10px;
}
#dwgLayer .title[data-v-520496bc] {
  cursor: move;
  width: 100%;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  border-bottom: 1px solid #dce1ed;
  font-size: 15px;
}
#dwgLayer .title i[data-v-520496bc] {
  cursor: pointer;
}
#dwgLayer .contentLayer[data-v-520496bc] {
  width: 100%;
  height: 91%;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
}
#dwgLayer .contentLayer .contentLayer_top[data-v-520496bc] {
  margin-bottom: 10px;
}
#dwgLayer .contentLayer .contentLayer_top div[data-v-520496bc] {
  font-size: 15px;
  margin-bottom: 10px;
}
#dwgLayer .contentLayer .contentLayer_table[data-v-520496bc] {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  text-align: center;
}

