body {
    min-width: 1660px;
    box-sizing: unset ;
    line-height: 1 !important;
  }
  /* 搜索输入框 */
  .container .search-box .form-item .el-input {
    /* width: 240px; */
    width: 180px;
    height: 32px;
    font-size: 12px;
  }
  .container .search-box .form-item .el-date-editor.el-range-editor {
    width: 360px;
  }
  .container .search-box .form-item .el-input .el-input__inner {
    height: 32px;
    line-height: 32px;
  }
  .container .search-box .form-item .el-input .el-input__icon{
    line-height: 32px;
  }
  .form .el-form-item__content, .form .el-form-item__label {
    height: 32px;
    line-height: 32px;
  }
  /* 表单输入框 */
  .form .el-input, .form .el-textarea {
    width: 415px;
    height: 32px;
  }
  .form-row .el-form-item {
    margin-bottom: 26px;
  } 
  /* 按钮 */
  .el-button.el-button--small {
    min-width: 64px;
    height: 32px;
    font-size: 12px;
    padding: 0 10px !important;
  }
  .el-button--medium {
    min-width: 80px;
    max-width: 104px;
    height: 32px;
    font-size: 12px;
    padding: 0 10px;
  }
  .el-button--small span, .el-button--medium span {
   /* display: inline-block; */
   max-width: 84px;
   overflow: hidden;
   /* vertical-align: middle; */
  }
  .el-button--small i, .el-button--medium i {
    vertical-align: middle;
   }
  
  
  .text-btn.is-plain.el-button--primary {
    background: #FFFFFF;
    color: #3C8BFF;
    border: 1px solid #3C8BFF;
    border-radius: 4px;
  }
  .el-button--primary:focus, .el-button--primary:hover, .text-btn:focus, .text-btn:hover {
    background: #4184e7;
    border-color: #4184e7;
    color: #fff;
  }
  .el-button--primary.is-plain.text-btn:focus, .el-button--primary.is-plain.text-btn:hover {
    background: #4184e7;
    border-color: #4184e7;
    color: #FFF;
  }
  .el-button--primary.is-plain.text-btn.is-active, .el-button--primary.is-plain.text-btn:active {
    background: #3070cf;
    border-color: #3070cf;
  }
  .el-button.is-disabled {
    background: #F6F6F6 !important;
    color: #666666 !important;
    border-width: 0 !important;
  }
  .el-button.el-button--text.is-disabled {
    background-color: transparent !important;
  }
  .el-button.is-disabled.el-button--default {
    border-width: 1px !important;
  }
  /* 表格 */
  .el-table {
    color: #333 !important;
  }
  .el-table__body tr.hover-row > td,
  .el-table__body tr.hover-row.el-table__row--striped > td,
  .el-table__body tr.current-row > td,
  .el-table__body tr.current-row.el-table__row--striped > td,
  .el-table--enable-row-hover .el-table__body tr:hover>td {
    background-color: rgba(255,165,0,0.2) !important;
  }
  .el-table td,.el-table tr,.el-table th{
    height: 34px;
    font-size: 12px;
    padding: 0 !important;
  }
  .el-table th {
    color: #333 !important;
    font-weight: bold !important;
    text-align: center;
    padding-left: 15px !important;
    text-align: left !important;
  }
  .el-table th > .cell {
    padding-left: 0 !important;
  }
  .el-table td.is-left .cell {
    padding-left: 15px !important;
  }
  .el-table td.is-right .cell {
    padding-right: 15px !important;
  }
  .el-table .el-button.el-button--text{
    font-size: 12px;
  }
  .el-table .el-button.el-button--text + .el-button.el-button--text {
    margin-left: 20px;
  }
  .el-table::before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0px !important;
  }
  .el-table__fixed {
    z-index: 0;
  }
  
  /* 弹窗 */
  .el-dialog__header {
    border-bottom: 1px solid #e1e1e1;
    padding: 20px 20px 10px;
  }
  .el-dialog .el-dialog__header {
    padding: 20px 20px 10px;
    height: unset;
    line-height: unset;
  }
  .tab-dialog .is-fullscreen > .el-dialog__header {
      padding: 0;
  }
  .dialog-form  .el-dialog__body  {
    padding: 20px 25px;
  }
  .dialog-form  .el-dialog__footer{
    padding-right: 25px;
  }
  .dialog-form .el-form-item__label {
    padding-right: 15px;
  }
  
  /* 查询条件输入框内的提示文本 */
  .search-box ::-webkit-input-placeholder { /* WebKit browsers */
    font-size: 12px;
    font-family: 'Microsoft YaHei, Arial';
  }
  .search-box ::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 12px;
    font-family: 'Microsoft YaHei, Arial';
  }
  .search-box :-ms-input-placeholder { /* Internet Explorer 10+ */
    font-size: 12px;
    font-family: 'Microsoft YaHei, Arial';
  }  
  
  
  /* 高级搜索 */
  .search-more-box .el-drawer__header {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding: 0 20px;
  }
  .search-more-box  .el-drawer__header .el-drawer__close-btn {
    height: 40px;
  }
  .search-more-box  .el-input {
    width: 240px;
  }
  .search-more-box  .el-form-item__label {
    padding: 0 15px 0 0;
    font-size: 12px;
  }
  
  /* 面包屑按钮 */
  .breadcrumb-container .el-button {
    font-size: 14px;
  }
  
  /* 各配置下字体大小 */
  .small .el-table td, 
  .small .el-table tr, 
  .small .el-table th,
  .small .el-table .el-button,
  .small .hltable .count, 
  .small .el-form .el-form-item__label,
  .small .container .bottom .el-button,
  .small .container .search-box .form-item label,
  .small .search-box .el-button {
    font-size: 12px;
  }
  .small .search-box ::-webkit-input-placeholder { /* WebKit browsers */
    font-size: 12px;
  }
  .small .search-box ::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 12px;
  }
  .small .search-box :-ms-input-placeholder { /* Internet Explorer 10+ */
    font-size: 12px;
  }  
  
  
  .middle .el-table td, 
  .middle .el-table tr, 
  .middle .el-table th,
  .middle .el-table .el-button,
  .middle .hltable .count, 
  .middle .el-form .el-form-item__label,
  .middle .container .bottom .el-button,
  .middle .container .search-box .form-item label,
  .middle .search-box .el-button {
    font-size: 13px;
  }
  .middle .search-box ::-webkit-input-placeholder { /* WebKit browsers */
    font-size: 13px;
  }
  .middle .search-box ::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 13px;
  }
  .middle .search-box :-ms-input-placeholder { /* Internet Explorer 10+ */
    font-size: 13px;
  }  
  
  .large .el-table td, 
  .large .el-table tr, 
  .large .el-table th,
  .large .el-table .el-button,
  .large .hltable .count, 
  .large .el-form .el-form-item__label,
  .large .container .search-box .form-item label,
  .large .container .bottom .el-button,
  .large .search-box .el-button {
    font-size: 14px;
  }
  .large .search-box ::-webkit-input-placeholder { /* WebKit browsers */
    font-size: 14px;
  }
  .large .search-box ::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 14px;
  }
  .large .search-box :-ms-input-placeholder { /* Internet Explorer 10+ */
    font-size: 14px;
  } 
  .hltable  .el-table__header-wrapper  .gutter {
    width: 17px !important; 
    display: table-cell !important;
  }
  .el-table .el-table-column--selection .cell{
    padding-right: 0;
  }
  .home-page {
    font-size: 16px;
  }
  .el-radio__inner{
    border: 1px solid #333 !important;
  }