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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: scale(0, 0, 0); }
  33% {
    -webkit-transform: translate3d(-10px, 20px, 0);
    -webkit-transform: scale(-10, 20px, 0); }
  66% {
    -webkit-transform: translate3d(5px, -20px, 0);
    -webkit-transform: scale(-5px, -20px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: scale(0, 0, 0); } }
@-moz-keyframes bounce {
  0% {
    -moz-transform: translate3d(0, 0, 0);
    -moz-transform: scale(0, 0, 0); }
  33% {
    -moz-transform: translate3d(-10px, 20px, 0);
    -moz-transform: scale(-10, 20px, 0); }
  66% {
    -moz-transform: translate3d(5px, -20px, 0);
    -moz-transform: scale(-5px, -20px, 0); }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    -moz-transform: scale(0, 0, 0); } }
@keyframes bounce {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: scale(0, 0, 0);
    -moz-transform: scale(0, 0, 0);
    -ms-transform: scale(0, 0, 0);
    -o-transform: scale(0, 0, 0);
    transform: scale(0, 0, 0); }
  33% {
    -webkit-transform: translate3d(-10px, 20px, 0);
    -moz-transform: translate3d(-10px, 20px, 0);
    -ms-transform: translate3d(-10px, 20px, 0);
    -o-transform: translate3d(-10px, 20px, 0);
    transform: translate3d(-10px, 20px, 0);
    -webkit-transform: scale(-10, 20px, 0);
    -moz-transform: scale(-10, 20px, 0);
    -ms-transform: scale(-10, 20px, 0);
    -o-transform: scale(-10, 20px, 0);
    transform: scale(-10, 20px, 0); }
  66% {
    -webkit-transform: translate3d(5px, -20px, 0);
    -moz-transform: translate3d(5px, -20px, 0);
    -ms-transform: translate3d(5px, -20px, 0);
    -o-transform: translate3d(5px, -20px, 0);
    transform: translate3d(5px, -20px, 0);
    -webkit-transform: scale(-5px, -20px, 0);
    -moz-transform: scale(-5px, -20px, 0);
    -ms-transform: scale(-5px, -20px, 0);
    -o-transform: scale(-5px, -20px, 0);
    transform: scale(-5px, -20px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: scale(0, 0, 0);
    -moz-transform: scale(0, 0, 0);
    -ms-transform: scale(0, 0, 0);
    -o-transform: scale(0, 0, 0);
    transform: scale(0, 0, 0); } }
html, body {
  width: 100%;
  height: 100%; }
body {
  font-family: Microsoft YaHei, Microsoft JhengHei;
  font-size: 3vh;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 120%;
  color: #fff;
  background-image: url("/mznn/images/bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #000;
  background-size: cover; }

.floating-bg {
  z-index: 100; }
  .floating-bg img.mz {
    top: 15%;
    right: 1%;
    position: absolute;
    z-index: 1;
    max-width:100%;
    -webkit-animation: bounce 20s ease-in-out 0s infinite alternate;
    -moz-animation: bounce 20s ease-in-out 0s infinite alternate;
    animation: bounce 20s ease-in-out 0s infinite alternate;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000; }
  .floating-bg img.jing {
    top: 10%;
    left: 3%;
    position: absolute;
    z-index: 1;
    -webkit-animation: bounce 10s ease-in-out 0s infinite alternate;
    -moz-animation: bounce 10s ease-in-out 0s infinite alternate;
    animation: bounce 10s ease-in-out 0s infinite alternate;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000; }
  .floating-bg img.deng {
    bottom: 5%;
    left: 60%;
    position: absolute;
    z-index: 1;
    -webkit-animation: bounce 30s ease-in-out 0s infinite alternate;
    -moz-animation: bounce 30s ease-in-out 0s infinite alternate;
    animation: bounce 30s ease-in-out 0s infinite alternate;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000; }
  .floating-bg img.hom {
    bottom: 5%;
    left: 10%;
    position: absolute;
    z-index: 1;
    -webkit-animation: bounce 20s ease-in-out 0s infinite alternate;
    -moz-animation: bounce 20s ease-in-out 0s infinite alternate;
    animation: bounce 20s ease-in-out 0s infinite alternate;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000; }

.container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: auto;
  margin-left: auto;
  max-width: 560px;
  padding-right: 20px;
  padding-left: 1px;
  z-index: 1000; }
  .container h1 {text-align:center;
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 8%;line-height:60px;}
  .container h2 {padding-left: 181px;text-align:center;
    font-size: 2vh;
    font-weight: 300;
    margin-bottom: 6%; }
  .container span {font-size: 3vh;}
  .container p { text-indent:2em;
    }
    .container p.over-n-out {margin-bottom: 18%;line-height:40px; 
      font-style: italic; }
    .container b.coolapps {margin-top: -41px;font-size: 1.6vh;display:block;
      font-weight: 100;padding-left:200px;}
  .container a {
    color: #fff;
    font-weight: 400;
    border-bottom: dashed 1px #fff;
    text-decoration: none;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    .container a:hover {
      color: #5EC4CE;
      border-bottom: dashed 1px #5EC4CE; }
.hom{position: fixed;bottom: 0.5em;left:5%;z-index:0;font-size:14px;}
.music{width:8%;height:auto;position:fixed;top:15px;right:15px;z-index:9999;cursor:pointer;}
.music-p{width:140%;height:auto;position:absolute;top:-30%;right:-30%;}
.music img,.music-p img{width:100%;height:auto;}
@media only screen and (max-width: 775px){
  .floating-bg img.mz {
    top: 1%;
    right: 4%;
    position: absolute;
    z-index: 1;
    max-width:50%;
 }
  .floating-bg img.deng {
    bottom: 5%;
    left: 60%;
    position: absolute;
    z-index: 1;
max-width:20%;
 }
  .floating-bg img.hom {
    bottom: 5%;
    left: 10%;
    position: absolute;
    z-index: 1;
max-width:20%;
 }
  .floating-bg img.jing {
    top: 3%;
    left: 4%;
    position: absolute;
    z-index: 1;
max-width:14%;
 }
.container h1 {text-align:center;
    font-size: 1em;
    font-weight: 500;
   line-height:40px;}
  .container h2 {padding-left: 1%;text-align:center;
    font-size: 0.6em;
    font-weight: 300;
    margin-bottom: 5%; }
  .container span {font-size: 1.2em;}
    .container p.over-n-out {margin-bottom: 16%;line-height:26px; 
      font-style: italic;font-size: 0.8em;padding-left:10px;}
    .container b.coolapps {margin-top: -41px;font-size: 0.6em;display:block;
      font-weight: 100;padding-left:25%;}
}