[data-v-a4b0c56c] .el-dialog__header,[data-v-a4b0c56c] .el-dialog__body {
  padding: 0;
}
[data-v-a4b0c56c] .customWidth {
  width: 490px;
  border-radius: 4px;
}
.pop-head[data-v-a4b0c56c] {
  width: 100%;
  height: 60px;
  padding: 0 26px;
  background: #fff;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 4px 4px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pop-cont[data-v-a4b0c56c] {
  margin-top: 28px;
  padding: 0 30px;
  font-size: 14px;
}
.pop-bottom[data-v-a4b0c56c] {
  padding: 30px 28px;
  text-align: right;
}
.pop-bottom .pop-btn[data-v-a4b0c56c] {
  cursor: pointer;
  width: 80px;
  height: 24px;
  line-height: 23px;
  font-size: 12px;
  border-radius: 4px;
}
.pop-bottom .pop-btn.pop-plain-btn[data-v-a4b0c56c] {
  color: #333;
  border: 1px solid #dee1e8;
  border-radius: 4px;
}
.pop-bottom .pop-btn.pop-full-btn[data-v-a4b0c56c] {
  background: #3266cc;
  color: #fff;
  margin-left: 24px;
}
.pop-bottom .pop-btn[data-v-a4b0c56c]:hover {
  opacity: 0.9;
}

