.common-table-header{
  text-align: center !important;
}
.feedBack_info .el-divider--horizontal {
  margin: 10px 0;
}
.titleLine{
  width: 100%;
  padding: 10px 0;
  border-bottom: 2px solid #d2e1ff;
  margin: 0 0 10px 0;
  position: relative;
}
.titleLine>.line{
  position: absolute;
  width: 60px;
  height: 2px;
  background: #1890ff;
  bottom: -2px;
  left: 0;
}
.marginRight {
  margin-right: 10px;
}
.marginBottom {
  margin-bottom: 20px;
}

// ******添加代码部分******
// .iconfont {
//   font-size: 14px !important;
// }
.feedbackmarginRight {
  margin-right: 10px !important;
}
.feedBackMarginTop {
  margin-top: 17px
}
.feedBackfloatChange {
  float: left
}
.feedbackImportData{
  text-align: center;
  font-size: 14px;
  padding: 30px 0;
  color: #6e778f;
  span{
    margin-bottom: 10px;
    &:nth-child(1){
      width: 100px;
      text-align: right;
    }
    &:nth-child(2){
      width: 80px;
      text-align: left;
    }
    display: inline-block;
  }
}
// 转交人员scss部分----陈昭宇
.transferPerson{
  margin: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /deep/ .el-form-item__error{
    margin-left: 78px;
  } 
  .box{
    margin-bottom:24px;
    width:100%;
    .dropBox{
        margin: 0 auto;
        .el-select{
          width: 380px !important;
        }
    }
  }
}

// 反馈素材明细scss部分----陈昭宇
// .feedbackDetails{
//   margin: 10px;
//   text-align: center;
// }

// *** 评审素材scss部分 ***
.pssc-css:hover {
  background-color: #feeded !important;
  color: #f56c6c !important;
  border: 1px solid #ffbfbf !important;
}
.pssc-css {
  background-color: #fff !important;
  color: #f56c6c !important;
  border: 1px solid #ffbfbf !important;
}

// 高级检索----dl
.retrievalCheck{
  .el-form-item{
    min-height: 35px;
    margin-bottom: 0;
    .el-form-item__label{
      line-height: 30px;
    }
  }
  .el-form-item__content{
    line-height: 30px;
    position: relative;
    .checkAll{
      position: absolute;
      width: 160px;
      // margin-left: -13px;
      .el-checkbox__label{
        padding: 3px 10px; // 高级检索padding
        border: 1px solid #dbdfe5;
        border-radius: 3px;
        background: #faf9f9;
      }
    }
  }
  .el-checkbox-group {
    .el-checkbox:first-child{
      // margin-left: 180px;
      margin-left: 62px;
    }
    .el-checkbox{
      // width: 180px;
      margin-right: 0;
      .el-checkbox__label{
        padding: 3px 10px; // 高级检索padding
        border: 1px solid #dbdfe5;
        border-radius: 3px;
        background: #faf9f9;
      }
    }
  }
  .el-checkbox__input{
    visibility: hidden !important;
    display: none;
  }
  .is-checked{
    margin-right: 12px !important;
  }
  .el-checkbox__input.is-checked+.el-checkbox__label{
    border: 1px solid #5f99fd;
    border-radius: 3px;
    color: #5f99fd;
    border-color: #badeff;
    background-color: #e8f4ff;
  }
}

//  检索详情 dl
.retrievalBox{
  .caseList{
    >ul{
      margin-left: 0px; // 样式修改
      padding-left: 30px;
      background: #f7f7f7;
    }
  }
  .detailsBox{
    font-size: 16px;
    padding: 0 0 10px 0;
     .iconfont{
      color: #1890ff;
      font-size: 28px !important;
      vertical-align: middle;
      margin-right: 5px;
    }
  }
  .titleLine{
    width: 100%;
    padding: 0;
    border-bottom: 2px solid #d2e1ff;
    margin: 0 0 10px 0;
    position: relative;
    .iconfont{
      color: #1890ff;
      font-size: 20px !important;
      vertical-align: middle;
      margin-left: 4px;
      margin-right: 6px;
    }
  }
  .titleLine>.line{
    position: absolute;
    width: 60px;
    height: 2px;
    background: #1890ff;
    bottom: -2px;
    left: 35px;
  }
  .titleLine>.whiteLine{
    position: absolute;
    width: 35px;
    height: 2px;
    background: #fff;
    bottom: -2px;
    left: 0;
  }
  ul{
    padding-bottom: 10px;
    margin-left: 30px;
    >li{
      line-height: 35px;
      font-size: 14px;
      >span{
        display: inline-block;
        // width: 140px; // 案例样式修改
        // text-align: right;
        text-align: left;
      }
      >label{
        display: inline-block;
        width: calc(100% - 180px);
        vertical-align: top;
        font-weight: 400;
        font-size: 13px;
      }
    }
  }
}

