.celebrity{
	width: 100%;
	min-height: 320px;
	background: #FFFFFF;
	margin-bottom: 30px;
}
.celebrityItem{
	width: 240px;
	height: 270px;
	background: #F7F8FA;
	border-radius: 4px;
	float: left;
	text-align: center;
	
	margin-bottom: 30px;
	margin-top: 20px;
}
.celebrityImg{
	width: 120px;
	height: 120px; 
	border-radius: 50%; 
	margin: 20px 50px 10px 50px;
}
.celebrityName{
	/* width: 45px; */
	height: 58px;
	font-size: 38px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #000000;
	line-height: 58px;
}
.celebrityAddress{
	/* width: 48px; */
	height: 40px;
	font-size: 34px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #494949;
	line-height: 40px;
}
.flex{
	display: flex;
	justify-content:space-between;
	align-items: center;
}	
.padding{
	 padding: 10px 20px 0 20px;
}
.boxHeight{
	height:86px;
}
.titleImg{
	width: 222px; 
	height: 54px;
}
.titleText{
	width: 102px;
	height: 36px;
	font-size: 36px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #9E9E9E;
	line-height: 36px;
	margin-right: 7px;
}
.celebrityImgSmall{
	height: 40px;
	width: 30px;
	position:absolute;
	bottom: 0px;
	right: 20%;
}
a{
	text-decoration: none;
}
.boxGreen{
	width: 100%;
	background: #F4F4F4;
}
body{
	padding: 0;
	margin: 0;
}