.kd-mask {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 120;
  background-color: rgba(0, 0, 0, 0.6);
}

.kd-modal {
  position: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 42px 74px;
  background-color: #fff;
  text-align: center;
  z-index: 121;
}

.kd-modal .modal-icon {
  display: inline-block;
  width: 98px;
  height: 98px;
}
.kd-modal .modal-img {
  display: inline-block;
  width: 150px;
  height: 150px;
  margin-top: 10px;
}
.kd-modal-title {
  white-space: nowrap;
  margin-left: -74px;
  margin-right: -74px;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}

.kd-modal-content {
  margin-top: 16px;
  font-size: 14px;
  min-width: 460px;
  max-height: 300px;
  overflow-y: auto;
  color: #888;
  text-align: center;
  line-height: 1.8;
}

.kd-modal-footer {
  margin-top: 44px;
  text-align: center;
  white-space: nowrap;
}

.btn {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-dialog {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  padding: 0 22px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.btn-dialog + .btn-dialog {
  margin-left: 34px;
}

.btn-default {
  background-color: #fff;
  color: #ff8a29;
  border: 1px solid #ff8a29;
}

.btn-primary {
  background-color: #ff8a29;
  color: #fff;
  border: 1px solid #ff8a29;
}

.kd-modal .modal-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background-image: url("//cdn.kuaidi100.com/images/user/history/market/icon_modal_close.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px;
  cursor: pointer;
}
