a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline
}

html {
  -webkit-tap-highlight-color: transparent
}

ol, ul {
  list-style: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

caption, td, th {
  font-weight: 400;
  vertical-align: middle
}

blockquote, q {
  quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
}

a img {
  border: none
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block
}

* {
  box-sizing: content-box
}

body {
  font-family: Arial, Helvetica, 'STHeiti STXihei', 'Microsoft YaHei', Tohoma, sans-serif;
  color: #333;
  background-color: #f8f8f8
}

a {
  background: 0 0;
  text-decoration: none
}

button, input[type=email], input[type=number], input[type=password], input[type=search], input[type=text], input[type=radio], input[type=checkbox], select, textarea {
  font-family: inherit;
  margin: 0;
  -webkit-appearance: none
}

html {
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

a {
  text-decoration: none;
}

a:focus, button:focus, input:focus, textarea:focus {
  outline: 0;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

button, input, textarea {
  font: inherit;
  color: inherit;
}

.lnzi-common--bg {
  background-color: #698EF8;
  &:active {
    background-color: #5F84D7;
    color: #EEE;
  }
}
.lnzi-common--cr {
  color: #698EF8;
  &:active {
    color: #5F84D7
  }
}
.lnzi-common--br {
  border:1px solid #698EF8;
  &:active {
    border-color: #5F84D7;
  }
}

.lnzi-overflow-hidden {
  overflow: hidden!important;
}

.lnzi-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

[class*=lnzi-hairline] {
  position: relative;

  &:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 0 solid #F2F4F5;
  }
}

.lnzi-hairline--top:after {
  border-top-width: 1px;
}

.lnzi-hairline--left:after {
  border-left-width: 1px;
}

.lnzi-hairline--right:after {
  border-right-width: 1px;
}

.lnzi-hairline--bottom:after {
  border-bottom-width: 1px;
}

.lnzi-hairline--top-bottom:after {
  border-width: 1px 0;
}

@keyframes lnzi-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes lnzi-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes lnzi-rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes lnzi-rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.lnzi-fade-enter-active {
  animation: 0.3s lnzi-fade-in;
  -webkit-animation: 0.3s lnzi-fade-in;
}

.lnzi-fade-leave-active {
  animation: 0.3s lnzi-fade-out;
  -webkit-animation: 0.3s lnzi-fade-out;
}

.lnzi-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  //background-color: rgba(0, 0, 0, 0.7);
}

