.conf_parameter {
    background: url(../images/bzbj.png) no-repeat;
    background-size: 100% 100%;
    height: 100vh;
    /* position: relative; */
    display: flex;
    justify-content: center;
    background-position: center;
    /* align-items: center; */
    margin-bottom: 20px;
    margin-top: -30px;
}
.module-title {
    font-size: 20px;
    font-weight: 600;
    padding: 24px 0;
    color: #1a1a1a;
}
.goods-base {
    display: flex;
    flex-wrap: wrap;
    line-height: 1;
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 24px;
}
.conf_parameter_bs {
    /* top: 90px; */
    left: 5%;
    width: 92%;
    border: none;
    /* position: absolute; */
    height: 85%;
    margin-top: 15%;
}
.goods-base .item {
    display: flex;
    height: 40px;
    width: 96%;
    box-sizing: border-box;
}
.goods-base .exclusive-row {
    width: 100%;
    border-bottom: none;
}
.goods-base .flex-center {
    display: flex;
    align-items: center;
    width: 142px;
    background: #f9fafc;
    color: #1a1a1a;
    box-sizing: border-box;
}
.goods-base .name {
    margin: 0 4px 0 16px;
    font-weight: 600;
    font-size: 14px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 18px;
    position: relative;
}
.goods-base .adaptive {
    display: flex;
    align-items: center;
    font-size: 14px;
    flex: 1;
    border-bottom: 1px solid rgba(0,0,0,.06);
    border-left: 1px solid rgba(0,0,0,.06);
    line-height: 18px;
    word-break: break-all;
    padding: 0 24px;
    box-sizing: border-box;
    justify-content: center;
}
.goods-base .exclusive-row .adaptive {
    border-bottom: none;
}
.goods-base .text {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
    color: #1a1a1a;
}
@media screen and  (max-width: 500px) {
    .conf_parameter_bs {
        margin-top: 20%;
    }
    .goods-base .item {
        height: 32px;
    }
}
@media screen and  (min-width:1000px) {
    .conf_parameter_bs {
        margin-top: 5%;
    }
    .goods-base .item {
        height: 35px;
    }
}
@media screen and  (min-height:1000px) {
    .conf_parameter_bs {
        margin-top: 15%;
    }

}
@media screen and (width: 320px) and (height: 568px) {
    .conf_parameter_bs {
        margin-top: 15%;
        height: 90%;
    }
}
@media screen and (width: 1024px) and (height: 600px) {
    .conf_parameter_bs {
        height: 90%;
    }
}