<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*åˆ†ç±»æ•ˆæžœ*/
.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;
}
/*é¼&nbsp;æ&nbsp;‡æ»‘è¿‡åˆ†ç±»æ•ˆæžœ*/
.btnChange:hover  {
  color: #00923f !important;
}
.btnChange:hover img{
  filter:none !important;
  opacity:1 !important;
}
/*é¼&nbsp;æ&nbsp;‡ç‚¹å‡»åˆ†ç±»æ•ˆæžœ*/
.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 &gt; 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 &gt; 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;
  }
}
</pre></body></html>