<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.star_detail_card {
    width: 876px;
    border-radius: 8px;
    background: #FFF;
    padding: 27px 24px 30px;
}

.star_detail_card_img {
    width: 54px;
    height: 54px;
    margin-right: 15px;
}

.star_detail_card_name {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
}

.star_detail_card_text {
    color: #999999;
    font-size: 14px;
    margin-bottom: 12px;
}
.ych_card_item_tag{
   white-space: nowrap;
   line-height: 23px;
   margin-bottom: 5px;
}
.left_tool_cont{
    position: fixed;
    top: 354px;
    margin-left: -100px;
}</pre></body></html>