@import url(//at.alicdn.com/t/font_2385399_hyl2mqn0xi8.css);

body,
dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
input,
ins,
li,
menu,
ol,
p,
section,
td,
th,
ul {
  padding: 0;
  margin: 0;
}

li,
ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

a,
a:hover {
  color: #666;
}

a:hover {
  text-decoration: underline;
}

em,
i {
  font-style: normal;
}

a,
button,
input,
select,
textarea {
  outline: none;
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: none;
  vertical-align: middle;
}

#app {
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #f8f8f8;
  min-height: 100vh;
}

.navbar_style {
  width: 100vw;
  height: 46px;
  display: flex;
  justify-content: space-between;
  padding: 0 25px;
  box-sizing: border-box;
  align-items: center;
  background: #fff;
  font-size: 14px;
}

.navbar_style .navbar_icon {
  font-size: 18px;
  color: #2653ff;
}

.navbar_style .icon_box {
  width: 18px;
}
body #app {
  max-width: 450px;
  margin: auto;
  position: relative;
}
.select_loan_arrow {
  transition: left 0.3s ease;
}
