
.chb-step {
  display: flex;
  justify-content: space-between;
}

.chb-step-item {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
;
}

/*步骤条选中级别1：选中*/
.chb-step-item-spot-one {
  margin: 0 auto;
  border-radius: 22px;
  width: 44px;
  height: 44px;
  background-image: linear-gradient(0deg,
  #5385e8 0%,
  #45c4f2 100%),
  linear-gradient(#ffffff,
          #ffffff);
  background-blend-mode: normal,
  normal;
  box-shadow: 0px 2px 10px 0px rgba(75, 175, 239, 0.5);
  font-family: Impact;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*步骤条选中级别2：相邻*/
.chb-step-item-spot-two {
  margin: 0 auto;
  border-radius: 22px;
  width: 44px;
  height: 44px;
  background-blend-mode: normal,
  normal;
  box-shadow: 0px 2px 10px 0px rgba(75, 175, 239, 0.5);
  font-family: Impact;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #6ca5f5;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*步骤条选中级别3：置灰*/
.chb-step-item-spot-three {
  margin: 0 auto;
  width: 44px;
  height: 44px;
  background-color: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(195, 195, 195, 0.5);
  border-radius: 22px;
  font-family: Impact;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #bbbbbb;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chb-step-item-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.chb-step-item-line {
  width: 100%;
  position: relative;
}

/* 步骤条选中右连接线 */
.chb-step-item-line-right-checked:after {
  content: " ";
  width: calc(50% - 22px);
  background-color: #cce4ff;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
}

/* 步骤条未选中右连接线 */
.chb-step-item-line-right:after {
  content: " ";
  width: calc(50% - 22px);
  background-color: #cfd3dc;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
}

/* 步骤条选中左连接线 */
.chb-step-item-line-left-checked::before {
  content: " ";
  width: calc(50% - 22px);
  background-color: #cce4ff;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
}

/* 步骤条未选中左连接线 */
.chb-step-item-line-left::before {
  content: " ";
  width: calc(50% - 22px);
  background-color: #cfd3dc;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
}

.chb-step-item-content {
  margin-top: 18px;
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 35px;
  letter-spacing: 0px;
  color: #666666;
}




















































/* 二维码展示框 */
.materialUpload-qr-code {
  width: 100%;
  height: 137px;
  background-color: #fbe8e1;
  margin-bottom: 10px;
  padding: 1px;
}
.materialUpload-qr-code .qr-code-box {
  float: left;
  width: 160px;
  height: 100%;
}
.materialUpload-qr-code .qr-code-box>div {
  width: 97px;
  height: 97px;
  margin-top: 10px;
  margin-left: 20px;
  background-size: 100% 100%;
}
.materialUpload-qr-code .qr-code-box>div>img {
  background-color: white;
  padding: 10px;
}
.materialUpload-qr-code .warm-prompt-box {
  float: left;
  width: calc(100% - 160px);
  height: 90px;
  margin-top: 24px;
}
.materialUpload-qr-code .warm-prompt-box>p {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 30px;
  color: #333333;
}
.material-name{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%;
}
/* 电子证照列 */
.electronic-license-column {
  color: #777777;
  height: 100%;
  font-size: 14px;
  float: left;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* 电子证照行 */
.electronicLicense-body-row {
  clear: both;
  /*width: calc(100% - 40px);*/
  height: auto;
}
.electronic-license-column-operation span {
  cursor: pointer;
  color: #1890FF;
}

/* 表格headers */
.materialUpload-headers {
  /*width: 100%;*/
  height: 48px;
  background-color: #f4faff;
  border: solid 1px #e6ecf8;
}
.materialUpload-header-columns {
  line-height: 48px;
  float: left;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #444;
  text-align: center;
}
/* 表格body */
.materialUpload-body {
  width: 100%;
  height: calc(100% - 50px);
}
.materialUpload-body-row {
  clear: both;
  width: 100%;
  height: auto;
}
.materialUpload-body-row-material {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
}
/* 表格行数据序号 */
.materialUpload-body-column-rowno {
  width: 25%;
  height: 100%;
  color: #777777;
  font-size: 14px;
  float: left;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* 材料名称 */
.materialUpload-body-column-name {
  color: #777777;
  height: 100%;
  font-size: 14px;
  width: 25%;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* 材料说明 */
.materialUpload-body-column-explain {
  height: 100%;
  color: #777777;
  font-size: 14px;
  width: 25%;
  float: left;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* 上传状态 */
.materialUpload-body-column-status {
  color: #777777;
  height: 100%;
  font-size: 14px;
  width: 25%;
  float: left;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.materialUpload-body-column-status li{
  width: 24px;
  height: 20px;
  display: inline-block;
  background: url(../image/material/icon_hook_g.png) left top no-repeat;
}
/* 材料来源 */
.materialUpload-body-column-source {
  color: #777777;
  height: 100%;
  font-size: 14px;
  width: 25%;
  float: left;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* 材料模板 */
.materialUpload-body-column-template {
  color: #777777;
  height: 100%;
  font-size: 14px;
  width: 25%;
  float: left;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.materialUpload-body-column-template span {
  cursor: pointer;
  color: #1890FF;
}
/* 操作 */
.materialUpload-body-column-operation {
  color: #777777;
  height: 100%;
  font-size: 14px;
  width: 25%;
  float: left;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.materialUpload-body-column-operation span {
  cursor: pointer;
  color: #1890FF;
}
/*附件列表样式*/
.materialUpload-body-row-file{
  background-color: #f9fbff;
  width: 100%;
  height: 40px;
  line-height: 40px;
}
/* 材料上传窗口 */
.materialUpload-materialWindow {
  display: none;
  width: 800px;
  height: 620px;
  background-color: #ffffff;
  border-radius: 8px;
  position: fixed;
  top: calc(50% - 310px);
  left: calc(50% - 400px);
  z-index: 6;
}
.materialUpload-materialWindow .materialWindow-header {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #1c65dc;
  border-radius: 8px 8px 0px 0px;
  font-family: MicrosoftYaHei;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  position: relative;
}
.materialWindow-header>i {
  display: block;
  position: absolute;
  right: 21px;
  top: 16px;
  width: 28px;
  height: 28px;
  background: #4984e3 url('../image/material/close.png') center center no-repeat;
  border-radius: 2px;
  cursor: pointer;
}
.materialUpload-electronicLicense .electronicLicense-header {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #1c65dc;
  border-radius: 8px 8px 0px 0px;
  font-family: MicrosoftYaHei;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  position: relative;
}
.electronicLicense-header>i {
  display: block;
  position: absolute;
  right: 21px;
  top: 16px;
  width: 28px;
  height: 28px;
  background: #4984e3 url('../image/material/close.png') center center no-repeat;
  border-radius: 2px;
  cursor: pointer;
}
/* 左侧列表栏 */
.materialUpload-materialWindow .materialList-box {
  float: left;
  width: 200px;
  min-height: 407px;
  margin: 40px 0px 32px 32px;
}
.materialUpload-materialWindow .materialList-box .add-box>div {
  float: right;
  width: 148px;
  height: 94px;
  border-radius: 4px;
  border: solid 1px #cad0da;
  background: #ffffff url('../image/material/add.png') center center no-repeat;
  margin-right: 10px;
  cursor: pointer;
}
.materialUpload-materialWindow .materialList-box .add-box>p {
  float: right;
  width: 148px;
  text-align: center;
  margin-right: 10px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 46px;
  color: #333333;
}
.materialList-box .materialList {
  width: 100%;
  height: auto;
  max-height: 270px;
  overflow-y: scroll;
}
.materialList .materialList-col {
  width: 100%;
  height: 120px;
  margin-bottom: 15px;
}
.materialList .materialList-col>i {
  display: block;
  float: left;
  width: 18px;
  height: 18px;
  margin-top: 51px;
}
.materialList .materialList-col.selected i {
  background: url('../image/material/choose.png') no-repeat;
  background-size: 100% 100%;
}
.materialList .materialList-col .file-box {
  float: right;
  width: 150px;
  height: 100%;
  margin-right: 2px;
}
.materialList .materialList-col .file-box .file-img {
  width: 148px;
  height: 94px;
  border-radius: 4px;
  border: solid 1px #cad0da;
  cursor: pointer;
}
.materialList .materialList-col .file-box .file-img>img {
  width: 100%;
  height: 100%;
}
.materialList .materialList-col .file-box .file-name {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 35px;
  color: #333333;
}
/* 右侧上传栏 */
.materialUpload-materialWindow .materialUpload-box {
  overflow-y: auto;
  overflow-x: hidden;
  float: right;
  width: 521px;
  height: 427px;
  border: solid 1px #dddddd;
  margin: 40px 32px 22px 0;
  background: url('../image/material/default.png') top 67px center no-repeat;
}
.materialUpload-materialWindow .materialUpload-common-title {
  width: 100%;
  height: 64px;
  position: relative;
}
.materialUpload-materialWindow .materialUpload-common-title>i {
  display: block;
  float: left;
  width: 4px;
  height: 16px;
  background-color: #2e7cfe;
  border-radius: 2px;
  margin: 24px 8px 27px 32px;
}
.materialUpload-materialWindow .materialUpload-common-title>span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 70%;
  display: block;
  float: left;
  height: 100%;
  line-height: 64px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #333333;
}
.materialUpload-materialWindow .materialUpload-common-title .delete-material {
  position: absolute;
  right: 25px;
  cursor: pointer;
}
.materialUpload-materialWindow .materialUpload-common-title .delete-material>i {
  display: block;
  float: left;
  width: 14px;
  height: 64px;
  margin-right: 8px;
  background: url('../image/material/delete-icon.png') top 23px center no-repeat;
}
.materialUpload-materialWindow .materialUpload-common-title .delete-material>span {
  display: block;
  float: left;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 64px;
  color: #2e7cfe;
}
.materialUpload-materialWindow .materialUpload-box .tips-01 {
  word-wrap: break-word;
  word-break: normal;
  margin-top: 190px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
}
.materialUpload-materialWindow .materialUpload-box .tips-02 {
  margin-top: 10px;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  color: #999999;
  text-align: center;
}
.materialUpload-materialWindow .materialUpload-box .upload-method-box {
  width: 310px;
  margin: 0 auto;
}
.materialUpload-materialWindow .materialUpload-box .upload-method-box>div {
  float: left;
  width: 128px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px #dddddd;
  margin: 24px 12px;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  line-height: 32px;
  color: #999999;
  cursor: pointer;
}
.materialUpload-materialWindow .materialUpload-box .upload-method-box>div:hover {
  border: solid 1px #2e7cfe;
  color: #2e7cfe;
}
/* 右侧预览栏 */
.materialUpload-materialWindow .materialPreview-box {
  float: right;
  width: 521px;
  height: 427px;
  border: solid 1px #dddddd;
  margin: 40px 32px 22px 0;
  display: none;
}
.materialUpload-materialWindow .materialPreview-box .preview-box {
  width: 385px;
  height: 242px;
  margin: 52px auto;
}
.materialPreview-box .preview-box>img {
  width: 100%;
  height: 100%;
}









/*公用的滚动条样式*/
div::-webkit-scrollbar-track , ul::-webkit-scrollbar-track, textarea::-webkit-scrollbar-track {
  width: 8px;
  height: 6px;
  background-color: transparent;
}
/**滚动条的宽度 */
div::-webkit-scrollbar, ul::-webkit-scrollbar, textarea::-webkit-scrollbar {
  width: 8px;
  height: 6px;
  background-color: transparent;
}
div::-webkit-scrollbar-thumb, ul::-webkit-scrollbar-thumb, textarea::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #ccc;
}
