#safebox[data-v-45d7078c] {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  background-color: rgba(107, 107, 107, 0.5);
}
#safebox .disfelx[data-v-45d7078c] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
}
#safebox .heightcl[data-v-45d7078c] {
  height: 100%;
}
#safebox .contentbox[data-v-45d7078c] {
  width: 400px;
}
#safebox .bgcolorcl[data-v-45d7078c] {
  background-color: #ffffff;
  border-radius: 5px;
}
#safebox .tipscl[data-v-45d7078c] {
  text-align: center;
  display: inline-block;
  margin: 20px;
}
#safebox .flexcl[data-v-45d7078c] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#safebox .btncl[data-v-45d7078c] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 400px;
  border-top: 1px solid #a8a8a8;
}
#safebox .btncl span[data-v-45d7078c] {
  padding: 10px 80px;
  cursor: pointer;
}
#safebox .shoosecolor[data-v-45d7078c] {
  color: var(--main-bg-color);
}

.warp[data-v-29ab09d3] {
  height: 100%;
}
.warp .add-point-btn[data-v-29ab09d3] {
  padding: 5px 15px;
  font-size: 14px;
  border-radius: 4px;
  color: #fff;
  border-color: #fff;
  display: inline-block;
  line-height: initial;
}
.warp .white-div[data-v-29ab09d3] {
  width: calc(100% + 40px);
  height: 10px;
  background-color: #ffffff;
  margin-left: -20px;
}
.warp .footer-bottom[data-v-29ab09d3] {
  display: inline-block;
  /* background-color: #002FA7; */
  padding: 10px 20px;
  /* color: #ffffff; */
  border-radius: 5px;
  cursor: pointer;
  margin-left: 10px;
}
.warp .cententbox[data-v-29ab09d3] {
  padding: 10px 10px 10px 10px;
  height: calc(100% - 20px - 43px - 10px);
  overflow: auto;
}
.warp .cententbox .persontextbox[data-v-29ab09d3] {
  height: 42px;
  border-bottom: 1px solid #ddd;
}
.warp .cententbox .persontextbox .persontext[data-v-29ab09d3] {
  display: inline-block;
  height: 41px;
  line-height: 41px;
  padding: 0 20px;
  font-size: 15px;
  color: #888;
  border: 1px solid #ddd;
  border-bottom-color: #fff;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background-color: #fff;
}
.warp .cententbox .disflex[data-v-29ab09d3] {
  display: flex;
  flex-direction: row;
}
.warp .cententbox .disflexc[data-v-29ab09d3] {
  display: flex;
  flex-direction: column;
}
.warp .cententbox .flexspan[data-v-29ab09d3] {
  justify-content: space-between;
}
.warp .cententbox .content-center .center-box[data-v-29ab09d3] {
  padding: 10px 20px;
  margin: 10px 0 0;
  background: #f0f0f0;
}
.warp .cententbox .content-center .center-box[data-v-29ab09d3] .el-form .el-form-item-first {
  font-weight: bold;
}
.warp .cententbox .content-center .center-box[data-v-29ab09d3] .el-form .is-validate .el-form-item__label::before {
  content: '*';
  color: #f56c6c;
  margin-right: 4px;
}
.warp .cententbox .content-center .center-box[data-v-29ab09d3] .el-form .el-form-item__label {
  color: #000000;
}
.warp .cententbox .content-center .center-box[data-v-29ab09d3] .el-form .el-form-item__content {
  color: #000000;
  margin-left: 200px !important;
}
.warp .cententbox .content-center .center-box[data-v-29ab09d3] .el-form .el-form-item__content .el-input,
.warp .cententbox .content-center .center-box[data-v-29ab09d3] .el-form .el-form-item__content .el-range-editor.el-input__inner {
  width: 420px;
}
.warp .cententbox .content-center .center-box[data-v-29ab09d3] .el-form .el-form-item__content .red {
  display: inline-block;
  margin-left: 10px;
}
.warp .cententbox .content-center .center-box[data-v-29ab09d3] .el-form .el-form-item__content .el-tag--info {
  display: none;
}
.warp .cententbox .content-center .center-box[data-v-29ab09d3] .el-form .el-form-item__content .user-tag {
  height: 38px;
  line-height: 38px;
  padding: 0px 10px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #ebeef5;
  display: inline-block;
  color: #666666;
}
.warp .cententbox .content-center .center-box[data-v-29ab09d3] .el-form .el-form-item__content .user-tag:nth-child(n + 2) {
  margin-left: 10px;
}
.warp .cententbox .content-center .center-box[data-v-29ab09d3] .el-form .el-form-item__content .user-tag .el-icon-error {
  cursor: pointer;
  margin-left: 10px;
}
.warp .cententbox .content-center .center-box[data-v-29ab09d3] .el-form .el-checkbox__inner {
  border-radius: 50%;
  border-color: var(--main-bg-color);
  background-color: initial;
  border-color: initial;
}
.warp .cententbox .content-center .center-box[data-v-29ab09d3] .el-form .el-checkbox__input.is-checked .el-checkbox__inner {
  background-color: var(--main-bg-color);
  border-color: var(--main-bg-color);
}
.warp .cententbox .content-center .center-box[data-v-29ab09d3] .el-form .el-checkbox__input.is-checked + .el-checkbox__label {
  color: var(--main-bg-color);
}
.warp .cententbox .content-center .center-box[data-v-29ab09d3] .el-form .el-table {
  background-color: #ffffff !important;
}
.warp .cententbox .content-center .center-box[data-v-29ab09d3] .el-form .el-table th {
  line-height: initial;
}
.warp .cententbox .content-center .center-box[data-v-29ab09d3] .el-form .el-table th > .cell {
  text-align: center;
  color: #000000;
  font-weight: bold;
}
.warp .cententbox .content-center .center-box[data-v-29ab09d3] .el-form .el-table .textcolor {
  cursor: pointer;
  margin-left: 0 !important;
}
.warp .cententbox .content-center .center-box[data-v-29ab09d3] .el-form .el-table .el-icon-top {
  background-color: var(--main-bg-color);
  color: #ffffff;
  border-radius: 50%;
  padding: 2px;
  margin: 0 5px;
  cursor: pointer;
  margin-left: 10px;
}
.warp .cententbox .content-center .center-box[data-v-29ab09d3] .el-form .el-table .el-icon-bottom {
  background-color: var(--main-bg-color);
  color: #ffffff;
  border-radius: 50%;
  padding: 2px;
  cursor: pointer;
}
.warp .flexcl[data-v-29ab09d3] {
  display: flex;
  margin-top: 12px;
  padding-bottom: 30px;
}
.details-bottom[data-v-29ab09d3] {
  display: flex;
  margin-top: 10px;
  padding: 10px 0;
  background: #f0f0f0;
  padding-left: 140px;
}
.details-bottom .add-point-btn[data-v-29ab09d3] {
  padding: 0px 60px;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  line-height: 40px;
  margin-left: 20px;
}
.red[data-v-29ab09d3] {
  color: red;
}

