@media(min-width:601px){
    #pagination {
        display: flex;
        width: 100%;
        align-items: center;
        max-width: 1250px;
        margin: 20px auto 0;
    position: relative;
        padding-bottom: 9px;
        margin-bottom: 37px;
    box-sizing: border-box;
    }
    #pagination::after{
        content:'';
        width: 100%;
        max-width:1250px;
        height:1px;
        background-color: #7d7d7d;
        position: absolute;
        bottom:0;
        left:0;
    }
    #pagination::before{
        content: '';
        width: 0;
        height: 0;
        border-top: 7px solid #7d7d7d;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        position: absolute;
        bottom: -7px;
        left: 9px;
    }
    #pagination .part1{
        width:205px;
        height:30px;
    }
    #pagination .part2{
        height:30px;
        min-width: 60px;
    }
    #pagination .part3{
        display: flex;
        height:30px;
    }
    #pagesize_selector{
        /* width: 80px;
    float: right;
    margin-right: 10px; */
    }
    #page_btns{
        margin-left:14px;
    }
    #page_goto{
        margin-left:26px;
    }
}
@media(max-width:600px){
    #pagination{
        display: table;
        width: 100%;
        position: relative;
        z-index: 1;
    }
    #pagination .part1{

        display: inline-block;
        width:50%;
    }
    .meiye{
        position: absolute;
        bottom: 9px;
        left: 22vw;
    }
    #pagination .part2{
        text-align: right;
        position: absolute;
        left: 2vw;
        bottom: 9px;
    }
    #pagination .part3{
        display: block;
        text-align: right;
        height:auto;
    }
    #pagesize_selector{
        width: 80px;
        float: right;
        margin-right: 10px;
        position: absolute!important;
        bottom: 11px;
        left: 34vw;
    }
    #page_btns{
        margin: 10px auto;
    }
    #page_goto{
        margin: 10px 10px 10px auto;
    }
}


#pagination .part1 {
    padding-left: 17px;
    font-size: 14px;
    line-height: 30px;

    box-sizing: border-box;
    
    color: #000;
}

#pagination .part2 {

    font-size: 14px;
    line-height: 30px;

    box-sizing: border-box;
    
    color: #000;
}

#pagination .part3 {
 
    justify-content: end;
  
    box-sizing: border-box;
    line-height: 30px;
    flex: 1;
    font-size: 14px;
    
    color: #000;
}
#pagesize_selector{
    min-width: 55px;
    height: 30px;
    line-height: 28px;
    padding-left: 11px;
   
    box-sizing: border-box;
    font-size: 14px;
    border: 0.5px solid #000;
    /* border-radius: 6px; */
    text-align: left;
    position: relative;
    padding-right: 25px;
}
#page_size{
    
}
#pagesize_selector::after{
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-top: 6px solid #000;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    top: 50%;
    margin-top: -3px;
    right: 14px;
}
#pagesize_selector:hover #pagesize_selector_menu{
    transform:translateY(0) scaleY(1) ;
}

#pagesize_selector_menu{
    position: absolute;
    width: 100px;
    top: 30px;
    left: 50%;
    margin-left: -50px;
    transform: translateY(-50%) scaleY(0);
    transition: 0.3s;
    z-index: 11;
    box-shadow: 0 0 13px 2px rgba(0,0,0,0.18);
}
.pagesize-selector-item{
    cursor: pointer;
    width:100%;
    height:40px;
    line-height:40px;
    
    text-align: center;
    color:#000;
    border-bottom:1px solid #7d7d7d;
    font-size:14px;
    background-color: #FFF;
    transition: 0.3s;
}
.pagesize-selector-item:last-child{
    border:0;
}
.pagesize-selector-item:hover{
    background-color: #D9D9D9;
}

#page_btns{

   display:table;
}

.page-btn{
    width:38px;
    height:30px;
    text-align: center;
    line-height:28px;
    box-sizing: border-box;
    display: inline-block;
    border:0.5px solid #000;
    border-right:0;
    
    background-color: transparent;
    transition: 0.3s;
    cursor: pointer;
    
}
.page-btn:hover,.page-btn.hover{
    background-color: #D9D9D9;
}
.page-btn:first-child{
    /* border-top-left-radius: 6px; */
    /* border-bottom-left-radius: 6px; */
}
.page-btn:last-child{
    border:0.5px solid #000;
    /* border-top-right-radius: 6px; */
    /* border-bottom-right-radius: 6px; */
}

#page_goto{
  
    font-size:14px;
    line-height:30px;
    
    height:30px;
    box-sizing: border-box;
    display: table;
}
#page_goto_num{
    outline: none;
    border: 0.5px solid #000;
    border-radius: 2px;
    
    font-size: 14px;
    line-height: 28px;
    box-sizing: border-box;
    height: 30px;
    text-align: right;
    padding-right: 12px;
    width: 45px;

}
#page_goto_btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width:45px;
    
    height:30px;
    font-size:14px;
    border:0.5px solid #000;
    /* border-radius:6px; */
}
