@charset "utf-8";
/* CSS Document */
body {
	font-size: 12px;
}
*{
	 margin: 0;    padding: 0;
}

.infoTitle {
    background: url("../images/public/neir.png") no-repeat scroll 0 -143px transparent;
    border-bottom: 2px solid #9E000F;
    color: #111111;
    font-size: 16px;
    height: 19px;
    line-height: 35px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 20px;
    text-align: left;
    width: 93%;
    margin-bottom:10px;
    
}

table tr,.toolstable tr{
 height:25px;
}

.toolstable tr td h4{
	margin-top:0px;
	line-height:20px;
	padding-bottom:10px;
	padding-top:0px;

}


.tips_div{
	line-height:20px;
	 margin-bottom:20px;
}

.yearRate,
.monthRate{
	width: 60px;
	height: 24px;
	background-color: #f1f1f1;
    margin: 4px;
	border: 0;
	color: #666;
	line-height: 24px;
	border-radius: 12px;
}
.yearRate{
	margin-right: 10px;
}
.yearRate.active,
.monthRate.active{
	color: #F2333F;
}
.symbol{
    margin-bottom: 18px;
    display: inline-block;
}