#popup {
  display: none;
  opacity: 0;
  position: absolute;
  z-index: 1002;
  top: 150px;
  width: 420px;
  height: 160px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
#popup .title {
  position: relative;
  width: 100%;
  height: 55px;
  background-color: #a82127;
  cursor: move;
}
#popup .title p {
  padding-left: 14px;
  line-height: 55px;
  color: #fff;
}
#popup .title span {
  position: absolute;
  top: 12px;
  right: 20px;
  width: 30px;
  height: 30px;
  color: #000;
  opacity: .2;
  font-size: 21px;
  cursor: pointer;
  text-align: center;
  border: 1px solid #333;
}
#popup .title span:hover {
  opacity: .8;
}
#popup .cont { width: 100%; height: 105px; background-color: #EDEDED;    }
#popup .cont p{
  padding-left: 14px;
  line-height: 45px;
  color: #a82127;
}
#btn1 {
  z-index: 2;
}
