			html{
				height:100%;
			}
			body {
				font-family: Monospace;
				background-color: #fff;
				height:100%;
				width:100%;
				color: #fff;
				margin: 0px;
				overflow: hidden;
			}
			#gongjulan{
				height:100%;
				width:20%;
				background-color: #000;
				float:right;
				text-align:center;
				color: #fff;
			}
			.toolTital{
				text-align:center;
				width:100%;
				font-size:30px;
			}
			.toolbar{
				margin:3% auto 3% auto;
				width:100%;
				height:15%;
				background-color: #400071;
				border:1px solid #fff;border-radius:2px;
			}
			#gongjulan button{
				margin:5px auto;
				width:85px;
				display: inline-block;
				background-color: #400071;
				font-size:16px;
				color: #fff;
				border:1px solid #fff;border-radius:4px;
			}
			table{
				position:absolute;
			}
			td{
				text-align:center;
			}
			.mtlInput{
				width:25px;
			}