page{
  width: 750rpx;
  background: #F0F1F5;
}

.concern-center{
  width: 716rpx;
  margin: 20rpx auto;
}

.concern-info{
  margin-bottom: 20rpx;
  width: 100%;
  height: 132rpx;
  display: flex;
  align-items: center;
  border-radius: 12rpx;
  background: #FFFFFF;
}

.avatar-image{
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.avatar-box{
  margin-left: 20rpx;
  width: 96rpx;
  height: 96rpx;
  border-radius: 50%;
}

.avatar-name{
  display: flex;
  flex-direction: column;
  margin-left: 14rpx;
}

.nickName{
  width: 200rpx;
  height: 44rpx;
  color: #000000;
  font-size: 32rpx;
}

.time{
  width: 200rpx;
  height: 44rpx;
  color: #686868;
  font-size: 32rpx;
}

.avatar-follow{
  margin-left: 270rpx;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100rpx;
}

.avatar-img{
  width: 46rpx;
  height: 40rpx;
}

.avatar-images{
  width: 100%;
  height: 100%;
}

.follow-status{
  margin-top: 8rpx;
  color: #686868;
  font-size: 20rpx;
}