﻿body {
  background-color: #e8e8e8;

  font: 12px 'Microsoft Yahei',
    Arial,
    \5B8B\4F53,
    Helvetica;
}

[v-cloak] {
  display: none;
}

.main_body {
  border-style: 1;
  border-color: #999999;
  display: block;
  max-width: 1440px;
  margin: 20px auto;
  padding: 0px;

}
	

.have_background {
  background-color: #f5f5f5;
}

.main_content {
  padding: 5px 10px;
  position: relative;
}

.top_b_content {
  padding: 10px 20px;

  background-color: #fff;
 
}

.titletext {
  font-size: 1.4em;
  color: #3333cc;
}

.nosee {
  display: none;
}

.layui-elem-quote {
  margin-bottom: 10px;
  padding: 15px;
  line-height: 22px;
  border-radius: 0 2px 2px 0;
  background-color: #C7E6FC;
  border-left-style: solid;
  border-left-width: 5px;
  border-left-color: #17bed6;
  border-right-width: 0px;
  text-align: left;
}


.awing-card {
  border: 1px solid #EBEEF5;
  background-color: #FFF;
  color: #303133;
  -webkit-transition: .3s;
  transition: .3s;
}

.scrollbar {
  white-space: nowrap;
}

/*强制一行显示（看需要）*/
.el-scrollbar {
  display: flex;
  justify-content: space-around;
  padding: 0 10px;
}

.el-scrollbar__wrap {
  overflow: scroll;
  width: 110%;
  /*隐藏侧边默认滚动条 （达不到效果可以自己试着微调） 如解决不了可尝试用 `margin-right -60px`*/
  height: 100%;
  /*隐藏底部滚动条  （100%如果达不到效果可以试着用110%）*/
}




/*elem菜单 开始*/

#main_body_el_aside .el-menu-item,
#main_body_el_aside .el-submenu__title {
  height: 50px;
  line-height: 50px;
}

#main_body_el_aside .el-menu-item {
  background-color: #333 !important;
}

#main_body_el_aside.el-aside {
  color: #333;
}

#main_body_el_aside .el-submenu .el-menu-item {
  height: 35px;
  line-height: 35px;

}

#main_body_el_aside .el-menu-item-group__title {
  padding: 0;

}

/*鼠标悬浮时，子菜单的样式*/
#main_body_el_aside .el-menu-item:hover {
  outline: 0 !important;
  color: #409EFF !important;
}

#main_body_el_aside .el-menu-item.is-active {
  color: #fff !important;
  /* 
    background: #409EFF !important;  */
}

/*鼠标悬浮时，主菜单的样式*/
#main_body_el_aside .el-submenu__title:focus,
#main_body_el_aside .el-submenu__title:hover {
  outline: 0 !important;
  color: #409EFF !important;
  background: none !important;
}

/*elem菜单 结束*/


/*dialog 形如*/
.el-dialog__body {
  padding: 0px 20px;
  color: #606266;
  font-size: 14px;
  word-break: break-all;
}

.el-dialog__header {

  background-color: #e4e5e7 !important;
}


/*el-card样式*/
.el-card {
  border: 1px solid #c7c7c7;

}

.heiddiv>.el-card {
  margin-top: 15px;
}

.el-card__header {
  padding: 10px 20px !important;
  border-bottom: 1px solid #EBEEF5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f2f6fa;
}



.el-card__header span.car_heander_title {
  font-size: 16px;
  color: #300764;
  font-weight: bold;
}

