body{
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

#app{
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: absolute;
    z-index: 1;
}
#app .tdt-control-copyright{
    display: none;
}
#video-box{
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: absolute;
    z-index: 15;
    display: none;
}
#pano-show{
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: absolute;
    z-index: 10;
    display: none;
}
#pano-bg{
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: absolute;
    z-index: 10;
    background: rgba(0,0,0,0.7);
}
#pano-content{
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: absolute;
    z-index: 15;
    background: rgba(255,255,255,0.8);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#pano-close{
    width: 100px;
    height: 32px;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    top: 10px;
    right: 10px;
    background: #FFF;
    border-radius: 6px;
    text-align: center;
    line-height: 32px;
    user-select: none;
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
    pointer-events: auto;
    font-size: 14px;
}
#pano_room{
    width: 100px;
    height: auto;
    overflow: visible;
    position: absolute;
    z-index: 100;
    bottom: 10px;
    right: 10px;
    background: #FFF;
    border-radius: 6px;
    text-align: center;
    line-height: 32px;
    user-select: none;
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
    pointer-events: auto;
    font-size: 12px;
}

#map{
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: absolute;
    z-index: 1;
}

#ui{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 10;
    pointer-events: none;
}
#ui #exit_button{
    width: 120px;
    height: 36px;
    top: 10px;
    right: 10px;
    text-align: center;
    background: #ff9890;
    color: #FFF;
    position: absolute;
    pointer-events: all;
    line-height: 36px;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
}

#ui #title{

}

#ui #local_title{
    background: rgba(0,0,0,0.5);
    color: #FFF;
    border-radius: 6px;
    padding: 6px 14px;
    top: 12px;
    left: 12px;
    position: absolute;
    pointer-events: none;
}
#ui #video_room{
    width: 100px;
    height: auto;
    overflow: visible;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
#ui .video_btn{
    width: 100px;
    height: 32px;
    overflow: hidden;
    z-index: 100;
    background: #FFF;
    border-radius: 6px;
    text-align: center;
    line-height: 32px;
    user-select: none;
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
    pointer-events: auto;
    font-size: 14px;
    margin: 0px auto 10px 0;
}
#ui #form_main{
    width: 360px;
    height: 360px;
    overflow: hidden;
    right: 10px;
    bottom: 10px;
    position: absolute;
    background: #FFF;
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
    z-index: 10;
    pointer-events: all;
}
#ui #form_main #form_content{
    width: calc(100% - 20px);
    height: calc(100% - 80px);
    overflow: hidden;
    overflow-y: auto;
    position: absolute;
    left: 10px;
    top: 70px;
    z-index: 10;
}
#ui #form_main #form_header{
    width: calc(100% - 40px);
    height: 40px;
    overflow: hidden;
    overflow-y: auto;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 10;
    color: #4288ce;
    border-radius: 20px;
    background: #eee;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    box-shadow: 0 0 8px rgba(0,0,0,0.1) inset;
}
#ui #form_main #form_footer{
    width: calc(100% - 40px);
    height: 40px;
    overflow: hidden;
    overflow-y: auto;
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 10;
    border-top: 4px solid #e6e6e6;
    padding-top: 10px;
}
#ui #form_main #enter_button{
    width: auto;
    height: 40px;
    overflow: hidden;
    text-align: center;
    line-height: 40px;
    background: #4288ce;
    color: #FFF;
    cursor: pointer;
    user-select: none;
}