/* common */

.hide {
  display: none;
}

.modal-header {
  font-size: 16px;
  padding: 12px;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
}

.modal-footer {
  margin: 0px;
}

.modal-footer .footer_block {
  display: none;
}

.modal-footer .modal_zbtn {
  display: inline-block;
  text-align: center;
  background: var(--color-theme);
  border: 1px solid var(--color-theme);
  color: #fff;
  padding: 0px 15px;
  border-radius: 4px;
  line-height: 32px;
  font-size: 14px;
  cursor: pointer;
  margin-left: 10px;
}

.modal-footer .modal_zbtn:hover {
  opacity: 0.8;
}

.modal-footer .modal_zbtn.default {
  background: #fff;
  border-color: #cdcdcd;
  color: #666;
  position: relative;
}

.modal-footer .modal_zbtn.save {
  margin: 0 0 0 10px;
  border-radius: 4px;
  color: #333;
  border: 1px solid #dcdcdc;
  background: #fff;
}

.modal-footer .modal_zbtn.back {
  margin: 0 0 0 10px;
  padding: 0;
  border-radius: 4px;
  color: #999;
  border: 1px solid #fff;
  background: #fff;
}

.modal-body .modal_step_block {
  width: 360px;
  height: 32px;
  padding: 4px 0;
  margin: auto;
  font-size: 0;
}

.modal-body .step_item {
  display: inline-block;
}

.modal-body .step_item b {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 23px;
  border-radius: 50px;
  text-align: center;
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  border: 1px solid #999;
  vertical-align: middle;
}

.modal-body .step_item.active b {
  color: #fff;
  background: var(--color-theme);
  border: 1px solid var(--color-theme);
  
}

.modal-body .step_item.finish b{
  color: #fff;
  font-size: 0px;
  background: #ffffff;
  border: 1px solid var(--color-theme);
  font-family: "iconfont" !important;
}

.modal-body .step_item.finish b:before{
  content: "\e62e";
  color: var(--color-theme);
  font-size: 16px;
}


.modal-body .step_item span {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #999;
  line-height: 24px;
  vertical-align: middle;
  margin-left: 16px;
}

.modal-body .step_item.active span {
  color: var(--color-theme);
  font-weight: 600;
}

.modal-body .step_item.finish span {
  color: #333333;
  font-weight: 400;
}

.modal-body .step_item_line {
  display: inline-block;
  width: 48px;
  height: 2px;
  margin: 0px 16px;
  background: var(--color-theme);
  vertical-align: middle;
}

.modal-body .modal_step_content {
  display: none;
  max-height: 70vh;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}

/* width */

#createProjectModal .modal-dialog {
  width: 1000px;
  margin: 30px auto;
}

#exportProjectModal .modal-dialog {
  width: 945px;
}

/* createProjectModal */

#createProjectModal .modal-header {
  border: 1px solid #fff;
  font-size: 16px;
  border-radius: 4px 4px 0 0;
}

#createProjectModal .modal-body {
  padding: 20px 24px 12px;
}

/******************** step project_type ********************/

.modal_step_content {
  padding: 24px 0 0;
}

.modal_tab_list {
  display: inline-block;
  padding: 0 16px;
  width: calc(100% - 340px);
}

.tab_item {
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 24px;
  padding: 6px;
  cursor: pointer;
}

.tab_item:first-child {
  margin-left: 0;
}

.tab_item:hover {
  background: #e7f0ff;
}

.tab_item.active {
  font-weight: 600;
  color: var(--color-theme);
  line-height: 24px;
  border-bottom: 2px solid;
}

/* 案由搜索框 */

.modal_search_input {
  display: block;
  height: 36px;
}

.modal_search_input input {
  width: 340px;
  height: 32px;
  padding: 0 5px;
  margin: 2px 0;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  border: 1px solid #dcdcdc;
  vertical-align: middle;
}

.modal_search_input input:hover {
  border-color: #c0c4cc;
  transition: 0.3s;
}

.modal_search_input input:focus {
  border-color: var(--color-theme);
  transition: 0.3s;
}

.modal_search_input input::placeholder {
  color: #999;
}

.modal_reason_box {
  width: 100%;
  height: 332px;
  margin-top: 12px;
  padding-top: 16px;
  background: #fff;
  border: 1px solid #eee;
}

.modal_reason_breadcrumb {
  display: none;
  padding: 0 24px;
  margin-bottom: 12px;
  color: #999;
}

.modal_reason_breadcrumb a {
  color: #999;
}

.modal_reason_breadcrumb a:hover {
  color: var(--color-theme);
}

.modal_reason_breadcrumb span {
  color: var(--color-theme);
}

.modal_reason_list {
  padding: 0 0 10px;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 280px;
}

.modal_reason_loading {
  display: none;
  position: absolute;
  width: 948px;
  height: 40px;
  margin: 110px auto;
  background: url(/static/Public/images/lawFirm/projectList_17.gif) no-repeat center;
  background-size: 24px;
}

.modal_reason_list .reason_item {
  display: inline-block;
  width: 164px;
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 20px;
  /*     white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; */
  margin: 8px 0 8px 24px;
  cursor: pointer;
}

