
.content{
	clear:both;
	width:1000px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	margin-bottom:30px;
}
.content .title,
.content .tip,
.content .sexUse,
.content .warmReminder
{
	clear:both;
	width:auto;
	height:auto;
	overflow:hidden;
}
.content .title{
	font-size:48px;
	color:#f10180;
	font-family:"Microsoft Yahei";
	font-weight:bold;
}
.content .tip{
	font-family:"Microsoft Yahei";
	font-size:24px;
	color:#000000;
	margin-top:48px;
}
.content .sexUse{
	font-size:16px;
	font-family:"Microsoft Yahei";
	color:#333333;
	text-align:justify;
	line-height:24px;
	margin-top:10px;
}
.content .table-currency{
 width:100%;
 border:1px solid #dcdcdc;
 margin-top:15px;
}
.content .table-currency tr th{
 height:34px;
 border-bottom:1px solid #dcdcdc;
 font-size:16px;
 font-family:"Microsoft Yahei";
 color:#000000;
 padding:0 20px;
}
.content .table-currency tr th{
 background:#f2f2f2;
}
.content .table-currency tr td{
 color:#666666;
 font-size:16px;
 font-family:"Microsoft Yahei";
 border-bottom:1px solid #dcdcdc;
 padding:10px 20px;
}
.content .table-currency tr td .look-over{
 color:#5b9fe2;
 font-size:16px;
 font-family:"Microsoft Yahei";
}
.content .table-currency tr td .look-over:hover{
 color:#f10180;
}
.content .table-currency tr:last-child td{
 border-bottom:none;
}

.content .warmReminder{
   line-height:25px;
   padding-left:40px;
   font-size:16px;
   font-family:"Microsoft Yahei";
   color:#333333;
   background:url(/images/bg/warm.jpg) no-repeat left center;
   margin-top:20px;
}






