﻿.sepp[data-v-234d0ae6] {
    width: 1188px;
    background-color: #fff;
    padding-left: 10px;
    margin: 0 auto 12px;
}
.process-show-banner {
height:300px;
}
.banner-title {
    height: 100%;
    position: relative;
}

    .banner-title h1 {
        color: #fff;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 28px;
    }
.main-box .cap-tab {
    background: #f1f3f6;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.cap-tab .tab-item {
    position: relative;
    top: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 280px;
    height: 60px;
    color: #666;
    font-size: 16px;
    font-weight: 700;
    background: #f1f3f6;
    box-shadow: 0 -3px 4px 0 rgba(198,206,221,.3);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
    .cap-tab .tab-item.active, .cap-tab .tab-item:hover {
        color: #029745;
        background: #fff;
        border-bottom: 1px solid;
    }

.box .box-item {
    padding: 20px;
    background: #fff;
}
.box-item table th {
    background: #f1f3f6;
    font-weight: 700;
    font-size: 14px;
    text-align: left;
}
.box-item table th, .box-item table td {
    vertical-align: middle;
    border-bottom: 1px solid #ebeef5;
    padding: 13px 40px;
    font-size: 14px;
}
.box-item table td {
    border-left: 1px solid #ebeef5;
}
.box-item table tr td:last-child {
    border-right: 1px solid #ebeef5;
}
.box-item table td p {
    display: flex;
    align-items: center;
}