*{
	margin: 0;
	padding: 0;
}
[v-cloak] {
 display: none;
}
.container{
	width: 1200px;
	margin: auto;
}
.container .title{
	text-align: center;
	font-size: 22px;
	color: #333;
	margin: 15px auto;
	overflow: hidden;
}
.container .searchIpt{
	overflow: hidden;
	margin: 10px 5px;
}
.container .searchIpt input{
	box-sizing: border-box;
	height: 42px;
	width: 440px;
	padding: 0 10px;
	float: left;
	outline: none;
	border: 1px solid #ccc;
}
.container .searchIpt input[type="button"]{
	width: 110px;
	color: #fff;
	background: #f0aa54;
	position: relative;
	margin-left: -2px;
	border-color: #f0aa54;
	cursor: pointer;
}
.container .boxs{
	overflow: hidden;
	width: 100%;
}
.container .boxs .item{
	box-sizing: border-box;
	float: left;
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #ddd;
	background-color: #f1f2f3;
	margin: 5px;
	cursor: pointer;
	color: #666;
	font-size: 16px;
	overflow: hidden;
}
.container .boxs .area{
	font-size: 13px;
}
.container .boxs .active{
	background: #4bae4f;
	color:#fff;
	border-color: #4bae4f;
}
.container .tit{
	margin:10px 5px;
	color: #333;
}
.container .des{
	margin:10px 5px;
	color: #666;
	font-size: 14px;
}
.container .examp{
	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;
	line-height: 30px;
	overflow: hidden;
}
.container .examp .item{
	color: #000;
	font-size: 15px;
	float: left;
	width: 25%;
}
.container .examp .item .name{
	display: inline-block;
	min-width: 60px;
	margin-right: 10px;
}
.container .examp .sel{
	font-weight: bold;
	color: #4bae4f;
}