.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -87.5px;
  margin-left: -240.5px;
  padding: 52px 0 54px 0;
  width: 481px;
  height: 175px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 39px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 39px 0px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border: solid 1px #e0e5ed;
  z-index: 99; }

.popup.successful .popup-point-ani {
  width: 50px;
  height: 50px;
  background: #97c903;
  position: absolute;
  left: 30px;
  top: 60px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  overflow: hidden;
  border-radius: 100%; }

.popup.successful .popup-point-ani:before,
.popup.successful .popup-point-ani:after {
  content: "";
  position: absolute;
  background: #fff;
  border-radius: 2px; }

.popup.successful .popup-point-ani:before {
  width: 4px;
  height: 20px;
  left: 10px;
  top: 12px;
  -webkit-animation: dgLeft 0.5s linear .2s 1 both;
          animation: dgLeft 0.5s linear .2s 1 both; }

.popup.successful .popup-point-ani:after {
  width: 32px;
  height: 4px;
  bottom: 18px;
  left: 10px;
  -webkit-animation: dgRight 0.5s linear 3.5s 1 both;
  animation: dgRight 0.5s linear .7s 1 both; }

.popup .t1,
.popup .t2 {
  float: right;
  width: 370px; }

.popup .t1 {
  font-size: 24px;
  line-height: 36px;
  color: #97c903; }

.popup .t2 {
  font-size: 18px;
  line-height: 36px;
  color: #444444; }

@-webkit-keyframes dgLeft {
  0% {
    height: 0; }
  100% {
    height: 20px; } }

@keyframes dgLeft {
  0% {
    height: 0; }
  100% {
    height: 20px; } }

@-webkit-keyframes dgRight {
  0% {
    width: 0; }
  100% {
    width: 32px; } }

@keyframes dgRight {
  0% {
    width: 0; }
  100% {
    width: 32px; } }
