 
   .image-text {
    display: flex;
    align-items: center; /* 垂直居中对齐 */
  }
  .image-text img {
    margin-right: 20px; /* 图片和文本之间的间距 */
  }
 
 
   .left-image {
    float: left; /* 图片靠左对齐 */
    margin-right: 20px; /* 可选：图片与右侧内容的间距 */
  }
  .logo {
	position: absolute;
	left: 50%;
	bottom: -50px;
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: -50px;
	border: 5px solid #fff;
	border-radius: 50%;
	box-shadow: 0 10px 20px 5px #e6e8ea
}
 .logo img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover
}

.author-name {
     display:flex;
     width:100%;
     justify-content: center;
	align-items: center;
	font-size: 25px;
	line-height: 36px;
	font-weight: 500;
	margin-top: 13px
}
.gender-icon{
	display: inline-block;
	width: 22px;
	height: 22px;
	margin: 0 10px 6px 0;
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat
}
 
              
                     .banner{
margin-top:15px;
	position: relative;
	width: 100%;
	height: 80px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom:0px;
	background-image: url(https://linshiapi.528sq.cn/api/ys.php);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	padding: 20px;
	border-radius: 16px
}
