.transformY {
	transform: translateY(-21px);
}
.flex-wrap {
	display: flex;
	flex-wrap: wrap;
}
.none {display: none}
.title_item.active .titl_name {color: #213FC0;}
.tab_title .title_item {
    cursor: pointer;
}
.tab_title .title_item .titl_icon {
	display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 10px;
	
}