@charset "utf-8";
/*-----------------------for both-----------------------*/
/*-----------------------for feature-----------------------*/
.feature li span {
	background-color: #FF5722;
	border-radius: 100px;
	background-image: url(../images/taiwan.svg);
	background-repeat: no-repeat;
	background-size: 50% 50%;
	background-position: center center;
}
.feature li:nth-child(2) span {
	background-image: url(../images/profession.svg);
}
.feature li:nth-child(3) span {
	background-image: url(../images/world.svg);
}
.feature li:nth-child(4) span {
	background-image: url(../images/book.svg);
}
.feature li:nth-child(5) span {
	background-image: url(../images/handshake.svg);
}
.feature li em {
	font-size: 29px;
}

/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
/*-----------------feature-------------------*/
.feature li {
	display: block;
	float: left;
	width: 18.4%;
	margin-right: 2%;
	position: relative;
	text-align: center;
}
.feature li:nth-child(5) {
	margin-right: 0;
}
.feature li span {
	margin: 0 auto 20px auto;
	display: block;
	width: 150px;
	height: 150px;
}
}

/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
/*----------------- feature -------------------------*/
.feature li {
	margin-bottom:15px;
	overflow: auto;
}
.feature li:last-child {
	margin-bottom: 0;
}
.feature li span {
	display: block;
	width: 80px;
	height: 80px;
	float: left;
}
.feature li p {
	width: auto;
	height: 80px;
	margin-left:90px;
	/*垂直致中*/
	display: flex;
	justify-content: center;
	flex-direction: column;
}
}
