#Tool{
	height: 800px;
}
#Tool input{
	display: inline;
}
/***********************************函数图像***************************************/
#function{/*函数图形盒子*/
	float: left;
	width: 600px;
	height: 300px;
	background: #000000;
	margin-right: 10px;
}
.fun-num{/*操作函数盒子*/
	float: left;
	height: 300px;
	width: 300px;
	color: white;
	background: #55557f;
}
.fun-shuxing{
	width: 300px;
	height: 65px;
}
.fun-shuxing label{
	float: left;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	margin:0 5px 5px 0;
}
.fun-box{
	float: left;
	width:300px;
	height: 195px;
	overflow-y: auto;
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #fff;
}
#r, #xbei, #ybei{
	text-align: center;
	padding: 0;
	width: 30px;
	border-radius: 50%;
}
#funin{
	width: 200px;
}

/***********************************HTML转化***************************************/
.html-text{
	float:left;
	background-color: #272822;
	width: 780px;
	height: 300px;
	color: #fff;
}
.html-text label{
	width: 300px;
	height: 30px;
}
.outtext{
	width: 780px;
	height: 270px;
	box-sizing: border-box;
	padding:10px 0;
	overflow-y: auto;
	user-select: text;
}