.el-slider__bar {
    background-color: var(--green-color);
}

.product-form_row {
    display: flex;
    flex: auto;
    width: 100%;
    align-items: flex-start;
}

.el-scrollbar__view {
    overflow: hidden;
}

.product-info_list {
    align-items: center;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.product-info_item {
    height: 32px;
    line-height: 32px;
    width: 20%;
}

.yxpz {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    position: relative;
    white-space: nowrap;
    margin-right: 20px;
}

.product-info_item span:first-child {
    color: var(--el-text-color-regular);
    flex-shrink: 0;
    font-size: 13px;
    width: auto;
}

.product-info_item span:last-child {
    color: var(--el-text-color-regular);
    font-size: 13px;
    margin-right: 10px;
    max-width: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.el-radio.is-bordered.el-radio--large {
    margin-right: 20px;
}

@media (max-width: 1080px) {
    .yxpz {
        display: none;
    }

    .product-info_item {
        height: 22px;
        line-height: 22px;
        width: 50%;
    }

    .el-radio.is-bordered.el-radio--large {
        margin-right: 10px;
    }

    del {
        display: none;
    }
}

.el-radio.is-bordered.is-checked {
    border: 0;
    background: var(--green-color);
    color: #fff;
}

.el-radio.is-bordered .el-radio__input.is-checked+.el-radio__label {
    color: #ffffff !important;
}

.el-radio.is-bordered.el-radio--large .el-radio__inner {
    display: none;
}

.el-radio.is-bordered {
    margin-bottom: 5px;
}

.system_img {
    height: 12px;
    width: 20px;
    padding-right: 8px;
}

.system .el-radio__label {
    display: inline-flex;
    align-items: center;
}

del {
    margin-left: 10px;
    color: #999;
    font-size: 13px;
}

.el-radio-group {
    min-width: 100%;
}

li.el-select-dropdown__item:hover,
li.el-select-dropdown__item.selected {
		color: #409eff;
		background-color: #ecf5ff
}