@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/**
 *  variables.......................变量集中存储文件
 *
 *  normalize.......................normalize重置样式文件
 *
 *  layout..........................布局样式
 *
 */
/* line 5, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 1, ../sass/_layout.scss */
.clear {
  clear: both;
}

/* line 4, ../sass/_layout.scss */
.wrapper {
  padding-top: 60px;
  width: 60%;
  margin: 0 auto;
}
/* line 8, ../sass/_layout.scss */
.wrapper article {
  display: inline-block;
  width: 30%;
  padding: 0 0 20px 80px;
}
/* line 13, ../sass/_layout.scss */
.wrapper aside {
  float: right;
  width: 20%;
  white-space: nowrap;
}

/* line 19, ../sass/_layout.scss */
.content {
  height: 160px;
  position: relative;
}
/* line 22, ../sass/_layout.scss */
.content p {
  position: absolute;
  left: 60px;
}

/* line 15, ../sass/screen.scss */
* {
  color: #3c3c3c;
}

/* line 18, ../sass/screen.scss */
img {
  height: 100px;
  width: 100px;
}

/* line 22, ../sass/screen.scss */
li a {
  text-decoration: none;
  font-size: 1.1rem;
  font-style: oblique;
}
/* line 28, ../sass/screen.scss */
li a:hover {
  color: brown;
}

/* line 32, ../sass/screen.scss */
.content {
  padding: 13px 0;
}
/* line 34, ../sass/screen.scss */
.content p {
  font-family: Apple LiSung Light, Arial, Verdana, Helvetica, sans-serif;
  font-size: 2.75rem;
  display: table-cell;
  /*按照单元格的样式显示元素*/
  vertical-align: middle;
  /*垂直居中对齐*/
  white-space: nowrap;
}

/* line 44, ../sass/screen.scss */
footer {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

/* line 50, ../sass/screen.scss */
li {
  line-height: 2rem;
}

/* line 53, ../sass/screen.scss */
.head_2, .head_3 {
  display: none;
}

@media (max-width: 2048px) {
  /* line 57, ../sass/screen.scss */
  .head_1 {
    display: none;
  }

  /* line 60, ../sass/screen.scss */
  .head_3 {
    display: block;
  }
}
@media (max-width: 1080px) {
  /* line 65, ../sass/screen.scss */
  .head_1 {
    display: none;
  }

  /* line 68, ../sass/screen.scss */
  .head_3 {
    display: none;
  }

  /* line 71, ../sass/screen.scss */
  .head_2 {
    display: block;
  }

  /* line 75, ../sass/screen.scss */
  .content p {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  /* line 82, ../sass/screen.scss */
  .head_1 {
    display: block;
  }

  /* line 85, ../sass/screen.scss */
  .head_2 {
    display: none;
  }

  /* line 88, ../sass/screen.scss */
  .wrapper {
    width: 80%;
  }
}
@media (max-width: 481px) {
  /* line 94, ../sass/screen.scss */
  .head_1, .head_2, .head_3 {
    display: none;
  }

  /* line 97, ../sass/screen.scss */
  .wrapper {
    width: 100%;
  }
  /* line 99, ../sass/screen.scss */
  .wrapper article {
    display: none;
  }
  /* line 102, ../sass/screen.scss */
  .wrapper aside {
    float: right;
    width: 25%;
  }

  /* line 108, ../sass/screen.scss */
  .content p {
    font-size: 1.5rem;
  }

  /* line 112, ../sass/screen.scss */
  li a {
    font-size: 0.75rem;
    font-style: oblique;
  }

  /* line 118, ../sass/screen.scss */
  footer {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
}
