.category-product {
    padding: 80px 0 0;
}
.category-p-banner {
    background-image: url("../images/category/pro-banner-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    min-height: calc(260px - var(--theme-spacing) * 2);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--theme-spacing) 0;
}
.c-p-ba-block {
    display: flex;
    justify-content: space-between;
    max-width: var(--master-width);
    width: 100%;
    padding: 0 var(--theme-spacing);
}
.c-p-ba-t1 {
    font-family: 'Source Han Serif CN';
    font-weight: 900;
    font-size: 28px;
    line-height: 40px;
}
.c-p-ba-t2 {
    width: calc(67%);
    margin-left: var(--theme-spacing);
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}
.c-p-block1 {
    max-width: var(--master-width);
    width: 100%;
    padding: 0 var(--theme-spacing);
    margin: 0 auto;
}
.c-p-b1-test1 {
    font-family: 'Source Han Serif CN';
    margin-bottom: 5px;
    font-weight: 900;
    font-size: 28px;
    line-height: 40px;
}
.c-p-b1-test2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--theme-Primary-color);
}
.c-p-b1-test3 {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: var(--theme-gray01-color);
    margin-top: 24px;
}
.c-p-block2 {
    max-width: var(--master-width);
    width: 100%;
    padding: 80px var(--theme-spacing) 56px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    font-size: 0;
}
.c-p-b2-item {
    width: calc((100% - var(--theme-spacing) * 2) / 3);
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border: 2px solid transparent;
    cursor: pointer;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: calc(var(--theme-spacing) - 2px);
    margin-bottom: 24px;
}
.c-p-b2-item:nth-child(3n) {
    margin-right: 0;
}
.c-p-b2-line1 {
    font-family: 'Source Han Serif CN';
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: var(--theme-white01-color);
}
.c-p-b2-line2 {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: var(--theme-white01-color);
}

.footer-block {
    padding-top: 150px!important;
}
.footer-split {
    display: none;
}

@media (max-width: 1024px) {  /* 屏幕宽度小于1024px */
    .category-p-banner {
        padding: 64px 0;
    }
    .c-p-b2-item:hover {
        border: 2px solid #ED0F20;
        box-sizing: border-box;
        box-shadow: 0px 0px 10px rgba(237, 15, 32, 0.4);
    }
    .c-p-ba-t1 {
        font-weight: 900;
        font-size: 20px;
        line-height: 30px;
    }
    .c-p-ba-t2 {
        width: 75%;
        margin-left: var(--theme-spacing);
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
    }
}
@media (max-width: 768px) { /* 屏幕宽度小于768px */
    .c-p-ba-block {
        flex-direction: column;
        /*padding: 64px var(--theme-spacing);*/
    }
    .c-p-ba-t1 {
        font-weight: 900;
        font-size: 20px;
        line-height: 30px;
    }
    .c-p-ba-t2 {
        margin-left: 0;
        width: 100%;
        margin-top: 24px;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
    }
    .footer-block {
        padding-top: 80px!important;
    }
    .category-product {
        padding-top: 24px;
    }
    .c-p-b1-test1 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 4px;
    }
    .c-p-b1-test2 {
        line-height: 26px;
    }
    .c-p-b1-test3 {
        margin-top: 12px;
    }
    .c-p-block2 {
        padding-top: 24px;
        padding-bottom: 51px;
    }
    .c-p-b2-item {
        width: 100%;
        height: 200px;
        border: none;
        margin: 0 0 16px 0;
        padding: 16px;
        box-sizing: border-box;
    }
    .c-p-b2-item:active {
        border: none;;
        box-sizing: border-box;
        box-shadow: 0px 0px 10px rgba(237, 15, 32, 0.4);
    }
    .c-p-b2-item:last-child {
        margin-bottom: 0;
    }
    .c-p-b2-line1 {
        font-weight: 900;
        font-size: 17px;
        line-height: 26px;
    }
    .c-p-b2-line2 {
        font-weight: 400;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) { /* 屏幕宽度 [768,1024] */
    .footer-block {
        padding-top: 80px!important;
    }
    .category-product {
        padding-top: 24px;
    }
    .c-p-b1-test1 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 4px;
    }
    .c-p-b1-test2 {
        line-height: 26px;
    }
    .c-p-b1-test3 {
        margin-top: 12px;
    }
    .c-p-block2 {
        padding-top: 24px;
        padding-bottom: 51px;
        justify-content: space-between;
    }
    .c-p-b2-item {
        width: calc(50% - var(--theme-spacing) / 2);
        height: 200px;
        border: none;
        margin: 0 0 16px 0;
        padding: 16px;
        box-sizing: border-box;
    }
    .c-p-b2-item:active {
        border: none;
        box-sizing: border-box;
        box-shadow: 0px 0px 10px rgba(237, 15, 32, 0.4);
    }
    .c-p-b2-item:last-child {
        margin-bottom: 0;
    }
    .c-p-b2-line1 {
        font-weight: 900;
        font-size: 17px;
        line-height: 26px;
    }
    .c-p-b2-line2 {
        font-weight: 400;
    }
}
