@CHARSET "UTF-8";
.page-wrapper{
	background: #f2f2f2;
}
.box-shadow{
	box-shadow:	0 7px 18px 0 rgba(97, 108, 121, 0.13), 
			0 1px 1px rgba(97, 108, 121, 0.1);
	border-radius: 3px;
	margin-bottom: 10px;
}
.scene-info-container{
	padding: 40px 15px;
}
.scene-image img{
	margin:0;
	width: 100%;
}
.scene-footer{
	padding: 20px 20px 15px 20px;
}
.scene-footer .scene-info-box{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.scene-footer .scene-name{
	font-size: 22px;
  		font-weight: 600;
  		color: #000;
  		margin-bottom: 20px;
}
.author-info{
	display: flex;
	align-items: flex-end;
}

.author-info img{
	width: 48px; 
	height: 48px;
	margin-right: 10px;
	border-radius: 12%;
}
.author-info span{
	color: #000;
	font-size: 14px;
	font-weight: 700;
}
.heat-info{
	display: flex;
}
.heat-info .info-block{
	margin-left: 20px;
	height: 34px;
	line-height: 32px;
}
.heat-info span, 
.heat-info .fa{
	font-size: 14px;
	font-weight: 700;
	color: #999;
}
.heat-info .like-btn{
	cursor: pointer;
    border: 1px solid #999999;
    border-radius: 3px;
    padding: 0 10px;
}
.like-btn .fa{
	margin-right: 5px;
}
.like-btn:hover, .like-btn.active{
	background-color: #fd9c4a;
  		border-color: #fd9c4a;
}
.like-btn.active span,
.like-btn.active .fa,
.like-btn:hover span,
.like-btn:hover .fa{
  		color: #fff;
}
.description-box>div:not(:last-child){
    border-bottom: 1px solid #e7e7e7;
}
.description-title{
    font-size: 14px;
    font-weight: 700;
    color: #555555;
    height: 60px;
    line-height: 60px;
    margin: 0;
    padding: 0 20px;
}
.description-content{
	padding: 20px;
	margin: .4em 0;
	font-size: 14px;
  		word-break: break-word;
}
.relative-info-list{
	padding: 20px;
	display: flex;
	flex-direction: column;
}
.relative-info-list .item:not(:last-child){
	margin-bottom: 10px;
}
.relative-info-list .item{
	display: flex;
	align-items: center;
}
.relative-info-list .fa{
	margin-right: 10px;
}
.tag-list, .collector-list{
	list-style: none;
	padding: 0;
	display: flex;
	margin: 0;
}
.tag-list>li{
	margin-right: 5px;
}
.tag-list>li>a{
	font-family: "Titillium Web", sans-serif;
	padding: 2px 5px;
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #777777;
    background: #eeeeee;
    border-radius: 4px;
    cursor: pointer;
}
.tag-list>li>a:hover{
	background-color: #777;
	color: #fff;
}
.collector-list img{
	width: 18px;
	height: 18px;
	margin-right: 5px;
	border-radius: 12%;
}
.comment-box .comment-title{
	font-weight: bold;
	margin: 15px 0;
}
.author-other-work-box{
	transition: opacity 250ms ease-in-out 650ms, 
		width 400ms ease-in-out 250ms, 
		min-width 400ms ease-in-out 250ms, 
		padding-left 400ms ease-in-out 250ms;
}
.other-work-title{
	font-size: 13px;
    line-height: 1em;
    color: #999999;
    margin-top: 0;
    margin-bottom: 8px;
}
.other-work-list{
	list-style: none;
	padding: 0;
}
.other-work-list>li{
	box-shadow: 0 1px 1px rgba(97, 108, 121, 0.1), 
			0 7px 18px 0 rgba(97, 108, 121, 0.13);
    transition: box-shadow .2s ease;
    display: flex;
    flex-direction: row;
    height: 95px;
    background-color: white;
    border-radius: 3px;
}
.other-work-list>li:hover{
	box-shadow: 0 1px 1px rgba(97, 108, 121, 0.1), 
			0 7px 18px 0 rgba(21, 111, 170, 0.21);
}
.other-work-list>li{
	margin-bottom: 32px;
}
.other-work-list .left-part{
	height: 100%;
	width: 170px;
	background-repeat: no-repeat;
	background-size: cover;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.other-work-list .right-part{
	display: flex;
    width: calc(100% - 170px);
    padding: 8px 10px;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-between;
}
.right-part .infomation{
	overflow: hidden;
    font-size: 14px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.right-part .infomation:hover{
	color: #1caad9;
}
.right-part .stats{
	display: flex;
	
}
.stats>div:not(:last-child){
	margin-right: 8px;
}
.stats .fa{
	color: #ccc;
	font-size: 12px;
}
.stats span{
	color: #ccc;
	font-size: 12px;
}
.other-work-footer{
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 32px;
}
.other-work-footer .load-more-btn{
	color: #fff;
	background-color: #1caad9;
	font-size: .9em;
  		font-weight: 600;
  		padding: .2em .5em;
  		border-radius: 3px;
  		cursor: pointer;
  		transition: background .2s;
}
.other-work-footer .load-more-btn:hover{
	background-color: #1687ac;
}
.scene-comment, .scene-like{
	cursor: pointer;
}
.scene-comment:hover span,
.scene-comment:hover .fa{
	color: #1caad9;
}
.scene-like:hover span,
.scene-like:hover .fa{
	color: #fd9c4a;
}
/* @media (min-width: 1536px){
	#webgl-frame{
		height: 603px;
	}
}
@media (max-width: 1535px){
	#webgl-frame{
		height: 480px;
	}
} */


.webgl-frame-container{
  position:relative;
  height:603px;
  
}
.webgl-frame-container-fixed{
  position:fixed;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  z-index:999;
  width:100%;
  height:100%;
}
.webgl-frame-container-fixed .webgl-hand,
.webgl-frame-container .webgl-hand{
  position:absolute;
  top:0px; 
  left:0px;
  right:0px;
  bottom:0px;
  color:white; 
  pointer-events:none;
  display:none;
}
.webgl-frame-container .webgl-hand .webgl-hand-container,
.webgl-frame-container-fixed .webgl-hand .webgl-hand-container{
  position:relative;
  width:150px;
  height:150px;
  margin:auto;
  margin-top:300px;
  /* background-color:white; */
  z-index:1000;
}
/* .webgl-frame-container .webgl-hand .webgl-hand-container .webgl-hand-left,
.webgl-frame-container-fixed .webgl-hand .webgl-hand-container .webgl-hand-left{
  width:40px;
  height:40px;
  margin:auto; 
  background-color:blue;
  float:left;
} */

.webgl-frame-container .webgl-hand .webgl-hand-container .webgl-hand-center,
.webgl-frame-container-fixed .webgl-hand .webgl-hand-container .webgl-hand-center{
  width:150px;
  height:150px;
  margin:auto; 
  /* background-color:blue; */
  background-image:url(hand.gif); 
  background-repeat: no-repeat;
  background-size:150px;
}
/* .webgl-frame-container .webgl-hand .webgl-hand-container .webgl-hand-right,
.webgl-frame-container-fixed .webgl-hand .webgl-hand-container .webgl-hand-right{
  width:40px;
  height:40px;
  margin:auto; 
  background-color:blue;
  float:left;
}  */
.webgl-frame-container .webgl-tools-fullweb, 
.webgl-frame-container-fixed .webgl-tools-fullweb,
.webgl-frame-container .webgl-tools-unfullweb, 
.webgl-frame-container-fixed .webgl-tools-unfullweb{
  position:absolute;
  right:60px;
  bottom:20px;
  color:white;
  width:20px;
  height:20px;
  /* background-color:blue; */
  background-image:url(fullweb.svg);
  background-size:20px;
  z-index:1000;
  cursor:pointer;
}
.webgl-frame-container .webgl-tools-fullscreen,
.webgl-frame-container-fixed .webgl-tools-fullscreen,
.webgl-frame-container .webgl-tools-unfullscreen,
.webgl-frame-container-fixed .webgl-tools-unfullscreen{
  position:absolute;
  right:20px;
  bottom:20px;
  color:white;
  width:20px;
  height:20px;
  background-image:url(fullscreen.svg);
  background-size:20px;
  /* background-color:blue; */
  z-index:1000;
  cursor:pointer;
}
