.detailsCustomFlowProcess .customTitle {
  padding: 10px;
  background-color: white;
}
.detailsCustomFlowProcess .customTitle .customName {
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #f2f2f2;
}
.detailsCustomFlowProcess .customTitle .iconList {
  margin-top: 10px;
}
.detailsCustomFlowProcess .customTitle .iconList .icon {
  display: flex;
  align-items: center;
}
.detailsCustomFlowProcess .customTitle .iconList .icon > div {
  display: flex;
  align-items: center;
  width: 20px;
  height: 20px;
}
.detailsCustomFlowProcess .customTitle .iconList .icon > div > img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.detailsCustomFlowProcess .customTitle .iconList .icon > div:not(:first-child) {
  margin-left: 5px;
}
.detailsCustomFlowProcess .customLayouts {
  position: relative;
  margin-top: 10px;
  background-color: white;
  border-radius: 4px;
}
.detailsCustomFlowProcess .customLayouts ::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.detailsCustomFlowProcess .customLayouts ::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
}
.detailsCustomFlowProcess .customLayouts ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.detailsCustomFlowProcess .customLayouts .title {
  padding: 8px 15px;
  font-size: 16px;
  border-bottom: 1px solid #e6e6e6;
}
.detailsCustomFlowProcess .customLayouts .contentTwo {
  overflow-x: auto !important;
}
.detailsCustomFlowProcess .customLayouts .contentTwo .cardListItem {
  flex: 0 0 200px !important;
  width: 200px !important;
}
.detailsCustomFlowProcess .customLayouts .content,
.detailsCustomFlowProcess .customLayouts .contentTwo {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 16px;
  overflow: hidden;
}
.detailsCustomFlowProcess .customLayouts .content .cardList,
.detailsCustomFlowProcess .customLayouts .contentTwo .cardList {
  position: relative;
  top: 0px;
  left: 0px;
  display: flex;
}
.detailsCustomFlowProcess .customLayouts .content .cardList .cardListItem,
.detailsCustomFlowProcess .customLayouts .contentTwo .cardList .cardListItem {
  flex: 0 0 240px;
  width: 240px;
}
.detailsCustomFlowProcess .ranklayouts {
  display: flex;
}
.detailsCustomFlowProcess .ranklayouts > div {
  flex: 1;
  width: 50%;
}
.detailsCustomFlowProcess .ranklayouts > div:first-child {
  margin-right: 10px;
}
.detailsCustomFlowProcess .ranklayouts .sceneLayouts {
  display: flex;
  flex-wrap: wrap;
}
.detailsCustomFlowProcess .ranklayouts .sceneLayouts > div {
  margin-bottom: 10px;
}
.detailsCustomFlowProcess .ranklayouts .sceneLayouts > div:not(:nth-child(3n)) {
  margin-right: 10px;
}
.detailsCustomFlowProcess .ranklayouts .sceneLayouts .selectBizList {
  width: calc(100% / 3 - 7px);
}
