.absolute-center[data-v-8caae016] {
  position: absolute;
  z-index: 1000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
}
.tips-modal[data-v-8caae016] {
  width: 500px;
  background: #ffffff;
  border-radius: 2px;
  padding-bottom: 40px;
}
.tips-modal.pay-modal[data-v-8caae016] {
  width: 1020px;
}
.tips-modal.pay-modal .modal-content[data-v-8caae016] {
  padding: 31px 30px;
}
.tips-modal.pay-modal .order-info[data-v-8caae016] {
  width: 100%;
  padding: 30px;
  background: #f8f8f8;
  border-radius: 0 0 2px 2px;
}
.tips-modal.pay-modal .order-info .order-item[data-v-8caae016] {
  font-size: 14px;
  font-weight: 400;
  color: #2c2e33;
  height: 20px;
  line-height: 20px;
  margin-bottom: 20px;
}
.tips-modal.pay-modal .order-info .order-item span[data-v-8caae016] {
  color: #2c2e33;
}
.tips-modal h2[data-v-8caae016] {
  height: 59px;
  background: #fcfdfe;
  border-radius: 2px;
  font-size: 18px;
  font-weight: bold;
  color: #2c2e33;
  padding-left: 30px;
  line-height: 59px;
  position: relative;
}
.tips-modal h2 em[data-v-8caae016] {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  color: #ff5181;
  margin-left: 12px;
}
.tips-modal h2[data-v-8caae016]:after {
  content: '';
  position: absolute;
  bottom: -1px;
  height: 1px;
  left: 0;
  right: 0;
  background: #F5F5F5;
}
.tips-modal .modal-content[data-v-8caae016] {
  padding-top: 41px;
  max-height: 80vh;
  overflow-y: auto;
}
.tips-modal .tips-logo[data-v-8caae016] {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
}
.tips-modal .tips-logo.warn[data-v-8caae016] {
  background: url(../img/icon_feedback_1.2e1ebe6e.png);
}
.tips-modal .tips-logo.success[data-v-8caae016] {
  background: url(../img/icon_feedback_2.bdd41f94.png);
}
.tips-modal .modal-word[data-v-8caae016] {
  font-size: 14px;
  font-weight: 500;
  color: #2c2e33;
  line-height: 20px;
  margin: 0 auto 20px;
  padding: 0 20px 0 20px;
}
.tips-modal .modal-btn[data-v-8caae016] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tips-modal .modal-btn .btn[data-v-8caae016] {
  width: 118px;
  height: 34px;
  padding: 0;
  line-height: 32px;
  border-radius: 2px;
}
.tips-modal .modal-btn.left-btn[data-v-8caae016] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 14px;
}
.close-btn[data-v-8caae016] {
  position: absolute;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAYAAAA6RwvCAAACIElEQVRYR82YPUwUQRSAv5cQrrK5EBobyV0DmNBYaqxBsYYYDUaIAWPsLP0r7YxRQ4RAMOaoBbQ22mlDgtLcRRsbNdfYeMZkyNvM4TLc3c4cR2a3253382XmvTfvrRDwGGMGgQngPHAaOAWcsCZ+A9+AHeAd8EZEfviaFx9BY8xZ4A4wDvT56AD/gLfAIxH5kKXTEcQYMwQ8AS5kGcpY3wJuicjXdnJtQYwx08BiauuPyIIe3Q0RqbQy1BLEGHMXuA94HV0AoVG7IvLQ1TnkyEI8CDDejeg9F+YAiD2OV8ewEy6s7szl9DHtg9jA3O5hTGTtlMbMWDOA0yCbPciOLOfu+paIXNSPCYitE+9DrfRI/pzWmSbIa2CyR4ZDzWyIyCWxZfu7T8W8OjPL30aDZ08fUywWWzqs1+ss3LxNf6HA2uqSD5RW4JMKMgOs+GhMTV/h85ddyqUSy0vPD8EoxPXZeaq1GqMjw6xXXvqYVZlrCqIQCpP5pB2VyyWWX/yHSdbm5qlWa21BOzhYVZCPwJlMCitwwKGF0aV9CAfQ0+4nBfkJDHgqJGIujH5LdqI7CFX/pSB/gEIIiAuj70eAUPVGrkByczS5Cdaw9G2maKf0DQ/aJH3DC1obR+ls6qagaWcev8Tb2zf+pZerNsDCxG+MLIjOMPFbRQujs0zc5rl51+RinHBg4g5YKZj4I2cKJv4Qnu5Pov+WcJul4/xRswfGN1+UEZ6ZKgAAAABJRU5ErkJggg==);
  width: 34px;
  height: 34px;
  right: -48px;
  top: 0;
  cursor: pointer;
}

