/*#pano{max-width: 640px;}*/

a, img {
    -webkit-touch-callout: none; /* 禁止长按链接与图片弹出菜单 */
}
audio{width: 0px;height: 0;}

 .music{
            position: absolute;
            right: 10px;
            top: 15px;
            width: 50px;
            height: 50px;
            z-index: 9999999999;
            background: url("../images/music.png") no-repeat;
        }
.music.play{
    -webkit-animation: rotate 3s infinite linear;
    -o-animation: rotate 3s infinite linear;
    animation: rotate 3s infinite linear;
}
@-webkit-keyframes rotate {
    100%{
        -webkit-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
        -o-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}
#infor,#popup{position: absolute;top:0;left: 0;z-index: 100000000;width: 100%;}

#popup,#nextLavel{height: 100%; max-width: 640px;overflow: hidden;}
#infor .lcont{float: left;left:10px;width:17%;}
#infor .rcont{position: absolute;text-align: right; top:10px;right:10px;height: 46px;width: 100%;}
.inline{display: inline;}




.bg,.pcont{position: relative;overflow: hidden;}
.bg,.bg img,.pcont img{;width: 100%;}

.close{
    position: absolute;
    top:-46px;
    right:-46px;

}
.pop{
    height: 556px;
    position: absolute;
    top:-278rem;
    margin-top:50%;
    left:5%;
    z-index: 9999999999;
}
.pop img{
    width: 90%;
}