.filter ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.filter a {
    text-decoration: none;
    color: #000
}

.active {
    background-color: #0cbbef;
    color: #fff;
    border-radius: 20px;
    padding: 8px 16px
}

.main {
    border-radius: 8px;
    background-color: #fff
}

.container {
    border-radius: 15px;
    margin: 0 auto;
    /*padding: 70px 10px 0;*/
}

.filter {
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 15px;
    margin: 10px auto;
    padding: 10px;
    width: 100%;
}

.filter-list {
    text-align: center;
    display: flex;
    font-size: 14px
}

.filter-list:last-child {
    margin-bottom: 0
}

.filter-type {
    margin-left: 5px;
    margin-right: 15px;
    color: #000;
    line-height: 25px;
    font-size: 16px;
    font-weight: 550;
    padding: 10px 0;
    display: inline-block;
}

.filter .option li {
    font-size: 16px;
    width: 85px;
    float: left;
    cursor: pointer;
    padding: 8px 10px
}

.filter .option li:hover {
    color: #48a0f8
}

.sort {
    background-color: #f5f7f7!important;
    height: 50px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    padding: 0 3rem;
    justify-content: space-between
}

.sort-l span {
    font-size: 14px;
    margin-right: 20px;
    font-weight: 600;
    color: #a9a9a9;
    cursor: pointer
}

.goods {
    font-family: Helvetica, Arial, Ping Fang, Microsoft YaHei, serif;
    margin-bottom: 30px
}

.goods li {
    height: auto;
    padding: 15px 0 15px 20px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
    cursor: pointer
}

.goods li:hover {
    background: #e6f2fe
}

.goods-cover {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
    box-shadow: -2px 3px 10px -1px #0cbbef;
    margin-right: 3rem
}

.goods-title {
    width: 750px;
    padding-right: 20px;
}

.goods-title div {
    margin-bottom: 4px;
    font-size: 15px;
    display: block
}

.goods-info {
    width: 350px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: grey;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;

}

.goods-title span {
    width: auto;
    border-radius: 4px;
    font-size: 12px;
    padding: 2px 3px
}

.goods-member-tag {
    /*font-size: 12px;*/
    color: #fff;
    padding: 1px 2px;
    background-color: #0cbbef;
    border-radius: 4px;
    margin-bottom: 10px
}

.goods-price {
    width: 150px;
    color: #837676;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex: 1;
    margin-right: 10px;
    /*font-size: 18px;*/
    font-weight: 600
}

.list-header {
    background-color: #0cbbef;
    height: 50px;
    border: solid #e0e0e0;
    border-width: 1px 0 1px 0;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: space-between;
}

.list-header span {
    font-family: Helvetica, Arial, Ping Fang, Microsoft YaHei, serif;
    font-size: 16px;
    font-weight: 550
}

.list-header span:first-child {
    width: 350px;
    text-align: center;
}

.list-header span:nth-child(2) {
    width: 350px;
    text-align: center;
}

.list-header span:nth-child(3) {
    width: 150px;
    text-align: center;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #0cbbef
}

@media (max-width:880px) {
    #head1,
    #head2 {
        min-width: 50px;
        padding: 0 10px;
    }
    #head1 {
        display: none
    }
    .box01 {
        height: 1px;
        width: 100%;
        overflow: hidden;
    }
    .box02 {
        display: none;
    }
}

@media (min-width:880px) {
    #head2 {
        display: none
    }
    .box01 {
        display: none;
    }
    .box02 {
        height: 1px;
        width: 960px;
        overflow: hidden;
    }
    .page_top{
        
    padding-bottom: 20px;
    }
}

#head2 {
    margin: 10px auto
}

.filter .list img {
    border-radius: 8px;
    width: 80px;
    height: 80px;
    margin: 10px
}