div[id*="c_category"]{
 border-bottom: 1px solid #d4d7d9;
}
div[id*="c_category"] .e_loop-1{
  width:94%!important;
  max-width:1520px!important;
}
div[id*="c_category"] .p_list{
  justify-content:flex-end;
  flex-wrap:nowrap!important;
  overflow:auto;
  margin-top:-60px;
}
div[id*="c_category"] .p_loopitem{
  width:auto;
  flex:0!important;
  position:relative;
  border-left:1px solid transparent;
}
div[id*="c_category"] .p_loopitem:before{
  position:absolute;
  content:'';
  display:block;
  width:1px;
  height:22px;
  background:#d4d7d9;
  top:50%;
  left:-1px;
  transform:translateY(-50%);
}
div[id*="c_category"] .p_loopitem:after{
  position:absolute;
  content:'';
  display:block;
  width:1px;
  height:22px;
  background:#d4d7d9;
  top:50%;
  right:0;
  transform:translateY(-50%);
}
.s_button6{
  position:relative;
  display:flex!important;
  justify-content:center;
  align-items:center;
  padding:0 6px!important;
  width:auto!important;
  min-width:184px!important;
  height:60px!important;
  background:rgba(255,255,255,.8)!important;
  border:none!important;
  font-size:16px!important;
  color:#666666!important;
  box-shadow:none!important;
  z-index:2;
}
.s_button6:before{
  display:none!important;
}
.s_button6:after{
  width:100%!important;
  height:0px!important;
  opacity:0;
  background:var(--color);
  transform:none!important;
  left:0!important;
  top:auto!important;
  bottom:0!important;
  transition:all 0.4s;
  z-index:1!important;
}
.s_button6 span{
  position:relative;
  display:flex!important;  
  justify-content:center;
  align-items:center;
  white-space:nowrap;
  z-index:2!important;
}
.s_button6 span:before{
  position:relative;
  content:'';
  display:block;
  border:5px solid transparent;
  border-left:5px solid #fff;
  margin-right:5px;
  transform:translateX(-10px);
  opacity:0;
  transition:all 0.4s;
  z-index:2;
}
.s_button6 span:after{
  position:relative;
  content:'';
  display:block;
  border:5px solid transparent;
  border-right:5px solid #fff;
  margin-left:5px;
  transform:translateX(10px);
  opacity:0;
  transition:all 0.4s;
  z-index:2;
}
.s_button6:hover{
  color:#fff!important;
}
.s_button6:hover::after{
  opacity:1;
  height:100%!important;
}
.s_button6:hover span:before{
  transform:translateX(0);
  opacity:1;
}
.s_button6:hover span:after{
  transform:translateX(0);
  opacity:1;
}
@media(max-width:768px){
  div[id*="c_category"] .e_loop-1{
    width:100%!important;
    display:flex;
    justify-content:center;
  }
  div[id*="c_category"] .p_list{
    justify-content:flex-start;
    margin-top:0;
  }
  div[id*="c_category"] .p_list::-webkit-scrollbar {
    height:4px;
  }
  div[id*="c_category"] .p_list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #999;
  }
    div[id*="c_category"] .p_list::-webkit-scrollbar-track {
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background   : #ededed;
  }
  .s_button6{
    min-width:0!important;
    font-size:16px!important;
    height:50px!important;
  }
  div[id*="c_category"] .p_loopitem:before{
    height:16px;
  }
  div[id*="c_category"] .p_loopitem:after{
    height:16px;
  }
}