.zcwj>span{
    display:inline-block;
    height: 45px;
    line-height: 45px;
    background: #fab30d;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 0 10px;
}
.zcwj>ul{
  border-top:2px solid #ccc;
}
.zcwj{
 width:760px;
 display:none;
 box-shadow: 0 0 3px rgb(0 0 0 / 20%); 
}
.zcwj.active{
 display:block;
 margin-right: 20px
}