*{
    margin: 0;
    padding: 0;
}
html, body{
    position: relative;
    width: 100%;
    height: 100%;
    /* background: #f60; */
    background: #000;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    overflow: hidden;
}
#container{
    position: absolute;
    left: 50%;
    top: 50%;
    overflow: hidden;
}
canvas{
    position: absolute;
    left: 0;
    top: 50%;
}
#cav{
    position: absolute;
    top: 0%;
    width: 0;
    height: 0;
    opacity: 0;
    z-index: 10;
}
#dialog_bg{
    display: none;
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: #081738;
    opacity: 0.7;
}
.dialog_content{
    display: none;
    position: fixed;
    top:40%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10001;
}
.sm{
    width: 6.4rem;
    height: 1.12rem;
}
#mask{
    /*这个是透明遮罩，用来防并发*/
    display: none;
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 666;
    background: #fff;
    opacity: 0;
}

.map_over{
    display: none;
    background: url('../images/dialog/map_over.png');
    background-size: cover;
}	

.catch_suc{
    display: none;
    background: url('../images/dialog/catch_suc.png');
    background-size: cover;
}	

.catch_fail{
    display: none;
    background: url('../images/dialog/catch_fail.png');
    background-size: cover;
}	

.pictures_no{
    display: none;
    background: url('../images/dialog/pictures_no.png');
    background-size: cover;
}	

.share_ddk{
    display: none;
    background: url('../images/dialog/share_ddk.png');
    background-size: cover;
}	

.share_tj{
    display: none;
    background: url('../images/dialog/share_tj.png');
    background-size: cover;
}	

.yuyue_suc{
    display: none;
    background: url('../images/dialog/yuyue_suc.png');
    background-size: cover;  
}

.msg {
    position: fixed;
    top: 40%;
    width: 100%;
    text-align: center;
    z-index: 11000;
}

.msg-wrap {
    display: inline-block;
    padding: 0.16rem 0.24rem;
    max-width: 4rem;
    min-width: 1rem;
    font-size: 0.24rem;
    color: #FFFFFF;
    background: rgba(80, 80, 80, 0.9);
    border-radius: 0.12rem;
}

.login-wpr{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 999;
}

.login-wpr .login-mask{
    width: 100%;
    height: 100%;
    background: rgba(3,15,41,0.8);
}

.login-wpr .login-content{
    width: 6.8rem;
    height: 4.63rem;
    background: url(../images/login/border.png) no-repeat 0 0;
    background-size: 100% auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}
.login-wpr .close-btn{
    width: 0.44rem;
    height: 0.44rem;
    position: absolute;
    right: 0.3rem;
    top: 0.3rem;
}
.login-wpr .content{
    width: 5.56rem;
    height: 3rem;
    margin: 1rem auto 0;
}
.login-wpr .content .tips{
    color: #dcefff;
    font-size: 0.26rem;
    text-align: center;
    margin-bottom: 0.2rem;
}
.login-wpr .content .phone-text{
    display: block;
    width: 5.08rem;
    height: 0.56rem;
    border: 0.01rem solid #27baff;
    background: rgba(6,146,209,0.3);
    border-radius: 0.08rem;
    margin: 0 auto;
    outline: none;
    text-indent: 0.1rem;
    line-height: 0.6rem;
    color: #dcefff;
    font-size: 0.24rem;
}
.login-wpr .content .code-box{
    width: 5.08rem;
    height: 0.7rem;
    line-height: 0.7rem;
    margin-top: 0.16rem;
    position: relative;
    margin: 0.16rem auto 0;
}
.login-wpr .content .code-box .code-text{
    width: 3.06rem;
    height: 0.56rem;
    border: 0.01rem solid #27baff;
    background: rgba(6,146,209,0.3);
    border-radius: 0.08rem;
    display: inline-block;
    vertical-align: top;
    margin-top: 0.06rem;
    outline: none;
    text-indent: 0.1rem;
    line-height: 0.6rem;
    color: #dcefff;
    font-size: 0.24rem;
}
.login-wpr .content .code-box .get-code-btn{
    display: inline-block;
    width: 1.7rem;
    height: 0.7rem;
    background: url(../images/login/get_code_btn.png) no-repeat 0 0;
    background-size: 100% auto;
    vertical-align: top;
    position: absolute;
    right: -0.06rem;
    /* margin-left: 0.44rem; */
    top: 0.005rem;
}
.login-wpr .content .code-box .timer{
    position: absolute;
    width: 1.56rem;
    height: 0.57rem;
    right: 0;
    top: 0.070rem;
    background: #0692d1;
    border-radius: 0.1rem;
    color: #afdeea;
    display: none;
    font-size: 0.24rem;
    text-align: center;
    line-height: 0.57rem;
}
.login-wpr .content .login-btn{
    margin: 0.1rem auto 0;
    width: 2.8rem;
    height: 1.08rem;
    background: url(../images/login/login_btn.png) no-repeat 0 0;
    background-size: 100% auto;
}

