@charset "utf-8";
/* CSS Document */

 .outer {
  width: 100%;
  height: 100vh;
  background: rgba(63, 59, 59, 0.5);
  position: fixed;
  z-index: 2000;

}

.popup_sucess {
  background-color: #BB0B0B;
  min-height: 30px;
  position: absolute;
  top: 0;
  bottom:0;
  left: 0;
  right:0;
  text-align: center;
  color: #ffffff;
  z-index: 5000;
  padding: 30px;
  font-size:18px;
  line-height:25px;
  min-width:200px;
  max-width:289px;
  max-height:206px;
  margin:auto auto;

}

.outer .ok_btn { max-width:100px; margin:0px auto;text-align:center; background-color: #515154; padding: 2px 23px; color: #fff; }