body, html{
  padding: 0px;
  margin: 0px;
  background-color: #e1e1e1;
  font-size: 14px;
  
}
.header-right {
  width: 20px;
  float: right;
  padding-top: 2px;
  text-align: center;
  cursor: pointer;
}
.show-info-container {
  width: 100%;
  height: 100%;
  background-color: #e1e1e1;
  overflow: auto;
}

.show-info-container>.content {
  width: 1080px;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.show-info-container>.content .box{
    position: relative;
    border-radius: 3px;
    background: #fff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    border-top-color: #3c8dbc;
}
.box .box-header.with-border {
  border-bottom: 1px solid #f4f4f4;
  overflow: hidden;
}

.header-left {
  width: 450px;
  height: 30px;
  float: left;
  line-height: 30px;
  padding-left: 10px;
  color: #fff;
}
.box .box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.header-left .box-title {
  color: #000;
  display: inline-block;
  font-size: 14px;
  margin: 0;
  line-height: 1;
}


.bg-mg{
  background: #ecf0f5;
  margin-bottom: -30px;
}

.box-body{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
  background: #ecf0f5;
}
.modal-body{
  position: relative;
  padding: 15px;
  background: #ecf0f5;
}


.item{
  position: relative;
  border-radius: 3px;
  background: #fff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0,0,0,.1);
}
.box-primary {
  border-top-color: #3c8dbc;
}
.staff-title{
  color: #444;
  display: block;
  padding: 10px;
}
.staff-bottom{
  overflow: hidden;
  padding: 10px;
}

/*输入框样式*/
.inp {
  margin-bottom: 15px;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
  width: 25%;
}
.inp-width1{
  width: 25%;
}
.inp-width2{
  width: 50%;
}
.inp-width3{
  width: 75%;
}
.inp-width4{
  width: 100%;
}
.inp .label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.el-input{
  width: 100%;
  display: inline-block;
}
.el-input--mini{
  font-size: 12px;
}
.el-input--mini .el-input__inner {
  width: 100%;
  height: 28px;
  line-height: 28px;
  background-color: #f5f7fa;
  border-color: #e4e7ed;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0px 15px;
}
/*plate*/
.plate-product {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}
.select-plate-product .label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.select-plate-product {
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
}
/*下拉选择*/
.el-select {
  display: inline-block;
  position: relative;
}
.select{
  width: 100%;
}
.el-input__suffix {
  right: 5px;
  transition: all .3s;
  position: absolute;
    top: 0;
    -webkit-transition: all .3s;
    height: 100%;
    color: #c0c4cc;
    text-align: center;
    vertical-align: middle;
    line-height: 28px;
}
.el-select__caret {
  color: #c0c4cc;
  font-size: 14px;
  transition: transform .3s;
  transform: rotate(180deg);
  cursor: pointer;
}

/*下拉弹框*/
.el-select-dropdown {
  position: absolute;
  z-index: 1001;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  box-sizing: border-box;
  margin: 5px 0;

  min-width: 980px;
  transform-origin: center top;
  z-index: 2027;
  position: absolute;
}
.el-popper[x-placement^=bottom] {
  margin-top: 25px;
}
.el-scrollbar {
  overflow: hidden;
  position: relative;
}
.el-scrollbar__wrap {
  overflow: scroll;
  height: 100%;
}
.el-select-dropdown__wrap {
  max-height: 274px;
}
.el-select-dropdown__list {
  list-style: none;
  padding: 6px 0;
  margin: 0;
  box-sizing: border-box;
}
.el-select-dropdown__item {
  font-size: 14px;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #606266;
  height: 34px;
  line-height: 34px;
  box-sizing: border-box;
  cursor: pointer;
}
.el-select-dropdown__item.selected {
  color: #409eff;
  font-weight: 700;
}
.el-select-dropdown__item:hover {
  background: #ebf6ff;
}
.el-popper[x-placement^=bottom] .popper__arrow {
  top: -6px;
  left: 50%;
  margin-right: 3px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.el-popper .popper__arrow {
  border-width: 6px;
  filter: drop-shadow(0 2px 12px rgba(0,0,0,.03));
}
.el-popper .popper__arrow, .el-popper .popper__arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popper__arrow:after {
  top: 1px;
  margin-left: -6px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

#pop-kuang{
  transition: all .3s ease;
}
/*动态css*/
.select-jiantou1{
  transform:rotate(-180deg);
  -ms-transform:rotate(-180deg); 	/* IE 9 */
  -moz-transform:rotate(-180deg); 	/* Firefox */
  -webkit-transform:rotate(-180deg); /* Safari 和 Chrome */
  -o-transform:rotate(180deg); 
}
.el-select-dropdown-hide{
  height: 0px;
  opacity: 0;
}


/*totop*/
.toTop {
  z-index: 10;
  width: 46px;
  height: 46px;
  position: fixed;
  right: 44px;
  top: 500px;
  background: white;
  cursor: pointer;
  font-size: 40px;
  color: rgb(155, 155, 155);
  line-height: 35px;
  text-align: center;
  transform: rotateX(180deg);
  box-shadow: 0px -2px 5px rgb(196, 196, 196) ;
}
.icon-jiantou{
  font-size: 20px;
}
.topIcon:before{
  font-size: 20px;
} 

/*table样式*/
.table{
  width: 100% !important;
}
tr{

  width: 100% !important;
  padding: 10px 0px;
}

.table td{
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-flex: 1; /* 兼容IE */
  flex: 1;
  text-align: center;
  cursor: pointer;
  padding: 10px 0px;
  max-width: 100px;
}
tbody{
  color: #606266
}
.nodata{
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #606266;
}

.table thead tr{
  border-bottom:1px solid #e4e7ed;
}


.el-textarea {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
  font-size: 14px;
}
.el-textarea__inner {
  background: #f5f7fa;
  border: #e4e7ed 1px solid;
  color: #c0c4cc;
  cursor: not-allowed;
  min-width: 100%;
  max-width: 100%;
}
.additional-information {
  width: 100%;
}