  #AliPay {
    display: none;
    position: fixed;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	width: 600px;
  }