/*上传图片相关*/
.avatar-uploader .el-upload {
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.avatar-uploader .el-upload:hover {
  border-color: #409EFF;
}

.avatar-uploader-icon {
  font-size: 28px;
  color: #8c939d;
  width: 178px;
  height: 178px;
  line-height: 178px;
  text-align: center;
}

.avatar {
  width: 178px;
  height: 178px;
  display: block;
}

/*修改elementTable样式*/
.main-el-table {
  width: 100%;
  
}

.el-table {
  font-size: 12px;
  color: #525353;
}

.el-table thead {
  color: #6a6b6d;
  font-weight: 500;
  background-color: rgb(136, 134, 134);
}

.el-table th {
  background-color: rgb(220, 231, 243);
  padding: 5px 0;
}

.el-table th>.cell {
  padding-left: 2px;
  padding-right: 2px;
  text-align: center;
}

.el-table .cell {

  text-align: center;
  padding-right: 0px;
  padding-left: 0px;
}

.el-table--border,
.el-table--group {
  border: 1px solid rgb(170, 170, 170);
}

/*横线*/
.el-table td,
.building-top .el-table th.is-leaf {
  border-bottom: 1px solid rgb(170, 170, 170);
}

/*竖线*/
.el-table--border td,
.el-table--border th,
.el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed {
  border-right: 1px solid #ccc;
}

.el-table--striped .el-table__body tr.el-table__row--striped.el-table__row--striped.el-table__row--striped td {
  background-color: rgb(247, 247, 247);
  /*隔行换色 el-tabel要加上 :stripe="true" 觉得优先级不够就加!important*/
}

/*竖线*/
.el-input--small .el-input__inner {
  height: 32px;
  line-height: 32px;
}

.el-table__expanded-cell[class*=cell] {
  padding: 10px;
  background-color: #eeeeee;
}

.search-inptu div.el-input,
.search-inptu .el-input__inner,
.search-inptu.el-input {
  width: 150px;
}

/*el表单*/
.el-input__inner {
  border: 1px solid #929294;
}

.el-form-item__label {
  font-size: 12px;
  font-weight: bold;
}

.el-radio {
  margin-right: 10px;
}

/*步骤图*/
.el-step__title {
  font-size: 14px;
  line-height: 24px;
}

.el-step__icon-inner[class*=el-icon]:not(.is-status) {
  font-size: 20px;
  font-weight: 400;
}

/*说明列表*/
.content_block {}



.content_block .data_item {
  display: inline-block;
  overflow: hidden;
  width: 200px;
  padding: 5px 5px 0 0;
  font-size: 14px;

}

.content_block .data_item .label_text {
  display: inline-block;
  width: 60px;
  overflow: hidden;
  text-align: right;
  padding-right: 5px;
  color: cornflowerblue;
  font-size: 12px;
  font-weight: n;
}

.content_block .data_item .infor_text {
  text-align: left;
  display: inline-block;

  overflow: hidden;
  padding-right: 5px;
}

/*备注方块*/
.remark_div {
  padding: 10px;
  margin: 0;
}

.remark_div .remark_title {

  padding: 0 10px;
  color: cornflowerblue;
}

.remark_div .remark_conten {
  min-height: 50px;
  max-height: 300px;
  border: 1px solid rgb(197, 197, 197);
  padding: 10px;
  margin-top: 10px;
  overflow: scroll;
}

/*配方说明*/

.sampleDiv {
  border: 1px solid #887460;
  background-color: #FFF;
  color: #303133;
  -webkit-transition: .3s;
  transition: .3s;
  margin-bottom: 10px;
}

.sampleDiv .sampHeader {
  padding: 10px 20px !important;
  border-bottom: 1px solid #EBEEF5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #faecd9;
}

.p-parameter {
  padding: 0 10px 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.p-parameter-list {
  padding: 10px 0;
}

.p-parameter ul {
  list-style: none;
  padding: 10px 0;
  _zoom: 1;
  width: 100%;
  display: block;
}

.p-parameter-list li {
  display: inline-block;
  width: 220px;
  padding-left: 10px;

  margin-bottom: 5px;
}

.p-parameter-list li label {
  color: rgb(175, 61, 19);
  padding-right: 5px;
  font-size: 12px;
}

.p-parameter ul li .detail p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
}

.p-parameter-list2 {
  margin: 0;
  padding: 5px 0;
  border-bottom: 1px solid #887460;
}

.p-parameter-list2 li {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 5px;
}

.p-parameter-list2 li label {
  color: rgb(175, 61, 19);
  padding-right:0px;
  font-size: 12px;
}

.p-parameter-list2 .el-input__inner{
  padding: 0 5px !important;
}



/*配方明细*/
.sampleDetDivCentener {
  width: 49.5%;
  min-width: 300px;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  overflow: hidden;
  vertical-align: top;
}

.sampleDetDiv {
  margin: 3px;
  border: 1px solid #887460;
  background-color: #FFF;
  color: #303133;
  -webkit-transition: .3s;
  transition: .3s;

}

.sampleDetDiv .sampDetHeader {
  padding: 5px 20px !important;
  border-bottom: 1px solid #EBEEF5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #daf2f5;
}

.sampDetHeader span.heander_title {
  font-size: 14px;
  font-weight: bold;
  color: rgb(50, 67, 141);
}

.number_text {
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  height: 18px;
  min-width: 18px;
  line-height: 18px;
  text-align: center;
  margin-right: 2px;
  padding: 4px;
}

.is_Check {
  background-color: #67C23A;
}

.not_Check {
  background-color: #f7921e;
}

.infor_title1 {
  margin-left: 20px;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 5px 5px 10px;
}

.sampHeader .sampTitle {
  font-size: 16px;
}

table.det_table {
  width: 100%;
  margin: 0;
  border: 0;
  padding: 0 10px;
}

.det_table th {
  font-weight: bold;
  background-color: #dfe8f8;
  color: #2563d0
}

.det_table,
.det_table th,
.det_table td {
  font-size: 0.95em;
  text-align: center;
  padding: 5px 2px;
  border-collapse: collapse;

}

.det_table th {
  border: 1px solid #b6b7b9;
  border-width: 1px
}

.det_table td {
  border: 1px solid #c5cbd4;
  border-width: 1px
}

.det_table td.listno {
  width: 30px;
}

.det_table tr {
  border: 1px solid #acabab;
}

.det_table tr:nth-child(odd) {
  background-color: #f8f7f7;
}

.det_table tr:nth-child(even) {
  background-color: #ffffff;
}



.inline_cnent {
  text-align: center;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #acabab;
  margin-bottom: 10px;
}

.inline_cnent span {

  padding: 0 10px 0 0;
  font-size: 14px;
}

.top_step_contener {
  display: inline-block;
  width: 600px;
  margin: 0 auto;
}

.el-step.is-simple .el-step__icon {
  background: 0 0;
  width: 12px;
  height: 12px;
  font-size: 12px;
}

.top_step_contener .el-steps--simple {
  padding: 0px;
  border-radius: 4px;
  background: #ffffff;
}

.top_step_contener .el-step.is-simple .el-step__title {
  font-size: 14px;
  line-height: 20px;
}

.top_step_contener .el-step.is-simple .el-step__arrow::after,
.top_step_contener .el-step.is-simple .el-step__arrow::before {
  content: '';
  display: inline-block;
  position: absolute;
  height: 10px;
  width: 1px;
  background: #dacb9d;
}

.top_step_contener .el-step__head.is-process {
  color: #9e0606;

}

.top_step_contener .el-step__head.is-process .is-icon {
  color: #f7efef;
  border-color: #9e0606;
  width: 30px;
  height: 30px;
  background-color: #9e0606;
  border-radius: 50%;
  margin: 0 5px;
  top: -3px;
}

.top_step_contener .el-step__title.is-process {
  font-weight: 700;
  color: #9e0606;
}

.top_step_contener .el-step__title.is-process .el-step__icon.is-text {
  border: 4px solid;
  background-color: #9e0606;
}

/*圆圈*/
.round_ok {
  background-color: #67C23A;
  color: ghostwhite;
  padding: 5px;
  border-radius: 50%;
  margin-right: 5px;
}

.round_err {
  background-color: #F56C6C;
  color: ghostwhite;
  padding: 5px;
  border-radius: 50%;
  margin-right: 5px;
}

/*圆圈2*/
.round_ok2 {
  color: #67C23A;
  font-weight: bolder;
  font-size: 16px;
}

.round_err2 {
  color: #F56C6C;
  font-weight: bolder;
  font-size: 16px;
}



.detailTable .el-table th>.cell {
  padding-left: 2px;
  padding-right: 2px;
  text-align: center;
  font-weight: normal;
  color: #000000;
}


.detailTable .el-table th
 {
  background-color: rgb(243, 240, 199);
  padding: 0;
}
.detailTable .el-table td {
  padding: 2px 0 !important;
  
}
.detailTable .el-table .cell
 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.el-table .el-input__inner {
  border: 1px solid #476be0;
}

.step1{
  background-color: #909399;
}
.step2{
  background-color: #F56C6C;
}
.step3{
  background-color: #E6A23C;
}
.step4{
  background-color: #409EFF ;
}
.stepOK{
  background-color:#67C23A;
}

/* 产品管理*/

.item_title {
  font-weight: bold;
  font-size: 1.2em;
  padding-right: 10px;
}


/* el-checkbox 样式调整 */
.el-checkbox .el-checkbox__inner {

  border: 2px solid #4b4c4f;
}

.avatar-uploader .el-upload {
  border: 1px dashed #294da1;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}



