
#app[data-v-7ba5bd90] {
  min-height: 432px;
  min-width: 768px;
}


.el-cascader-menu[data-v-06c05de8]{
  height: 200px;
}

@charset "UTF-8";
.ts-scrollbar::-webkit-scrollbar, #app .el-steps--horizontal::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.ts-scrollbar::-webkit-scrollbar-thumb, #app .el-steps--horizontal::-webkit-scrollbar-thumb {
  background-color: rgba(0, 123, 253, 0.6);
  border-radius: 5px;
}
#app .el-steps--horizontal {
  padding: 15px;
  background: #F6F7F9;
  width: 100%;
  overflow-x: auto;
}
#app .el-step.is-horizontal {
  min-width: 100px;
}
#app .el-step.is-horizontal .el-step__line {
  top: 6px;
}
#app .el-step__icon-inner {
  display: none;
}
#app .el-step__line {
  color: #cccccc;
}
#app .el-step__icon {
  width: 14px;
  height: 14px;
}
#app .el-step__icon.is-text {
  border: 2px solid #ffffff;
  background: #CCCCCC;
}
#app .el-step__head.is-success {
  border-color: #007BFD;
}
#app .el-step__head.is-success .el-step__line {
  background-color: #007BFD;
}
#app .el-step__head.is-success .el-step__icon {
  top: -4px;
  width: 20px;
  height: 20px;
}
#app .el-step__head.is-success .el-step__icon.is-text {
  border: 2px solid #A7FEAF;
  background: #16D556;
}
#app .el-step__head.is-success .el-step__icon:after {
  content: "✓";
  position: absolute;
  left: 2px;
  top: -2px;
  width: 20px;
  height: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}
#app .el-step__head.is-process .el-step__icon {
  top: -4px;
  width: 20px;
  height: 20px;
}
#app .el-step__head.is-process .el-step__icon.is-text {
  border: 2px solid #C2DFFF;
  background: #007BFD;
}
#app .el-step__head.is-process .el-step__icon:after {
  content: "...";
  position: absolute;
  left: 0;
  top: -7px;
  width: 20px;
  height: 20px;
  font-size: 18px;
  color: #ffffff;
}
#app .el-step__title {
  font-size: 13px;
  padding-right: 15px;
  line-height: 18px;
}
#app .el-step__title.is-success {
  color: #333333;
}
#app .el-step__title.is-wait {
  color: #808080;
}
#app .el-step__title.is-process {
  color: #007BFD;
  font-weight: normal;
}
.ts-common-box[data-v-11ed6138] {
  border-radius: 6px;
  background-color: #fff;
  overflow: hidden;
}
.ts-common-box + .ts-common-box[data-v-11ed6138] {
  margin-top: 20px;
}
.ts-common-box__title[data-v-11ed6138] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  color: #333;
  font-weight: 600;
}
.ts-common-box__title[data-v-11ed6138]::before {
  content: "";
  width: 4px;
  height: 16px;
  margin-right: 6px;
  border-radius: 0 4px 4px 0;
  background-color: rgb(0, 60, 132);
}
.ts-common-box__title[data-v-11ed6138]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #E5E5E5;
}
.ts-common-box__content[data-v-11ed6138] {
  padding: 20px;
  background-color: #fff;
}

.item {
  margin: 4px;
}

