@charset "utf-8";
/* CSS Document */
body {
  margin: 0 auto;
  padding: 0;
  position: relative;
}
html,
a,
input,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
i,
em {
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
strong,
b {
  font-weight: normal;
}
ul,
li,
ol {
  margin: 0;
  padding: 0;
  list-style: none outside none;
}
ol li {
  list-style: none;
}
ul.inline-style li {
  float: left;
  display: inline;
}
svg:not(:root) {
  overflow: hidden;
}
textarea {
  -webkit-appearance: none;
}
button,
input,
select,
textarea {
  font-size: 1rem;
  margin: 0;
  outline: 0 none;
  vertical-align: baseline;
  *vertical-align: middle;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: none;
}
button,
input {
  border-width: 0;
  border-color: white;
  border-style: none;
  background: none;
  line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
.submit-btn {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
input[disabled],
.disable {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"],
.form-radio,
.form-checkbox {
  box-sizing: border-box;
  padding: 0;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
:-moz-placeholder {
  color: #999;
}
::-webkit-input-placeholder {
  color: #999;
}
::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
::-ms-expand {
  padding: 0.5em;
  color: #34538b;
  border: 1px solid #a0b3d6;
  background: #000;
}
.input {
  cursor: pointer;
}
input:focus {
  outline: none;
}
textarea:focus {
  outline: none;
}
