#Easy3wMInsideLayout {
  overflow: hidden;
}
#Easy3wMInsideLayout .titleListContent {
  height: 42px;
}
#Easy3wMInsideLayout .titleList {
  background: var(--adm-color-primary);
  color: var(--adm-color-white);
  font-size: var(--adm-font-size-8);
  position: fixed;
  height: 42px;
  text-align: center;
  line-height: 42px;
  top: 0;
  z-index: 10;
  width: 100%;
}
#Easy3wMInsideLayout .titleList .easy_backIcon {
  font-size: var(--adm-font-size-8);
  color: #fff;
  position: absolute;
  padding-left: 20px;
  text-align: left;
  top: 0;
  left: 0;
  z-index: 11;
  height: 42px;
  line-height: 60px;
  width: 30%;
}
