﻿body {
    background: #F8F8F8;
}

.formcontainer {
    margin: 26px 200px;
    background: #fff;
    min-height: 500px;
    display: flex;
}

.fc-left {
    width: 200px;
    min-height: 500px;
    border-right: 1px solid #DDE6E9;
}

    .fc-left .dv-logo {
        display: flex;
        height: 77px;
        align-items: center;
        justify-content: center;
    }

.fc-left-logo {
    width: 121px;
    height: 38px;
}

.fc-left .line {
    width: 180px;
    height: 1px;
    border-top: 1px solid #DDE6E9;
    margin-left: 20px;
}

.fc-right {
    width: 100%;
    min-height: 500px;
    background:#fff;
    border:0px solid #fff;
    
}

.menu .b-menu {
    display: flex;
    align-items: center;
    height: 40px;
    margin-left: 26px;
    color: #999999;
}

    .menu .b-menu.active {
        font-family: Microsoft YaHei, Microsoft YaHei;
        font-weight: 400;
        font-size: 14px;
        color: #14C476;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

.b-menu .tit {
    margin-left: 10px;
    flex: 1;
}

.menu .ico-right {
    margin-right: 15px;
}

.menu .s-menu {
    display: flex;
    align-items: center;
    height: 40px;
    margin-left: 26px;
    margin-right: 15px;
    color: #999999;
}

    .menu .s-menu.active {
        font-family: Microsoft YaHei, Microsoft YaHei;
        font-weight: 400;
        font-size: 14px;
        color: #14C476;
        text-align: left;
        font-style: normal;
        text-transform: none;
        height: 32px;
        border-radius: 4px 4px 4px 4px;
        background-color: rgba(20, 196, 118, 0.1);
    }

.s-menu .tit {
    margin-left: 26px;
    flex: 1;
}


.right-tab {
    margin: 0px 38px 0px 38px;
    display: flex;
    height: 75px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #0E2949;
    text-align: left;
    font-style: normal;
    text-transform: none;
    align-items: center;
    position: relative;
}

    .right-tab .right-tab-item {
        margin-top: 20px;
        margin-right: 40px;
    }

.right-line {
    margin: 0px 38px 0px 38px;
    height: 2px;
    background: #DDE6E9;
}

.right-tab-item.active {
    color: #14C476;
}

.tab-underline {
    width: 80px;
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 2px;
    background: #14C476;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.state-bar, .sign-state-bar {
    height: 40px;
    line-height: 40px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    text-align: left;
    font-style: normal;
    text-transform: none;
    background: #F7F9FA;
    display: flex;
    margin-top: 18px;
    margin-left: 38px;
    margin-right: 38px;
}

    .state-bar .item, .sign-state-bar .item {
        width: 168px;
        padding-left: 26px;
    }

        .state-bar .item.active, .sign-state-bar .item.active {
            background: #14C476;
            color: #fff;
        }

.apply-list {
    background: #F7F9FA;
    margin-top: 18px;
    margin-left: 38px;
    margin-right: 38px;
    min-height: 100px;
}

.tb-list {
    table-layout: fixed;
    width: 100%;
}

.apply-list .top-bar td {
    color: #181818;
}

.apply-list td.td-tit {
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-left: 26px;
}

.apply-list td {
    color: #666666;
    border-bottom: 1px solid #DDE6E9;
}

    .apply-list td.no-border {
        border-bottom: 0px solid #DDE6E9;
    }




.edit-state-bar {
    height: 77px;
    border-bottom: 1px solid #DDE6E9;
    display: flex;
    align-items: center;
}

.edit-state-cnt {
    width: 93%;
    margin-left: 40px;
    display: flex;
    align-items: center;
}

    .edit-state-cnt .tit {
        display: flex;
        align-items: center;
    }

.edit-state-tip {
    min-width: 204px;
    height: 24px;
    background: rgba(20,196,118,0.1);
    border-radius: 2px 2px 2px 2px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #14C476;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
    align-items: center;
    margin-right: 15px;
}

    .edit-state-tip.blue {
        background: rgba(6,99,183,0.1);
        color: #0663B7;
    }

    .edit-state-tip.orange {
        min-width: 284px;
        background: rgba(235,94,18,0.1);
        color: #EB5E12;
        padding-right:10px;
    }


.edit-state-cnt .ico-close {
    width: 15px;
    height: 15px;
    margin-left: 10px;
}

.edit-state-cnt .btn-edit {
    width: 108px;
    height: 32px;
    background: #14C476;
    border-radius: 4px 4px 4px 4px;
    color: #fff;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 32px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-right: 15px;
    display: none;
}

.edit-state-cnt .btn-del {
    width: 88px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid rgba(51,51,51,0.25);
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    text-align: center;
    font-style: normal;
    text-transform: none;
    display: none;
}