﻿.h_main { overflow: hidden; }
#left { }
.container { padding: 13px 0; font-size: 15px; line-height: 22px; border: solid 0px #eaeaea; }
    .container ol li { line-height: 30px; }
.userInfos { overflow: hidden; border-top: 1px solid #eaeaea }
    .userInfos li { border-bottom: solid 1px #eaeaea; padding: 20px 10px; overflow: hidden; }
        .userInfos li:hover { background-color: #F7F7F7; }
        .userInfos li:last-child { border-bottom: none; }
    .userInfos .userInfo { float: left; width: 60%; }
    .userInfos .userIcon { float: left; margin-right: 15px; width: 60px; height: 60px; position: relative;}
    .userInfos .name, .userInfos .name a { font-weight: 600; font-size: 16px;margin-right: 6px; }
    .userInfos .des { color: #666; font-size: 14px; width: auto; line-height: normal; padding: 5px 0 }
    .userInfos .userIcon img { width: 100%; height: 100%; border-radius: 50%; }
.userInfos .userIcon .mark {position: absolute;color: #fff; padding: 2px 0 2px; border-radius:10px; bottom: -8px; left: 50%; margin-left: -36px;font-size: 12px; line-height: 14px; text-align: center; width: 72px; background: linear-gradient(90deg,#ff8f20,#ff7107); cursor: pointer; transform: scale(0.8);}
.userInfos .userIcon .markeject {background: #fff; color: #666; font-size: 12px; padding: 4px 6px; border-radius: 4px; border: 1px solid #999; position: absolute; bottom: -12px; left: 60px; z-index: 999; width: 300px;text-align: left;line-height: 16px;}
.userInfos .userIcon .markeject:empty { display:none;}
.userInfos .tip { float: right; width: 15%; color: #666; padding: 5px 5px; font-size: 12px; }
     .userInfos .likeBtn { float: right; width: 10%; margin-top: 12px; padding: 5px 10px; background-color: #FFF; border-radius: 25px; text-align: center; cursor: pointer; border: 1px solid #e9410f; color: #e9410f; font-weight: bold; }
        .userInfos .likeBtn:hover { background-color: #F90; border: 1px solid #F90; color: #FFF; }
        .userInfos .likeBtn.liked { background-color: #e9410f; border: 1px solid #e9410f; color: #FFF; }
.userFans { width: 100px; float: right; }
.userInfos .userFans .likeBtn, .userInfos .userFans .tip { width: auto; float: none; text-align: center; }
