@charset "utf-8";
@import "../css/mego/printTemplate.css";
@supports (-moz-appearance:meterbar) and (background-blend-mode:difference,normal) {
  .erp_table_container {
    height: calc(100vh - 13.3rem);
  }
  .erp_table table th div {
    margin-left: -0.55rem !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .erp_table_container {
    height: calc(100vh - 13.55rem);
  }
  .erp_table_order table td:first-child button {
    height: 1.5rem;
  }
  [data-popper='tooltip']:before {
    line-height: 150% !important;
  }
  .print_template2_page_letter_y .pageContainer {
    width: 22cm !important;
  }
  .print_template2_page_letter_y .pageContainer table {
    zoom: 0 !important;
  }
  .bjui-alert .alertContent {
    min-height: 5rem;
  }
}
html {
  min-width: 320px;
  overflow-x: hidden;
}
html,
body {
  height: 100%;
  color: #444444;
  line-height: 1;
  -webkit-touch-callout: none;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(242, 137, 76, 0.05);
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
span,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-text-size-adjust: none;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  letter-spacing: 0;
  background: #f5f6f7;
}
ins,
a {
  text-decoration: none;
  transition: color 0.1s ease;
  -webkit-transition: color 0.1s ease;
  color: #444444;
}
a:hover {
  color: #444444;
}
[contenteditable]:focus {
  -webkit-appearance: none;
  outline: none;
}
input::-ms-clear {
  display: none;
}
input[type=button],
input[type=text],
input[type=password],
[type=tel],
[type=number],
[type=url],
[type=email],
button,
textarea,
.select2 span {
  -webkit-appearance: none;
  outline: none;
}
input::-webkit-input-placeholder {
  font-weight: normal;
}
select::-ms-expand {
  display: none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
img {
  vertical-align: middle;
  border: 0;
}
.h8 {
  height: 0.4rem;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.h16 {
  height: 0.8rem;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.h20 {
  height: 1rem;
  position: relative;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.font30 {
  font-size: 1.5rem !important;
}
.hide {
  display: none !important;
}
#app {
  height: 100%;
}
.erp_app_container {
  height: 100%;
  overflow-y: hidden;
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.erp_main {
  width: 100%;
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  height: calc(100vh -  2.5rem);
}
.erp_subnav {
  padding: 0 1rem;
  height: 2.75rem;
}
.erp_subnav ~ .erp_content {
  padding: 0 0.5rem 1rem;
}
.erp_content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 1rem 0.5rem;
}
.erp_content_left,
.erp_content_right {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background-color: white;
  position: relative;
  margin: 0 0.5rem;
  width: 50%;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.05);
}
.erp_content_left.w30,
.erp_content_right.w30 {
  width: 25rem !important;
  -webkit-box-flex: initial;
  -moz-box-flex: initial;
  -webkit-flex: initial;
  -ms-flex: initial;
  flex: initial;
}
.erp_content_header,
.erp_content_footer {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  /*垂直居中*/
  /*老版本语法*/
  -webkit-box-align: center;
  -moz-box-align: center;
  /*混合版本语法*/
  -ms-flex-align: center;
  /*新版本语法*/
  -webkit-align-items: center;
  align-items: center;
  height: 2.5rem;
  padding: 0 1rem;
  border-bottom: 1px solid #ddd;
}
.erp_content_header.removeline,
.erp_content_footer.removeline {
  border-top: none;
  border-bottom: none;
}
.erp_content_footer {
  border-top: 1px solid #ddd;
}
.erp_content_body {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.erp_content_body.scrollbar::-webkit-scrollbar {
  width: 1.2rem;
}
.erp_content_body.scrollbar::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.06);
}
.erp_content_body.scrollbar::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
}
.erp_content_body.scrollbar::-webkit-scrollbar-thumb:active {
  background: #3C6385;
}
.ivu-table-wrapper {
  border: 0;
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: static!important;
}
.ivu-table-wrapper label.ivu-checkbox-group-item {
  margin-bottom: 0;
}
.ivu-table-wrapper .ivu-table {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: auto;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.ivu-table-wrapper .ivu-table .ivu-table-header {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 2rem;
  box-shadow: 0 1px 0.5rem #ddd;
  z-index: 20;
}
.ivu-table-wrapper .ivu-table .ivu-table-header > table {
  width: 100% !important;
}
.ivu-table-wrapper .ivu-table .ivu-table-body {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.ivu-table-wrapper .ivu-table-cell span {
  white-space: nowrap;
}
.ivu-table-wrapper .ivu-table-header thead th {
  font-weight: bold;
  border: 0;
}
.ivu-table-wrapper .ivu-table:after,
.ivu-table-wrapper .ivu-table:before {
  display: none;
}
.ivu-table-wrapper .ivu-table-cell {
  padding: 0 0.6rem;
  font-size: 0.6rem;
}
.ivu-table-wrapper td {
  border: 0;
  position: relative;
}
.ivu-table-wrapper td:after {
  content: '';
  display: block;
  position: absolute;
  box-sizing: border-box;
  bottom: 0;
  -webkit-transform: scaleY(0.5);
  /* Safari 和 Chrome */
  -moz-transform: scaleY(0.5);
  /* Firefox */
  -ms-transform: scaleY(0.5);
  /* IE 9 */
  -o-transform: scaleY(0.5);
  /* Opera */
  transform: scaleY(0.5);
  transform-origin: 0 80%;
  left: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #ddd;
}
.ivu-table-wrapper .ivu-table-body .ivu-table-tbody td.taskStatus > div > div {
  position: relative;
  padding: 0.5rem 0 0.5rem 1rem;
}
.ivu-table-wrapper .ivu-table-body .ivu-table-tbody td.taskStatus > div > div:before {
  content: '';
  display: inline-block;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: #444444;
}
.ivu-table-wrapper .ivu-table-body .ivu-table-tbody td.taskStatus > div > div i {
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  animation: heartbeat 1s ease-in-out infinite;
  -webkit-animation: heartbeat 1s ease-in-out infinite;
  -o-animation: heartbeat 1s ease-in-out infinite;
}
.ivu-table-wrapper .ivu-table-body .ivu-table-tbody td.taskStatus > div > div i:nth-child(3) {
  animation: heartbeat 1s ease-in-out 0.2s infinite;
  -webkit-animation: heartbeat 1s ease-in-out 0.2s infinite;
  -o-animation: heartbeat 1s ease-in-out 0.2s infinite;
}
.ivu-table-wrapper .ivu-table-body .ivu-table-tbody td.taskStatus > div > div i:last-child {
  animation: heartbeat 1s ease-in-out 0.4s infinite;
  -webkit-animation: heartbeat 1s ease-in-out 0.4s infinite;
  -o-animation: heartbeat 1s ease-in-out 0.4s infinite;
}
.ivu-table-wrapper .ivu-table-body .ivu-table-tbody td.taskStatus > div > div:before,
.ivu-table-wrapper .ivu-table-body .ivu-table-tbody td.taskStatus > div > div i {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.175rem;
}
.ivu-table-wrapper .ivu-table-body .ivu-table-tbody td.taskStatus .ivu-table-cell .type_in {
  color: #1aaceb;
}
.ivu-table-wrapper .ivu-table-body .ivu-table-tbody td.taskStatus .ivu-table-cell .type_in:before {
  background: #1aaceb;
}
.ivu-table-wrapper .ivu-table-body .ivu-table-tbody td.taskStatus .ivu-table-cell .type_in i {
  box-shadow: 0 0 0.5rem 0.5rem #1aaceb inset;
}
.ivu-table-wrapper .ivu-table-body .ivu-table-tbody td.taskStatus .ivu-table-cell .audit {
  color: #01b702;
}
.ivu-table-wrapper .ivu-table-body .ivu-table-tbody td.taskStatus .ivu-table-cell .audit:before {
  background: #01b702;
}
.ivu-table-wrapper .ivu-table-body .ivu-table-tbody td.taskStatus .ivu-table-cell .delivery {
  color: #ff7e44;
}
.ivu-table-wrapper .ivu-table-body .ivu-table-tbody td.taskStatus .ivu-table-cell .delivery:before {
  background: #ff7e44;
}
.ivu-table-wrapper .ivu-table-body .ivu-table-tbody td.taskStatus .ivu-table-cell .delivery i {
  box-shadow: 0 0 0.5rem 0.5rem #ff7e44 inset;
}
.ivu-table-wrapper .ivu-table-body .ivu-table-tbody td.taskStatus .ivu-table-cell .cancel {
  color: #bbb;
}
.ivu-table-wrapper .ivu-table-body .ivu-table-tbody td.taskStatus .ivu-table-cell .cancel:before {
  background: #bbb;
}
.ivu-table-wrapper .ivu-table .ivu-checkbox-wrapper .ivu-checkbox-checked .ivu-checkbox-inner {
  background: #3C6385;
  border-color: #3C6385;
}
/*vxe-table*/
td.taskStatus > div > div {
  position: relative;
  padding: 0.5rem 0 0.5rem 1rem;
}
td.taskStatus > div > div:before {
  content: '';
  display: inline-block;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: #444444;
}
td.taskStatus > div > div i {
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  animation: heartbeat 1s ease-in-out infinite;
  -webkit-animation: heartbeat 1s ease-in-out infinite;
  -o-animation: heartbeat 1s ease-in-out infinite;
}
td.taskStatus > div > div i:nth-child(3) {
  animation: heartbeat 1s ease-in-out 0.2s infinite;
  -webkit-animation: heartbeat 1s ease-in-out 0.2s infinite;
  -o-animation: heartbeat 1s ease-in-out 0.2s infinite;
}
td.taskStatus > div > div i:last-child {
  animation: heartbeat 1s ease-in-out 0.4s infinite;
  -webkit-animation: heartbeat 1s ease-in-out 0.4s infinite;
  -o-animation: heartbeat 1s ease-in-out 0.4s infinite;
}
td.taskStatus > div > div:before,
td.taskStatus > div > div i {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.175rem;
}
td.taskStatus .vxe-cell .type_in {
  color: #1aaceb;
}
td.taskStatus .vxe-cell .type_in:before {
  background: #1aaceb;
}
td.taskStatus .vxe-cell .type_in i {
  box-shadow: 0 0 0.5rem 0.5rem #1aaceb inset;
}
td.taskStatus .vxe-cell .audit {
  color: #01b702;
}
td.taskStatus .vxe-cell .audit:before {
  background: #01b702;
}
td.taskStatus .vxe-cell .delivery {
  color: #ff7e44;
}
td.taskStatus .vxe-cell .delivery:before {
  background: #ff7e44;
}
td.taskStatus .vxe-cell .delivery i {
  box-shadow: 0 0 0.5rem 0.5rem #ff7e44 inset;
}
td.taskStatus .vxe-cell .cancel {
  color: #bbb;
}
td.taskStatus .vxe-cell .cancel:before {
  background: #bbb;
}
@keyframes heartbeat {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    /* Safari 和 Chrome */
    -moz-transform: scale(1);
    /* Firefox */
    -ms-transform: scale(1);
    /* IE 9 */
    -o-transform: scale(1);
    /* Opera */
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2.2);
    /* Safari 和 Chrome */
    -moz-transform: scale(2.2);
    /* Firefox */
    -ms-transform: scale(2.2);
    /* IE 9 */
    -o-transform: scale(2.2);
    /* Opera */
    transform: scale(2.2);
  }
}
@-webkit-keyframes heartbeat {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    /* Safari 和 Chrome */
    -moz-transform: scale(1);
    /* Firefox */
    -ms-transform: scale(1);
    /* IE 9 */
    -o-transform: scale(1);
    /* Opera */
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2.2);
    /* Safari 和 Chrome */
    -moz-transform: scale(2.2);
    /* Firefox */
    -ms-transform: scale(2.2);
    /* IE 9 */
    -o-transform: scale(2.2);
    /* Opera */
    transform: scale(2.2);
  }
}
@-moz-keyframes heartbeat {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    /* Safari 和 Chrome */
    -moz-transform: scale(1);
    /* Firefox */
    -ms-transform: scale(1);
    /* IE 9 */
    -o-transform: scale(1);
    /* Opera */
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2.2);
    /* Safari 和 Chrome */
    -moz-transform: scale(2.2);
    /* Firefox */
    -ms-transform: scale(2.2);
    /* IE 9 */
    -o-transform: scale(2.2);
    /* Opera */
    transform: scale(2.2);
  }
}
@-o-keyframes heartbeat {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    /* Safari 和 Chrome */
    -moz-transform: scale(1);
    /* Firefox */
    -ms-transform: scale(1);
    /* IE 9 */
    -o-transform: scale(1);
    /* Opera */
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2.2);
    /* Safari 和 Chrome */
    -moz-transform: scale(2.2);
    /* Firefox */
    -ms-transform: scale(2.2);
    /* IE 9 */
    -o-transform: scale(2.2);
    /* Opera */
    transform: scale(2.2);
  }
}
.ivu-notice-icon {
  font-size: 1rem;
}
.ivu-notice-with-icon .ivu-notice-title {
  margin-left: 1.7rem;
}
.ivu-page {
  text-align: right;
  padding-right: 1rem;
}
.ivu-page li:not(.ivu-page-disabled):hover {
  border-color: #3C6385;
}
.ivu-page li:not(.ivu-page-disabled):hover a,
.ivu-page li:not(.ivu-page-disabled):hover i {
  color: #3C6385;
}
.ivu-page .ivu-page-item-active {
  background: #3C6385;
  border-color: #3C6385;
}
.ivu-page .ivu-page-item-active:hover a {
  color: #fff !important;
}
.ivu-modal {
  box-shadow: 0 0 1rem 0 #666;
}
.ivu-modal-wrap {
  z-index: 10000;
}
.erp_subtitle {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 0.7rem;
  color: #999999;
  padding: 0.8rem 1rem;
  width: 100%;
  line-height: 0.8rem;
}
.hideMenu {
  transform: translateZ(0);
  animation: fadeoutmenu 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
  -webkit-animation: fadeoutmenu 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
  -o-animation: fadeoutmenu 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
}
.showMenu {
  transform: translateZ(0);
  animation: fadeinmenu 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
  -webkit-animation: fadeinmenu 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
  -o-animation: fadeinmenu 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
}
.tabsPageContent {
  background: transparent!important;
}
#menuButton {
  margin-top: 1.8rem !important;
}
header.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}
.header .dropdown .user {
  margin: 0;
}
.erp_content_header .line {
  display: block;
  height: 100%;
  border-left: 1px solid #eeeeee;
}
.erp_content_header .operate {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 100%;
  /*垂直居中*/
  /*老版本语法*/
  -webkit-box-align: center;
  -moz-box-align: center;
  /*混合版本语法*/
  -ms-flex-align: center;
  /*新版本语法*/
  -webkit-align-items: center;
  align-items: center;
}
.erp_content_header .operate > button,
.erp_content_header .operate .ivu-poptip {
  margin-left: 1.5rem;
}
.erp_content_header .operate > button:only-child,
.erp_content_header .operate .ivu-poptip:only-child {
  margin: 0;
}
.erp_content_header .operate > button:first-child,
.erp_content_header .operate .ivu-poptip:first-child {
  margin: 0;
}
.erp_content_header .operate > button,
.erp_content_header .operate .ivu-poptip-rel button {
  font-size: 0.7rem;
  padding: 0;
  background: transparent;
  border: 0;
}
.erp_content_header .operate > button i,
.erp_content_header .operate .ivu-poptip-rel button i {
  margin-right: 0.3rem;
}
.erp_content_header .operate > button:disabled,
.erp_content_header .operate .ivu-poptip-rel button:disabled {
  color: #999999;
  cursor: default;
}
.erp_content_header .operate > button .ivu-poptip-rel button,
.erp_content_header .operate .ivu-poptip-rel button .ivu-poptip-rel button {
  display: inline-block;
}
.erp_content_header .operate .ivu-poptip-rel button {
  margin: 0;
}
.erp_content_header .operate .ivu-poptip-body {
  padding: 1rem 0.8rem;
}
.erp_content_header .operate .ivu-poptip-body > div > div > div {
  line-height: 0.8rem;
}
.erp_content_header .operate .ivu-poptip-body > div > div > div b {
  margin: 0 0.3rem;
  color: #F22727;
  font-size: 0.8rem;
}
.erp_content_header .operate .ivu-poptip-footer button:first-child:hover {
  color: #3C6385;
}
.erp_content_header .operate .ivu-poptip-footer button:last-child {
  background: #3C6385;
  border-color: #3C6385;
}
.erp_content_header .operate .ivu-poptip-footer button:last-child:hover {
  background: #4978a1;
  border-color: #4978a1;
}
.erp_content_header .operate .ivu-poptip-footer button:last-child:active {
  background: #3C6385;
  border-color: #3C6385;
}
.erp_content_header .operate .ivu-poptip-footer button:last-child:disabled {
  background: #ddd !important;
  border-color: #ddd !important;
}
.erp_content_header .search {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.erp_content_header .search .box {
  position: relative;
}
.erp_content_header .search .box:first-child {
  margin-right: 2%;
}
/*
 * v?reycrr MIT License
 * http://www.iconfont.me
 * Copyright (c) Yuzi.me, Inc.
 *
*/
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.eot?reycrr');
  src: url('../fonts/iconfont.eot?reycrr#iefix') format('embedded-opentype'), url('../fonts/iconfont.ttf?reycrr') format('truetype'), url('../fonts/iconfont.woff?reycrr') format('woff'), url('../fonts/iconfont.svg?reycrr#iconfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="erp-icon-"],
[class*=" erp-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.erp-icon-addressbook:before {
  content: "\e900";
}
.erp-icon-export:before {
  content: "\e901";
}
.erp-icon-exports:before {
  content: "\e902";
}
.erp-icon-handtype:before {
  content: "\e903";
}
.erp-icon-help:before {
  content: "\e904";
}
.erp-icon-import:before {
  content: "\e905";
}
.erp-icon-notice:before {
  content: "\e906";
}
.erp-icon-time:before {
  content: "\e907";
}
.erp-icon-email:before {
  content: "\e908";
}
.erp-icon-home:before {
  content: "\e909";
}
.erp-icon-phone:before {
  content: "\e90a";
}
.erp-icon-unionpay .path1:before {
  content: "\e90b";
  color: #d43634;
}
.erp-icon-unionpay .path2:before {
  content: "\e90c";
  margin-left: -1em;
  color: #034582;
}
.erp-icon-unionpay .path3:before {
  content: "\e90d";
  margin-left: -1em;
  color: #107c84;
}
.erp-icon-unionpay .path4:before {
  content: "\e90e";
  margin-left: -1em;
  color: #ffffff;
}
.erp-icon-unionpay .path5:before {
  content: "\e90f";
  margin-left: -1em;
  color: #ffffff;
}
.erp-icon-unionpay .path6:before {
  content: "\e910";
  margin-left: -1em;
  color: #ffffff;
}
.erp-icon-unionpay .path7:before {
  content: "\e911";
  margin-left: -1em;
  color: #ffffff;
}
.erp-icon-usertype:before {
  content: "\e912";
}
.erp-icon-wechat:before {
  content: "\e913";
}
.erp-icon-account:before {
  content: "\e914";
}
.erp-icon-add:before {
  content: "\e915";
}
.erp-icon-addpic:before {
  content: "\e916";
}
.erp-icon-alipay:before {
  content: "\e917";
}
.erp-icon-alipays:before {
  content: "\e918";
}
.erp-icon-approval:before {
  content: "\e919";
}
.erp-icon-arrow:before {
  content: "\e91a";
}
.erp-icon-camera:before {
  content: "\e91b";
}
.erp-icon-cart:before {
  content: "\e91c";
}
.erp-icon-closed:before {
  content: "\e91d";
}
.erp-icon-column:before {
  content: "\e91e";
}
.erp-icon-confirm:before {
  content: "\e91f";
}
.erp-icon-copy:before {
  content: "\e920";
}
.erp-icon-correct:before {
  content: "\e921";
}
.erp-icon-datatime:before {
  content: "\e922";
}
.erp-icon-delete:before {
  content: "\e923";
}
.erp-icon-delivery:before {
  content: "\e924";
}
.erp-icon-down:before {
  content: "\e925";
}
.erp-icon-enquiry:before {
  content: "\e926";
}
.erp-icon-happy:before {
  content: "\e927";
}
.erp-icon-head:before {
  content: "\e928";
}
.erp-icon-history:before {
  content: "\e929";
}
.erp-icon-info:before {
  content: "\e92a";
}
.erp-icon-integral:before {
  content: "\e92b";
}
.erp-icon-integrals:before {
  content: "\e92c";
}
.erp-icon-invoice:before {
  content: "\e92d";
}
.erp-icon-lorry:before {
  content: "\e92e";
}
.erp-icon-nodata:before {
  content: "\e92f";
}
.erp-icon-nopic:before {
  content: "\e930";
}
.erp-icon-ok:before {
  content: "\e931";
}
.erp-icon-paystatus .path1:before {
  content: "\e932";
  color: #e8d229;
}
.erp-icon-paystatus .path2:before {
  content: "\e933";
  margin-left: -1em;
  color: #898989;
}
.erp-icon-print:before {
  content: "\e934";
}
.erp-icon-question:before {
  content: "\e935";
}
.erp-icon-receipt:before {
  content: "\e936";
}
.erp-icon-receiving:before {
  content: "\e937";
}
.erp-icon-recon:before {
  content: "\e938";
}
.erp-icon-remarks:before {
  content: "\e939";
}
.erp-icon-remove:before {
  content: "\e93a";
}
.erp-icon-return:before {
  content: "\e93b";
}
.erp-icon-row:before {
  content: "\e93c";
}
.erp-icon-search:before {
  content: "\e93d";
}
.erp-icon-shop:before {
  content: "\e93e";
}
.erp-icon-temp .path1:before {
  content: "\e93f";
  color: #040000;
}
.erp-icon-temp .path2:before {
  content: "\e940";
  margin-left: -1em;
  color: #ffffff;
}
.erp-icon-trailer:before {
  content: "\e941";
}
.erp-icon-unionpays .path1:before {
  content: "\e942";
  color: #d43634;
}
.erp-icon-unionpays .path2:before {
  content: "\e943";
  margin-left: -1em;
  color: #034582;
}
.erp-icon-unionpays .path3:before {
  content: "\e944";
  margin-left: -1em;
  color: #107c84;
}
.erp-icon-unionpays .path4:before {
  content: "\e945";
  margin-left: -1em;
  color: #ffffff;
}
.erp-icon-unionpays .path5:before {
  content: "\e946";
  margin-left: -1em;
  color: #ffffff;
}
.erp-icon-unionpays .path6:before {
  content: "\e947";
  margin-left: -1em;
  color: #ffffff;
}
.erp-icon-unionpays .path7:before {
  content: "\e948";
  margin-left: -1em;
  color: #ffffff;
}
.erp-icon-unionpays .path8:before {
  content: "\e949";
  margin-left: -1em;
  color: #000000;
}
.erp-icon-unionpays .path9:before {
  content: "\e94a";
  margin-left: -1em;
  color: #000000;
}
.erp-icon-unionpays .path10:before {
  content: "\e94b";
  margin-left: -1em;
  color: #000000;
}
.erp-icon-unionpays .path11:before {
  content: "\e94c";
  margin-left: -1em;
  color: #000000;
}
.erp-icon-unionpays .path12:before {
  content: "\e94d";
  margin-left: -1em;
  color: #000000;
}
.erp-icon-unionpays .path13:before {
  content: "\e94e";
  margin-left: -1em;
  color: #000000;
}
.erp-icon-unionpays .path14:before {
  content: "\e94f";
  margin-left: -1em;
  color: #000000;
}
.erp-icon-unionpays .path15:before {
  content: "\e950";
  margin-left: -1em;
  color: #000000;
}
.erp-icon-unionpays .path16:before {
  content: "\e951";
  margin-left: -1em;
  color: #000000;
}
.erp-icon-unionpays .path17:before {
  content: "\e952";
  margin-left: -1em;
  color: #000000;
}
.erp-icon-unionpays .path18:before {
  content: "\e953";
  margin-left: -1em;
  color: #000000;
}
.erp-icon-unionpays .path19:before {
  content: "\e954";
  margin-left: -1em;
  color: #000000;
}
.erp-icon-vegetable:before {
  content: "\e955";
}
.erp-icon-waitpay:before {
  content: "\e956";
}
.erp-icon-wepay:before {
  content: "\e957";
}
.erp-icon-wepays:before {
  content: "\e958";
}
.erp-icon-verify:before {
  content: "\e959";
}
.erp-icon-appur:before {
  content: "\e95a";
}
.erp-icon-article:before {
  content: "\e95b";
}
.erp-icon-cash:before {
  content: "\e95c";
}
.erp-icon-develop:before {
  content: "\e95d";
}
.erp-icon-more:before {
  content: "\e95e";
}
.erp-icon-play:before {
  content: "\e95f";
}
.erp-icon-prompt:before {
  content: "\e960";
}
.erp-icon-menu:before {
  content: "\e961";
}
/*
 * arrow.less
 * v1.1.1 MIT License
 * http://www.Yuzi.me
 * Copyright (c) 2017.5.24 Yuzi, Inc.
 *
*/
.arrow_base {
  position: absolute;
  top: 50%;
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  /* Safari 和 Chrome */
  -moz-transform: translate3d(0, -50%, 0);
  /* Firefox */
  -ms-transform: translate3d(0, -50%, 0);
  /* IE 9 */
  -o-transform: translate3d(0, -50%, 0);
  /* Opera */
  transform: translate3d(0, -50%, 0);
}
.will_transform {
  transform: translateZ(0);
}
/*-- fade out bottom--*/
@keyframes fadeoutbottom {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(0, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(0, 0, 0);
    /* Opera */
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, 100%, 0);
    /* Firefox */
    -ms-transform: translate3d(0, 100%, 0);
    /* IE 9 */
    -o-transform: translate3d(0, 100%, 0);
    /* Opera */
    transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes fadeoutbottom {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(0, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(0, 0, 0);
    /* Opera */
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, 100%, 0);
    /* Firefox */
    -ms-transform: translate3d(0, 100%, 0);
    /* IE 9 */
    -o-transform: translate3d(0, 100%, 0);
    /* Opera */
    transform: translate3d(0, 100%, 0);
  }
}
@-moz-keyframes fadeoutbottom {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(0, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(0, 0, 0);
    /* Opera */
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, 100%, 0);
    /* Firefox */
    -ms-transform: translate3d(0, 100%, 0);
    /* IE 9 */
    -o-transform: translate3d(0, 100%, 0);
    /* Opera */
    transform: translate3d(0, 100%, 0);
  }
}
@-ms-keyframes fadeoutbottom {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(0, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(0, 0, 0);
    /* Opera */
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, 100%, 0);
    /* Firefox */
    -ms-transform: translate3d(0, 100%, 0);
    /* IE 9 */
    -o-transform: translate3d(0, 100%, 0);
    /* Opera */
    transform: translate3d(0, 100%, 0);
  }
}
@-o-keyframes fadeoutbottom {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(0, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(0, 0, 0);
    /* Opera */
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, 100%, 0);
    /* Firefox */
    -ms-transform: translate3d(0, 100%, 0);
    /* IE 9 */
    -o-transform: translate3d(0, 100%, 0);
    /* Opera */
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeinbottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, 100%, 0);
    /* Firefox */
    -ms-transform: translate3d(0, 100%, 0);
    /* IE 9 */
    -o-transform: translate3d(0, 100%, 0);
    /* Opera */
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(0, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(0, 0, 0);
    /* Opera */
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeinbottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, 100%, 0);
    /* Firefox */
    -ms-transform: translate3d(0, 100%, 0);
    /* IE 9 */
    -o-transform: translate3d(0, 100%, 0);
    /* Opera */
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(0, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(0, 0, 0);
    /* Opera */
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeinbottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, 100%, 0);
    /* Firefox */
    -ms-transform: translate3d(0, 100%, 0);
    /* IE 9 */
    -o-transform: translate3d(0, 100%, 0);
    /* Opera */
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(0, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(0, 0, 0);
    /* Opera */
    transform: translate3d(0, 0, 0);
  }
}
@-ms-keyframes fadeinbottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, 100%, 0);
    /* Firefox */
    -ms-transform: translate3d(0, 100%, 0);
    /* IE 9 */
    -o-transform: translate3d(0, 100%, 0);
    /* Opera */
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(0, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(0, 0, 0);
    /* Opera */
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeinbottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, 100%, 0);
    /* Firefox */
    -ms-transform: translate3d(0, 100%, 0);
    /* IE 9 */
    -o-transform: translate3d(0, 100%, 0);
    /* Opera */
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(0, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(0, 0, 0);
    /* Opera */
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeouttop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(0, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(0, 0, 0);
    /* Opera */
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, -100%, 0);
    /* Firefox */
    -ms-transform: translate3d(0, -100%, 0);
    /* IE 9 */
    -o-transform: translate3d(0, -100%, 0);
    /* Opera */
    transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes fadeouttop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(0, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(0, 0, 0);
    /* Opera */
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, -100%, 0);
    /* Firefox */
    -ms-transform: translate3d(0, -100%, 0);
    /* IE 9 */
    -o-transform: translate3d(0, -100%, 0);
    /* Opera */
    transform: translate3d(0, -100%, 0);
  }
}
@-moz-keyframes fadeouttop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(0, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(0, 0, 0);
    /* Opera */
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, -100%, 0);
    /* Firefox */
    -ms-transform: translate3d(0, -100%, 0);
    /* IE 9 */
    -o-transform: translate3d(0, -100%, 0);
    /* Opera */
    transform: translate3d(0, -100%, 0);
  }
}
@-ms-keyframes fadeouttop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(0, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(0, 0, 0);
    /* Opera */
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, -100%, 0);
    /* Firefox */
    -ms-transform: translate3d(0, -100%, 0);
    /* IE 9 */
    -o-transform: translate3d(0, -100%, 0);
    /* Opera */
    transform: translate3d(0, -100%, 0);
  }
}
@-o-keyframes fadeouttop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(0, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(0, 0, 0);
    /* Opera */
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, -100%, 0);
    /* Firefox */
    -ms-transform: translate3d(0, -100%, 0);
    /* IE 9 */
    -o-transform: translate3d(0, -100%, 0);
    /* Opera */
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeintop {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, -100%, 0);
    /* Firefox */
    -ms-transform: translate3d(0, -100%, 0);
    /* IE 9 */
    -o-transform: translate3d(0, -100%, 0);
    /* Opera */
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(0, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(0, 0, 0);
    /* Opera */
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeintop {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, -100%, 0);
    /* Firefox */
    -ms-transform: translate3d(0, -100%, 0);
    /* IE 9 */
    -o-transform: translate3d(0, -100%, 0);
    /* Opera */
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(0, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(0, 0, 0);
    /* Opera */
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeintop {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, -100%, 0);
    /* Firefox */
    -ms-transform: translate3d(0, -100%, 0);
    /* IE 9 */
    -o-transform: translate3d(0, -100%, 0);
    /* Opera */
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(0, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(0, 0, 0);
    /* Opera */
    transform: translate3d(0, 0, 0);
  }
}
@-ms-keyframes fadeintop {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, -100%, 0);
    /* Firefox */
    -ms-transform: translate3d(0, -100%, 0);
    /* IE 9 */
    -o-transform: translate3d(0, -100%, 0);
    /* Opera */
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(0, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(0, 0, 0);
    /* Opera */
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeintop {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, -100%, 0);
    /* Firefox */
    -ms-transform: translate3d(0, -100%, 0);
    /* IE 9 */
    -o-transform: translate3d(0, -100%, 0);
    /* Opera */
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(0, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(0, 0, 0);
    /* Opera */
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeoutleft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(0, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(0, 0, 0);
    /* Opera */
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(-100%, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(-100%, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(-100%, 0, 0);
    /* Opera */
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes fadeoutleft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(0, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(0, 0, 0);
    /* Opera */
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(-100%, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(-100%, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(-100%, 0, 0);
    /* Opera */
    transform: translate3d(-100%, 0, 0);
  }
}
@-moz-keyframes fadeoutleft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(0, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(0, 0, 0);
    /* Opera */
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(-100%, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(-100%, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(-100%, 0, 0);
    /* Opera */
    transform: translate3d(-100%, 0, 0);
  }
}
@-ms-keyframes fadeoutleft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(0, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(0, 0, 0);
    /* Opera */
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(-100%, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(-100%, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(-100%, 0, 0);
    /* Opera */
    transform: translate3d(-100%, 0, 0);
  }
}
@-o-keyframes fadeoutleft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(0, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(0, 0, 0);
    /* Opera */
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(-100%, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(-100%, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(-100%, 0, 0);
    /* Opera */
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeinleft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(-100%, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(-100%, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(-100%, 0, 0);
    /* Opera */
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(0, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(0, 0, 0);
    /* Opera */
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeinleft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(-100%, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(-100%, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(-100%, 0, 0);
    /* Opera */
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(0, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(0, 0, 0);
    /* Opera */
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeinleft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(-100%, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(-100%, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(-100%, 0, 0);
    /* Opera */
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(0, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(0, 0, 0);
    /* Opera */
    transform: translate3d(0, 0, 0);
  }
}
@-ms-keyframes fadeinleft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(-100%, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(-100%, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(-100%, 0, 0);
    /* Opera */
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(0, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(0, 0, 0);
    /* Opera */
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeinleft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(-100%, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(-100%, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(-100%, 0, 0);
    /* Opera */
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(0, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(0, 0, 0);
    /* Opera */
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeoutright {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(0, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(0, 0, 0);
    /* Opera */
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(100%, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(100%, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(100%, 0, 0);
    /* Opera */
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes fadeoutright {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(0, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(0, 0, 0);
    /* Opera */
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(100%, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(100%, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(100%, 0, 0);
    /* Opera */
    transform: translate3d(100%, 0, 0);
  }
}
@-moz-keyframes fadeoutright {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(0, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(0, 0, 0);
    /* Opera */
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(100%, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(100%, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(100%, 0, 0);
    /* Opera */
    transform: translate3d(100%, 0, 0);
  }
}
@-ms-keyframes fadeoutright {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(0, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(0, 0, 0);
    /* Opera */
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(100%, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(100%, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(100%, 0, 0);
    /* Opera */
    transform: translate3d(100%, 0, 0);
  }
}
@-o-keyframes fadeoutright {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(0, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(0, 0, 0);
    /* Opera */
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(100%, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(100%, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(100%, 0, 0);
    /* Opera */
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeinright {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(100%, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(100%, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(100%, 0, 0);
    /* Opera */
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(0, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(0, 0, 0);
    /* Opera */
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeinright {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(100%, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(100%, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(100%, 0, 0);
    /* Opera */
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(0, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(0, 0, 0);
    /* Opera */
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeinright {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(100%, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(100%, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(100%, 0, 0);
    /* Opera */
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(0, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(0, 0, 0);
    /* Opera */
    transform: translate3d(0, 0, 0);
  }
}
@-ms-keyframes fadeinright {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(100%, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(100%, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(100%, 0, 0);
    /* Opera */
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(0, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(0, 0, 0);
    /* Opera */
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeinright {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(100%, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(100%, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(100%, 0, 0);
    /* Opera */
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: translate3d(0, 0, 0);
    /* Firefox */
    -ms-transform: translate3d(0, 0, 0);
    /* IE 9 */
    -o-transform: translate3d(0, 0, 0);
    /* Opera */
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeoutcenter {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    /* Safari 和 Chrome */
    -moz-transform: scale3d(1, 1, 1);
    /* Firefox */
    -ms-transform: scale3d(1, 1, 1);
    /* IE 9 */
    -o-transform: scale3d(1, 1, 1);
    /* Opera */
    transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(0, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: scale3d(0, 0, 0);
    /* Firefox */
    -ms-transform: scale3d(0, 0, 0);
    /* IE 9 */
    -o-transform: scale3d(0, 0, 0);
    /* Opera */
    transform: scale3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeoutcenter {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    /* Safari 和 Chrome */
    -moz-transform: scale3d(1, 1, 1);
    /* Firefox */
    -ms-transform: scale3d(1, 1, 1);
    /* IE 9 */
    -o-transform: scale3d(1, 1, 1);
    /* Opera */
    transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(0, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: scale3d(0, 0, 0);
    /* Firefox */
    -ms-transform: scale3d(0, 0, 0);
    /* IE 9 */
    -o-transform: scale3d(0, 0, 0);
    /* Opera */
    transform: scale3d(0, 0, 0);
  }
}
@-moz-keyframes fadeoutcenter {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    /* Safari 和 Chrome */
    -moz-transform: scale3d(1, 1, 1);
    /* Firefox */
    -ms-transform: scale3d(1, 1, 1);
    /* IE 9 */
    -o-transform: scale3d(1, 1, 1);
    /* Opera */
    transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(0, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: scale3d(0, 0, 0);
    /* Firefox */
    -ms-transform: scale3d(0, 0, 0);
    /* IE 9 */
    -o-transform: scale3d(0, 0, 0);
    /* Opera */
    transform: scale3d(0, 0, 0);
  }
}
@-ms-keyframes fadeoutcenter {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    /* Safari 和 Chrome */
    -moz-transform: scale3d(1, 1, 1);
    /* Firefox */
    -ms-transform: scale3d(1, 1, 1);
    /* IE 9 */
    -o-transform: scale3d(1, 1, 1);
    /* Opera */
    transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(0, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: scale3d(0, 0, 0);
    /* Firefox */
    -ms-transform: scale3d(0, 0, 0);
    /* IE 9 */
    -o-transform: scale3d(0, 0, 0);
    /* Opera */
    transform: scale3d(0, 0, 0);
  }
}
@-o-keyframes fadeoutcenter {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    /* Safari 和 Chrome */
    -moz-transform: scale3d(1, 1, 1);
    /* Firefox */
    -ms-transform: scale3d(1, 1, 1);
    /* IE 9 */
    -o-transform: scale3d(1, 1, 1);
    /* Opera */
    transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(0, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: scale3d(0, 0, 0);
    /* Firefox */
    -ms-transform: scale3d(0, 0, 0);
    /* IE 9 */
    -o-transform: scale3d(0, 0, 0);
    /* Opera */
    transform: scale3d(0, 0, 0);
  }
}
@keyframes fadeincenter {
  0% {
    -webkit-transform: scale3d(0, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: scale3d(0, 0, 0);
    /* Firefox */
    -ms-transform: scale3d(0, 0, 0);
    /* IE 9 */
    -o-transform: scale3d(0, 0, 0);
    /* Opera */
    transform: scale3d(0, 0, 0);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    /* Safari 和 Chrome */
    -moz-transform: scale3d(1, 1, 1);
    /* Firefox */
    -ms-transform: scale3d(1, 1, 1);
    /* IE 9 */
    -o-transform: scale3d(1, 1, 1);
    /* Opera */
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes fadeincenter {
  0% {
    -webkit-transform: scale3d(0, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: scale3d(0, 0, 0);
    /* Firefox */
    -ms-transform: scale3d(0, 0, 0);
    /* IE 9 */
    -o-transform: scale3d(0, 0, 0);
    /* Opera */
    transform: scale3d(0, 0, 0);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    /* Safari 和 Chrome */
    -moz-transform: scale3d(1, 1, 1);
    /* Firefox */
    -ms-transform: scale3d(1, 1, 1);
    /* IE 9 */
    -o-transform: scale3d(1, 1, 1);
    /* Opera */
    transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes fadeincenter {
  0% {
    -webkit-transform: scale3d(0, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: scale3d(0, 0, 0);
    /* Firefox */
    -ms-transform: scale3d(0, 0, 0);
    /* IE 9 */
    -o-transform: scale3d(0, 0, 0);
    /* Opera */
    transform: scale3d(0, 0, 0);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    /* Safari 和 Chrome */
    -moz-transform: scale3d(1, 1, 1);
    /* Firefox */
    -ms-transform: scale3d(1, 1, 1);
    /* IE 9 */
    -o-transform: scale3d(1, 1, 1);
    /* Opera */
    transform: scale3d(1, 1, 1);
  }
}
@-ms-keyframes fadeincenter {
  0% {
    -webkit-transform: scale3d(0, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: scale3d(0, 0, 0);
    /* Firefox */
    -ms-transform: scale3d(0, 0, 0);
    /* IE 9 */
    -o-transform: scale3d(0, 0, 0);
    /* Opera */
    transform: scale3d(0, 0, 0);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    /* Safari 和 Chrome */
    -moz-transform: scale3d(1, 1, 1);
    /* Firefox */
    -ms-transform: scale3d(1, 1, 1);
    /* IE 9 */
    -o-transform: scale3d(1, 1, 1);
    /* Opera */
    transform: scale3d(1, 1, 1);
  }
}
@-o-keyframes fadeincenter {
  0% {
    -webkit-transform: scale3d(0, 0, 0);
    /* Safari 和 Chrome */
    -moz-transform: scale3d(0, 0, 0);
    /* Firefox */
    -ms-transform: scale3d(0, 0, 0);
    /* IE 9 */
    -o-transform: scale3d(0, 0, 0);
    /* Opera */
    transform: scale3d(0, 0, 0);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    /* Safari 和 Chrome */
    -moz-transform: scale3d(1, 1, 1);
    /* Firefox */
    -ms-transform: scale3d(1, 1, 1);
    /* IE 9 */
    -o-transform: scale3d(1, 1, 1);
    /* Opera */
    transform: scale3d(1, 1, 1);
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-moz-keyframes fadein {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-ms-keyframes fadein {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-o-keyframes fadein {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes hidden {
  100% {
    display: none;
  }
}
@-webkit-keyframes hidden {
  100% {
    display: none;
  }
}
@-moz-keyframes hidden {
  100% {
    display: none;
  }
}
@-ms-keyframes hidden {
  100% {
    display: none;
  }
}
@-o-keyframes hidden {
  100% {
    display: none;
  }
}
@keyframes show {
  100% {
    visibility: visible;
  }
}
@-webkit-keyframes show {
  100% {
    visibility: visible;
  }
}
@-moz-keyframes show {
  100% {
    visibility: visible;
  }
}
@-ms-keyframes show {
  100% {
    visibility: visible;
  }
}
@-o-keyframes show {
  100% {
    visibility: visible;
  }
}
@keyframes fadeoutmenu {
  0% {
    width: var(--menu-open-width);
  }
  100% {
    width: var(--menu-width);
  }
}
@-webkit-keyframes fadeoutmenu {
  0% {
    width: var(--menu-open-width);
  }
  100% {
    width: var(--menu-width);
  }
}
@-moz-keyframes fadeoutmenu {
  0% {
    width: var(--menu-open-width);
  }
  100% {
    width: var(--menu-width);
  }
}
@-ms-keyframes fadeoutmenu {
  0% {
    width: var(--menu-open-width);
  }
  100% {
    width: var(--menu-width);
  }
}
@-o-keyframes fadeoutmenu {
  0% {
    width: var(--menu-open-width);
  }
  100% {
    width: var(--menu-width);
  }
}
@keyframes fadeinmenu {
  0% {
    width: var(--menu-width);
  }
  100% {
    width: var(--menu-open-width);
  }
}
@-webkit-keyframes fadeinmenu {
  0% {
    width: var(--menu-width);
  }
  100% {
    width: var(--menu-open-width);
  }
}
@-moz-keyframes fadeinmenu {
  0% {
    width: var(--menu-width);
  }
  100% {
    width: var(--menu-open-width);
  }
}
@-ms-keyframes fadeinmenu {
  0% {
    width: var(--menu-width);
  }
  100% {
    width: var(--menu-open-width);
  }
}
@-o-keyframes fadeinmenu {
  0% {
    width: var(--menu-width);
  }
  100% {
    width: var(--menu-open-width);
  }
}
.erp_subnav {
  background: transparent;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  /*垂直居中*/
  /*老版本语法*/
  -webkit-box-align: center;
  -moz-box-align: center;
  /*混合版本语法*/
  -ms-flex-align: center;
  /*新版本语法*/
  -webkit-align-items: center;
  align-items: center;
}
.erp_subnav .erp_subnav_l {
  color: #888;
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*垂直居中*/
  /*老版本语法*/
  -webkit-box-align: center;
  -moz-box-align: center;
  /*混合版本语法*/
  -ms-flex-align: center;
  /*新版本语法*/
  -webkit-align-items: center;
  align-items: center;
}
.erp_subnav .erp_subnav_l .page_name {
  display: inline-block;
  font-size: 0.7rem;
}
.erp_subnav .erp_subnav_l .page_name b {
  font-size: 0.8rem;
  margin-right: 0.6rem;
  color: #444444;
}
.erp_subnav .erp_subnav_l > div {
  margin-left: 2rem;
}
.erp_subnav .erp_subnav_l .line {
  border-left: 1px solid #ccc;
  margin: 0 0.6rem;
  display: inline-block;
  height: 0.5rem;
}
.erp_subnav .erp_subnav_r > a {
  background: #ff7e44;
  width: 4rem;
  display: block;
  line-height: 1.65rem;
  text-align: center;
  color: #fff;
  border-radius: 0.15rem;
  font-size: 0.7rem;
}
.erp_subnav .erp_subnav_r > a:active {
  background: #ff6723;
}
.erp_subnav .erp_subnav_r > a:hover {
  background: #ff9565;
}
.ivu-dropdown .ivu-dropdown-rel i {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  font-size: 0.7rem;
  color: #bbb;
}
.ivu-dropdown .ivu-dropdown-rel input {
  border: 0;
  border-radius: 1.65rem;
  line-height: 1.65rem;
  background: #f6f6f6;
  padding: 0 1.2rem 0 0.4rem;
  font-size: 0.7rem;
  width: 12rem;
  text-overflow: ellipsis;
}
.ivu-dropdown .ivu-select-dropdown {
  max-height: 12.71rem;
  overflow: auto;
}
.ivu-dropdown .ivu-dropdown-menu p {
  color: #bbb;
  font-size: 0.6rem;
  line-height: 2rem;
  padding: 0 1rem;
}
.ivu-dropdown .ivu-dropdown-menu p i {
  float: right;
  line-height: 2rem;
}
.ivu-dropdown .ivu-dropdown-item-divided {
  margin: 0;
}
.ivu-dropdown .ivu-dropdown-item {
  padding: 0.6rem 1rem;
}
.ivu-dropdown .ivu-dropdown-item span {
  color: #3C6385;
  margin-right: 0.8rem;
}
.ivu-dropdown .ivu-dropdown-item:before {
  display: none;
}
.ivu-dropdown ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #bbb;
}
.ivu-dropdown :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bbb;
}
.ivu-dropdown ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bbb;
}
.ivu-dropdown :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #bbb;
}
@media screen and (min-width: 1280px) and (max-width: 1365px) {
  .ivu-dropdown .ivu-dropdown-rel div input {
    width: 10rem;
  }
}
.ivu-select-dropdown {
  border-radius: 0px;
}
.ivu-select-dropdown-list li {
  line-height: 1.7rem;
  font-size: 0.7rem !important;
  border-bottom: 1px solid #ddd;
}
.ivu-select-dropdown-list li:last-child {
  border-bottom: none;
}
.ivu-remove-select-border {
  border-color: transparent !important;
  box-shadow: none !important;
}
.erp_header_select .ivu-select {
  position: relative;
}
.erp_header_select .ivu-select-selection {
  height: 1.65rem;
  border-radius: 0.825rem;
  background: #f6f6f6;
  border-color: transparent !important;
  box-shadow: none !important;
}
.erp_header_select .ivu-select-selection:hover {
  background: #f1f1f1;
  border-color: transparent;
}
.erp_header_select .ivu-select-selection .erp-icon-search {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  font-size: 0.7rem !important;
  -webkit-transform: rotate(0);
  /* Safari 和 Chrome */
  -moz-transform: rotate(0);
  /* Firefox */
  -ms-transform: rotate(0);
  /* IE 9 */
  -o-transform: rotate(0);
  /* Opera */
  transform: rotate(0);
  color: #999999;
}
.erp_header_select .ivu-select-selection .ivu-icon {
  right: 0.5rem;
  font-size: 0.8rem;
  margin-top: -0.4rem;
}
.erp_header_select .ivu-select-selection .ivu-icon-ios-close:hover {
  color: rgba(242, 39, 39, 0.5);
}
.erp_header_select .ivu-select-selection .ivu-icon-ios-close:active {
  color: #F22727;
}
.erp_header_select .ivu-select-selection input {
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding-right: 1.6rem;
}
.erp_header_select .ivu-select-visible .ivu-select-selection {
  border-color: transparent !important;
  box-shadow: none !important;
  background: #f1f1f1;
}
.erp_header_select .ivu-select-input {
  font-size: 0.7rem;
  padding-left: 0.6rem;
}
.erp_header_select .ivu-select .ivu-select-dropdown {
  width: auto !important;
  min-width: 100%;
  max-height: inherit !important;
  border-radius: inherit;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  padding: 0;
  margin-top: 0.45rem;
}
.erp_header_select .ivu-select .ivu-select-dropdown-body {
  max-height: calc(100vh - 15rem);
  overflow-y: auto;
  overflow-x: hidden;
}
.erp_header_select .ivu-select .ivu-select-dropdown-list {
  min-width: 100%;
  display: table;
  border-collapse: collapse;
}
.erp_header_select .ivu-select .ivu-select-dropdown-list-header {
  top: 0;
  width: 100%;
  color: #bbb;
  font-size: 0.6rem;
  padding: 0 1rem;
  height: 2rem;
  line-height: 2rem;
  border-bottom: 1px solid #ddd;
}
.erp_header_select .ivu-select .ivu-select-dropdown-list-header .erp-icon-closed {
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  line-height: 2rem;
  text-align: center;
  cursor: pointer;
}
.erp_header_select .ivu-select .ivu-select-dropdown-list-header .erp-icon-closed:hover {
  color: #3C6385;
}
.erp_header_select .ivu-select .ivu-select-dropdown-list-header .erp-icon-closed:active {
  color: #F22727;
}
.erp_header_select .ivu-select-item {
  display: table-row;
  border-bottom: 1px solid #ddd;
}
.erp_header_select .ivu-select-item:last-child {
  border: 0;
}
.erp_header_select .ivu-select-item span {
  display: table-cell;
  line-height: 2.4rem;
  padding: 0 0.4rem 0 0;
  font-size: 0.7rem;
}
.erp_header_select .ivu-select-item span:first-child {
  color: #3C6385;
  padding-left: 1rem;
}
.erp_header_select .ivu-select-item span:last-child {
  padding-right: 1rem;
  max-width: 25rem;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.erp_header_select .ivu-select-item-selected span {
  color: white !important;
}
.erp_header_select .ivu-select-not-found,
.erp_header_select .ivu-select-loading {
  padding: 0.5rem 0;
}
.ivu-select-show-clear .ivu-select-selection:hover .erp-icon-search {
  display: none;
}
.erp_select2_dropdown {
  max-height: calc(100vh - 15rem);
}
.erp_select2_dropdown .select2-results__options {
  border-collapse: collapse;
}
.erp_select2_dropdown .select2-results__options li {
  border-bottom: 1px solid #ddd;
}
.erp_select2_dropdown .select2-results__options li:last-child {
  border: 0;
}
.erp_select2_dropdown .select2-results__options li span {
  display: table-cell;
  line-height: 2.4rem;
  padding: 0 0.4rem 0 0;
  font-size: 0.7rem;
}
.erp_select2_dropdown .select2-results__options li span:first-child {
  color: #3C6385;
  padding-left: 1rem;
}
.erp_select2_dropdown .select2-results__options li span:last-child {
  padding-right: 1rem;
  max-width: 15rem;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.erp_select2_dropdown .select2-results__options [aria-selected=true]:before {
  display: none;
}
.erp_select2_dropdown .select2-results__options [aria-selected=true] span {
  color: white !important;
}
.erp_table {
  position: relative;
  padding-top: 2rem;
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.erp_table_container {
  /*overflow-y: auto;*/
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  /*overflow-y: auto;*/
}
.erp_table table {
  border-spacing: 0;
  width: 100%;
}
.erp_table table thead th:first-child div {
  width: 100%;
  padding-left: 0.9rem;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.1);
}
.erp_table table tbody tr td {
  font-size: 0.7rem;
  line-height: 1rem;
}
.erp_table table td + td {
  border-left: 1px solid #ddd;
}
.erp_table table td,
.erp_table table th {
  border-top: 1px solid transparent;
  border-bottom: 1px solid #ddd;
  color: #000;
  padding: 0.2rem;
}
.erp_table table th {
  height: 0;
  line-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: transparent;
  border: none;
  white-space: nowrap;
}
.erp_table table th:first-child div {
  border: none;
}
.erp_table table th div {
  position: absolute;
  background: #fff;
  display: table-cell;
  height: 2rem;
  line-height: 2rem;
  color: #444;
  padding: 0 0.2rem;
  top: 0;
  margin-left: -0.2rem;
  border-left: 1px solid #ddd;
  z-index: 5;
}
.erp_table_input {
  border-top: 1px solid #ddd;
}
.erp_table_input table {
  border-collapse: collapse;
  border-spacing: 0;
}
.erp_table_input table tbody tr td {
  padding: 0;
  line-height: initial;
}
.erp_table_input table tbody tr td input {
  width: 100%;
  padding: 0.1rem 0.5rem;
  line-height: auto;
  border: none;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.erp_table_input table tbody tr td input:focus {
  background: #fff7ee;
  box-shadow: 0.1rem 0.1rem 0.4rem rgba(0, 0, 0, 0.05) inset;
}
.erp_table_input table tbody tr td input:disabled {
  background: transparent;
  cursor: no-drop;
  background: rgba(0, 0, 0, 0.05);
  opacity: 0.7;
}
.erp_table_input table tbody tr td input::-webkit-input-placeholder {
  color: #ccc;
}
.erp_table_input table tbody tr td input:-moz-placeholder {
  color: #ccc;
}
.erp_table_input table tbody tr td input::-moz-placeholder {
  color: #ccc;
}
.erp_table_input table tbody tr td input:-ms-input-placeholder {
  color: #ccc;
}
.erp_table_input table tbody tr td input.error {
  border: 1px solid #F22727;
  background: rgba(242, 39, 39, 0.02);
  margin: -1px 0;
}
.erp_table_input table tbody tr td input.error:focus {
  background: #fff7ee;
  box-shadow: 0.1rem 0.1rem 0.4rem rgba(0, 0, 0, 0.05) inset;
}
.erp_table_input table tbody tr:hover td {
  background: #f6fcff;
}
.erp_table_input table tbody tr:hover td:first-child button {
  display: inline-block;
}
.erp_table_order table thead th:first-child div {
  padding-left: 0.6rem;
}
.erp_table_order table thead th:nth-child(3),
.erp_table_order table thead th:nth-child(6) {
  width: 4rem;
}
.erp_table_order table thead th:nth-child(3) div,
.erp_table_order table thead th:nth-child(6) div {
  width: 4rem;
  text-align: right;
}
.erp_table_order table thead th:nth-child(7) {
  width: 5.5rem;
}
.erp_table_order table thead th:nth-child(7) div {
  width: 5.5rem;
  text-align: right;
}
.erp_table_order table td:first-child {
  width: 2.5rem;
  text-align: center;
  position: relative;
}
.erp_table_order table td:first-child button {
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border: none;
  display: none;
  color: #999999;
  background: #eeeeee;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.erp_table_order table td:first-child button:last-of-type {
  left: auto;
  right: 0;
  border-left: 1px solid white;
}
.erp_table_order table td:first-child button:hover {
  background: #416b90;
  color: white;
}
.erp_table_order table td:first-child button:active {
  background: #345673;
}
.erp_table_order table td:first-child button:active:before {
  opacity: 0.5;
}
.erp_table_order table td:nth-child(2) {
  width: 10rem;
}
.erp_table_order table td:nth-child(3),
.erp_table_order table td:nth-child(6),
.erp_table_order table td:nth-child(7) {
  width: 4rem;
}
.erp_table_order table td:nth-child(3) input,
.erp_table_order table td:nth-child(6) input,
.erp_table_order table td:nth-child(7) input {
  text-align: right;
  color: #F22727;
}
.erp_table_order table td:nth-child(4),
.erp_table_order table td:nth-child(5) {
  width: 4rem;
}
.erp_table_order table td:nth-child(7) {
  width: 5.5rem;
}
.erp_table_order table td:nth-child(8) {
  width: 5.5rem;
}
.erp_table_order table td:last-child {
  width: 8rem;
}
.erp_table_old input {
  background: transparent;
  border: 0px !important;
  min-height: 1.65rem !important;
}
.erp_table_old input:focus {
  -webkit-appearance: none;
  outline: none;
  background: #fff9f4;
  box-shadow: 0.1rem 0.1rem 0.4rem rgba(0, 0, 0, 0.05) inset;
}
.erp_table_old table td,
.erp_table_old table th {
  font-size: 13px !important;
}
.erp_table_old table thead th:first-child div {
  padding-left: 0.6rem;
}
.erp_table_old table thead th div i {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 2rem;
  padding: 0 0.25rem;
  color: #aaa;
}
.erp_table_old table thead th div i:hover {
  color: #666;
}
.erp_table_old table thead th div i:active {
  color: #333;
}
.erp_table_old table thead th div p {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  display: none;
  border-bottom: 1px solid #ddd !important;
}
.erp_table_old table thead th div input {
  width: 100%;
  padding: 0 0.25rem;
  background-color: #fff2ed;
  float: left;
}
.erp_table_old table tbody tr td {
  position: relative;
  -webkit-appearance: none;
  outline: none;
  min-height: 1.6rem;
  line-height: 1.1rem !important;
  padding: 0.25rem;
  background: rgba(255, 126, 68, 0.1);
}
.erp_table_old table tbody tr td:first-child {
  width: 2.5rem;
  text-align: center;
  position: relative;
}
.erp_table_old table tbody tr td:first-child button {
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border: none;
  display: none;
  color: #999999;
  background: #eeeeee;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.erp_table_old table tbody tr td:first-child button i {
  margin: 0;
}
.erp_table_old table tbody tr td:first-child button:last-of-type {
  left: auto;
  right: 0;
  border-left: 1px solid white;
}
.erp_table_old table tbody tr td:first-child button:hover {
  background: #416b90;
}
.erp_table_old table tbody tr td:first-child button:hover i {
  color: white;
}
.erp_table_old table tbody tr td:first-child button:active {
  background: #345673;
}
.erp_table_old table tbody tr td:first-child button:active:before {
  opacity: 0.5;
}
.erp_table_old table tbody tr td.has-error {
  border: 1px solid red;
  position: relative;
}
.erp_table_old table tbody tr td.has-error:before {
  font-family: 'iconfont';
  content: '\e92a';
}
.erp_table_old table tbody tr td.has-error:after {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  border-top: 1px solid red;
}
.erp_table_old table tbody tr td.no-edit {
  background: rgba(0, 0, 0, 0.03);
  cursor: no-drop;
}
.erp_table_old table tbody tr td.no-edit2 {
  background: rgba(255, 126, 68, 0.1);
  cursor: no-drop;
}
.erp_table_old table .unit-select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.erp_table_old table .unit-select select {
  border: none;
  background: transparent;
  height: 100%;
  width: 100%;
  text-align: right;
}
.erp_table_old table .checkboxs {
  width: 3rem;
}
.erp_table_old table .goodscode {
  width: 5rem;
  min-width: 5rem;
}
.erp_table_old table .remark {
  width: 5rem;
  min-width: 5rem;
}
.erp_table_old table .goodsname {
  width: 8rem;
  max-width: 8rem;
  min-width: 7rem;
  overflow: hidden;
  line-height: 1.4 !important;
}
.erp_table_old table .goodsname div {
  width: 6rem;
}
.erp_table_old table .price {
  width: 3rem;
  min-width: 3rem;
  color: blue;
  text-align: right;
}
.erp_table_old table .price div {
  width: 3rem;
  text-align: right;
}
.erp_table_old table .quantity {
  width: 3rem;
  min-width: 3rem;
}
.erp_table_old table .quantity.has-error:before {
  left: auto;
  right: 0.5rem;
}
.erp_table_old table .unit {
  width: 3rem;
  min-width: 3rem;
}
.erp_table_old table .unit.has-error:before {
  left: auto;
  right: 0.5rem;
}
.erp_table_old table .total {
  width: 3.5rem;
  min-width: 3rem;
  color: blue;
  text-align: right;
}
.erp_table_old table .total div {
  width: 3.5rem;
  text-align: right;
}
.erp_table_old table .commons {
  width: 8rem;
  min-width: 8rem;
}
.erp_table_old table .spec {
  width: 4rem;
  min-width: 3rem;
}
.erp_table_old table .spec.has-error:before {
  left: auto;
  right: 0.5rem;
}
.erp_table_old table .rate {
  width: 4.5rem;
  min-width: 3rem;
}
.erp_table_old table .rate.has-error:before {
  left: auto;
  right: 0.5rem;
}
.erp_table_old table .shortdate {
  width: 3.5rem;
  min-width: 3rem;
}
.erp_table_old table .shortdate.has-error:before {
  left: auto;
  right: 0.1rem;
}
.erp_table_old table .unitName {
  width: 15%;
  min-width: 3rem;
  text-align: left !important;
}
.erp_table_old table .billType {
  width: 5rem;
  min-width: 3rem;
}
.erp_table_old table .billNo {
  width: 12rem;
  min-width: 3rem;
}
.erp_table_old table .billPrice {
  width: 6rem;
  min-width: 3rem;
}
.erp_table_old table .userName {
  width: 4rem;
  max-width: 4rem;
  min-width: 3rem;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.erp_table_old table .billDate {
  width: 5.5rem;
  min-width: 3rem;
}
.erp_table_old table .operate {
  width: 2.5rem;
}
.erp_table_old table .car {
  width: 6rem;
}
.erp_table_old table .ReimName {
  width: 6rem;
  max-width: 6rem;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.erp_fixTable {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.erp_fixTable_container {
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.erp_fixTable_container > input {
  z-index: 2;
}
.erp_fixTable input {
  background: transparent;
  min-height: 1.6rem !important;
  border-bottom: 1px solid #ddd !important;
  border-left: 1px solid #ddd !important;
  border-right: 0 !important;
}
.erp_fixTable input:focus {
  -webkit-appearance: none;
  outline: none;
  background: white;
  box-shadow: 0.1rem 0.1rem 0.4rem rgba(0, 0, 0, 0.05) inset;
}
.erp_fixTable table {
  border-collapse: collapse;
  width: 100%;
  position: relative;
}
.erp_fixTable table th,
.erp_fixTable table td {
  border-right: 1px solid #ddd;
  white-space: nowrap !important;
}
.erp_fixTable table th:last-child,
.erp_fixTable table td:last-child {
  border-right: 0;
}
.erp_fixTable table td + td {
  border-right: 1px solid #ddd;
}
.erp_fixTable table thead {
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.1);
}
.erp_fixTable table thead th {
  line-height: 2rem;
  background: white;
}
.erp_fixTable table thead th div {
  padding: 0 0.2rem;
}
.erp_fixTable table thead th + th {
  border-right: 1px solid #ddd;
}
.erp_fixTable table tbody tr {
  border-bottom: 1px solid #ddd;
}
.erp_fixTable table tbody tr td {
  -webkit-appearance: none;
  outline: none;
  height: 1.6rem;
  line-height: 1.6rem;
  padding: 0 0.2rem;
  background: #fff2ed;
}
.erp_fixTable table tbody tr td:first-child {
  width: 2.5rem;
  text-align: center;
  position: relative;
}
.erp_fixTable table tbody tr td:first-child button {
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border: none;
  display: none;
  color: #999999;
  background: #eeeeee;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.erp_fixTable table tbody tr td:first-child button:last-of-type {
  left: auto;
  right: 0;
  border-left: 1px solid white;
}
.erp_fixTable table tbody tr td:first-child button:hover {
  background: #416b90;
}
.erp_fixTable table tbody tr td:first-child button:hover i {
  color: white !important;
}
.erp_fixTable table tbody tr td:first-child button:active {
  background: #345673;
}
.erp_fixTable table tbody tr td:first-child button:active:before {
  opacity: 0.5;
}
.erp_fixTable table tbody tr td.has-error {
  position: relative;
  background: white;
}
.erp_fixTable table tbody tr td.has-error:before {
  font-family: 'iconfont';
  content: '\e92a';
}
.erp_fixTable table tbody tr td.has-error:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid red;
}
.erp_fixTable table tbody tr td.no-edit {
  background: #f7f7f7;
  cursor: no-drop;
}
.erp_fixTable table tbody tr:hover td {
  background: #f6fcff;
}
.erp_fixTable table tbody tr:hover td:first-child button {
  display: inline-block;
}
.erp_fixTable table .checkboxs div {
  width: 3rem;
}
.erp_fixTable table .goodscode div {
  width: 5rem;
}
.erp_fixTable table .goodsname {
  width: 11rem;
  max-width: 11rem;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.erp_fixTable table .goodsname div {
  width: 11rem;
}
.erp_fixTable table .price {
  width: 4rem;
  color: blue;
  text-align: right;
}
.erp_fixTable table .price div {
  width: 4rem;
  text-align: right;
}
.erp_fixTable table .quantity {
  width: 4rem;
}
.erp_fixTable table .quantity div {
  width: 4rem;
}
.erp_fixTable table .quantity.has-error:before {
  left: auto;
  right: 0.5rem;
}
.erp_fixTable table .unit {
  width: 4rem;
}
.erp_fixTable table .unit div {
  width: 4rem;
}
.erp_fixTable table .unit.has-error:before {
  left: auto;
  right: 0.5rem;
}
.erp_fixTable table .total {
  width: 5rem;
  color: blue;
  text-align: right;
}
.erp_fixTable table .total div {
  width: 5rem;
  text-align: right;
}
.erp_fixTable table .remark {
  width: 8rem;
}
.erp_fixTable table .remark div {
  width: 8rem;
}
.erp_fixTable table .spec {
  width: 5rem;
}
.erp_fixTable table .spec div {
  width: 5rem;
}
.erp_fixTable table .spec.has-error:before {
  left: auto;
  right: 0.5rem;
}
.erp_fixTable table .unitName {
  width: 15%;
  text-align: left !important;
}
.erp_fixTable table .billType {
  width: 5rem;
}
.erp_fixTable table .billType div {
  width: 5rem;
}
.erp_fixTable table .billNo {
  width: 12rem;
}
.erp_fixTable table .billPrice {
  width: 6rem;
}
.erp_fixTable table .userName {
  width: 4rem;
  max-width: 4rem;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.erp_fixTable table .billDate {
  width: 5.5rem;
}
.erp_fixTable table .operate {
  width: 2.5rem;
}
.erp_fixTable table .car {
  width: 6rem;
}
.erp_fixTable table .ReimName {
  width: 6rem;
  max-width: 6rem;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.erp_fixTable_rightOne table th:last-child,
.erp_fixTable_rightOne table td:last-child {
  border-right: 0;
  position: relative;
  min-width: 4rem;
}
.erp_fixTable_rightOne table th:last-child div,
.erp_fixTable_rightOne table td:last-child div,
.erp_fixTable_rightOne table th:last-child span,
.erp_fixTable_rightOne table td:last-child span {
  background: transparent;
  position: absolute;
  width: 100%;
  left: -1px;
  top: 0;
  bottom: 0;
  padding-right: 1px;
  border-left: 1px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.erp_fixTable_rightOne table th:last-child div a,
.erp_fixTable_rightOne table td:last-child div a,
.erp_fixTable_rightOne table th:last-child span a,
.erp_fixTable_rightOne table td:last-child span a {
  display: block;
  width: 100%;
  text-align: center;
}
.goods-list {
  position: absolute;
  top: 186px;
  left: 70px;
  background: white;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  z-index: 5000;
  max-height: calc(100vh - 16rem);
}
.goods-list ul {
  display: table;
  border-collapse: collapse;
}
.goods-list ul li {
  display: table-row;
  height: 2.4rem;
  line-height: 2.4rem;
  font-size: 0.7rem;
  border-bottom: 1px solid #ddd;
}
.goods-list ul li p {
  display: table-cell;
  padding-left: 1rem;
}
.goods-list ul li p:first-child {
  color: #3C6385;
}
.goods-list ul li p:last-child {
  padding-right: 1rem;
  color: #ccc;
}
.goods-list ul li.hover {
  background: #f1f1f1;
  cursor: pointer;
}
.goods-list ul li:hover {
  background: #f1f1f1;
  cursor: pointer;
}
.goods-list ul li.selected {
  background: #3C6385;
  color: white;
}
.goods-list ul li.selected p:first-child {
  color: white;
}
/*
 * loading.less
 * v1.1.1 MIT License
 * http://www.Yuzi.me
 * Copyright (c) 2016.7.29 Yuzi, Inc.
 *
*/
[data-popper='tooltip'] {
  position: relative;
}
[data-popper='tooltip']:hover {
  z-index: 101;
}
[data-popper='tooltip']:before {
  background: white;
  content: attr(data-title);
  padding: 0.25rem 0.5rem;
  position: absolute;
  top: -1px;
  left: 100%;
  bottom: -1px;
  white-space: nowrap;
  z-index: 10;
  opacity: 0;
  line-height: 200%;
  pointer-events: none;
  -webkit-font-smoothing: auto;
  border: 1px solid #ddd;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
[data-popper='tooltip']:hover:before {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  pointer-events: auto;
}
[data-toggle='tooltip'] {
  position: relative;
}
[data-toggle='tooltip']:hover {
  z-index: 101;
}
[data-toggle='tooltip']:before {
  background: rgba(17, 17, 17, 0.9);
  border-radius: 0.3rem;
  content: attr(data-explanation);
  font-size: 0.6rem;
  padding: 0.25rem 0.5rem;
  position: absolute;
  white-space: nowrap;
  z-index: 10;
  opacity: 0;
  color: #fff;
  pointer-events: none;
  -webkit-font-smoothing: auto;
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
[data-toggle='tooltip']:after {
  position: absolute;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
[data-toggle='tooltip']:hover:before,
[data-toggle='tooltip']:hover:after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  pointer-events: auto;
}
[data-toggle='tooltip'][data-placement="down-center"]:before,
[data-toggle='tooltip'][data-placement="down-center"]:after {
  left: 50%;
  top: 100%;
  margin-top: 0.5rem;
  -webkit-transform: translate3d(-50%, -20px, 0);
  /* Safari 和 Chrome */
  -moz-transform: translate3d(-50%, -20px, 0);
  /* Firefox */
  -ms-transform: translate3d(-50%, -20px, 0);
  /* IE 9 */
  -o-transform: translate3d(-50%, -20px, 0);
  /* Opera */
  transform: translate3d(-50%, -20px, 0);
}
[data-toggle='tooltip'][data-placement="down-left"]:before,
[data-toggle='tooltip'][data-placement="down-left"]:after {
  left: 0;
  top: 100%;
  margin-top: 0.5rem;
  -webkit-transform: translate3d(0, -20px, 0);
  /* Safari 和 Chrome */
  -moz-transform: translate3d(0, -20px, 0);
  /* Firefox */
  -ms-transform: translate3d(0, -20px, 0);
  /* IE 9 */
  -o-transform: translate3d(0, -20px, 0);
  /* Opera */
  transform: translate3d(0, -20px, 0);
}
[data-toggle='tooltip'][data-placement="down-right"]:before,
[data-toggle='tooltip'][data-placement="down-right"]:after {
  right: 0px;
  top: 100%;
  margin-top: 0.5rem;
  -webkit-transform: translate3d(0, -20px, 0);
  /* Safari 和 Chrome */
  -moz-transform: translate3d(0, -20px, 0);
  /* Firefox */
  -ms-transform: translate3d(0, -20px, 0);
  /* IE 9 */
  -o-transform: translate3d(0, -20px, 0);
  /* Opera */
  transform: translate3d(0, -20px, 0);
}
[data-toggle='tooltip'][data-placement="down-center"]:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  /* Safari 和 Chrome */
  -moz-transform: translate3d(0, -50%, 0);
  /* Firefox */
  -ms-transform: translate3d(0, -50%, 0);
  /* IE 9 */
  -o-transform: translate3d(0, -50%, 0);
  /* Opera */
  transform: translate3d(0, -50%, 0);
  border-left: 0.25rem solid transparent;
  border-right: 0.25rem solid transparent;
  border-bottom: 0.25rem solid rgba(17, 17, 17, 0.9);
  margin-top: 0.27rem;
}
[data-toggle='tooltip'][data-placement="down-left"]:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  /* Safari 和 Chrome */
  -moz-transform: translate3d(0, -50%, 0);
  /* Firefox */
  -ms-transform: translate3d(0, -50%, 0);
  /* IE 9 */
  -o-transform: translate3d(0, -50%, 0);
  /* Opera */
  transform: translate3d(0, -50%, 0);
  border-left: 0.25rem solid transparent;
  border-right: 0.25rem solid transparent;
  border-bottom: 0.25rem solid rgba(17, 17, 17, 0.9);
  margin-top: 0.27rem;
  left: 0.4rem;
}
[data-toggle='tooltip'][data-placement="down-right"]:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  /* Safari 和 Chrome */
  -moz-transform: translate3d(0, -50%, 0);
  /* Firefox */
  -ms-transform: translate3d(0, -50%, 0);
  /* IE 9 */
  -o-transform: translate3d(0, -50%, 0);
  /* Opera */
  transform: translate3d(0, -50%, 0);
  border-left: 0.25rem solid transparent;
  border-right: 0.25rem solid transparent;
  border-bottom: 0.25rem solid rgba(17, 17, 17, 0.9);
  margin-top: 0.27rem;
  right: 0.5rem;
}
[data-toggle='tooltip'][data-placement='down-center']:hover:before,
[data-toggle='tooltip'][data-placement='down-center']:hover:after {
  -webkit-transform: translate3d(-50%, 0, 0);
  /* Safari 和 Chrome */
  -moz-transform: translate3d(-50%, 0, 0);
  /* Firefox */
  -ms-transform: translate3d(-50%, 0, 0);
  /* IE 9 */
  -o-transform: translate3d(-50%, 0, 0);
  /* Opera */
  transform: translate3d(-50%, 0, 0);
}
[data-toggle='tooltip'][data-placement='down-left']:hover:before,
[data-toggle='tooltip'][data-placement='down-left']:hover:after,
[data-toggle='tooltip'][data-placement='down-right']:hover:before,
[data-toggle='tooltip'][data-placement='down-right']:hover:after {
  -webkit-transform: translate3d(0, 0, 0);
  /* Safari 和 Chrome */
  -moz-transform: translate3d(0, 0, 0);
  /* Firefox */
  -ms-transform: translate3d(0, 0, 0);
  /* IE 9 */
  -o-transform: translate3d(0, 0, 0);
  /* Opera */
  transform: translate3d(0, 0, 0);
}
[data-toggle='tooltip'][data-placement="up-center"]:before,
[data-toggle='tooltip'][data-placement="up-center"]:after {
  left: 50%;
  bottom: 100%;
  margin-bottom: 0.5rem;
  -webkit-transform: translate3d(-50%, 20px, 0);
  /* Safari 和 Chrome */
  -moz-transform: translate3d(-50%, 20px, 0);
  /* Firefox */
  -ms-transform: translate3d(-50%, 20px, 0);
  /* IE 9 */
  -o-transform: translate3d(-50%, 20px, 0);
  /* Opera */
  transform: translate3d(-50%, 20px, 0);
}
[data-toggle='tooltip'][data-placement="up-left"]:before,
[data-toggle='tooltip'][data-placement="up-left"]:after {
  left: 0;
  bottom: 100%;
  margin-bottom: 0.5rem;
  -webkit-transform: translate3d(0, 20px, 0);
  /* Safari 和 Chrome */
  -moz-transform: translate3d(0, 20px, 0);
  /* Firefox */
  -ms-transform: translate3d(0, 20px, 0);
  /* IE 9 */
  -o-transform: translate3d(0, 20px, 0);
  /* Opera */
  transform: translate3d(0, 20px, 0);
}
[data-toggle='tooltip'][data-placement="up-right"]:before,
[data-toggle='tooltip'][data-placement="up-right"]:after {
  right: 0px;
  bottom: 100%;
  margin-bottom: 0.5rem;
  -webkit-transform: translate3d(0, 20px, 0);
  /* Safari 和 Chrome */
  -moz-transform: translate3d(0, 20px, 0);
  /* Firefox */
  -ms-transform: translate3d(0, 20px, 0);
  /* IE 9 */
  -o-transform: translate3d(0, 20px, 0);
  /* Opera */
  transform: translate3d(0, 20px, 0);
}
[data-toggle='tooltip'][data-placement="up-center"]:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  /* Safari 和 Chrome */
  -moz-transform: translate3d(0, -50%, 0);
  /* Firefox */
  -ms-transform: translate3d(0, -50%, 0);
  /* IE 9 */
  -o-transform: translate3d(0, -50%, 0);
  /* Opera */
  transform: translate3d(0, -50%, 0);
  border-left: 0.25rem solid transparent;
  border-right: 0.25rem solid transparent;
  border-top: 0.25rem solid rgba(17, 17, 17, 0.9);
  margin-bottom: 0.27rem;
}
[data-toggle='tooltip'][data-placement="up-left"]:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  /* Safari 和 Chrome */
  -moz-transform: translate3d(0, -50%, 0);
  /* Firefox */
  -ms-transform: translate3d(0, -50%, 0);
  /* IE 9 */
  -o-transform: translate3d(0, -50%, 0);
  /* Opera */
  transform: translate3d(0, -50%, 0);
  border-left: 0.25rem solid transparent;
  border-right: 0.25rem solid transparent;
  border-top: 0.25rem solid rgba(17, 17, 17, 0.9);
  margin-bottom: 0.27rem;
  left: 0.4rem;
}
[data-toggle='tooltip'][data-placement="up-right"]:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  /* Safari 和 Chrome */
  -moz-transform: translate3d(0, -50%, 0);
  /* Firefox */
  -ms-transform: translate3d(0, -50%, 0);
  /* IE 9 */
  -o-transform: translate3d(0, -50%, 0);
  /* Opera */
  transform: translate3d(0, -50%, 0);
  border-left: 0.25rem solid transparent;
  border-right: 0.25rem solid transparent;
  border-top: 0.25rem solid rgba(17, 17, 17, 0.9);
  margin-bottom: 0.27rem;
  right: 0.5rem;
}
[data-toggle='tooltip'][data-placement='up-center']:hover:before,
[data-toggle='tooltip'][data-placement='up-center']:hover:after {
  -webkit-transform: translate3d(-50%, 0, 0);
  /* Safari 和 Chrome */
  -moz-transform: translate3d(-50%, 0, 0);
  /* Firefox */
  -ms-transform: translate3d(-50%, 0, 0);
  /* IE 9 */
  -o-transform: translate3d(-50%, 0, 0);
  /* Opera */
  transform: translate3d(-50%, 0, 0);
}
[data-toggle='tooltip'][data-placement='up-left']:hover:before,
[data-toggle='tooltip'][data-placement='up-left']:hover:after,
[data-toggle='tooltip'][data-placement='up-right']:hover:before,
[data-toggle='tooltip'][data-placement='up-right']:hover:after {
  -webkit-transform: translate3d(0, 0, 0);
  /* Safari 和 Chrome */
  -moz-transform: translate3d(0, 0, 0);
  /* Firefox */
  -ms-transform: translate3d(0, 0, 0);
  /* IE 9 */
  -o-transform: translate3d(0, 0, 0);
  /* Opera */
  transform: translate3d(0, 0, 0);
}
[data-toggle='tooltip'][data-placement="right-center"]:before,
[data-toggle='tooltip'][data-placement="right-center"]:after {
  top: 50%;
  left: 100%;
  margin-left: 0.5rem;
  -webkit-transform: translate3d(-20px, -50%, 0);
  /* Safari 和 Chrome */
  -moz-transform: translate3d(-20px, -50%, 0);
  /* Firefox */
  -ms-transform: translate3d(-20px, -50%, 0);
  /* IE 9 */
  -o-transform: translate3d(-20px, -50%, 0);
  /* Opera */
  transform: translate3d(-20px, -50%, 0);
}
[data-toggle='tooltip'][data-placement="right-up"]:before,
[data-toggle='tooltip'][data-placement="right-up"]:after {
  top: 0;
  left: 100%;
  margin-left: 0.5rem;
  -webkit-transform: translate3d(-20px, 0, 0);
  /* Safari 和 Chrome */
  -moz-transform: translate3d(-20px, 0, 0);
  /* Firefox */
  -ms-transform: translate3d(-20px, 0, 0);
  /* IE 9 */
  -o-transform: translate3d(-20px, 0, 0);
  /* Opera */
  transform: translate3d(-20px, 0, 0);
}
[data-toggle='tooltip'][data-placement="right-down"]:before,
[data-toggle='tooltip'][data-placement="right-down"]:after {
  bottom: 0;
  left: 100%;
  margin-left: 0.5rem;
  -webkit-transform: translate3d(-20px, 0, 0);
  /* Safari 和 Chrome */
  -moz-transform: translate3d(-20px, 0, 0);
  /* Firefox */
  -ms-transform: translate3d(-20px, 0, 0);
  /* IE 9 */
  -o-transform: translate3d(-20px, 0, 0);
  /* Opera */
  transform: translate3d(-20px, 0, 0);
}
[data-toggle='tooltip'][data-placement="right-center"]:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  /* Safari 和 Chrome */
  -moz-transform: translate3d(0, -50%, 0);
  /* Firefox */
  -ms-transform: translate3d(0, -50%, 0);
  /* IE 9 */
  -o-transform: translate3d(0, -50%, 0);
  /* Opera */
  transform: translate3d(0, -50%, 0);
  border-top: 0.25rem solid transparent;
  border-bottom: 0.25rem solid transparent;
  border-right: 0.25rem solid rgba(17, 17, 17, 0.9);
  margin-left: 0.27rem;
}
[data-toggle='tooltip'][data-placement="right-up"]:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  /* Safari 和 Chrome */
  -moz-transform: translate3d(0, -50%, 0);
  /* Firefox */
  -ms-transform: translate3d(0, -50%, 0);
  /* IE 9 */
  -o-transform: translate3d(0, -50%, 0);
  /* Opera */
  transform: translate3d(0, -50%, 0);
  border-top: 0.25rem solid transparent;
  border-bottom: 0.25rem solid transparent;
  border-right: 0.25rem solid rgba(17, 17, 17, 0.9);
  margin-left: 0.27rem;
  top: 0.4rem;
}
[data-toggle='tooltip'][data-placement="right-down"]:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  /* Safari 和 Chrome */
  -moz-transform: translate3d(0, -50%, 0);
  /* Firefox */
  -ms-transform: translate3d(0, -50%, 0);
  /* IE 9 */
  -o-transform: translate3d(0, -50%, 0);
  /* Opera */
  transform: translate3d(0, -50%, 0);
  border-top: 0.25rem solid transparent;
  border-bottom: 0.25rem solid transparent;
  border-right: 0.25rem solid rgba(17, 17, 17, 0.9);
  margin-left: 0.27rem;
  bottom: 0.4rem;
}
[data-toggle='tooltip'][data-placement='right-center']:hover:before,
[data-toggle='tooltip'][data-placement='right-center']:hover:after {
  -webkit-transform: translate3d(0, -50%, 0);
  /* Safari 和 Chrome */
  -moz-transform: translate3d(0, -50%, 0);
  /* Firefox */
  -ms-transform: translate3d(0, -50%, 0);
  /* IE 9 */
  -o-transform: translate3d(0, -50%, 0);
  /* Opera */
  transform: translate3d(0, -50%, 0);
}
[data-toggle='tooltip'][data-placement='right-up']:hover:before,
[data-toggle='tooltip'][data-placement='right-up']:hover:after,
[data-toggle='tooltip'][data-placement='right-down']:hover:before,
[data-toggle='tooltip'][data-placement='right-down']:hover:after {
  -webkit-transform: translate3d(0, 0, 0);
  /* Safari 和 Chrome */
  -moz-transform: translate3d(0, 0, 0);
  /* Firefox */
  -ms-transform: translate3d(0, 0, 0);
  /* IE 9 */
  -o-transform: translate3d(0, 0, 0);
  /* Opera */
  transform: translate3d(0, 0, 0);
}
[data-toggle='tooltip'][data-placement="left-center"]:before,
[data-toggle='tooltip'][data-placement="left-center"]:after {
  top: 50%;
  right: 100%;
  margin-right: 0.5rem;
  -webkit-transform: translate3d(20px, -50%, 0);
  /* Safari 和 Chrome */
  -moz-transform: translate3d(20px, -50%, 0);
  /* Firefox */
  -ms-transform: translate3d(20px, -50%, 0);
  /* IE 9 */
  -o-transform: translate3d(20px, -50%, 0);
  /* Opera */
  transform: translate3d(20px, -50%, 0);
}
[data-toggle='tooltip'][data-placement="left-up"]:before,
[data-toggle='tooltip'][data-placement="left-up"]:after {
  top: 0;
  right: 100%;
  margin-right: 0.5rem;
  -webkit-transform: translate3d(20px, 0, 0);
  /* Safari 和 Chrome */
  -moz-transform: translate3d(20px, 0, 0);
  /* Firefox */
  -ms-transform: translate3d(20px, 0, 0);
  /* IE 9 */
  -o-transform: translate3d(20px, 0, 0);
  /* Opera */
  transform: translate3d(20px, 0, 0);
}
[data-toggle='tooltip'][data-placement="left-down"]:before,
[data-toggle='tooltip'][data-placement="left-down"]:after {
  bottom: 0;
  right: 100%;
  margin-right: 0.5rem;
  -webkit-transform: translate3d(20px, 0, 0);
  /* Safari 和 Chrome */
  -moz-transform: translate3d(20px, 0, 0);
  /* Firefox */
  -ms-transform: translate3d(20px, 0, 0);
  /* IE 9 */
  -o-transform: translate3d(20px, 0, 0);
  /* Opera */
  transform: translate3d(20px, 0, 0);
}
[data-toggle='tooltip'][data-placement="left-center"]:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  /* Safari 和 Chrome */
  -moz-transform: translate3d(0, -50%, 0);
  /* Firefox */
  -ms-transform: translate3d(0, -50%, 0);
  /* IE 9 */
  -o-transform: translate3d(0, -50%, 0);
  /* Opera */
  transform: translate3d(0, -50%, 0);
  border-top: 0.25rem solid transparent;
  border-bottom: 0.25rem solid transparent;
  border-left: 0.25rem solid rgba(17, 17, 17, 0.9);
  margin-right: 0.28rem;
}
[data-toggle='tooltip'][data-placement="left-up"]:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  /* Safari 和 Chrome */
  -moz-transform: translate3d(0, -50%, 0);
  /* Firefox */
  -ms-transform: translate3d(0, -50%, 0);
  /* IE 9 */
  -o-transform: translate3d(0, -50%, 0);
  /* Opera */
  transform: translate3d(0, -50%, 0);
  border-top: 0.25rem solid transparent;
  border-bottom: 0.25rem solid transparent;
  border-left: 0.25rem solid rgba(17, 17, 17, 0.9);
  margin-right: 0.28rem;
  top: 0.4rem;
}
[data-toggle='tooltip'][data-placement="left-down"]:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  /* Safari 和 Chrome */
  -moz-transform: translate3d(0, -50%, 0);
  /* Firefox */
  -ms-transform: translate3d(0, -50%, 0);
  /* IE 9 */
  -o-transform: translate3d(0, -50%, 0);
  /* Opera */
  transform: translate3d(0, -50%, 0);
  border-top: 0.25rem solid transparent;
  border-bottom: 0.25rem solid transparent;
  border-left: 0.25rem solid rgba(17, 17, 17, 0.9);
  margin-right: 0.28rem;
  bottom: 0.4rem;
}
[data-toggle='tooltip'][data-placement='left-center']:hover:before,
[data-toggle='tooltip'][data-placement='left-center']:hover:after {
  -webkit-transform: translate3d(0, -50%, 0);
  /* Safari 和 Chrome */
  -moz-transform: translate3d(0, -50%, 0);
  /* Firefox */
  -ms-transform: translate3d(0, -50%, 0);
  /* IE 9 */
  -o-transform: translate3d(0, -50%, 0);
  /* Opera */
  transform: translate3d(0, -50%, 0);
}
[data-toggle='tooltip'][data-placement='left-up']:hover:before,
[data-toggle='tooltip'][data-placement='left-up']:hover:after,
[data-toggle='tooltip'][data-placement='left-down']:hover:before,
[data-toggle='tooltip'][data-placement='left-down']:hover:after {
  -webkit-transform: translate3d(0, 0, 0);
  /* Safari 和 Chrome */
  -moz-transform: translate3d(0, 0, 0);
  /* Firefox */
  -ms-transform: translate3d(0, 0, 0);
  /* IE 9 */
  -o-transform: translate3d(0, 0, 0);
  /* Opera */
  transform: translate3d(0, 0, 0);
}
[data-toggle='tooltip'][data-tooltip-length='small']:before {
  white-space: normal;
  width: 4rem;
}
[data-toggle='tooltip'][data-tooltip-length='medium']:before {
  white-space: normal;
  width: 7.5rem;
}
[data-toggle='tooltip'][data-tooltip-length='large']:before {
  white-space: normal;
  width: 13rem;
}
[data-toggle='tooltip'][data-tooltip-length='xlarge']:before {
  white-space: normal;
  width: 19rem;
}
.choose_date {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 100%;
  width: 16rem;
  /*垂直居中*/
  /*老版本语法*/
  -webkit-box-align: center;
  -moz-box-align: center;
  /*混合版本语法*/
  -ms-flex-align: center;
  /*新版本语法*/
  -webkit-align-items: center;
  align-items: center;
}
.choose_date a {
  margin-right: 0.5rem;
  font-size: 0.7rem;
  padding: 0.3rem 0.2rem;
  border-radius: 0.15rem;
  white-space: nowrap;
}
.choose_date a:hover {
  background: #f6f6f6;
}
.choose_date a.selected {
  background: #3C6385;
  color: #fff;
}
.choose_date a:active {
  background: #3C6385;
  color: #fff;
}
.choose_date a:last-of-type {
  margin-right: 0.5rem;
}
.erp_date_picker .ivu-icon-ios-close {
  cursor: pointer;
}
.erp_date_picker .ivu-icon-ios-close:hover {
  color: rgba(242, 39, 39, 0.5);
}
.erp_date_picker .ivu-icon-ios-close:active {
  color: #F22727;
}
.erp_date_picker input {
  background: #f6f6f6;
  border: 0;
  font-size: 0.7rem;
  border-radius: 1.65rem;
  width: 11rem;
  padding-left: 0.6rem;
  cursor: pointer;
}
.erp_date_picker input:hover {
  background: #f1f1f1;
}
.erp_date_picker input:focus {
  border-color: transparent !important;
  box-shadow: none !important;
  background: #f1f1f1;
}
#bjui-navtab .tabsPageHeader {
  position: relative;
  margin-top: 10px;
  width: 100%;
  height: 27px;
  border-bottom: 1px #c3ced5 solid;
}
#bjui-navtab .tabsPageHeader .tabsPageHeaderContent {
  position: absolute;
  height: 26px;
  overflow: auto hidden;
  left: 55px;
  right: 140px;
}
#bjui-navtab .tabsPageHeader .tabsPageHeaderContent::-webkit-scrollbar {
  height: 0;
}
#bjui-navtab .tabsPageHeader .tabsPageHeaderContent .nav {
  position: absolute;
  height: 26px;
  display: flex;
}
#bjui-navtab .tabsPageHeader .tabsPageHeaderContent .nav li {
  position: relative;
  height: 100%;
  flex: 1 0 auto;
  margin-left: 2px;
}
#bjui-navtab .tabsPageHeader .tabsPageHeaderContent .nav li a {
  height: 100%;
  display: flex;
  margin-right: 0;
  border-radius: 2px 2px 0 0;
  align-items: center;
  border-color: #ddd;
  padding: 0 17px 0 10px;
  background: #fff;
  border-bottom: 0;
}
#bjui-navtab .tabsPageHeader .tabsPageHeaderContent .nav li a > span {
  font-size: 12px;
}
#bjui-navtab .tabsPageHeader .tabsPageHeaderContent .nav li .close {
  position: absolute;
  right: 4px;
  border-radius: 50%;
  font-weight: normal;
  background: transparent;
  bottom: 5px;
  font-size: 20px;
}
#bjui-navtab .tabsPageHeader .tabsPageHeaderContent .nav li:first-child {
  margin-left: 0;
  padding: 0;
}
#bjui-navtab .tabsPageHeader .tabsPageHeaderContent .nav li:first-child a {
  padding-right: 10px;
}
#bjui-navtab .tabsPageHeader .tabsPageHeaderContent .nav li.active a {
  color: #fff;
  border-color: #42b983;
  background: #42b983;
}
#bjui-navtab .tabsPageHeader .tabsPageHeaderContent .nav li.active .close {
  color: #fff;
}
#bjui-navtab .tabsPageHeader .tabsPageHeaderContent .nav li.active .close:hover {
  color: red;
}
#bjui-navtab .tabsPageHeader .tabsRight,
#bjui-navtab .tabsPageHeader .tabsLeft {
  cursor: pointer;
  background: #ddd;
  border-radius: 2px;
  line-height: 25px;
  padding: 0 2px;
  margin-top: 1px;
}
#bjui-navtab .tabsPageHeader .tabsRight i,
#bjui-navtab .tabsPageHeader .tabsLeft i {
  font-size: 16px;
}
#bjui-navtab .tabsPageHeader .tabsRight.tabsRightDisabled,
#bjui-navtab .tabsPageHeader .tabsLeft.tabsRightDisabled {
  cursor: default;
}
#bjui-navtab .tabsPageHeader .tabsRight:focus,
#bjui-navtab .tabsPageHeader .tabsLeft:focus {
  background: #d8d8d8;
}
#bjui-navtab .tabsPageHeader .tabsLeft {
  float: left;
  margin-left: 40px;
}
#bjui-navtab .tabsPageHeader .tabsRight {
  float: right;
  margin-right: 124px;
}
#bjui-navtab .tabsMoreList {
  display: none;
}
#bjui-navtab .tabsPageContent {
  position: relative;
  display: block;
  overflow: hidden auto;
}
#bjui-navtab .tabsPageContent .navtabPage {
  height: 100%;
  overflow: hidden;
}
#bjui-navtab .tabsPageContent .navtabPage iframe {
  height: auto!important;
  min-height: calc(100vh - 2.2rem) !important;
  max-height: calc(100vh - 1rem) !important;
}
.columns-right.pull-right {
  margin-top: 0;
}
.columns-right.pull-right + .bars {
  margin: 0;
}
.fixed-table-toolbar .input-group-addon {
  background-color: initial;
  border: 0;
  padding: 0;
}
.fixed-table-toolbar .form-control {
  border-bottom-left-radius: 4px!important;
  border-top-left-radius: 4px!important;
}
.fixed-table-toolbar .select2-container--open .select2-selection,
.fixed-table-toolbar .form-control:focus {
  border-color: #01B702;
  box-shadow: none;
}
.fixed-table-toolbar button[type=submit],
.fixed-table-toolbar .btn-primary {
  background-color: #01B702;
  border-color: #01B702;
}
.fixed-table-toolbar button[type=submit]:hover,
.fixed-table-toolbar .btn-primary:hover {
  background-color: #01c102;
  border-color: #01c102;
}
.fixed-table-toolbar button[type=submit]:focus,
.fixed-table-toolbar .btn-primary:focus {
  background-color: #01ad02;
  border-color: #01ad02;
}
.content.fluid .form-inline,
.modal-body .form-inline,
#sellOrder.form-inline {
  position: relative;
  height: 40px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  margin: 0;
}
.content.fluid .form-inline .select2,
.modal-body .form-inline .select2,
#sellOrder.form-inline .select2 {
  min-width: 80px;
}
.content.fluid .form-inline .btn.pull-right,
.modal-body .form-inline .btn.pull-right,
#sellOrder.form-inline .btn.pull-right {
  margin-top: 5px;
}
.content.fluid .form-inline .pull-right,
.modal-body .form-inline .pull-right,
#sellOrder.form-inline .pull-right {
  flex: 0;
  text-align: right;
}
.content.fluid .form-inline .input-group label,
.modal-body .form-inline .input-group label,
#sellOrder.form-inline .input-group label {
  line-height: 30px;
  padding: 0 3px;
}
.content.fluid .form-inline div:not(.pull-right) button,
.modal-body .form-inline div:not(.pull-right) button,
#sellOrder.form-inline div:not(.pull-right) button {
  height: 30px;
  margin-top: 5px;
  margin-left: 3px;
}
.content.fluid .form-inline > div:first-child:not(.input-group),
.modal-body .form-inline > div:first-child:not(.input-group),
#sellOrder.form-inline > div:first-child:not(.input-group) {
  display: flex;
}
.content.fluid .form-inline > div:first-child:not(.input-group) > div,
.modal-body .form-inline > div:first-child:not(.input-group) > div,
#sellOrder.form-inline > div:first-child:not(.input-group) > div {
  display: flex;
  flex-wrap: wrap;
}
.content.fluid .form-inline > div:first-child > .more,
.modal-body .form-inline > div:first-child > .more,
#sellOrder.form-inline > div:first-child > .more,
.content.fluid .form-inline > div:first-child > .pack,
.modal-body .form-inline > div:first-child > .pack,
#sellOrder.form-inline > div:first-child > .pack {
  background: transparent;
  color: #00f;
  width: 20px;
  min-width: 20px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid #00f;
  font-size: 20px;
  overflow: hidden;
}
.content.fluid .form-inline > div:first-child > .more.pack,
.modal-body .form-inline > div:first-child > .more.pack,
#sellOrder.form-inline > div:first-child > .more.pack,
.content.fluid .form-inline > div:first-child > .pack.pack,
.modal-body .form-inline > div:first-child > .pack.pack,
#sellOrder.form-inline > div:first-child > .pack.pack {
  display: none;
}
.content.fluid .form-inline > div:first-child > .more:hover,
.modal-body .form-inline > div:first-child > .more:hover,
#sellOrder.form-inline > div:first-child > .more:hover,
.content.fluid .form-inline > div:first-child > .pack:hover,
.modal-body .form-inline > div:first-child > .pack:hover,
#sellOrder.form-inline > div:first-child > .pack:hover {
  color: #00c;
}
.content.fluid .form-inline > div:first-child > .more:active,
.modal-body .form-inline > div:first-child > .more:active,
#sellOrder.form-inline > div:first-child > .more:active,
.content.fluid .form-inline > div:first-child > .pack:active,
.modal-body .form-inline > div:first-child > .pack:active,
#sellOrder.form-inline > div:first-child > .pack:active {
  box-shadow: none;
}
/*
 * flex.less
 * v1.2.0 MIT License
 * http://www.Yuzi.me
 * Copyright (c) 2016.7.8 Yuzi, Inc.
 * 
*/
.display {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.box_orient {
  /* UC 浏览器 使用flex-direction: column;的时候需要加上*/
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
}
.align_items_center {
  /*垂直居中*/
  /*老版本语法*/
  -webkit-box-align: center;
  -moz-box-align: center;
  /*混合版本语法*/
  -ms-flex-align: center;
  /*新版本语法*/
  -webkit-align-items: center;
  align-items: center;
}
.justify_content_center {
  /*水平居中*/
  /*老版本语法*/
  -webkit-box-pack: center;
  -moz-box-pack: center;
  /*混合版本语法*/
  -ms-flex-pack: center;
  /*新版本语法*/
  -webkit-justify-content: center;
  justify-content: center;
}
.justify_content_space_between {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex_flow {
  flex-flow: wrap;
  -ms-flex-flow: wrap;
}
.word_wrap {
  word-wrap: break-word;
  word-break: break-all;
}
.text_overflow {
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
/*
 * border.less
 * v1.2.0 MIT License
 * http://www.Yuzi.me
 * Copyright (c) 2017.6.8 Yuzi, Inc.
 *
*/
.erp_login {
  width: 20rem;
  margin: 0 auto;
  padding: 8rem 0;
}
.erp_login h1 {
  padding-bottom: 1rem;
  font-size: 1rem;
  font-weight: normal;
  color: #666666;
}
.erp_login p {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*水平居中*/
  /*老版本语法*/
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  /*混合版本语法*/
  -ms-flex-pack: flex-end;
  /*新版本语法*/
  -webkit-justify-content: flex-flex-end;
  justify-content: flex-end;
  padding-top: 1rem;
}
.erp_login a:hover {
  color: #3C6385;
}
.erp_logo {
  width: 14rem;
  margin: 0 auto 4rem;
  display: block;
}
.erp_logo img {
  width: 100%;
}
.erp_input {
  width: 100%;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 0.8rem;
  font-size: 0.9rem;
  border-radius: 0.3rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0.5rem 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.erp_input:focus {
  border: 1px solid #1AACEB;
  box-shadow: 0 0 0.5rem rgba(26, 172, 235, 0.4);
}
.erp_submit {
  width: 100%;
  height: 2.5rem;
  text-align: center;
  font-size: 1.2rem;
  margin-top: 1rem;
  border-radius: 0.3rem;
  border: none;
  color: white;
  background: #3C6385;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.erp_submit:hover {
  background: rgba(60, 99, 133, 0.9);
}
.erp_submit:active {
  background: #3C6385;
}
.erp_submit:disabled {
  background: rgba(153, 153, 153, 0.2);
  color: rgba(153, 153, 153, 0.5);
  cursor: no-drop;
}
.erp_tips {
  color: #F22727;
}
.erp_copy {
  padding-top: 3rem;
  text-align: center;
  color: #999;
}
/******************************************************************************/
.erp_myTest {
  color: red;
  font-size: 30px;
}
.erp_myTest button {
  cursor: pointer;
}
.erp_modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  visibility: hidden;
}
.erp_modal.modal_show {
  transform: translateZ(0);
  animation: show 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0.05s forwards;
  -webkit-animation: show 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0.05s forwards;
  -o-animation: show 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0.05s forwards;
}
.erp_modal.modal_show .erp_modal_mask {
  transform: translateZ(0);
  animation: fadein 1s cubic-bezier(0.25, 0.8, 0.25, 1) 0.05s forwards;
  -webkit-animation: fadein 1s cubic-bezier(0.25, 0.8, 0.25, 1) 0.05s forwards;
  -o-animation: fadein 1s cubic-bezier(0.25, 0.8, 0.25, 1) 0.05s forwards;
}
.erp_modal.modal_show .erp_modal_content {
  transform: translateZ(0);
  animation: fadeinright 1.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0.05s forwards;
  -webkit-animation: fadeinright 1.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0.05s forwards;
  -o-animation: fadeinright 1.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0.05s forwards;
}
.erp_modal.modal_hidden {
  transform: translateZ(0);
  animation: show 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0.05s forwards;
  -webkit-animation: show 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0.05s forwards;
  -o-animation: show 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0.05s forwards;
}
.erp_modal.modal_hidden .erp_modal_mask {
  transform: translateZ(0);
  animation: fadeout 1s cubic-bezier(0.25, 0.8, 0.25, 1) 0.05s forwards;
  -webkit-animation: fadeout 1s cubic-bezier(0.25, 0.8, 0.25, 1) 0.05s forwards;
  -o-animation: fadeout 1s cubic-bezier(0.25, 0.8, 0.25, 1) 0.05s forwards;
}
.erp_modal.modal_hidden .erp_modal_content {
  transform: translateZ(0);
  animation: fadeoutright 1s cubic-bezier(0.25, 0.8, 0.25, 1) 0.05s forwards;
  -webkit-animation: fadeoutright 1s cubic-bezier(0.25, 0.8, 0.25, 1) 0.05s forwards;
  -o-animation: fadeoutright 1s cubic-bezier(0.25, 0.8, 0.25, 1) 0.05s forwards;
}
.erp_modal_mask {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.erp_modal_content {
  position: absolute;
  right: 0;
  height: 100%;
  width: 64rem;
  background: #fff;
}
.erp_modal_header {
  padding-left: 1rem;
  height: 2.55rem;
  width: 100%;
  color: #444;
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  position: absolute;
  z-index: 2;
  background: #fff;
}
.erp_modal_header div {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  line-height: 2.5rem;
}
.erp_modal_header div h5 {
  font-size: 0.8rem;
  font-weight: bold;
  margin-right: 1.5rem;
  line-height: 2.5rem;
}
.erp_modal_header div p {
  margin-right: 1.5rem;
  font-size: 0.6rem;
}
.erp_modal_header div p span.price {
  color: blue;
}
.erp_modal_header div p span.quantity {
  color: #3C6385;
}
.erp_modal_header button {
  font-size: 0.7rem;
  color: #999;
  padding: 0 1rem;
  line-height: 2.5rem;
  background: #fff;
  border: 0;
}
.erp_modal_header button:hover {
  color: #3C6385;
}
.erp_modal_left_container {
  width: 78.125%;
  position: absolute;
  top: 2.55rem;
  bottom: 0;
  overflow: hidden;
  box-shadow: 0.2rem 0 0.5rem rgba(0, 0, 0, 0.05);
  z-index: 1;
  border-right: 1px solid #ddd;
}
.erp_modal_left_container form {
  height: 100%;
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /* UC 浏览器 使用flex-direction: column;的时候需要加上*/
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.erp_modal_left_container form.erp_returned_sales_add_form .erp_modal_left_header .erp_date_picker {
  margin-right: 0.5rem;
}
.erp_modal_left_container form.erp_returned_sales_add_form .erp_modal_left_header .person_charge_input {
  width: 100%;
  padding: 0 0.5rem;
  border-radius: 1rem;
  border: 0;
  color: #444;
  font-size: 0.7rem;
  height: 1.6rem;
  line-height: 1.6rem;
  background: #f6f6f6;
  cursor: pointer;
}
.erp_modal_left_container form.erp_returned_sales_add_form .erp_modal_left_header .person_charge_input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #bbb;
}
.erp_modal_left_container form.erp_returned_sales_add_form .erp_modal_left_header .person_charge_input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bbb;
}
.erp_modal_left_container form.erp_returned_sales_add_form .erp_modal_left_header .person_charge_input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bbb;
}
.erp_modal_left_container form.erp_returned_sales_add_form .erp_modal_left_header .person_charge_input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bbb;
}
.erp_modal_left_header {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*垂直居中*/
  /*老版本语法*/
  -webkit-box-align: center;
  -moz-box-align: center;
  /*混合版本语法*/
  -ms-flex-align: center;
  /*新版本语法*/
  -webkit-align-items: center;
  align-items: center;
  padding: 0 1rem;
  height: 2.5rem;
}
.erp_modal_left_header .ivu-select-dropdown {
  position: absolute !important;
}
.erp_modal_left_header > span {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #999999;
  font-size: 0.7rem;
  margin-right: 0.5rem;
}
.erp_modal_left_header .ivu-select {
  width: 100%;
  margin-right: 0.5rem;
}
.erp_modal_left_body {
  width: 100%;
  height: 100%;
  margin-bottom: -1px;
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /* UC 浏览器 使用flex-direction: column;的时候需要加上*/
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.erp_modal_left_body input {
  background: #fff7ee;
}
.erp_modal_left_body .erp_order_add_table {
  flex-wrap: wrap;
  position: relative;
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*table {
        border-spacing: 0;
        width: 100%;
        cursor: default !important;
        &.erp_returned_sales_edit_table {
          thead {
            tr {
              th {
                &:nth-of-type(8) {
                  div {
                    text-align: left;
                  }
                }
              }
            }
          }
          tbody {
            tr {
              td {
                &:nth-of-type(8) {
                  width: auto;
                  text-align: left;
                }
              }
            }
          }
        }*/
  /*&.erp_returned_sales_table{
          thead{
            th{
              &:nth-of-type(3){
                div{
                  width: 3.6rem;
                }
              }
              &:nth-of-type(4){
                div{
                  width: 2.75rem;
                }
              }
              &:nth-of-type(5){
                div{
                  width: 2.45rem;
                }
              }
              &:nth-of-type(6){
                div{
                  width: 3.7rem;
                }
              }
              &:nth-of-type(7){
                div{
                  width: 2.45rem;
                }
              }
              &:nth-of-type(8){
                div{
                  width: auto;
                }
              }
            }
          }
          tbody{
            tr{
              td{
                &:first-child{
                  width: 2.45rem;
                }
                &:nth-of-type(2){
                  width: auto;
                }
                &:nth-of-type(3){
                  width: 3.6rem;
                }
                &:nth-of-type(4){
                  width:2.75rem;
                }
                &:nth-of-type(5){
                  width: 2.45rem;
                }
                &:nth-of-type(6){
                  width: 3.7rem;
                }
                &:nth-of-type(7){
                  width: 2.45rem;
                }
                &:nth-of-type(8){
                  width: auto;
                }
              }
            }
          }
        }
        th,td{
          border-bottom: 1px solid #ddd;
          color: #000;
          padding: 0.5rem;
        }
        thead{
          th{
            height: 0;
            line-height: 0;
            padding-top: 0;
            padding-bottom: 0;
            color: transparent;
            border: none;
            white-space: nowrap;
            &:first-child{
              div{
                width: 100%;
                padding-left: .6rem;
                box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.1);
              }
            }
            &:nth-child(3){
              div{
                width: 3.6rem;
                text-align: center;
              }
            }
            &:nth-child(4){
              div{
                width: 2.75rem;
                text-align: center;
              }
            }
            &:nth-child(5){
              div{
                width: 2.95rem;
                text-align: center;
              }
            }
            &:nth-child(6){
              div{
                width: 3.6rem;
                text-align: center;
              }
            }
            &:nth-child(7){
              div{
                width: 3.6rem;
                text-align: center;
              }
            }
            &:nth-child(8){
              div{
                width: 2.95rem;
                text-align: center;
              }
            }
            &:nth-child(9){
            }
            &:nth-child(10){
              div{
                width: 4.85rem;
                text-align: center;
              }
            }
            div{
              position: absolute;
              background: #fff;
              display: table-cell;
              height: 2rem;
              line-height: 2rem;
              color: #444;
              font-size: .6rem;
              font-weight: bold;
              padding: 0 0.5rem;
              top: 0;
              margin-left: -0.5rem;
              border-left: 1px solid #ddd;
              border-top: 1px solid @border;
            }
          }
        }
        tbody{
           tr{
             &:hover{
               background: #f6f6f6;
               //cursor: pointer;
               td:first-child>button{
                 display: block;
               }
             }
             &:only-child .insert-row{
               width: 100%;
             }
             &:only-child .remove-row{
               display: none;
             }
             td{
               .word_wrap;
               font-size: .7rem;
               height: 2rem;
               &:hover{
                 cursor: pointer;
               }
               & + td{
                 border-left: 1px solid #ddd;

               }
               &.no-edit:hover{
                 cursor:not-allowed;
                 background-color: rgba(247, 247, 247, 0.7);
               }
               &:focus{
                 outline: none;
               }
               &:focus:not(.no-edit) {
                 background: #fff7ee;
               }
               &:nth-child(2), &:nth-child(4){
                 color: @brand_primary;
               }
               &:first-child{
                 width: 2.4rem;
                 text-align: center;
                 position: relative;
                 button{
                   display: none;
                   position: absolute;
                   top: 0;
                   left:0;
                   font-size: .5rem;
                   width: 50%;
                   height: 100%;
                   padding: .7rem .325rem;
                   border-radius: 0;
                   background: #eee;
                   border: 0;
                   color: @brand_default;
                   border-right: 1px solid #fff;
                   &:hover{
                     background: @brand_primary;
                     color: #fff;
                   }
                   //+
                   &.plus{
                     left: inherit;
                     right:0;
                     border-right: 0;
                   }
                 }
               }
               &:nth-child(2){
                 width: 8.35rem;
                 text-align: left;
               }
               &:nth-child(3){
                 width: 3.6rem;
                 text-align: center;
               }
               &:nth-child(4){
                 width: 2.75rem;
                 text-align: center;
               }
               &:nth-child(5){
                 width: 2.95rem;
                 text-align: center;
                 color: @brand_default;
               }
               &:nth-child(6){
                 width: 3.6rem;
                 text-align: center;
                 //color: #F22727;
               }
               &:nth-child(7){
                 width: 3.6rem;
                 text-align: center;
                 //color: #F22727;
               }
               &:nth-child(8){
                 width: 2.95rem;
                 text-align: center;
               }
               &:nth-child(9){
                 //width: 5rem;
                 //text-align: center;
               }
               &:nth-child(10){
                 width: 4.85rem;
                 text-align: center;
               }
             }
           }
         }
      }*/
}
.erp_modal_left_body .erp_order_add_table_container {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.erp_modal_left_body .shortcut_reminder {
  font-size: 0.6rem;
  color: #f2894c;
  text-align: center;
  margin-top: 1rem;
}
.erp_modal_left_body .shortcut_reminder:hover b {
  visibility: visible;
}
.erp_modal_left_body .shortcut_reminder i {
  font-size: 1rem;
  position: relative;
  top: 0.2rem;
  margin-right: 0.5rem;
}
.erp_modal_left_body .shortcut_reminder b {
  color: #bbb;
  position: relative;
  top: 1px;
  cursor: pointer;
  visibility: hidden;
}
.erp_modal_left_body .shortcut_reminder span {
  margin-right: 1.5rem;
}
.erp_modal_left_body .shortcut_reminder span:last-of-type {
  margin-right: 0.5rem;
}
.erp_modal_left_footer {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /* UC 浏览器 使用flex-direction: column;的时候需要加上*/
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.erp_modal_left_footer .ivu-poptip-popper {
  position: absolute !important;
}
.erp_modal_left_footer .order_remarks {
  margin: 0.95rem 1rem 0;
  height: 2.5rem;
  border-radius: 0.3rem;
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*垂直居中*/
  /*老版本语法*/
  -webkit-box-align: center;
  -moz-box-align: center;
  /*混合版本语法*/
  -ms-flex-align: center;
  /*新版本语法*/
  -webkit-align-items: center;
  align-items: center;
  font-size: 0.7rem;
  background: #f6f6f6;
}
.erp_modal_left_footer .order_remarks i {
  margin: 0 0.5rem 0 1rem;
  color: #adadad;
}
.erp_modal_left_footer .order_remarks span {
  margin: 0 0.5rem;
  vertical-align: bottom;
  color: #999999;
  margin-top: 0.5rem;
}
.erp_modal_left_footer .order_remarks input {
  border: 0;
  padding: 0.2rem 0;
  background: #f6f6f6;
  width: 100%;
  border-radius: 0;
}
.erp_modal_left_footer .operating_btns {
  padding: 0 1rem;
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 2.55rem;
  border-top: 1px solid #ddd;
  background: #fff;
}
.erp_modal_left_footer .operating_btns.margin_t19 {
  margin-top: 0.95rem;
}
.erp_modal_left_footer .operating_btns > div {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*垂直居中*/
  /*老版本语法*/
  -webkit-box-align: center;
  -moz-box-align: center;
  /*混合版本语法*/
  -ms-flex-align: center;
  /*新版本语法*/
  -webkit-align-items: center;
  align-items: center;
}
.erp_modal_left_footer .operating_btns > div .ivu-btn {
  height: 1.65rem;
  width: 4rem;
  margin-right: 0.5rem;
}
.erp_modal_left_footer .operating_btns > div .ivu-btn:last-of-type {
  margin-right: 0;
}
.erp_modal_left_footer .operating_btns > div > a {
  color: #3C6385;
  margin-left: 1.5rem;
}
.erp_modal_left_footer .operating_btns > div > a.cancel {
  color: #f38f55;
}
.erp_modal_left_footer .operating_btns > div .cancelVerify {
  margin-right: 0.5rem;
}
.erp_modal_left_footer .operating_btns > div .cancelVerify .ivu-poptip-popper {
  width: 13.2rem;
}
.erp_modal_left_footer .operating_btns > div .cancelVerify .ivu-poptip-inner {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.erp_modal_left_footer .operating_btns > div .cancelVerify .ivu-poptip-inner .ivu-poptip-body {
  padding: 0.75rem;
}
.erp_modal_left_footer .operating_btns > div .cancelVerify .ivu-poptip-inner .ivu-poptip-body .ivu-poptip-body-content > div {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  /*水平居中*/
  /*老版本语法*/
  -webkit-box-pack: end;
  -moz-box-pack: end;
  /*混合版本语法*/
  -ms-flex-pack: end;
  /*新版本语法*/
  -webkit-justify-content: flex-end;
  justify-content: end;
}
.erp_modal_left_footer .operating_btns > div .cancelVerify .ivu-poptip-inner .ivu-poptip-body .ivu-poptip-body-content > div input {
  width: 100%;
  padding: 0 0.5rem;
  border-radius: 0.2rem;
  margin-bottom: 0.75rem;
  border: 0;
  color: #444;
  font-size: 0.7rem;
  height: 1.75rem;
  line-height: 1.75rem;
  background: #f6f6f6;
  cursor: pointer;
}
.erp_modal_left_footer .operating_btns > div .cancelVerify .ivu-poptip-inner .ivu-poptip-body .ivu-poptip-body-content > div input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #bbb;
}
.erp_modal_left_footer .operating_btns > div .cancelVerify .ivu-poptip-inner .ivu-poptip-body .ivu-poptip-body-content > div input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bbb;
}
.erp_modal_left_footer .operating_btns > div .cancelVerify .ivu-poptip-inner .ivu-poptip-body .ivu-poptip-body-content > div input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bbb;
}
.erp_modal_left_footer .operating_btns > div .cancelVerify .ivu-poptip-inner .ivu-poptip-body .ivu-poptip-body-content > div input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bbb;
}
.erp_modal_left_footer .operating_btns > div .cancelVerify .ivu-poptip-inner .ivu-poptip-body .ivu-poptip-body-content > div button {
  margin-bottom: 0.1rem;
}
.erp_modal_right_container {
  position: absolute;
  right: 0;
  top: 2.55rem;
  bottom: 0;
  overflow-y: auto;
  padding: 0.95rem 1rem 0;
  width: 21.875%;
  background: #f6f6f6;
}
.erp_order_process_list {
  padding-left: 1rem;
}
.erp_order_process_list li {
  position: relative;
  background: #fff;
  border-radius: 0.3rem;
  margin-bottom: 1.5rem;
}
.erp_order_process_list li:last-of-type .line.bottom {
  border-color: #f6f6f6;
}
.erp_order_process_list li .item_t {
  padding: 0.75rem 0.5rem 0 0.75rem;
  border-bottom: 1px solid #ddd;
}
.erp_order_process_list li .item_t .order_handle_status {
  font-size: 0.7rem;
  margin-bottom: 0.75rem;
}
.erp_order_process_list li .item_t .order_handle_status .order_handle_tit {
  color: #444;
  margin-right: 0.7rem;
  font-size: 0.7rem;
}
.erp_order_process_list li .item_t .order_handle_status .handle_status {
  color: #bbb;
}
.erp_order_process_list li .item_t .order_handle_status .handle_status.error_status {
  color: #eb6c6c;
}
.erp_order_process_list li .item_t .order_handle_status img {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  float: right;
  position: relative;
  top: -0.2rem;
}
.erp_order_process_list li .item_t .client_name {
  margin-bottom: 0.5rem;
  line-height: 0.8rem;
}
.erp_order_process_list li .item_b {
  padding: 0.5rem 0.75rem;
  color: #bbb;
  font-size: 0.6rem;
}
.erp_order_process_list li .item_b i {
  margin-right: 0.2rem;
}
.erp_order_process_list li .circle {
  position: absolute;
  top: 0.1rem;
  left: -1.05rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #1aaceb;
}
.erp_order_process_list li .circle.success_status {
  background: #00a800;
}
.erp_order_process_list li .circle.error_status {
  background: #eb6c6c;
}
.erp_order_process_list li .circle.warning_status {
  background: #ff7e44;
}
.erp_order_process_list li .line {
  position: absolute;
  left: -0.8rem;
  border-left: 1px solid #ddd;
}
.erp_order_process_list li .line.top {
  height: 100%;
  top: 0.65rem;
  z-index: 1;
}
.erp_order_process_list li .line.bottom {
  height: 1.6rem;
  bottom: -1.6rem;
  z-index: 2;
}
.ivu-notice {
  z-index: 10010;
}
.ivu-message {
  z-index: 10010;
}
@media only screen and (min-width: 1441px) {
  .erp_modal_content {
    width: 90%;
  }
}
.autocomplete-suggestions {
  z-index: 10005 !important;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  height: auto !important;
  border: 0 !important;
  margin-top: 1px;
  width: auto !important;
  min-width: 12rem;
  max-width: 24rem;
}
.bjui-alert {
  z-index: 10010;
}
.ivu-notice {
  z-index: 10010;
}
.erp_table_old th.goodsname div .erp-icon-closed {
  display: none;
  z-index: 10;
}
.erp_table_old #goodsbox {
  border: 0;
}
.erp_table_old #goodsbox .form-control {
  height: 40px;
  background: #fff2ed;
  border: 0;
  border-radius: 0;
}
.erp_table_old #goodsbox .select2 {
  width: 100% !important;
  margin-top: -3px;
}
.erp_table_old #goodsbox .select2:focus {
  outline: none !important;
}
.erp_table_old #goodsbox .select2 span {
  outline: none !important;
}
.erp_table_old #goodsbox .select2 .select2-selection--single {
  height: 40px;
  background-color: #fff2ed;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.erp_table_old #goodsbox .select2 .select2-selection--single .select2-selection__rendered {
  padding-top: 8px;
  font-size: 0.6rem;
}
.erp_table_old #goodsbox .select2 .select2-selection--single .select2-selection__arrow {
  display: none;
}
.erp_table_old #goodsbox .select2 .select2-selection--single .select2-selection__arrow b {
  margin-top: 0;
}
.select2-dropdown .select2-results__option:hover {
  background: #f0f0f0;
}
.select2-dropdown .select2-results__option--highlighted {
  background: #f0f0f0;
}
.select2-dropdown {
  max-width: none;
}
.select2-dropdown .select2-results__options .select2-results__option span:nth-of-type(2) {
  min-width: 5rem;
  max-width: 20rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.content-header .plan_container_title .datum-box {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  padding-top: 5px;
}
#catalogTree,
#moveBar,
#goodsCatalogTree {
  flex: 1;
}
.historyQuotePrice {
  right: 0;
  bottom: 0;
  width: auto;
  z-index: 1000;
  padding: 5px;
  background: white;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.historyQuotePrice h3 {
  line-height: 1.2rem;
  left: 10px;
  font-size: 14px;
  font-weight: bold;
}
.historyQuotePrice .historySelect {
  position: absolute;
  top: 15px;
  right: 40px;
  border-radius: 0;
  z-index: 2;
}
.historyQuotePrice .historyPriceList {
  display: table;
  border-collapse: collapse;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.historyQuotePrice .historyPriceList ul {
  display: table-row;
  height: 1.2rem;
  line-height: 1.2rem;
}
.historyQuotePrice .historyPriceList ul li {
  display: table-cell;
  padding: 0 0.5rem;
  white-space: nowrap;
}
.historyQuotePrice .historyPriceList ul li:nth-last-child(2) {
  color: red;
}
.historyQuotePrice .historyPriceList ul:first-child {
  background: rgba(0, 0, 0, 0.04);
}
.historyQuotePrice .historyPriceList ul:first-child li {
  color: #000;
}
.historyQuotePrice .chartbox {
  width: 100%;
  height: 310px;
  margin-left: 20px;
}
.historyQuotePrice .icon-closed {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px;
  font-size: 16px;
  z-index: 100;
  cursor: pointer;
}
.historyQuotePrice .icon-closed:hover {
  color: red;
  opacity: 0.5;
}
.historyQuotePrice .icon-closed:active {
  opacity: 1;
}
#dragheader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30px;
  cursor: move;
  z-index: 1;
}
.order_list {
  overflow-y: hidden;
  padding: 0;
  position: relative;
}
.order_list .ivu-scroll-wrapper {
  padding-top: 2.25rem;
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.order_list .ivu-scroll-wrapper .ivu-scroll-loader-wrapper {
  padding: 0;
}
.order_list .ivu-scroll-wrapper .ivu-scroll-loader-wrapper .ivu-scroll-spinner {
  position: static;
}
.order_list .ivu-table-wrapper th:first-child,
.order_list .ivu-table-wrapper td:first-child {
  width: 4rem;
}
.order_list .ivu-table-wrapper th:nth-child(2),
.order_list .ivu-table-wrapper td:nth-child(2) {
  width: 11rem;
}
.order_list .ivu-table-wrapper th:nth-child(3) .ivu-table-cell,
.order_list .ivu-table-wrapper td:nth-child(3) .ivu-table-cell,
.order_list .ivu-table-wrapper th:nth-child(4) .ivu-table-cell,
.order_list .ivu-table-wrapper td:nth-child(4) .ivu-table-cell {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.order_list .ivu-table-wrapper th:nth-child(5),
.order_list .ivu-table-wrapper td:nth-child(5) {
  width: 9rem;
  padding-right: 0.8rem;
}
.order_list .ivu-table-wrapper td:nth-child(5) .ivu-table-cell {
  color: #F22727;
}
.order_list .ivu-table-wrapper th:nth-child(7),
.order_list .ivu-table-wrapper td:nth-child(7),
.order_list .ivu-table-wrapper th:nth-child(8),
.order_list .ivu-table-wrapper td:nth-child(8) {
  width: 5rem;
}
.order_list .ivu-table-row-hover td {
  cursor: pointer;
}
.order_list_modal .ivu-modal-wrap.vertical-center-modal {
  display: flex;
  align-items: center;
  justify-content: center;
}
.order_list_modal .ivu-modal-wrap.vertical-center-modal .ivu-modal {
  top: auto;
  width: 20.5rem !important;
}
.order_list_modal .ivu-modal-wrap.vertical-center-modal .ivu-modal-header,
.order_list_modal .ivu-modal-wrap.vertical-center-modal .ivu-modal-footer {
  display: none;
}
.order_list_modal .ivu-modal-wrap.vertical-center-modal .ivu-modal-body {
  padding: 2rem;
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  /*垂直居中*/
  /*老版本语法*/
  -webkit-box-align: center;
  -moz-box-align: center;
  /*混合版本语法*/
  -ms-flex-align: center;
  /*新版本语法*/
  -webkit-align-items: center;
  align-items: center;
}
.order_list_modal .ivu-modal-wrap.vertical-center-modal .ivu-modal-body > span {
  font-size: 2.4rem;
  color: #3C6385;
}
.order_list_modal .ivu-modal-wrap.vertical-center-modal .ivu-modal-body > p {
  font-size: 0.9rem;
}
.order_list_modal .ivu-modal-wrap.vertical-center-modal .ivu-modal-body > div:nth-child(3) {
  color: #999999;
  font-size: 0.7rem;
  margin: 0.8rem 0 2.3rem 0;
}
.order_list_modal .ivu-modal-wrap.vertical-center-modal .ivu-modal-body > div:last-child a {
  display: inline-block;
  width: 5rem;
  line-height: 1.9rem;
  border-radius: 0.15rem;
  text-align: center;
  font-size: 0.8rem;
}
.order_list_modal .ivu-modal-wrap.vertical-center-modal .ivu-modal-body > div:last-child a:first-child {
  color: #fff;
  background: #3C6385;
}
.order_list_modal .ivu-modal-wrap.vertical-center-modal .ivu-modal-body > div:last-child a:first-child:hover {
  background: #4978a1;
}
.order_list_modal .ivu-modal-wrap.vertical-center-modal .ivu-modal-body > div:last-child a:first-child:active {
  background: #3C6385;
}
.order_list_modal .ivu-modal-wrap.vertical-center-modal .ivu-modal-body > div:last-child a:last-child {
  background: #eee;
  color: #444444;
  margin-left: 0.6rem;
}
.order_list_modal .ivu-modal-wrap.vertical-center-modal .ivu-modal-body > div:last-child a:last-child:hover {
  background: #f3f3f3;
}
.order_list_modal .ivu-modal-wrap.vertical-center-modal .ivu-modal-body > div:last-child a:last-child:active {
  background: #eee;
}
#acceptance .erp_modal_header > div h5 {
  margin: 0;
}
#acceptance .erp_modal_header > div div:nth-child(3) {
  color: #888;
  font-size: 0.8rem;
  margin: 0 1rem 0 1rem;
}
#acceptance tbody .text-left {
  text-align: left;
}
#acceptance tbody .text-right {
  text-align: right;
}
#acceptance tbody .text-center {
  text-align: center;
}
#acceptance tbody td:nth-child(4) {
  width: 4.5rem;
  color: #333;
}
#acceptance tbody td:nth-child(5) {
  color: #3C6385;
}
#acceptance tbody td:nth-child(6),
#acceptance tbody td:nth-child(7) {
  color: #F22727;
}
#acceptance tbody td:nth-child(8) {
  width: auto;
}
#acceptance tbody td:nth-child(8) + td {
  width: 5rem;
}
#acceptance .erp_modal_left_body {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#acceptance .erp_modal_left_footer .operating_btns > div {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
.delivery_list .ivu-table th:first-child,
.delivery_list .ivu-table td:first-child {
  width: 3.5rem;
}
.delivery_list .ivu-table th:nth-child(3),
.delivery_list .ivu-table td:nth-child(3) {
  width: 10rem;
}
.delivery_list .ivu-table th:nth-child(3) .ivu-table-cell,
.delivery_list .ivu-table td:nth-child(3) .ivu-table-cell,
.delivery_list .ivu-table th:nth-child(4) .ivu-table-cell,
.delivery_list .ivu-table td:nth-child(4) .ivu-table-cell {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.delivery_list .ivu-table th:nth-child(5),
.delivery_list .ivu-table td:nth-child(5) {
  width: 8.5rem;
  padding-right: 1.2rem;
}
.delivery_list .ivu-table td:nth-child(5) {
  color: #F22727;
}
.delivery_list .ivu-table th:nth-child(7),
.delivery_list .ivu-table td:nth-child(7),
.delivery_list .ivu-table th:nth-child(8),
.delivery_list .ivu-table td:nth-child(8) {
  width: 5rem;
}
.erp_returned_sales .ivu-poptip.poptip_hide .ivu-poptip-popper {
  display: none;
}
.erp_returned_sales .ivu-poptip.poptip_show .ivu-poptip-popper {
  display: block !important;
}
.erp_returned_sales .returned_sales_list .ivu-table-wrapper .ivu-table .ivu-table-header {
  overflow: visible;
}
.erp_returned_sales .returned_sales_list .ivu-table-wrapper .ivu-table .ivu-table-row:hover {
  cursor: pointer;
}
.erp_returned_sales .returned_sales_list .ivu-table-wrapper .ivu-table th:first-of-type,
.erp_returned_sales .returned_sales_list .ivu-table-wrapper .ivu-table td:first-of-type {
  width: 3.5rem;
}
.erp_returned_sales .returned_sales_list .ivu-table-wrapper .ivu-table th:nth-child(5),
.erp_returned_sales .returned_sales_list .ivu-table-wrapper .ivu-table td:nth-child(5) {
  width: 6rem;
  padding-right: 0;
}
.erp_returned_sales .returned_sales_list .ivu-table-wrapper .ivu-table th:nth-child(6),
.erp_returned_sales .returned_sales_list .ivu-table-wrapper .ivu-table td:nth-child(6) {
  width: 6rem;
  padding-right: 1.2rem;
}
.erp_returned_sales .returned_sales_list .ivu-table-wrapper .ivu-table th:nth-child(7),
.erp_returned_sales .returned_sales_list .ivu-table-wrapper .ivu-table td:nth-child(7) {
  width: 6rem;
}
.erp_returned_sales .returned_sales_list .ivu-table-wrapper .ivu-table th:last-of-type,
.erp_returned_sales .returned_sales_list .ivu-table-wrapper .ivu-table td:last-of-type {
  width: 5rem;
}
.erp_returned_sales .returned_sales_list .ivu-table-wrapper .ivu-table td:nth-child(5) .ivu-table-cell {
  color: #444;
}
.erp_returned_sales .returned_sales_list .ivu-table-wrapper .ivu-table td:nth-child(6) {
  color: #F22727;
}
#purchaseAutoArrangeForm {
  margin: 0 -15px 0 -15px;
}
#purchaseAutoArrangeForm > ul {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  font-size: 0.7rem;
  line-height: 2.4rem;
  box-shadow: 0 1px 0.5rem #ddd;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top: 1px solid #ddd;
}
#purchaseAutoArrangeForm > ul li {
  text-align: left;
  padding-left: 0.8rem;
  position: relative;
}
#purchaseAutoArrangeForm > ul li ~ li {
  border-left: 1px solid #ddd;
}
#purchaseAutoArrangeForm > ul li:first-child,
#purchaseAutoArrangeForm .goodsName {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
#purchaseAutoArrangeForm > ul li:nth-child(2),
#purchaseAutoArrangeForm > ul li:nth-child(3),
#purchaseAutoArrangeForm > ul li:nth-child(4),
#purchaseAutoArrangeForm > ul li:nth-child(9),
#purchaseAutoArrangeForm .btns,
#purchaseAutoArrangeForm .quantity,
#purchaseAutoArrangeForm .unit,
#purchaseAutoArrangeForm .spec {
  width: 4rem;
}
#purchaseAutoArrangeForm > ul li:nth-child(5),
#purchaseAutoArrangeForm > ul li:nth-child(6),
#purchaseAutoArrangeForm .supplier,
#purchaseAutoArrangeForm .wareHouse {
  width: 10rem;
}
#purchaseAutoArrangeForm > ul li:nth-child(7),
#purchaseAutoArrangeForm > ul li:nth-child(8),
#purchaseAutoArrangeForm .user,
#purchaseAutoArrangeForm .sendDate {
  width: 8rem;
}
#purchaseAutoArrangeForm > div {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow-y: auto;
}
#purchaseAutoArrangeForm > div .row {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0;
  /*水平居中*/
  /*老版本语法*/
  -webkit-box-pack: space-around;
  -moz-box-pack: space-around;
  /*混合版本语法*/
  -ms-flex-pack: space-around;
  /*新版本语法*/
  -webkit-justify-content: flex-space-around;
  justify-content: space-around;
  line-height: 2.6rem;
}
#purchaseAutoArrangeForm > div .row:hover {
  background: #ebf7ff;
}
#purchaseAutoArrangeForm > div .row .btns button {
  border: 0;
  background: white;
  color: #3C6385;
  font-size: 0.6rem;
  width: 1rem;
  line-height: 1.2rem;
}
#purchaseAutoArrangeForm > div .row > div {
  position: relative;
}
#purchaseAutoArrangeForm > div .row .sendDate,
#purchaseAutoArrangeForm > div .row .quantity {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*垂直居中*/
  /*老版本语法*/
  -webkit-box-align: center;
  -moz-box-align: center;
  /*混合版本语法*/
  -ms-flex-align: center;
  /*新版本语法*/
  -webkit-align-items: center;
  align-items: center;
}
#purchaseAutoArrangeForm > div .row .select2-container {
  width: 100%!important;
}
#purchaseAutoArrangeForm > div .row > div,
#purchaseAutoArrangeForm > div .row > p {
  padding: 0 0.8rem;
}
#scmHome {
  width: 100%;
  padding: 0 0.5rem;
  margin-top: -0.5rem;
}
#scmHome > .notice {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0.6rem 1rem;
  background: #fcf8f5;
  border: 1px solid #fbd9c4;
  border-radius: 0.15rem;
}
#scmHome > .notice > div i {
  color: #FF7E44;
  font-size: 0.7rem;
  vertical-align: middle;
}
#scmHome > .notice > div i + span {
  color: #3C6385;
  margin: 0 1.5rem 0 1rem;
}
#scmHome > .notice > div span:last-child {
  color: #999999;
}
#scmHome > .notice > i {
  color: #999999;
  cursor: pointer;
}
#scmHome > .user_info {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 1.2rem 0;
}
#scmHome > .user_info > div:first-child {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
#scmHome > .user_info > div:first-child div {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  /*水平居中*/
  /*老版本语法*/
  -webkit-box-pack: center;
  -moz-box-pack: center;
  /*混合版本语法*/
  -ms-flex-pack: center;
  /*新版本语法*/
  -webkit-justify-content: flex-center;
  justify-content: center;
  overflow: hidden;
}
#scmHome > .user_info > div:first-child img,
#scmHome > .user_info > div:first-child .img {
  width: 3.6rem;
  height: 3.6rem;
  color: rgba(153, 153, 153, 0.2);
  border-radius: 50%;
  margin-right: 1.4rem;
  background-color: white;
}
#scmHome > .user_info > div:first-child img:before,
#scmHome > .user_info > div:first-child .img:before {
  font-size: 3.6rem;
  margin-top: 0.8rem;
}
#scmHome > .user_info > div:first-child p {
  font-size: 1rem;
}
#scmHome > .user_info > div:first-child span {
  color: #999999;
  margin-right: 2rem;
}
#scmHome > .user_info > div:first-child button {
  border: 0;
  background: transparent;
  color: #999999;
}
#scmHome > .user_info .time {
  text-align: right;
}
#scmHome > .user_info .time p {
  font-size: 2rem;
  margin-bottom: 0.4rem;
  font-weight: 300;
}
#scmHome > .user_info .time span {
  color: #999999;
}
#scmHome .home_header {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding-bottom: 0.4rem;
}
#scmHome .home_header .user_box {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
#scmHome .home_header .user_box .user_head {
  width: 2.7rem;
  height: 2.7rem;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  margin-right: 1.5rem;
  background-color: white;
  color: rgba(153, 153, 153, 0.2);
}
#scmHome .home_header .user_box .user_head img {
  width: 100%;
}
#scmHome .home_header .user_box .user_head .erp-icon-head {
  font-size: 3.6rem;
  margin-top: 0.4rem;
  display: inline-block;
}
#scmHome .home_header .user_box .user_head a {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.6rem;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#scmHome .home_header .user_box .user_head a:hover {
  background: rgba(0, 0, 0, 0.7);
}
#scmHome .home_header .user_box .user_head:hover a {
  opacity: 1;
}
#scmHome .home_header .user_box .user_info {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  /*水平居中*/
  /*老版本语法*/
  -webkit-box-pack: center;
  -moz-box-pack: center;
  /*混合版本语法*/
  -ms-flex-pack: center;
  /*新版本语法*/
  -webkit-justify-content: flex-center;
  justify-content: center;
}
#scmHome .home_header .user_box .user_info h2 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
#scmHome .home_header .user_box .user_info p {
  color: #999999;
}
#scmHome .home_header .data_time {
  text-align: right;
}
#scmHome .home_header .data_time p {
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 0.5rem;
}
#scmHome .home_header .data_time span {
  color: #999999;
}
#scmHome .erp_subtitle .ivu-poptip-popper[x-placement^=bottom] {
  margin-top: 0.6rem;
}
#scmHome .erp_subtitle .margin0 {
  margin: 0 !important;
}
#scmHome .erp_subtitle .erp_subtitle_tag {
  position: relative;
  cursor: pointer;
}
#scmHome .erp_subtitle .erp_subtitle_tag:hover {
  color: #3C6385;
}
#scmHome .erp_subtitle .erp_subtitle_tag:hover:after {
  content: '';
  width: 100%;
  height: 0.15rem;
  background: #3C6385;
  position: absolute;
  top: 1.3rem;
  left: 0;
}
#scmHome .erp_subtitle .erp_subtitle_tag.active {
  color: #3C6385;
}
#scmHome .erp_subtitle .erp_subtitle_tag.active:after {
  content: '';
  width: 100%;
  height: 0.15rem;
  background: #3C6385;
  position: absolute;
  top: 1.3rem;
  left: 0;
}
#scmHome .manages {
  height: 11rem;
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
#scmHome .manages + .manages {
  margin-top: 1rem;
}
#scmHome .manages .erp_subtitle + div {
  padding: 0 1rem 0.5rem 1rem;
  width: 100%;
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  height: 8.6rem;
}
#scmHome .manages .erp_subtitle + div > div,
#scmHome .manages .erp_subtitle + div a {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  height: 25%;
  /*垂直居中*/
  /*老版本语法*/
  -webkit-box-align: center;
  -moz-box-align: center;
  /*混合版本语法*/
  -ms-flex-align: center;
  /*新版本语法*/
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#scmHome .manages .erp_subtitle + div .nodata {
  height: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  /*水平居中*/
  /*老版本语法*/
  -webkit-box-pack: center;
  -moz-box-pack: center;
  /*混合版本语法*/
  -ms-flex-pack: center;
  /*新版本语法*/
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
#scmHome .manages .erp_subtitle + div .nodata i {
  font-size: 3.6rem;
  color: #eeeeee;
  margin-bottom: 0.5rem;
}
#scmHome .manages > div {
  background: #fff;
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
#scmHome .manages > div:first-child {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 45rem;
  margin-right: 1rem;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#scmHome .manages > div:last-child {
  overflow-x: hidden;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
