@charset "UTF-8";

/*标准字体大小（rem参照对象）设置为14像素*/

html {
  font-size: 1rem;
}

/**
 * 当`body`宽度大于`html`宽度时，某些浏览器会出现内部滚动条，所以给`html、body`设置宽度100%。
 * 取消部分浏览器点击有阴影。
 * 优化移动端滚动事件。
 */

html,
body {
  width: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

/*移除浏览器默认的`margin、padding`*/

p,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
div,
pre,
body,
code,
form,
input,
legend,
button,
figure,
fieldset,
textarea,
blockquote {
  margin: 0;
  padding: 0;
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
button,
option,
textarea,
optgroup {
  font-family: "Meiryo UI", "\5FAE\8EDF\6B63\9ED1\9AD4";
  font-size: 1rem;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  color: inherit;
  outline: none;
}

body {
  font-family: "Meiryo UI", "\5FAE\8EDF\6B63\9ED1\9AD4";
  font-size: 1rem;
  position: relative;
  color: #666;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.text-bl {
  color: #216DB6;
}

.border-bl {
  border-color: #226db6;
}

.select-blue {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 24px;
  background: url("/images/icon/e-pay-parkinglot-24-darkblue-down-arrow.svg") no-repeat right 20px center transparent;
  padding: 0 20px;
  border-color: #216DB6;
  background-size: 30px;
  height: 48px;
  /*text-align-last: center;*/
}

.select-blue.custom-select:focus {
  border-color: #216DB6;
}

.select-blue.white {
  border-color: #ffffff;
  color: #ffffff;
  background: url("/images/icon/e-pay-parkinglot-24-darkblue-down-arrow-w.svg") no-repeat right 20px center transparent;
  background-size: 30px;
}

.select-blue.white.custom-select:focus {
  border-color: #ffffff;
  box-shadow: none;
}

.input-blue {
  border: 0;
  border-bottom: 1px solid #999999;
  border-radius: 0;
  height: 50px;
  padding-left: 25px;
}

.input-blue.form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #226db6;
}

.input-blue.error {
  border-color: #ff7552;
}

.input-blue.error.form-control:focus {
  border-color: #ff7552;
}

.input-blue.form-control:disabled {
  background: transparent;
}

.input-blue ~ div a div.qrscan {
  width: 48px;
  height: 48px;
  background: url("/images/icon/e-pay-parkinglot-48-gray-qrcode.svg") no-repeat center transparent;
}

.input-blue.form-control:focus ~ div a div.qrscan,
.input-blue ~ div a div.qrscan.active {
  background: url("/images/icon/e-pay-parkinglot-48-darkblue-qrcode.svg") no-repeat center transparent;
}

.btn-bl {
  background-color: #216DB6;
  color: #fff;
}

.btn-bl:hover,
.btn-bl:focus,
.btn-bl:active {
  background-color: #216DB6;
  color: #fff;
  border: 0;
}

.keyboard-bg {
  width: 100%;
  background: transparent linear-gradient(180deg, #E4F6FF 0%, #F1F5F7 100%) 0% 0% no-repeat padding-box;
}

.keyboard-bg a {
  font: 25px Microsoft JhengHei;
  letter-spacing: 0.29px;
  color: #444444;
}

.keyboard-bg .key-btn {
  padding: 11px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.keyboard-bg .key-btn:active {
  background: #FFFFFF;
}

.keyboard-bg .key-btn.kb-border {
  border: 1px solid #FFFFFF;
}

.keyboard-bg .key-btn.kb-border.lf {
  border-left: 0;
}

.keyboard-bg .key-btn.kb-border.rt {
  border-right: 0;
}

.keyboard-bg .submit-col {
  padding: 8px 0;
}

.keyboard-bg .submit-col .submit-btn {
  background: transparent linear-gradient(102deg, #00AED1 0%, #27E2FB 100%) 0% 0% no-repeat padding-box;
  border-radius: 24px;
  font: Bold 16px Microsoft JhengHei;
  color: #FFFFFF;
  height: 48px;
  border: 0;
}

.keyboard-bg .submit-col .submit-btn:active,
.keyboard-bg .submit-col .submit-btn:focus {
  -webkit-animation: btn-press 0.3s linear;
          animation: btn-press 0.3s linear;
  background: #00869D 0% 0% no-repeat padding-box;
}

.keyboard-bg .submit-col .submit-btn:focus {
  box-shadow: none;
}

.keyboard-bg .submit-col .btn:disabled {
  opacity: 1;
  background: #CCCCCC 0% 0% no-repeat padding-box;
}

@-webkit-keyframes btn-press {
  0% {
    background: transparent linear-gradient(102deg, #00AED1 0%, #27E2FB 100%) 0% 0% no-repeat padding-box;
  }

  100% {
    background: #00869D 0% 0% no-repeat padding-box;
  }
}

@keyframes btn-press {
  0% {
    background: transparent linear-gradient(102deg, #00AED1 0%, #27E2FB 100%) 0% 0% no-repeat padding-box;
  }

  100% {
    background: #00869D 0% 0% no-repeat padding-box;
  }
}

[v-cloak] {
  display: none;
}

.payment {
  z-index: 1090;
  width: 100%;
  bottom: 0;
}

.payment .list {
  border-radius: 0;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  font-weight: bold;
  background: #fff;
}

.payment .list img {
  height: 32px;
  margin-right: 10px;
}

.payment .list .title {
  padding: 10px 16px 8px 16px;
  color: #999999;
}

.payment .list .list-group-item {
  margin: 10px 16px;
  padding: 0 0 10px 0;
  border: 0;
  border-bottom: 1px solid #EEEEEE;
}

.payment .list .list-group-item:last-child {
  border: 0;
}

.modal-backdrop {
  opacity: 0.7;
}

.fade-enter-active,
.fade-leave-active {
  -webkit-animation: bottom-up 0.5s;
          animation: bottom-up 0.5s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

@-webkit-keyframes bottom-up {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes bottom-up {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0);
  }
}

.alertify .ajs-modal {
  top: 25%;
}

.alertify .ajs-header {
  display: none;
}

.alertify .ajs-dialog {
  border-radius: 10px;
}

.alertify .ajs-body {
  min-height: 35px;
}

.alertify .ajs-footer {
  border-top: 0;
  border-radius: 0 0 10px 10px;
}

.alertify .ajs-body .ajs-content {
  padding: 0;
  font: 14px Microsoft JhengHei;
  color: #444444;
}

.alertify button:focus {
  outline: 0;
}

