#intsynth .cover-tips-min {
  width: 100vw;
  height: 1.2rem;
  position: fixed;
  top: 0;
  z-index: 999;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  padding: 0.28rem 0.4rem;
  transform: translate(0, -1.2rem);
  box-sizing: border-box;
}
#intsynth .cover-tips-min .text {
  line-height: 0.64rem;
  font-size: 0.32rem;
  text-align: center;
}
#intsynth .cover-tips-min.success {
  background-color: #07c160;
}
#intsynth .cover-tips-min.success .text {
  color: #fff;
}
#intsynth .cover-tips-min.error {
  background-color: #f56c6c;
}
#intsynth .cover-tips-min.error .text {
  color: #fff;
}
#intsynth .cover-tips-min.warning {
  background: #ff976a;
}
#intsynth .cover-tips-min.warning .text {
  color: #fff;
}
#intsynth .cover-tips-min.show {
  transform: translate(0, 0);
  opacity: 1;
}
#intsynth .breadcrumb {
  background: #fff;
  padding: 0.2rem 0.32rem;
  line-height: 0.5rem;
  font-size: 0.28rem;
}
#intsynth .breadcrumb .breadcrumb-content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#intsynth .breadcrumb-item {
  background: url(/assets/images/common/icon-slash-wap.png) no-repeat left center;
  background-size: 0.32rem;
  padding-left: 0.36rem;
  line-height: 0.4rem;
  font-size: 0.28rem;
  color: #8B919F;
}
#intsynth .breadcrumb-item:hover {
  color: #0071DF;
}
#intsynth .breadcrumb-item:first-child {
  background-image: url(/assets/images/common/icon-home-wap.png);
  padding-left: 0.38rem;
}
#intsynth .breadcrumb-item:first-child:hover {
  color: #0071DF;
}
#intsynth .breadcrumb-item:last-child {
  color: #2F3541;
}
#intsynth .breadcrumb-item:last-child:hover {
  color: #2F3541;
}
#intsynth .no-data {
  margin: 0 auto;
  padding: 0.5rem 0;
}
#intsynth .no-data .img {
  height: 1.82rem;
  background: url(/assets/images/common/no-search-data.png) no-repeat center center;
  background-size: auto 100%;
  margin-bottom: 0.72rem;
}
#intsynth .no-data .tips {
  line-height: 0.41rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: #989CA4;
  text-align: center;
}
