html, body {
	margin: 0px;
	padding:0px;
	width: 100%;
	height: 100%;
	font-size: 12px;
	font-family: 'Microsoft yahei';
}
/* 影响了动态文本编辑的结果 */
/* html, body, div, table, tr, td, span, i, li {
	font-size: 12px;
} */

.tempo-preview-board {
	width: 100%;
	height: 100%;
	overflow: auto;
}

.tempo-basenode {
	border: 0;
	margin:0;
}

.tempo-preview-more{
	position: fixed;
	bottom: 15px;
	height : 25px;
	width : 25px;
	border : none;
	z-index : 98;
	opacity:0.1;
	filter:alpha(opacity:10);
	left:50%;
	display: none;

/* 	visibility: hidden; */
/* 	background: rgba(242, 242, 242, 0.71) */
}
.tempo-preview-more:hover{
	opacity:1;
	filter:none\0;
/* 		visibility: visible;   */
}

.tempo-preview-operator{
	border-radius : 5px;
	padding : 2px 5px;
	position: fixed;
	bottom: 15px;
	height : 37px;
	line-height : 37px;
	border : none;
	z-index : 99;
	background: #3F444B;
	left: calc(50% - 30px);
	left: 50%\0;
	display : none;
}
.webui-popover-pop{
	background: #3F444B;
	min-height: 25px;
}
.tempo-preview-operator-btn{
	height : 25px;
	width: 25px;
	float : left;
	background-repeat : no-repeat;
	margin-left : 5px;
	margin-top : 5px;
	cursor: pointer
}

/* 导出窗口 */
.report_export_div{
	height : 25px;
}
/* 导出按钮 */
.report_export_btn{
	height:25px;
	width: 25px;
	cursor: pointer;
	margin-left : 10px;
	float:left;
}
.report_export_pager{
	margin-left : 0px;
	margin-right : 5px;
}
.report_export_pager_text{
	margin-left: 0px;
    width: 35px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
}
.webui-popover{
	min-height: 25px;
	background-color: #3f444b;
/* 	left: calc(50% - 32px) !important; */
}
.webui-popover-content{
	padding : 10px 3px;
	background-color: #3f444b;
	left: calc(50% - 32px);
}
.webui-popover.top>.arrow:after, .webui-popover.top-right>.arrow:after, .webui-popover.top-left>.arrow:after{
	border-top-color: #3f444b;
}
.webui-popover-title{
	background-color: transparent;
	color: white;
}
.report_export_pager_text{
	color : #ccc;
}

.report_export_pager_text:focus{
/* 	background-color:#fff; */
/* 	color:#333; */
}
.tempo-preview-more_pageinfopop .tempo-preview-more_pageitem{
	height:30px;
	line-height:30px;
	width:138px;
	margin-left:3px;
	margin-right:3px;
	padding-right:5px;
	cursor:pointer;
	border-bottom: 1px solid rgba(224, 224, 224, 0.35);
	text-indent: 25px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #3f444b;
    color: #dadada;
}
.tempo-preview-more_pageinfopop .pageinfo_pageItem_selected{
	height:30px;
	line-height:30px;
	width:138px;
	margin-left:3px;
	margin-right:3px;
	padding-right:5px;
	border-bottom: 1px solid rgba(224, 224, 224, 0.35);
	text-indent: 25px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	color:#ffffff;
	background-position: -592px -136px;
	margin-top: 0px;
	background-color: #289de9;
}
.tempo-preview-tabpage{
	display: block;
	position: fixed;
    left: 0px;
    top:-70px;
    height: 38px;
    width: 100%;
    border: none;
	pointer-events: none;
  /*   z-index: 9999; */
}
.tempo-preview-tabpage-shrink-btn{
	display: block;
	position: fixed;
    width:32px;
	height:32px;
	border-radius: 32px;
    border: 1px solid rgba(255,255,255,0.5);
    background-color: rgba(0,0,0,0.7);
    z-index: 50;
    cursor: pointer;
}
.tempo-preview-tabpage-btn{
	height: 24px;
    width: 24px;
    background-repeat: no-repeat;
}
.tempo-preview-tabpage-prebtn{
    float: left;
    margin-left: 4px;
}
.tempo-preview-tabpage-nextbtn{
    float: left;
}
.tempo-preview-tabpage-tabitem{
    width: 100%;
    height: 32px;
    display: inline-block;
    line-height: 32px;
    /* border-right: 1px solid #E2E2E2; */
    float: left;
}
.tempo-preview-tabpage-tabitem-text{
	width: 100%;
   	text-overflow: ellipsis;
   	white-space: nowrap;
   	overflow: hidden;
   	display: inline-block;
   	text-align: left;
   	text-indent: 15px;
   	float: left;
   	cursor: pointer;
}
.tempo-preview-tabpage-tabitem-selected{
	background-color: #E0E3E6;
	font-weight: bold;
	color: #333333;
}
.tempo-preview-tabpage-tabitem-unselected{
	color: white;
}
.tempo-preview-tabpage-tabitem-thumb{
	display: none;
	width: 135px;
	height: 90px;
	position: absolute;
	box-shadow: 2px 2px 8px 2px #B1B7BE;
	z-index: 9999;
}
/**新增**/
.tempo-preview-tabpage-tabzone{
	background: rgba(255,255,255,0);
}
/**修改**/
.tempo-preview-tabpage-center{
	width:100%;
	height:100%;
	overflow: hidden;
	border-right: 1px solid #E2E2E2;
}
/**修改**/
.tempo-preview-tabpage td{
	border-top: 0px solid #E2E2E2;
}
.tempo-report-big-btn{
	width: 90px;
    position: fixed;
    top: 0;
    height: 100%;
    display: block;
    z-index: 100000;
    background: rgba(236, 236, 236, 0.22);
    margin:0 auto;
    border:none;
    padding:0;
    margin:0;
}
.tempo-report-big-btn img{
	 width: 83px;
    height: 83px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    margin-top: -41.5px;
    display:none;
    left:3px;
}

