@charset "UTF-8";

/*!
 * WeUI v1.1.0 (https://github.com/weui/weui)
 * Copyright 2016 Tencent, Inc.
 * Licensed under the MIT license
 */

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1.6;
  font-family: -apple-system-font, "Helvetica Neue", sans-serif;
  background: #000;
}

* {
  margin: 0;
  padding: 0;
}

a img {
  border: 0;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
.animated.delay-o5s {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.animated.delay-o2s {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

