.content-mid-box {
  flex: 1;
  background: #fff;
  padding: 24px;
  border-radius: 4px;
}
.content-mid-box .content-mid-title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 24px;
  color: #000;
  font-weight: 500;
}
.content-mid-box .content-mid-info {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
  border-bottom: 1px #E1E1E1 dashed;
  margin-bottom: 10px;
}
.content-mid-box .content-mid-info .content-mid-info-left {
  width: 50%;
  display: flex;
  justify-content: space-between;
  color: #9A9A9A;
  font-size: 12px;
}
.content-mid-box .content-mid-info .content-mid-info-left .content-mid-info-left-text {
  margin-right: 15px;
}
.content-mid-box .content-mid-info .content-mid-info-right {
  display: none;
  font-size: 16px;
}
.content-mid-box .content-mid-utils {
  padding: 10px;
  display: flex;
  align-items: center;
}
.content-mid-box .content-mid-utils .content-mid-utils-text {
  color: #9A9A9A;
  margin-right: 15px;
  font-size: 12px;
}
.content-mid-box .content-mid-utils .content-mid-utils-btn {
  width: 160px;
  background: #F6F6F6;
  padding: 8px 18px;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
}
.content-mid-box .content-mid-utils .content-mid-utils-btn .content-mid-utils-btn-item {
  color: #9A9A9A;
  font-size: 12px;
  cursor: pointer;
}
.content-mid-box .content-mid-utils .content-mid-utils-btn .btn-action {
  color: #C40C12;
}
.content-mid-box .content-mid-text {
  text-indent: 2em;
  line-height: 2em;
  margin-bottom: 15px;
  font-size: 16px;
  color: #333333;
}
.search .content-title {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.search .content-search-box {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.search .content-search-box .content-search-item {
  width: 30%;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.search .content-search-box .content-search-item .content-search-item-name {
  margin-right: 15px;
  white-space: nowrap;
}
.search .content-search-box .content-search-item .content-search-item-val {
  flex: 1;
  background: #FFF9F9;
}
.search .content-search-btn {
  display: flex;
  justify-content: flex-end;
}
.search .content-search-btn .reset-brn,
.search .content-search-btn .search-brn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 0 22px;
  background: #C40C12;
  transition: all 0.3s;
  cursor: pointer;
  min-width: 100px;
  height: 40px;
  white-space: nowrap;
  border-radius: 6px;
  font-size: 16px;
}
.search .content-search-btn .reset-brn {
  border: 1px solid #C40C12;
  color: #C40C12;
  transition: all 0.3s;
  background-color: initial;
  margin-right: 15px;
}
.search .content-search-btn .search-brn .iconfont {
  margin-right: 10px;
}
.search .col-name {
  margin-top: 60px;
  text-align: center;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search .col-name span {
  margin: 0 15px;
}
.search .content-list {
  display: grid;
  grid-template-columns: repeat(3, 30%);
  justify-content: space-between;
}
.search .content-list .list-item {
  background: #F6F6F6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  border-radius: 6px;
  height: 180px;
  margin-bottom: 15px;
}
.search .content-list .list-item .item-img {
  width: 135px;
  height: 100%;
  display: flex;
  overflow: hidden;
  justify-content: center;
  flex-shrink: 0;
}
.search .content-list .list-item .item-img img {
  width: 100%;
}
.search .content-list .list-item .item-text {
  padding: 10px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}
.search .content-list .list-item .item-text .item-text-name {
  color: #C40C12;
  font-size: 18px;
}
.search .content-list .list-item .item-text .item-text-paper {
  font-size: 16px;
}
.search .content-list .list-item .item-text .item-text-paper div:last-child {
  font-size: 12px;
}
.search .content-list .list-item .item-text .item-text-describe {
  font-size: 14px;
  color: #666666;
}
.search .content-list .list-item .item-text .item-text-fun {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.search .content-list .list-item .item-text .item-text-fun .fun-btn-error,
.search .content-list .list-item .item-text .item-text-fun .fun-btn-warn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px;
  padding: 5px 10px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s;
}
.search .content-list .list-item .item-text .item-text-fun .fun-btn-error {
  border: 1px solid #C40C12;
  color: #C40C12;
  margin-right: 10px;
}
.search .content-list .list-item .item-text .item-text-fun .fun-btn-error:hover {
  background: #C40C12;
  color: #fff;
}
.search .content-list .list-item .item-text .item-text-fun .fun-btn-warn {
  border: 1px solid #FFA53B;
  color: #FFA53B;
}
.search .content-list .list-item .item-text .item-text-fun .fun-btn-warn:hover {
  background: #FFA53B;
  color: #fff;
}
.xspx-box {
  height: auto;
  background: #fff;
  padding: 15px 30px;
  border-radius: 5px;
  margin-right: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.xspx-box .xspx-item {
  width: 31%;
  cursor: pointer;
  background: #F6F6F6;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid transparent;
  transition: all 0.3s;
  margin-right: 2.33333%;
}
.xspx-box .xspx-item:hover {
  border: 1px solid #C40C12;
  box-shadow: 2px 4px 5px #c40c1280;
  background: #fff;
}
.xspx-box .xspx-item:hover .xspx-item-portrait img {
  transform: scale(1.2);
}
.xspx-box .xspx-item:hover .xspx-item-name {
  color: #C40C12;
}
.xspx-box .xspx-item .xspx-item-portrait {
  height: 180px;
  width: 100%;
  overflow: hidden;
}
.xspx-box .xspx-item .xspx-item-portrait img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.xspx-box .xspx-item .xspx-item-company {
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
}

[name="approvalListContent"] .progress-item {
  width: 80%;
  margin: auto;
  border-radius: 8px;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.25);
  padding: 16px 24px;
  box-sizing: border-box;
  border-left: 5px solid #c40c12;
  position: relative;
  margin-bottom: 22px;
}
[name="approvalListContent"] .progress-item .progress-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 14px;
}
[name="approvalListContent"] .progress-item .progress-info-item {
  font-size: 16px;
  margin-bottom: 10px;
}
[name="approvalListContent"] .progress-item .status {
  position: absolute;
  top: -19px;
  right: -19px;
  overflow: hidden;
  height: 145px;
  width: 145px;
  transform: scale(0.8);
}
[name="approvalListContent"] .progress-item .status::before {
  content: "";
  display: block;
  position: absolute;
  background: #fb5b45;
  width: 40px;
  border-radius: 6px 6px 0px 0px;
  height: 6px;
  right: 70px;
}
[name="approvalListContent"] .progress-item .status::after {
  content: "";
  display: block;
  height: 40px;
  position: absolute;
  right: 0px;
  background: #c40c12;
  width: 6px;
  top: 71px;
  border-radius: 0px 6px 6px 0px;
}
[name="approvalListContent"] .progress-item .status > span {
  color: #fff;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 30px;
  font-size: 14px;
  right: -34px;
  width: 149px;
  height: 31px;
  line-height: 31px;
  z-index: 2;
  overflow: hidden;
  transform: rotate(45deg);
  background: linear-gradient(45deg, #fb5b45, #c40c12);
}
[name="approvalListContent"] .progress-item .progress-reason {
  padding: 8px 16px;
  border-radius: 6px;
  color: #c40c12;
  background-color: #f3cfd0;
}

[name="approvalListContent"] .progress-item.is-approval {
  border-color: #5aa76a;
}
[name="approvalListContent"] .progress-item.is-approval .status::before {
  background: #b4f8c2;
}
[name="approvalListContent"] .progress-item.is-approval .status::after {
  background: #5aa76a;
}
[name="approvalListContent"] .progress-item.is-approval .status > span {
  background: linear-gradient(45deg, #b4f8c2, #5aa76a);
}
[name="approvalListContent"] .progress-item.is-approval .progress-reason {
  color: #5aa76a;
  background-color: #deede1;
}

[name="approvalListContent"] .progress-item.is-not-approval {
  border-color: #8fa0bf;
}
[name="approvalListContent"] .progress-item.is-not-approval .status::before {
  background: #dee7f8;
}
[name="approvalListContent"] .progress-item.is-not-approval .status::after {
  background: #8fa0bf;
}
[name="approvalListContent"] .progress-item.is-not-approval .status > span {
  background: linear-gradient(45deg, #dee7f8, #8fa0bf);
}

.empty-box .empty-toast {
  position: absolute;
  bottom: 62px;
  left: 50%;
  transform: translateX(-50%);
  color: #9A9A9A;
}
.selectivity-single-select {
  background: #FFF9F9;
}
.zd-cascader-wrap {
  height: initial;
}
.zd-input__inner {
  height: 45px;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 16px;
  border: none;
}
.x-ztree-select,
.content-search-item select,
.content-search-item select option,
.content-search-item input.content-search-item-val:focus,
.content-search-item input.content-search-item-val {
  outline: none;
  border: none;
  padding: 0 15px;
  height: 40px;
  box-sizing: border-box;
  border-radius: 6px;
  color: #000;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}
.selectivity-single-result-container {
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.content-search-item .x-tree-select-placeholder,
.content-search-item select.is-empty,
.content-search-item input::placeholder,
.content-search-item textarea::placeholder {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: color-mix(in srgb, var(--primary-color) 25%, #fff 75%);
}
/*# sourceMappingURL=details.css.map */