body {
  min-height: 100vh;
  background-color: #fff;
}

.sk-container {
  padding: 0 10px;
  padding-top: 10px;
}

.sk-container .sk-top-bar {
  height: 60px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fdfdfd;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 0 10px;
}

.sk-container .sk-top-bar .sk-top-bar-title {
  font-size: 14px;
  color: #373737;
  display: flex;
}

.sk-container .sk-top-bar .sk-top-bar-title > div:first-child {
  margin-right: 68px;
}

.sk-container .sk-top-bar .sk-top-bar-btns {
  display: flex;
}

.sk-container .sk-top-bar .sk-top-bar-btns .layui-btn {
  margin-left: 4px;
}

.sk-container .sk-flow-card {
  padding: 0 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}

.sk-container .sk-flow-card .sk-flow-card-body {
  display: flex;
  align-items: center;
  padding: 20px;
  justify-content: space-between;
}

.sk-container .sk-flow-card .sk-flow-card-body .sk-flow-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.sk-container .sk-flow-card .sk-flow-card-body .sk-flow-item .sk-flow-item-icon {
  border: 1px solid var(--global-primary-color);
  color: var(--global-primary-color);
  border-radius: 60px;
  width: 60px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}
.sk-container .sk-flow-card .sk-flow-card-body .sk-flow-item .sk-flow-item-title {
  margin-top: 8px;
  font-size: 14px;
  color: #333333;
}
.sk-container .sk-flow-card .sk-flow-card-body .sk-flow-item-drection {
  font-size: 14px;
  color: #464646;
  position: relative;
  top: -12px;
}

.sk-container .sk-timeline {
  padding: 0 10px;
}

.sk-container .sk-timeline .sk-timeline-body {
  padding: 20px;
}

.layui-timeline-axis {
  display: block !important;
  width: 20px !important;
  height: 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #fff !important;
  font-size: 12px !important;
  line-height: 1 !important;
  background-color: #e0e0e0;
}

.sk-timeline-axis-up {
  font-weight: bold;
  transform: translateY(12px);
}

.sk-timeline-axis-down {
  transform: rotate(180deg) translateY(-12px);
  font-weight: bold;
}

.layui-timeline-item:before {
  top: 12px;
}

.layui-colla-title {
  background-color: #fdfdfd !important;
}
