/*! Hypergryph Cascading Style Sheets Generated By Jerry Zhang | Date: Sun, 08 Jul 2018 20:46:03 GMT */

/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: Arial, Helvetica, sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
/* 1 */
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: Consolas, Inconsolata, "Courier", "Courier New", monospace, Consolas, Inconsolata, "Courier", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}
a:active,
a:hover {
  outline-width: 0;
}
a:link,a:visited{
 text-decoration:none;  /*超链接无下划线*/
}
a:hover{
 text-decoration:underline;  /*鼠标放上去有下划线*/
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: Consolas, Inconsolata, "Courier", "Courier New", monospace, Consolas, Inconsolata, "Courier", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: Arial, Helvetica, sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input {
/* 1 */
  overflow: visible;
}
button,
select {
/* 1 */
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans");
html {
  font-size: 16px;
  font-family: "Microsoft Yahei", "Hiragino Sans", "Segoe UI", Arial, Helvetica, sans-serif;
}
body {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.app {
  position: relative;
}
.drag-box {
  position: absolute;
  color: #fff;
  background-color: rgba(0,0,0,0.88);
  box-shadow: 0 0 15px #000;
}
.drag-box .drag-title {
  cursor: move;
  padding: 15px;
  position: relative;
}
.drag-box .drag-title h2 {
  font-size: 1em /* 16px */;
  line-height: 1.25 /* 20px */;
  margin: 0;
  display: inline-block;
}
.drag-box .drag-title h2 a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.drag-box .drag-title h2 a:hover {
  color: #f3ff00;
}
.drag-box .drag-title h2 span {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 0.75em /* 12px */;
  margin-left: 0.5em /* 6px */;
}
.drag-box .drag-title h2.full-length {
  display: block;
  background: url("/index/img/headline-deco.png") no-repeat right top;
}
.drag-box .drag-title h2.highlighted {
  padding-bottom: 8px;
  border-bottom: 2px solid #f3ff00;
}
.drag-box .drag-context {
  font-size: 0.75em;
  line-height: 1.33333;
}
.drag-box .drag-context p {
  margin: 0 0 0.5em 0;
}
.drag-box .drag-context p:nth-last-child(1) {
  margin-bottom: 0;
}
.drag-box .drag-context ul {
  margin: 0.5em 0;
  padding-left: 2em;
}
.drag-box .drag-context a {
  color: #fff;
}
.drag-box.drag-box-static {
  position: static;
  box-shadow: none;
}
.drag-box.drag-box-static .drag-title {
  cursor: default;
}
.drag-box.drag-box-static.puzzle-piece,
.drag-box.drag-box-static.puzzle-result,
.drag-box.drag-box-static.image {
  display: none;
}
.drag-box.drag-box-static.about {
  background-color: transparent;
}
.drag-box.drag-box-static.about .drag-title h2.full-length {
  background: none;
}
.drag-box {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.drag-box .drag-context {
  padding: 0;
}
.drag-box.text .drag-context,
.drag-box.about .drag-context {
  padding: 0 15px 15px 15px;
}
.drag-box.drag-box-invisible {
  opacity: 0;
  pointer-events: none;
}
.drag-box.drag-box-invisible.puzzle-result {
  opacity: 0.5;
  pointer-events: auto;
}
.drag-box.drag-box-invisible.drag-box-static {
  opacity: 1;
  pointer-events: auto;
}
.drag-box.drag-box-static.about .drag-context,
.drag-box.drag-box-static.video .drag-context {
  padding: 0 15px 15px 15px;
}
.drag-box .project {
  text-decoration: none;
  color: #fff;
  display: block;
  margin: 0;
}
.drag-box figure.image {
  width: 100%;
  padding: 50% 0 0 0;
  position: relative;
  margin: 0;
}
.drag-box figure.image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.drag-box figure.image figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  font-size: 1.125em;
  line-height: 20px;
}
.drag-box .logo {
  display: block;
  margin: 0;
}
.drag-box .logo .logo-wrapper {
  width: 100%;
  padding: 100% 0 0 0;
  position: relative;
  display: block;
}
.drag-box .logo .logo-wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.drag-box .babel-logo {
  display: block;
}
.drag-box .babel-logo img {
  display: block;
}
.drag-box a.link-weibo {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  background: url("/index/img/weibo.png") no-repeat;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}
.drag-window {
  position: absolute;
  user-select: none;
}
.drag-window.drag-static {
  position: static;
}
.page-career {
  background-color: rgba(0,0,0,0.6);
}
.page-career header {
  display: none;
}
.page-career nav {
  padding: 25px 0 0 0;
  margin-left: 50px;
  color: #fff;
}
.page-career nav .logo {
  display: none;
}
.page-career nav h1 {
  font-size: 1.5em /* 24px */;
  line-height: 1.25;
  margin: 0 0.5em 0 0;
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 2px solid #f3ff00;
}
.page-career nav h1 span {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 0.6666667em /* 16px */;
  margin-left: 0.5em /* 8px */;
}
.page-career nav a {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 2px solid #aaa;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em /* 16px */;
  margin-top: 0.5em;
}
.page-career .information {
  color: #fff;
  font-size: 0.75em;
  line-height: 1.3333;
  margin: 15px 0 15px 50px;
}
.page-career .information span {
  color: #f3ff00;
}
.page-career .job-list {
  margin: 15px 50px;
  padding: 0;
  max-width: 770px;
}
.page-career .job-list .job {
  background-color: rgba(64,64,64,0.8);
  margin: 15px 0;
  padding: 15px 30px;
  color: #fff;
}
.page-career .job-list .job h2 {
  font-size: 1.25em;
  line-height: 1.5;
  margin: 0 0 0.5em 0;
}
.page-career .job-list .job h3 {
  font-size: 1em;
  line-height: 1.5;
  margin: 0 0 0.5em 0;
}
.page-career .job-list .job ul,
.page-career .job-list .job li,
.page-career .job-list .job p {
  font-size: 0.75em;
  line-height: 1.33333;
}
.page-career .job-list .job ul,
.page-career .job-list .job p {
  margin: 0.5em 0;
}
.page-career .job-list .job ul {
  padding-left: 2em;
}
.page-career footer {
  display: none;
}
.page-career.page-static header {
  display: block;
  padding: 30px 0 0 15px;
}
.page-career.page-static nav,
.page-career.page-static .information,
.page-career.page-static .job-list {
  margin: 15px;
}
.page-career.page-static nav {
  padding: 0;
}
.page-career.page-static .job-list .job {
  background-color: transparent;
  padding: 15px;
}
.page-career.page-static footer {
  display: block;
}
.page-main,
.page-career {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.popup-opened .page-main,
.popup-opened .page-career {
  overflow-y: hidden;
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 10px 0;
  z-index: 10000;
  background: url("/index/img/popup-overlay-bg.png") repeat left top;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.popup-overlay:after {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}
.popup-window {
  position: relative;
  outline: 0;
  text-size-adjust: 100%;
  box-sizing: border-box;
  width: 80%;
  margin-bottom: 10px;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
  color: #fff;
  background-color: #000;
}
.popup-overlay,
.popup-window {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.popup-close {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 1em;
  position: absolute;
  right: 0.25em;
  top: 0.25em;
  display: block;
  font-size: 2em;
  line-height: 1em;
  width: 1em;
  color: #fff;
  background-color: #aaa;
  outline: 0;
  cursor: pointer;
}
.popup-window.popup-opening,
.popup-overlay.popup-opening,
.popup-window.popup-closing,
.popup-overlay.popup-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
.popup-overlay.popup-opening {
  animation-name: overlay-opening-keyframes;
}
.popup-overlay.popup-closing {
  animation-name: overlay-closing-keyframes;
}
.popup-window.popup-opening {
  animation-name: opening-keyframes;
}
.popup-window.popup-closing {
  animation-name: closing-keyframes;
}
@-moz-keyframes opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}
@-webkit-keyframes opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}
@-o-keyframes opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}
@-moz-keyframes closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}
@-webkit-keyframes closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}
@-o-keyframes closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}
@keyframes closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}
@-moz-keyframes overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.slider {
  position: absolute;
  left: 0;
  top: 0;
}
.slider .slider-wrapper {
  overflow: hidden;
  background-color: #000;
}
.slider ul.slider-container {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
  position: relative;
}
.slider ul.slider-container li.slider-item {
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  float: left;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
.slider .slider-animating {
  transition: all 0.5s ease-in-out;
}
.slider .slider-pagination {
  position: fixed;
  top: 50%;
  color: #fff;
  z-index: 999;
  text-align: center;
  display: block;
  user-select: none;
  cursor: pointer;
  line-height: 80px;
  font-size: 80px;
  height: 80px;
  width: 40px;
  margin-top: -40px;
  text-shadow: 0 0 15px #000;
  transition: all 0.5s ease-in-out;
}
.slider .slider-pagination.prev {
  left: 0;
}
.slider .slider-pagination.next {
  right: 0;
}
.slider .slider-pagination:hover {
  text-shadow: 0 0 15px #fff;
}
header {
  position: absolute;
  left: 40px;
  top: 60px;
  z-index: 2;
}
header .logo {
  display: block;
  width: 220px;
  height: 125px;
  background: url("../../index/img/logo.png") no-repeat;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}
.page-static {
  background-color: rgba(0,0,0,0.6);
}
.page-static header {
  position: static;
  padding: 30px 0 0 15px;
}
footer {
  display: block;
  color: #fff;
  position: absolute;
  left: 40px;
  bottom: 30px;
  z-index: 2;
}
footer p.copyright {
  font-size: 0.75em;
  line-height: 1.33333;
  text-shadow: 0 0 1em #000;
  margin: 0;
  opacity: 0.5;
}
footer p a {
  font-size: 0.75em;
  line-height: 1.33333;
  text-shadow: 0 0 1em #000;
  margin: 2px;
  opacity: 0.5;
}
.page-static footer {
  position: static;
  padding: 15px;
}
.page-static footer p.copyright {
  opacity: 1;
}
.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.video-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.video-wrapper video,
.video-wrapper iframe {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.video-preview {
  display: block;
}
.video-preview-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 72.33%;
  cursor: pointer;
}
.video-preview-wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
