.molecular-category.show .cover {
  display: block;
}
.molecular-category.show .molecular-category-content {
  transform: translateX(0);
}
.molecular-category .cover {
  display: none;
  background: rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0.88rem;
  left: 0;
  right: 0;
  bottom: 0;
}
.molecular-category .molecular-category-content {
  width: 5.74rem;
  height: calc(100vh - 0.88rem);
  background: #F7F9FC;
  border-radius: 0.14rem 0 0 0.14rem;
  position: fixed;
  top: 0.88rem;
  right: 0;
  z-index: 10;
  transform: translateX(100%);
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
}
.molecular-category .molecular-category-content .title {
  padding: 0.32rem 0.42rem;
  display: flex;
  align-items: center;
  line-height: 0.44rem;
  font-size: 0.3rem;
  font-weight: bold;
  color: #484E5B;
  border-bottom: 0.01rem solid;
  border-image: linear-gradient(90deg, rgba(209, 215, 226, 0), rgba(209, 215, 226, 0.5), rgba(209, 215, 226, 0.5), rgba(209, 215, 226, 0)) 1 1;
}
.molecular-category .molecular-category-content .title img {
  width: 0.44rem;
  margin-right: 0.38rem;
}
.molecular-category .molecular-category-content .molecular-category-box {
  flex: 1;
  overflow: hidden;
  padding: 0.46rem 0;
}
.molecular-category .molecular-category-content .molecular-category-box .molecular-category-list {
  height: 100%;
  padding: 0 0.6rem 0 0.98rem;
  overflow-y: auto;
}
.molecular-category .molecular-category-content .molecular-category-box .molecular-category-list .molecular-category-item {
  padding: 0.2rem 0.32rem;
  border-radius: 0.12rem;
  line-height: 0.41rem;
  font-size: 0.28rem;
  color: #2F3541;
  display: flex;
  align-items: center;
  position: relative;
}
.molecular-category .molecular-category-content .molecular-category-box .molecular-category-list .molecular-category-item:last-child::before {
  display: none;
}
.molecular-category .molecular-category-content .molecular-category-box .molecular-category-list .molecular-category-item::before {
  content: '';
  height: 100%;
  border-left: 1px dashed #00226C;
  opacity: 0.5;
  position: absolute;
  top: 0.4rem;
  left: -0.34rem;
}
.molecular-category .molecular-category-content .molecular-category-box .molecular-category-list .molecular-category-item::after {
  content: '';
  width: 0.1rem;
  height: 0.1rem;
  background: #7E95C6;
  border-radius: 50%;
  position: absolute;
  top: 0.36rem;
  left: -0.38rem;
}
.molecular-category .molecular-category-content .molecular-category-box .molecular-category-list .molecular-category-item.active {
  background: linear-gradient(90deg, #254FAA 0%, #1215A7 100%), #00226C;
  color: #fff;
}
.molecular-category .molecular-category-content .molecular-category-box .molecular-category-list .molecular-category-item.active .icon-right {
  display: none;
}
.molecular-category .molecular-category-content .molecular-category-box .molecular-category-list .molecular-category-item.active .icon-right.act {
  display: block;
}
.molecular-category .molecular-category-content .molecular-category-box .molecular-category-list .molecular-category-item.disabled {
  color: #323647;
  cursor: no-drop;
  opacity: 0.5;
}
.molecular-category .molecular-category-content .molecular-category-box .molecular-category-list .molecular-category-item .iconfont {
  margin-right: 0.06rem;
}
.molecular-category .molecular-category-content .molecular-category-box .molecular-category-list .molecular-category-item span {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.molecular-category .molecular-category-content .molecular-category-box .molecular-category-list .molecular-category-item .icon-right {
  width: 0.09rem;
  margin-right: auto;
}
.molecular-category .molecular-category-content .molecular-category-box .molecular-category-list .molecular-category-item .icon-right.act {
  display: none;
}
