#player-adv-hook{
    display: flex;width: 96%;height: 95px;margin: 10px auto;border-radius: 5px;box-sizing: border-box;border: 1px solid #fff;padding: 20px 15px 19px;position: relative;
}
#player-adv-hook > i{
    position: absolute;font-size: 40px;top: -8px;color: #e90000;right: -6px;
}
.player-adv-hook-img{
    flex: 0 0 55px;width: 55px;
}
.player-adv-hook-img img{
    width: 100%;height: 100%;object-fit: cover;border-radius: 2px
}
.player-adv-hook-content{
    flex: 1;margin-left: 15px;text-align: left;display: flex;flex-direction: column;justify-content: space-between;
}
.player-adv-hook-content p{
    font-weight: 500;font-size: 14px
}
.player-adv-hook-title span{
    float: right;background: #e90000;padding: 0 15px;border-radius: 10px;color: #666;font-size: 12px;height: 20px;line-height: 20px;
}
.player-adv-hook-remark{
    font-size: 14px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;font-size: 12px
}
#advTips{
    position: absolute;bottom: 0;right: 0;background: rgba(0,0,0,0.5);color: #fff;padding: 0px 10px;height: 14px;line-height: 14px;font-size: 8px;border-radius: 5px 0 5px 0;
}