/* CoinASX V170 - 仅清除标题横线 + 替换个人头像 */

.userCenter .content .list-title,
.userCenter .list-title,
.userCenter .section-title{
  position:relative!important;
  display:block!important;
  width:auto!important;
  max-width:max-content!important;
  margin:24px 0 14px!important;
  padding:0!important;
  background:transparent!important;
  background-image:none!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
}

/* 删除常用功能/账户与安全/通用设置/更多右侧长线 */
.userCenter .content .list-title::before,
.userCenter .content .list-title::after,
.userCenter .list-title::before,
.userCenter .list-title::after,
.userCenter .section-title::before,
.userCenter .section-title::after{
  content:none!important;
  display:none!important;
  width:0!important;
  height:0!important;
  border:0!important;
  background:none!important;
  box-shadow:none!important;
}

.userCenter .content .listBox,
.userCenter .listBox{
  border-top:0!important;
  border-left:0!important;
  border-right:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:transparent!important;
}

/* 功能区保持无外部长条卡片 */
.userCenter .content .list-cont{
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

/* 个人中心头像 */
.userCenter .userInfo>.imgBox{
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
  min-height:58px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
  margin:0!important;
  border-radius:50%!important;
  overflow:hidden!important;
  background:#fff!important;
  border:1px solid rgba(127,127,127,.20)!important;
  box-shadow:none!important;
}

.userCenter .userInfo>.imgBox img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:50%!important;
  background:#fff!important;
}

@media(max-width:390px){
  .userCenter .userInfo>.imgBox{
    width:54px!important;
    height:54px!important;
    min-width:54px!important;
    min-height:54px!important;
  }

  .userCenter .content .list-title,
  .userCenter .list-title,
  .userCenter .section-title{
    margin-top:22px!important;
    margin-bottom:12px!important;
  }
}
