* {
	margin: 0;
	padding: 0;
}

.h_srollarea{
	width:380px;
	overflow: hidden;
	box-sizing: border-box;
	padding-left:40px;
}

.faq_scroll{
	width:100%;
	height:200px;
	/*border: 1px solid #ccc;*/
	/*line-height: 26px;''*/
	font-size: 12px;
	overflow: hidden;
}

.not_scroll{
	width:100%;
	height:50px;
	/*border: 1px solid #ccc;*/
	/*line-height: 26px;*/
	font-size: 12px;
	overflow: hidden;
}


.flex-between {
	display: flex;
	justify-content: space-between;
}

.flex-between-center {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.bg-primary {
	background-color: #0099CC;
}

.padding-5 {
	padding: 5px;
}

.margin-t-20 {
	margin-top: 20px;
}

a {
	text-decoration: none;
}

.inline {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #339933;
	margin: 0 10px;
}

.underline {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #FF0033;
	margin: 0 10px;
}

.select {
	margin-top: 10px;
}