/* 分类 */
.jl-product-cate-container {
    
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(242, 244, 246, 1);
}
.jl-product-cate-container2 {
    
    margin: 1% auto;
    width: 94%;
    max-width: 1600px;

}
.jl-product-cate-container3 {

    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
}

.jl-product-cate-item {

    width: calc((100% - 90px) / 5);
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 11);
    border-radius: 10px;
    background: #FFFFFF;
    padding: 20px 0;
}
.jl-product-cate-item-name {
    text-align: center;
    font-size: 12px;
    color: #333333;
}
@media all and (min-width: 769px) {
    .jl-product-cate-item {
    
        width: calc((100% - 90px) / 5);
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% / 11);
    }
}
@media all and (max-width: 768px) {
    .jl-product-cate-item {
    
        width: calc((100% - 10px) / 2);
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% / 4);
        margin-bottom: 10px;
    }
    .jl-product-cate-item-name {
        transform: scale(0.8);
        letter-spacing: 2px;
    }
}
.jl-product-cate-item img {
    
    width: 40%;
}


/* 列表 */
.jl-product-list-container {
    
    min-height: 500px;
    background-color: rgba(250, 250, 250, 1);
    padding-top: 1%;
    padding-bottom: 3%;
}
.jl-product-list-title {
    
    padding-bottom: 1%;
    margin-bottom: 24px;
    color: #161719 ;
    font-weight: normal ;
    line-height: 120% ;
    font-size: 38px;
    text-align: center;
}
.jl-product-list-entitle {
    font-size: 28px;
}
.jl-product-list-container2 {
    width: 94%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}
.jl-product-list-container3 {
    
    padding-bottom: 5%;
}
.jl-product-list {
    
    flex-wrap: wrap;
    /* align-items: flex-start; */
    align-items: stretch;
}
.jl-product-item {
    flex-grow: 0;
    flex-shrink: 0;
    width: calc((100% - 40px) / 4);
    border: 1px solid #eee;
    box-sizing: border-box;
    margin-bottom: 45px;
    margin-right: 10px;
    background-color: rgba(247, 247, 247, 1);
}
.jl-product-item a {
    display: block;
}
.jl-product-item:nth-child(4n) {
    margin-right: 0;
}

.jl-product-item img {
    width: 100%;
    object-fit: cover;
}
.jl-product-item-info {
    padding: 12px 12px 18px 12px;
    background-color: rgba(247, 247, 247, 1);
    border-top: 1px solid rgba(238, 238, 238, 1);
}
.jl-product-item-name {
    
    font-size: 14px;
    color: rgba(51, 51, 51, 1);
    font-weight: bold;
    line-height: 1.5;
}
.jl-product-item-size {
    
    font-size: 14px;
    color: rgba(51, 51, 51, 1);
    font-weight: normal;
    line-height: 1.5;
}

@media all and (max-width: 768px) {
    .jl-product-list-title {
        font-size: 28px;
    }
    .jl-product-list-entitle {
        font-size: 24px;
    }
    .jl-product-list-container {
        
        padding-top: 54px;
    }
    .jl-product-item {
        margin-bottom: 18px;
        margin-right: 1%;
        width: 49%;
    }
}



/* 分页 */
.jl-product-page-container {
    
    margin-top: 24px;
    text-align: center;
}
.jl-product-page {

}
.jl-product-page .jl-product-page-a {
    display: inline-block;
    line-height: 30px;
    height: 30px;
    width: 30px;
    margin: 0 3px;
    cursor: pointer;
    background: #f4f4f4;

    
    font-size: 14px;
    color: #8a8a8a;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    font-family: Arial;
    background-color: rgba(255, 255, 255, 0);
}
.jl-product-page .jl-product-page-a:hover {
    
    color: #409eff;
    border-color: #409eff;
    background-color: rgba(255, 255, 255, 0);
    background: #e6f4ff;
}
.jl-product-page .jl-product-page-disabled {
    background-color: #f4f4f5;
    font-size: 14px;
    color: #c0c4cc;
    border: 1px solid #f4f4f5;
    cursor: not-allowed;
}
.jl-product-page .jl-product-page-disabled:hover {
    
    background-color: #f4f4f5;
    color: #c0c4cc;
    border-color: #f4f4f5;
}

.jl-product-page .jl-product-page-current {

    background-color: #222a35;
    font-size: 14px;
    color: #fff;
    border: 1px solid #222a35;
}

.jl-product-page-jump {
    
    font-size: 14px;
    color: #747474;
    word-spacing: 0;
    margin-left: 5px;
}
.jl-product-page-jump input {
    
    background-color: rgba(255, 255, 255, 0);
    font-size: 14px;
    color: #606266;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    line-height: 28px;
    height: 28px;
    width: 40px;

}