.ynba-text-info-color__grey {
    color: #ada9a9;
}
.ynba-text-info-color__black {
    color: #393939;
}
/*==============================================================*/
/*详情页模块Start*/
.ynba-info-mod-box {
    border-bottom: 1px dashed #cdcdcd;
}
.ynba-info-mod-title-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 20px 20px 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d8e2f2;
}
.ynba-info-mod-title-tips {
    /*width: 8px;
    height: 20px;
    background-color: #225ab8;*/
    font-size: 22px;
    /*font-weight: bold;*/
    color: #225ab8;
}
.ynba-info-mod-title-tips i {
    font-size: 28px;
}
.ynba-info-mod-title-text {
    font-size: 22px;
    font-weight: bold;
    color: #225ab8;
    margin-left: 15px;
}
.ynba-info-mod-content {
    padding: 20px;
}
.ynba-text-info-box {
    display: flex;
    flex-direction: column;
}
.ynba-text-info-box .ynba-text-info-row {
    display: flex;
}
/*详情页模块End*/
/*=========================================================================*/
/*进度条样式Start*/
.ynba-progress-box {
    display: flex;
    flex-direction: row;
    padding-top: 20px;
}
.ynba-progress-box .ynba-progress-item {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.ynba-progress-box .ynba-progress-item-text {
    color: #ada9a9;
}
.ynba-progress-box .ynba-progress-item-progress-line {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}
.ynba-progress-box .ynba-progress-item-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    margin: auto;
    box-shadow: 0px 0px 5px 0px #9b9b9b;
    display: flex;
}
.ynba-progress-box .ynba-progress-item-icon i.fa {
    font-size:22px;
    color:#FFF;
    margin: auto;
}
.ynba-progress-box .ynba-progress-item-icon i.fa-info {
    color:#cdcdcd;
}
.ynba-progress-box .ynba-progress-item-icon i.fa-check {
    display: none;
}
.ynba-progress-box .ynba-progress-item-icon i.fa-close {
    display: none;
}
.ynba-progress-box .ynba-progress-item-line {
    height: 8px;
    background-color: #cdcdcd;
    width: calc(100% - 40px);;
    box-shadow: 0px 3px 5px 0px #b7b5b5;
    position: absolute;
    right: calc(50% + 20px);
}
.ynba-progress-box .ynba-progress-item-line-tips{
    display: none;
    color: #225ab8;
    position: absolute;
    top:-35px;
    left: 0;
    right: 0;
}
/*正在审核状态样式*/
.ynba-progress-box .ynba-progress__pending .ynba-progress-item-icon i.fa-info {
    color: #FFB800;
}
.ynba-progress-box .ynba-progress__pending .ynba-progress-item-text {
    color: #FFB800;
}
/*完成状态样式*/
.ynba-progress-box .ynba-progress__finish .ynba-progress-item-icon{
    background-color: #4d86e5;
}
.ynba-progress-box .ynba-progress__finish .ynba-progress-item-icon i.fa-check {
    display: block;
}
.ynba-progress-box .ynba-progress__finish .ynba-progress-item-icon i.fa-info {
    display: none;
}
.ynba-progress-box .ynba-progress__finish .ynba-progress-item-icon i.fa-close {
    display: none;
}
.ynba-progress-box .ynba-progress__finish .ynba-progress-item-line{
    background-color: #4d86e5;
}
.ynba-progress-box .ynba-progress__finish .ynba-progress-item-line-tips{
    display: block;
}
.ynba-progress-box .ynba-progress__finish .ynba-progress-item-text{
    color: #5FB878;
}
/*失败状态样式*/
.ynba-progress-box .ynba-progress__fail .ynba-progress-item-icon {
    background-color: #FF5722;
}
.ynba-progress-box .ynba-progress__fail .ynba-progress-item-icon i.fa-close {
    display: block;
}
.ynba-progress-box .ynba-progress__fail .ynba-progress-item-icon i.fa-info {
    display: none;
}
.ynba-progress-box .ynba-progress__fail .ynba-progress-item-icon i.fa-check {
    display: none;
}
.ynba-progress-box .ynba-progress__fail .ynba-progress-item-line{
    background-color: #4d86e5;
}
.ynba-progress-box .ynba-progress__fail .ynba-progress-item-line-tips{
    display: block;
}
.ynba-progress-box .ynba-progress__fail .ynba-progress-item-text{
    color: #FF5722;
}
/*进度条样式End*/
/*=======================================================================*/
/*文本信息表格Start*/
.ynba-text-table-box {
    padding: 10px 0;
}
.ynba-text-table {
    width: 100%;
}
.ynba-text-table th,
.ynba-text-table td {
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    color: #393939;
}
.ynba-text-table thead th {
    padding: 9px 15px;
    min-height: 22px;
    line-height: 22px;
    font-size: 18px;
    background-color: #4d86e5;
    color: #ffffff;
}
.ynba-text-table tbody td{
    padding: 9px 15px;
    min-height: 20px;
    line-height: 20px;
    font-size: 16px;
}
.ynba-text-table .ynba-text-label-td {
    background-color: #f2f9fc;
}
/*文本信息表格End*/
/*=======================================================================*/
/*文件表格Start*/
.ynba-file-tables-box {
    padding: 10px 0;
}
.ynba-file-table {
    width: 100%;
}
.ynba-file-table th,
.ynba-file-table td {
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    color: #393939;
}
.ynba-file-table thead th {
    padding: 9px 15px;
    min-height: 22px;
    line-height: 22px;
    font-size: 18px;
    background-color: #4d86e5;
    color: #ffffff;
}
.ynba-file-table tbody td{
    padding: 9px 15px;
    min-height: 20px;
    line-height: 20px;
    font-size: 16px;
}
.ynba-file-table tbody td i.fa{
    color: #225ab8;
}
.ynba-file-table .ynba-file-type-title {
    cursor: pointer;
}
.ynba-file-table .ynba-file-type-title:hover {
    border-bottom: 1px solid #225ab8;
}
/*文件表格End*/
/*===============================================================================*/
/*文件审核监管端用Start*/
.ynba-file-approval-box {
    display: flex;
    flex-direction: column;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    color: #393939;
    margin: 10px 0;
}
.ynba-file-approval-head {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 9px 15px;
    min-height: 22px;
    line-height: 22px;
    font-size: 18px;
    background-color: #4d86e5;
    color: #ffffff;
}
.ynba-file-approval-head .ynba-file-approval-name {
    margin-left: 10px;
}
.ynba-file-approval-content {
    display: flex;
    flex-direction: row;
}
.ynba-file-approval-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 200px;
    overflow: auto;
    padding: 15px;
    border-right: 1px solid #e6e6e6;
}
.ynba-file-approval-list .ynba-file-approval-list-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #595959;
    padding: 10px 20px 10px 10px;
    border-bottom: 1px solid #e8e8e8;
}
.ynba-file-approval-list .ynba-file-approval-list-item i.fa {
    color: #225ab8;
    font-size:20px;
}
.ynba-file-approval-list .ynba-file-approval-list-item:hover {
    background-color: #f2f2f2;
}
.ynba-file-approval-list .ynba-file-approval-list-item .ynba-file-approval-list-item-name {
    width: calc(100% - 80px);
    display: flex;
    flex-direction: row;
}
.ynba-file-approval-list .ynba-file-approval-list-item .ynba-file-approval-list-item-name span {
    word-wrap: break-word;
}
.ynba-file-approval-list .ynba-file-approval-list-item .ynba-file-approval-list-item-icon i.fa {
    cursor: pointer;
}
.ynba-file-approval-result {
    flex: 1;
    padding: 15px;
}
/*文件审核监管端用End*/
/*自定义layerLoading加载皮肤Start*/
body .ynba-loading {
    background-color: transparent;
    box-shadow: none;
}
body .ynba-loading .layui-layer-content {
    overflow: hidden;
}
/*自定义layerLoading加载皮肤End*/