@media screen and (max-width: 768px) {
    .pageList a.next {
    width: 100px;
}
}


.productShow .jianjie .btns a:last-child {
   
    width: 183px;
}


@media screen and (max-width: 999px) {
    .productShow .jianjie .btns a:nth-child(n) {
       
        width: 175px;
    }
}