#logo{
    position: absolute;
    width: 120px;
    left: 10px;
    top: 20px;
    z-index: 1000;
}
#banquan{
    position: absolute;
    width: 98vw;
    left: 10px;
    bottom: 8vh;
    z-index: 1000;
}
#logo1{
    position: absolute;
    width: 120px;
    left: 10px;
    top: 20px;
    z-index: 1000;
}
#pano_vr{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
    display:none;
}
#pano_exit{
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 101;
    display:none;
}
#pano_exit div{
    width: 29PX;
    height: 29px;
    margin: 5px;
    background: url("./res/images/close.png") no-repeat;
    background-size: 100%;
}
#pano_div{
    width: 100%;
    height: 45px;
    background-color: #f9f9f9;
    background-size: 100%;
    position: absolute;
    z-index: 100;
    display:none;
}
.title {
    text-align: center;
    margin-top: -20px;
    vertical-align: middle;
    width: 100%;
    font-size: 1rem;
    display: block!important;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    line-height: 1.2;
    padding: 0 .3em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#pano_div span{
    font-size: 18px;
    color: #333;
}