@charset "utf-8";
/* CSS Document */


/*************************简介************************/
.profile_bg{
	width:100%;
	min-width:1200px;
	height:485px;
	background-color:#7cb1e6;
	background-image:url(../images/b_bg_3.png);
	margin-bottom:60px;
	overflow:hidden;
}
.profile_box{
	width:1200px;
	padding-top:60px;
	margin:0 auto;
}
.profile_box dl{
	width:260px;
	height:365px;
	margin-left:105px;
	background:#fff;
	float:left;
	overflow:hidden;
	border-radius:5px;
	box-shadow:0 0 16px rgba(0,0,0,.1);
	text-align:center;
	position:relative;
}
.profile_box dl dd{
	height:30px;
	color:#666;
}
.profile_box dl .profile_txt{
	padding-top:30px;
	
	width:260px;
	height:100px;
	display:table;
	margin-bottom:26px;
}
.profile_box dl .profile_txt span{
	color:#fff;
	font-size:24px;
	line-height:36px;
	display:table-cell;
}
.profile_box dl .profile_btn{
	height:40px;
	position:absolute;
	left:65px;
	bottom:30px;
}
.profile_box dl .profile_btn a{
	width:130px;
	border-radius:20px;
	background:#facc7d;
	line-height:40px;
	color:#db4d4d;
}
.profile_box dl .profile_btn a:hover{
	background:#db4d4d;
	color:#fff;
}
/*************************表格************************/
.table{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
	border-bottom:1px solid #f0f0f0;
	margin-bottom:60px;
}
.table td,
.table th {
	padding: 12px 20px;
	*border-top:1px solid #f0f0f0;
}
.table thead th {
	font-size: 18px;
	color: #fff;
	border-left: 4px solid #fff;
	text-align: center;
	width: 18%;
}
.table thead .free {
	background: #3ec282;
}
.table thead .plus {
	background: #3297de;
}
.table thead .advanced {
	background: #db4d4d;
}
.table thead .table-section-heading {
	text-align: left;
	width: 46%;
	font-size:24px;
	color:#404040;
	background: #f0f0f0;
	border-left: 4px solid #3ec282;
}
.table tbody > tr:nth-child(even) {
	background: #f0f0f0;

}
.table tbody .table-section-heading {
	text-align: left;
	font-size:24px;
	border-left: 4px solid #3ec282;
}
.table tbody td {
	border-left: 4px solid #fff;
	text-align: center;
}
.buy_btn{
	color:#db4d4d;
}
.buy_btn:hover{
	text-decoration: underline;
}
.none{
	color:#999;
}