.tempo-report-left-big-btn{
	 left: -85px;
}

.tempo-report-right-big-btn{
	 right: -85px;
}

.tempo-report-left-big-btn:hover{
	 animation:myLeftReportBigBtn .2s forwards;
}

.tempo-report-right-big-btn:hover{
	 animation:myRightReportBigBtn .2s forwards;
}

.tempo-report-big-btn:hover{
	cursor:pointer;
}

.tempo-report-big-btn:hover img{
	display: block;
}

@keyframes myLeftReportBigBtn{
	25%{
		left:-60px;
	}
	60%{
		left:-30px;
	}
	100%{
		left:0;
	}
}

@keyframes myRightReportBigBtn{
	25%{
		right:-60px;
	}
	60%{
		right:-30px;
	}
	100%{
		right:0;
	}
}

.tempo-preview-icon{
	background-image: url(image/achieve_icon.png);
	cursor:pointer;
	margin-left: 7.5px;
    margin-top: 7.5px;
}
.tempo-preview-icons{
	background-image: url(image/achieve_icon_s.png);
	cursor:pointer;
	margin-left: 4px;
    margin-top: 4px;
}

.tempo-preview-icon-properties {
	background-image: url(image/properties_tab.png);
	cursor:pointer;
}

.tempo-preview-icon-properties-light {
	background-image: url(image/properties.png);
	cursor:pointer;
}

.tempo-preview-icon-share{
	background-position: -24px 0px;
}
.tempo-preview-icon-share-light{
	background-position: -75px -25px;
}
.tempo-preview-icon-copyurl{
	background-position: -48px 0px;
}
.tempo-preview-icon-copyurl-light{
	background-position: -100px -75px;
}
.tempo-preview-icon-print-light{
	background-position: -125px -75px;
}
.tempo-preview-icon-export{
	background-position: 0px 0px;
}
.tempo-preview-icon-export-light{
	background-position: -25px -25px;
}

.tempo-preview-icon-subscribe{
	background-position: -72px -24px;
}

.tempo-preview-icon-subscribe-light{
	background-position: -120px -24px;
}

.tempo-preview-icon-collect{
	background-position: 0px -24px;
}

.tempo-preview-icon-collect-light{
	background-position: -24px -24px;
}

.tempo-preview-icon-subscribe-selected{
	background-position: -96px -24px;
}

.tempo-preview-icon-collect-selected{
	background-position: -24px -24px;
}

.tempo-preview-icon-fullscreen{
	background-position: -191px 0px;
}
.tempo-preview-icon-firstpage{
	background-position: -216px 0px;
}
.tempo-preview-icon-firstpage-selected{
	background-position: -216px -24px;
}
.tempo-preview-icon-fullscreen-light{
	background-position: -50px -25px;
}

.tempo-preview-icon-quitfullscreen{
	background-position: -144px -24px;
}

.tempo-preview-icon-quitfullscreen-light{
	background-position: -100px -25px;
}
.tempo-preview-icon-word{
	background-position: -175px 0;
}

.tempo-preview-icon-word-light{
	background-position: -175px -25px;
}

.tempo-preview-icon-excel{
	background-position: -200px -100px;
}

.tempo-preview-icon-excel-light{
	background-position: -175px -100px;
}

.tempo-preview-icon-ppt{
	background-position: -200px 0;
}

.tempo-preview-icon-ppt-light{
	background-position: -200px -25px;
}

.tempo-preview-icon-pdf{
	background-position: -225px 0;
}

.tempo-preview-icon-pdf-light{
	background-position: -225px -25px;
}


