/* line 5, C:/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, C:/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, C:/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, C:/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, C:/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, C:/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, C:/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, C:/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, C:/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 3, ../sass/tutorial_express.scss */
.cf {
  *zoom: 1; }

/* line 5, ../sass/tutorial_express.scss */
.cf:before, .cf:after {
  content: " ";
  display: table; }

/* line 9, ../sass/tutorial_express.scss */
.cf:after {
  clear: both; }

/* line 14, ../sass/tutorial_express.scss */
:focus {
  outline: 0 none; }

/* line 18, ../sass/tutorial_express.scss */
body {
  font: normal 16px/20px "Microsoft YaHei", Arial; }

/* line 22, ../sass/tutorial_express.scss */
.main {
  width: 100%;
  background: #FED201 url(/Images/tutorialexpress/tutorial_bg.jpg) no-repeat center top; }

/* line 25, ../sass/tutorial_express.scss */
.main_inner {
  width: 990px;
  margin: 0 auto; }

/* line 28, ../sass/tutorial_express.scss */
.main_inner img {
  vertical-align: top; }

/* line 34, ../sass/tutorial_express.scss */
.mask_layer {
  display: none;
  position: relative;
  z-index: 10; }

/* line 38, ../sass/tutorial_express.scss */
.mask_layer_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background: #000;
  z-index: 99; }

/* line 49, ../sass/tutorial_express.scss */
.mask_layer_cnt {
  position: fixed;
  top: 15%;
  left: 50%;
  z-index: 100; }

/* line 55, ../sass/tutorial_express.scss */
.mask_layer_wrap {
  right: 50%;
  position: relative; }

/* line 58, ../sass/tutorial_express.scss */
.cnt_control {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 900px;
  height: 500px; }

/* line 65, ../sass/tutorial_express.scss */
.cnt_control i {
  text-align: center;
  font-size: 8em;
  cursor: pointer;
  width: 192px;
  height: 192px;
  line-height: 192px;
  margin: 154px 355px;
  background: #333;
  /* background: url(/Images/tutorialexpress/replay.png) no-repeat\0; */
  color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  opacity: .7;
  filter: alpha(opacity=70);
  position: absolute; }

/* line 80, ../sass/tutorial_express.scss */
.cnt_control i:hover {
  font-size: 7em;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  opacity: 1; }

/* line 87, ../sass/tutorial_express.scss */
.cnt_btn_x {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  font-size: 3em;
  line-height: .7em;
  color: #666;
  text-align: center; }
