.item_page{  
    max-width:100%;
}

.item_page_value{
    width:1180px;
    border: 1px solid#bebebe;   
    margin:0 auto;
}

.item_page ul{
    width:1180px;    
    background-color: rgb(243, 243, 243);
    font-size: 18px;
    font-weight: 500;
    display: flex;
    margin:0 auto;
    justify-content: space-around;
         
}

.item_page ul::before{
    color: rgb(107, 107, 107);
}

.item_page li{
    list-style: none;
    padding:10px 20px;  
}

.item_page li a{
    color: rgb(107, 107, 107); 
}

.item_page_bg{
    width:1180px;
    height:50px;
    margin:0 auto;
}

@media (max-width: 1180px){
        .item_page ul{
            position: fixed;
            bottom:0px;
            height:40px;
            line-height: 30px;
        }

        .item_page ul, .item_page_bg, .item_page_value{
            width:100%; 
        }

        .item_page ul{
            font-size: 14px; 
            padding:0;
        }

        .item_page li{
            padding:5px 2px;  
        }

        .item_page_bg{
            height:10px;
        }
}