#mCanvas{
    position: fixed;
}
.p-start{
    background: url("../img/bg2.png") no-repeat;
    background-size: 100% 100%;
}
.s-bg{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.title1{
    position: absolute;
    width: 8rem;
    left: 1.7rem;
    top: 3.8rem;
    -webkit-animation: bounceInLeft 1s 0.3s both;
}
.title2{
    position: absolute;
    width: 4.6rem;
    right: 1.8rem;
    top: 3.45rem;
    -webkit-animation: bounceIn 1s 1s both;
}
.p1{
    position: absolute;
    width: 12.125rem;
    left: 2.6rem;
    top: 28%;
    -webkit-animation: p1 1s 1s cubic-bezier(0, 0, 0.49, 1.28) both;
}
@-webkit-keyframes p1 {
    from{
        -webkit-transform: translate(31rem,-16rem);
    }
    to{
        -webkit-transform: translate(0,0);
    }
}
.p2{
    position: absolute;
    width: 1.95rem;
    left: 13.6rem;
    top: 33%;
    -webkit-animation: p2 3s linear infinite;
}
@-webkit-keyframes p2 {
    from{
        -webkit-transform: translateY(0);
    }
    50%{
        -webkit-transform: translateY(40px);
    }
    to{
        -webkit-transform: translateY(0);
    }
}
.p3{
    position: absolute;
    width: 1.425rem;
    left: 1.6rem;
    top: 56%;
    -webkit-animation: p2 1.5s linear infinite;
}
.p4{
    position: absolute;
    width: 2.325rem;
    left: 10.6rem;
    top: 62%;
    -webkit-animation: p2 2.5s linear infinite;
}
.bt-zn{
    position: absolute;
    width: 6.55rem;
    left: 4.725rem;
    bottom: 4.3rem;
    -webkit-animation: bounceIn 1s 1.5s both;
}
.bt-start{
    position: absolute;
    width: 6.55rem;
    left: 4.725rem;
    bottom: 1.8rem;
    -webkit-animation: bounceIn 1s 1.7s both;
}
.mask-ts{
    background: rgba(0,0,0,0.65) url("../img/mask.png") no-repeat bottom;
    background-size: 100%;
}

.zn{
    background: rgba(0,0,0,0.65) url("../img/bg-zn.png") no-repeat top;
    background-size: 100%;
}
.zn-scroll-box{
    position: absolute;
    width: 8.4rem;
    left: 5rem;
    top: 8.6rem;
    height: 9rem;
    overflow-y: scroll;
}
.zn-scroll-box img{
    width: 8.3rem;
}
.zn span{
    position: absolute;
    top: 17.7rem;
    left: 8rem;
    width: 1.625rem;
    height: 0.5rem;
    background: url(../img/zn-1.png) no-repeat;
    background-size: 100%;
    -webkit-animation: zn 2s linear infinite;
}
@-webkit-keyframes zn {
    from{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
.res{
    background: rgba(0,0,0,0.65);
}
.bg-res{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-animation: bounceIn 1s both;
}
.res-num1,.res-num2{
    position: absolute;
    width: 7rem;
    left: 6.95rem;
    top: 10.14rem;
    color: #ff506e;
    font-weight: bold;
}
.res-num1{
    -webkit-animation: fadeInRight 0.5s 0.7s  both;
}
.res-num2{
    -webkit-animation: fadeInRight 0.5s 1s  both;
}
.res-score,.res-rate{
    font-size: 1.5rem;
    color: #ff506e;
}
.res-num2{
    top: 13.5rem;
}
.res-title{
    position: relative;
    width: 4.5rem;
    left: 6.2rem;
    top: 17.1rem;
    -webkit-animation: bounceIn 1s 1.2s  both;
}
.res-prize{
    position: absolute;
    width: 16rem;
    top: 19rem;
    left: 0;
    color: #ff614d;
    font-weight: bold;
    text-align: center;
    -webkit-animation: fadeInUp 0.5s 1.5s  both;
}
.bt-restart{
    position: absolute;
    left: 1.1rem;
    top: 20.4rem;
    width: 6.55rem;
    -webkit-animation: fadeInLeft 0.5s 1.7s  both;
}
.bt-share{
    position: absolute;
    right: 1.1rem;
    top: 20.4rem;
    width: 6.55rem;
    -webkit-animation: fadeInRight 0.5s 1.7s  both;
}
.share{
    background: rgba(0,0,0,0.75) url("../img/share.png") no-repeat top;
    background-size: 100%;
    z-index: 999;
}
#main{
    background: url("../img/bgmain.png") repeat-y;
    background-size: 100% auto;
    background-repeat: repeat-y;
    /*-webkit-animation: main 10s linear infinite;*/
}
@-webkit-keyframes main {
    from{
        background-position-y: bottom;
    }
    to{
        background-position-y: 100%;
    }
}
.jf-box{
    position: fixed;
    width: 6.675rem;
    height: 2.825rem;
    left: 0.4rem;
    top: 0.6rem;
    background: url("../img/jf.png") no-repeat;
    background-size: 100% 100%;
}
.jf-num{
    position: absolute;
    width: 3rem;
    height: 1rem;
    right: 0.6rem;
    top: 1rem;
    font-size: 1rem;
    line-height: 1rem;
    text-align: center;
    text-shadow: 3px 2px 2px #036eb8;
}
.addscore{
    position: absolute;
    width: 3.7rem;
    left: 105%;
    top: 0.9rem;
    -webkit-animation: addscore 0.6s linear both;
}
@-webkit-keyframes addscore {
    from{
        opacity: 0;
        -webkit-transform: translateY(0.8rem);
    }
    50%{
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    to{
        opacity: 0;
        -webkit-transform: translateY(-0.8rem);
    }
}
.addline{
    position: absolute;
    width: 3.875rem;
    bottom: -0.2rem;
    right: 0.2rem;
    -webkit-animation: addline 0.6s 3 both;
    display: none;
}
@-webkit-keyframes addline {
    from{
        opacity: 0;
    }
    50%{
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    to{
        opacity: 0;
    }
}
.bt-play,.bt-pause{
    position: absolute;
    width: 2rem;
    top: 0.6rem;
    right: 0.6rem;
}

.loading{
    background: rgba(0,0,0,0.6);
}
.load{
    position: absolute;
    width: 1.6rem;
    left: 7.2rem;
    top: 40%;
    -webkit-animation: load 1s linear infinite;
}
@-webkit-keyframes load {
    from{
        -webkit-transform: rotateZ(0deg);
    }
    to{
        -webkit-transform: rotateZ(360deg);
    }
}
.load-cont{
    position: absolute;
    width: 100%;
    bottom: 40%;
    left:0;
    text-align: center;
}
.mainbg{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%) rotateZ(90deg);
    border: none;
}
@-webkit-keyframes mainbg {
    from{}
    to{}
}
.bgmain{
    position: absolute;
    width: 100%;
    left: 0;
    top:0;
}
.bgmain img{
    width: 100%;
}
#ling{
    text-decoration: underline;
}
.lp{
    background: rgba(0,0,0,0.5);
}
.lp1{
    position: absolute;
    width: 10rem;
    left: 3rem;
    top: 8rem;
    height: 10rem;
    background: #fff;
    border-radius: 0.4rem;

}
#tel{
    display: block;
    margin: 1rem auto;
    width: 8rem;
    height: 1.5rem;
    line-height: 1.5rem;
    color: #434343;
    border: 1px solid #434343;
    background: #fff;
    padding: 0 0.3rem;
}
#btl{
    margin: 4rem auto 0;
    width: 4rem;
    height: 2rem;
    line-height: 2rem;
    background: #0ae;
    color: #ffffff;
    text-align: center;
    border-radius: 1rem;

}