#main {
	background: #f0efef;
	padding: 20px 0 60px;
}
.bk-content-box {
	background: #fff;
}
.padding-box {
	padding: 35px 45px;
}
.pro-title-box {
	float:left;
	margin-left: 30px;
	width: 725px;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 23px;
}
.title-box-con {
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 20px;
	position: relative;
}
.title-box-con h1 {
	float: left;
	font-size: 24px;
	font-weight: bold;
	color: #008ecb;
}
.title-box-con img {
	position: absolute;
	bottom: 19px;
	right: 0;
	top:0px;
	width: 90px;
	outline: 0 none	;
}
.info-detail p:first-child {
	padding-top: 18px;
}
.info-detail p {
	font-size: 14px;
	color: #5c5959;
	padding-top: 8px;
}
.pdf-box {
	font-size: 14px;
	color: #5c5959;
	max-width: 600px;
}
.pdf-box p:first-child {
	padding-top: 20px;
}
.pdf-box p {
	padding-top: 15px;
}
.pdf-btn {
	font-size: 14px;
	color: #008ecb;
}
.pdf-btn:hover {
	color: #008ecb;
}
.pdf-box .fee-value {
	font-size: 26px;
	color: #008ecb;
}
.large-insured-btn {
	text-align: center;
}
.insured-btn {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	height: 42px;
	line-height: 42px;
	display: inline-block;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #008ecb;
	min-width: 150px;
	width: 150px;
	text-align: center;
}
.insured-btn:hover {
	color: #fff;
	background: #008ecb;
	cursor: pointer;
	outline: 0 none	;
}
.btn-box {
	position: relative;
	top: 40px;
	left: 20px;
}
.margin-box {
	margin: 30px 0px 20px 0px;
}
.bg-box {
	background: #fff;
}

.margin-box:last-child {
	margin-bottom: 20px;
}

.cost-detail, .benefit-detail {
	padding-bottom: 20px;
}

.touch-box-title {
	font-size: 18px;
	color: #373232;
	padding-bottom: 15px;
	border-bottom: 1px solid #e7edf0;
	margin-bottom: 10px;
}

.touch-box-title i {
	width: 4px;
	height: 18px;
	display: inline-block;
	background: #008ecb;
	vertical-align: sub;
	margin-right: 10px;
	position: relative;
	top: -1px;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
}

.notes-detail {
	padding: 15px;
}

.notes-detail li {
	line-height: 20px;
	padding-bottom: 12px;
	color: #676767;
	font-size: 14px;
}

.notes-detail.has-sort li {
	list-style: decimal;
	margin-left: 15px;
	text-align: justify;
}

.benefit-lists {
	width: 100%;
}

.benefit-lists td {
	text-align: center;
	height: 15px;
	line-height: 15px;
	padding: 15px 0;
}

.benefit-lists thead td {
	font-size: 16px;
	color: #373232;
	font-weight: bold;
	border-bottom: 2px solid #ccd3d6;
}

.benefit-lists tbody td {
	font-size: 14px;
	color: #716e6e;
	font-weight: normal;
	border-bottom: 1px solid #ebedee;
}

.benefit-lists tbody tr:nth-of-type(odd) {
	background: #fff;
}
.benefit-lists tbody tr:nth-of-type(even) {
	background: #f9f9f9;
}

.benefit-lists td:first-child {
	width: 400px;
	min-width: 400px;
	text-align: left;
	padding-left: 30px;
}

.top-content img.pro-logo {
	width: 255px;
	height: 255px;
}

.top-content.no-pdf .btn-box {
	top: 3px;
}
.top-content.no-pdf img.pro-logo {
	width: 230px;
	height: 230px;
}
.top-content.no-pdf .pro-title-box {
	padding-bottom: 34px;
}
/*常见问题*/
.claim-flow{padding:0 15px 15px;color: #676767;font-size: 14px;}
.claim-flow p{margin-bottom:20px;}
.claim-flow img{width:40%;}
