body {
	box-sizing: border-box;
	background: #fff
}

.imgWrap {
	text-align: center;
	margin-top: 50px
}

.imgWrap img {
	width: 72.5%
}

.backWrap {
	text-align: center;
	margin-top: 10px
}

.goHomeBtn {
	font-size: 12px;
	color: #999;
	padding: 6px 20px 4px;
	position: relative
}

.lv-bd:after {
	border-radius: 100px;
	border-color: #999
}

.morePros {
	padding: 36px 10px 0;
	overflow: hidden
}

.morePros>.title i {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	top: 8px;
	z-index: -5
}

.morePros>.title {
	color: #ff8ad8;
	font-size: 14px;
	text-align: center;
	position: relative
}

.morePros>.title span {
	width: 100px;
	display: inline-block;
	background: #fff
}

.morePros .proList {
	margin-top: 20px
}

.morePros .pro {
	width: 50%;
	float: left;
	padding-bottom: 10px
}

.morePros .pro:nth-child(2n) {
	padding-left: 5px
}

.morePros .pro:nth-child(odd) {
	padding-right: 5px
}

.proImg {
	width: 100%;
	height: 0;
	padding-bottom: 66.5%;
	overflow: hidden
}

.proIntro {
	font-size: 12px;
	overflow: hidden;
	padding: 0 6px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .06)
}

.proIntro .type {
	color: #333
}

.proIntro .desc {
	color: #666
}

.proIntro .title i {
	color: #ccc;
	padding: 0 2px
}

.proIntro>.title {
	display: -webkit-box;
	width: 99%;
	height: 32px;
	line-height: 16px;
	margin: 6px 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%
}

.proIntro .price {
	font-size: 18px;
	color: #f60;
	float: left
}

.proIntro .price:before {
	content: "\FFE5";
	color: #f60;
	font-size: 12px
}

.proIntro .price i {
	color: #999;
	font-size: 12px
}

.proIntro .degree {
	color: #999;
	float: right
}