*{
	margin: 0;
	padding: 0;
}
.container{
	width: 1200px;
	margin: auto;
}
.container .title{
	text-align: center;
	font-size: 22px;
	color: #333;
	margin: 15px auto;
	overflow: hidden;
}
.container .des{
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.container .fli{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	color: #333;
}
.container .fli label{
	display: inline-block;
	width: 85px;
}
.container .fli span{
	width: 90px;
	padding-left: 5px;
	color: #666;
}
.container .fli input{
	flex: 1;
	max-width: 600px;
	display: inline-block;
	box-sizing: border-box;
	height: 32px;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	outline: none;
}
.container .fli button{
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	margin-right: 15px;
	color: #fff;
	background: #5cb85c;
}
.result .box{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	padding: 10px;
	background: #f1f2f3;
	border-radius: 4px;
}
.result .box p{
	margin-right: 20px;
	font-size: 18px;
	color: #666;
}
.result .box p span{
	font-weight: bold;
	color: #222;
}
.result h3{
	margin-bottom: 10px;
	color: #555;
	font-size: 16px;
}
.result .table {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    font-size: 14px;
	margin-bottom: 15px;
}
.table tr {
    line-height: 32px;
    vertical-align: middle;
}
.table tr td,th {
    border: 1px solid #C5D5C5;
	text-align: center;
}
.table tr th{
    background-color: #F5F5F5;
}
.container .old{
	margin-bottom: 15px;
	font-size: 13px;
	color: #666;
}
.container .old a{
	margin-left: 10px;
}