.modal_reason_list .reason_item:hover {
  color: var(--color-theme);
}

.modal_reason_list .reason_item.selected {
  color: var(--color-theme);
}

.modal_reason_list .reason_item > font {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.modal_reason_list .reason_item > p {
  display: inline-block;
  width: auto;
  max-width: 110px;
  font-size: inherit;
  color: inherit;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
}

.modal_reason_list .reason_item > i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/static/Public/images/lawFirm/input_add_btn.svg) no-repeat left center;
  background-size: 100% 100%;
  border: none;
  vertical-align: middle;
  margin: 2px 0 2px 5px;
}

/* 案由联想窗 */

.reason_search_list {
  display: none;
  position: absolute;
  z-index: 2010;
  max-height: 530px;
  width: 340px;
  background: #ffffff;
  box-shadow: 0px 6px 30px 5px rgba(0, 0, 0, 0.05), 0px 16px 24px 2px rgba(0, 0, 0, 0.04),
    0px 8px 10px -5px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  animation-name: upbit;
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

.reason_search_list ul {
  max-height: 530px;
  padding: 4px 8px;
  overflow-x: hidden;
  overflow-y: auto;
}

.reason_search_list ul li {
  line-height: 22px;
  padding: 9px 8px;
  background: #fff;
  cursor: pointer;
}

.reason_search_list ul li:hover {
  background: #eaedf3;
}

.reason_search_list ul li .hit_word {
  color: var(--color-theme);
}

@keyframes upbit {
  from {
    transform: translate3d(0, 3rem, 0);
    opacity: 0.3;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/* 案由联想窗 */

.accept_organ_list {
  display: none;
  position: absolute;
  z-index: 2010;
  max-height: 300px;
  background: #fff;
  box-shadow: 0px 6px 30px 5px rgba(0, 0, 0, 0.05), 0px 16px 24px 2px rgba(0, 0, 0, 0.04),
    0px 8px 10px -5px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  animation-name: upbit;
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

.accept_organ_list ul {
  max-height: 300px;
  padding: 4px 8px;
  overflow-x: hidden;
  overflow-y: auto;
}

.accept_organ_list ul li {
  line-height: 22px;
  padding: 9px 8px;
  background: #fff;
  cursor: pointer;
}

.accept_organ_list ul li:hover {
  background: #eaedf3;
}

.accept_organ_list ul li .hit_word {
  color: var(--color-theme);
}

/******************** step project_info ********************/

/* modal_form_wrap */

.modal_form_wrap {
  padding: 0 100px;
}

/* modal_form_block */

.modal_form_block .block_title {
  height: 22px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 22px;
  margin: 24px auto 8px;
}

.modal_form_block .block_title i {
  display: inline-block;
  width: 4px;
  height: 14px;
  background: var(--color-theme);
  border-radius: 2px;
  vertical-align: middle;
  margin-right: 6px;
}

.modal_form_block .block_title span {
  vertical-align: middle;
}

.modal_form_block .block_content {
  font-size: 0;
}

/* modal_form_item */

.modal_form_item {
  position: relative;
  padding: 10px 0px 10px 95px;
  margin: 0px;
}

.modal_form_item_half {
  display: inline-block;
  width: 46%;
  vertical-align: top;
}

.modal_form_item_half.half_margin {
  margin-right: 8%;
}

/* modal_form_item label */

.project_modal .modal_form_item .label {
  font-weight: normal;
  display: block;
  width: 80px;
  text-align: right;
  position: absolute;
  top: 19px;
  left: 0;
  z-index: 1;
  float: left;
  color: #333;
  font-size: 14px;
  padding: 0px;
  line-height: 18px;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.modal_form_item .label font {
  color: #ff0000;
}

.modal_form_item .label.twoLine {
  top: 10px;
}

/* modal_form_input */

.modal_form_item .modal_form_input input {
  line-height: 34px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  width: 100%;
  height: 36px;
  padding: 0 10px;
  font-size: 14px;
}

.modal_form_item .modal_form_input input:hover {
  border-color: #c0c4cc;
  transition: 0.3s;
}

.modal_form_item .modal_form_input input:focus {
  border-color: var(--color-theme);
  transition: 0.3s;
}

.modal_form_item .modal_form_input input[readonly]:focus {
  border-color: #c0c4cc;
  transition: 0.3s;
}

.modal_form_item .modal_form_input input::placeholder {
  color: #8c8c8c;
  font-size: 13px;
}

.modal_form_item .placeholder_right input::placeholder {
  text-align: right;
}

.modal_form_item .modal_form_input {
  position: relative;
}

.modal_form_item .modal_form_input input[readonly] {
  /* color: rgb(51, 51, 51); */
  color: #8c8c8c;
}

.modal_form_item .modal_form_input input[readonly][dateinput] {
  color: #333;
}

/* form_div_input */

.form_div_input {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  width: 100%;
  min-height: 36px;
  font-size: 14px;
}

.form_div_input:hover {
  border-color: #c0c4cc;
  transition: 0.3s;
}

.form_div_input .placeholder {
  position: absolute;
  display: block;
  width: 100%;
  line-height: 36px;
  padding: 0 10px;
  top: 0px;
  text-align: right;
  color: #8c8c8c;
  font-size: 13px;
}

/* form_div_input_tags */

.form_div_input_tags {
  /* display: inline-block; */
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 99;
}

.form_div_input_tags_wrap {
  display: contents;
}

.tag_item {
  background-color: #f5f5f5;
  display: inline-block;
  height: 26px;
  padding: 0 10px;
  margin: 4px 0 4px 6px;
  line-height: 24px;
  font-size: 12px;
  color: #333;
  border-radius: 4px;
  box-sizing: border-box;
  white-space: nowrap;
}

.tag_item .tag_item__close {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 12px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  vertical-align: middle;
  top: -1px;
  right: -5px;
  background: url(/static/Public/images/lawFirm/tag_close.svg) no-repeat;
  background-size: 10px 10px;
  background-position: center;
}

/* modal_form_select */

.modal_form_item .modal_form_select {
  position: relative;
}

.modal_form_item .modal_form_select input {
  line-height: 34px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  width: 100%;
  height: 36px;
  padding: 0 40px 0 10px;
  font-size: 14px;
  background: url(/static/Public/images/lawFirm/projectList_03.svg) no-repeat #fff;
  background-size: 14px 14px;
  background-position: right 10px center;
}

/* form_input_add_btn */

.form_input_add_btn {
  position: absolute;
  top: 1px;
  left: 9px;
  line-height: 34px;
  font-size: 14px;
  color: var(--color-theme);
}

.form_input_add_btn i {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: var(--color-secondary) no-repeat center center;
  background-size: 100% 100%;
  border: none;
  vertical-align: middle;
  margin-right: 5px;
}

/* modal_form_radio */

.modal_form_radio {
  display: inline-block;
  min-height: 36px;
  line-height: 36px;
  vertical-align: middle;
}

.modal_form_radio .form_radio_warp {
  display: inline-block;
  vertical-align: middle;
}

.modal_form_radio .radio_item {
  font-size: 14px;
  align-items: center;
  cursor: pointer;
  color: #333;
  line-height: 1;
  font-weight: 400;
  margin-right: 15px;
  margin-bottom: 0px;
  vertical-align: middle;
}

.modal_form_radio .radio_item.disabled {
  pointer-events: none;
  color: #999;
}

.modal_form_radio .radio_item:last-child {
  margin-right: 0;
}

.modal_form_radio .radio_item .radio_btn {
  display: none;
}

.modal_form_radio .radio_item .icon-choses {
  width: 16px;
  height: 16px;
  border: 1px solid #dcdcdc;
  border-radius: 50px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.modal_form_radio .radio_item span {
  vertical-align: middle;
  user-select: none;
}

.modal_form_radio .radio_item.active .icon-choses {
  width:16px;
  height:16px;
  background:#fff;
  border:1px solid #dcdcdc;
}

.modal_form_radio .radio_item.active .icon-choses{
  background:#fff;
  border:1px solid var(--color-theme);
  position:relative;
}

.modal_form_radio .radio_item .icon-choses:after{
  content:'';
  width:4px;
  height:4px;
  border-radius:50%;
  background:var(--color-theme);
  position:absolute;
  left:50%;
  top:50%;
  z-index:1;
  transition: transform 0.1s ease-in;
  transform: translate(-50%, -50%) scale(0);
}
.modal_form_radio .radio_item.active .icon-choses:after {
  transform: translate(-50%, -50%) scale(2);
}

/* modal_form_checkbox */

.modal_form_checkbox {
  display: inline-block;
  min-height: 36px;
  line-height: 36px;
  vertical-align: middle;
}

.modal_form_checkbox span {
  display: inline-block;
  font-size: 14px;
}

.modal_form_checkbox .checkbox_child_item {
  margin-right: 20px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.modal_form_checkbox .checkbox_child_item .check-icon-chose{
  font-size: 0;
  border: 1px solid #dcdcdc;
  display: inline-block;
  margin-right: 8px;
  color: #fff;
  width: 16px;
  height: 16px;
  line-height: 16px;
  vertical-align: middle;
}

.modal_form_checkbox .checkbox_child_item.active .check-icon-chose{
  border: 1px solid var(--color-theme);
  background:var(--color-theme);
  font-size: 12px;
  padding-left: 1px;
  color: #fff;
  line-height: 15px;
}

/* modal_form_item_hasdesc */

.modal_form_item_hasdesc {
  display: inline-block;
  width: 38%;
  min-width: 250px;
  vertical-align: middle;
}

/* form_item_desc */

.form_item_desc {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: #999;
  line-height: 35px;
  padding-left: 20px;
  vertical-align: middle;
}

/* input suffix */

.modal_form_input.has_suffix input {
  padding-right: 40px;
}

.modal_form_input.has_suffix {
  position: relative;
}

.suffix {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: 40px;
  height: 100%;
  z-index: 1;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
}

/* input has_add */

.modal_form_input.has_add {
  padding-right: 40px;
}

.modal_form_input.has_add .modal_form_input_add {
  position: absolute;
  right: 0px;
  top: 7px;
  z-index: 1;
  display: inline-block;
  background-size: 100% 100%;
  cursor: pointer;
  font-size: 20px;
  color:  var(--color-theme);
}

.modal_form_input.has_add .modal_form_input_delete {
  position: absolute;
  right: 0px;
  top: 9px;
  z-index: 1;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/static/Public/images/lawFirm/projectList_30.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

/* input date_input */

.modal_form_input.date_input input {
  display: inline-block;
  background-image: url(/static/Public/images/lawFirm/projectDetail_15.svg);
  background-size: 16px 16px;
  background-position: right 10px center;
  background-repeat: no-repeat;
}

/* laydate */

body .layui-laydate {
  color: #606266;
  border: 1px solid #e4e7ed;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 4px;
  margin: 5px 0;
}

.layui-laydate .layui-laydate-header {
  border-bottom: 1px solid #ebeef5;
}

.layui-laydate .layui-laydate-header i {
  font-size: 12px;
}

.layui-laydate .layui-laydate-header i:hover,
.layui-laydate .layui-laydate-header span:hover {
  color: var(--color-theme);
}

.layui-laydate .layui-laydate-content td {
  color: #606266;
  font-size: 12px;
  user-select: none;
}

.layui-laydate .layui-laydate-content th {
  color: #606266;
  font-size: 12px;
  user-select: none;
  padding: 8px 6px;
}

.layui-laydate .layui-laydate-content .laydate-day-next,
.layui-laydate .layui-laydate-content .laydate-day-prev {
  color: #c0c4cc;
}

.layui-laydate .laydate-main-list-1 .layui-laydate-content {
  border-color: #ebeef5;
}

.layui-laydate .layui-laydate-footer {
  border-color: #ebeef5;
}

.layui-laydate .layui-laydate-footer span {
  border-color: #d5dae4;
}

.layui-laydate .layui-laydate-footer span:hover {
  color: var(--color-theme);
  border-radius: 5px;
}

body .layui-laydate .layui-this {
  background-color: var(--color-theme) !important;
  color: #fff !important;
  border-radius: 5px;
}

.layui-laydate .layui-laydate-content td.laydate-selected {
  background-color: #ddf1f9;
}

.layui-laydate .laydate-selected:hover {
  background-color: #cae4ff !important;
}

.layui-laydate.layui-laydate-range {
  color: #606266;
  border: 1px solid #e4e7ed;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 4px;
  margin: 5px 0;
}

.layui-laydate.layui-laydate-range .layui-laydate-header {
  border-bottom: 1px solid #ebeef5;
}

.layui-laydate.layui-laydate-range .layui-laydate-header i {
  font-size: 12px;
}

.layui-laydate.layui-laydate-range .layui-laydate-header i:hover,
.layui-laydate.layui-laydate-range .layui-laydate-header span:hover {
  color: var(--color-theme);
}

.layui-laydate.layui-laydate-range .layui-laydate-content td {
  color: #606266;
  font-size: 12px;
  user-select: none;
}

.layui-laydate.layui-laydate-range .layui-laydate-content th {
  color: #606266;
  font-size: 12px;
  user-select: none;
  padding: 8px 6px;
}

.layui-laydate.layui-laydate-range .layui-laydate-content .laydate-day-next,
.layui-laydate.layui-laydate-range .layui-laydate-content .laydate-day-prev {
  color: #c0c4cc;
}

.layui-laydate.layui-laydate-range .laydate-main-list-1 .layui-laydate-content {
  border-color: #ebeef5;
}

.layui-laydate.layui-laydate-range .layui-laydate-footer {
  border-color: #ebeef5;
}

.layui-laydate.layui-laydate-range .layui-laydate-footer span {
  border-color: #d5dae4;
}

.layui-laydate.layui-laydate-range .layui-laydate-footer span:hover {
  color: var(--color-theme);
  border-radius: 5px;
}

.layui-laydate.layui-laydate-range .layui-this {
  background-color: var(--color-theme) !important;
  color: #fff !important;
  border-radius: 5px;
}

.layui-laydate.layui-laydate-range .layui-laydate-content td.laydate-selected {
  background-color: #ddf1f9;
}

.layui-laydate.layui-laydate-range .laydate-selected:hover {
  background-color: #cae4ff !important;
}

/* selectDropdown_list */

.selectDropdown_list {
  position: absolute;
  width: 100%;
  max-height: 216px;
  display: none;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin: 5px 0;
  transform-origin: center top;
  z-index: 2010;
  animation-name: upbit;
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

.selectDropdown_list ul {
  list-style: none;
  padding: 6px 0;
  margin: 0;
  box-sizing: border-box;
  max-height: 216px;
  overflow: auto;
}

.selectDropdown_list ul > li {
  font-size: 13px;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  line-height: 34px;
  box-sizing: border-box;
  cursor: pointer;
  list-style: none;
}

.selectDropdown_list ul > li:hover {
  background-color: #f5f7fa;
}

.selectDropdown_list ul > li.selected {
  color: var(--color-theme);
  font-weight: 700;
  background-color: #fff;
}

/* querySearchAsync */

.querySearchAsync {
  cursor: pointer;
}

/******************** 搜索客户弹窗 ********************/

/* client_modal */

.project_modal .client_modal {
  display: none;
  position: absolute;
  width: 654px;
  /* height: 274px; */
  top: auto;
  bottom: auto;
  margin: 5px 0;
  background: #fff;
  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;
  z-index: 2010;
  animation-name: upbit;
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

.modal_inner_wrap {
  padding: 0 12px;
  font-size: 14px;
}

.modal_inner_header {
  padding: 12px 0;
}

.modal_inner_header > span {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.modal_inner_header > span .client_modal_close {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/static/Public/images/lawFirm/projectList_20.svg) no-repeat left center;
  background-size: 100% 100%;
  border: none;
  vertical-align: top;
  cursor: pointer;
}

.modal_inner_header .search_inner {
  height: 32px;
  line-height: 32px;
}

.modal_inner_header .search_inner input {
  width: 320px;
  height: 32px;
  padding: 0 5px;
  margin-right: 10px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  border: 1px solid #dcdcdc;
  vertical-align: middle;
  z-index: 2010;
}

.modal_inner_header .search_inner input:hover {
  border-color: #c0c4cc;
  transition: 0.3s;
}

.modal_inner_header .search_inner input:focus {
  border-color: var(--color-theme);
  transition: 0.3s;
}

.modal_inner_header .search_inner input::placeholder {
  color: #999;
}

.modal_inner_header .search_inner .modal_zbtn {
  width: 56px;
  height: 32px;
  line-height: 30px;
  color: #fff;
  background: var(--color-theme);
  border-radius: 3px;
  border: 1px solid;
  vertical-align: middle;
}

.modal_inner_header .function_inner {
  padding: 4px 0 12px;
  margin: 12px 0 0;
  line-height: 20px;
  color: #666;
}

.modal_inner_header .function_inner i {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  /* width: 20px;
  height: 20px;
  background: url(/static/Public/images/lawFirm/tips.svg) no-repeat;
  background-size: 20px 20px; */
  /* background-position: center; */
  font-size: 20px;
  color: var(--color-theme);
}

.modal_inner_header .function_inner span {
  display: inline-block;
  padding-left: 5px;
  vertical-align: middle;
}

.modal_inner_header .function_inner .modal_zbtn.text_btn {
  display: inline-block;
  color: var(--color-theme);
  border: 0;
  background: transparent;
  vertical-align: middle;
}

.modal_inner_header .list_inner ul {
  height: 175px;
  overflow-x: hidden;
  overflow-y: auto;
}

.modal_inner_header .list_inner ul li {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 20px;
  padding: 12px 5px;
  border-top: 1px solid #ddd;
  cursor: pointer;
}

.modal_inner_header .list_inner ul li.li_nodata {
  text-align: center;
  line-height: 120px;
  color: #999;
  border-top: 0;
}

.modal_inner_header .list_inner ul li.li_loading {
  text-align: center;
  width: 100%;
  height: 150px;
  background: url(/static/Public/images/lawFirm/projectList_17.gif) no-repeat;
  background-size: 30px 30px;
  background-position: center;
  border-top: 0;
}

.modal_inner_header .list_inner ul li:hover {
  background: #edf1fd;
}

.modal_inner_header .list_inner ul li.li_nodata:hover {
  background: transparent;
}

.modal_inner_header .list_inner ul li.li_loading:hover {
  background: transparent;
}

.modal_inner_header .tab_inner {
  font-size: 14px;
  font-weight: 600;
  color: #666;
  line-height: 20px;
}

.modal_inner_header .tab_inner .tab_item {
  padding: 0 8px 10px;
  font-size: 14px;
}

.modal_inner_header .tab_inner .tab_item:hover {
  background: transparent;
}

.modal_inner_header .tab_inner .tab_item.active {
  border-bottom: 1px solid var(--color-theme);
}

.modal_inner_content {
  overflow: hidden;
  font-size: 0px;
}

.modal_inner_footer {
  padding: 15px 0;
  text-align: right;
}

.modal_inner_footer .modal_zbtn {
  display: inline-block;
  text-align: center;
  background: var(--color-theme);
  border: 1px solid var(--color-theme);
  color: #fff;
  padding: 0px 15px;
  border-radius: 4px;
  line-height: 30px;
  font-size: 14px;
  cursor: pointer;
  margin-left: 10px;
}

.modal_inner_footer .modal_zbtn.cancel {
  margin: 0 0 0 10px;
  border-radius: 4px;
  color: #999;
  border: 1px solid #ddd;
  background: #fff;
}

/* pop */

.pro_mem_list_pop {
  position: absolute;
  display: none;
  height: 344px;
  background: #fff;
  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;
  z-index: 2010;
  animation-name: upbit;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  transition: 0.01s;
}

.pop_header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 43px;
  padding: 0 15px;
  border-bottom: 1px solid #eee;
  z-index: 1;
}

.pop_header .option_wrap {
  position: relative;
}

.pop_header .option_wrap .modal_zbtn.text_btn {
  border: 0;
  line-height: 43px;
  background: transparent;
  color: var(--color-theme);
}

.pop_header .option_wrap span {
  position: absolute;
  top: 10px;
  right: 0;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.pop_header .option_wrap span i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/static/Public/images/lawFirm/projectList_20.svg) no-repeat left center;
  background-size: 100% 100%;
  border: none;
  vertical-align: top;
  cursor: pointer;
}

.pop_body {
  position: relative;
  padding-top: 43px;
}

.pop_body .turn_to_list {
  padding: 12px;
  border-bottom: 1px solid #eee;
}

.pop_body .turn_to_list > span {
  display: inline-block;
  width: 16px;
  height: 18px;
  text-align: center;
  line-height: 14px;
  color: #333;
  cursor: pointer;
  padding: 2px 2px 2px 0;
}

.pop_body .turn_to_list > span.disabled {
  color: #999;
  cursor: default;
  pointer-events: none;
}

.pop_body .turn_to_list > span.normal:hover {
  color: var(--color-theme);
}

.pop_body .project_member_wrap {
  max-height: 220px;
  padding: 12px 12px 0;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}

.pop_body .project_member_wrap li {
  padding: 6px 0;
  line-height: 20px;
}

.pop_body .project_member_wrap li > a {
  display: inline-block;
  width: 20px;
  height: 20px;
  color: inherit;
  cursor: text;
  vertical-align: middle;
}

.pop_body .project_member_wrap li > span {
  display: inline-block;
  color: inherit;
  cursor: text;
  vertical-align: middle;
  cursor: pointer;
}

.pop_body .project_member_wrap li > span:hover {
  color: var(--color-theme);
}

.pop_body .project_member_wrap li > span > em {
  color: #999;
  margin-left: 3px;
}

/* 诉讼 */

.modal_form_item .litigation {
  display: none;
}

/* 非诉讼 */

.modal_form_item .non-litigation {
  display: none;
}

/* 项目编号只读输入框 placeholder特殊处理 */

#projectNumVal::placeholder {
  font-size: 12px;
  font-weight: 400;
  color: #333;
  line-height: 20px;
}

/******************** 邀请成员 ********************/

#inviteMemberModal {
  z-index: 2011;
}

#inviteMemberModal .modal-dialog {
  width: 668px;
  margin: 160px auto;
}

#inviteMemberModal .block_title {
  padding: 32px 105px 16px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  line-height: 20px;
}

#inviteMemberModal .block_title i {
  display: inline-block;
  width: 4px;
  height: 14px;
  background: var(--color-theme);
  border-radius: 2px;
  vertical-align: middle;
  margin-right: 6px;
}

#inviteMemberModal .block_title span {
  vertical-align: middle;
}

#inviteMemberModal .block_content {
  padding: 0 112px;
}

#inviteMemberModal .block_inner_wrap {
  background: #f6f6f6;
  border-radius: 4px;
  border: 1px solid #eee;
  padding: 12px 24px;
  line-height: 20px;
}

