.common-fixed-header {
  box-shadow: none;
}

body.common-padding {
  padding-top: 110px;
}

.cate-box {
  height: 50px;
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 2;
  box-shadow: 2px 0 2px 0 rgba(0, 0, 0, 0.2);
}



.cate-box .cate-label {
  width: 50%;
  text-align: center;
  font-size: 16px;
  color: #666;
}

.cate-box .cate-list-wrapper {
  position: fixed;
  z-index: 3;
  top: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.cate-box .cate-list-wrapper .cate-list {
  background-color: #fff;
  padding: 14px;
  border-top: 1px solid #eee;
  max-height: 55vh;
  overflow: auto;
}

.cate-box .cate-list-wrapper .cate-list .item {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 10px;
  word-break: keep-all;
  line-height: 1.5em;
  font-size: 14px;
  color: #000;
  background-color: #eee;
  color: #666;

}

.cate-box .cate-list-wrapper .cate-list .item.active {
  background-color: #3a56f7;
  color: #fff;
}

.cate-box .cate-list-wrapper .cate-list .no-data {
  padding: 30px;
  text-align: center;
  width: 100%;
}

.list-box {
  padding: 0 10px;
}

.doc-list-x-item {
  margin-bottom: 10px;
}