.shopper-button{
	text-align: center;
}
.shopper-product .el-input{
    width:40%;
}
/*店主等级样式*/
.shopper-setting .el-input,
.shopper-setting .product-info .el-select,
.shopper-product .product-info .el-select,
.el-autocomplete,
.search-val{
	width:20% !important;
}
.el-autocomplete .el-input,
.shopper-product .product-info .el-select .el-input,
.shopper-setting .product-info .el-select .el-input{
    width: 100% !important;
}
.product-info .rules-edit .el-form-item__error{
    left: 124px;
}
.product-info .rules-edit .shopper-level-name .el-form-item__error{
    left: 0 !important;
}
/*店主特定商品样式*/
.shopper-prompt{
	color:#9E9E9E;
}
.search-icon{
	position: absolute;
	left:38%;
	cursor: pointer;
	color:#bfcbd9;
}
.member-table-list .el-tabs__item.is-active{
    color: #f7ba2a;
}
.member-table-list .el-tabs__active-bar{
	background-color: #f7ba2a;
} 
.shopper-setting .el-input.is-disabled .el-input__inner {
    background-color: #fff;
    border-color: #fff;
    color: #bbb;
    cursor: not-allowed;
}
.shopper-level-edit .el-input.is-disabled .el-input__inner{
    background-color: #eef1f6;
    border-color: #d1dbe5;
    color: #bbb;
} 
.operation-cash .el-form-item__content {
    margin-left:0 !important;
}