.up-icon {
    width: 64px;
    height: 64px;
    border: 1px solid #ccc;
    border-radius: 4px;
    justify-content: center;
    display: flex;
    align-items: center;
    position: relative;
}

.up-icon img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#product-img {
    display: flex;
}

#product-img-box {
    display: flex;
}

#product-img-box .up-icon {
    min-width: 120px;
    height: 80px;
}

.product-img-item {
    min-width: 120px;
    height: 80px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 10px;
}

.product-img-item img {
    width: 100%;
}

.style-none {
    display: none !important;
}

#add_product {
    padding: 15px;
}

#add_product .layui-form-label {
    width: 110px;
}

.col-red {
    color: red;
}

.add-sec {
    text-align: center;
    padding: 10px;
    background-color: #ccc;
    cursor: pointer;

}