.sign-wrap[data-v-9069ef52] {
  position: relative;
}
.sign-wrap .sign-list[data-v-9069ef52] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sign-wrap .sign-list li[data-v-9069ef52] {
  width: 40px;
  height: 32px;
  margin-right: 10px;
  list-style: none;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sign-wrap .sign-list.is-focus li[data-v-9069ef52] {
  border-color: #658afe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(63, 109, 254, 0.2);
          box-shadow: 0 0 0 2px rgba(63, 109, 254, 0.2);
}
.sign-wrap .ivu-input-wrapper[data-v-9069ef52] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 290px;
  opacity: 0;
}

.steps {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
  margin-bottom: 30px;
  counter-reset: step;
  /*创建步骤数字计数器*/
  /*步骤数字*/
  /*连接线*/
  /*将当前/完成步骤之后的数字及连接线变灰*/
}
.steps li {
  list-style-type: none;
  font-size: 12px;
  text-align: center;
  width: 33.33%;
  position: relative;
  z-index: 1;
  /*将当前/完成步骤之前的数字及连接线变绿*/
}
.steps li:before {
  display: block;
  content: counter(step);
  /*设定计数器内容*/
  counter-increment: step;
  /*计数器值递增*/
  width: 35px;
  height: 35px;
  background-color: #3F6DFE;
  line-height: 35px;
  border-radius: 35px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  margin: 0 auto 8px auto;
}
.steps li.active:before {
  background-color: #3F6DFE;
}
.steps li.active:after {
  background-color: #3F6DFE;
}
.steps li ~ li:after {
  content: "";
  width: calc(100% - 24px);
  height: 4px;
  background-color: #3F6DFE;
  position: absolute;
  left: calc(-50% + 18px);
  top: 15px;
  z-index: -1;
  /*放置在数字后面*/
}
.steps li.active ~ li:before {
  background-color: #CBCBCB;
}
.steps li.active ~ li:after {
  background-color: #F5F5F5;
}
.steps .title {
  padding-top: 20px;
  font-size: 16px;
  color: #888;
}
.steps .mask {
  position: absolute;
  top: -4px;
  left: 50%;
  margin-left: -17px;
  width: 34px;
  height: 34px;
  border-radius: 34px;
  opacity: 0.3;
  background-color: #CBCBCB;
  z-index: -1;
}
.steps .active1 {
  color: #3F6DFE;
}

.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: 70vh;
  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 40px;
  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;
}

.step-wrap {
  width: 100%;
  overflow: hidden;
}
.page-check-information {
  position: relative;
  font-size: 14px;
  min-height: 600px;
}
.page-check-information .table-information {
  margin-bottom: 30px;
}
.page-check-information .table-information p {
  padding: 10px;
  text-align: left;
}
.page-check-information .ivu-card {
  margin-bottom: 30px;
}
.page-check-information .ivu-card .ivu-card-head {
  background: #F9F9F9;
}
.page-check-information .ivu-form .ivu-form-item-label,
.page-check-information .ivu-form .ivu-btn,
.page-check-information .ivu-form .ivu-radio-wrapper,
.page-check-information .ivu-form .ivu-input {
  font-size: 14px;
}
.page-check-information .ivu-form .ivu-radio-wrapper {
  margin-right: 30px;
}
.page-check-information .form-wrap .item-input {
  width: 290px;
}
.page-check-information .form-wrap .item-textarea {
  width: 600px;
}
.page-check-information .info-list {
  padding: 20px 20px 0;
}
.page-check-information .info-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  list-style: none;
}
.page-check-information .info-list .item.inline {
  width: 50%;
}
.page-check-information .info-list .item .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  word-break: break-all;
}
.page-check-information .info-list .item .label {
  min-width: 90px;
}
.page-check-information .info-list .item.sign-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-check-information .info-list .item.sign-info .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-check-information .info-list .item.sign-info .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-check-information .info-list .item.sign-info .content img {
  margin-right: 10px;
  max-height: 70px;
}
.page-check-information .sign-wrap {
  position: relative;
}
.page-check-information .sign-wrap .sign-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-check-information .sign-wrap .sign-list li {
  width: 40px;
  height: 32px;
  margin-right: 10px;
  list-style: none;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
}
.page-check-information .sign-wrap .ivu-input-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 290px;
  opacity: 0;
}
.page-check-information .no-data {
  padding: 100px 30px;
  text-align: center;
  color: #999;
}

