* { touch-action: pan-y; }

.cate_box { }

.cate_box .my_wrapper_innerprocate { overflow: hidden; }

.cate_box .my_wrapper_innerprocate .inner_box { display: flex; justify-content: space-between; white-space: nowrap; align-items: center; }

.cate_box .my_wrapper_innerprocate .inner_box ul { margin: 0; }

 .cate_box .my_wrapper_innerprocate .inner_box ul { display: flex; } 

.cate_box .my_wrapper_innerprocate .inner_box ul li { text-align: center; margin: 0 15px; }

.cate_box .my_wrapper_innerprocate .inner_box ul li a { font-size: 16px; display: inline-block; line-height:33px; color:#292929;  }

@media (max-width: 768px) {.cate_box .my_wrapper_innerprocate .inner_box ul li { margin: 0 10px; }}

.cate_box .my_wrapper_innerprocate .inner_box a.more { margin: 0; }

.cate_box .progress_bar { margin-top: 20px; display:none; }

.cate_box .progress_bar .total_line { margin: 0 auto; position: relative; width: 200px; height: 6px; background-color: gray; }

.cate_box .progress_bar .total_line .current_line { position: absolute; width: 60px; height: 6px; top: 0; left: 0; background-color: red; transition: all .5s ease-in-out; }
