.new-product-container .series-list-content {
    width: 95%;
    padding: 0;
    margin: 0 auto;
}
.new-product-container p {
    font-size: .225rem;
}
.new-product-container .series-list-content .series-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.new-product-container .series-list-content .series-item {
    width: 30%;
    overflow: hidden;
    box-shadow: 0 0 .2rem 0.125rem rgba(105, 105, 105, .1);
    box-sizing: border-box;
    border-radius: 20px 20px 0 0;
    padding: 0;
    margin-bottom: .75rem;
}
.new-product-container .series-list-content .series-item .img-box {
    display: block;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3.25rem;
}
.new-product-container .series-list-content .series-item img {
    width: 100%;
    height: auto;
}
.new-product-container .title-box-change {
    width: 100%;
    position: relative;
    height: .75rem;
    margin: 0;
}
.new-product-container .series-list-content .series-item h3 {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    font-weight: 800;
    font-size: .275rem;
    display: block;
    text-align: center;
    line-height: .5625rem;
}
.title-border-button {
    border: 1px solid #bc261a;
    text-align: center;
    margin: 0.25rem 0 .15rem 0;
    color: #fff;
    background: #bc261a;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    font-size: 0.25rem;
    font-weight: 800;
    border-radius: 0;
    line-height: .75rem;
    display: block;
}
.new-product-container .series-list-content .series-item p {
    text-align: left;
    margin: 20px;
}
.text-cover {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: rgb(255, 255, 255);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}
.new-product-container .text-cover p{
    font-size: .68rem;
    font-weight: bold;
}
.new-product-container .text-cover span {
    font-size: 0.26rem;
    margin: .3rem 0;
}
.new-product-container .border-button {
    min-width: 2.5rem;
    height: 0.62rem;
    padding: 0.15rem 0.38rem;
    border: 2px solid #fff;
    text-align: center;
    line-height: 0.62rem;
    margin-top: 0.13rem;
    font-size: 0.25rem;
    color: #fff;
}
@media (max-width: 1500px) {
    .new-product-container p {
        font-size: 18px;
    }
    .new-product-container .title-box-change {
        height: 50px;
    }
    .new-product-container .title-border-button {
        font-size: 18px;
        line-height: 50px;
    }
    .new-product-container .text-cover span {
        font-size: 20px;
    }
    .new-product-container .border-button {
        font-size: 18px;
    }
    .new-product-container .series-list-content .series-item .img-box {
        height: 260px;
    }
}
@media (max-width: 1200px){
    .new-product-container .series-list-content .series-item {
        width: 47%;
    }
}
@media (max-width: 1024px){
    .new-product-container p {
        font-size: 16px;
    }
    .new-product-container .border-button {
        width: auto;
        min-width: 140px;
        padding: 12px 20px;
        height: 30px;
        line-height: 30px;
    }
    .new-product-container .text-cover p {
        font-size: 38px;
    }
    .new-product-container .text-cover span {
        margin: 20px 0;
    }
}
@media (max-width: 991px){
    .new-product-container .series-list-content .series-item {
        width: 45%;
        padding: 0.15rem;
        margin: 20px 2%;
        margin-bottom: 0
    }
    .new-product-container .title-box-change {
        height: 40px;
    }
    .new-product-container .title-border-button {
        line-height: 40px;
        font-size: 18px;
    }
    .new-product-container .series-list-content .series-item .img-box {
        height: 190px;
    }
}
@media (max-width: 576px){
    .new-product-container .series-list-content .series-item {
        width: 95%;
    }
    .new-product-container .text-cover p {
        font-size: 30px;
    }
    .new-product-container .text-cover span {
        font-size: 16px;
        margin: 14px 0;
        text-align: center;
    }
    .new-product-container .border-button {
        padding: 4px 10px;
        font-size: 16px;
    }
}