.mainBody {
	padding-top: 20px;
	background-color: #f1f1f1;
	padding-bottom: 20px;
}

.infoDetail {
	width: 990px;
	margin: 0 auto;
	background-color: white;
	font-size: 0;
	padding-left: 20px;
	padding-bottom: 30px;
}

.infoDetail .picBlock {
	display: inline-block;
	width: 160px;
	height: 160px;
	margin: 30px 15px 0;
}

.picBlock img {
	width: 160px;
	height: 160px;
	border: solid 1px #dedede;
}

.textChange {
	display: none;
}

.textChange:first-child {
	display: block;
}

.changeLine {
	display: inline-block;
	font-size: 0;
	border-style: solid none solid solid;
	border-color: #dcdcdc;
	border-width: 1px;
	/*margin-bottom: 30px;*/
	float: right;
	margin-right: 35px;
	margin-top: 30px;
}

.changeLine span {
	display: inline-block;
	border-right: solid 1px #dcdcdc;
	font-size: 14px;
	line-height: 33px;
	text-align: center;
}

.changeLine .topLeft,
.topRight,
.left,
.right {
	width: 43px;
}

.changeLine .num {
	width: 33px;
	color: #18B1FE;
}

.changeLine .num.selected {
	color: #323232;
	background-color: #ededed;
}

.clear {
	clear: both;
}