select sum(read_num)/sum(show_num) as fans_ctr
from a
join b on a.author_id=b.author_id
join c on b.content_id=c.content_id and a.fans_id=c.fans_id