/* Style the tab */
.tab {
    float: left;
    width: 1140px;
    font-size: 0;
}

/* Style the buttons inside the tab */
.tab button {
    display: inline-block;
    background-color: inherit;
    height: 46px;
    line-height: 46px;
    width: 33.2%;
    outline: none;
    text-align: center;
    cursor: pointer;
    font-size: 17px;
    color: #999;
    font-weight: 300;
    border-bottom: 1px solid #ccc;
}

/* Change background color of buttons on hover */
.tab button:hover {
    border-bottom: 2px solid #333;
    color: #333;
}

/* Create an active/current "tab button" class */
.tab button.active {
    border-bottom: 2px solid #333;
    color: #333;
}

/* Style the tab content */
.tabcontent {
    width: 1140px;
    float: left;
    padding: 0px 12px;
    border-left: none;
    display: none;
}

/* Clear floats after the tab */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.service_process_wrap {
    margin: 0 auto;
    width: 1140px;
    background-color: #fafafa;
}

.service_process .process_list {
    height: 265px;
}