/*  imported from header.module.less  */

.mo-fang-materials-header {
  height: 40px;
  line-height: 40px;
  background: #fff;
  display: flex;
}
.mo-fang-materials-header .mo-fang-materials-header-section-title {
  display: flex;
  align-items: center;
  padding-left: 20px;
  margin-right: 10px;
}
.mo-fang-materials-header .mo-fang-materials-header-section-title .mo-fang-materials-header-section-back {
  position: relative;
  display: inline-block;
  margin-right: 40px !important;
  cursor: pointer;
}
.mo-fang-materials-header .mo-fang-materials-header-section-title .mo-fang-materials-header-section-back::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 16px;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #dcdfe6;
}
.mo-fang-materials-header .mo-fang-materials-header-section-title .mo-fang-materials-header-section-back:hover,
.mo-fang-materials-header .mo-fang-materials-header-section-title .mo-fang-materials-header-section-back:hover .i-icon {
  color: #126bfb;
}
.mo-fang-materials-header .mo-fang-materials-header-section-title .mo-fang-materials-header-section-back .i-icon {
  position: relative;
  top: 1px;
  font-size: 18px;
  margin-right: 2px;
  color: #4c4c4c;
  vertical-align: middle;
}
.mo-fang-materials-header .mo-fang-materials-header-section-title .mo-fang-materials-header-section-back span {
  font-size: 14px;
  font-weight: normal;
}
.mo-fang-materials-header .mo-fang-materials-header-section-extra {
  text-align: right;
  margin-left: 20px;
  margin-right: 20px;
  flex: 1;
}
.mo-fang-materials-header .mo-fang-materials-header-section-extra > * {
  margin-left: 10px;
}
