/* 自定义组件 样式文件 */

/* 详情页右侧卡片样式文件 */
.detail-right-card {
  overflow: hidden;
  padding: 0 !important;
  border: 0 !important;
  background-color: var(--bg-color);
}
.detail-right-card .csp-table-query {
  border-top: 1px solid #dedede;
}
.main_info_header_container_top_info .info-title {
  margin: 10px 0 20px 45px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 22px;
  color: #1a1a1a;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  word-break: break-all;
  white-space: pre-wrap;
}
.main_info_header_container_top_info .info-span {
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 8px;
  text-align: center;
}
.main_info_header_container_top_info .busbulletin_mainInfo_span {
  display: inline-block;
  height: 28px;
}
.busbulletin_mainInfo_span_value {
  font-size: 18px;
  color: #efa53a;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}
.main_info_header_container_info_item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.main_info_header_container_info_item img {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 3px;
  margin-top: 4px;
}
.main_info_header_container_info_item .item_text {
  font-size: 14px;
  color: #000;
  word-break: break-all;
  white-space: pre-wrap;
}

.el-divider-css {
  height: 1px;
  background: #e8e8e8;
  margin-top: 0px;
  margin-left: 12px;
}

.name-span {
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  /* color: var(--primary-color); */
  margin-left: 6px;
  /* background-color: rgba(64, 158, 255, 0.1); */
  border-radius: 2px;
  display: inline-block;
}

/* .marginTop22 {
  margin-top: 22px;
  width: 100%;
}

.marginLeft20 {
  margin-left: 20px;
}

.leibie-col {
  float: none;
} */
.main_info_header_container_top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* align-items: center; */
  padding: var(--base-gutter);
}
.main_info_header_container_top_img {
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-position: center center;
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  top: 17px;
}

.main_info_header_container_top_img > span {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  display: none;
}
.main_info_header_container_top_info {
  /* width: calc(100% - 64px); */
  width: 100%;
}
.main_info_header_container_top_info_con {
  width: 100%;
}
.main_info_header_container_top_info_con_item {
  display: flex;
  flex-direction: column;
}
.main_info_header_container_top_info_con_item > span {
  display: flex;
  /* justify-content: center; */
  align-items: center;
}
.main_info_header_container_bottom {
}

/* 右侧描述性卡片样式 */
.min-card-container {
  padding: 12px;
  background-color: var(--bg-color);
}
.min-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.min-card-title .el-link--inner {
  color: var(--primary-color);
  font-weight: bold;
  font-size: 16px;
}
.min-card-right-part {
  display: flex;
  align-items: center;
}
.min-card-right-part .el-link--inner {
  color: var(--primary-color);
}
.min-card-content {
  margin-top: 12px;
}
.min-card-content-item {
  margin-bottom: 6px;
}
.min-card-content-item:last-of-type {
  margin-bottom: 0;
}
.min-card-content-text {
  word-break: normal;
  width: 100%;
  display: block;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: hidden;
  color: #141414;
  font-size: 14px;
}
.min-card-content-footer {
  font-size: 12px;
  color: #3d3d3d;
}

.min-card-footer {
}

.min-card-body-item > span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.min-card-body-item-title {
  color: #3d3d3d;
  font-size: 14px;
}
.min-card-body-item-value {
  font-size: 18px;
  color: #141414;
}

.right-content-info-item {
}
.right-content-info-item-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #e8e8e8;
  padding: 6px 12px;
}
.right-content-info-item-bottom .info-span,
.right-content-info-item-top .info-span {
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #3d3d3d;
  display: inline-block;
  margin-left: 6px;
}
.right-content-info-item-bottom {
  padding: 6px 12px;
}
.right-content-info-item-bottom-item {
  margin-bottom: 6px;
}
.right-content-info-item-bottom-item:last-of-type {
  margin-bottom: 0;
}
.right-content-info-item-bottom-title {
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #255689;
}

