body,html {
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
}
.g-containt {
    width: 100%;
    height: 40rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../img/jumBg.png);
    background-size: 100% 100%; 
    z-index: 900;
    display: none;
}
.g-layer {
    width: 100%;
    height: 40rem; 
    left: 0;
    bottom: 0;
    background: transparent;
    z-index: 900;
    position: absolute;
}
.jumpBox1 {
    position: absolute;
    left: 0.48rem;
    bottom:1.63rem;
}
#jump1 {
    width: 2.53rem;
    height: 2.77rem;
}
.jumpBox2 {
    position: absolute;
    left: 3.52rem;
    bottom:3.2rem;
}
#jump2 {
    width: 2.85rem;
    height: 2.52rem;
}
.jumpBox3 {
    position: absolute;
    left: 5.97rem;
    bottom:5.65rem;
}
#jump3 {
    width: 3.04rem;
    height: 1.92rem;
}
.jumpBox4 {
    position: absolute;
    left: 3.91rem;
    bottom:9.07rem;
}
#jump4 {
    width: 2.91rem;
    height: 2.69rem;
}
.jumpBox5 {
    position: absolute;
    left: 6.37rem;
    bottom:11.84rem;
}
#jump5 {
    width: 2.52rem;
    height: 1.74rem;
}
.jumpBox6 {
    position: absolute;
    left: 3.90rem;
    bottom:13.25rem;
}
#jump6 {
    width: 2.53rem;
    height: 2.14rem;
}
.jumpBox7 {
    position: absolute;
    left: 1.49rem;
    bottom:15.4rem;
}
#jump7 {
    width: 3.29rem;
    height: 2.29rem;
}
.jumpBox8 {
    position: absolute;
    left: 3.57rem;
    bottom:17.61rem;
}
#jump8 {
    width: 2.88rem;
    height: 2.05rem;
}
.jumpBox9 {
    position: absolute;
    left: 5rem;
    bottom:19.87rem;
}
#jump9 {
    width: 3.45rem;
    height: 3.07rem;
}
.jumpBox10 {
    position: absolute;
    left: 6.10rem;
    bottom:23.51rem;
}
#jump10 {
    width: 2.84rem;
    height: 2.69rem;
}
.jumpBox11 {
    position: absolute;
    left: 2.79rem;
    bottom:24.91rem;
}
#jump11 {
    width: 3.25rem;
    height:2.17rem;
}
.jumpBox12 {
    position: absolute;
    left: 0.64rem;
    bottom:27.39rem;
}
#jump12 {
    width: 3.24rem;
    height:2.11rem;
}
#panda {
    width: 1.29rem;
    height: 1.31rem;
    position: absolute;
    left: 0.85rem;
    top: 35.3rem;
    z-index: 930;
    zoom: 1;
    /* animation: myfirst 0.6s; */
}
.u-panda {
    width: 1.29rem;
    height: 1.31rem;
}
.testbox2 {
    width: 1px;
    height: 1px;
    position: absolute;
    left: 50%;
    margin-left: -0.5px;
    top: 0;
}
.pandaAnimate {
    animation: myfirst 1s;
    -moz-animation: myfirst 1s;	/* Firefox */
    -webkit-animation: myfirst 1s;	/* Safari 和 Chrome */
    -o-animation: myfirst 1s;	/* Opera */
}
@keyframes myfirst
{
0%   {transform:rotate(0deg);}
100% {transform:rotate(360deg);}
}
@-moz-keyframes myfirst /* Firefox */
{
0%   {-moz-transform:rotate(0deg);}
100% {-moz-transform:rotate(360deg);}
}

@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
0%   {-webkit-transform:rotate(0deg);}
100% {-webkit-transform:rotate(360deg);}
}

@-o-keyframes myfirst /* Opera */
{
0%   {-o-transform:rotate(0deg);}
100% {-o-transform:rotate(360deg);}
}
.m-intr {
    width: 5.22rem;
    height: 3.30rem;
    background: url("../img/intrBg.png");
    background-size: 100% 100%;
    position: absolute;
    top:-3.30rem;
    box-sizing: border-box;
    padding: 0.6rem 0.4rem;
    z-index: 999;
    color: #FFF;
    font-size: 0.24rem;
    text-align: justify;
    /* overflow-y: auto; */
    /* display: none; */
}
.m-intr p {
    font-size: 0.35rem; 
    line-height: 1.3;
    height: 2.3rem;
    overflow:auto;
    width: 100%;
}
.m-title {
    width: 3.05rem;
    height: 0.701rem;
    position: absolute;
    top: -0.15rem;
    left: 0.2rem;
    background: url("../img/intrTitle.png");
    background-size: 100% 100%;
    font-size: 0.32rem;
    text-align: center;
    vertical-align: middle;
    display: table;
  display: none;
}
.m-title span {
    display: table-cell;
    vertical-align: middle;
    color: #FFF;
}
.u-intrClose {
    width: 0.92rem;
    height: 0.99rem;
    position: absolute;
    right: -0.5rem;
    top: 0;
}
.g-start {
    width: 100%;
    height: 100%;
    background: url("../img/bg.png");
    position: relative;
    background-size: 100% 100%;
    z-index: 999;
}
.m-start {
    position: absolute;
    width: 4.56rem;
    height: 2.09rem;
    left: 50%;
    margin-left: -2.28rem;
    bottom:2rem;
}
.m-logo {
    position: absolute;
    width: 2.37rem;
    height: 0.81rem;
    left: 50%;
    margin-left: -1.185rem;
    bottom:0.6rem;
}
.g-end {
    position: fixed;
    left:0;
    top: 0;
    width: 100%;
    height: 100%; 
    z-index: 999;
    text-align: center;
    display: none;
    background: rgba(255, 255, 255, 0.685);
}
.g-complete {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -4.24rem;
    margin-top: -6.685rem;
    z-index: 950;
}
.m-complete {
    width: 8.48rem;
    height: 11.93rem;
}
.m-share {
    width: 3.96rem;
    height: 1.81rem;
    position: absolute;
    left: 50%;
    margin-left: -1.98rem;
    bottom: -0.5rem;
}
.m-again {
    position: absolute;
    bottom: 1.5rem;
    font-size: 0.4rem;
    left: 4.5rem;
    color: #3e489d;
    font-weight: bolder;
}
.m-share1 {
    width: 100%;
    z-index: 1000;
    position: relative;
    display: none;
}
.g-complete p {
    position: absolute;
    top: 6rem;
    width: 8.48rem;
    box-sizing: border-box;
    padding: 0 0.5rem;
    font-size: 0.65rem;
    color: #FFF;
}
#music {
    width: 10%;
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 999;
}
#hint {
    animation: hint 1.5s infinite;
    -moz-animation: hint 1.5   s infinite;	/* Firefox */
    -webkit-animation: hint 1.5s infinite;	/* Safari 和 Chrome */
    -o-animation: hint 1.5 s infinite;	/* Opera */
    position: fixed;
    bottom: 10px;
    right: 20px;
    display: none;
    z-index: 999;
    width: 20%;
}
@keyframes hint
{
0%   {opacity:0}
100% {opacity:1}
}
@-moz-keyframes hint /* Firefox */
{
0%   {opacity:0}
100% {opacity:1}
}

@-webkit-keyframes hint /* Safari 和 Chrome */
{
0%   {opacity:0}
100% {opacity:1}
}

@-o-keyframes hint /* Opera */
{
0%   {opacity:0}
100% {opacity:1}
}