.control-label{
	font-size:14px;
	margin-left:20px;
}

.col-sm-9 {
    width: 60%;
}

.form-horizontal{
	width: 700px;
    height: 420px;
    margin: auto;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.result>h1{
	width: 96px;
    height: 16px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
}

table{
	margin-top:2%;
	width: 1200px;
	margin-bottom:10%;
	table-layout:fixed;
}

thead{
	width: 1200px;
	height: 40px;
	background: #EAEDF0;
	border: 0px solid #FF0000;
}

thead tr {
	height: 50px;
	background: #EAEDF0;
	border: 0px solid #FF0000;
}

thead th{
	width: 56px;
	height: 12px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	text-align:center;
}

tbody tr{
	height:50px;
}

td{
	text-align:center;
	word-wrap:break-word;
}