/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
<div class="lc_sharediv">
<table width="98px;">
<tr><td height="50px;" align="center" style="font-size:16px;color:#fff;font-weight:bold;" valign="bottom">我要分享</td></tr>
<tr>
<td height="48px;" align="center" valign="top" style="padding-top:5px;">
<span style="font-size:14px;color:#fff">收益:</span>
<span style="font-size:20px;color:#fff; font-weight:bold;">9%</span>
</td>
</tr>
</table>
</div>
*/

.lc_sharediv {
    position:fixed; 
    right:10px; 
    top:50px; 
    z-index:4;
    background-color:#33c306;
    background-size: cover;
    border-radius: 50%;
    width:50px;
    height:50px;
	line-height:15px;
	font-size:18px;
	font-weight: bold;
	color:#fff;
	text-align:center;
}
