html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}


body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

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

a,
a:link,
a:visited,
a:hover,
a:focus,
a:active {
    outline: none;
    text-decoration: none;
}

*{
  box-sizing: border-box
}

a,
img {
  -webkit-user-drag: none
}

img {
  font-size: 0
}
button {
  background: 0 0;
  border: 0;
  font:12px/1.5, "microsoft yahei", Tahoma, Helvetica, Arial, sans-serif;;
}
.cf:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both
}
p {
  color: rgba(255, 255, 255, .6)
}
body{
    margin: 0;
    font-family: "microsoft yahei", Tahoma, Helvetica, Arial, sans-serif;;
/*  background-color: #22272b; */
    overflow-x: hidden;
}


.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}



/* scroll  */




.wrapper {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  flex-direction: column
}
.wrapper, body, html {
    width: 100%;
    height: 100%;
}

.wrapper {
  margin: 0 auto
}

/* .container,
.container-flex,
.header .nav {
  min-width: 850px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px
} */

.container {
  height: 100%
}

<<<<<<< HEAD
/* global style */
.lnk-blue {
  color: @link-blue;
  line-height: 1.2
}
a.lnk-blue{
  &:hover{
    text-decoration: underline;
  }
  .lnk-blue
}
a.underline {
    text-decoration: underline;
}

=======
>>>>>>> dbe6f7333a8267a96b5a9cf952d8d7c4a8731fbb
