.panel {
  position: absolute;
  top: 68px;
  right: 10px;
  width: 448px;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px #EDF0F3;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  border: none;
  z-index: 5;
  max-height: calc(100% - 110px);
  overflow: auto;
}

.panel.hidden {
  display: none;
}

.panel form {
  height: calc(100% - 50px);
  overflow: auto;
}

.panel .submitBtn {
  margin-top: 20px;
  text-align: center;
}

.setCoord {
  display: flex;
  justify-content: space-between;
}

.setCoord>span {
  display: flex;
  align-items: center;
  padding-left: 10px;
  cursor: pointer;
}

.setCoord>span>img {
  width: 30px;
  height: 30px;
}

.my-popup {
  background-color: #ffffff;
  /* width: 100%;
  height: 100%; */
  position: relative;
}
.my-popup:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -29px;
  transform: translate(-50%, 0px);
  width: 0;
  height: 0;
  border: 15px solid;
  /* border-top: 30px solid;
  border-left: 10px solid;
  border-bottom: 10px solid;
  border-right: 10px solid; */
  border-color: #fff transparent transparent transparent;
}

.img1 {
  width: 12px;
  position: absolute;
  top: -2px;
  left: -2px;
}

.img2 {
  width: 12px;
  position: absolute;
  top: -2px;
  right: -2px;
}

.img3 {
  width: 28px;
  position: absolute;
  bottom: -2px;
  left: -2px;
}

.img4 {
  width: 28px;
  position: absolute;
  bottom: -2px;
  right: -2px;
}

.title {
  display: flex;
  align-items: center;
}

.title label {
  width: 100%;
  padding: 0;
  font-weight: bold;
}