body{	background-color: #fff;}.tab-list{	width: 100%;	background:white;	display: flex;}.tab-list .tab-btn{	flex: 1;}.tab-list .tab-btn img{	width: 50px;	height: 50px;	display: block;	margin:0 auto;}.tab-list .tab-text{	text-align: center;}.main-list .more-btn{	float: right;	margin: 5px;}.main-list .info{	background-color: white;	border-bottom: 2px solid #f0eff5;}.main-list .info img{	width: 45px;	height: 45px;	border-radius: 50%;}.main-list .info .title{	font-size: 20px;}.main-list .info .desc{	font-size: 15px;}.main-list .info .follow-btn{    max-width: 50px;    height: 25px;    line-height: 25px;    text-align: center;    background-color: #00CC33;    color: white;    font-size: 15px;}