html,
body {
  font: 14px/1.5 arial, "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  color: #2d2d2d;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
}
body {
  min-width: 100%;
  min-height: 490px;
  background-color: #2b2931;
}
html,
body,
img,
div,
span {
  position: relative;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  word-break: break-all;
  border: none;
  margin: 0;
  padding: 0;
}
#home-mask {
  background-color: white;
  z-index: 100;
}
.fullscreen {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.bg-small {
  z-index: 1;
  background-image: url("/static/images/pc-bg-small.jpg");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.bg {
  background-image: url("/static/images/pc-home-bg.jpg");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 2;
}
.hide {
  display: none !important;
}
.star {
  position: absolute;
  background-image: url("/static/images/stars.png");
  display: inline-block;
  overflow: hidden;
  z-index: 3;
}
.star-1 {
  background-position: -18px -10px;
  width: 66px;
  height: 45px;
}
.star-2 {
  background-position: 0 -4px;
  width: 12px;
  height: 12px;
}
.star-3 {
  background-position: 0 -18px;
  width: 11px;
  height: 11px;
}
.star-4 {
  background-position: -1px -32px;
  width: 6px;
  height: 6px;
}
.across-sky {
  -webkit-animation: webkitacrosssky 5s linear;
  animation: acrosssky 5s linear;
}
.blink {
  -webkit-animation-name: webkitstarblink;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-name: starblink;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@-webkit-keyframes webkitstarblink {
  0% {
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0);
  }
  40% {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100);
  }
  60% {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes starblink {
  0% {
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0);
  }
  40% {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100);
  }
  60% {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes webkitacrosssky {
  0% {
    -webkit-transform: translate(0px, 0px);
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0);
  }
  40% {
    -webkit-transform: translate(-140px, 120px);
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100);
  }
  60% {
    -webkit-transform: translate(-210px, 180px);
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    -webkit-transform: translate(-350px, 300px);
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0);
  }
}
@keyframes acrosssky {
  0% {
    transform: translate(0px, 0px);
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0);
  }
  40% {
    transform: translate(-140px, 120px);
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100);
  }
  60% {
    transform: translate(-210px, 180px);
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    transform: translate(-350px, 300px);
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0);
  }
}
#intro {
  position: absolute;
  display: inline-block;
  z-index: 5;
  padding-bottom: 50px;
  left: 50%;
  top: 50%;
  margin-left: -177px;
  margin-top: -250px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  filter: alpha(opacity=0);
}
.intro-visible {
  opacity: 1 !important;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.icon-logo-wrapper {
  text-align: center;
  margin-bottom: 150px;
}
#shipin-wrapper {
  z-index: 10;
  display: none;
}
#shipin-wrapper .bg-mask {
  background-color: black;
  opacity: 0.85;
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  filter: alpha(opacity=85);
}
#shipin-wrapper .icon-close {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: 455px;
  margin-top: -325px;
}
#shipin {
  position: absolute;
  display: none;
  left: 50%;
  top: 50%;
  margin-left: -400px;
  margin-top: -280px;
}
#shipin-wrapper.shipin-visible {
  display: block !important;
}
#shipin-wrapper.shipin-visible #shipin {
  display: inline-block !important;
}
#qr-layer {
  z-index: 10;
  display: none;
}
#qr-layer .bg-mask {
  background-color: black;
  opacity: 0.85;
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  filter: alpha(opacity=85);
}
#qr-layer .icon-close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
.qr-wrapper {
  position: absolute;
  width: 400px;
  height: 300px;
  left: 50%;
  top: 50%;
  margin-top: -150px;
  margin-left: -200px;
}
#beta-wrapper {
  display: none;
  padding-top: 50px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
#beta-wrapper img {
  width: 150px;
  height: 150px;
  margin-bottom: 14px;
}
#weixin-wrapper {
  display: none;
  padding-top: 50px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
#weixin-wrapper .icon-weixin-qr {
  margin-bottom: 14px;
}
#itunes-wrapper {
  padding-left: 199px;
  padding-top: 50px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
#itunes-wrapper .icon-appstore-text {
  position: absolute;
  top: 214px;
  left: 24px;
}
#itunes-wrapper .icon-itunes-qr {
  position: absolute;
  top: 50px;
  left: 0;
}
.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0px;
  text-align: center;
  z-index: 100;
}
.footer .link {
  color: #999;
}
.footer .link span {
  margin-left: 10px;
  margin-right: 10px;
}
.footer .link a {
  color: #fff;
}
.footer .icp {
  color: #444;
}
.footer a {
  text-decoration: none;
  font-size: 15px;
}
.icon {
  overflow: hidden;
  display: inline-block;
}
.icon-beta-text {
  background-position: -166px -392px;
  width: 116px;
  height: 14px;
}
.icon-weixin-text {
  background-position: -154px -408px;
  width: 140px;
  height: 14px;
}
.icon-appstore-text {
  background-position: -166px -424px;
  width: 102px;
  height: 14px;
}
.icon-appstore-download {
  background-position: 0 -449px;
  width: 170px;
  height: 64px;
  margin-bottom: 16px;
  cursor: pointer;
}
.icon-android-download {
  background-position: 0 -581px;
  width: 170px;
  height: 64px;
  cursor: pointer;
}
.icon-what {
  margin-right: 20px;
}
.bottom-icons {
  position: absolute;
  z-index: 8;
  display: inline-block;
  bottom: 0;
  right: 0;
  padding-right: 30px;
  padding-bottom: 30px;
}
.icon-logo {
  background-position: 0 -152px;
  width: 114px;
  height: 207px;
}
.icon-what {
  cursor: pointer;
  background-position: -116px -152px;
  width: 165px;
  height: 58px;
}
.icon-what:active,
.icon-what:hover {
  background-position: -116px -212px;
}
.icon-qr-text {
  cursor: pointer;
  background-position: -115px -272px;
  width: 165px;
  height: 58px;
}
.icon-qr-text:active,
.icon-qr-text:hover {
  background-position: -115px -332px;
}
.icon-itunes-qr {
  display: inline-block;
  background-position: 0px 0px;
  width: 150px;
  height: 150px;
}
.icon-close {
  cursor: pointer;
  background-position: -283px -152px;
  width: 22px;
  height: 22px;
}
.icon-download-ios {
  background-position: -155px -392px;
  width: 139px;
  height: 14px;
}
