@charset "UTF-8";


.c-flex {
	/*display:flex;
	flex-wrap:wrap;
	align-items:center*/
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}



a.more{width: 160px;
border: 1px solid #0b7e00;
	display: block;
	text-align: center;
	font-size: 16px;
	color:#fff;
	position: relative;
	border-radius:40px;
	transition: color .3s ease-in, border-color .3s ease-in, background-color .3s ease-in;}
a.more i{ position:absolute; top:50%; right:14%; margin-top:-19px; }
a.more:hover, a.more.cur{ background:#333; border: 1px solid #333; color:#fff;}