::-webkit-input-placeholder { 
    color: #27baff; 
    font-size: 0.24rem; 
    line-height: 0.56rem;
}
:-moz-placeholder { 
    color: #27baff; 
    font-size: 0.24rem; 
    line-height: 0.56rem;
}
::-moz-placeholder { 
    color: #27baff; 
    font-size: 0.24rem; 
    line-height: 0.56rem;
}

#saveImg{
    /*这个是用来长按保存图片的img*/
    display: none;
    position: absolute;
    width: 100%;
    height: 80%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 888;
}
#saveImg2{
    /*这个是用来长按保存图片的img*/
    display: none;
    position: absolute;
    width: 40%;
    height: 3rem;
    left: 0;
    bottom: 0;
    opacity: 0;
    z-index: 888;
}

/*提示去微信打开*/
#tips{
    display: none;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10002;
    background: #081738;
    opacity:1;
}
#tips img{
    position: absolute;
    width: 3.2rem;
    height: 3.61rem;
    top:4rem;
    left: 50%;
    transform: translateX(-50%);

}
#tips p{
    position: absolute;
    top:8rem;
    padding: 0.5rem;
    font-size: 0.3rem;
    color: #fff;
    text-shadow: 0 0 0.2rem #1b6afb, 0 0 0.2rem #1b6afb;
    letter-spacing: 2px;
    text-align: center;
    line-height: 0.4rem;
}

/*内容*/
#content{
    display: none;
}

