.rightBox .section .pr_img {
	float: left;
	margin-right: 20px;
}

.rightBox .section .tit {
	margin-top: 5px;
}

.rightBox .section .mainPh {
	float: left;
	text-align: center;
	/* width: 200px; */
	width: 470px;
	background: #fff;
}
.rightBox .section .mainPh img{
	width: 55%;
	height: auto;
}
.rightBox .section .desc {
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EDEDED;
}
.rightBox .section .img{
	text-align: center;
	height: auto;
	margin: 30px 0 0 0;
}
.rightBox .section .img img{
	width: 30%;
	height: auto;
}
.rightBox .section .desc .graph {
	float: right;
	margin-left: 10px;
}
.rightBox .section .detail {
	float: right;
	width: 510px;
}
.rightBox .section .detail dt {
	text-align: center;
	padding: 2px;
	border: 4px double #000;
	font-size: 14px;
	margin-bottom: 3px;
	font-weight: bold;
}
.rightBox .section .detail .price {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #EDEDED;
	margin-top: 2px;
	padding-top: 2px;
}
.rightBox .section .detail .price span {
	border: 1px solid #666;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.rightBox .section .detail dt.p30 {
	color:#ee86a7;
	border-color:#ee86a7;
}
.rightBox .section .detail dt.p40 {
	color:#F08437;
	border-color:#F08437;
}
.rightBox .section .detail dt.p50 {
	color:#7FBE26;
	border-color:#7FBE26;
}
.rightBox .section .detail dt.pwh {
	color:#999999;
	border-color:#999999;
}
