.myLike,.myLikeMan,.myLikeTopman{
    margin-top:20px;
    width:990px;
    height:300px;
    border:1px solid #999999;

}
.ismylike{
    height:1000px;
}
.like>p{
    width:960px;font-size: 16px;
    height:50px;
    line-height: 50px;
    margin:0 10px;
    padding-left:10px;
    font-weight: bold;
    border-bottom: 1px dotted #999999;
}
.favorite{
    float:left;
    margin-left:10px;
    width:480px;
    height:120px;
    box-sizing: border-box;
    padding:20px;
}
.favorite:hover{
    cursor: pointer;
}
.favorite>img{
    width:80px;
    height:80px;
    border: 1px solid #999999;
}
.favorite>div>p>img{
    display:inline-block;
}
.favorite>div>p{
    height:26px;
    line-height: 26px;
}
.favorite>div>button{
    border:1px solid #ff8300;
    color:#ff8300;
    width:70px;
    height:20px;
    border-radius: 5px;
    background: white;
    margin-top:10px;
}

