.bread {
  font-size: 14px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 110px;
  left: 13%;
  width: max-content;
}
@media screen and (max-width: 1000px) {
  .bread {
    top: 80px;
    margin-left: 20px;
  }
}
.bread .bread_home {
  color: #999999;
  cursor: pointer;
  margin-right: 10px;
}
.bread .bread_home:hover {
  color: #7474E8;
}
@media screen and (max-width: 600px) {
  .bread .bread_home:hover {
    color: #fff;
  }
}
.bread .bread_home_theme:hover {
  color: #7474E8;
}
.bread .bread_mid {
  color: #999999;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.bread .bread_mid .separation {
  margin-right: 10px;
}
@media screen and (max-width: 600px) {
  .bread .bread_mid {
    color: #111111;
  }
}
.bread .bread_now {
  color: #111111;
  display: flex;
  align-items: center;
}
.bread .bread_now .separation {
  margin-right: 10px;
}
.fix_show {
  display: block;
}
@media screen and (max-width: 600px) {
  .fix_show {
    display: none !important;
  }
}
.fix_show_flex {
  display: flex;
}
@media screen and (max-width: 600px) {
  .fix_show_flex {
    display: none !important;
  }
}
.mobile_show {
  display: none;
}
@media screen and (max-width: 600px) {
  .mobile_show {
    display: block !important;
  }
}
.mobile_show_flex {
  display: none;
}
@media screen and (max-width: 600px) {
  .mobile_show_flex {
    display: flex !important;
  }
}