#scmHome .manages:nth-child(3) > div:first-child {
  background: transparent;
}
#scmHome .manages:nth-child(3) .orders {
  background: #fff;
  width: 30rem;
  margin-right: 1rem;
}
#scmHome .manages:nth-child(3) .orders .erp_subtitle {
  padding: 0.6rem 1rem;
}
#scmHome .manages:nth-child(3) .orders .erp_subtitle [data-icon=refresh] {
  padding: 2px 10px;
}
#scmHome .manages:nth-child(3) .orders .erp_subtitle .ivu-poptip {
  margin-right: 1.5rem;
}
#scmHome .manages:nth-child(3) .orders .erp_subtitle + div {
  flex-wrap: nowrap;
  padding: 0.5rem 1rem;
}
#scmHome .manages:nth-child(3) .orders .erp_subtitle + div div,
#scmHome .manages:nth-child(3) .orders .erp_subtitle + div a {
  margin: 0 0.5rem;
  background: #fafafa;
  height: 100%;
  text-align: center;
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  /*水平居中*/
  /*老版本语法*/
  -webkit-box-pack: center;
  -moz-box-pack: center;
  /*混合版本语法*/
  -ms-flex-pack: center;
  /*新版本语法*/
  -webkit-justify-content: center;
  justify-content: center;
}
#scmHome .manages:nth-child(3) .orders .erp_subtitle + div div p,
#scmHome .manages:nth-child(3) .orders .erp_subtitle + div a p {
  font-size: 1.3rem;
  font-weight: 300;
  margin-bottom: 1rem;
  color: #3C6385;
}
#scmHome .manages:nth-child(3) .orders .erp_subtitle + div div p + span,
#scmHome .manages:nth-child(3) .orders .erp_subtitle + div a p + span {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  font-size: 0.8rem;
}
#scmHome .manages:nth-child(3) .orders .erp_subtitle + div div p + span i,
#scmHome .manages:nth-child(3) .orders .erp_subtitle + div a p + span i {
  margin-right: 3px;
}
#scmHome .manages:nth-child(3) .orders .erp_subtitle + div div:nth-child(3) p,
#scmHome .manages:nth-child(3) .orders .erp_subtitle + div a:nth-child(3) p {
  color: #F22727;
}
#scmHome .manages:nth-child(3) .orders .erp_subtitle + div div:nth-child(4) p,
#scmHome .manages:nth-child(3) .orders .erp_subtitle + div a:nth-child(4) p {
  color: #FF7E44;
}
#scmHome .manages:nth-child(3) .purchase {
  width: 14rem;
  background: #fff;
}
#scmHome .manages:nth-child(3) .purchase .erp_subtitle a {
  padding: 0;
  font-size: 0.6rem;
  color: #ddd;
}
#scmHome .manages:nth-child(3) .purchase .erp_subtitle a > i {
  margin-right: 0.4rem;
}
#scmHome .manages:nth-child(3) .purchase > div:last-child {
  align-content: space-around;
}
#scmHome .manages:nth-child(3) .purchase > div:last-child div,
#scmHome .manages:nth-child(3) .purchase > div:last-child a {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 24%;
  background: #fafafa;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  /*垂直居中*/
  /*老版本语法*/
  -webkit-box-align: center;
  -moz-box-align: center;
  /*混合版本语法*/
  -ms-flex-align: center;
  /*新版本语法*/
  -webkit-align-items: center;
  align-items: center;
}
#scmHome .manages:nth-child(3) .purchase > div:last-child div span,
#scmHome .manages:nth-child(3) .purchase > div:last-child a span {
  color: #3C6385;
  font-size: 0.8rem;
}
#scmHome .manages:nth-child(3) .purchase > div:last-child div:nth-child(2) span,
#scmHome .manages:nth-child(3) .purchase > div:last-child a:nth-child(2) span {
  color: #F22727;
}
#scmHome .manages:nth-child(3) .purchase > div:last-child div:nth-child(3) span,
#scmHome .manages:nth-child(3) .purchase > div:last-child a:nth-child(3) span {
  color: #FF7E44;
}
#scmHome .manages:nth-child(3) .purchase > div > a {
  padding: 0 0.5rem;
}
#scmHome .notices .erp_subtitle + div a:hover {
  color: #657180;
}
#scmHome .notices .erp_subtitle + div a > span {
  color: #999999;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1.5rem;
}
#scmHome .notices .erp_subtitle + div a p {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
#scmHome .notices .erp_subtitle + div a p span {
  text-align: center;
  padding: 0.2rem 0.6rem;
  margin-right: 0.6rem;
  background: #eeeeee;
  border-radius: 0.7rem;
  display: inline-block;
  color: #fff;
}
#scmHome .notices .erp_subtitle + div a p i {
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  background: #fb212f;
  border-radius: 50%;
  position: relative;
  top: -1px;
  margin-right: 0.25rem;
}
#scmHome .notices .erp_subtitle + div a span.expense {
  background: #FF7E44;
}
#scmHome .notices .erp_subtitle + div a span.notice {
  background: #3C6385;
}
#scmHome .notices .erp_subtitle + div a span.bill {
  background: #01B702;
}
#scmHome .notices .erp_subtitle + div a span.oa {
  background: #1AACEB;
}
#scmHome .task > div:last-child > a {
  width: 25%;
  display: flex;
  padding-left: 10px;
  justify-content: flex-start;
}
#scmHome .task > div:last-child > a .glyphicon {
  margin-right: 5px;
  color: #7BB77C;
}
#scmHome .task > div:last-child > a:hover {
  background: #fafafa;
}
#scmHome .task > div:last-child > div span {
  color: #999999;
}
#scmHome .task > div:last-child > div p span {
  color: #3C6385;
}
#scmHome .task > div:last-child > div > div {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  cursor: pointer;
  line-height: 0.7rem;
}
#scmHome .task > div:last-child > div > div p {
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
#scmHome .task > div:last-child > div > div span {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1.5rem;
}
#scmHome .learning .erp_subtitle + div div {
  cursor: pointer;
  line-height: 0.7rem;
}
#scmHome .learning .erp_subtitle + div div i {
  margin-right: 0.8rem;
}
#scmHome .learning .erp_subtitle + div div span {
  color: #999999;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1.5rem;
}
#scmHome .learning .erp_subtitle + div div p {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
#scmHome .examine .erp_subtitle .ivu-poptip-title {
  display: none;
}
#scmHome .examine .erp_subtitle .ivu-poptip-body {
  padding: 0;
}
#scmHome .examine .erp_subtitle .ivu-poptip-body-content ul li {
  font-size: 0.7rem;
  color: #444;
  padding: 0 0.75rem;
  line-height: 2rem;
  cursor: pointer;
}
#scmHome .examine .erp_subtitle .ivu-poptip-body-content ul li.active,
#scmHome .examine .erp_subtitle .ivu-poptip-body-content ul li:hover {
  background: #f6f6f6;
}
#scmHome .examine .erp_subtitle .ivu-poptip-body-content ul li span {
  color: #999999;
}
#scmHome .examine .erp_subtitle .ivu-poptip-body-content ul li:last-of-type {
  margin-bottom: 0;
}
#scmHome .examine .erp_subtitle + div > div {
  cursor: pointer;
  line-height: 0.7rem;
}
#scmHome .examine .erp_subtitle + div > div a > span {
  color: #FF7E44;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1.5rem;
}
#scmHome .examine .erp_subtitle + div > div a p {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
#scmHome .examine .erp_subtitle + div > div a p span {
  color: #3C6385;
}
#scmHome .examine .erp_subtitle + div > div i {
  padding: 0.5rem;
  color: #444;
  position: relative;
  top: 0.05rem;
}
.examine-position{
  padding-top: .6rem;
  padding-right: .6rem;
}
#scmHome .manages .app_manage .erp-icon-camera {
  width: 30%;
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 100%;
  /*垂直居中*/
  /*老版本语法*/
  -webkit-box-align: center;
  -moz-box-align: center;
  /*混合版本语法*/
  -ms-flex-align: center;
  /*新版本语法*/
  -webkit-align-items: center;
  align-items: center;
  /*水平居中*/
  /*老版本语法*/
  -webkit-box-pack: center;
  -moz-box-pack: center;
  /*混合版本语法*/
  -ms-flex-pack: center;
  /*新版本语法*/
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 5.5rem;
}
#scmHome .manages .app_manage .info {
  width: 65%;
  height: 100%;
  margin-left: 5%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  /*水平居中*/
  /*老版本语法*/
  -webkit-box-pack: center;
  -moz-box-pack: center;
  /*混合版本语法*/
  -ms-flex-pack: center;
  /*新版本语法*/
  -webkit-justify-content: center;
  justify-content: center;
}
#scmHome .manages .app_manage .info h2 {
  font-size: 0.8rem;
  width: 100%;
  margin-bottom: 0.6rem;
}
#scmHome .manages .app_manage .info p {
  color: #999999;
  font-size: 0.7rem;
  line-height: 1rem;
  letter-spacing: 1px;
}
.noticeListDetailModal {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*水平居中*/
  /*老版本语法*/
  -webkit-box-pack: center;
  -moz-box-pack: center;
  /*混合版本语法*/
  -ms-flex-pack: center;
  /*新版本语法*/
  -webkit-justify-content: center;
  justify-content: center;
  /*垂直居中*/
  /*老版本语法*/
  -webkit-box-align: center;
  -moz-box-align: center;
  /*混合版本语法*/
  -ms-flex-align: center;
  /*新版本语法*/
  -webkit-align-items: center;
  align-items: center;
}
.noticeListDetailModal .ivu-modal {
  top: 0;
  height: 80%;
}
.noticeListDetailModal .ivu-modal-content {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /* UC 浏览器 使用flex-direction: column;的时候需要加上*/
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  padding: 1.5rem 0.8rem 0.8rem;
  height: 100%;
}
.noticeListDetailModal .ivu-modal-content .ivu-modal-close {
  padding: 0 0.8rem;
  right: 0;
}
.noticeListDetailModal .ivu-modal-header {
  padding: 0 1.5rem;
  border: 0;
}
.noticeListDetailModal .ivu-modal-header .title {
  padding: 0 2.5rem;
}
.noticeListDetailModal .ivu-modal-body {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 1.5rem;
  overflow-y: auto;
}
.noticeListDetailModal .ivu-modal-body div p {
  line-height: 1rem;
  color: #999999;
  font-size: 0.7rem;
}
.noticeListDetailModal .ivu-modal-footer {
  height: 2.25rem;
  border: 0;
}
.noticeListDetailModal .ivu-modal-footer > div {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  /*垂直居中*/
  /*老版本语法*/
  -webkit-box-align: end;
  -moz-box-align: end;
  /*混合版本语法*/
  -ms-flex-align: end;
  /*新版本语法*/
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.noticeListDetailModal .ivu-modal-footer > div > div > button {
  margin-right: 0.3rem;
}
.noticeListDetailModal .ivu-modal-footer > div > div > button:last-of-type {
  margin-right: 0;
}
.noticeListDetailModal .ivu-modal-footer > div i {
  margin-right: 0.3rem;
}
.noticeListDetailModal .title {
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.2rem;
  font-weight: bold;
}
.noticeListDetailModal .info {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 1rem 0 1.5rem 0;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.noticeListDetailModal .info span:first-child {
  color: #999999;
}
.erp_text_overflow {
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.erp_mainnoticelist {
  top: 2.5rem;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
}
.erp_mainnoticelist .erp_notiecontent {
  height: 100%;
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /* UC 浏览器 使用flex-direction: column;的时候需要加上*/
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.erp_mainnoticelist .erp_notiecontent .erp_content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.erp_mainnoticelist .ivu-poptip.poptip_hide .ivu-poptip-popper {
  display: none;
}
.erp_mainnoticelist .ivu-poptip.poptip_show .ivu-poptip-popper {
  display: block !important;
}
.erp_mainnoticelist .erp_subnav .erp_subnav_r > a {
  width: 2.5rem;
}
.scm-notice-list {
  padding-top: 0;
}
.scm-notice-list .ivu-table-row.un_read td {
  background: #fff8f6;
}
.scm-notice-list .ivu-table-cell span.expense {
  color: #FF7E44;
}
.scm-notice-list .ivu-table-cell span.notice {
  color: #3C6385;
}
.scm-notice-list .ivu-table-cell span.bill {
  color: #01B702;
}
.scm-notice-list .ivu-table-cell span.oa {
  color: #1AACEB;
}
.scm-notice-list .ivu-table-wrapper .ivu-table-cell {
  padding: 0 0.4rem;
}
.scm-notice-list .ivu-table-wrapper .ivu-table .ivu-table-body {
  overflow-y: auto;
}
.scm-notice-list-right {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /* UC 浏览器 使用flex-direction: column;的时候需要加上*/
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 0.8rem 0.8rem 0.75rem;
  position: relative;
}
.scm-notice-list-right .scm-close {
  height: 0.8rem;
  position: relative;
  text-align: right;
  font-size: 0.8rem;
}
.scm-notice-list-right .scm-close .erp-icon-closed {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  cursor: pointer;
  padding: 0.5rem;
}
.scm-notice-list-right .scm-notice-list-right-content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /* UC 浏览器 使用flex-direction: column;的时候需要加上*/
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.scm-notice-list-right .scm-notice-list-right-content .title {
  width: 100%;
  text-align: center;
  padding: 0 4rem;
}
.scm-notice-list-right .scm-notice-list-right-content .title b {
  font-size: 0.8rem;
  line-height: 1.2rem;
}
.scm-notice-list-right .scm-notice-list-right-content .info {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 1rem 0 1.5rem 0;
  padding: 0 1.5rem;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.scm-notice-list-right .scm-notice-list-right-content .info p + p {
  margin-left: 1rem;
}
.scm-notice-list-right .scm-notice-list-right-content .info span:first-child {
  color: #999999;
}
.scm-notice-list-right .scm-notice-list-right-content .info + div p {
  line-height: 1rem;
  color: #999999;
  font-size: 0.7rem;
}
.scm-notice-list-right .scm-notice-list-right-content .notice_content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 1.5rem;
}
.scm-notice-list-right .scm-notice-list-right-footer {
  margin-top: 0.5rem;
  height: 2.25rem;
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  /*垂直居中*/
  /*老版本语法*/
  -webkit-box-align: end;
  -moz-box-align: end;
  /*混合版本语法*/
  -ms-flex-align: end;
  /*新版本语法*/
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.scm-notice-list-right .scm-notice-list-right-footer > div > button {
  margin-right: 0.3rem;
}
.scm-notice-list-right .scm-notice-list-right-footer > div > button:last-of-type {
  margin-right: 0;
}
.scm-notice-list-right .scm-notice-list-right-footer i {
  margin-right: 0.3rem;
}
.posOrderListModal {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*水平居中*/
  /*老版本语法*/
  -webkit-box-pack: center;
  -moz-box-pack: center;
  /*混合版本语法*/
  -ms-flex-pack: center;
  /*新版本语法*/
  -webkit-justify-content: center;
  justify-content: center;
  /*垂直居中*/
  /*老版本语法*/
  -webkit-box-align: center;
  -moz-box-align: center;
  /*混合版本语法*/
  -ms-flex-align: center;
  /*新版本语法*/
  -webkit-align-items: center;
  align-items: center;
}
.posOrderListModal .ivu-modal {
  top: 0;
}
.posOrderListModal .ivu-modal .ivu-modal-content .ivu-modal-close {
  padding: 0.25rem 0.8rem;
  right: 0;
  top: 0;
}
.posOrderListModal .ivu-modal .ivu-modal-content .ivu-modal-header {
  border: 0;
  height: 2rem;
}
.posOrderListModal .ivu-modal .ivu-modal-content .ivu-modal-body {
  padding: 0;
}
.posOrderListModal .ivu-modal .ivu-modal-content .ivu-modal-footer {
  border: 0;
}
.posOrderListModal .ivu-table-body {
  overflow-y: auto;
}
.posOrderListModal .ivu-page {
  margin-top: 1rem;
}
.refundModalContainer .ivu-modal-mask {
  z-index: 10000;
}
.refundModalContainer .refundModal {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*水平居中*/
  /*老版本语法*/
  -webkit-box-pack: center;
  -moz-box-pack: center;
  /*混合版本语法*/
  -ms-flex-pack: center;
  /*新版本语法*/
  -webkit-justify-content: center;
  justify-content: center;
  /*垂直居中*/
  /*老版本语法*/
  -webkit-box-align: center;
  -moz-box-align: center;
  /*混合版本语法*/
  -ms-flex-align: center;
  /*新版本语法*/
  -webkit-align-items: center;
  align-items: center;
}
.refundModalContainer .refundModal .ivu-modal {
  top: 0;
}
.refundModalContainer .refundModal .ivu-modal .ivu-modal-header {
  border: 0;
  padding-bottom: 0;
}
.refundModalContainer .refundModal .ivu-modal .input_box {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.refundModalContainer .refundModal .ivu-modal .input_box div {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-right: 2rem;
}
.refundModalContainer .refundModal .ivu-modal .input_box div:last-of-type {
  margin-right: 0;
}
.refundModalContainer .refundModal .ivu-modal .input_box div label {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 1.6rem;
  margin-right: 0.5rem;
}
.refundModalContainer .refundModal .ivu-modal .input_box div label span {
  color: red;
}
#page-wrapper .erp-map .pull-right {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*垂直居中*/
  /*老版本语法*/
  -webkit-box-align: center;
  -moz-box-align: center;
  /*混合版本语法*/
  -ms-flex-align: center;
  /*新版本语法*/
  -webkit-align-items: center;
  align-items: center;
  line-height: normal;
}
#page-wrapper .erp-map .pull-right .datum .form-control {
  font-size: 0.7rem;
}
.fancy {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /* UC 浏览器 使用flex-direction: column;的时候需要加上*/
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  padding: 0.5rem;
  height: 100%;
}
.fancy h3 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.fancy form {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: auto;
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /* UC 浏览器 使用flex-direction: column;的时候需要加上*/
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.fancy form input[type='text'] {
  height: 1.6rem;
  border-radius: 0.2rem;
  padding: 0 0.5rem;
  cursor: pointer;
}
.fancy form p {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*垂直居中*/
  /*老版本语法*/
  -webkit-box-align: center;
  -moz-box-align: center;
  /*混合版本语法*/
  -ms-flex-align: center;
  /*新版本语法*/
  -webkit-align-items: center;
  align-items: center;
  margin: 0.36rem 0;
}
.fancy form p:nth-of-type(1) input {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.fancy form p:nth-of-type(3) textarea {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-radius: 0.2rem;
  padding: 0.5rem;
  resize: none;
  line-height: 0.9rem;
}
.fancy form p:last-of-type {
  height: 1.6rem;
}
.fancy form p:last-of-type label {
  height: 100%;
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*垂直居中*/
  /*老版本语法*/
  -webkit-box-align: center;
  -moz-box-align: center;
  /*混合版本语法*/
  -ms-flex-align: center;
  /*新版本语法*/
  -webkit-align-items: center;
  align-items: center;
}
.fancy form p .tit {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.fancy form p label {
  margin: 0 0.5rem;
  cursor: pointer;
}
.fancy form p label input {
  margin: 0;
}
.fancy form .modal-footer {
  border: 0;
  padding: 0.75rem 0 0;
}
.fancy form .modal-footer .sub_btn {
  border: 0;
}
/*检测报告新增*/
#quotepriceTemplateAdd .report-window {
  padding: 10px 0;
}
#quotepriceTemplateAdd .report-window > .row-la {
  display: flex;
}
#quotepriceTemplateAdd #doc_pic_up {
  display: flex;
}
#quotepriceTemplateAdd #doc_pic_up .queue {
  width: 100px!important;
  height: 100px!important;
}
#quotepriceTemplateAdd #doc_pic_up .queue img {
  width: 100px!important;
  height: 100px!important;
}
#quotepriceTemplateAdd #doc_pic_up .btn {
  padding: 20px;
  color: gray;
}
#quotepriceTemplateAdd #doc_pic_up .btn .fa:before {
  display: block;
  font-size: 60px;
}
#quotepriceTemplateAdd #preview {
  display: flex;
  flex: 1;
  justify-content: flex-start;
}
#quotepriceTemplateAdd #preview .certificateImg {
  width: 110px;
  height: 110px;
}
#quotepriceTemplateAdd #preview .img_box {
  display: flex;
  align-items: center;
  padding: 2px;
}
.certificateWall {
  padding: 0px 0 0 10px;
}
.certificateWall .add-show-text {
  font-size: 18px;
  color: #00A69B;
  display: none;
}
.certificateWall .row {
  margin: 0;
}
.certificateWall .row .Add-ico {
  width: 70px;
  margin: 0 auto;
}
.certificateWall .row .Add-ico:hover {
  width: 100px;
}
.font-bold {
  font-weight: 600;
}
.certificateImg {
  border: 1px solid #ccc;
  width: 120px;
  height: 65px;
}
.certificateWall .delete-buttom {
  position: absolute;
  right: 35px;
  top: 19px;
  color: white;
  background-color: rgba(0, 0, 0, 0.27);
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 24px;
  padding-left: 7px;
  border-radius: 0 0 0 30px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: none;
}
.certificateWall .delete-buttom:hover {
  color: red;
}
.certificateWall .contact-box:hover span.delete-buttom {
  display: block;
}
.dialogContent.unitBox {
  overflow: auto;
}
#roleResourceBstable .fixed-table-container {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.zjlh_stockt_out_template_page_a5_x table .table_head_nav,
.zjlh_stockt_out_template_page_a5_y table .table_head_nav,
.zjlh_stockt_out_template_page_a4_x table .table_head_nav,
.zjlh_stockt_out_template_page_a4_y table .table_head_nav {
  background: rgba(0, 0, 0, 0.1) !important;
  font-weight: bold;
}
.zjlh_stockt_out_template_page_a5_x table td:nth-of-type(1),
.zjlh_stockt_out_template_page_a5_y table td:nth-of-type(1),
.zjlh_stockt_out_template_page_a4_x table td:nth-of-type(1),
.zjlh_stockt_out_template_page_a4_y table td:nth-of-type(1) {
  width: 40px;
  min-width: 40px;
  padding: 0;
}
.zjlh_stockt_out_template_page_a5_x table td:nth-of-type(2),
.zjlh_stockt_out_template_page_a5_y table td:nth-of-type(2),
.zjlh_stockt_out_template_page_a4_x table td:nth-of-type(2),
.zjlh_stockt_out_template_page_a4_y table td:nth-of-type(2) {
  text-align: left;
}
.zjlh_stockt_out_template_page_a5_x table td:nth-of-type(5),
.zjlh_stockt_out_template_page_a5_y table td:nth-of-type(5),
.zjlh_stockt_out_template_page_a4_x table td:nth-of-type(5),
.zjlh_stockt_out_template_page_a4_y table td:nth-of-type(5),
.zjlh_stockt_out_template_page_a5_x table td:nth-of-type(6),
.zjlh_stockt_out_template_page_a5_y table td:nth-of-type(6),
.zjlh_stockt_out_template_page_a4_x table td:nth-of-type(6),
.zjlh_stockt_out_template_page_a4_y table td:nth-of-type(6),
.zjlh_stockt_out_template_page_a5_x table td:nth-of-type(7),
.zjlh_stockt_out_template_page_a5_y table td:nth-of-type(7),
.zjlh_stockt_out_template_page_a4_x table td:nth-of-type(7),
.zjlh_stockt_out_template_page_a4_y table td:nth-of-type(7),
.zjlh_stockt_out_template_page_a5_x table td:nth-of-type(8),
.zjlh_stockt_out_template_page_a5_y table td:nth-of-type(8),
.zjlh_stockt_out_template_page_a4_x table td:nth-of-type(8),
.zjlh_stockt_out_template_page_a4_y table td:nth-of-type(8),
.zjlh_stockt_out_template_page_a5_x table td:nth-of-type(9),
.zjlh_stockt_out_template_page_a5_y table td:nth-of-type(9),
.zjlh_stockt_out_template_page_a4_x table td:nth-of-type(9),
.zjlh_stockt_out_template_page_a4_y table td:nth-of-type(9) {
  width: 50px;
}
.zjlh_stockt_out_template_page_a5_x table td:nth-of-type(7),
.zjlh_stockt_out_template_page_a5_y table td:nth-of-type(7),
.zjlh_stockt_out_template_page_a4_x table td:nth-of-type(7),
.zjlh_stockt_out_template_page_a4_y table td:nth-of-type(7),
.zjlh_stockt_out_template_page_a5_x table td:nth-of-type(8),
.zjlh_stockt_out_template_page_a5_y table td:nth-of-type(8),
.zjlh_stockt_out_template_page_a4_x table td:nth-of-type(8),
.zjlh_stockt_out_template_page_a4_y table td:nth-of-type(8) {
  text-align: right;
}
.zjlh_stockt_out_template_page_a5_x .table_header h1,
.zjlh_stockt_out_template_page_a5_y .table_header h1,
.zjlh_stockt_out_template_page_a4_x .table_header h1,
.zjlh_stockt_out_template_page_a4_y .table_header h1 {
  font-size: 1.2rem;
  text-align: center;
}
.zjlh_stockt_out_template_page_a5_x .table_header ul,
.zjlh_stockt_out_template_page_a5_y .table_header ul,
.zjlh_stockt_out_template_page_a4_x .table_header ul,
.zjlh_stockt_out_template_page_a4_y .table_header ul {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 30px 0 10px;
}
.zjlh_stockt_out_template_page_a5_x .table_header ul li,
.zjlh_stockt_out_template_page_a5_y .table_header ul li,
.zjlh_stockt_out_template_page_a4_x .table_header ul li,
.zjlh_stockt_out_template_page_a4_y .table_header ul li {
  -webkit-box-flex: 1 0 auto;
  -moz-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.zjlh_stockt_out_template_page_a5_x .table_footer ul,
.zjlh_stockt_out_template_page_a5_y .table_footer ul,
.zjlh_stockt_out_template_page_a4_x .table_footer ul,
.zjlh_stockt_out_template_page_a4_y .table_footer ul {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  line-height: 1.6rem;
}
.zjlh_stockt_out_template_page_a5_x .table_footer ul li,
.zjlh_stockt_out_template_page_a5_y .table_footer ul li,
.zjlh_stockt_out_template_page_a4_x .table_footer ul li,
.zjlh_stockt_out_template_page_a4_y .table_footer ul li {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: left;
  /* 页码 */
}
.zjlh_stockt_out_template_page_a5_x .table_footer ul li.pageNum,
.zjlh_stockt_out_template_page_a5_y .table_footer ul li.pageNum,
.zjlh_stockt_out_template_page_a4_x .table_footer ul li.pageNum,
.zjlh_stockt_out_template_page_a4_y .table_footer ul li.pageNum {
  text-align: right !important;
  font-size: 10px !important;
}
.zjlh_stockt_out_template_page_a5_x .pageContainer {
  min-height: 148mm;
  width: 210mm !important;
}
.zjlh_stockt_out_template_page_a5_y .pageContainer {
  min-height: 210mm;
  width: 148mm !important;
}
.zjlh_stockt_out_template_page_a4_x .pageContainer {
  min-height: 210mm;
  width: 241mm !important;
}
.zjlh_stockt_out_template_page_a4_y .table_header h1 {
  padding-top: 1rem;
}
.zjlh_stockt_out_template_page_a4_y .pageContainer {
  min-height: 297mm;
  width: 210mm !important;
}
.lh_stock_out_template_page_letter_x table tr th,
.lh_stock_out_template_page_letter_y table tr th,
.lh_stock_out_template_page_letter_x table tr td,
.lh_stock_out_template_page_letter_y table tr td {
  padding: 0;
}
.lh_stock_out_template_page_letter_x table tr td.font_bold,
.lh_stock_out_template_page_letter_y table tr td.font_bold {
  font-weight: bold;
}
.lh_stock_out_template_page_letter_x table td:nth-of-type(1),
.lh_stock_out_template_page_letter_y table td:nth-of-type(1) {
  width: 2rem;
  min-width: 2rem;
}
.lh_stock_out_template_page_letter_x table td:nth-of-type(2),
.lh_stock_out_template_page_letter_y table td:nth-of-type(2) {
  text-align: center;
}
.lh_stock_out_template_page_letter_x table tbody td:nth-of-type(10),
.lh_stock_out_template_page_letter_y table tbody td:nth-of-type(10) {
  text-align: left;
  width: 5rem;
}
.lh_stock_out_template_page_letter_x table tr.first td:first-of-type,
.lh_stock_out_template_page_letter_y table tr.first td:first-of-type,
.lh_stock_out_template_page_letter_x table tr.second td:first-of-type,
.lh_stock_out_template_page_letter_y table tr.second td:first-of-type {
  text-align: left;
  padding: 0 0.4rem;
}
.lh_stock_out_template_page_letter_x table tr.first td:first-of-type span,
.lh_stock_out_template_page_letter_y table tr.first td:first-of-type span,
.lh_stock_out_template_page_letter_x table tr.second td:first-of-type span,
.lh_stock_out_template_page_letter_y table tr.second td:first-of-type span {
  margin-left: 1rem;
  padding-right: 0.2rem;
}
.lh_stock_out_template_page_letter_x table tr.first td:first-of-type span:first-of-type,
.lh_stock_out_template_page_letter_y table tr.first td:first-of-type span:first-of-type,
.lh_stock_out_template_page_letter_x table tr.second td:first-of-type span:first-of-type,
.lh_stock_out_template_page_letter_y table tr.second td:first-of-type span:first-of-type {
  margin-left: 0;
}
.lh_stock_out_template_page_letter_x table tfoot tr:first-of-type td:nth-of-type(4),
.lh_stock_out_template_page_letter_y table tfoot tr:first-of-type td:nth-of-type(4),
.lh_stock_out_template_page_letter_x table tfoot tr:nth-of-type(2) td:nth-of-type(4),
.lh_stock_out_template_page_letter_y table tfoot tr:nth-of-type(2) td:nth-of-type(4) {
  text-align: left;
}
.lh_stock_out_template_page_letter_x table tfoot tr:last-of-type td:nth-of-type(2) span,
.lh_stock_out_template_page_letter_y table tfoot tr:last-of-type td:nth-of-type(2) span {
  position: relative;
  top: 0.1rem;
}
.lh_stock_out_template_page_letter_x table tfoot tr:last-of-type td span,
.lh_stock_out_template_page_letter_y table tfoot tr:last-of-type td span {
  margin-right: 0.5rem;
}
.lh_stock_out_template_page_letter_x table tfoot tr:last-of-type td span i,
.lh_stock_out_template_page_letter_y table tfoot tr:last-of-type td span i {
  display: inline-block;
  width: 0.5rem;
}
.lh_stock_out_template_page_letter_x table tfoot tr:last-of-type td span:last-of-type,
.lh_stock_out_template_page_letter_y table tfoot tr:last-of-type td span:last-of-type {
  margin: 0;
}
.lh_stock_out_template_page_letter_x .table_header h1,
.lh_stock_out_template_page_letter_y .table_header h1 {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 1rem;
}
.lh_stock_out_template_page_letter_x .table_footer ul,
.lh_stock_out_template_page_letter_y .table_footer ul {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  line-height: 1.2rem;
}
.lh_stock_out_template_page_letter_x .table_footer ul:nth-of-type(2) li,
.lh_stock_out_template_page_letter_y .table_footer ul:nth-of-type(2) li {
  -webkit-box-flex: 1 1 50%;
  -moz-box-flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
.lh_stock_out_template_page_letter_x .table_footer ul:nth-of-type(3) li,
.lh_stock_out_template_page_letter_y .table_footer ul:nth-of-type(3) li {
  -webkit-box-flex: 1 1 50%;
  -moz-box-flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
.lh_stock_out_template_page_letter_x .table_footer ul:nth-of-type(3) li:nth-of-type(2),
.lh_stock_out_template_page_letter_y .table_footer ul:nth-of-type(3) li:nth-of-type(2) {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.lh_stock_out_template_page_letter_x .table_footer ul:nth-of-type(3) li:nth-of-type(2) span,
.lh_stock_out_template_page_letter_y .table_footer ul:nth-of-type(3) li:nth-of-type(2) span {
  -webkit-box-flex: 1 1 50%;
  -moz-box-flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
.lh_stock_out_template_page_letter_x .table_footer ul li,
.lh_stock_out_template_page_letter_y .table_footer ul li {
  -webkit-box-flex: 1 1 25%;
  -moz-box-flex: 1 1 25%;
  -webkit-flex: 1 1 25%;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  text-align: left;
  /* 页码 */
}
.lh_stock_out_template_page_letter_x .table_footer ul li.pageNum,
.lh_stock_out_template_page_letter_y .table_footer ul li.pageNum {
  text-align: right !important;
  font-size: 10px !important;
}
.lh_stock_out_template_page_letter_x .pageContainer {
  min-height: 215.9mm;
}
.lh_stock_out_template_page_letter_y {
  width: 215.9mm;
  margin: 0 auto;
}
.lh_stock_out_template_page_letter_y .pageContainer {
  min-height: 279.4mm;
  width: 215.9mm !important;
}
.lh_purchase_template_page_letter_x table thead,
.lh_purchase_template_page_letter_y table thead {
  background: #fff !important;
  font-weight: normal !important;
}
.lh_purchase_template_page_letter_x table tr td.font_bold,
.lh_purchase_template_page_letter_y table tr td.font_bold {
  font-weight: bold;
}
.lh_purchase_template_page_letter_x table td:nth-of-type(1),
.lh_purchase_template_page_letter_y table td:nth-of-type(1) {
  width: 2rem;
  min-width: 2rem;
}
.lh_purchase_template_page_letter_x table td:nth-of-type(2),
.lh_purchase_template_page_letter_y table td:nth-of-type(2) {
  text-align: center;
}
.lh_purchase_template_page_letter_x table tbody td:nth-of-type(10),
.lh_purchase_template_page_letter_y table tbody td:nth-of-type(10) {
  text-align: left;
}
.lh_purchase_template_page_letter_x table thead tr:first-of-type td:first-of-type,
.lh_purchase_template_page_letter_y table thead tr:first-of-type td:first-of-type,
.lh_purchase_template_page_letter_x table thead tr:nth-of-type(2) td:first-of-type,
.lh_purchase_template_page_letter_y table thead tr:nth-of-type(2) td:first-of-type {
  text-align: left;
  padding: 0 0.4rem;
}
.lh_purchase_template_page_letter_x table thead tr:first-of-type td:first-of-type span,
.lh_purchase_template_page_letter_y table thead tr:first-of-type td:first-of-type span,
.lh_purchase_template_page_letter_x table thead tr:nth-of-type(2) td:first-of-type span,
.lh_purchase_template_page_letter_y table thead tr:nth-of-type(2) td:first-of-type span {
  margin-left: 1rem;
  padding-right: 0.2rem;
}
.lh_purchase_template_page_letter_x table thead tr:first-of-type td:first-of-type span:first-of-type,
.lh_purchase_template_page_letter_y table thead tr:first-of-type td:first-of-type span:first-of-type,
.lh_purchase_template_page_letter_x table thead tr:nth-of-type(2) td:first-of-type span:first-of-type,
.lh_purchase_template_page_letter_y table thead tr:nth-of-type(2) td:first-of-type span:first-of-type {
  margin-left: 0;
}
.lh_purchase_template_page_letter_x table tfoot tr:first-of-type td:nth-of-type(3),
.lh_purchase_template_page_letter_y table tfoot tr:first-of-type td:nth-of-type(3),
.lh_purchase_template_page_letter_x table tfoot tr:nth-of-type(2) td:nth-of-type(3),
.lh_purchase_template_page_letter_y table tfoot tr:nth-of-type(2) td:nth-of-type(3) {
  text-align: left;
  font-weight: bold;
}
.lh_purchase_template_page_letter_x table tfoot tr:first-of-type td:nth-of-type(4),
.lh_purchase_template_page_letter_y table tfoot tr:first-of-type td:nth-of-type(4),
.lh_purchase_template_page_letter_x table tfoot tr:nth-of-type(2) td:nth-of-type(4),
.lh_purchase_template_page_letter_y table tfoot tr:nth-of-type(2) td:nth-of-type(4) {
  text-align: left;
}
.lh_purchase_template_page_letter_x .table_header h1,
.lh_purchase_template_page_letter_y .table_header h1 {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 1rem;
  color: #000;
}
.lh_purchase_template_page_letter_x .table_header ul,
.lh_purchase_template_page_letter_y .table_header ul {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 0 0 0.6rem;
}
.lh_purchase_template_page_letter_x .table_header ul li,
.lh_purchase_template_page_letter_y .table_header ul li {
  margin-right: 0.5rem;
  white-space: nowrap;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.lh_purchase_template_page_letter_x .table_header ul li:first-child,
.lh_purchase_template_page_letter_y .table_header ul li:first-child {
  white-space: initial;
}
.lh_purchase_template_page_letter_x .table_header ul li:last-of-type,
.lh_purchase_template_page_letter_y .table_header ul li:last-of-type {
  text-align: right;
  margin-right: 0;
}
.lh_purchase_template_page_letter_x .table_footer ul,
.lh_purchase_template_page_letter_y .table_footer ul {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  line-height: 1.2rem;
}
.lh_purchase_template_page_letter_x .table_footer ul:nth-of-type(2) li,
.lh_purchase_template_page_letter_y .table_footer ul:nth-of-type(2) li {
  -webkit-box-flex: 1 1 50%;
  -moz-box-flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  color: #000;
}
.lh_purchase_template_page_letter_x .table_footer ul:nth-of-type(3) li,
.lh_purchase_template_page_letter_y .table_footer ul:nth-of-type(3) li {
  -webkit-box-flex: 1 1 50%;
  -moz-box-flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  color: #000;
}
.lh_purchase_template_page_letter_x .table_footer ul:nth-of-type(3) li:nth-of-type(2),
.lh_purchase_template_page_letter_y .table_footer ul:nth-of-type(3) li:nth-of-type(2) {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.lh_purchase_template_page_letter_x .table_footer ul:nth-of-type(3) li:nth-of-type(2) span,
.lh_purchase_template_page_letter_y .table_footer ul:nth-of-type(3) li:nth-of-type(2) span {
  -webkit-box-flex: 1 1 50%;
  -moz-box-flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
.lh_purchase_template_page_letter_x .table_footer ul li,
.lh_purchase_template_page_letter_y .table_footer ul li {
  -webkit-box-flex: 1 1 25%;
  -moz-box-flex: 1 1 25%;
  -webkit-flex: 1 1 25%;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  text-align: left;
  /* 页码 */
}
.lh_purchase_template_page_letter_x .table_footer ul li.pageNum,
.lh_purchase_template_page_letter_y .table_footer ul li.pageNum {
  text-align: right !important;
  font-size: 10px !important;
}
.lh_purchase_template_page_letter_x .pageContainer {
  min-height: 215.9mm;
}
.lh_purchase_template_page_letter_y {
  width: 215.9mm;
  margin: 0 auto;
}
.lh_purchase_template_page_letter_y .pageContainer {
  min-height: 279.4mm;
  width: 215.9mm !important;
}
.jjd_stock_out_template_page_needle_1 table,
.jjd_stock_out_template_page_needle_2 table,
.jjd_stock_out_template_page_needle_3 table,
.jjd_stock_out_template_page_needle_4 table {
  border-width: 2px !important;
}
.jjd_stock_out_template_page_needle_1 table thead th,
.jjd_stock_out_template_page_needle_2 table thead th,
.jjd_stock_out_template_page_needle_3 table thead th,
.jjd_stock_out_template_page_needle_4 table thead th,
.jjd_stock_out_template_page_needle_1 table tbody th,
.jjd_stock_out_template_page_needle_2 table tbody th,
.jjd_stock_out_template_page_needle_3 table tbody th,
.jjd_stock_out_template_page_needle_4 table tbody th,
.jjd_stock_out_template_page_needle_1 table tfoot th,
.jjd_stock_out_template_page_needle_2 table tfoot th,
.jjd_stock_out_template_page_needle_3 table tfoot th,
.jjd_stock_out_template_page_needle_4 table tfoot th,
.jjd_stock_out_template_page_needle_1 table .table_head_nav th,
.jjd_stock_out_template_page_needle_2 table .table_head_nav th,
.jjd_stock_out_template_page_needle_3 table .table_head_nav th,
.jjd_stock_out_template_page_needle_4 table .table_head_nav th,
.jjd_stock_out_template_page_needle_1 table thead td,
.jjd_stock_out_template_page_needle_2 table thead td,
.jjd_stock_out_template_page_needle_3 table thead td,
.jjd_stock_out_template_page_needle_4 table thead td,
.jjd_stock_out_template_page_needle_1 table tbody td,
.jjd_stock_out_template_page_needle_2 table tbody td,
.jjd_stock_out_template_page_needle_3 table tbody td,
.jjd_stock_out_template_page_needle_4 table tbody td,
.jjd_stock_out_template_page_needle_1 table tfoot td,
.jjd_stock_out_template_page_needle_2 table tfoot td,
.jjd_stock_out_template_page_needle_3 table tfoot td,
.jjd_stock_out_template_page_needle_4 table tfoot td,
.jjd_stock_out_template_page_needle_1 table .table_head_nav td,
.jjd_stock_out_template_page_needle_2 table .table_head_nav td,
.jjd_stock_out_template_page_needle_3 table .table_head_nav td,
.jjd_stock_out_template_page_needle_4 table .table_head_nav td {
  font-size: 0.65rem !important;
}
.jjd_stock_out_template_page_needle_1 table thead th,
.jjd_stock_out_template_page_needle_2 table thead th,
.jjd_stock_out_template_page_needle_3 table thead th,
.jjd_stock_out_template_page_needle_4 table thead th,
.jjd_stock_out_template_page_needle_1 table tbody th,
.jjd_stock_out_template_page_needle_2 table tbody th,
.jjd_stock_out_template_page_needle_3 table tbody th,
.jjd_stock_out_template_page_needle_4 table tbody th,
.jjd_stock_out_template_page_needle_1 table tfoot th,
.jjd_stock_out_template_page_needle_2 table tfoot th,
.jjd_stock_out_template_page_needle_3 table tfoot th,
.jjd_stock_out_template_page_needle_4 table tfoot th,
.jjd_stock_out_template_page_needle_1 table .table_head_nav th,
.jjd_stock_out_template_page_needle_2 table .table_head_nav th,
.jjd_stock_out_template_page_needle_3 table .table_head_nav th,
.jjd_stock_out_template_page_needle_4 table .table_head_nav th {
  border-bottom-width: 2px;
  height: 1.2rem;
}
.jjd_stock_out_template_page_needle_1 table thead,
.jjd_stock_out_template_page_needle_2 table thead,
.jjd_stock_out_template_page_needle_3 table thead,
.jjd_stock_out_template_page_needle_4 table thead {
  background: #fff !important;
  font-weight: normal !important;
}
.jjd_stock_out_template_page_needle_1 table tr td,
.jjd_stock_out_template_page_needle_2 table tr td,
.jjd_stock_out_template_page_needle_3 table tr td,
.jjd_stock_out_template_page_needle_4 table tr td {
  height: 1.2rem;
}
.jjd_stock_out_template_page_needle_1 table td:nth-of-type(1),
.jjd_stock_out_template_page_needle_2 table td:nth-of-type(1),
.jjd_stock_out_template_page_needle_3 table td:nth-of-type(1),
.jjd_stock_out_template_page_needle_4 table td:nth-of-type(1) {
  width: 40px;
  min-width: 40px;
  padding: 0;
}
.jjd_stock_out_template_page_needle_1 table td:nth-of-type(5),
.jjd_stock_out_template_page_needle_2 table td:nth-of-type(5),
.jjd_stock_out_template_page_needle_3 table td:nth-of-type(5),
.jjd_stock_out_template_page_needle_4 table td:nth-of-type(5),
.jjd_stock_out_template_page_needle_1 table td:nth-of-type(6),
.jjd_stock_out_template_page_needle_2 table td:nth-of-type(6),
.jjd_stock_out_template_page_needle_3 table td:nth-of-type(6),
.jjd_stock_out_template_page_needle_4 table td:nth-of-type(6),
.jjd_stock_out_template_page_needle_1 table td:nth-of-type(7),
.jjd_stock_out_template_page_needle_2 table td:nth-of-type(7),
.jjd_stock_out_template_page_needle_3 table td:nth-of-type(7),
.jjd_stock_out_template_page_needle_4 table td:nth-of-type(7),
.jjd_stock_out_template_page_needle_1 table td:nth-of-type(8),
.jjd_stock_out_template_page_needle_2 table td:nth-of-type(8),
.jjd_stock_out_template_page_needle_3 table td:nth-of-type(8),
.jjd_stock_out_template_page_needle_4 table td:nth-of-type(8),
.jjd_stock_out_template_page_needle_1 table td:nth-of-type(9),
.jjd_stock_out_template_page_needle_2 table td:nth-of-type(9),
.jjd_stock_out_template_page_needle_3 table td:nth-of-type(9),
.jjd_stock_out_template_page_needle_4 table td:nth-of-type(9) {
  width: 50px;
}
.jjd_stock_out_template_page_needle_1 .table_header .contact_way,
.jjd_stock_out_template_page_needle_2 .table_header .contact_way,
.jjd_stock_out_template_page_needle_3 .table_header .contact_way,
.jjd_stock_out_template_page_needle_4 .table_header .contact_way {
  font-size: 0.6rem;
  text-align: center;
  margin-bottom: 0.5rem;
}
.jjd_stock_out_template_page_needle_1 .table_header .contact_way span + span,
.jjd_stock_out_template_page_needle_2 .table_header .contact_way span + span,
.jjd_stock_out_template_page_needle_3 .table_header .contact_way span + span,
.jjd_stock_out_template_page_needle_4 .table_header .contact_way span + span {
  margin-left: 1rem;
}
.jjd_stock_out_template_page_needle_1 .table_header h1,
.jjd_stock_out_template_page_needle_2 .table_header h1,
.jjd_stock_out_template_page_needle_3 .table_header h1,
.jjd_stock_out_template_page_needle_4 .table_header h1 {
  font-size: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  margin-bottom: 0.5rem;
  font-weight: bold;
  position: relative;
}
.jjd_stock_out_template_page_needle_1 .table_header h1 span,
.jjd_stock_out_template_page_needle_2 .table_header h1 span,
.jjd_stock_out_template_page_needle_3 .table_header h1 span,
.jjd_stock_out_template_page_needle_4 .table_header h1 span {
  position: absolute;
  right: 0;
  top: 0.125rem;
  font-size: 0.8rem;
  min-width: 24%;
  text-align: left;
  font-weight: normal;
}
.jjd_stock_out_template_page_needle_1 .table_header ul,
.jjd_stock_out_template_page_needle_2 .table_header ul,
.jjd_stock_out_template_page_needle_3 .table_header ul,
.jjd_stock_out_template_page_needle_4 .table_header ul {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 0px 0 10px;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.jjd_stock_out_template_page_needle_1 .table_header ul:first-of-type,
.jjd_stock_out_template_page_needle_2 .table_header ul:first-of-type,
.jjd_stock_out_template_page_needle_3 .table_header ul:first-of-type,
.jjd_stock_out_template_page_needle_4 .table_header ul:first-of-type {
  padding-top: 0.5rem;
}
.jjd_stock_out_template_page_needle_1 .table_header ul:first-of-type li:last-of-type,
.jjd_stock_out_template_page_needle_2 .table_header ul:first-of-type li:last-of-type,
.jjd_stock_out_template_page_needle_3 .table_header ul:first-of-type li:last-of-type,
.jjd_stock_out_template_page_needle_4 .table_header ul:first-of-type li:last-of-type,
.jjd_stock_out_template_page_needle_1 .table_header ul:nth-of-type(2) li:last-of-type,
.jjd_stock_out_template_page_needle_2 .table_header ul:nth-of-type(2) li:last-of-type,
.jjd_stock_out_template_page_needle_3 .table_header ul:nth-of-type(2) li:last-of-type,
.jjd_stock_out_template_page_needle_4 .table_header ul:nth-of-type(2) li:last-of-type,
.jjd_stock_out_template_page_needle_1 .table_header ul:nth-of-type(3) li:last-of-type,
.jjd_stock_out_template_page_needle_2 .table_header ul:nth-of-type(3) li:last-of-type,
.jjd_stock_out_template_page_needle_3 .table_header ul:nth-of-type(3) li:last-of-type,
.jjd_stock_out_template_page_needle_4 .table_header ul:nth-of-type(3) li:last-of-type {
  width: 20% !important;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.jjd_stock_out_template_page_needle_1 .table_header ul li,
.jjd_stock_out_template_page_needle_2 .table_header ul li,
.jjd_stock_out_template_page_needle_3 .table_header ul li,
.jjd_stock_out_template_page_needle_4 .table_header ul li {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.jjd_stock_out_template_page_needle_1 .table_header ul li span:first-of-type,
.jjd_stock_out_template_page_needle_2 .table_header ul li span:first-of-type,
.jjd_stock_out_template_page_needle_3 .table_header ul li span:first-of-type,
.jjd_stock_out_template_page_needle_4 .table_header ul li span:first-of-type {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.jjd_stock_out_template_page_needle_1 .table_header ul li span:nth-of-type(2),
.jjd_stock_out_template_page_needle_2 .table_header ul li span:nth-of-type(2),
.jjd_stock_out_template_page_needle_3 .table_header ul li span:nth-of-type(2),
.jjd_stock_out_template_page_needle_4 .table_header ul li span:nth-of-type(2) {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.jjd_stock_out_template_page_needle_1 .table_header ul li b,
.jjd_stock_out_template_page_needle_2 .table_header ul li b,
.jjd_stock_out_template_page_needle_3 .table_header ul li b,
.jjd_stock_out_template_page_needle_4 .table_header ul li b {
  font-weight: normal;
  font-size: 1rem;
}
.jjd_stock_out_template_page_needle_1 .table_header ul li + li,
.jjd_stock_out_template_page_needle_2 .table_header ul li + li,
.jjd_stock_out_template_page_needle_3 .table_header ul li + li,
.jjd_stock_out_template_page_needle_4 .table_header ul li + li {
  margin-left: 1rem;
}
.jjd_stock_out_template_page_needle_1 .table_footer ul,
.jjd_stock_out_template_page_needle_2 .table_footer ul,
.jjd_stock_out_template_page_needle_3 .table_footer ul,
.jjd_stock_out_template_page_needle_4 .table_footer ul {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  line-height: 1.6rem;
}
.jjd_stock_out_template_page_needle_1 .table_footer ul:nth-of-type(2),
.jjd_stock_out_template_page_needle_2 .table_footer ul:nth-of-type(2),
.jjd_stock_out_template_page_needle_3 .table_footer ul:nth-of-type(2),
.jjd_stock_out_template_page_needle_4 .table_footer ul:nth-of-type(2) {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.jjd_stock_out_template_page_needle_1 .table_footer ul li,
.jjd_stock_out_template_page_needle_2 .table_footer ul li,
.jjd_stock_out_template_page_needle_3 .table_footer ul li,
.jjd_stock_out_template_page_needle_4 .table_footer ul li {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: left;
  /* 页码 */
}
.jjd_stock_out_template_page_needle_1 .table_footer ul li.pageNum,
.jjd_stock_out_template_page_needle_2 .table_footer ul li.pageNum,
.jjd_stock_out_template_page_needle_3 .table_footer ul li.pageNum,
.jjd_stock_out_template_page_needle_4 .table_footer ul li.pageNum {
  text-align: right !important;
  font-size: 10px !important;
}
.jjd_stock_out_template_page_needle_1 {
  width: 241mm;
  margin: 0 auto;
}
.jjd_stock_out_template_page_needle_1 .pageContainer {
  width: 241mm !important;
  font-size: 0.8rem;
  min-height: 280mm;
  position: relative;
}
.jjd_stock_out_template_page_needle_1 .pageContainer .needle_paper_info {
  text-align: center;
  position: absolute;
  bottom: 0.8rem;
  left: 0;
  width: 100%;
}
.jjd_stock_out_template_page_needle_2 .pageContainer {
  min-height: 140mm;
}
.jjd_stock_out_template_page_needle_3 .pageContainer {
  min-height: 93mm;
}
.jjd_stock_out_template_page_needle_4 .table_header h1 {
  padding-top: 1rem;
}
.jjd_stock_out_template_page_needle_4 .pageContainer {
  min-height: 70mm;
}
.lh_purchase_summary_template_page_letter_x table thead,
.lh_purchase_summary_template_page_letter_y table thead {
  background: #fff !important;
  font-weight: normal !important;
}
.lh_purchase_summary_template_page_letter_x table tr th,
.lh_purchase_summary_template_page_letter_y table tr th,
.lh_purchase_summary_template_page_letter_x table tr td,
.lh_purchase_summary_template_page_letter_y table tr td {
  padding: 0;
}
.lh_purchase_summary_template_page_letter_x table tr td.font_bold,
.lh_purchase_summary_template_page_letter_y table tr td.font_bold {
  font-weight: bold;
}
.lh_purchase_summary_template_page_letter_x table td:nth-of-type(1),
.lh_purchase_summary_template_page_letter_y table td:nth-of-type(1) {
  width: 2rem;
  min-width: 2rem;
}
.lh_purchase_summary_template_page_letter_x table td:nth-of-type(2),
.lh_purchase_summary_template_page_letter_y table td:nth-of-type(2) {
  text-align: center;
}
.lh_purchase_summary_template_page_letter_x table tbody td:nth-of-type(10),
.lh_purchase_summary_template_page_letter_y table tbody td:nth-of-type(10) {
  text-align: left;
}
.lh_purchase_summary_template_page_letter_x table tbody tr.font_bold,
.lh_purchase_summary_template_page_letter_y table tbody tr.font_bold {
  font-weight: bold;
}
.lh_purchase_summary_template_page_letter_x table tfoot tr:first-of-type td:nth-of-type(3),
.lh_purchase_summary_template_page_letter_y table tfoot tr:first-of-type td:nth-of-type(3),
.lh_purchase_summary_template_page_letter_x table tfoot tr:nth-of-type(2) td:nth-of-type(3),
.lh_purchase_summary_template_page_letter_y table tfoot tr:nth-of-type(2) td:nth-of-type(3) {
  text-align: left;
  font-weight: bold;
}
.lh_purchase_summary_template_page_letter_x table tfoot tr:first-of-type td:nth-of-type(4),
.lh_purchase_summary_template_page_letter_y table tfoot tr:first-of-type td:nth-of-type(4),
.lh_purchase_summary_template_page_letter_x table tfoot tr:nth-of-type(2) td:nth-of-type(4),
.lh_purchase_summary_template_page_letter_y table tfoot tr:nth-of-type(2) td:nth-of-type(4) {
  text-align: left;
}
.lh_purchase_summary_template_page_letter_x .table_header h1,
.lh_purchase_summary_template_page_letter_y .table_header h1 {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 1rem;
  color: #000;
}
.lh_purchase_summary_template_page_letter_x .table_header ul,
.lh_purchase_summary_template_page_letter_y .table_header ul {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 0 0 0.5rem;
}
.lh_purchase_summary_template_page_letter_x .table_header ul li,
.lh_purchase_summary_template_page_letter_y .table_header ul li {
  -webkit-box-flex: 1 0 auto;
  -moz-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.lh_purchase_summary_template_page_letter_x .table_footer ul,
.lh_purchase_summary_template_page_letter_y .table_footer ul {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 0.5rem;
}
.lh_purchase_summary_template_page_letter_x .table_footer ul li,
.lh_purchase_summary_template_page_letter_y .table_footer ul li {
  -webkit-box-flex: 1 1 25%;
  -moz-box-flex: 1 1 25%;
  -webkit-flex: 1 1 25%;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  /* 页码 */
}
.lh_purchase_summary_template_page_letter_x .table_footer ul li.pageNum,
.lh_purchase_summary_template_page_letter_y .table_footer ul li.pageNum {
  text-align: right !important;
  font-size: 10px !important;
}
.lh_purchase_summary_template_page_letter_x .pageContainer {
  min-height: 215.9mm;
}
.lh_purchase_summary_template_page_letter_y {
  width: 215.9mm;
  margin: 0 auto;
}
.lh_purchase_summary_template_page_letter_y .pageContainer {
  min-height: 279.4mm;
  width: 215.9mm !important;
}
.lh_stock_out_template2_page_needle_1 table .table_head_nav,
.lh_stock_out_template2_page_needle_2 table .table_head_nav,
.lh_stock_out_template2_page_needle_3 table .table_head_nav,
.lh_stock_out_template2_page_needle_4 table .table_head_nav {
  font-weight: bold;
}
.lh_stock_out_template2_page_needle_1 table tr td,
.lh_stock_out_template2_page_needle_2 table tr td,
.lh_stock_out_template2_page_needle_3 table tr td,
.lh_stock_out_template2_page_needle_4 table tr td {
  height: 1.2rem;
  text-align: left;
  padding: 0 2px;
  font-size: 0.7rem;
}
.lh_stock_out_template2_page_needle_1 table td:nth-of-type(1),
.lh_stock_out_template2_page_needle_2 table td:nth-of-type(1),
.lh_stock_out_template2_page_needle_3 table td:nth-of-type(1),
.lh_stock_out_template2_page_needle_4 table td:nth-of-type(1) {
  width: 40px;
  min-width: 40px;
  padding: 0 2px;
}
.lh_stock_out_template2_page_needle_1 table tfoot tr td,
.lh_stock_out_template2_page_needle_2 table tfoot tr td,
.lh_stock_out_template2_page_needle_3 table tfoot tr td,
.lh_stock_out_template2_page_needle_4 table tfoot tr td {
  text-align: center;
}
.lh_stock_out_template2_page_needle_1 .table_header h1,
.lh_stock_out_template2_page_needle_2 .table_header h1,
.lh_stock_out_template2_page_needle_3 .table_header h1,
.lh_stock_out_template2_page_needle_4 .table_header h1 {
  font-size: 1.2rem;
  text-align: center;
}
.lh_stock_out_template2_page_needle_1 .table_header ul,
.lh_stock_out_template2_page_needle_2 .table_header ul,
.lh_stock_out_template2_page_needle_3 .table_header ul,
.lh_stock_out_template2_page_needle_4 .table_header ul {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 0.5rem 0;
}
.lh_stock_out_template2_page_needle_1 .table_header ul:first-of-type,
.lh_stock_out_template2_page_needle_2 .table_header ul:first-of-type,
.lh_stock_out_template2_page_needle_3 .table_header ul:first-of-type,
.lh_stock_out_template2_page_needle_4 .table_header ul:first-of-type {
  padding-bottom: 0;
}
.lh_stock_out_template2_page_needle_1 .table_header ul li,
.lh_stock_out_template2_page_needle_2 .table_header ul li,
.lh_stock_out_template2_page_needle_3 .table_header ul li,
.lh_stock_out_template2_page_needle_4 .table_header ul li {
  width: 33.33333333%;
}
.lh_stock_out_template2_page_needle_1 .table_footer ul,
.lh_stock_out_template2_page_needle_2 .table_footer ul,
.lh_stock_out_template2_page_needle_3 .table_footer ul,
.lh_stock_out_template2_page_needle_4 .table_footer ul {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.lh_stock_out_template2_page_needle_1 .table_footer ul:first-of-type,
.lh_stock_out_template2_page_needle_2 .table_footer ul:first-of-type,
.lh_stock_out_template2_page_needle_3 .table_footer ul:first-of-type,
.lh_stock_out_template2_page_needle_4 .table_footer ul:first-of-type {
  margin-top: 0.5rem;
  padding: 0.5rem 0 0.5rem 0;
  border-bottom: 1px solid #999;
  border-top: 1px solid #999;
}
.lh_stock_out_template2_page_needle_1 .table_footer ul:nth-of-type(2),
.lh_stock_out_template2_page_needle_2 .table_footer ul:nth-of-type(2),
.lh_stock_out_template2_page_needle_3 .table_footer ul:nth-of-type(2),
.lh_stock_out_template2_page_needle_4 .table_footer ul:nth-of-type(2) {
  padding: 0.5rem 0 0.3rem 0;
}
.lh_stock_out_template2_page_needle_1 .table_footer ul:nth-of-type(3),
.lh_stock_out_template2_page_needle_2 .table_footer ul:nth-of-type(3),
.lh_stock_out_template2_page_needle_3 .table_footer ul:nth-of-type(3),
.lh_stock_out_template2_page_needle_4 .table_footer ul:nth-of-type(3) {
  padding: 0.3rem 0 0.5rem 0;
  border-bottom: 1px solid #999;
}
.lh_stock_out_template2_page_needle_1 .table_footer ul li,
.lh_stock_out_template2_page_needle_2 .table_footer ul li,
.lh_stock_out_template2_page_needle_3 .table_footer ul li,
.lh_stock_out_template2_page_needle_4 .table_footer ul li {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: left;
}
.lh_stock_out_template2_page_needle_1 .table_footer ul li.hint,
.lh_stock_out_template2_page_needle_2 .table_footer ul li.hint,
.lh_stock_out_template2_page_needle_3 .table_footer ul li.hint,
.lh_stock_out_template2_page_needle_4 .table_footer ul li.hint {
  font-weight: bold;
}
.lh_stock_out_template2_page_needle_1 .table_footer ul li.total,
.lh_stock_out_template2_page_needle_2 .table_footer ul li.total,
.lh_stock_out_template2_page_needle_3 .table_footer ul li.total,
.lh_stock_out_template2_page_needle_4 .table_footer ul li.total {
  text-align: center;
  width: 100%;
  font-weight: bold;
}
.lh_stock_out_template2_page_needle_1 .table_footer ul li.total span,
.lh_stock_out_template2_page_needle_2 .table_footer ul li.total span,
.lh_stock_out_template2_page_needle_3 .table_footer ul li.total span,
.lh_stock_out_template2_page_needle_4 .table_footer ul li.total span {
  margin-left: 2rem;
}
.lh_stock_out_template2_page_needle_1 {
  width: 241mm;
  margin: 0 auto;
}
.lh_stock_out_template2_page_needle_1 .pageContainer {
  width: 241mm !important;
  font-size: 0.7rem;
  min-height: 280mm;
}
.lh_stock_out_template2_page_needle_2 .pageContainer {
  min-height: 140mm;
}
.lh_stock_out_template2_page_needle_3 .pageContainer {
  min-height: 93mm;
}
.lh_stock_out_template2_page_needle_4 .table_header h1 {
  padding-top: 1rem;
}
.lh_stock_out_template2_page_needle_4 .pageContainer {
  min-height: 70mm;
}
.sales_stockt_out_template_page_a5_x .pageContainer,
.sales_stockt_out_template_page_a5_y .pageContainer,
.sales_stockt_out_template_page_a4_x .pageContainer,
.sales_stockt_out_template_page_a4_y .pageContainer {
  position: relative;
}
.sales_stockt_out_template_page_a5_x table .table_head_nav,
.sales_stockt_out_template_page_a5_y table .table_head_nav,
.sales_stockt_out_template_page_a4_x table .table_head_nav,
.sales_stockt_out_template_page_a4_y table .table_head_nav {
  background: rgba(0, 0, 0, 0.1) !important;
  font-weight: bold;
}
.sales_stockt_out_template_page_a5_x table .table_head_nav td,
.sales_stockt_out_template_page_a5_y table .table_head_nav td,
.sales_stockt_out_template_page_a4_x table .table_head_nav td,
.sales_stockt_out_template_page_a4_y table .table_head_nav td {
  text-align: center;
}
.sales_stockt_out_template_page_a5_x table td:nth-of-type(1),
.sales_stockt_out_template_page_a5_y table td:nth-of-type(1),
.sales_stockt_out_template_page_a4_x table td:nth-of-type(1),
.sales_stockt_out_template_page_a4_y table td:nth-of-type(1) {
  width: 40px;
  min-width: 40px;
}
.sales_stockt_out_template_page_a5_x table td,
.sales_stockt_out_template_page_a5_y table td,
.sales_stockt_out_template_page_a4_x table td,
.sales_stockt_out_template_page_a4_y table td {
  text-align: left;
}
.sales_stockt_out_template_page_a5_x table tbody .goodsNo,
.sales_stockt_out_template_page_a5_y table tbody .goodsNo,
.sales_stockt_out_template_page_a4_x table tbody .goodsNo,
.sales_stockt_out_template_page_a4_y table tbody .goodsNo,
.sales_stockt_out_template_page_a5_x table tbody .barcode,
.sales_stockt_out_template_page_a5_y table tbody .barcode,
.sales_stockt_out_template_page_a4_x table tbody .barcode,
.sales_stockt_out_template_page_a4_y table tbody .barcode {
  max-width: 100px;
  white-space: normal;
  line-height: normal;
  word-wrap: break-word;
  word-break: break-all;
}
.sales_stockt_out_template_page_a5_x table tbody .goodsName,
.sales_stockt_out_template_page_a5_y table tbody .goodsName,
.sales_stockt_out_template_page_a4_x table tbody .goodsName,
.sales_stockt_out_template_page_a4_y table tbody .goodsName {
  max-width: 200px;
  line-height: 1.1rem;
  white-space: initial;
}
.sales_stockt_out_template_page_a5_x table td:nth-of-type(5),
.sales_stockt_out_template_page_a5_y table td:nth-of-type(5),
.sales_stockt_out_template_page_a4_x table td:nth-of-type(5),
.sales_stockt_out_template_page_a4_y table td:nth-of-type(5),
.sales_stockt_out_template_page_a5_x table td:nth-of-type(6),
.sales_stockt_out_template_page_a5_y table td:nth-of-type(6),
.sales_stockt_out_template_page_a4_x table td:nth-of-type(6),
.sales_stockt_out_template_page_a4_y table td:nth-of-type(6),
.sales_stockt_out_template_page_a5_x table td:nth-of-type(7),
.sales_stockt_out_template_page_a5_y table td:nth-of-type(7),
.sales_stockt_out_template_page_a4_x table td:nth-of-type(7),
.sales_stockt_out_template_page_a4_y table td:nth-of-type(7),
.sales_stockt_out_template_page_a5_x table td:nth-of-type(8),
.sales_stockt_out_template_page_a5_y table td:nth-of-type(8),
.sales_stockt_out_template_page_a4_x table td:nth-of-type(8),
.sales_stockt_out_template_page_a4_y table td:nth-of-type(8),
.sales_stockt_out_template_page_a5_x table td:nth-of-type(9),
.sales_stockt_out_template_page_a5_y table td:nth-of-type(9),
.sales_stockt_out_template_page_a4_x table td:nth-of-type(9),
.sales_stockt_out_template_page_a4_y table td:nth-of-type(9) {
  width: 50px;
}
.sales_stockt_out_template_page_a5_x table td:nth-of-type(7),
.sales_stockt_out_template_page_a5_y table td:nth-of-type(7),
.sales_stockt_out_template_page_a4_x table td:nth-of-type(7),
.sales_stockt_out_template_page_a4_y table td:nth-of-type(7),
.sales_stockt_out_template_page_a5_x table td:nth-of-type(8),
.sales_stockt_out_template_page_a5_y table td:nth-of-type(8),
.sales_stockt_out_template_page_a4_x table td:nth-of-type(8),
.sales_stockt_out_template_page_a4_y table td:nth-of-type(8) {
  text-align: left;
}
.sales_stockt_out_template_page_a5_x .table_header h1,
.sales_stockt_out_template_page_a5_y .table_header h1,
.sales_stockt_out_template_page_a4_x .table_header h1,
.sales_stockt_out_template_page_a4_y .table_header h1 {
  font-size: 1.2rem;
  text-align: left;
}
.sales_stockt_out_template_page_a5_x .table_header ul,
.sales_stockt_out_template_page_a5_y .table_header ul,
.sales_stockt_out_template_page_a4_x .table_header ul,
.sales_stockt_out_template_page_a4_y .table_header ul {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 30px 0 10px;
}
.sales_stockt_out_template_page_a5_x .table_header ul li,
.sales_stockt_out_template_page_a5_y .table_header ul li,
.sales_stockt_out_template_page_a4_x .table_header ul li,
.sales_stockt_out_template_page_a4_y .table_header ul li {
  -webkit-box-flex: 1 !important;
  -moz-box-flex: 1 !important;
  -webkit-flex: 1 !important;
  -ms-flex: 1 !important;
  flex: 1 !important;
}
.sales_stockt_out_template_page_a5_x .table_footer ul,
.sales_stockt_out_template_page_a5_y .table_footer ul,
.sales_stockt_out_template_page_a4_x .table_footer ul,
.sales_stockt_out_template_page_a4_y .table_footer ul {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  line-height: 1.6rem;
}
.sales_stockt_out_template_page_a5_x .table_footer ul li,
.sales_stockt_out_template_page_a5_y .table_footer ul li,
.sales_stockt_out_template_page_a4_x .table_footer ul li,
.sales_stockt_out_template_page_a4_y .table_footer ul li {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: left;
  /* 页码 */
}
.sales_stockt_out_template_page_a5_x .table_footer ul li.pageNum,
.sales_stockt_out_template_page_a5_y .table_footer ul li.pageNum,
.sales_stockt_out_template_page_a4_x .table_footer ul li.pageNum,
.sales_stockt_out_template_page_a4_y .table_footer ul li.pageNum {
  position: absolute;
  top: 52px;
  right: 160px;
  text-align: right !important;
  font-size: 10px !important;
}
.sales_stockt_out_template_page_a5_x .pageContainer {
  min-height: 148mm;
  width: 210mm !important;
}
.sales_stockt_out_template_page_a5_y .pageContainer {
  min-height: 210mm;
  width: 148mm !important;
}
.sales_stockt_out_template_page_a4_x .pageContainer {
  min-height: 210mm;
  width: 241mm !important;
}
.sales_stockt_out_template_page_a4_y .table_header h1 {
  padding-top: 1rem;
}
.sales_stockt_out_template_page_a4_y .pageContainer {
  min-height: 297mm;
  width: 210mm !important;
}
.sales_stockt_out_template_page_a4_y table {
  zoom: 0.8;
}
.sales_stockt_out_template_page_a4_y table tbody .goodsName {
  max-width: 200px;
}
.sales_stockt_out_template_page_a4_y .pageNum {
  right: 110px !important;
  top: 72px !important;
}
.print {
  padding: 5rem 0 0 14rem;
}
#print {
  padding: 0;
}
#print .back_btn {
  position: fixed;
  top: 0.5rem;
  left: 14.5rem;
  width: 3.5rem;
  font-size: 0.8rem;
}
#print .erp_content_left {
  margin: 0;
  width: 14rem;
  -webkit-box-flex: initial;
  -moz-box-flex: initial;
  -webkit-flex: initial;
  -ms-flex: initial;
  flex: initial;
  background: rgba(153, 153, 153, 0.1);
  border-right: 1px solid #ddd;
  position: fixed;
  top: 0rem;
  bottom: 0;
  left: 0;
}
#print .erp_content_header {
  background: white;
  padding: 0 0.5rem;
}
#print .erp_content_header .ivu-select {
  height: 100%;
}
#print .erp_content_header .ivu-select-selection {
  height: 100%;
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*垂直居中*/
  /*老版本语法*/
  -webkit-box-align: center;
  -moz-box-align: center;
  /*混合版本语法*/
  -ms-flex-align: center;
  /*新版本语法*/
  -webkit-align-items: center;
  align-items: center;
  border-color: transparent !important;
  box-shadow: none !important;
}
#print .erp_content_header .ivu-select-placeholder,
#print .erp_content_header .ivu-select-selected-value {
  font-size: 0.7rem;
}
#print .erp_content_footer {
  /*垂直居中*/
  /*老版本语法*/
  -webkit-box-align: start;
  -moz-box-align: start;
  /*混合版本语法*/
  -ms-flex-align: start;
  /*新版本语法*/
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: 1rem;
}
#print .erp_content_footer .ivu-btn-primary {
  height: 1.9rem;
  font-size: 0.8rem;
}
#print .erp_content_footer .ivu-btn-primary .erp-icon-print {
  font-size: 0.8rem;
  margin-right: 0.5rem;
  vertical-align: text-bottom;
}
#print .reminder {
  width: 100%;
  color: red;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  position: fixed;
  left: 0;
  top: 50%;
}
.print_paper {
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  /*垂直居中*/
  /*老版本语法*/
  -webkit-box-align: center;
  -moz-box-align: center;
  /*混合版本语法*/
  -ms-flex-align: center;
  /*新版本语法*/
  -webkit-align-items: center;
  align-items: center;
  padding-top: 1rem;
}
.print_paper li {
  width: 9rem;
  margin-bottom: 2rem;
}
.print_paper li b {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.print_paper li h3 {
  text-align: center;
  font-size: 0.6rem;
  margin-top: 0.5rem;
}
.print_paper_box {
  width: 100%;
  color: #ddd;
  cursor: pointer;
  background: white;
  /* 2009 spec */
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  /* 混合 */
  display: -ms-flexbox;
  /* 新版语法*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*垂直居中*/
  /*老版本语法*/
  -webkit-box-align: center;
  -moz-box-align: center;
  /*混合版本语法*/
  -ms-flex-align: center;
  /*新版本语法*/
  -webkit-align-items: center;
  align-items: center;
  /*水平居中*/
  /*老版本语法*/
  -webkit-box-pack: center;
  -moz-box-pack: center;
  /*混合版本语法*/
  -ms-flex-pack: center;
  /*新版本语法*/
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  border: 1px solid white;
  box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.print_paper_box.print_x {
  height: 6.35rem;
}
.print_paper_box.print_y {
  height: 12.75rem;
}
.print_paper_box:hover {
  color: #666666;
  border-color: #3C6385;
}
.print_paper_box.current {
  border: 0.15rem solid #FF7E44;
}
.print_paper_box p {
  color: #bbb;
}
.print_page {
  margin: 0 auto;
}
.print_page table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #000;
}
.print_page td,
.print_page th {
  border: 1px solid #000;
  text-align: center;
  padding: 0 8px;
  font-size: 0.7rem;
  white-space: nowrap;
  height: 1.2rem;
}
.print_page table tr td {
  line-height: 0;
  vertical-align: middle;
}
.print_page table thead {
  background: rgba(0, 0, 0, 0.1);
  font-weight: bold;
}
.print_page .pageContainer {
  margin: 0 auto 2rem auto;
  padding: 1.5rem;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0.25rem 0.8rem rgba(0, 0, 0, 0.15);
  font-size: 0.7rem;
}
@media print {
  @page {
    size: auto;
    /* auto is the initial value */
    /* this affects the margin in the printer settings */
    margin: 0;
    padding: 0px;
  }
  .pageContainer table {
    page-break-after: auto;
  }
  .pageContainer tr {
    page-break-inside: avoid;
    page-break-after: auto;
  }
  .pageContainer td {
    page-break-inside: avoid;
    page-break-after: auto;
  }
  .pageContainer thead {
    display: table-header-group;
  }
  .pageContainer tfoot {
    display: table-footer-group;
  }
  .pageContainer {
    page-break-after: always;
    width: initial !important;
    min-height: inherit !important;
    padding: 0.7cm 1cm 0 1cm !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
  }
  .jjd_stock_out_template_page_needle_1 .pageContainer .needle_paper_info {
    position: fixed !important;
  }
  .zjlh_stockt_out_template_page_a4_x .pageContainer {
    width: 297mm !important;
  }
  .sales_stockt_out_template_page_a4_x .pageContainer {
    width: 240mm !important;
    height: 140mm !important;
  }
  .print {
    padding: 0 !important;
  }
  .print_page {
    margin: 0;
  }
  .erp_content_left,
  header {
    display: none;
  }
  .back_btn {
    display: none;
  }
}

/*登录页新样式*/
#bjui-calendar select[name='year'] option,
#bjui-calendar select[name='month'] option{
  font-size: 14px;
}

.system-search-img{
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
  cursor: pointer;
}

.bg-search{
  background: url("../images/erp/system-search.png") no-repeat scroll right 7px center transparent;
}

.bb-f1{
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 10px;
}
.flex{
  display: flex;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.flex-1 {
  flex: 1;
}
.flex-between{
  justify-content: space-between;
}
.flex-center{
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-align-c{
  display: flex;
  align-items: center;
}
.flex-column{
  display: flex;
  flex-direction: column;
}
.flex-column-c{
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.m-20{
  margin: 20px;
}
.mt-10{
  margin-top: 10px;
}
.mb-10{
  margin-bottom: 10px;
}
.mb-20{
  margin-bottom: 20px;
}
.pb-10{
  padding-bottom: 10px;
}
.tc{
  width: 100%;
  text-align: center;
}
.w-full{
  width: 100%;
}
.h-full{
  height: 100%;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.overflow-hidden{
  overflow: hidden;
}
.require-before::before{
  content: " *";
  color: red;
  margin-right: 3px;
}