#inviteMemberModal .block_inner_wrap .invite_link {
  word-break: break-all;
}

#inviteMemberModal .block_inner_wrap .invite_info .name {
  font-weight: 600;
  margin-right: 5px;
  user-select: none;
}

#inviteMemberModal .block_footer {
  padding: 0 112px;
}

#inviteMemberModal .block_footer .invite_modal_select {
  display: inline-block;
  padding: 10px 0;
  margin: 0;
  width: 100%;
  position: relative;
}

#inviteMemberModal .block_footer .invite_modal_select span {
  display: block;
  float: left;
  width: calc(100% - 115px);
  font-size: 13px;
  line-height: 35px;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  padding: 0 30px 0 10px;
  background: url(/static/Public/images/lawFirm/projectList_03.svg) no-repeat #fff;
  background-position: calc(100% - 8px);
  background-size: 16px 16px;
  cursor: pointer;
}

#inviteMemberModal .block_footer .invite_modal_select ul {
  position: absolute;
  top: 45px;
  width: calc(100% - 115px);
  list-style: none;
  padding: 6px 0;
  margin: 0;
  box-sizing: border-box;
  max-height: 216px;
  overflow: auto;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin: 5px 0;
  transform-origin: center top;
  z-index: 2010;
  animation-name: upbit;
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

