.itm{
    background: white;
}

.clearfix-content:before,.clearfix-content:after {
    display: table;
    clear: both;
    content: " ";
}
.floor_href {
    position: fixed;
    top: 200px;
    left: 5%;
    width: 110px;
    z-index: 100000;
    overflow: hidden;
}

.floor_href li {
    background: #ccc;
    border-color: #FF6700;
    border-color: var(--theme_colors_primary);
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 4px;
}
.floor_href .active {
    background: #FF6700;
    background: var(--theme_colors_primary);
}
.floor_href li a {
    color: #fff;
}
.floor-title {
    height: 130px;
    line-height: 130px;
    text-align: center;
    font-size: 36px;
    color: #434a54;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.service-index {
    padding-bottom: 80px;
}

.service-index .tmlist {
    width: 1200px;
    margin: 0 auto;
}

.service-index .tmlist .list {
    height: auto;
}
.service-index .tmlist .list li {
    float: left;
    width: 260px;
    height: 356px;
    padding: 30px 0 30px;
    margin: 20px 0 0 32px;
    box-shadow: 0 0 6px 2px hsla(0, 0%, 86.7%, .5);
    border-radius: 16px;
    text-align: center;
    cursor: pointer;
}
.service-index .tmlist .list li .icons-wrapper {
    height: 95px;
}
.service-index .tmlist .list li .icons-wrapper img {
    width: 140px;
    height: 95px;
}

.service-index .tmlist .list li .name {
    padding-bottom: 20px;
    margin: 34px 30px 20px;
    font-size: 24px;
    border-bottom: 1px solid #e0e3e8;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service-index .tmlist .list li .name strong {
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service-index .tmlist .list li .price {
    height: 36px;
    line-height: 36px;
    margin-bottom: 20px;
    font-size: 20px;
}
.service-index .tmlist .list li .operate-btn {
    width: 140px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #959595;
    border-radius: 20px;
    font-size: 16px;
    transition: all .3s;
}


