#agentApply-content .table-body td.statusWarning{
    color: #E6A23C;
}
#agentApply-content .table-body td.statusSuccess{
    color: #67C23A;
}
#agentApply-content .table-body td.statusDanger{
    color: #F56C6C;
}
#agentApply-content .table-body td.maxWidth{
    max-width: 100px;
}
/*modal*/
#agentApply-content #agentApplyModal .contract,
#agentApply-content #agentApplyModal .business-license,
#agentApply-content #agentApplyModal .financing-lease{
    height: 30px;
}

#agentApply-content #agentApplyModal .contract .dropdown,
#agentApply-content #agentApplyModal .business-license .dropdown,
#agentApply-content #agentApplyModal .financing-lease .dropdown{
    position: relative;
    width: 100%;
    height: 30px;
    overflow: hidden;
    display: inline-block;
}

#agentApply-content #agentApplyModal .contract .dropdown .upload,
#agentApply-content #agentApplyModal .business-license .dropdown .upload,
#agentApply-content #agentApplyModal .financing-lease .dropdown .upload{
    position: absolute;
    width: 80%;
}

#agentApply-content #agentApplyModal .contract .dropdown .upload a,
#agentApply-content #agentApplyModal .business-license .dropdown .upload a,
#agentApply-content #agentApplyModal .financing-lease .dropdown .upload a{
    position: absolute;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    border-top: none;
    border-left: none;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

#agentApply-content #agentApplyModal .contract .dropdown .operate,
#agentApply-content #agentApplyModal .business-license .dropdown .operate,
#agentApply-content #agentApplyModal .financing-lease .dropdown .operate{
    position: absolute;
    right: 0;
    width: 20%;
    height: 30px;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

#agentApply-content #agentApplyModal .contract .dropdown a,
#agentApply-content #agentApplyModal .business-license .dropdown a,
#agentApply-content #agentApplyModal .financing-lease .dropdown a{
    height: 30px;
    line-height: 30px;
}

#agentApply-content #agentApplyModal div.can-edit .contract .dropdown .operate,
#agentApply-content #agentApplyModal div.can-edit .business-license .dropdown .operate,
#agentApply-content #agentApplyModal div.can-edit .financing-lease .dropdown .operate,
#agentApply-content #agentApplyModal div.can-edit .contract .dropdown a,
#agentApply-content #agentApplyModal div.can-edit .business-license .dropdown a,
#agentApply-content #agentApplyModal div.can-edit .financing-lease .dropdown a{
    background-color: #e7f7ff;
}

#agentApply-content #agentApplyModal div.can-edit .contract .dropdown .operate:hover,
#agentApply-content #agentApplyModal div.can-edit .business-license .dropdown .operate:hover,
#agentApply-content #agentApplyModal div.can-edit .financing-lease .dropdown .operate:hover,
#agentApply-content #agentApplyModal div.can-edit .contract .dropdown .operate:hover a,
#agentApply-content #agentApplyModal div.can-edit .business-license .dropdown .operate:hover a,
#agentApply-content #agentApplyModal div.can-edit .financing-lease .dropdown .operate:hover a{
    background-color: #d4eefd;
}

#agentApply-content #agentApplyModal .contract .dropdown input,
#agentApply-content #agentApplyModal .business-license .dropdown input,
#agentApply-content #agentApplyModal .financing-lease .dropdown input{
    position: absolute;
    opacity: 0;
    height: 30px;
    width: 100%;
}

#agentApply-content #agentApplyModal .basic-info-detail .title{
    /*text-align: left;*/
    width: 20%;
    padding: 0 6px;
    box-sizing: border-box;
}

#agentApply-content #agentApplyModal .basic-info-detail input,
#agentApply-content #agentApplyModal .basic-info-detail .dropdown{
    width: 80%;
}
/*modal end*/
