/* 加载框 */
.page-loading {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #fff 0 0 no-repeat;
    background-image: none;
    padding: 0;
}
.page-loading {
    overflow: hidden;
}
.page-loading {
    background: #f00;
    z-index: 999;
    background: #fff url("../style/res/loading-0.gif") center no-repeat;
}
.page-content-bg {
    position: absolute;
    top: 46px;
    right: 0;
    bottom: 0;
    left: 221px;
    background: rgba(0,0,0,0.5) 0 0 no-repeat;
    background-image: none;
    overflow: hidden;
    z-index: 100;
    display: none;
}

/* 上传图片样式 */
.layui-upload-img{width: 92px; height: 92px; margin: 0 10px 10px 0;}

/* 必填项红色 */
.x-red{color: red;}

/* 商品SKU */
#specification-value-select {
    padding: 10px;
    padding-bottom: 0;
}
#specification-value-select .layui-btn, #specification-value-select .layui-btn+.layui-btn {
    margin: 0 10px 10px 0;
}
#sku-box .spec-btn i {
    font-size: 12px !important;
}
#sku-box table a:hover {
    cursor: pointer;
}

.pl-10 {
    padding-left: 10px;
}

.text-danger {
    color: #ff5722;
}

.text-gray {
    color: #333;
}
