.dictionary_wrap h3{
	/* font-weight: normal; */
	padding: 0.2rem 0.8rem;
	background: #63ac3b;
	border-radius: 0.2rem;
	color: #fff;
	margin-bottom: 0.5rem;
}
.dictionary_wrap ul.dictionary {
	margin-bottom: 1rem;
}
.dictionary_wrap .dictionary li {
	margin-bottom: 0.5rem;
	padding: 0.5rem;
	border-radius: 0.3rem;
	background: #fff;
	box-shadow: rgba(0,0,0,0.1) 0 1px 1px 0;
}
.dictionary_wrap .dictionary li:last-child {
	margin-bottom:0;
}
.dictionary_wrap .dictionary li h4{
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
}
.dictionary_wrap .dictionary li h4 i{
	margin-right: 0.5rem;
	color: #ff7800;
}
.dictionary_wrap .dictionary li p{
	display: none;
	margin-top: 0.5rem;
	border-top: 1px solid #e9e9e9;
	padding-top: 0.5rem;
}


.dictionary_wrap .nav_wrap {
	margin-bottom: 1rem;
	border-radius: 0.3rem;
	background: #fff;
	box-shadow: rgba(0,0,0,0.1) 0 1px 1px 0;
	display:table;
}
.dictionary_wrap .nav_wrap p {
	padding: 0.3rem 0.8rem;
/*	text-align: center;*/
	display:inline-block;
	display:table-cell;
	border-right: 1px solid #e0e0e0;
	width: 4rem;
	text-align: left;
}
.dictionary_wrap .nav {
	display: flex;
	flex-wrap:wrap;
	justify-content: left;
}
.dictionary_wrap .nav li {
/* 	border-right: 1px solid #e9e9e9; */
}
.dictionary_wrap .nav li a {
	padding: 0.3rem 0.4rem;
	/* 	width: 3rem; */
	text-align: left;
	display:block;
}
.dictionary_wrap .nav li:first-child a {
	padding-left: 0.8rem;
}
.dictionary_wrap .nav li:last-child a {
	padding-right: 0.8rem;
}

/* faq */
.dictionary_wrap.faq .nav_wrap p {
	min-width: 10rem;
}
.dictionary_wrap.faq .nav_wrap.user p {
	border-left: 4px solid #63ac3b;
}
.dictionary_wrap.faq .nav_wrap.com p {
	border-left: 4px solid #ab8e00;
}
.dictionary_wrap.faq h3.user {
	background:#63ac3b;
}
.dictionary_wrap.faq h3.com {
	background:#ab8e00;
}

@media screen and (max-width:767px) {
	.dictionary_wrap.faq .nav_wrap p {
		min-width: inherit;
		width: 100%;
		display: inherit;
		border-bottom: 1px solid #e0e0e0;
		border-right: none;
		text-align: center;
	}
	.dictionary_wrap.faq .nav_wrap.user p {
		border-left: none;
		border-top: 3px solid #63ac3b;
	}
	.dictionary_wrap.faq .nav_wrap.com p {
		border-left: none;
		border-top: 3px solid #ab8e00;
	}
	.dictionary_wrap .nav li:first-child a {
		padding-left: 0.4rem;
	}
	.dictionary_wrap .nav li:last-child a {
		padding-right: 0.4rem;
	}
	.dictionary_wrap .nav_wrap {
		width:100%;
	}
}