@charset "UTF-8";
/* line 5, C:/Ruby23-x64/lib/ruby/gems/2.3.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:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/Ruby23-x64/lib/ruby/gems/2.3.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:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/Ruby23-x64/lib/ruby/gems/2.3.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:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Ruby23-x64/lib/ruby/gems/2.3.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/base/_reset.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 6, ../sass/base/_reset.scss */
li {
  list-style: none;
}

/* line 9, ../sass/base/_reset.scss */
a {
  text-decoration: none;
}

/* line 12, ../sass/base/_reset.scss */
input, textarea {
  border: none;
}

/* line 16, ../sass/base/_reset.scss */
body {
  font-family: '微软雅黑',Arial;
}

/* line 1, ../sass/layout/_header.scss */
.header {
  position: fixed;
  top: 20px;
  width: 100%;
  padding: 0 40px;
  height: 80px;
  line-height: 80px;
  z-index: 9999;
}
/* line 9, ../sass/layout/_header.scss */
.header .logo {
  float: left;
}
.header .logo img {
  margin-top: 5px; width:221px;
}
/* line 12, ../sass/layout/_header.scss */
.header ul {
  float: left;
  /*float: right;*/
}
/* line 14, ../sass/layout/_header.scss */
.header ul li {
  float: left;
}
/* line 16, ../sass/layout/_header.scss */
.header ul li.bar {
  padding: 0 20px;
  line-height: 85px;
}
/* line 20, ../sass/layout/_header.scss */
.header ul li a {
  display: block;
  color: #fff;
  padding: 0 15px;
}
/* line 25, ../sass/layout/_header.scss */
.header ul li img {
  cursor: pointer;
}
/* line 27, ../sass/layout/_header.scss */
.header ul li img.cat {
  display: none;
}

/* line 35, ../sass/layout/_header.scss */
.header .shape {
  fill: transparent;
  stroke-dasharray: 140 540;
  stroke-dashoffset: -474;
  stroke-width: 8px;
  stroke: #516eef;
}
@-moz-keyframes draw {
  0% {
    stroke-dasharray: 140 540;
    stroke-dashoffset: -474;
    stroke-width: 8px;
  }
  100% {
    stroke-dasharray: 760;
    stroke-dashoffset: 0;
    stroke-width: 2px;
  }
}
@-webkit-keyframes draw {
  0% {
    stroke-dasharray: 140 540;
    stroke-dashoffset: -474;
    stroke-width: 8px;
  }
  100% {
    stroke-dasharray: 760;
    stroke-dashoffset: 0;
    stroke-width: 2px;
  }
}
@keyframes draw {
  0% {
    stroke-dasharray: 140 540;
    stroke-dashoffset: -474;
    stroke-width: 8px;
  }
  100% {
    stroke-dasharray: 760;
    stroke-dashoffset: 0;
    stroke-width: 2px;
  }
}
/* line 54, ../sass/layout/_header.scss */
.header .svg-wrapper {
  position: relative;
}
/* line 56, ../sass/layout/_header.scss */
.header .svg-wrapper:hover .shape {
  -moz-animation: draw 0.5s linear forwards;
  -webkit-animation: draw 0.5s linear forwards;
  animation: draw 0.5s linear forwards;
}
/* line 60, ../sass/layout/_header.scss */
.header svg {
  position: absolute;
  left: 0;
  top: 20px;
  z-index: -1;
}

/* line 68, ../sass/layout/_header.scss */
#varchar {
  width: 66px;
  height: 66px;
  position: fixed;
  left: -40px;
  bottom: 40px;
  cursor: pointer;
  padding-left: 20px;
  color: #fff;
  z-index: 9999;
  line-height: 66px;
}
/* line 79, ../sass/layout/_header.scss */
#varchar img {
  width: 40px;
  height: 40px;
  margin-top: 13px;
}
/* line 84, ../sass/layout/_header.scss */
#varchar:hover {
  background-color: #474747;
  width: 600px;
}
/* line 87, ../sass/layout/_header.scss */
#varchar:hover img {
  display: none;
}
/* line 90, ../sass/layout/_header.scss */
#varchar:hover .hover {
  display: block;
}
/* line 93, ../sass/layout/_header.scss */
#varchar:hover p {
  display: block;
  color: #fff;
}
/* line 98, ../sass/layout/_header.scss */
#varchar p {
  position: absolute;
  left: 120px;
  top: 12px;
  height: 40px;
  width: 500px;
  display: none;
  line-height: 40px;
  font-size: 12px;
}
/* line 108, ../sass/layout/_header.scss */
#varchar .hover {
  display: none;
}

/* line 8, ../sass/show.scss */
html, body, .outter {
  height: 100%;
  overflow: hidden;
}

