html,
/*独立全景播放容器页面样式，可以不用
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}
*/
/*全景播放容器样式，可以单独添加到文章中style里面

#photosphere {
    width: 100%;
    height: 100%;
    border:1px;
}
*/

.psv-button.custom-button {
    font-size: 22px;
    line-height: 20px;
}
#pano-content {
    width: 100%;
    height: 100%;
    overflow-x: scroll;
    overflow-y: scroll;
}