.service-content {
    height: 100%;
    font-size: 14px;
    display: flex;
}
.service-catogary{
    height: calc(100% - 45px);
}
.service-first-nav {
    width: 33%;
    height: 100%;
    display: inline-block;
    background-color: #F4F5F7;
}

.service-first-nav > div {
    height: 50px;
    /*line-height: 50px;*/
    padding: 0 10px;
    display: flex;
    align-items: center;
}

.service-first-item {
    height: 50px;
    /*line-height: 50px;*/
    background-color: #F4F5F7;
    padding: 0 10px;
    display: flex;
    align-items: center;
}

.service-first-item-selected {
    background-color: white;
    color: #DF3736;
}

.service-second-nav {
    width: 67%;
    height: 100%;
    display: inline-block;
    background-color: white;
}

.service-second-item {
    padding-left: 18px;
    border-bottom: 1px solid #EBEEF0;
}

.service-second-item-type {
    height: 50px;
    /*line-height: 50px;*/
    display: flex;
    align-items: center;

}

.service-second-item:last-child {
    border-bottom: none;
}

.service-second-item-selected {
    background-color: #F9FAFB;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service-second-item-selectedImg {
    width: 15px;
    height: 15px;
    margin-right: 25px;
}

.service-footer {
    height: 45px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    font-size: 16px;
    display: flex;
}

.service-footer-btn {
    display: inline-block;
    width: 50%;
    height: 45px;
    /*line-height: 45px;*/
    text-align: center;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-confirm {
    background-color: #DF3736;
    color: white;
}