body, div, span, header, footer, nav, section, aside, article, ul, dl, dt, dd, li, a, p, h1, h2, h3, h4, h5, h6, i, b, textarea, button, input, select, figure, figcaption{
    padding: 0;
    margin: 0;
    list-style: none;
    font-style: normal;
    text-decoration: none;
    font-weight: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
}
ul{
	list-style: none;
}

 
.clear::after{
	display: block;
	clear: both;
	visibility: hidden;
	content: "";
	height: 0;
}



/* 搜索框的样式(修改elementUI) */
.search-form-mian{
	display: flex;
	flex-wrap: wrap;
}
.search-form-mian .el-form-item__label,.search-form-mian .el-input__inner,.search-form-mian .el-input,.search-form-mian .el-form-item__content{
	height: 30px;
	line-height: 30px;
	border-radius: 0;
}
.search-form-mian .el-form-item{
	margin-bottom: 15px;
}
body .el-form-item{
	margin-bottom: 15px;
}
.search-form-mian .el-button{
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
}
.search-form-mian .el-autocomplete{
	width: 100%;	
}

.search-form-mian .el-date-editor{
	width: 100%!important;
}
.search-form-mian .el-input__prefix{
	display: none;
}

.search-form-mian .el-date-editor .el-input__inner{
	padding: 0 15px;
}
.search-form-mian .el-input__icon{
	line-height: 30px;
}
.clothingcustom{
	width: 550px;
	height: 500px;
	padding:0 15px;
}
body .el-input__icon{
	line-height: 30px;
}
/* 所有的提示 */
body .el-message{
	top:45%;
}
/* 所有的按钮 */
body .el-button{
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
}
/* 所有的表格单元格 */
body .el-table .cell{
	padding:0 2px;
}

/* 所有的输入框 */
body .el-input .el-input__inner{
	height: 30px;
	line-height: 30px;
}

body .el-input.is-disabled .el-input__inner{
	color: #606266;
}

body .el-select{
	width: 100%;
}

body .el-checkbox__inner{
	border: 1px solid #9fa1a5;
}
/* 所有弹框 */
body .el-dialog__body{
	padding: 15px;
	padding-bottom: 25px;
}
body .el-date-editor.el-input{
	width: 100%;
}

.dialog_main .el-dialog__body{
	padding-bottom: 0;
}
.dialog_main .el-dialog__footer{
	padding-bottom: 10px;
}


/* 所有的弹框 */
body .el-dialog{
	/* margin-top:0!important; */
	margin:0 auto;
}

body .el-dialog .el-dialog__header{
	background: #418BFA;
	font-weight: 600;
	font-size: 16px;
	padding-top: 10px;
	position: relative;
}

body .el-dialog .el-dialog__headerbtn{
	top: 0;
	right: 15px;
	bottom: 0;
	margin: auto;
} 
body .el-dialog .el-dialog__header .el-dialog__title{
	color: #fff;
}
body .el-dialog .el-dialog__close{
	color: #fff;
}
/* 日期控件 */
body .el-date-editor .el-range-separator{
	width: auto;
}
/* 公共的样式 */
.margintop15{
	margin-top: 15px;
}
.marginbottom15{
	margin-bottom: 15px;
}
.main_content15{
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
.padding-left-rigth-15,.padding-rigth-left-15,.plr15,.prl15{
	padding-left: 15px;
	padding-right: 15px;
}
.plr5,.prl5{
	padding-left: 5px;
	padding-right: 5px;
}
.plr10,.prl0{
	padding-left: 10px;
	padding-right: 10px;
}
.padding-top-bottom-15,.padding-bottom-top-15,.ptb15,.pbt15{
	padding-top: 15px;
	padding-bottom: 15px;
}
.paddingbottom15,.pb15{
	padding-bottom: 15px;
}

.minwidth1260{
	min-width: 1260px;
}
.flex{
	display: flex;
}
.flex-wrap{
	display: flex;
	flex-wrap: wrap;
}

.el-dialog__wrapper{
/* 	display: flex;
	align-items: center; */
	padding-bottom:15px;
    box-sizing: border-box;
} 

.add-div{
	min-width: 1260px;
	padding:0 15px;
	box-sizing: border-box;
}

body #app .el-table td{
	padding: 0!important;
}
body .el-table__body .cell{
	padding: 5px 0;
	padding-left: 0!important;
}




