@import 'bd_font/style.css';
html {
  height: 100%;
  color: #0F2133;
  font: 14px/1.5 Open Sans, PingFang SC, Microsoft YaHei, Helvetica Neue, Hiragino Sans GB, WenQuanYi Micro Hei, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
html,
body {
  position: relative;
  min-height: 100%;
  background-color: #F5F7FA;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
textarea,
blockquote,
pre,
address,
cite,
code,
del,
dfn,
em,
ins,
small,
strong,
sub,
sup,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
a {
  text-decoration: none;
  color: #333;
}
a:active,
a:visited {
  color: #333;
}
ul {
  list-style: none;
}
button,
input,
optgroup,
select,
textarea {
  border: 0;
  outline: 0;
  padding: 0;
  font: inherit;
  color: inherit;
}
img {
  border: 0;
  vertical-align: middle;
}
input {
  width: 100%;
  height: 37px;
  font-size: 14px;
  padding-left: 12px;
  border: 1px solid #BABFC2;
  border-radius: 4px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-text-fill-color: #333 !important;
  transition: background-color 5000s ease-in-out 0s !important;
  background: none !important;
}
@-webkit-keyframes autofill {
  to {
    font-size: 16px !important;
  }
}
input.large {
  height: 48px;
  line-height: 46px;
  border-radius: 6px;
  padding-left: 16px;
  font-size: 16px;
}
input.large::-webkit-input-placeholder,
input.large::-webkit-input-placeholder {
  font-size: 16px !important;
}
input.large:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
input.large.with-left-icon {
  padding-left: 44px;
}
#login input:hover {
  border-color: #969B9E;
}
#login .inputColor {
  border-color: #ff5000 !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #B8C2CC;
  /*输入框提示语的字体样式*/
  font-size: 14px;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
  display: none;
}
