.index-content {
	background-color: white;
	margin: 20px;
	border-radius: 5px;
	border: 1px solid #f2f2f2;
	padding-bottom: 10px;
}

.tab-person {
	float: left;
	width: 50%;
	border-radius: 5px 0px 0px 0px;
	text-align: center;
	font: 16px;
	line-height: 45px;
	color: #ffffff;
	background: #C30310;
	border-bottom: 1px solid #f2f2f2;
}

.tab-legal {
	float: right;
	width: 50%;
	border-radius: 0px 5px 0px 0px;
	text-align: center;
	font: 16px;
	line-height: 45px;
	color: #000000;
	background: #ffffff;
	border-bottom: 1px solid #f2f2f2;
}

.selecter-border {
	margin: 12px 15px 12px 15px;
	border: 1px solid #EEEEEE;
	top: 10px;
	border-radius: 3px;
	padding-left: 10px;
}

.point {
	width: 6px;
	height: 6px;
	border-radius: 6px;
}

.selecter-title {
	color: #333333;
	font-size: 16px;
	line-height: 40px;
	margin-left: 10px;
}

.line {
	color: #DDDDDD;
	background-color: ;
	line-height: 38px;
	margin-right: 12px;
}

.arrows {
	width: 14px;
	height: 14px;
	margin-right: 10px;
}

.selecter-filter {
	overflow: scroll;
	position: fixed;
	max-height: 180px;
	bottom: 0;
	width: 100%;
	background: white;
	filter: alpha(opacity=50);
}

.selecter-filter .item {
	width: 100%;
	text-align: center;
	line-height: 40px;
	height: 40px;
}

#search {
	text-align: center;
	height: 40px;
	width: calc(100% - 40px);
	background-color: #C30310;
	line-height: 40px;
	border-radius: 8px;
	margin: 40px 20px;
	color: white;
	font: 18px;
}