.btnList-all .btnCont {
	display: none;
}

.btnList-all:hover .btnCont {
	display: block;
}

.pro-table {
	width: 1200px;
	margin: 10px auto;
}

.pro-table .table-tit {
	height: 46px;
	line-height: 46px;
	border: 1px solid #fe656c;
	background: #fe656c;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.pro-table .table-tit .part-name {
	width: 150px;
}

.pro-table .table-tit .lev2-name {
	width: 929px;
}

.pro-table .table-list {
	padding-bottom: 20px;
}

.table-list .li-table {
	position: relative;
	min-height: 90px;
	padding-left: 149px;
	margin-bottom: 20px;
	border: 1px solid #ed4f5b;
	clear: both;
}

.table-list .li-table .part-link {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 149px;
	height: 100%;
}

.table-list .li-table .init-box {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -52px;
	width: 149px;
	text-align: center;
}

.table-list .li-table .init-box .part-icon {
	display: block;
	margin: 0 auto;
	width: 76px;
/*	height: 76px;*/
}

.table-list .li-table .eye .part-icon {
	/*background: url(../images/pro_eye.png) no-repeat;*/
	background-size: contain;
}

/*眼部*/

.table-list .li-table .nose .part-icon {
	/*background: url(../images/pro_nose.png) no-repeat;*/
	background-size: contain;
}

/*鼻部*/

.table-list .li-table .face .part-icon {
	/*background: url(../images/pro_face.png) no-repeat;*/
	background-size: contain;
}

/*面部*/

.table-list .li-table .chest .part-icon {
	/*background: url(../images/pro_chest.png) no-repeat;*/
	background-size: contain;
}

/*胸部*/

.table-list .li-table .body .part-icon {
	/*background: url(../images/pro_body.png) no-repeat;*/
	background-size: contain;
}

/*减肥*/

.table-list .li-table .fnbeauty .part-icon {
	/*background: url(../images/pro_fnbeauty.png) no-repeat;*/
	background-size: contain;
}

/*皮肤*/

.table-list .li-table .facialwrinkles .part-icon {
	/*background: url(../images/pro_facialwrinkles.png) no-repeat;*/
	background-size: contain;
}

/*除皱，抗衰老*/

.table-list .li-table .women .part-icon {
	/*background: url(../images/pro_women.png) no-repeat;*/
	background-size: contain;
}

/*女性*/

.table-list .li-table .hair .part-icon {
	/*background: url(../images/pro_hair.png) no-repeat;*/
	background-size: contain;
}

/*毛发*/

.table-list .li-table .init-box.hair .part-text {
	margin-top: -4px;
}

.table-list .li-table .tooth .part-icon {
	/*background: url(../images/pro_tooth.png) no-repeat;*/
	background-size: contain;
}

/*牙齿*/

.table-list .li-table .init-box .part-text {
	margin-top: 14px;
	font-size: 18px;
	font-weight:bold;
	line-height: 80px;
	color: #b2b2b2;
}

.table-list .li-table .list-cont {
	border-left: 1px solid #fe656c;
	padding: 0 30px;
	font-size: 14px;
	overflow: hidden;
}

.table-list .li-table .list-cont .cont-tr {
	line-height: 41px;
	border-top: 1px dashed #fe656c;
	margin-top: -1px;
	clear: both;
}

.table-list .li-table .list-cont .cont-tr .tr-init {
	float: left;
	width: 148px;
	padding: 0 10px 0 20px;
}

.table-list .li-table .list-cont .cont-tr .tr-init>a {
	display: block;
	color: #fe656c;
	word-break: keep-all;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: bold;
}

.table-list .li-table .list-cont .cont-tr .tr-text {
	float: left;
	padding: 7px 0;
	width: 710px;
}

.table-list .li-table .list-cont .cont-tr .tr-text>a {
	position: relative;
	float: left;
	display: block;
	width: 155px;
	padding: 0 0 0 20px;
	height: 26px;
	line-height: 26px;
	color: #808080;
	font-size: 14px;
	z-index: 0;
}

.table-list .li-table .list-cont .cont-tr .tr-text>a>span {
	position: relative;
	max-width: 100%;
	height: 26px;
	line-height: 26px;
	display: inline-block;
	vertical-align: top;
}

.table-list .li-table .list-cont .cont-tr .tr-text>a>span>i {
	display: block;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	word-break: keep-all;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}