#inviteMemberModal .block_footer .invite_modal_select ul li {
  font-size: 13px;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  line-height: 34px;
  box-sizing: border-box;
  cursor: pointer;
  list-style: none;
}

#inviteMemberModal .block_footer .invite_modal_select ul li:hover {
  background-color: #f5f7fa;
}

#inviteMemberModal .block_footer input {
  width: 10px;
  height: 10px;
  font-size: 12px;
  opacity: 1;
  border: 0;
  position: absolute;
  bottom: 100px;
  left: 200px;
  z-index: -1;
}

#inviteMemberModal .block_footer .invite_modal_select .invite_modal_zbtn {
  float: right;
  width: 105px;
  height: 36px;
  background: var(--color-theme);
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  border: 1px solid var(--color-theme);
  color: #fff;
  line-height: 32px;
  font-size: 14px;
  cursor: pointer;
}

/**************************************** 合同/文书上传 start ****************************************/

.pro_attach_item {
  position: relative;
  padding: 10px 0px;
  margin: 0px;
  font-size: 0;
}
.pro_attach_item::after,
.pro_attach_item::before {
  display: table;
  content: "";
}

.pro_attach_item::after,
.pro_attach_item::after {
  clear: both;
}

.pro_attach_item_label {
  text-align: right;
  vertical-align: middle;
  float: left;
  width: 95px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 36px;
  padding: 0px 14px 0 0;
  margin: 0;
  box-sizing: border-box;
}