/* line 13, ../sass/show.scss */
.header {
  top: 0 !important;
  -moz-box-shadow: 0 0 10px #ccc;
  -webkit-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
  background-color: #EBCC60;
}
/* line 18, ../sass/show.scss */
.header ul a {
  color: #FFF !important;
}

/* line 25, ../sass/show.scss */
.clear {
  clear: both;
}

/* line 29, ../sass/show.scss */
main {
  height: 100%;
  padding: 20px;
}
/* line 32, ../sass/show.scss */
main .outter {
  background-color: #fff;
}
/* line 35, ../sass/show.scss */
main .outter .wrapper .btns {
  margin: 10% auto 8%;
  width: 600px;
  /*height: 60px;*/
  font-size: 18px;
  color: #858585;
  text-align: center;
  line-height: 60px;
  border-radius: 10px;
  position: relative;
  z-index: 11;
}
/* line 46, ../sass/show.scss */
main .outter .wrapper .btns span {
  float: left;
  display: block;
  width: 33.33%;
  height: 100%;
  background-color: rgba(0,0,0,.3);
  cursor: pointer;
  color: #fff;
}
/* line 54, ../sass/show.scss */
main .outter .wrapper .btns span:hover, main .outter .wrapper .btns span.on {
  background-color: #9634E2;
}
/* line 58, ../sass/show.scss */
main .outter .wrapper .btns span.pc {
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-right: none;
}
/* line 62, ../sass/show.scss */
main .outter .wrapper .btns span.pack {
  border-left: none;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
/* line 68, ../sass/show.scss */
main .outter .wrapper .content {
  position: relative;
}
/* line 70, ../sass/show.scss */
main .outter .wrapper .content .table {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 74, ../sass/show.scss */
main .outter .wrapper .content .table a {
  float: left;
  position: relative;
  display: block;
  width: 20%;
  text-align: center;
  overflow: hidden;
}
/* line 82, ../sass/show.scss */
main .outter .wrapper .content .table a:hover .img-layer {
  top: 0;
}
/* line 86, ../sass/show.scss */
main .outter .wrapper .content .table a img {
  width: 100%;
  height: 100%;
}
/* line 90, ../sass/show.scss */
main .outter .wrapper .content .table a .img-layer {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -moz-transition: top 0.5s;
  -o-transition: top 0.5s;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}
/* line 98, ../sass/show.scss */
main .outter .wrapper .content .table a .img-layer img {
  width: 36px;
  height: 36px;
  margin: 25% 0 25%;
}
/* line 103, ../sass/show.scss */
main .outter .wrapper .content .table a .img-layer p {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}
/* line 111, ../sass/show.scss */
main .outter .wrapper .content .app-content, main .outter .wrapper .content .pack-content {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* line 120, ../sass/show.scss */
.table.move {
  -moz-animation: move 2s both;
  -webkit-animation: move 2s both;
  animation: move 2s both;
}

@-moz-keyframes move {
  from {
    margin-top: 100%;
  }
  to {
    margin-top: 0;
  }
}
@-webkit-keyframes move {
  from {
    margin-top: 100%;
  }
  to {
    margin-top: 0;
  }
}
@keyframes move {
  from {
    margin-top: 100%;
  }
  to {
    margin-top: 0;
  }
}
/* line 133, ../sass/show.scss */
.slideUp {
  -moz-animation: slideUp 2s both;
  -webkit-animation: slideUp 2s both;
  animation: slideUp 2s both;
  z-index: 999;
}

/* line 136, ../sass/show.scss */
.slideDown {
  -moz-animation: slideDown 1s both;
  -webkit-animation: slideDown 1s both;
  animation: slideDown 1s both;
}

@-moz-keyframes slideUp {
  from {
    -moz-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideUp {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes slideDown {
  from {
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -moz-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
}
@-webkit-keyframes slideDown {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
}
@keyframes slideDown {
  from {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
}
/* line 161, ../sass/show.scss */
.hoverable {
  position: relative;
  overflow: hidden;
}

/* line 166, ../sass/show.scss */
.animate-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 20%;
}

@-moz-keyframes anim {
  0% {
    width: 0;
    height: 100%;
    background-color: maroon;
  }
  100% {
    width: 150%;
    height: 150%;
    background-color: transparent;
  }
}
@-webkit-keyframes anim {
  0% {
    width: 0;
    height: 100%;
    background-color: maroon;
  }
  100% {
    width: 150%;
    height: 150%;
    background-color: transparent;
  }
}
@keyframes anim {
  0% {
    width: 0;
    height: 100%;
    background-color: maroon;
  }
  100% {
    width: 150%;
    height: 150%;
    background-color: transparent;
  }
}
/* line 186, ../sass/show.scss */
.hoverable:hover > .animate-btn {
  -moz-animation: anim 0.75s;
  -webkit-animation: anim 0.75s;
  animation: anim 0.75s;
}
