.category{
    margin: auto;
    height: 160px;
    width: 100%;
    position: relative;
}

.category_btn{
    position: absolute;
    width: 165px;
    margin-top: 57px;
    border: 1px solid #000000;
    border-radius: 20px;
    background-color: #FFFFFF;
    right: 2%;
    font-family:'Abhaya Libre';
}

.choice_cate{
    width: 165px;
    height: 40px;
    line-height: 40px;
    cursor: default;
    text-align: center;
    position: relative;
    display: inline-block;
}

.category_btn li{
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    cursor: pointer;
    display: none;
    padding-right: 20px;
    text-align: center;
}

.category_btn li:nth-child(1){
    text-align: center;
    padding: 0;
}

.category_btn li:nth-child(n+2):hover{
    background-color: rgb(10, 10, 10,.1);
    cursor: pointer;
}

.category_btn li:last-child{
    margin-bottom: 10px;
}

.sort_down{
    position: absolute;
    right: 8%;
    top: 10px;
}
.sort_up{
    position: absolute;
    right: 8%;
    top: 10px;
    display: none;
}



.goods{
    max-width: 1860px;
    margin: auto;
    overflow: hidden;
    padding-left: 2%;
}

.goods ul li{
    float: left;
    width: 23.4%;
    margin-bottom: 60px;
    margin-right: 18px;
}

.goods ul li img{
    width: 100%;
     height: 450px; 
}

.goods_name{
    font-size: 20px;
    margin: 20px 0 30px 0;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
    text-overflow:ellipsis;
    font-family:'Abhaya Libre';
    color: #121416;
}

.price{
    font-size: 30px;
    font-family: Source Sans Pro;
    color: #121416;
    line-height: 27px;
}

.original_price{
    text-decoration: line-through;
    font-size: 20px;
    color: #7D8084;
    margin-left: 30px;
    font-family: Source Sans Pro;
    line-height: 27px;
}

.page{
    width: 600px;
    margin: auto;
    margin-bottom: 80px;
    overflow: hidden;
    font-size: 24px;
    font-family: Source Sans Pro;
    font-weight: 600;
    color: #7D8084;
    line-height: 50px;
}

.disabled{
    text-align: center;
    width: 10%;
    height: 50px;
    border-radius: 8px;
    background-color: #EFEFEF !important;
    color: #7D8084;
}
.disabled span{
    font-size: 36px;
    color: #888888 !important;
    cursor: default;
}
.pagination .active{
    color: #121416;
    cursor: default;
}

.show_product{
    position: absolute;
    left: 3%;
    top: 30%;
    width: 550px;
    font-size: 30px;
}

.page ul li{
    margin: 0;
    width: 10%;
    float: left;
    text-align: center;
}

.page ul li a{
    color: #7D8084;
    font-family: Source Sans Pro;
    font-weight: 600;
}



.pagination li:last-child,.pagination li:first-child{
    text-align: center;
    width: 10%;
    height: 50px;
    border-radius: 8px;
    background: #121416;
    line-height: 44px;
}
.pagination li:last-child a,.pagination li:first-child a{
    color: white;
    font-size: 36px;
}