.cmp-link__screen-reader-only{position:absolute;width:1px;height:1px;padding:0;margin:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}
.fundManager{width:88%;margin:0 auto}
.fundManager_card{display:flex;flex-wrap:wrap;gap:16px;justify-content:flex-start}
.fundManager_card_item{width:calc(33.333% - 11px);border:.5px solid #99bfde;box-shadow:0 0 8px 0 #005EAC42;padding:16px;border-radius:8px;display:flex;align-items:center;justify-content:space-between;background:#fff;box-sizing:border-box}
.fundManagerHeader{display:flex;align-items:center;gap:6px}
.fundManagerHeader>img{width:40px;height:46px;border-radius:8px;object-fit:cover}
.fundManager_name{font-weight:500;font-size:14px;line-height:100%;color:#111;margin-bottom:6px;display:flex;align-items:center;gap:4px}
.fundManager_name a{display:flex;align-items:center;line-height:0}
.fundManager_name img{width:16px;height:16px}
.fundManager_period{font-weight:400;font-size:12px;line-height:14px;color:#656565}
.fm_viewProfileBtn{border:1px solid #ff6700;border-radius:10px;padding:8px 12px;font-weight:500;font-size:12px;line-height:100%;color:#ff6700;background:#fff;cursor:pointer;text-decoration:none;white-space:nowrap;flex-shrink:0}
.fm_viewProfileBtn:hover{background:#ff6700;color:#fff}
@media(max-width:1024px){.fundManager_card_item{width:calc(50% - 8px)}
}
@media(max-width:767px){.fundManager_card_item{width:100%}
}