.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 #97a1ff;
        background: #97a1ff;
        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 #97a1ff;
        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: 14px;
        line-height: 14px;
        color: #2e2e2e;
}

.table-list .li-table .list-cont {
        border-left: 1px solid #97a1ff;
        padding: 0 30px;
        font-size: 14px;
        overflow: hidden;
}

.table-list .li-table .list-cont .cont-tr {
        line-height: 41px;
        border-top: 1px dashed #97a1ff;
        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: #ff6a90;
        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: #2e2e2e;
        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;
}