/* css rest Eric Meyer */
/* line 2, ../../scss/common/_reset.scss */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, strong, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td,
aside, canvas, footer, header, hgroup,
menu, nav, section, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 17, ../../scss/common/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 21, ../../scss/common/_reset.scss */
body {
  line-height: 1;
}

/* line 25, ../../scss/common/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 28, ../../scss/common/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 31, ../../scss/common/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 36, ../../scss/common/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 41, ../../scss/common/_reset.scss */
a {
  text-decoration: none;
}

/* line 45, ../../scss/common/_reset.scss */
button {
  outline: none;
}

/* line 48, ../../scss/common/_reset.scss */
html, body, p, div, button, input, textarea, a, span {
  -webkit-tap-highlight-color: transparent;
}

/* line 52, ../../scss/common/_reset.scss */
body, input, textarea, button {
  font-family: Helvetica;
}

/* line 56, ../../scss/common/_reset.scss */
input, input:active, textarea, textarea:active {
  outline: none;
}

/* line 60, ../../scss/common/_reset.scss */
img {
  border: none;
}

/* line 63, ../../scss/common/_reset.scss */
body {
  background-color: #fff;
}

/* line 68, ../../scss/common/_reset.scss */
div {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
}

/* line 74, ../../scss/common/_reset.scss */
html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* clear float */
/* set font style */
/**
 * px -> em
 * @param  {[type]} $size px size
 * @return {[type]}       em size
 */
/**
 * sprite icon
 * @param  {[type]} $sprite   [iconName]
 * @param  {[type]} $path       [description]
 * @param  {[type]} $retinaPath [description]
 * @return {[type]}             [description]
 */
/**
 * 1px border
 */
/* line 4, ../../scss/guide/style.scss */
body {
  color: #333333;
}

/* line 8, ../../scss/guide/style.scss */
.index {
  background: #49c6f6;
}
/* line 11, ../../scss/guide/style.scss */
.index ul li {
  margin-bottom: 0.9375rem;
}
/* line 13, ../../scss/guide/style.scss */
.index ul li a {
  margin: auto;
  width: 80%;
  display: block;
  height: 3.125rem;
  line-height: 3.125rem;
  padding: 0 0.9375rem;
  color: #333333;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  background: url(../../images/guide/arrow.png) #fff no-repeat 94% center;
  -webkit-background-size: 0.34375rem 0.625rem;
  background-size: 0.34375rem 0.625rem;
}

/* line 32, ../../scss/guide/style.scss */
.banner img {
  width: 100%;
}

/* line 36, ../../scss/guide/style.scss */
.container {
  padding: 0 0.9375rem 0.9375rem;
  margin: auto;
}

/* line 41, ../../scss/guide/style.scss */
.big-title {
  height: 3.125rem;
  line-height: 3.125rem;
  font-size: 1.125rem;
  text-align: center;
  border-bottom: 1px solid #cccccc;
}

/* line 49, ../../scss/guide/style.scss */
p {
  margin: 0.46875rem 0;
  line-height: 1.6;
}
/* line 52, ../../scss/guide/style.scss */
p.b {
  font-size: 1.0625rem;
  font-weight: bold;
}
/* line 56, ../../scss/guide/style.scss */
p.tips {
  font-size: 0.75rem;
  color: #999999;
  margin-top: -0.46875rem;
}
/* line 61, ../../scss/guide/style.scss */
p.b-w {
  margin-top: 0.9375rem;
}
/* line 63, ../../scss/guide/style.scss */
p.b-w a {
  margin: 0 auto;
  display: block;
  width: 10.46875rem;
  height: 2.4375rem;
  line-height: 2.4375rem;
  border: 1px solid #c8c7cc;
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  border-radius: 0.375rem;
  text-align: center;
  color: #333;
}
/* line 77, ../../scss/guide/style.scss */
p img {
  width: 100%;
}