// 检索一览界面 dl
.retrievalListBox{
  .retrievalContent{
    display: flex;
    align-items: stretch;
    height: calc(100% - 10px);
    .leftBox{
      flex: 8;
      .searchBox{
        display: flex;
        align-items: center;
        margin: 0 0 10px 0;
        border: 1px solid #d8dce5;
        border-radius: 4px;
        overflow: hidden;
        >span{
          width: 60px;
          display: inline-block;
          text-align: right;
          font-size: 14px;
          color: #606266;
          line-height: 40px;
          font-weight: bold;
        }
        >.searchInput{
          width: calc(100% - 175px);
          display: inline-block;
        }
      }
      .contentBox{
        >div:first-child{
          margin-top: 0px; // 检索列表样式
        }
        >div{
          background: #fff;
          border: 1px solid #d8dce5;
          border-radius: 4px;
          padding: 5px 20px;
          margin: 10px 0 0 0;
          >h3{
            font-size: 16px;
            border-bottom: 1px solid #d8dce5;
            padding: 0px 0 10px;
            color: #606266;
          }
          ul{
            margin-top: 6px;
            >li{
              font-size: 14px;
              line-height: 28px;
              >span, >label{
                font-weight: 400;
                color: #606266;
              }
              >label{
                display: inline-block;
                width: calc(100% - 120px);
                vertical-align: top;
              }
            }
          }
        }
      }
      .pageBox {
        width: 100%;
        .el-pagination{
          text-align: right;
          padding: 10px 0 0;
        }
        .el-input__inner{
          background-color: #f3f3f4; // 检索分页
        }
        .btn-prev{
          background-color: #f3f3f4; // 检索分页
        }
        .btn-next{
          background-color: #f3f3f4; // 检索分页
        }
        .number.active{
          background-color: #f3f3f4; // 检索分页
        }
        .number{
          background-color: #f3f3f4; // 检索分页
        }
        .el-icon.more.btn-quicknext.el-icon-more{
          background-color: #f3f3f4; // 检索分页
        }
      }
    }
    .rightBox{
      flex:2;
      min-width: 310px;
      >div{
        border: 1px solid #d8dce5;
        border-radius: 4px;
        margin: 0 0 10px 10px;
        height: calc(100%/2);
        padding: 10px 20px 0;
        overflow: auto;
        >h3{
          font-size: 16px;
          border-bottom: 1px solid #d8dce5;
          padding: 0px 0 10px;
          color: #606266;
          line-height: 28px;
          >.iconfont{
            font-size: 20px !important;
            vertical-align: middle;
            color: #1890ff;
            margin-right: 5px;
            position: relative;
            top: -1px;
          }
          .el-button{
            float: right;
          }
        }
        ul{
            margin-top: 6px;
            >li{
              font-size: 14px;
              line-height: 28px;
              position: relative;
              >span{
                font-weight: 400;
                color: #606266;
                display: inline-block;
                width: calc(100% - 20px);
                max-width: 240px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                vertical-align: top;
              }
              .el-button{
                position: absolute;
                right: 0;
                top: 2px;
                padding: 4px;
              }
            }
          }
      }
      >div:last-child{
        margin-bottom: 0;
        ul>li>span{
          width: calc(100% - 60px);
        }
      }
    }
  }
}

.repositoryListNew{
  .el-tabs__nav-wrap.is-top{
    border-bottom: 1px solid #bbb !important;
  }
}
#tab-1{
  height: 40px;
  padding: 2px 20px !important;
}
#tab-2{
  height: 40px !important;
  padding: 2px 20px !important;
  margin-left: 0px !important;
}
//  复核设值弹窗
// .el-select-dropdown__item{
//   background-color: #fff !important;
// }
// .el-tree .el-tree-node__label{
//   margin-left: 5px;
// }

// 下拉长度100%
// .repositoryListNew{
//   /deep/ .multipleSelect{
//     width: 100% !important;
//   }
// }
