/*分类效果*/
.cate1 {
  max-width: 546px;
  width: 40%;
  font-size: 0;
  margin: 0;
  padding: 0;

}
.btnChange {
  display: inline-block;
  width: 50%;
  height: 100px;
  text-align: center;
  line-height: 100px;
  font-size: 24px;
  color: #a7a7a7;
  vertical-align: middle;
  cursor: pointer;
}
.btnChange img {
  filter: grayscale(1);
  opacity: 0.6;
  vertical-align: middle;
}
/*鼠标滑过分类效果*/
.btnChange:hover  {
  color: #00923f !important;
}
.btnChange:hover img{
  filter:none !important;
  opacity:1 !important;
}
/*鼠标点击分类效果*/
.btnChange.k_active {
  color: #00923f !important;
  background: #fff;
}
.btnChange.k_active img{
  filter:none !important;
  opacity:1 !important;
}
/*母版top切换*/
#content_box-1620711290784-0 {
  position: relative;
}
/*除去第一个列表，其他置底*/
#content_box-1620711290784-0 > div:not(:first-child) {
  position: absolute;
  z-index: -1;
  top:0;
  left:0;
  background: #fff;
  width:100% !important;
  height:auto !important;
}
/*默认第一个列表显示*/
#content_box-1620711290784-0 > div:first-child {
  position: relative;
  background: #fff;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .cate1 {
    max-width: 546px;
    width: 100%;
  }
  .btnChange {
    font-size: 16px;
    height: 66px;
    line-height: 66px;
  }
}
