.auto-popup-wrapp{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
.auto-popup-wrapp .auto-popup-container{
  width: 600px;
  position: absolute;
  top: 30%;
  left: calc(50% - 250px);
  background: #fff;
  min-height: 200px;
}

.auto-popup-wrapp .auto-popup-container .content{
  padding: 50px 20px 20px;
}
