/* 上传文件 */
.dialog_content::-webkit-scrollbar {
  width: 5px;
  height: 1px;
}

.dialog_content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #d8d8d8;
}

.dialog_content::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #ffffff;
}

.clearfix:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.tc {
  text-align: center;
}

.blue_btn {
  color: var(--color-theme);
}

.red_btn {
  color: #e34d59;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.load {
  height: 200px;
  background: url(/static/Public/images/lawFirm/projectList_17.gif) no-repeat center;
  background-size: 24px;
}

.nodata {
  text-align: center;
  padding: 40px 0;
  color: #333;
}

.fc3 {
  font-size: 14px;
  font-weight: 400;
  color: #333;
}

.nodata_upload {
  line-height: 146px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}

.upload_header {
  width: 100%;
  height: 40px;
}

.upload_bg_wrap {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 10;
}

#createProjectUploadFileDialog {
  z-index: 2010;
}

#createProjectUploadFileDialog .modal-dialog {
  margin: 50px auto;
  overflow: hidden;
  width: 580px;
  height: 700px;
  background: #ffffff;
  box-shadow: 0px 3px 14px 6px rgba(0, 0, 0, 0.05), 0px 8px 10px 1px rgba(0, 0, 0, 0.06),
    0px 5px 5px -3px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: 1px solid #dcdcdc;
}

#createProjectUploadFileDialog .close {
  position: absolute;
  right: 12px;
  top: 10px;
  cursor: pointer;
}

#createProjectUploadFileDialog .dialog_content {
  height: calc(100% - 110px);
  overflow-y: auto;
  overflow-x: hidden;
}

#createProjectUploadFileDialog .modal-head {
  padding: 18px;
  background: #fff;
  height: auto;
}

#createProjectUploadFileDialog .modal-body {
  height: 607px;
  padding: 15px 0;
  overflow-x: hidden;
  overflow-y: auto;
}

#createProjectUploadFileDialog .modal-foot {
  padding: 0;
  overflow: hidden;
}

#createProjectUploadFileDialog .upload_btns {
  text-align: right;
  /* margin-top: 10px; */
  padding: 10px 20px;
}

#createProjectUploadFileDialog .upload_btn {
  width: 72px;
  height: 36px;
  border-radius: 4px;
  background: #fff;
  border: 0;
  cursor: pointer;
}

#createProjectUploadFileDialog .uploadFile_cancel {
  border: 1px solid rgba(38, 38, 38, 0.3);
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin-right: 8px;
}

#createProjectUploadFileDialog .uploadFile_confirm {
  background: var(--color-theme);
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}

.upload_type_one {
  margin-bottom: 30px;
  padding: 0 30px;
}

.upload_type_header {
  margin-bottom: 12px;
  line-height: 32px;
}

.upload_type_header .upload_type_title {
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.9);
}

.upload_type_header .upload_type_header_right {
  position: relative;
  cursor: pointer;
}

.upload_type_header .upload_type_header_right .upload_tip {
  font-size: 14px;
  color: #999999;
  position: absolute;
  left: -152px;
  top: 0;
}

.upload_type_header .uploadfile_btn {
  width: 106px;
  height: 32px;
  background: var(--color-theme);
  border-radius: 4px;
  border: 1px solid #dddddd;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 28px;
  cursor: pointer;
}

.upload_type_header .uploadfile_btn img {
  vertical-align: middle;
  width: 16px;
  height: 18px;
  margin-bottom: 2px;
}

.upload_type_header .input_file {
  position: absolute;
  top: 0;
  left: 0;
  width: 106px;
  height: 32px;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  font-size: 0;
}

.upload_type_one .upload_list_wrap .upload_list_top,
.upload_type_one .upload_list_wrap .upload_list_bot {
  font-size: 0;
}

.upload_list_top .list_top_tit,
.upload_list_bot .list_top_tit {
  display: inline-block;
  font-size: 0px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
  padding: 10px 24px;
}

.upload_list_top .list_top_tit {
  font-size: 14px;
  vertical-align: top;
}

.upload_list_bot .list_top_tit {
  color: #333;
  font-size: 14px;
  vertical-align: top;
}

.upload_list_top .list_top_tit:first-child,
.upload_list_bot .list_top_tit:first-child {
  width: 150px;
}

.upload_list_top .list_top_tit:nth-child(2),
.upload_list_bot .list_top_tit:nth-child(2) {
  width: 128px;
}

.upload_list_top .list_top_tit:nth-child(3),
.upload_list_bot .list_top_tit:nth-child(3) {
  width: 136px;
}

.upload_list_top .list_top_tit:nth-child(4),
.upload_list_bot .list_top_tit:nth-child(4) {
  width: 80px;
}

.upload_type_one .upload_list_wrap .upload_list_top {
  border: 1px solid #e7e7e7;
}

.upload_type_one .upload_list_wrap .upload_list_bot {
  border: 1px dashed #e7e7e7;
  border-top: 0;
}

.deleteUpfile {
  cursor: pointer;
}

.upload_list_top .list_top_tit {
  border-right: 1px solid #e7e7e7;
}

.upload_list_top .list_top_tit:last-child {
  border-right: 0;
}

.upload_list_bot .list_top_tit:first-child {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
