*{
	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 .examp{
	margin: 10px 0;
}
.container .examp h3{
	margin: 15px 0px;
	color: #333;
}
.container .examp p{
	margin: 5px 0px;
	border-radius: 5px;-webkit-border-radius: 5px;
	background: #f1f2f3;padding: 15px;font-size: 13px;color: #666;color: #555;line-height: 24px;
	word-wrap:break-word;
}
.container input{
	flex: 1;
	display: inline-block;
	box-sizing: border-box;
	height: 32px;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.4;
	color: #555;
	background-image: none;
	outline: none;
	border: 0;
	text-align: center;
}
.container .iptbox{
	display: inline-flex;
	align-items: center;
	margin-bottom: 15px;
}
.container .iptbox input{
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-left: 15px;
	text-align: left;
	width: 300px;
}
.container .iptbox .btn{
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	margin-left: 15px;
	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;
	color: #fff;
	background: #5cb85c;
}
.container .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;
	padding: 5px 0;
}
.table tr th{
    background-color: #F5F5F5;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table tr:nth-child(odd) {
    background-color: #F6F4F0;
}