.gr_cateLeftBox {
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}
.gr_cateList .p_item {
  display: block;
  width: 100%;
}
.gr_cateList .p_item a{
  display: block;
  width: 100%;
  padding: 16px 20px;
  transition:all 0.5s;
  font-size: 15px;
}
.gr_cateList:hover a {
  background: #f6f6f6;
  color:#333;
}
.gr_cateList a:before{
  content:'';
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: transparent;
  transition:all 0.5s;
}
.gr_cateList:hover a:before{
  background: var(--main-color);
}
.gr_moOpen {
  display: flex;
  background: var(--main-color);
  color: #fff;
  padding: 10px;
  justify-content: space-between;
}
.qq_0 {
  padding: 16px 16px 6px;
}
.qq_1 {
  margin-bottom: 14px !important;
  display: flex;
  font-size: 14px;
}
.qq_2.qq_4 {
  margin-left: 8px;
}
@media only screen and (max-width: 768px){
  .gr_cateBox {
    position: fixed;
    left: 100%;
    top: 0;
    z-index: 99;
    background: #fff;
    width: 100%;
    height: 100vh;
    display: block !important;
  }
  .gr_backBtn {
    background: #f5f5f5;
    text-align: right;
    padding: 6px 14px;
    color:#000;
    font-size: 24px;
  }
  .gr_cateTit {
    display: none !important;
  }
  .gr_cateList > div {
    width: 100%;
    display: block !important;
  }
}
