.product__header h1 {
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
}
.divide-line {
    border-width: 0;
    border-style: solid;
    border-bottom-color: #ebebeb;
    border-bottom-width: 1px;
    height: 1px;
    margin: 24px 0;
}

/*轮播图*/
.carousel-inner img{
    width: 100%;
}

.carousel-indicators div{
    width: 45px!important;
    height: 29px!important;
    background-color: transparent!important;
}
.carousel-indicators img{
    width: 100%;
}

.carousel-inner div{
    padding-left: 2%;
}

.carousel-indicators .active img{
    border: 2px solid #3339;
}
.parameter_search a{
    transition: all 0.1s;
}

.parameter_search a:hover {
    border-color: #555!important;
    background-color: #555!important;
}
.items-center button{
    top: 127%;
    width: 8%;
}
@media (max-width: 770px ) {
    .items-center button{
        top: 115%;
        width: 5%;
    }
}
@media (max-width: 570px ) {
    .items-center button{
        top: 119%;
        width: 7%;
    }
}
@media (max-width: 478px ) {
    .items-center button{
        top: 129%;
        width: 10%;
    }
}


.series-cont-header {
    text-align: left;
    padding-left: 10px;
    background-color: #f66;
    font-size: 16px;
}
.series-cont-header {
    color: #fff;
}

.series-content img {
    width: 100%;
    border: unset;
}