/* 按钮的图标 */
body .btn_add,body .btn_state,body .btn_backstate,body .btn_refresh,body .btn_save,body .btn_delete,body .btn_edit,body .btn_print,body .btn_more,
.btn_import,.btn_export,.btn_cancel,.btn_select,.btn_view,.btn_product,.btn_revoke,.btn_bill,.btn_form,.btn_stock,.btn_purchase,.btn_sign{
	position: relative;
	padding-left: 25px!important;
	padding-right:10px!important;
}
.btn_add::after,.btn_state::after,.btn_backstate::after,.btn_refresh::after,.btn_save::after,
.btn_delete::after,.btn_edit::after,.btn_print::after,.btn_more::after,
.btn_import::after,.btn_export::after,.btn_cancel::after,.btn_select::after,
.btn_view::after,.btn_product::after,.btn_revoke::after,.btn_bill::after,.btn_form::after,.btn_stock::after,
.btn_purchase::after,.btn_sign::after{
	position: absolute;
	display: inline-block;
	content: '';
	width: 14px;
	height: 14px;
	left: 8px;
	top: 1px;
	bottom: 0;
	margin: auto;
}
.btn_add::after{
	background: url(../img/btn/btn_add.png) 0px 0px no-repeat;
	background-size: 14px 14px;
}
.btn_state::after{
	background: url(../img/btn/btn_audit.png) 0px 0px no-repeat;
	background-size: 14px 14px;
}
.btn_backstate::after{
	background: url(../img/btn/btn_theaudit.png) 0px 0px no-repeat;
	background-size: 14px 14px;
}
.btn_refresh::after{
	background: url(../img/btn/btn_refresh.png) 0px 0px no-repeat;
	background-size: 14px 14px;
}
.btn_save::after{
	background: url(../img/btn/btn_save.png) 0px 0px no-repeat;
	background-size: 14px 14px;
}
.btn_delete::after{
	background: url(../img/btn/btn_delete.png) 0px 0px no-repeat;
	background-size: 14px 14px;
}
.btn_edit::after{
	background: url(../img/btn/btn_edit.png) 0px 0px no-repeat;
	background-size: 14px 14px;
}
.btn_print::after{
	background: url(../img/btn/btn_print.png) 0px 0px no-repeat;
	background-size: 14px 14px;
}
.btn_more::after{
	background: url(../img/btn/btn_more.png) 0px 0px no-repeat;
	background-size: 14px 14px;
}
.btn_import::after{
	background: url(../img/btn/btn_import.png) 0px 0px no-repeat;
	background-size: 14px 14px;
}
.btn_export::after{
	background: url(../img/btn/btn_export.png) 0px 0px no-repeat;
	background-size: 14px 14px;
}
.btn_cancel::after{
	background: url(../img/btn/btn_cancel.png) 0px 0px no-repeat;
	background-size: 14px 14px;
}
.btn_select::after{
	background: url(../img/btn/btn_select.png) 0px 0px no-repeat;
	background-size: 14px 14px;
}
.btn_view::after{
	background: url(../img/btn/btn_view.png) 0px 0px no-repeat;
	background-size: 14px 14px;
}



/* 生产 */
.btn_product::after{
	background: url(../img/btn/btn_product.png) 0px 0px no-repeat;
	background-size: 14px 14px;
}
/* 撤回 */
.btn_revoke::after{
	background: url(../img/btn/btn_revoke.png) 0px 0px no-repeat;
	background-size: 14px 14px;
	top: 0;
}
/* 账单、对账*/
.btn_bill::after{
	background: url(../img/btn/btn_bill.png) 0px 0px no-repeat;
	background-size: 14px 14px;
}
/* 表单*/
.btn_form::after{
	background: url(../img/btn/btn_form.png) 0px 0px no-repeat;
	background-size: 14px 14px;
}
/* 库存 */
.btn_stock::after{
	background: url(../img/btn/btn_stock.png) 0px 0px no-repeat;
	background-size: 14px 14px;
}
/* 采购 */
.btn_purchase::after{
	background: url(../img/btn/btn_purchase.png) 0px 0px no-repeat;
	background-size: 14px 14px;
	top: 0;
}
/* 签订 */
.btn_sign::after{
	background: url(../img/btn/btn_sign.png) 0px 0px no-repeat;
	background-size: 14px 14px;
}


.icon_total{
	position: relative;
	padding-left: 20px!important;
}
.icon_total::after{
	position: absolute;
	display: inline-block;
	content: '';
	width: 12px;
	height: 12px;
	left: 2px;
	top: 0px;
	bottom: 0;
	margin: auto;
}
/* 合计 */
.icon_total::after{
	background: url(../img/all/icon_total.png) 0px 0px no-repeat;
	background-size: 12px 12px;
}







/* 气泡提示的类 */
.msgPopover.el-popover{
		min-width:80px;
		padding:2px 10px;
		color:#fff;
		margin-bottom: -5px;
		background: #ecaa3c;
		border-radius:6px;
		font-size: 12px;
		transform: translateY(22px);
}
.msgPopover.el-popper .popper__arrow{
	left: 8px!important;
}
.msgPopover.el-popper .popper__arrow::after{
	border-top-color: #ecaa3c!important;
}
.view .el-dropdown {
	margin-left: 10px;
}

.viewer-container{
	z-index: 3500!important;
}

/* 定位 */
.z_index_one{
	z-index: 1;
}
.z_index_one .el-loading-mask{
	z-index: 1000;
}


/* 表单左表提，右内容样式 */
.form_layout{
	display: flex;
	height: 30px;
	line-height: 30px;
	align-items: flex-start;
	font-size: 14px;
}
.form_layout .form_layout_title{
	flex-shrink: 0;
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: right;
	color:#606266;
}
.form_layout .form_layout_content{
	flex-shrink: 0;
	width: 120px;
	height: 30px;
	line-height: 30px;
}

.td_color_red .cell{
	color: red;
}
