html body {
  -webkit-tap-highlight-color: transparent;
}
html body ::-webkit-scrollbar {
  width: 0;
  height: 0;
}
html body * {
  -webkit-tap-highlight-color: transparent;
}
html body * {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
html body #open-header {
  position: sticky;
  top: 0;
  z-index: 9;
}
html body #aff-im-root {
  display: none !important;
}
.cover-tips-min {
  width: 100vw;
  height: 1.6rem;
  position: fixed;
  top: 0;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  padding: 0.4rem;
  transform: translate(0, -1.6rem);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cover-tips-min .text {
  line-height: 0.44rem;
  font-size: 0.32rem;
  text-align: center;
}
.cover-tips-min.success {
  background-color: #07c160;
}
.cover-tips-min.success .text {
  color: #fff;
}
.cover-tips-min.error {
  background-color: #f56c6c;
}
.cover-tips-min.error .text {
  color: #fff;
}
.cover-tips-min.warning {
  background: #ff976a;
}
.cover-tips-min.warning .text {
  color: #fff;
}
.cover-tips-min.show {
  transform: translate(0, 0);
  opacity: 1;
}
#loading {
  display: none;
}
#loading .loading-content {
  width: 100%;
  min-height: 4rem;
  display: flex;
  justify-content: center;
}
#loading .loading-content img {
  width: 5.12rem;
  height: 2.92rem;
  margin-top: 0.5rem;
}
.breadcrumb {
  padding: 0.24rem 0.4rem;
  display: flex;
  align-items: center;
  gap: 0.08rem;
}
.breadcrumb strong {
  flex: 1;
  line-height: 0.3rem;
  font-size: 0.22rem;
  font-weight: 400;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb a {
  font-size: 0.22rem;
  font-weight: 400;
  color: #666;
  display: flex;
  align-items: center;
}
.breadcrumb a span {
  color: #666;
  opacity: 0.5;
}
.breadcrumb a .icon_you {
  width: 0.12rem;
  height: 0.16rem;
  background: url(/assets/images/wap/common/icon-breadcrumb-you.png) no-repeat center center;
  background-size: 100% 100%;
  margin-left: 0.08rem;
}