/**加载**/
.loading_page{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    background-size: cover;
    transition: all 0.5s ease;
}
.loading_page .loading_mask{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,1);
}
.loading_page .content{
    width: 3.5rem;
    height: 2.3rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.loading_page .content .animation{
    width: 100%;
    height: 1.29rem;
    animation: shipAn 0.8s linear 0s infinite alternate;
    margin-left: -0.4rem;
}
@keyframes shipAn { 
    from { 
        transform: translate(0, -10px); 
    } to { 
        transform: translate(0, 0); 
    }  
}
.loading_page .content .animation .an_01{
    width: 2.48rem;
    height: 1.29rem;
    background: url(../images/loading/ship.png) no-repeat 0 0;
    background-size: 100% auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.loading_page .content .animation .an_02{
    width: 1.08rem;
    height: 0.23rem;
    background: url(../images/loading/fire.png) no-repeat 0 0;
    background-size: 100% auto;
    position: absolute;
    right: 1.76rem;
    top: 0.76rem;
    animation: fireAn 0.8s linear 0s infinite alternate;
}
@keyframes fireAn { 
    from { 
        transform: translate(-10px, 0); 
    } to { 
        transform: translate(0, 0); 
    }  
}
.loading_page .content .info, 
.loading_page .content .percent{
    font-size: 0.24rem;
    color: #fff;
    text-shadow: 0 0 0.2rem #1b6afb, 0 0 0.2rem #1b6afb;
    letter-spacing: 2px;
    text-align: center;
    line-height: 0.36rem;
}


/**领取奖励**/
.gift-wpr{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(3,15,41,0.8);
    z-index: 9999;
    display: none;
}
.gift-wpr .close-btn{
    position: absolute;
    background: url(../images/login/close_btn.png) no-repeat 0 0;
    background-size: 100% auto;
    width: 0.44rem;
    height: 0.44rem;
    right: 0;
    top: 0;
    z-index: 3;
}
.gift-wpr .content{
    position: absolute;
    width: 6rem;
    height: 6.7rem;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
}
.gift-wpr .content .info{
    font-size: 0.3rem;
    color: #fff;
    line-height: 0.48rem;
    text-align: center;
}
.gift-wpr .content .info em{
    color: #ffeb00;
    font-style: normal;
}
.gift-wpr .content .gold{
    width: 100%;
    height: 8.01rem;
    background: url(../images/dialog/gold.png) no-repeat 0 0;
    background-size: 100% auto;
    position: relative;
    top: -1.6rem;
    z-index:2;
}
.gift-wpr .content .gift-btn,.qq_share_btn{
    width: 2.4rem;
    height: 0.8rem;
    background: url(../images/dialog/gift_btn.png) no-repeat 0 0;
    background-size: 100% auto;
    position: absolute;
    left: 50%;
    top: 4.6rem;
    transform: translate(-50%, 0);
    z-index:3;
}
.gift-wpr .content .gift-btn.disable{
    background-image: url(../images/dialog/gift_btn_disable.png )
}


.gift-wpr .content .qq_share_btn.disable{
    background-image: url(../images/dialog/qq_share_btn.png )
}

.gift-wpr .content .wx-txt{
    display: none;
}

.gift-wpr .content .qq-txt{
    display: none;
}

/**alx分享弹窗**/
.share-wpr{
    display: none;
    position: fixed;
    bottom: -5rem;
    width: 7.51rem;
    height: 4.2rem;
    background: url('../images/dialog/win-bg.png') top center no-repeat;
    background-size: cover;
    z-index: 10000;
    transition: bottom 0.5s;
}
.share-wpr .close-btn{
    position: absolute;
    top:0.3rem;
    right: 0.1rem;
    width: 0.3rem;
    height: 0.3rem;
    background: url('../images/dialog/win-close.png') top center no-repeat;
    background-size: cover;
}
.share-wpr .shareList{
    position: absolute;
    top:2.1rem;
    width: 100%;
    list-style: none;
    text-align: center;
}
.share-wpr .shareList .item{
    display: inline-block;
    margin: 0 0.2rem;
}
.share-wpr .shareList .item span{
    font-size: 0.24rem;
    color: #333;
}
.share-wpr .shareList .icon{
    width: 1rem;
    height: 1rem;
    margin-bottom: -0.7rem;
}
.share-wpr .shareList .qq_icon{
    background: url('../images//dialog//qq_btn.png');
    background-size: cover;
}
.share-wpr .shareList .qz_icon{
    background: url('../images//dialog//qz_btn.png');
    background-size: cover;
}
.share-wpr .shareList .wb_icon{
    background: url('../images//dialog//wb_btn.png');
    background-size: cover;
}
.share-wpr .shareList .tb_icon{
    background: url('../images//dialog//tb_btn.png');
    background-size: cover;
}

/**bgm**/
.bgm-wpr{
    position: fixed;
    width: 0.6rem;
    height: 0.6rem;
    background: url(../images/home/music.png) no-repeat 0 0;
    background-size: 100% auto;
    right: 0.1rem;
    top: 0.1rem;
    z-index: 9;
    display: none;
}
.circle_rotate{
    -webkit-animation: circle-rotate 4s linear infinite;
    animation: circle-rotate 4s linear infinite;
    -moz-animation: circle-rotate 4s linear infinite;
}
@-webkit-keyframes circle-rotate {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}
@keyframes circle-rotate {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}