*{
	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: 15px;
	margin-bottom: 20px;
	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 .examp .total{
	color: #111;
	font-size: 14px;
}
.container .examp .total span{
	color: #F05654;
	margin: 0 2px;
	font-weight: bold;
}
.container input,.container textarea{
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	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;
	margin-bottom: 15px;
	outline: none;
}
.container .btn{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.container .btn 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;
}
.container textarea{
	max-width: 100%;
	min-width: 100%;
	height: 120px;
	min-height: 40px;
	max-height: 350px;
}