.tempo-preview-icon-images{
	background-position: 0 -100px;
}
.tempo-preview-icon-images-light{
	background-position: 0 -125px;
}

.tempo-preview-icon-image{
	background-position: -175px -50px;
}

.tempo-preview-icon-image-light{
	background-position: -175px -75px;
}

.tempo-preview-icon-description{
	background-position: -48px -24px;
}
.tempo-preview-icon-comment{
	background-position: -144px 0px;
}
.tempo-preview-icon-comment-light{
	background-position: -200px -75px;
}


.tempo-preview-icon-more{
	background-position: 0 -50px;
}

.tempo-preview-icon-left-arrow{
	background-position: -72px 0px;
}
.tempo-preview-icon-content{
	background-position: -96px -0px;
}
.tempo-preview-icon-right-arrow{
	background-position: -120px 0px;
}
.tempo-preview-icon-play-arrow{
	background-position: -96px -48px;
}
.tempo-preview-icon-pause-arrow{
	background-position: -120px -48px;
}
.tempo-preview-icon-down-solid-arrow{
	background-position: -50px -50px;
}

.tempo-preview-icon-refresh{
	background-position: -168px 1px;
}
.tempo-preview-icon-tool-open{
	background-position: -24px -48px;
}
.tempo-preview-icon-tool-close{
	background-position: 0px -48px;
}

.tempo-preview-round{
	margin-right:10px;
	float:right;
	width:32px;
	height:32px;
	border-radius: 32px;
    background-color: rgba(0,0,0,0.7);
	pointer-events: auto;
}
.tempo-preview-content{
	width: 267px;
    display:none;
    background-color:#3f444b;
    z-index: 999;
    left: 549px;
    position: absolute;
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
	pointer-events: auto;
}
.tempo-preview-content-center{
	width:100%;
    position: absolute;
    overflow: auto;
    /*border-top: 1px solid white;*/
	margin-top: 2px;
}
.tempo-preview-content-title{
	width: 30px;
    height: 16px;
    margin: 5px auto;
    color:white;
}
.tempo-preview-tabpage-center-child{
	width:100%;
	height:34px;
}
.tempo-preview-tabpage-center-child-bottom{
	width: 50px;
    height: 18px;
    margin: 0px auto;
}
.tempo-preview-content-bottom{
    /*margin-top: 155px;*/
    margin-left: 117px;
    width: 0;
    height: 0px;
    border: 10px solid red;
    border-top-color: #3f444b;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}
.tempo-brush-selected-container{
	width:auto;
	height:auto;
	min-height:100px;
	/* 	box-shadow: -2px 0 5px #c0c0c0,
           0 -2px 5px #c0c0c0,
           0 2px 5px #c0c0c0,
           2px 0 5px #c0c0c0; */
}

.tempo-brush-selected-info-oper{
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	background: #f2f2f2;
	color:#666;
}
.tempo-brush-button{
	display: inline-block;
	text-align: center;
	cursor: pointer !important;
	padding: 0 10px;
}

.tempo-brush-selected-number,
.tempo-selected-item-total{
	height:24px;
	line-height:24px;
	color:#444
}

#tempo-brush-selected-info-oper .tempo-brush-icon {
	width: 13px;
	height: 13px;
	display: inline-block;
	cursor: pointer;
	margin-right: 4px;
}


#tempo-brush-selected-info-oper .tempo-reserve-icon{
	background-image: url(image/reserve.svg);

}
#tempo-brush-selected-info-oper .tempo-exclude-icon{
	background-image: url(image/exclude.svg);
	width: 22px;
	height: 22px;
	position: relative;
	top: 5px;


}
#tempo-brush-selected-info-oper .tempo-drill-icon{
	background-image: url(image/drill.svg);

}
#tempo-brush-selected-info-oper .tempo-link-icon{
	background-image: url(image/link.svg);
	width: 18px;
	height: 18px;
	top: 4px;
	position: relative;

}
#tempo-brush-selected-info-oper .tempo-data-icon{
	background-image: url(image/data.svg);
	position: relative;
	top: 1px;
}

.tempo-preview-icon-wordTempleteBtn{
	background-position: -144px -48px;
}
.word_templete_btn{
	height:25px;
	width: 25px;
	cursor: pointer;
	margin-left : 10px;
	float:left;
}
.tempo-preview-icon-word-export-light{
	background-position: -75px -125px;
}
.tempo-preview-icon-word-import-light{
	background-position: -50px -125px;
}

.tempo-show-scene-mask{
	position: absolute;
	background: rgba(255,255,255,0);
	width: 100%;
	height: 100%;
	z-index: 9999;
	opacity: 0;
}
.tempo-searchbar-item:before{
	color: #e4dfdf;
}

.tempo-searchbar-searthinput::placeholder{
	color: #e4dfdf;
}