.sub-banner-img_container {
  min-height: 200px;
  height: 200px;
}
@media (min-width: 641px) {
  .sub-banner-img_container {
    height: auto !important;
  }
}
.sub-banner-img_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sub-page-banner {
  position: relative;
      padding-top: var(--header-height);
}
.sub-console {
  z-index: 2;
  background-color: transparent;
  border-bottom: 1px solid #f5f5f5;
}
@media (min-width: 769px) {
  .sub-console {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.sub-console .sub-console-center {
  height: 100%;
}
@media (min-width: 769px) {
  .sub-console .sub-console-center {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.sub-history {
  display: flex;
  align-items: center;
}
.sub-history .back-home {
  display: none;
}
@media (min-width: 769px) {
  .sub-history .back-home {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.sub-history .back-home {
  height: 50px;
  width: 50px;
  margin-right: 10px;
  background: #e0fffb;
}
@media (min-width: 1025px) {
  .sub-history .back-home {
    height: 70px;
    width: 70px;
    margin-right: 20px;
  }
}
.sub-history .back-home .iconfont {
  font-size: 20px;
  color: #11a897;
}
.sub-history .history-link {
  padding: 15px 0;
  color: #555;
  font-size: 14px;
}
@media (min-width: 769px) {
  .sub-history .history-link {
    font-size: 16px;
  }
}
.sub-history .history-link:hover,
.sub-history .history-link.active {
  color: #11a897;
}
.sub-history .sub-space_icon {
  color: #999;
  font-size: 14px;
  margin: 0 8px;
  display: block;
}
.sub-links {
  height: auto;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(236, 236, 236, 1);
}
@media (min-width: 769px) {
  .sub-links {
    border-bottom: 0;
    height: 50px;
    padding-right: 30px;
  }
}
@media (min-width: 1025px) {
  .sub-links {
    height: 70px;
    padding-right: 50px;
  }
}
.sub-links .sub-link {
  padding: 14px 0;
  font-size: 16px;
  color: #333;
  display: block;
  margin-right: 15px;
}
@media (min-width: 769px) {
  .sub-links .sub-link {
    padding: 0;
    line-height: 50px;
    margin-left: 20px;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .sub-links .sub-link {
    margin-left: 30px;
    line-height: 70px;
  }
}
.sub-links .sub-link {
  display: block;
  height: 100%;
}
.sub-links .sub-link:hover,.sub-links .sub-link.active {
  color: #089c8e;
  border-bottom: 1px solid;
}
