#goods_list {
    padding-bottom: 100px;
    width: 100%;
    background: #f5f5f5;
    padding-top: 20px;
    min-height: calc(100vh - 423px);
}

.goods_list {
    width: 1200px;
    margin: 0 auto;
    /*background: #ffffff;*/
}
.goods_class-breadcrumb{
    height: 54px;
    display: flex;
    align-items: center;
}
.breadcrumb-one .el-breadcrumb__inner{
    color: #333 !important;
    font-size: 14px !important;
}
.breadcrumb-two .el-breadcrumb__inner {
    color: #999 !important;
    font-size: 14px !important;
}
.goods-class-bread{
    display: flex;
    align-items: center;
    height: 45px;
    padding-left: 20px;
    border-bottom: 1px solid #DDDDDD;
    background-color: #FFFFFF;
}
.goods-class-bread-one{
    font-size: 14px;
    color: #333;
}
.goods-class-bread-two{
    margin: 0px 10px;
    width: 10px;
    height: 10px;
}
.goods-class-bread-three {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 6px;
    /*border: 1px solid #CCCCCC;*/
    cursor: pointer;
}
.goods-class-bread-three-o{
    border: 1px solid #E1251B;
}
.goods-class-bread-three div {
    font-size: 14px;
    color: #333;
}
.goods-class-bread-three div a {
    font-size: 14px;
    color: #333;
}
.goods-class-bread-three img {
    margin-left: 10px;
    width: 10px;
    height: 10px;
}
.goods-class-bread-four {
    margin: 0px 8px;
    width: 10px;
    height: 10px;
}
.goods-class-bread-six{
    border: none;
}






.goods-class-content{
    width: 100%;
    box-sizing: border-box;
    padding: 0px 45px 0px;
    background-color: #ffffff;
}
.class-content-top-list{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px dashed #DDDDDD;
}
.class-content-to-left{
    width: 100%;
    margin-top: 18px;
    display: flex;
    align-items: flex-start;
    /*justify-content: space-between;*/
}
.class-content-to-left-one{
    margin-top: 0px;
}
.class-content-to-left-title{
    margin-bottom: 18px;
    width: 76px;
    font-size: 15px;
    color: #999;
}
.class-content-to-left-title a {
    color: #999 !important;
}
.class-content-to-left-list{
    width: 1020px;
    margin-left: 13px;
    flex-wrap: wrap;
    display: flex;
}
.class-content-to-left-list div {
    font-size: 15px;
    color: #333;
    margin-right: 30px;
    margin-bottom: 18px;
    cursor: pointer;
}
.class-content-to-left-list div a{
    font-size: 15px;
    color: #333;
}

.class_name_active  {
    color: var(--themeColor) !important;
}

.class-content-to-right{
    display: flex;
    align-items: center;
}
.class-content-to-right-one{
    padding: 6px 10px;
    display: flex;
    align-items: center;
    border: 1px solid #DDDDDD;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}
.class-content-to-right-two{
    margin-left: 10px;
    display: flex;
    align-items: center;
    padding: 6px 10px;
    border: 1px solid #DDDDDD;
    cursor: pointer;
}
.class-content-to-right-two span {
    font-size: 14px;
    color: #333;
}
.class-content-to-right-two div{
    margin-left: 5px;
    width: 12px;
    height: 10px;
}
.class-content-to-right-two div img {
    width: 100%;
    height: 100%;
}
.class-content-to-left-sort{
    margin-left: 13px;
    display: flex;
    align-items: center;
}
.to-left-sort-one{
    font-size: 15px;
    color: #333;
    margin-right: 30px;
    cursor: pointer;
}

.to-left-sort-one a {
    color: #333;
}

.sort_active {
    color: var(--themeColor) !important;
}

.to-left-sort-two a{
    display: flex;
    margin-right: 30px;
    cursor: pointer;
}
.to-left-sort-two div:first-child {
    font-size: 15px;
    color: #333;
}
.to-left-sort-two div:last-child {
    width: 10px;
    height: 10px;
    margin-left: 4px;
}
.to-left-sort-two div:last-child img {
    width: 100%;
    height: 100%;
}
.class-content-top-list-two{
    padding: 18px 0px 18px 0px;
    border-bottom: 1px solid #DDDDDD !important;
}
.class-content-list{
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.content-list-goods{
    width: 270px;
    /*height: 384px;*/
    /*margin-right: 7px;*/
    margin-bottom: 40px;
    /*background-color: #FFFBF4;*/
}
.content-list-goods :nth-child(4n) {
    margin-right: 0;
}

.content-list-goods-img{
    width: 100%;
    height: 270px;
}
.content-list-goods-img img {
    width: 100%;
    height: 100%;
}
.content-list-goods-c{
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    padding: 5px 20px 14px;
}
.content-list-goods-title{
    width: 100%;
    box-sizing: border-box;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 这里是超出几行省略 */
    overflow: hidden;
    color: #666666;
    font-size: 14px;
    line-height: 22px;
    height: 44px;
}
.content-list-goods-title a {
    font-size: 14px;
    color: #333;
}
.content-list-goods-price{
    margin-top: 15px;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*align-items: flex-end;*/
}
.content-list-goods-price-one{
    display: flex;
    align-items: flex-end;
}
.content-list-goods-price-one div:first-child{
    font-size: 14px;
    color: var(--themeColor);
}
.content-list-goods-price-one div:last-child {
    font-size: 20px;
    color: var(--themeColor);
}
.content-list-goods-price-two{
    display: flex;
    align-items: center;
    cursor: pointer;
    border-top: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding: 0px 6px;
}
.content-list-goods-price-two img {
    width: 14px;
    height: 14px;
}
.content-list-goods-price-two div {
    margin-left: 5px;
    font-size: 14px;
    color: #666;
}
.add-cart-goods{
    width: 100%;
    box-sizing: border-box;
    /*padding: 15px 20px 20px;*/
    margin-top: 15px;
    display: flex;
    justify-content: flex-start;
    cursor: pointer;
}
.add-cart-goods>div:first-child{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 24px;
    background-color: var(--themeColor);
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.add-cart-goods>div:first-child img {
    width: 16px;
    height: 16px;
}
.add-cart-goods>div:first-child div {
    font-size: 12px !important;
    color: #fff;
    margin-left: 5px;
}
.add-cart-goods>div:first-child div a {
    font-size: 12px !important;
    color: #fff;
}

.goods_page {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.el-pagination {
    white-space: nowrap;
    padding: 2px 5px;
    color: #303133;
    font-weight: 700;
}

.el-pagination button, .el-pagination span:not([class*=suffix]) {
    display: inline-block;
    font-size: 13px;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.el-pagination__total {
    margin-right: 10px;
    font-weight: 400;
    color: #606266;
}
.el-pagination .btn-prev {
    background: center center no-repeat #FFF;
    background-size: 16px;
    cursor: pointer;
    margin: 0;
    color: #303133;
}
.el-pagination button {
    border: none;
    padding: 0 6px;
    background: 0 0;
}
.el-pager {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    list-style: none;
    font-size: 0;
}
.el-pager, .el-pager li {
    vertical-align: top;
    margin: 0;
    display: inline-block;
}
.el-pager li:not(.disabled).active {
    background-color: #409EFF;
    color: #FFF;
}
.number_active {
    color: #ffffff;
}
.el-pager li {
    padding: 0 4px;
    font-size: 13px;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    box-sizing: border-box;
    text-align: center;
}