
.mr10{
    margin-right: 10px;
}
#viewer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}
#info{display:none}
.psv-navbar{
	background: transparent;
	justify-content: space-between;
}
.psv-marker--visible {
    display: block;
}
.psv-markers {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
}
.psv-marker--normal.psv-marker--visible{
opacity:1}
.psv-marker--normal {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
    background-size: contain;
    background-repeat: no-repeat;
    opacity:0;
}
#comment{
    position: fixed;
    bottom: 110px;
    width:400px;
    margin: auto;
    left: 0;
    right: 0;
    background:rgba(51,51,51,.7);
    padding: 10px 15px;
    display: none;
    z-index: 9999;
    
}
.alert .info {
    min-width: 50% !important;
    min-height: 600px !important;
    width: 600px;
    height: 600px;
    position: fixed;
    z-index: 99999999;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
}
.alert .info div{
    overflow-y:scroll;
    height:600px;
}
.alert .info img,.alert .info video,.alert .info audio{
    width:100%
}
.button{
    background: #000;
    padding:0 20px;
    height: 40px;
    text-align: center;
    display: flex;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
}
.button.xt{
    color: rgb(221, 221, 221);
    border-color: rgb(221, 221, 221);
    background-color: transparent;
}
.button.yc{
    background-color: transparent;
    border: none;
    padding: 0;
    position: absolute;
    left: 0;
}
.button.blue{
    background: #26acff;   
    border: 1px solid #26acff;
}
#comment p{display:flex;color:#fff;padding:0 0px 10px 0px;margin:0;overflow:hidden;position:relative;}
#comment .textarea{
    width: 100%;
    padding: 5px;
    height: 60px;
    color:#999;
}
#comment .icon{
    width: 17px;
    position: relative;
    height: 16px;
    top: 4px;
    margin-right: 10px;
}
.comment-item{display:flex;} .comment-item .comment-tx{width:36px;height:36px;border-radius:20em;border-radius:8px}.comment-item .comment-tx img{width:40px;height:40px;border-radius:20em;max-width:40px;border:2px #fff solid}.comment-item .comment-con{margin-left:10px;padding:5px;border-radius:5px;background:rgba(0, 0, 0, 0.54);color:#fff;white-space:nowrap}
.about-button.hide,.praise-button.hide,.message-button.hide,.share-button.hide,.share-button.hide,.fullscreen-button.hide,.music-button.hide,.stereo-button.hide,.logo-link.hide,.author-link.hide,.scene-button.hide,.psv-caption.hide,.clear-button.hide{
	display: none !important;
}

.logo-link .logo.hide{
	right: -100px;
}
.logo-link,.author-link,.views-text{
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	margin-left: 10px;
}
.logo-link{
	margin-top: 30px;
}
.author-link span,.author-link a{
	font-size: 14px;
	color: #FFFFFF;
}
.author-link span{margin-left: 20px;}
.author-link{
	width: 100%;
}

.author-link a{
	color: #FFFFFF;
	text-decoration: none;
}
.logo-link .logo{
	width: 220px;
	height: 66px;	
    display:block;	
}
.logo-link i{
    display: block;
    background-image: url(https://pano.songco.com.cn/zb_users/plugin/Panorama/img/logo_main.png);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    background-size: 100% auto !important;
    background-position: center !important;
    background-repeat: no-repeat;
}
.music-button{
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    background: url(https://pano.songco.com.cn/zb_users/plugin/Panorama/img/musicBtn.png) no-repeat 0 -70px;
    background-repeat: no-repeat;
    background-size:cover;
    width: 45px;
    height: 50px;
    position: fixed;
    right: -20px;
	top: 0;
	margin-top: 60px;
	display:block;	
}
.music-button.cur{
	background-position: 0 3px !important;

}
.scene-button{
    display:block;	
}

.scene-button,.about-button{
	width: 36px;
	height: 36px;	
}
.scene-button i{
	display: block;
	width: 36px;
	height: 36px;
	background-size: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-image: url(https://pano.songco.com.cn/zb_users/plugin/Panorama/img/sceneBtn.png);
	margin: auto;
}
.scene-button,.about-button {
    width: initial;
    height: initial;
    bottom:30px;
    text-align: center;
	color: #fff;
	
}
.scene-button p,.about-button p,.share-button p,.praise-button p,.message-button p{
    white-space: nowrap;
    margin-top: 0;
	font-size: 13px;
	color: #fff;
}
.about-button,.share-button,.praise-button,.message-button{
	position: fixed;
    right: 0;
    bottom: -13px;
    width: 36px;
	height: initial;
}

.about-button i,.share-button i,.praise-button i,.message-button i{
    width: 80px;
    height: 80px;
    display: block;
    background-size: contain;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(.45);
    -ms-transform: scale(.45);
    position: relative;
    transform: scale(.45);
    top: 36px;
    background-image: url(https://pano.songco.com.cn/zb_users/plugin/Panorama/img/aboutBtn.png);
}
.about-button{
	margin-right: 120px;
	 display:block;	
}
.message-button {
    margin-right: 0px;
    bottom: -13px;
    text-align: center;
    display:block;}
.share-button {
    margin-right: 60px;
    bottom: -13px;
    text-align: center;
    display:block; 
}
.share-button i{

    background-image: url(https://pano.songco.com.cn/zb_users/plugin/Panorama/img/shareBtn.png);	
}
.praise-button i{

    background-image: url(../img/parseBtn.png);	
}
.message-button i{

    background-image: url(https://pano.songco.com.cn/zb_users/plugin/Panorama/img/commentBtn.png);	
}
.praise-button.cur i{

    background-image: url(../img/parseBtn.png);	
}
.praise-button {
    margin-right: 120px;
    bottom: -13px;
    text-align: center;
   display:none; 
}
.clear-button {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    background: url(../img/clear.png) no-repeat;
    background-size: contain;
    width: 45px;
    height: 50px;
    position: fixed;
    right: -20px;
    top: 0;
	margin-top: 105px;
}

.fullscreen-button {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    background: url(../img/fullscreenBtn.png) no-repeat 0 0;
    background-repeat: no-repeat;
    background-size:contain;
    width: 45px;
    height: 50px;
    position: fixed;
    right: -20px;
    top: 0;
    margin-top: 15px;
}

.stereo-button {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    background: url(../img/icon.png) no-repeat 0 -590px;
    background-repeat: no-repeat;
    background-size: 900px 1009px;
    width: 45px;
    height: 50px;
    position: fixed;
    right: -20px;
    top: 0;
    margin-top: 150px;
}

.alert .con{
    width: 178px;
    height: 178px;
    position: fixed;
    z-index: 99999999;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.alert .mask{
	z-index: 9999999;
    background:rgba(61,61,61,.7);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
	width:100%;
	height:100%;
    left: 0;
    top: 0;
    position: fixed;
}
.alert p.tit{
    text-align: left;
    display:flex;
    justify-content:space-between;
    margin: 0;
    background:#4534cb ;
    padding: 10px;
    color: #fff;
}
.scenepanel.cur{
	padding-bottom: 100px;
}
.scenepanel{
    transition: padding-bottom .1s;
    -moz-transition: padding-bottom .1s;
    -webkit-transition: padding-bottom .1s;
    -o-transition: padding-bottom .1s;
    width: 100%;
    height: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 80px;
    padding: initial;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.3);
    padding-bottom: 0;
	pointer-events: none;
}
.scenepanel .sceneItem:active, .scenepanel .sceneItem:hover {
    border-color: #f6b64c;
}
.scenepanel .sceneItem {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    margin-top: 7px;
    margin-right: 5px;
    margin-left: 5px;
    width: 5pc;
    height: 5pc;
    min-width: 5pc;
    border: 3px solid #fff;
    background:#fff;
    background-size: 100% auto;
    cursor: pointer;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
	pointer-events: auto;
}
.scenepanel .sceneCon {
    position: absolute;
    right: 0;
    left: 0;
    overflow-x: auto;
    overflow-y: hidden;
    margin: auto;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    list-style: none;
    padding: 0;
}
.scenepanel .sceneCon, .scenepanel .scenePanel {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
	justify-content: inherit;
}
.scenepanel .sceneItem:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 1pc;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    content: attr(data-hint);
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 9pt;
    line-height: 1pc;
    z-index: 999999999;
    border: 3px rgba(255, 255, 255, 0.45) solid;
    border-radius: 10px;
    font-size: 16px;
}
.scenepanel .sceneItem img {
    width: 100%;
    height: 100%;
}
.Ads_ads_2vcYaB{
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    top: 60px;
    width: 728px;
    height: 90px;
    z-index: 100000;


}
.Ads_ads_2vcYaB img{
    width: 100%;
    height: 100%;
    display: block;
}
.Ads_adsClose_vIw-Kb{
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 1;
    padding: 0 0 15px 15px;
}
.Ads_adsText_8S2uL-{

    font-size: 12px;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #ffffff;
    width: 35px;
    text-align: center;
    line-height: 20px;
    height: 20px;
    background: rgba(0, 0, 0, 0.6);
}

@media (max-width: 767px){
    .Ads_ads_2vcYaB{
        top: 62px;
        width: 320px;
        height: 50px;
    }
    .Ads_adsText_8S2uL-{
        width: 32px;
        height: 18px;
        font-size: 10px;
    }
    .Ads_adsClose_vIw-Kb {
        width: 16px;
        height: 16px;
    }
}
@media screen and (max-width: 767px){
	.psv-caption{
		position: fixed;
	    bottom: 90px;
	    text-align: center;
	    left: 0;
		right: 0;	
	}
	.alert .info {
	    width: 90%;
	    height: 90%;
	    position: fixed;
	    z-index: 999999999;
	    background-color: #fff;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    margin: auto;
	}
	#comment {
	    position: fixed;
	    bottom: 110px;
	    width: 70%;
	    margin: auto;
	    left: 0;
	    right: 0;
	    background: rgba(51,51,51,.7);
	    padding: 10px 15px;
	    display: none;
	    z-index: 9999;
	}
	.button {
	    background: #000;
	    padding: 0 10px;
	    height: 30px;
	    text-align: center;
	    display: flex;
	    font-size: 16px;
	    align-items: center;
	    justify-content: center;
	    color: #fff;
	    text-decoration: none;
	    border-width: 1px;
	    border-style: solid;
	}
}