.pro_attach_item[data-required="1"] .pro_attach_item_label:before {
  content: "*";
  color: #ff0000;
  position: absolute;
  margin-left: -8px;
}

.pro_attach_item_content {
  margin-left: 95px;
  line-height: 36px;
  position: relative;
  font-size: 14px;
}

.pro_attach_upload_file .pro_attach_upload--file-card {
  border-radius: 4px;
  box-sizing: border-box;
  width: 106px;
  height: 36px;
  background: #fff;
  border: 1px solid #dcdcdc;
  cursor: pointer;
  padding: 10px 16px 10px 12px;
  vertical-align: top;
  line-height: 1;
  white-space: nowrap;
}

.pro_attach_upload_file .pro_attach_upload--file-card i {
  font-size: 14px;
  color: #666;
  vertical-align: middle;
}

.pro_attach_upload_file .pro_attach_upload--file-card span {
  font-size: 14px;
  color: #666;
  margin-left: 5px;
}

.pro_attach_upload_file .pro_attach_upload__input {
  display: none;
}

.pro_attach_upload-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pro_attach_upload-list__item {
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  font-size: 14px;
  color: #606266;
  line-height: 1.8;
  margin-top: 5px;
  position: relative;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
}

.pro_attach_upload-list__item:first-child {
  margin-top: 10px;
}

