.floor_href {
    position: fixed;
    top: 200px;
    left: 5%;
    width: 110px;
    z-index: 100000;
    overflow: hidden;
}
.floor_href .active {
    background: #FF6700;
    background: var(--theme_colors_primary);
}

.floor_href li {
    background: #ccc;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 4px;
}

.floor_href a {
    color: #fff;
}
.floor_href a:hover {
    color: #fff;
}
.floor-title {
    line-height: 130px;
    text-align: center;
    font-size: 36px;
    color: #434a54;
}


.service-index {
    width: 100% ;
    padding-bottom: 50px ;
    margin-bottom: 20px;
}
.fuwu_ul {
    height: auto;
}

.fuwu_ul 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;
}


.fuwu_ul li .icons-wrapper {
    height: 90px;
}
.fuwu_ul li .name {
    padding-bottom: 20px;
    margin: 34px 30px 20px;
    font-size: 24px;
    border-bottom: 1px solid #e0e3e8;
}
.fuwu_ul li .price {
    height: 36px;
    line-height: 36px;
    margin-bottom: 20px;
    font-size: 20px;
}