/* 自定义折叠面板 样式  开始*/
.custom_collapse_container {
  border: none;
}
.custom_collapse_container .el-collapse-item__header {
  background-color: #f9fafc;
  padding: 0 6px;
  border: none;
  border-top: 1px solid #dedede;
  height: 45px;
}
.custom_collapse_container .is-active .el-collapse-item__header {
  border-bottom: 1px solid #dedede;
}
.custom_collapse_container .el-collapse-item__header .el-collapse-item__arrow {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: normal;
  z-index: 99;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 5px;
  margin-right: 14px;
}
.custom_collapse_container_header {
  display: flex;
  align-items: center;
}
.custom_collapse_container_header i {
  color: var(--primary-color) !important;
  position: relative;
  font-size: 20px;
  background: url(/bus/static/images/common/indication_select.png)
    no-repeat;
  width: 20px;
  height: 20px;
  background-position: center center;
  margin: 0 10px 0 14px;
}
.custom_collapse_container_header i::before {
  display: none;
}
.custom_collapse_container_header .title {
  font-size: 14px;
  font-weight: bold;
  color: #1a1a1a;
}

/* 自定义折叠面板 样式 结束*/

/* 详情页 头部 组件 样式 开始 */
.custom-detail-header-container {
  padding: 12px;
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
  background-color: var(--bg-color);

  /* margin-top: 12px; */
}
.custom-detail-header-content {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.custom-detail-header-content .left-img {
  width: 25px;
  height: 25px;
  cursor: pointer;
  background-position: center center;
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.custom-detail-header-content .left-img > span {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  display: none;
}
.custom-detail-header-content .right-part {
  width: calc(100% - 64px);
  padding-left: 12px;
}
.custom-detail-header-content .right-part .right-part-top {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  width: 100%;
  /* padding-left: 12px; */
  min-height: 40px;
  margin-top: -14px;
}
.custom-detail-header-content .right-part .right-part-top > span {
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #1a1a1a;
  font-weight: bold;
  display: inline-block;
  word-break: break-all;
  white-space: pre-wrap;
  vertical-align: top;
}

.custom-detail-header-content .right-part .right-part-bottom {
  display: flex;
  flex-wrap: wrap;
  margin-left: -37px;
  min-height: 40px;
}
.custom-detail-header-content
  .right-part
  .right-part-bottom
  .el-button.is-round {
  border-radius: 4px;
  padding: 6px 8px;
  border: none;
  height: 25px;
  margin: 8px 6px 8px 0;
  background-color: #f2f4f7 !important;
  color: #7c93ad !important;
  font-weight: normal;
}
.custom-detail-header-content .right-part .right-part-bottom .el-button--mini {
  font-weight: 700;
}
.custom-detail-header-content-right-part-info {
  display: flex;
  flex-direction: row;
  margin-left: 65px;
}
.custom-detail-header-content-right-part-info .info-item {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}
.custom-detail-header-content-right-part-info .info-bus {
  display: flex;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0 20px;
  border-left: 1px solid #dedede;
}


.custom-detail-header-content-right-part-info .info-item-value {
  font-size: 18px;
  color: #efa53a;
  display: inline-block;
  width: 100%;
  height: 28px;
  text-align: center;
}
.custom-detail-header-content-right-part-info .info-item-key {
  font-size: 14px;
  font-weight: 400;
  color: #666;
}

.custom-detail-header-content-right-part-info .info-item-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 20px;
}
.custom-detail-header-content-right-part-info .info-item-row img {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
}
.custom-detail-header-content-right-part-info .info-item-row .right-con-text {
  font-size: 14px;
  color: #3d3d3d;
}
.custom-detail-header-desc-con {
  font-size: 14px;
}
.custom-detail-header-desc-con .mainInfoTopTip {
  text-align: right;
  word-wrap: break-word;
  word-break: normal;
  margin-bottom: 6px;
  display: none;
}
.custom-detail-header-desc-con .mainInfoTopTip span {
  font-size: 14px;
  margin: 0 6px;
  color: var(--primary-color);
  cursor: pointer;
}
.custom-detail-header-desc-con .mainInfoTopTip td {
  font-size: 14px;
  padding-left: 2px;
  padding-right: 2px;
  color: var(--primary-color);
}

/* 详情页 头部 组件 样式 结束 */
.cus-button-view {
  display: flex;
  border: none !important;
}

.cus-button-view .el-button {
  color: #666;
  margin-right: 20px;
}
.cus-button-view .el-button:hover {
  color: var(--primary-color);
}
.nextStepTip {
  background: #f5f5f5 !important;
  text-align: center;
  height: 40px;
  line-height: 42px;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB",
    "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  cursor: pointer;
  font-weight: 600;
  color: var(--primary-color) !important;
  text-decoration: underline;
}

.appTimeLine .el-timeline-item__content .timeLineItem{
  box-shadow: none;
  border: 1px solid #dedede;
}
.appTimeLine .el-timeline-item__tail{
  border-left: 2px dotted #e4e7ed;
}
.appTimeLine .el-timeline-item__node--large{
  background-color: var(--primary-color) !important;
}
.appTimeLine .appIng,
.appTimeLine .timeLineItem .app-header .approveType{
  color: var(--primary-color) !important;
}
.appTimeLine .timeLineItem .taskName,
.appTimeLine .el-timeline-item__timestamp{
  color: #666;
}
.appTimeLine .timeLineItem .taskName{
  top: -5px;
}
.appTimeLine .timeLineItem .app-footer .assignee-name{
  border: 1px dashed #dedede;
  background: #f5f5f5;
  border-radius: 4px;
}
.appTimeLine .timeLineItem .app-header .approveType{
  border: 1px dashed var(--primary-color);
  color: var(--primary-color);
  background: #f5f5f5;
  border-radius: 4px;
  padding: 2px 6px;
}
.appTimeLine .timeLineItem .app-footer .endTime i{
  display:none;
}
.appTimeLine .timeLineItem .app-footer .endTime::before{
  content: "\5904\7406\65f6\95f4\ff1a";
}
.appTimeLine .timeLineItem .app-content .approveIdea{
  min-height: 30px;
  background: linear-gradient(to bottom, transparent 29px, #dedede 1px);
  background-size: 100% 30px;
}
.appTimeLine .el-timeline-item__node--normal{
  left: 0px;
  width: 10px;
  height: 10px;
}
.mft_list_tabs .el-menu-item{
  transform:none !important;
  border-radius: 0 !important;
  background-color: #fff !important;
}
.mft_list_tabs .el-menu-item.is-active{
  color: #0B9CDF !important;
  background-color: #E6F5FC !important;
}
.mft_list_tabs .el-menu-item:not(.is-disabled):hover{
  color: #0B9CDF !important;
}
.mft_list_tabs .el-menu{
  background-color: transparent !important;
}
.tab-flow-node-header{
  height: 40px;display: flex;align-items: center;
}
.tab-flow-node-header-line{
  width: 5px;height: 16px;border-radius: 5px;background: #0b9cdf;margin-right: 12px;
}
.tab-flow-node-header-title{
  font-weight: 700;
}
.tab-flow-node-header .el-button{
  margin-left: 12px;
}
.tab-flow-node-card{
  margin-top: 0;box-shadow: none !important;padding:16px
}
.tab-flow-node-card .el-card__header,
.tab-flow-node-card .el-card__body,
.tab-flow-node-card-card .el-card__header,
.tab-flow-node-card-card .el-card__body{
  padding:0;
  border:0;
}
.tab-flow-node-card-card{
  border: none;border-radius: 0px; margin: 0 0 20px 0;box-shadow: none !important;border-bottom: 1px solid #ebeef5;padding-bottom: 8px;
}
.tab-flow-node-card-card .grid-content{
  font-size: 14px;height: 30px;line-height: 30px;color: #666;display: flex;align-items: center;justify-content: space-between;
}
.tab-flow-node-card .fee-content{
  display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding-right: 20px;
}
.tab-flow-node-card.fee{
  padding:0;
  margin: 12px 0;
  font-size: 14px;
  font-weight: 700;
}
.tab-risk-card{
  border: 1px solid #ebeef5;
  border-radius: 4px;
  padding: 12px;
  margin-bottom: 12px;
}
.tab-flow-node-card .sub-title{
  color: #1a1a1a !important;
    font-size: 14px;
    padding-left: 0px;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    margin: 0 !important;
}
.content-desc{
  display: flex;
  align-items: center;
  color: #757575;
  font-size: 14px;
}