.pro_attach_upload-list .pro_attach_upload-list__item-file {
  width: 100%;
  height: 44px;
  line-height: 44px;
  border: 0;
  padding: 0 15px;
  margin: 8px 0 0;
  background: #fafafa;
}

.pro_attach_upload-list .pro_attach_upload-list__item-file .pro_attach_upload-list__item-file-name {
  float: left;
  width: calc(100% - 80px);
  color: #222;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pro_attach_upload-list .pro_attach_upload-list__item-file .pro_attach_upload-list__item-delete {
  float: right;
  cursor: pointer;
}

/**************************************** 合同/文书上传 end ****************************************/

/* left_border_line */

.left_border_line {
  position: relative;
  padding-left: 20px;
}

.left_border_line::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 16px;
  width: 1px;
  background: #dcdcdc;
  transform: translateY(-50%);
}

/* sex_select */

.sex_select {
  position: relative;
}

.sex_select > ul {
  position: absolute;
  width: 100%;
  top: 38px;
  font-size: 14px;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin: 5px 0;
  padding: 5px 0;
  transform-origin: center top;
  z-index: 2010;
  animation-name: upbit;
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

.sex_select > ul > li {
  font-size: 13px;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  line-height: 34px;
  box-sizing: border-box;
  cursor: pointer;
  list-style: none;
}

.sex_select > ul > li:hover {
  background-color: #f5f7fa;
}

.sex_select > ul > li.selected {
  color: var(--color-theme);
  font-weight: 700;
  background-color: #fff;
}

.modal_form_input.sex_select input {
  padding-right: 40px;
  font-size: 14px;
  background: url(/static/Public/images/lawFirm/projectList_03.svg) no-repeat #fff;
  background-size: 14px 14px;
  background-position: right 10px center;
}

/* 关联利益方提示 */

.related_parties,
.related_parties_opp {
  position: relative;
  color: #999;
  display: none;
}

.modal_form_wrap .related_parties .label,
.modal_form_wrap .related_parties_opp .label {
  left: -85px;
  color: #999;
}

.related_parties .modal_form_linkTips,
.related_parties_opp .modal_form_linkTips {
  font-size: 14px;
  line-height: 24px;
  padding: 16px 0 0;
}

/* 关联利益方弹窗 */

.relate_modal {
  position: absolute;
  top: calc(50% - 320px);
  left: calc(50% - 380px);
  transform: translate(-50%, -50%);
  z-index: 2021;
  display: none;
  animation-name: upbit;
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

.relate_modal .modal-dialog {
  width: 760px;
  margin: 0px auto;
}

.relate_modal .modal-header {
  text-align: left;
  font-size: 16px;
  padding: 12px;
  border-bottom: 1px solid #f0f0f0;
}

.relate_modal .relate_parties_list_wrap {
  padding: 20px;
  max-height: 500px;
  overflow: scroll;
}

.relate_modal th {
  background: #f9f9f9;
  color: #666;
  white-space: nowrap;
  line-height: 44px;
  text-align: left;
  width: 90px;
}

.relate_modal th:first-child {
  width: 120px;
}

.relate_modal th:first-child,
.relate_modal td:first-child {
  text-align: left;
  padding-left: 20px;
}

.relate_modal td {
  text-align: left;
  border-bottom: 1px solid #f6f6f6;
  padding: 12px 0;
}

/* 利冲提示 */

.optCustomerModal_tips,
.optCustomerModal_tips_opp {
  font-size: 14px;
  line-height: 24px;
  padding-top: 12px;
  color: #e54141;
}

.optCustomerModal_tips i,
.optCustomerModal_tips_opp i {
  display: inline-block;
  background: url(/static/Public/images/lawFirm/projectDetail_39.png) no-repeat;
  background-size: 100% 100%;
  width: 16px;
  height: 17px;
  vertical-align: text-top;
  margin-right: 6px;
}

.optCustomerModal_tips a,
.optCustomerModal_tips_opp a {
  color: #e54141;
}

.changeProjectType_Tips {
  color: #e54141;
  font-size: 14px;
  margin-left: 20px;
  vertical-align: middle;
}

/* 工商信息联想 */

.business_info_dropdown {
  display: none;
  position: absolute;
  z-index: 2010;
  max-height: 250px;
  background: #ffffff;
  box-shadow: 0px 6px 30px 5px rgba(0, 0, 0, 0.05), 0px 16px 24px 2px rgba(0, 0, 0, 0.04),
    0px 8px 10px -5px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  animation-name: upbit;
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

.dropdown_inner_wrap {
  padding: 10px 0;
}

.dropdown_list_inner > ul {
  max-height: 190px;
  padding: 0 12px;
  overflow-x: hidden;
  overflow-y: auto;
}

.dropdown_list_inner > ul > li {
  line-height: 22px;
  padding: 9px 8px;
  background: #ffffff;
  cursor: pointer;
  font-size: 14px;
}

.dropdown_list_inner > ul > li .hit_word {
  color: var(--color-theme);
}

.form_div_input,
.form_input_add_btn,
.modal_form_select input,
.date_input input {
  cursor: pointer;
}

/* 20230506 新增刑事多选 */

.criminal_muti_wrap {
  display: block;
}

.reason_select_box {
  margin-bottom: 12px;
}

.muti_inner_list {
  display: inline-block;
}

.muti_inner_list .muti_item {
  display: inline-block;
  height: 26px;
  padding: 0 10px;
  margin: 4px 6px 4px 0;
  line-height: 24px;
  font-size: 12px;
  color: var(--color-theme);
  background-color: #fff;
  border: 1px solid var(--color-theme);
  border-radius: 4px;
  box-sizing: border-box;
  white-space: nowrap;
}

.muti_inner_list .muti_item > i {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 12px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  vertical-align: middle;
  top: -1px;
  right: -5px;
  background: url(/static/Public/images/lawFirm/tag_close.svg) no-repeat;
  background-size: 10px 10px;
  background-position: center;
}

.muti_btn {
  display: inline-block;
  line-height: 34px;
  font-size: 14px;
  color: var(--color-theme);
  cursor: pointer;
}

.muti_btn i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/static/Public/images/lawFirm/input_add_btn.svg) no-repeat left center;
  background-size: 100% 100%;
  border: none;
  vertical-align: middle;
  margin-right: 5px;
}

/* 保证金 */

.earnest_money_dropdowm {
  position: absolute;
  width: 100%;
  max-height: 216px;
  /* display: none; */
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin: 5px 0;
  transform-origin: center top;
  z-index: 2010;
  animation-name: upbit;
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

.earnest_money_dropdowm ul {
  list-style: none;
  padding: 6px 0;
  margin: 0;
  box-sizing: border-box;
  max-height: 216px;
  overflow: auto;
}

.earnest_money_dropdowm ul > li {
  font-size: 13px;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  line-height: 34px;
  box-sizing: border-box;
  cursor: pointer;
  list-style: none;
}

.earnest_money_dropdowm ul > li:hover {
  background-color: #f5f7fa;
}

.earnest_money_dropdowm ul > li.selected {
  color: var(--color-theme);
  font-weight: 700;
  background-color: #fff;
}

/* 确认无利益冲突提示 */

.proForm-interest_conflict {
  float: left;
  height: 36px;
  margin-left: 124px;
}

.proForm-interest_conflict .interest_conflict-radio_item {
  color: #333;
  font-weight: 500;
  line-height: 1;
  position: relative;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  outline: none;
  font-size: 14px;
  margin-top: 9px;
  margin-right: 20px;
  margin-bottom: 9px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  overflow: hidden;
  text-overflow: ellipsis;
}

.proForm-interest_conflict .interest_conflict-radio_input {
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: middle;
}

.proForm-interest_conflict .interest_conflict-radio_label {
  font-size: 14px;
  padding-left: 8px;
}

.proForm-interest_conflict .interest_conflict-radio_input_inner {
  border: 1px solid #dcdfe6;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
}

.proForm-interest_conflict .interest_conflict-radio_input input {
  opacity: 0;
  outline: none;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

.proForm-interest_conflict .interest_conflict-radio_item .interest_conflict-radio_input_inner > i {
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: var(--color-theme);
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.15s ease-in;
}

.proForm-interest_conflict .interest_conflict-radio_item.active .interest_conflict-radio_input_inner {
  border-color: var(--color-theme);
}

.proForm-interest_conflict .interest_conflict-radio_item.active .interest_conflict-radio_input_inner > i {
  transform: translate(-50%, -50%) scale(2);
}
/* 上传文件 */
.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;
}
