﻿
#div_container>#div_hearttree{
	display: none;
	width: 100%;
	position: relative;
	z-index: 666;
	/*background: #ffe;*/
}
#div_tree_start{
	width: 500px;
	height: 815px;
	position: absolute;
	left: 0px; top: 0px;
	z-index: 667;
	background-color: rgba(255,255,255,0);
}
#div_tree_error,#div_tree_text{
	display: none;
	width: 420px;
	left: 40px; 
	top: 25px;
	position: absolute;
	font-size: 1.1em;
}
#div_tree_main{
	position: relative;
	width: 500px; height: 815px;
	margin-top: 0px;
}

#div_tree_timer{
	display: none;
	width: 420px;
	left: 40px; 
	top: 680px;
	position: absolute;
	font-size: 1.2em;
	font-weight: 400;
}
/*#div_tree_timer #span_tree_desc:before{
	content: "⏰";
}
#div_tree_timer #span_tree_desc:after{
	content: "：";
}*/


#span_tree_typed{	
	width: 100%; /*为了使文字两端对齐 */ 
	white-space: pre-wrap; /*保留换行效果*/ 
}
#canvas_tree{
	width: 500px; height: 815px;
}





