@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

* {
  box-sizing: border-box;
  outline: none !important; }

body {
  font-size: 14px;
  background: #F3F3F3; }

a {
  cursor: pointer; }
  a:hover {
    text-decoration: none; }

p {
  color: #666; }

pre {
  border-radius: 0;
  min-height: 100px; }

abbr {
  text-decoration: none !important; }

legend {
  font-size: 16px;
  padding-bottom: 5px; }

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset; }

button,
.button,
.progress-button {
  box-shadow: none; }

table {
  width: 100%;
  border-spacing: 0;
  table-layout: fixed; }
  table td, table th {
    padding: 15px 5px; }
  table thead th {
    border-bottom: solid 2px #d5d5d5;
    text-align: left; }
  table tbody td {
    border-top: solid 1px #d5d5d5; }

.table-hover tbody tr:hover {
  background: #f5f5f5; }

.table-bordered thead tr th {
  border-bottom: none; }

.table-bordered tbody td {
  display: table-cell;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.highlight {
  color: #FF387E; }

.header-group {
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #d5d5d5;
  margin-bottom: 15px;
  line-height: 30px; }
  .header-group h2 {
    margin: 0 auto 5px 0; }
  .header-group button {
    line-height: inherit; }

.hidden {
  display: none; }

.help-block {
  font-size: 12px;
  color: #999999;
  font-weight: 400; }

/*表单中的输入框加入间距*/
.form-control {
  box-shadow: none; }
  .form-control:focus {
    box-shadow: none; }

.row > * {
  display: inline-block;
  vertical-align: top; }

.row.row-1-3 > * {
  width: 33.33%; }

.row.row-1-4 > * {
  width: 25%; }

.btn-default-focus {
  background: transparent !important;
  box-shadow: none !important; }

.ui-select-bootstrap .ui-select-toggle > .caret {
  margin-top: -4px !important; }

.ui-select-container .dropdown-menu {
  min-width: 100%;
  max-height: 350px;
  overflow: auto;
  font-size: 12px; }
  .ui-select-container .dropdown-menu .ui-select-choices {
    width: 100%;
    padding: 0;
    list-style: none; }
  .ui-select-container .dropdown-menu .ui-select-header {
    width: 100%;
    background-color: #cccccc;
    padding: 0 20px; }
    .ui-select-container .dropdown-menu .ui-select-header > div {
      padding: 4px; }

.ui-select-match .btn {
  background-color: transparent; }

.ui-select-match .ui-select-match-item {
  padding: 6px 12px;
  line-height: 1;
  border-radius: 4px;
  border-color: transparent; }

.ui-select-choices-group .spans span {
  max-width: 160px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

@media (min-width: 768px) {
  .modal-dialog {
    margin: 150px auto; } }

img {
  max-width: 100%; }

@media only screen and (min-width: 750px) {
  .visualCaptcha-possibilities {
    margin: 0; } }

.visualCaptcha {
  margin-bottom: -20px !important; }
  .visualCaptcha .visualCaptcha-explanation {
    border-radius: 5px;
    padding: 7px;
    font-size: 14px;
    color: #FFFFFF;
    background-color: #5095EB; }
  .visualCaptcha .visualCaptcha-possibilities .img {
    margin-right: 3px;
    padding: 2px 0;
    border: none; }
  .visualCaptcha .visualCaptcha-button-group .visualCaptcha-refresh-button {
    margin: 0 0 4px;
    padding: 7px 9px 7px; }
  .visualCaptcha .visualCaptcha-button-group .visualCaptcha-accessibility-button {
    display: none; }

.mt-20 {
  margin-top: 20px; }

.padding-top {
  padding-top: 15px; }

.padding-left {
  padding-left: 15px; }

.padding-right {
  padding-right: 15px; }

.padding {
  padding: 15px; }

.modal-header {
  background: #34557d;
  color: #FFFFFF;
  padding: 10px; }
  .modal-header a.pull-right {
    color: #FFFFFF;
    font-size: 26px;
    margin-top: -15px;
    position: relative;
    top: 8px; }

.modal-sm {
  width: 400px !important; }

i {
  display: inline-block; }

.dropdown .caret {
  color: #808080; }

.modal-header .text-info {
  font-size: 14px;
  color: #FFFFFF; }

.show-help-content {
  color: #a5a5a5;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px; }

ng-atomic-notify {
  top: -25px; }

.atomic-notify .atomic-notify-item {
  border-radius: 4px; }
  .atomic-notify .atomic-notify-item .body > p {
    margin: 0; }
  .atomic-notify .atomic-notify-item .close {
    opacity: 1;
    background: transparent;
    text-shadow: none; }
    .atomic-notify .atomic-notify-item .close:hover {
      color: rgba(0, 0, 0, 0.5); }

.atomic-notify .atomic-notify-warning {
  background-color: #F9A937; }

.atomic-notify .atomic-notify-error {
  background-color: #F9A937; }

.atomic-notify .atomic-notify-success {
  background-color: #73B573; }

@media (min-width: 992px) {
  .modal-lg {
    width: 1280px; } }

.modal {
  top: -100px; }

.modal-body {
  padding: 15px 30px; }

.modal-content {
  box-shadow: none !important; }

.modal-title {
  font-size: 16px; }

.view-image-modal .modal-dialog {
  width: 80%;
  text-align: center; }

.breadcrumb {
  padding: 0 0 15px 0;
  margin-bottom: 0;
  background: transparent;
  font-size: 12px; }

::-webkit-scrollbar-track-piece {
  background-color: #eeeeee;
  margin: -2px; }

::-webkit-scrollbar-thumb {
  background: #aaaaaa;
  min-height: 150px;
  min-width: 150px;
  border-radius: 10px; }

::-webkit-scrollbar-thumb:vertical:hover {
  background: #555555; }

::-webkit-scrollbar-thumb:horizontal:hover {
  background: #555555; }

.slide {
  width: 80px;
  height: 30px;
  border: solid 1px #d5d5d5;
  margin: 4px 0 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border-radius: 50px; }
  .slide input[type="checkbox"] {
    visibility: hidden;
    position: absolute; }
    .slide input[type="checkbox"]:checked + .slide-trigger {
      left: 54px;
      background: #c8ea93; }
      .slide input[type="checkbox"]:checked + .slide-trigger:after {
        background: #00bf00; }
  .slide:after {
    content: '';
    position: absolute;
    top: 14px;
    left: 14px;
    height: 2px;
    width: 52px;
    background: #999;
    border-radius: 50px; }

.slide-trigger {
  display: block;
  width: 22px;
  height: 22px;
  cursor: pointer;
  position: absolute;
  top: 3px;
  z-index: 1;
  left: 4px;
  background: #e6e6e6;
  border-radius: 50px;
  transition: all 0.4s ease; }
  .slide-trigger:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 6px;
    left: 6px;
    background: #777;
    border-radius: 50px; }

form.schema-container:before {
  content: '* \8868\793A\5FC5\586B\9879';
  color: #E53F4D;
  position: relative;
  left: -12px;
  bottom: 8px; }

.schema-form-submit {
  text-align: right; }

.schema-form-section .form-group {
  width: 80%; }

.schema-form-section.col-xs-12 .form-group {
  width: 100%; }

* {
  outline: none !important;
  box-shadow: none !important; }

.form-control-feedback.glyphicon {
  display: none; }

.form-group {
  position: relative; }

.help-block {
  position: absolute;
  top: 2px;
  right: 0;
  margin: 0; }

.gallery {
  background: #dedede;
  color: #444A4D;
  padding: 15px;
  margin: 0 0 15px 0;
  display: -ms-flexbox;
  display: flex;
  /*[flow-btn] {
      width: 200px;
      height: 200px;
      border: dashed 1px #666;
      display: block;
      &:before,
      &:after {
        content: '';
        display: block;
        position: absolute;
      }
      &:before {
        width: 2px;
        height: 80%;
      }
      &:after {
        height: 2px;
        width: 80%;
      }
    }*/ }
  .gallery [flow-btn] {
    text-decoration: underline;
    cursor: pointer; }
  .gallery .image-viewer {
    min-height: 200px;
    display: -ms-flexbox;
    display: flex; }
  .gallery figure {
    width: 200px;
    margin: 0;
    overflow: hidden;
    position: relative; }
    .gallery figure:hover img {
      transform: scale(1.04); }
    .gallery figure:hover figcaption {
      opacity: 1; }
    .gallery figure figcaption {
      position: absolute;
      background: rgba(0, 0, 0, 0.5);
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: opacity .35s; }
      .gallery figure figcaption.overlay-failed {
        opacity: 1; }
      .gallery figure figcaption .fa {
        cursor: pointer;
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 30px;
        color: #CF4646;
        transform: translate(-50%, -50%); }
    .gallery figure img {
      border-radius: 0;
      padding: 0;
      border: none;
      transition: transform .35s; }
  .gallery .progress {
    height: 5px;
    border-radius: 0;
    margin-bottom: 0; }
    .gallery .progress.failed .progress-bar {
      background: #B82F2E; }
  .gallery .drop {
    line-height: 34px; }

tags-input {
  padding: 0; }
  tags-input .tags {
    border: none; }

.multiSelect > button {
  width: 100%;
  text-align: left; }
  .multiSelect > button .caret {
    position: absolute;
    top: 50%;
    right: 12px; }
  .multiSelect > button .buttonLabel {
    padding: 0; }

.moment-picker .moment-picker-container {
  width: 350px; }

.moment-picker .date-icon {
  position: absolute;
  top: 3px;
  right: 10px;
  font-size: 20px; }

.schema-text-range .range-mark {
  height: 34px;
  line-height: 34px; }

.schema-text-range .help-block {
  white-space: nowrap; }

.schema-text-range .schema-text-range-start {
  width: 40%; }
  .schema-text-range .schema-text-range-start:after {
    content: "\81F3";
    position: absolute;
    right: -6px;
    top: 50%; }

.schema-text-range .schema-text-range-end {
  width: 40%; }
  .schema-text-range .schema-text-range-end .control-label {
    visibility: hidden; }

span.required-mark {
  font-size: 20px;
  position: absolute;
  left: -8px;
  top: 0px; }
  span.required-mark:empty:before {
    content: '*';
    color: #E53F4D; }
  .no-required-mark span.required-mark {
    display: none; }

body > .ui-select-bootstrap.open {
  z-index: 9999; }

.panel {
  background: transparent;
  border: none;
  box-shadow: none;
  position: relative;
  /*panel里面的panel-footer不需要背景色*/ }
  .panel:last-child {
    margin-bottom: 0; }
  .panel .panel-header {
    padding: 0 6px 0 15px;
    font-size: 16px;
    background: #34557d;
    color: #fff;
    line-height: 40px; }
    .panel .panel-header .panel-actions {
      margin-left: auto; }
      .panel .panel-header .panel-actions input:not(:first-child),
      .panel .panel-header .panel-actions button:not(:first-child) {
        margin-left: 10px; }
      .panel .panel-header .panel-actions .search-field {
        width: 300px;
        background: none;
        border: none;
        border-bottom: solid 1px #ffffff;
        padding-right: 20px; }
        .panel .panel-header .panel-actions .search-field + .fa-search {
          margin-left: -20px;
          color: #ffffff; }
  .panel .panel-body {
    padding: 15px 30px;
    background: #fff;
    border: 1px solid #d4d4d4;
    border-top: none; }
    .panel .panel-body .typhoon-ui-grid .btn-toolbar {
      position: absolute;
      top: 5px;
      right: 15px; }
    .panel .panel-body .typhoon-ui-grid .checkbox {
      margin-top: 0; }
  .panel.no-border .panel-body {
    border: none; }
  .panel .panel-footer {
    padding: 15px;
    border-radius: 0; }
    .panel .panel-footer:empty {
      padding: 0;
      border-top: none; }
  .panel + .panel {
    margin-bottom: 15px; }
  .panel .panel .panel-footer {
    background-color: transparent;
    min-height: 0; }

.btn-primary {
  background-color: #5095eb !important;
  border: none; }

.btn-primary:hover {
  background-color: #0085d7; }

.btn-primary:active {
  background-color: #0085d7; }

.btn-primary:focus {
  background-color: #0085d7; }

.btn-primary:active:hover {
  background-color: #0085d7; }

.btn-danger {
  background-color: #ec726f;
  border: none; }

button.btn-default {
  border-color: #5095eb;
  color: #5095eb; }

button.btn-default:hover {
  border-color: #0085d7;
  color: #0085d7;
  background-color: #FFFFFF; }

button.btn-default:focus {
  border-color: #0085d7;
  color: #0085d7;
  background-color: #FFFFFF; }

button.btn-default:active {
  border-color: #0085d7;
  color: #0085d7;
  background-color: #FFFFFF; }

button.btn-default:active:hover {
  border-color: #0085d7;
  color: #0085d7;
  background-color: #FFFFFF; }

.btn-add {
  background-color: #FFFFFF;
  border: none;
  height: 30px; }
  .btn-add :hover {
    background-color: #FFFFFF; }

.btn-group .btn {
  z-index: 0 !important; }

.app-content {
  position: absolute;
  top: 50px;
  left: 200px;
  right: 0;
  min-height: calc(100% - 50px);
  transition: left .35s ease-in-out;
  padding: 15px 15px 65px; }
  .app-content.expand {
    left: 60px; }
  .app-content .breadcrumb > li + li:before {
    content: '>'; }
/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.icon-batch_total {
  background-image: url(/88c519bd834e93bd74081c2f80bdde74.png);
  background-position: 0px -108px;
  width: 26px;
  height: 23px;
}
.icon-caigou {
  background-image: url(/88c519bd834e93bd74081c2f80bdde74.png);
  background-position: -51px -57px;
  width: 25px;
  height: 26px;
}
.icon-cangku {
  background-image: url(/88c519bd834e93bd74081c2f80bdde74.png);
  background-position: -108px -28px;
  width: 24px;
  height: 26px;
}
.icon-chouyang {
  background-image: url(/88c519bd834e93bd74081c2f80bdde74.png);
  background-position: -132px -26px;
  width: 22px;
  height: 26px;
}
.icon-delete {
  background-image: url(/88c519bd834e93bd74081c2f80bdde74.png);
  background-position: -132px -96px;
  width: 18px;
  height: 18px;
}
.icon-fuma {
  background-image: url(/88c519bd834e93bd74081c2f80bdde74.png);
  background-position: 0px -83px;
  width: 25px;
  height: 25px;
}
.icon-haccp {
  background-image: url(/88c519bd834e93bd74081c2f80bdde74.png);
  background-position: -132px -52px;
  width: 21px;
  height: 25px;
}
.icon-kucun {
  background-image: url(/88c519bd834e93bd74081c2f80bdde74.png);
  background-position: 0px -30px;
  width: 27px;
  height: 27px;
}
.icon-lingliaochuku {
  background-image: url(/88c519bd834e93bd74081c2f80bdde74.png);
  background-position: -82px 0px;
  width: 26px;
  height: 26px;
}
.icon-pandian_copy_1 {
  background-image: url(/88c519bd834e93bd74081c2f80bdde74.png);
  background-position: -26px -57px;
  width: 25px;
  height: 26px;
}
.icon-pandian_copy {
  background-image: url(/88c519bd834e93bd74081c2f80bdde74.png);
  background-position: 0px -57px;
  width: 26px;
  height: 26px;
}
.icon-pandian {
  background-image: url(/88c519bd834e93bd74081c2f80bdde74.png);
  background-position: -101px -83px;
  width: 25px;
  height: 24px;
}
.icon-product-total {
  background-image: url(/88c519bd834e93bd74081c2f80bdde74.png);
  background-position: -27px -30px;
  width: 27px;
  height: 26px;
}
.icon-ruku {
  background-image: url(/88c519bd834e93bd74081c2f80bdde74.png);
  background-position: -51px -108px;
  width: 26px;
  height: 22px;
}
.icon-rukudan {
  background-image: url(/88c519bd834e93bd74081c2f80bdde74.png);
  background-position: -54px -30px;
  width: 26px;
  height: 26px;
}
.icon-rukudengji {
  background-image: url(/88c519bd834e93bd74081c2f80bdde74.png);
  background-position: -50px -83px;
  width: 25px;
  height: 25px;
}
.icon-saoma {
  background-image: url(/88c519bd834e93bd74081c2f80bdde74.png);
  background-position: -76px -57px;
  width: 26px;
  height: 25px;
}
.icon-shengchanrenwu {
  background-image: url(/88c519bd834e93bd74081c2f80bdde74.png);
  background-position: -55px 0px;
  width: 27px;
  height: 27px;
}
.icon-shengchanruku {
  background-image: url(/88c519bd834e93bd74081c2f80bdde74.png);
  background-position: -26px -108px;
  width: 25px;
  height: 23px;
}
.icon-tuihuo {
  background-image: url(/88c519bd834e93bd74081c2f80bdde74.png);
  background-position: -25px -83px;
  width: 25px;
  height: 25px;
}
.icon-tuihuoruku {
  background-image: url(/88c519bd834e93bd74081c2f80bdde74.png);
  background-position: -28px 0px;
  width: 27px;
  height: 30px;
}
.icon-tuiliaoruku {
  background-image: url(/88c519bd834e93bd74081c2f80bdde74.png);
  background-position: -108px -54px;
  width: 24px;
  height: 24px;
}
.icon-update {
  background-image: url(/88c519bd834e93bd74081c2f80bdde74.png);
  background-position: -132px -77px;
  width: 19px;
  height: 19px;
}
.icon-wangongdan {
  background-image: url(/88c519bd834e93bd74081c2f80bdde74.png);
  background-position: -132px 0px;
  width: 22px;
  height: 26px;
}
.icon-xiaoshouchuku {
  background-image: url(/88c519bd834e93bd74081c2f80bdde74.png);
  background-position: 0px 0px;
  width: 28px;
  height: 30px;
}
.icon-zhijian {
  background-image: url(/88c519bd834e93bd74081c2f80bdde74.png);
  background-position: -108px 0px;
  width: 24px;
  height: 28px;
}
.icon-zhijianbuhege {
  background-image: url(/88c519bd834e93bd74081c2f80bdde74.png);
  background-position: -82px -26px;
  width: 26px;
  height: 26px;
}
.icon-zhuanyi {
  background-image: url(/88c519bd834e93bd74081c2f80bdde74.png);
  background-position: -75px -83px;
  width: 26px;
  height: 24px;
}
.home .panel-module .data-view {
  text-align: center;
  padding: 40px 0; }
  .home .panel-module .data-view h3 {
    font-size: 24px;
    color: #e4393c; }

.home .panel-module .skill-style .row {
  padding: 4px 0; }
.multiSelect .acol,.multiSelect .caret,.multiSelect .inlineBlock,.multiSelect>button{display:inline-block}.multiSelect .vertical{float:none}.multiSelect .horizontal:not(.multiSelectGroup){float:left}.multiSelect .line{padding:2px 0 4px;max-height:30px;overflow:hidden;box-sizing:content-box}.multiSelect .acol{min-width:12px}.multiSelect>button{position:relative;text-align:center;cursor:pointer;border:1px solid #c6c6c6;padding:1px 8px;font-size:14px;min-height:38px!important;border-radius:4px;color:#555;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;white-space:normal;background-color:#fff;background-image:linear-gradient(#fff,#f7f7f7)}.multiSelect>button:hover{background-image:linear-gradient(#fff,#e9e9e9)}.multiSelect>button:disabled{background-image:linear-gradient(#fff,#fff);border:1px solid #ddd;color:#999}.multiSelect .buttonClicked{box-shadow:0 2px 5px rgba(0,0,0,.15) inset,0 1px 2px rgba(0,0,0,.05)}.multiSelect .buttonLabel{display:inline-block;padding:5px 0}.multiSelect .caret{width:0;height:0;margin:0 0 1px 12px!important;vertical-align:middle;border-top:4px solid #333;border-right:4px solid transparent;border-left:4px solid transparent;border-bottom:0 dotted}.multiSelect .checkboxLayer{background-color:#fff;position:absolute;z-index:999;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);min-width:278px;display:none!important}.multiSelect .clearButton,.multiSelect .helperButton{display:inline;text-align:center;font-size:13px;color:#666;background-color:#f1f1f1;cursor:pointer}.multiSelect .helperContainer{border-bottom:1px solid #ddd;padding:8px 8px 0}.multiSelect .helperButton{border:1px solid #ccc;height:26px;border-radius:2px;line-height:1.6;margin:0 0 8px}.multiSelect .helperButton.reset{float:right}.multiSelect .helperButton:not( .reset ){margin-right:4px}.multiSelect .clearButton{position:absolute;border:1px solid #ccc;height:22px;width:22px;border-radius:2px;line-height:1.4;right:2px;top:4px}.multiSelect .inputFilter{border-radius:2px;border:1px solid #ccc;height:26px;font-size:14px;width:100%;padding-left:7px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#888;margin:0 0 8px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.multiSelect .clearButton:hover,.multiSelect .helperButton:hover{border:1px solid #ccc;color:#999;background-color:#f4f4f4}.multiSelect .helperButton:disabled{color:#ccc;border:1px solid #ddd}.multiSelect .clearButton:focus,.multiSelect .helperButton:focus,.multiSelect .inputFilter:focus{border:1px solid #66AFE9!important;outline:0;-webkit-box-shadow:inset 0 0 1px rgba(0,0,0,.065),0 0 5px rgba(102,175,233,.6)!important;box-shadow:inset 0 0 1px rgba(0,0,0,.065),0 0 5px rgba(102,175,233,.6)!important}.multiSelect .checkBoxContainer{display:block;padding:8px;overflow:hidden}.multiSelect .show{display:block!important}.multiSelect .multiSelectItem{display:block;padding:3px;color:#444;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;border:1px solid transparent;position:relative;min-width:278px;min-height:32px}.multiSelect .multiSelectItem:not(.multiSelectGroup).selected{background-image:linear-gradient(#e9e9e9,#f1f1f1);color:#555;cursor:pointer;border-top:1px solid #e4e4e4;border-left:1px solid #e4e4e4;border-right:1px solid #d9d9d9}.multiSelect .multiSelectItem .acol label{display:inline-block;padding-right:30px;margin:0;font-weight:400;line-height:normal}.multiSelect .multiSelectFocus,.multiSelect .multiSelectGroup:hover,.multiSelect .multiSelectItem:hover{background-image:linear-gradient(#c1c1c1,#999)!important;color:#fff!important;cursor:pointer;border:1px solid #ccc!important}.multiSelect .multiSelectGroup span:hover,.multiSelect .multiSelectItem span:hover{cursor:pointer}.multiSelect .multiSelectGroup{display:block;clear:both}.multiSelect .tickMark{display:inline-block;position:absolute;right:10px;top:7px;font-size:10px}.multiSelect .checkbox{color:#ddd!important;position:absolute;left:-9999px;cursor:pointer}.multiSelect .disabled,.multiSelect .disabled label input:hover~span,.multiSelect .disabled:hover{color:#c4c4c4!important;cursor:not-allowed!important}.multiSelect img{vertical-align:middle;margin-bottom:0;max-height:22px;max-width:22px}.cursor {
  width: 4px;
  background: #5095EB;
  position: absolute;
  top: -150px;
  right: 0;
  transition: all .5s ease;
  transition-property: top, height;
  height: 42px;
  display: block; }
[quick-add-dict] span, [append-btn] span {
  position: absolute;
  text-align: center;
  right: -100px;
  bottom: 1px;
  color: #5095eb;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 96px;
  cursor: pointer;
  border: 1px solid #5095eb;
  border-radius: 4px;
  padding: 4px; }
  [quick-add-dict] span :hover, [append-btn] span :hover {
    color: #34557d; }
.confirm {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999; }
  .confirm.active .backdrop {
    opacity: 0.5; }
  .confirm.active .content {
    top: 4em; }
  .confirm .backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity 0.25s ease;
    background: #000;
    opacity: 0; }
  .confirm .wrapper {
    z-index: 1041;
    opacity: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center; }
  .confirm .content {
    transition: top 0.25s ease;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    background: white;
    padding: 2em;
    position: relative;
    top: -200px; }
  .confirm .btn-bar {
    margin-top: 2em; }
.app-version {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  height: 40px;
  line-height: 40px;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px; }
  .app-version .version-num {
    width: 200px;
    box-shadow: none;
    padding-left: 0;
    text-align: center;
    color: #7C7E82;
    background: #2B2E37; }
    .app-version .version-num.shrink {
      width: 60px; }
    .app-version .version-num .click-color:hover {
      cursor: pointer; }
  .app-version .text-right span {
    position: absolute;
    right: 20px;
    cursor: pointer; }

.version-detail .text-tip {
  font-size: 12px;
  color: #aaaaaa; }

.version-detail ul {
  list-style: decimal;
  line-height: 28px; }

.version-detail h5 {
  border-bottom: dashed 1px #d5d5d5;
  padding-bottom: 10px;
  margin-top: 0;
  font-size: 15px; }
  .version-detail h5:not(:first-child) {
    margin-top: 20px; }
.app-nav {
  background: #FFFFFF;
  position: fixed;
  top: 0;
  left: 200px;
  right: 0;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  box-shadow: 0 1px 4px 0 #999 !important;
  display: -ms-flexbox;
  display: flex;
  z-index: 1000;
  transition: left .35s ease-in-out; }
  .expand .app-nav {
    left: 60px; }
  .app-nav .nav {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 15px;
    max-width: 80%; }
  .app-nav .nav-right {
    margin-left: auto;
    display: -ms-flexbox;
    display: flex; }
    .app-nav .nav-right > *:not(:last-child) {
      margin-right: 15px; }
    .app-nav .nav-right .dropdown-menu {
      min-width: initial; }
      .app-nav .nav-right .dropdown-menu a i {
        margin-right: 5px; }
  .app-nav .email {
    color: #000; }
  .app-nav a {
    color: inherit;
    text-decoration: none; }
    .app-nav a .fa-key, .app-nav a .fa-eraser {
      color: #E32E30; }
    .app-nav a .fa-sign-out, .app-nav a .fa-sign-in {
      color: #808080;
      vertical-align: middle;
      font-size: 18px; }
.app-sidebar {
  background: #2B2E37;
  width: 200px;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 40px;
  color: #FFFFFF;
  font-size: 14px;
  transition: width .35s ease-in-out;
  overflow: hidden; }
  .app-sidebar .angular-ui-tree {
    overflow-y: auto;
    width: 208px;
    padding-bottom: 68px;
    height: 100%; }
  .app-sidebar.shrink {
    width: 60px; }
  .app-sidebar .tree-node {
    color: #b6b6b6;
    background: #2B2E37;
    white-space: nowrap;
    overflow: hidden;
    border: none; }
  .app-sidebar i.fa {
    font-size: 16px; }
  .app-sidebar .angular-ui-tree-handle {
    padding-left: 15px;
    font-weight: normal;
    display: block;
    text-decoration: none; }
  .app-sidebar .angular-ui-tree-handle:hover {
    background: #27405F;
    color: #FFFFFF;
    cursor: pointer; }
  .app-sidebar .angular-ui-tree-nodes .angular-ui-tree-nodes .angular-ui-tree-nodes li .tree-node-content {
    padding-left: 80px; }
  .app-sidebar .fa:not(.fa-angle-down) {
    width: 32px; }
  .app-sidebar .fa-angle-down {
    transition: transform .3s; }
    .app-sidebar .fa-angle-down.menu-open {
      transform: rotate(-90deg); }
  .app-sidebar .fa-mobile {
    margin-left: 3px;
    width: 29px !important;
    font-size: 20px !important; }
  .app-sidebar .logo {
    background: #34557d;
    padding: 20px 0;
    height: 80px; }
    .app-sidebar .logo img {
      display: block;
      margin: 0 auto; }
  .app-sidebar .active {
    background: #34557d; }
  .app-sidebar .active:before {
    content: '';
    position: absolute;
    top: 0;
    right: 8px;
    background: #2D8EE9;
    width: 4px;
    height: 40px; }
  .app-sidebar .angular-ui-tree-node .angular-ui-tree-nodes > .angular-ui-tree-node > .angular-ui-tree-handle {
    font-size: 12px; }
.app-sign-in .blur-background, .app-sign-up .blur-background {
  position: fixed;
  top: 0;
  right: 0;  
  left: 0;
  bottom: 0;
  background-image: url(../images/82ab92feef0ca18b31b0abc872349e98.png);
  filter: blur(10px); }

.app-sign-in .center, .app-sign-up .center {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 800px;
  height: 560px;
  margin-left: -400px;
  margin-top: -280px; }
  .app-sign-in .center .left-background, .app-sign-up .center .left-background {
    height: 560px;
    background-image: url(../images/beb5b0a7b94822286a6eb2fe596b86a7.png); }
  .app-sign-in .center .left-backgrounda, .app-sign-up .center .left-backgrounda {
    height: 560px;
    background-image: url(../images/beb5b0a7b94822286a6eb2fe596b86a7a.png); }
  .app-sign-in .center .left-backgrounds, .app-sign-up .center .left-backgrounds {
    height: 560px;
    background-image: url(../images/beb5b0a7b94822286a6eb2fe596b86a7s.png); }
  .app-sign-in .center .right-sign, .app-sign-up .center .right-sign {
    padding: 0; }

.app-sign-in form, .app-sign-up form {
  height: 560px;
  margin: 0 auto;
  padding-right: 15px;
  background: #FFFFFF;
  opacity: 0.7; }
  .app-sign-in form legend, .app-sign-up form legend {
    font-size: 18px;
    color: #009933;
    padding: 20px 0 5px 20px;
    border-bottom: 1px solid #009933;
    margin-bottom: 70px; }
  .app-sign-in form .form-content, .app-sign-up form .form-content {
    padding: 0 40px 0 80px; }
    .app-sign-in form .form-content .last-form, .app-sign-up form .form-content .last-form {
      margin-top: -15px; }

.app-sign-in .form-group, .app-sign-up .form-group {
  margin-bottom: 20px;
  position: relative; }
  .app-sign-in .form-group .required-mark, .app-sign-up .form-group .required-mark {
    position: absolute;
    left: -15px;
    top: 3px;
    line-height: 30px;
    color: indianred; }
  .app-sign-in .form-group .form-control, .app-sign-up .form-group .form-control {
    width: 100%;
    height: 30px;
    border: 1px solid #009933;
    border-radius: 5px; }
  .app-sign-in .form-group button, .app-sign-up .form-group button {
    background: #5095EB;
    border-radius: 5px;
    border: 1px solid #009933;
    color: #FFFFFF; }
  .app-sign-in .form-group .checkbox .required-mark, .app-sign-up .form-group .checkbox .required-mark {
    top: -1px; }

.app-sign-in .visualCaptcha, .app-sign-up .visualCaptcha {
  margin-bottom: 15px; }

.app-sign-in .has-error .form-control, .app-sign-up .has-error .form-control {
  box-shadow: none !important; }

.app-sign-in .validation-invalid, .app-sign-up .validation-invalid {
  position: absolute;
  top: 32px;
  left: 0;
  color: indianred;
  font-size: 12px; }

.app-sign-up form legend {
  margin-bottom: 40px; }

.agreement ul {
  list-style: none; }

.access-declined {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center; }
  .access-declined a {
    font-size: 18px;
    margin-top: 20px; }
.dict-list .ui-grid-row, .dict-list .ui-grid-cell {
  cursor: pointer; }

.dict-list .help-block {
  position: relative; }

.dict-list .ui-grid-cell-contents a {
  text-decoration: underline;
  color: #333; }
.dict-tree .search-field {
  width: 300px;
  line-height: 35px;
  border: solid 1px #d5d5d5;
  padding: 0 10px; }

.fa-plus-square-o,
.fa-edit,
.fa-ban,
.fa-trash-o {
  float: right;
  margin: 0 10px 0 20px;
  line-height: 20px;
  font-size: 16px; }

.fa-toggle-on {
  color: green; }

.fa-trash-o, .fa-toggle-off {
  color: #e4393c; }

.angular-ui-tree-handle {
  background: #f8faff;
  border-top: 1px solid #dae2ea;
  color: #7c9eb2;
  padding: 10px 10px;
  font-weight: 400; }

.angular-ui-tree-handle:hover {
  color: #438eb9;
  background: #f4f6f7;
  border-color: #dce2e8;
  cursor: inherit; }

.angular-ui-tree-placeholder {
  background: #f0f9ff;
  border: 2px dashed #bed2db;
  box-sizing: border-box; }

tr.angular-ui-tree-empty {
  height: 100px; }

.group-title {
  background-color: #687074 !important;
  color: #FFF !important; }

/* --- Tree --- */
.tree-node .fa-chevron-circle-right, .tree-node .fa-chevron-circle-down {
  font-size: 20px; }

.nodrop {
  background-color: #f2dede; }

.tree-handle {
  padding: 10px;
  background: #428bca;
  color: #FFF;
  margin-right: 10px; }

.angular-ui-tree-placeholder {
  background: #f0f9ff;
  border: 2px dashed #bed2db;
  box-sizing: border-box; }

.angular-ui-tree-nodes .angular-ui-tree-nodes {
  padding-left: 0; }
  .angular-ui-tree-nodes .angular-ui-tree-nodes li .tree-node-content {
    padding-left: 60px; }
  .angular-ui-tree-nodes .angular-ui-tree-nodes .angular-ui-tree-nodes li .tree-node-content {
    padding-left: 120px; }
  .angular-ui-tree-nodes .angular-ui-tree-nodes .angular-ui-tree-nodes .angular-ui-tree-nodes li .tree-node-content {
    padding-left: 180px; }
  .angular-ui-tree-nodes .angular-ui-tree-nodes .angular-ui-tree-nodes .angular-ui-tree-nodes .angular-ui-tree-nodes li .tree-node-content {
    padding-left: 240px; }

.dict-tree .ng-isolate-scope {
  right: 14px;
  z-index: 10000; }
  .dict-tree .ng-isolate-scope .atomic-notify-item {
    margin-top: -55px; }

.dict-tree .angular-ui-tree {
  border: solid 1px #dae2ea;
  border-top: none; }

.angular-ui-tree-empty {
  background-color: transparent;
  border: none;
  min-height: 0; }
.agency-area-form .modal-body {
  max-height: 500px;
  overflow: auto; }
.add-tech-flow .quick-button {
  position: absolute;
  top: 55px;
  left: 300px; }

.add-tech-flow .table-content {
  max-height: 320px;
  overflow: auto; }
  .add-tech-flow .table-content .table {
    margin-top: 14px; }

.add-tech-flow .select-tech strong {
  position: relative;
  bottom: 10px; }

.add-tech-flow .select-tech .dropdown {
  display: inline-block;
  margin-left: 10px;
  width: 180px; }

.add-tech-flow .btn-clear {
  padding: 0 20px;
  background-color: #FFFFFF; }

.add-tech-flow .tech-flow .content {
  margin-top: 20px; }
  .add-tech-flow .tech-flow .content span {
    padding-bottom: 20px; }
  .add-tech-flow .tech-flow .content i {
    font-size: 18px;
    float: right;
    position: relative;
    right: 30px;
    color: #ef8033; }
.typhoon-ui-grid .btn-toolbar {
  margin-bottom: 10px; }
  .typhoon-ui-grid .btn-toolbar .btn {
    margin-right: 10px;
    border-radius: 4px !important; }
  .typhoon-ui-grid .btn-toolbar .dropdown-menu {
    left: 130px; }

.typhoon-ui-grid .moment .moment-picker {
  display: inline-block; }

.grid .moment-picker {
  position: absolute; }

.grid .no-data {
  position: absolute;
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  background-color: #eee;
  border-radius: 4px;
  border: 1px solid #eee;
  text-align: center;
  font-size: 24px;
  display: table;
  padding-top: 100px; }
  .grid .no-data i {
    color: #F48319; }

.ui-grid {
  text-align: center; }
  .ui-grid .ui-grid-viewport {
    overflow-x: auto !important;
    height: 100%; }
  .ui-grid .ui-grid-menu-button {
    background: transparent;
    border: none;
    right: 2px; }
  .ui-grid .ui-grid-menu-mid {
    border: none;
    overflow-x: hidden !important;
    max-height: 300px !important; }
    .ui-grid .ui-grid-menu-mid button {
      color: #666; }
  .ui-grid .ui-grid-top-panel {
    background: #f3f3f3;
    font-weight: normal; }
    .ui-grid .ui-grid-top-panel .ui-grid-header-cell-wrapper .ui-grid-header-cell {
      border-right-color: rgba(0, 0, 0, 0.1); }
      .ui-grid .ui-grid-top-panel .ui-grid-header-cell-wrapper .ui-grid-header-cell:last-child .ui-grid-column-resizer.right {
        border-right: none; }
    .ui-grid .ui-grid-top-panel .ui-grid-header-cell-wrapper .ui-grid-cell-contents span {
      display: inline-block;
      margin: 0;
      vertical-align: middle; }
    .ui-grid .ui-grid-top-panel .ui-grid-header-cell-wrapper .ui-grid-cell-contents .ui-grid-column-menu-button {
      right: 0; }
    .ui-grid .ui-grid-top-panel .ui-grid-header-cell-wrapper .ui-grid-filter-container {
      padding: 0 10px 10px; }
      .ui-grid .ui-grid-top-panel .ui-grid-header-cell-wrapper .ui-grid-filter-container .ui-select-container .form-control {
        height: 24px;
        line-height: 24px;
        padding: 0 10px;
        background: transparent; }
      .ui-grid .ui-grid-top-panel .ui-grid-header-cell-wrapper .ui-grid-filter-container .ui-select-container i.glyphicon {
        top: 4px; }
      .ui-grid .ui-grid-top-panel .ui-grid-header-cell-wrapper .ui-grid-filter-container > div {
        position: relative; }
      .ui-grid .ui-grid-top-panel .ui-grid-header-cell-wrapper .ui-grid-filter-container .ui-grid-filter-input {
        line-height: 24px;
        padding: 0 10px;
        background: transparent;
        border: none;
        border-bottom: solid 1px rgba(0, 0, 0, 0.2); }
  .ui-grid .ui-grid-canvas {
    padding-top: 0; }
    .ui-grid .ui-grid-canvas .ui-grid-row > [ui-grid-row] > .ui-grid-cell {
      will-change: opacity; }
    .ui-grid .ui-grid-canvas .ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell {
      background: auto; }
    .ui-grid .ui-grid-canvas .ui-grid-cell-contents {
      padding: 7px 5px; }
  .ui-grid .ui-grid-pinned-container .ui-grid-row:nth-child(odd) .ui-grid-cell.ui-grid-row-header-cell {
    background: #fff;
    border-bottom: none; }
  .ui-grid .ui-grid-pinned-container .ui-grid-row:nth-child(even) .ui-grid-cell.ui-grid-row-header-cell {
    background: #fff;
    border-bottom: none; }
  .ui-grid .ui-grid-pinned-container .ui-grid-row .ui-grid-cell {
    border-right-color: rgba(0, 0, 0, 0.1); }
  .ui-grid .ui-grid-pager-panel {
    position: relative;
    margin-top: 15px;
    display: block; }
  .ui-grid .ui-grid-pager-control button {
    background: transparent !important;
    border: none; }
  .ui-grid .ui-grid-pager-control .ui-grid-pager-max-pages-number {
    vertical-align: middle; }
  .ui-grid .ui-grid-pager-control input, .ui-grid .ui-grid-pager-control select {
    box-shadow: none; }
  .ui-grid .ui-grid-pager-control .first-triangle {
    border-width: 4px 6.7px 4px 0; }
  .ui-grid .ui-grid-pager-control .first-bar,
  .ui-grid .ui-grid-pager-control .last-bar {
    margin-top: -4px;
    height: 9px; }
  .ui-grid .ui-grid-pager-control .next-triangle,
  .ui-grid .ui-grid-pager-control .last-triangle {
    border-width: 4px 0 4px 6.7px; }
  .ui-grid .ui-grid-pager-row-count-picker select {
    box-shadow: none;
    height: 27px; }
  .ui-grid .ui-grid-invisible {
    display: none !important; }

.header-select-filter .form-control {
  height: 26px; }

.ui-grid .ui-grid-top-panel .ui-grid-header-cell-wrapper .ui-grid-filter-container .ui-grid-filter-input {
  background: url(/2683799451bee42962991cb7487a92bb.png) no-repeat center right; }
.disable-item {
  opacity: 0.5; }
.help-download-table {
  width: 100%; }
  .help-download-table tr {
    border-top: dotted 1px #ccc;
    border-bottom: dotted 1px #ccc; }
    .help-download-table tr td {
      padding: 15px; }
.BMap_pop {
  height: 100px;
  width: 100px; }

.attachments h5 {
  font-weight: bold; }

.attachments .attachments-container {
  margin-top: 10px; }
  .attachments .attachments-container .attachment-item {
    position: relative;
    margin-right: 20px;
    width: 200px;
    height: 200px; }
    .attachments .attachments-container .attachment-item img {
      width: 100%;
      height: 100%; }
  .attachments .attachments-container .attachment-name {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    color: #fff;
    text-align: center;
    line-height: 30px;
    width: 100%;
    top: 0;
    font-size: 12px; }
  .attachments .attachments-container .attachment-desc {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    color: #fff;
    text-align: center;
    line-height: 30px;
    width: 100%;
    bottom: 0;
    font-size: 12px; }
  .attachments .attachments-container .delete-icon {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 20px; }

.BMap_cpyCtrl {
  display: none; }

.anchorBL {
  display: none; }
.view-detail .row > * {
  padding: 0 15px 15px;
  float: none; }

.view-detail .field-value {
  padding: 6px 12px;
  display: block;
  border: none;
  position: relative;
  width: auto; }

.view-detail .textarea {
  padding: 10px; }
.select-all-checkbox-container.form-inline .checkbox {
  float: none;
  vertical-align: top; }

.select-all-checkbox-container .checkbox {
  margin-top: 10px; }
  .select-all-checkbox-container .checkbox.parent {
    display: block; }
  .select-all-checkbox-container .checkbox input[type="checkbox"] {
    display: none; }
    .select-all-checkbox-container .checkbox input[type="checkbox"]:checked + span,
    .select-all-checkbox-container .checkbox input[type="checkbox"]:checked + strong {
      border-color: #337ab7;
      border-style: solid; }
    .select-all-checkbox-container .checkbox input[type="checkbox"][disabled] + span,
    .select-all-checkbox-container .checkbox input[type="checkbox"][disabled] + strong {
      text-decoration: line-through;
      border-color: gray; }
  .select-all-checkbox-container .checkbox > label > span,
  .select-all-checkbox-container .checkbox > label > strong {
    display: block;
    padding: 0 15px;
    line-height: 34px;
    border: dashed 1px #ccc;
    margin: 0 5px 5px 0;
    transition: border .35s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-radius: 4px; }
.mix-editor .editor-item {
  margin-top: 20px; }
  .mix-editor .editor-item .content {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    border-color: #ccc;
    padding: 10px; }
  .mix-editor .editor-item .bottom-button-group {
    margin-top: 20px; }
  .mix-editor .editor-item .gallery {
    margin: 0; }
.enter-into-bills {
  padding: 20px 10px;
  position: absolute;
  width: 240px;
  top: -40px;
  right: 0;
  color: #FFFFFF; }
  .enter-into-bills .bills-wrapper {
    border: solid 1px #d5d5d5;
    margin-bottom: 15px; }
  .enter-into-bills .data-header {
    border-bottom: 1px solid #E0E3E6;
    font-size: 14px;
    color: #6E6D6D;
    font-weight: bold;
    background: #F7F7F9;
    padding: 10px 0 10px 15px; }
  .enter-into-bills .data-body .list-group {
    margin-bottom: 0;
    border: none;
    padding: 0 5px;
    background: #fff; }
    .enter-into-bills .data-body .list-group .list-group-item {
      font-size: 12px;
      padding: 10px;
      border: none;
      cursor: pointer;
      color: #3C5775;
      margin-bottom: 0; }
      .enter-into-bills .data-body .list-group .list-group-item:not(:last-child) {
        border-bottom: solid 1px #E2E2E2; }
.attachments-container .attachment-item {
  position: relative;
  margin-top: 20px;
  margin-right: 20px;
  width: 200px;
  height: 200px; }
  .attachments-container .attachment-item img {
    width: 100%;
    height: 100%; }

.attachments-container .attachment-name {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  color: #fff;
  text-align: center;
  line-height: 30px;
  width: 100%;
  top: 0; }

.attachments-container .attachment-desc {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  color: #fff;
  text-align: center;
  line-height: 30px;
  width: 100%;
  bottom: 0; }

.attachments-container .delete-icon, .attachments-container .update-icon {
  position: absolute;
  top: 5px; }

.attachments-container .update-icon {
  right: 28px; }

.attachments-container .delete-icon {
  right: 2px;
  top: 6px; }
.diagram {
  position: relative;
  display: -ms-flexbox;
  display: flex; }
  .diagram > .btn-wrapper {
    position: absolute; }
    .diagram > .btn-wrapper > .btn {
      width: 89px;
      height: 88px;
      background: transparent url(/37d4fc617dcf6a142ba818cb3ad84ea2.png); }
    .diagram > .btn-wrapper > .btn-label {
      display: block;
      text-align: center;
      color: #3C5775;
      line-height: 40px; }

.diagram .btn-wrapper {
  width: 136px;
  text-align: center;
  border-radius: 8px; }
  .diagram .btn-wrapper:nth-of-type(1) {
    top: 30px;
    left: 30px; }
  .diagram .btn-wrapper:nth-of-type(2) {
    top: 190px;
    left: 30px; }
  .diagram .btn-wrapper:nth-of-type(3) {
    top: 350px;
    left: 30px; }
  .diagram .btn-wrapper:nth-of-type(4) {
    top: 510px;
    left: 30px; }
  .diagram .btn-wrapper:nth-of-type(5) {
    top: 30px;
    left: 250px; }
  .diagram .btn-wrapper:nth-of-type(6) {
    top: 190px;
    left: 250px; }
  .diagram .btn-wrapper:nth-of-type(7) {
    top: 350px;
    left: 250px; }
  .diagram .btn-wrapper:nth-of-type(8) {
    top: 510px;
    left: 250px; }
  .diagram .btn-wrapper:nth-of-type(9) {
    top: 30px;
    left: 470px; }
  .diagram .btn-wrapper:nth-of-type(10) {
    top: 190px;
    left: 470px; }
  .diagram .btn-wrapper:nth-of-type(11) {
    top: 350px;
    left: 470px; }
  .diagram .btn-wrapper:nth-of-type(12) {
    top: 30px;
    left: 690px; }
  .diagram .btn-wrapper:nth-of-type(13) {
    top: 190px;
    left: 690px; }
  .diagram .btn-wrapper:nth-of-type(14) {
    top: 350px;
    left: 690px; }

.warehouse {
  min-height: 650px; }
@charset "UTF-8";
/*生产工艺页面样式设置*/
.product-craft {
  /*关键节点列表样式*/ }
  .product-craft .craft-node-list .moment-picker {
    position: static; }
    .product-craft .craft-node-list .moment-picker .date-icon {
      top: -4px;
      right: 0; }
    .product-craft .craft-node-list .moment-picker .moment-picker-container {
      top: auto; }
  .product-craft .craft-node-list .ui-select-container .form-control {
    line-height: 10px;
    height: 22px;
    border: 1px solid #ccc;
    text-align: center !important; }

.production {
  min-height: 650px; }

.auto-associate {
  margin-right: 7px !important;
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important; }

.handle-associate {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important; }
.tech-flow .content {
  margin-top: 20px; }
  .tech-flow .content .active_p {
    background: #337ab7;
    color: #FFFFFF; }
  .tech-flow .content div {
    padding-bottom: 30px; }
    .tech-flow .content div div {
      width: 200px;
      cursor: pointer;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      padding: 10px;
      margin: 0 40px;
      text-align: center;
      background: #ccc; }
  .tech-flow .content i {
    font-size: 18px;
    float: right;
    position: relative;
    right: -8px;
    top: -28px;
    color: #ef8033; }
trace-haccp .panel,
trace-agencies .panel {
  margin-top: 15px; }
.statistics-home .panel-body-title {
  font-size: 18px;
  text-align: center;
  margin: 10px 0 20px 0; }

.statistics-home .summary-section [class*="col-"] {
  padding: 2em;
  outline: solid 1px #F1F2F1 !important;
  outline-offset: -10px;
  text-align: center;
  line-height: 5; }
  .statistics-home .summary-section [class*="col-"] h3 {
    margin: 0; }
  .statistics-home .summary-section [class*="col-"] span {
    color: #808080; }

.statistics-home .summary-section .icon-fuma + h3 {
  color: #84C4A1; }

.statistics-home .summary-section .icon-saoma + h3 {
  color: #DF8583; }

.statistics-home .summary-section .icon-product-total + h3 {
  color: #1671CD; }

.statistics-home .summary-section .icon-batch_total + h3 {
  color: #139AE1; }

.statistics-home .chart-section .dropdown-toggle {
  text-decoration: none;
  color: inherit; }

.statistics-home .chart-section .date-range {
  margin-left: 10px; }

.statistics-home h3, .statistics-product h3, .statistics-area h3 {
  font-size: 16px;
  margin: 0; }

.statistics-home strong, .statistics-product strong, .statistics-area strong {
  display: inline-block;
  vertical-align: middle; }

.statistics-home .panel-body-title, .statistics-product .panel-body-title, .statistics-area .panel-body-title {
  font-size: 18px;
  text-align: center;
  margin: 10px 0 20px 0; }

.statistics-home .select-date-range, .statistics-product .select-date-range, .statistics-area .select-date-range {
  display: -ms-flexbox;
  display: flex; }
  .statistics-home .select-date-range .ui-select-container, .statistics-product .select-date-range .ui-select-container, .statistics-area .select-date-range .ui-select-container {
    width: 160px;
    margin-top: -7px;
    margin-left: 10px; }

.statistics-home .ui-select-container,
.statistics-home .moment-picker, .statistics-product .ui-select-container,
.statistics-product .moment-picker, .statistics-area .ui-select-container,
.statistics-area .moment-picker {
  display: inline-block;
  vertical-align: middle; }

.statistics-home .chart-container, .statistics-product .chart-container, .statistics-area .chart-container {
  margin-top: 20px; }

.statistics-product .date-range strong, .statistics-product .date-range span, .statistics-product .date-range .moment-picker, .statistics-area .date-range strong, .statistics-area .date-range span, .statistics-area .date-range .moment-picker {
  display: inline-block;
  vertical-align: middle; }

.statistics-product .select-area .checkbox.parent, .statistics-area .select-area .checkbox.parent {
  display: inline-block; }

.statistics-product .select-rank .ui-select-container, .statistics-area .select-rank .ui-select-container {
  width: 200px; }
.fleeing-goods-analysis .panel-body .date-range strong, .fleeing-goods-analysis .panel-body .date-range span, .fleeing-goods-analysis .panel-body .date-range .moment-picker {
  display: inline-block;
  vertical-align: middle; }

.fleeing-goods-analysis .panel-body .fleeings .ui-select-container {
  width: 200px;
  display: inline-table; }

.fleeing-goods-analysis .panel-body .row .col-xs-8 {
  border: 1px solid #f9f9f9; }

.fleeing-goods .date-range strong, .fleeing-goods .date-range span, .fleeing-goods .date-range .moment-picker {
  display: inline-block;
  vertical-align: middle; }

.area-level .ui-select-container {
  display: inline-table;
  width: 200px; }
.small-company, .vinegar, .vinegar-basic, .wine, .pickle {
  min-height: 850px; }
  .small-company .col-xs-9, .vinegar .col-xs-9, .vinegar-basic .col-xs-9, .wine .col-xs-9, .pickle .col-xs-9 {
    overflow: auto; }
  .small-company .diagram, .vinegar .diagram, .vinegar-basic .diagram, .wine .diagram, .pickle .diagram {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    min-height: 850px; }
    .small-company .diagram > .btn-wrapper, .vinegar .diagram > .btn-wrapper, .vinegar-basic .diagram > .btn-wrapper, .wine .diagram > .btn-wrapper, .pickle .diagram > .btn-wrapper {
      position: absolute; }
      .small-company .diagram > .btn-wrapper > .btn, .vinegar .diagram > .btn-wrapper > .btn, .vinegar-basic .diagram > .btn-wrapper > .btn, .wine .diagram > .btn-wrapper > .btn, .pickle .diagram > .btn-wrapper > .btn {
        width: 89px;
        height: 88px;
        background: transparent url(/37d4fc617dcf6a142ba818cb3ad84ea2.png); }
      .small-company .diagram > .btn-wrapper > .btn-label, .vinegar .diagram > .btn-wrapper > .btn-label, .vinegar-basic .diagram > .btn-wrapper > .btn-label, .wine .diagram > .btn-wrapper > .btn-label, .pickle .diagram > .btn-wrapper > .btn-label {
        display: block;
        text-align: center;
        color: #3C5775;
        line-height: 40px; }

.small-company .diagram .btn-wrapper {
  width: 136px;
  text-align: center;
  border-radius: 8px; }
  .small-company .diagram .btn-wrapper:nth-of-type(1) {
    top: 30px;
    left: 30px; }
  .small-company .diagram .btn-wrapper:nth-of-type(2) {
    top: 190px;
    left: 30px; }
  .small-company .diagram .btn-wrapper:nth-of-type(3) {
    top: 350px;
    left: 30px; }
  .small-company .diagram .btn-wrapper:nth-of-type(4) {
    top: 30px;
    left: 250px; }
  .small-company .diagram .btn-wrapper:nth-of-type(5) {
    top: 190px;
    left: 250px; }
  .small-company .diagram .btn-wrapper:nth-of-type(6) {
    top: 350px;
    left: 250px; }
  .small-company .diagram .btn-wrapper:nth-of-type(7) {
    top: 30px;
    left: 470px; }
  .small-company .diagram .btn-wrapper:nth-of-type(8) {
    top: 190px;
    left: 470px; }
  .small-company .diagram .btn-wrapper:nth-of-type(9) {
    top: 30px;
    left: 690px; }

.small-company .diagram .btn-wrapper:first-child:after, .small-company .diagram .btn-wrapper:nth-child(4):after, .small-company .diagram .btn-wrapper:nth-child(7):after {
  content: url(/17e56bff211aab16333f18ec40f84b5c.png); }

.small-company .diagram .btn-wrapper:nth-child(2):after, .small-company .diagram .btn-wrapper:nth-child(5):after {
  content: url(/49cc896b28b90169dd8db9c48c8dea7e.png);
  position: relative;
  bottom: 200px;
  left: 110px; }

.vinegar .diagram .btn-wrapper {
  width: 136px;
  text-align: center;
  border-radius: 8px; }
  .vinegar .diagram .btn-wrapper:nth-of-type(1) {
    top: 30px;
    left: 30px; }
  .vinegar .diagram .btn-wrapper:nth-of-type(2) {
    top: 190px;
    left: 30px; }
  .vinegar .diagram .btn-wrapper:nth-of-type(3) {
    top: 350px;
    left: 30px; }
  .vinegar .diagram .btn-wrapper:nth-of-type(4) {
    top: 30px;
    left: 250px; }
  .vinegar .diagram .btn-wrapper:nth-of-type(5) {
    top: 190px;
    left: 250px; }
  .vinegar .diagram .btn-wrapper:nth-of-type(6) {
    top: 350px;
    left: 250px; }
  .vinegar .diagram .btn-wrapper:nth-of-type(7) {
    top: 510px;
    left: 250px; }
  .vinegar .diagram .btn-wrapper:nth-of-type(8) {
    top: 30px;
    left: 470px; }
  .vinegar .diagram .btn-wrapper:nth-of-type(9) {
    top: 190px;
    left: 470px; }
  .vinegar .diagram .btn-wrapper:nth-of-type(10) {
    top: 350px;
    left: 470px; }
  .vinegar .diagram .btn-wrapper:nth-of-type(11) {
    top: 510px;
    left: 470px; }
  .vinegar .diagram .btn-wrapper:nth-of-type(12) {
    top: 30px;
    left: 690px; }
  .vinegar .diagram .btn-wrapper:nth-of-type(13) {
    top: 190px;
    left: 690px; }
  .vinegar .diagram .btn-wrapper:nth-of-type(14) {
    top: 350px;
    left: 690px; }
  .vinegar .diagram .btn-wrapper:nth-of-type(15) {
    top: 510px;
    left: 690px; }
  .vinegar .diagram .btn-wrapper:nth-of-type(16) {
    top: 30px;
    left: 910px; }
  .vinegar .diagram .btn-wrapper:nth-of-type(17) {
    top: 190px;
    left: 910px; }
  .vinegar .diagram .btn-wrapper:nth-of-type(18) {
    top: 350px;
    left: 910px; }
  .vinegar .diagram .btn-wrapper:nth-of-type(19) {
    top: 510px;
    left: 910px; }

.vinegar .diagram .btn-wrapper:nth-child(4):after, .vinegar .diagram .btn-wrapper:nth-child(5):after, .vinegar .diagram .btn-wrapper:nth-child(6):after,
.vinegar .diagram .btn-wrapper:nth-child(8):after, .vinegar .diagram .btn-wrapper:nth-child(9):after, .vinegar .diagram .btn-wrapper:nth-child(10):after,
.vinegar .diagram .btn-wrapper:nth-child(12):after, .vinegar .diagram .btn-wrapper:nth-child(13):after, .vinegar .diagram .btn-wrapper:nth-child(14):after,
.vinegar .diagram .btn-wrapper:nth-child(16):after, .vinegar .diagram .btn-wrapper:nth-child(17):after, .vinegar .diagram .btn-wrapper:nth-child(18):after {
  content: url(/17e56bff211aab16333f18ec40f84b5c.png); }

.wine .diagram .btn-wrapper {
  width: 136px;
  text-align: center;
  border-radius: 8px; }
  .wine .diagram .btn-wrapper:nth-of-type(1) {
    top: 30px;
    left: 30px; }
  .wine .diagram .btn-wrapper:nth-of-type(2) {
    top: 190px;
    left: 30px; }
  .wine .diagram .btn-wrapper:nth-of-type(3) {
    top: 350px;
    left: 30px; }
  .wine .diagram .btn-wrapper:nth-of-type(4) {
    top: 510px;
    left: 30px; }
  .wine .diagram .btn-wrapper:nth-of-type(5) {
    top: 670px;
    left: 30px; }
  .wine .diagram .btn-wrapper:nth-of-type(6) {
    top: 30px;
    left: 250px; }
  .wine .diagram .btn-wrapper:nth-of-type(7) {
    top: 190px;
    left: 250px; }
  .wine .diagram .btn-wrapper:nth-of-type(8) {
    top: 350px;
    left: 250px; }
  .wine .diagram .btn-wrapper:nth-of-type(9) {
    top: 510px;
    left: 250px; }
  .wine .diagram .btn-wrapper:nth-of-type(10) {
    top: 30px;
    left: 470px; }
  .wine .diagram .btn-wrapper:nth-of-type(11) {
    top: 190px;
    left: 470px; }
  .wine .diagram .btn-wrapper:nth-of-type(12) {
    top: 350px;
    left: 470px; }
  .wine .diagram .btn-wrapper:nth-of-type(13) {
    top: 510px;
    left: 470px; }
  .wine .diagram .btn-wrapper:nth-of-type(14) {
    top: 30px;
    left: 690px; }
  .wine .diagram .btn-wrapper:nth-of-type(15) {
    top: 190px;
    left: 690px; }
  .wine .diagram .btn-wrapper:nth-of-type(16) {
    top: 350px;
    left: 690px; }
  .wine .diagram .btn-wrapper:nth-of-type(17) {
    top: 510px;
    left: 690px; }
  .wine .diagram .btn-wrapper:nth-of-type(18) {
    top: 30px;
    left: 910px; }
  .wine .diagram .btn-wrapper:nth-of-type(19) {
    top: 190px;
    left: 910px; }
  .wine .diagram .btn-wrapper:nth-of-type(20) {
    top: 350px;
    left: 910px; }
  .wine .diagram .btn-wrapper:nth-of-type(21) {
    top: 510px;
    left: 910px; }

.wine .diagram .btn-wrapper:nth-child(6):after, .wine .diagram .btn-wrapper:nth-child(7):after, .wine .diagram .btn-wrapper:nth-child(8):after,
.wine .diagram .btn-wrapper:nth-child(10):after, .wine .diagram .btn-wrapper:nth-child(11):after, .wine .diagram .btn-wrapper:nth-child(12):after,
.wine .diagram .btn-wrapper:nth-child(14):after, .wine .diagram .btn-wrapper:nth-child(15):after, .wine .diagram .btn-wrapper:nth-child(16):after,
.wine .diagram .btn-wrapper:nth-child(18):after, .wine .diagram .btn-wrapper:nth-child(19):after, .wine .diagram .btn-wrapper:nth-child(20):after {
  content: url(/17e56bff211aab16333f18ec40f84b5c.png); }

.vinegar-basic .diagram .btn-wrapper {
  width: 136px;
  text-align: center;
  border-radius: 8px; }
  .vinegar-basic .diagram .btn-wrapper:nth-of-type(1) {
    top: 30px;
    left: 30px; }
  .vinegar-basic .diagram .btn-wrapper:nth-of-type(2) {
    top: 190px;
    left: 30px; }
  .vinegar-basic .diagram .btn-wrapper:nth-of-type(3) {
    top: 350px;
    left: 30px; }
  .vinegar-basic .diagram .btn-wrapper:nth-of-type(4) {
    top: 30px;
    left: 250px; }
  .vinegar-basic .diagram .btn-wrapper:nth-of-type(5) {
    top: 190px;
    left: 250px; }
  .vinegar-basic .diagram .btn-wrapper:nth-of-type(6) {
    top: 350px;
    left: 250px; }
  .vinegar-basic .diagram .btn-wrapper:nth-of-type(7) {
    top: 30px;
    left: 470px; }
  .vinegar-basic .diagram .btn-wrapper:nth-of-type(8) {
    top: 190px;
    left: 470px; }
  .vinegar-basic .diagram .btn-wrapper:nth-of-type(9) {
    top: 30px;
    left: 690px; }
  .vinegar-basic .diagram .btn-wrapper:nth-of-type(10) {
    top: 190px;
    left: 690px; }

.vinegar-basic .diagram .btn-wrapper:first-child:after, .vinegar-basic .diagram .btn-wrapper:nth-child(4):after, .vinegar-basic .diagram .btn-wrapper:nth-child(7):after, .vinegar-basic .diagram .btn-wrapper:nth-child(9):after {
  content: url(/17e56bff211aab16333f18ec40f84b5c.png); }

.vinegar-basic .diagram .btn-wrapper:nth-child(5):after, .vinegar-basic .diagram .btn-wrapper:nth-child(8):after {
  content: url(/49cc896b28b90169dd8db9c48c8dea7e.png);
  position: relative;
  bottom: 200px;
  left: 110px; }

.pickle .diagram .btn-wrapper {
  width: 136px;
  text-align: center;
  border-radius: 8px; }
  .pickle .diagram .btn-wrapper:nth-of-type(1) {
    top: 30px;
    left: 30px; }
  .pickle .diagram .btn-wrapper:nth-of-type(2) {
    top: 190px;
    left: 30px; }
  .pickle .diagram .btn-wrapper:nth-of-type(3) {
    top: 350px;
    left: 30px; }
  .pickle .diagram .btn-wrapper:nth-of-type(4) {
    top: 510px;
    left: 30px; }
  .pickle .diagram .btn-wrapper:nth-of-type(5) {
    top: 30px;
    left: 250px; }
  .pickle .diagram .btn-wrapper:nth-of-type(6) {
    top: 190px;
    left: 250px; }
  .pickle .diagram .btn-wrapper:nth-of-type(7) {
    top: 350px;
    left: 250px; }
  .pickle .diagram .btn-wrapper:nth-of-type(8) {
    top: 510px;
    left: 250px; }
  .pickle .diagram .btn-wrapper:nth-of-type(9) {
    top: 30px;
    left: 470px; }
  .pickle .diagram .btn-wrapper:nth-of-type(10) {
    top: 190px;
    left: 470px; }
  .pickle .diagram .btn-wrapper:nth-of-type(11) {
    top: 350px;
    left: 470px; }
  .pickle .diagram .btn-wrapper:nth-of-type(12) {
    top: 510px;
    left: 470px; }

.pickle .diagram .btn-wrapper:nth-child(5):after, .pickle .diagram .btn-wrapper:nth-child(6):after, .pickle .diagram .btn-wrapper:nth-child(7):after,
.pickle .diagram .btn-wrapper:nth-child(9):after, .pickle .diagram .btn-wrapper:nth-child(10):after, .pickle .diagram .btn-wrapper:nth-child(11):after {
  content: url(/17e56bff211aab16333f18ec40f84b5c.png); }
/* UI Grid Group Columns */
[ui-grid-group-columns] .ui-grid-header-canvas {
  display: -ms-flexbox;
  display: flex; }

[ui-grid-group-columns] .ui-grid-header-group-name {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 31px;
  border-bottom: solid 1px #d4d4d4;
  border-right: solid 1px #d4d4d4;
  box-sizing: border-box;
  text-align: center; }

[ui-grid-group-columns] .ui-grid-header-group.named {
  position: relative;
  padding-top: 31px; }

[ui-grid-group-columns] .ui-grid-header-cell-wrapper,
[ui-grid-group-columns] .ui-grid-header-cell-row {
  position: static; }

[ui-grid-group-columns] .ui-grid-header-cell {
  height: 100%;
  vertical-align: middle; }
  [ui-grid-group-columns] .ui-grid-header-cell [role="columnheader"] {
    position: relative; }

[ui-grid-group-columns] .ui-grid-header-cell:last-child {
  border-right: solid 1px #d4d4d4; }
  [ui-grid-group-columns] .ui-grid-header-cell:last-child .ui-grid-column-resizer.right {
    border-right: none; }

[ui-grid-group-columns] .ui-grid-footer-cell:last-child {
  border-right: solid 1px #d4d4d4; }

[ui-grid-group-columns] .ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-header-cell:first-child {
  border-left: none; }
.standing-book-supplier-license .checkbox {
  display: inline-block;
  margin-left: 20px; }

.standing-book-supplier-license .form-group {
  margin-bottom: 0; }

.standing-book-supplier-radio-textarea-group .col-xs-1 {
  margin-top: 50px; }
  .standing-book-supplier-radio-textarea-group .col-xs-1 .label-title {
    font-weight: 600; }

.standing-book-supplier-radio-textarea-group .col-xs-9 .col-xs-12 .form-group {
  margin-bottom: 0; }
  .standing-book-supplier-radio-textarea-group .col-xs-9 .col-xs-12 .form-group textarea {
    margin-top: -36px; }

.standing-book-supplier-radio-textarea-group .col-xs-9:last-child .col-xs-12 .form-group {
  margin-bottom: 20px; }
.disinfection-time .moment-picker-container .header-view thead {
  display: none; }
.arrival-notice-tabs > .row:first-child {
  margin-top: 14px;
  font-weight: 600;
  border-bottom: 1px solid #ccc; }
  .arrival-notice-tabs > .row:first-child .tab {
    cursor: pointer;
    text-align: center;
    padding-bottom: 12px; }
  .arrival-notice-tabs > .row:first-child .active {
    color: #5095eb;
    border-bottom: 1px solid #5095eb; }

.arrival-notice-tabs .content .row {
  margin-top: 10px; }
  .arrival-notice-tabs .content .row .textarea strong {
    display: block; }
  .arrival-notice-tabs .content .row .textarea textarea {
    width: 100%;
    border-radius: 6px; }

.arrival-notice-tabs .content .quality strong {
  display: block;
  padding-left: 15px; }

.arrival-notice-tabs .content .quality .btn-primary {
  margin-left: 15px; }

.arrival-notice-tabs .content .quality .name {
  width: 40%;
  display: inline-block; }

.arrival-notice-tabs .content .quality .ui-select-container {
  width: 40%;
  display: inline-block;
  top: 11px; }
.product-sales-check p .label {
  color: #000000;
  padding-left: 0px;
  width: 130px;
  display: inline-block;
  text-align: left;
  font-size: 14px; }

.product-sales-check .quality strong {
  display: block; }

.product-sales-check .quality .name {
  width: 40%;
  display: inline-block; }

.product-sales-check .quality .ui-select-container {
  width: 40%;
  display: inline-block;
  top: 10px; }
.standing-in .first > div {
  display: inline-block;
  width: 200px;
  height: 60px;
  line-height: 60px; }

.standing-in .first .edit {
  border-radius: 10px;
  text-align: center;
  cursor: pointer; }

.standing-in .first .right {
  position: relative;
  text-align: center; }
  .standing-in .first .right .desc {
    display: block;
    width: 100%;
    position: absolute;
    top: 15px;
    left: 0; }
  .standing-in .first .right .icon {
    width: 100%;
    height: 10px;
    display: block;
    position: absolute;
    top: 56px;
    left: 16px;
    background: url(/0268b034d6e666aed63d934b75b6b7e5.png) no-repeat; }

.standing-in .bottom {
  position: relative;
  height: 60px;
  margin-top: -4px; }
  .standing-in .bottom .desc {
    display: block;
    width: 100%;
    position: absolute;
    top: 20px;
    left: 100px; }
  .standing-in .bottom .icon {
    width: 40px;
    height: 20px;
    display: block;
    position: absolute;
    top: 18px;
    left: 40px;
    background: url(/0268b034d6e666aed63d934b75b6b7e5.png) no-repeat -140px;
    transform: rotate(90deg); }

.standing-in .stock {
  position: relative;
  height: 240px; }
  .standing-in .stock .sale-examine {
    position: absolute;
    top: 260px; }
  .standing-in .stock .bottom {
    position: relative;
    height: 60px;
    margin-top: -4px;
    bottom: -210px; }
    .standing-in .stock .bottom .desc {
      display: block;
      width: 100%;
      position: absolute;
      top: 20px;
      left: 100px; }
    .standing-in .stock .bottom .icon {
      width: 40px;
      height: 20px;
      display: block;
      position: absolute;
      top: 18px;
      left: 40px;
      background: url(/0268b034d6e666aed63d934b75b6b7e5.png) no-repeat -140px;
      transform: rotate(90deg); }
  .standing-in .stock .width {
    width: 200px;
    display: inline-block; }
  .standing-in .stock .block {
    height: 60px;
    line-height: 60px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer; }
  .standing-in .stock .stock-first, .standing-in .stock .stock5, .standing-in .stock .stock2, .standing-in .stock .stock3, .standing-in .stock .stock4 {
    position: absolute; }
  .standing-in .stock .stock-first {
    top: 150px; }
  .standing-in .stock .stock2 {
    left: 203px; }
    .standing-in .stock .stock2 .jiantou1, .standing-in .stock .stock2 .jiantou2, .standing-in .stock .stock2 .jiantou3 {
      position: relative; }
      .standing-in .stock .stock2 .jiantou1 .icon, .standing-in .stock .stock2 .jiantou2 .icon, .standing-in .stock .stock2 .jiantou3 .icon {
        width: 100%;
        height: 10px;
        position: absolute;
        background: url(/0268b034d6e666aed63d934b75b6b7e5.png) no-repeat; }
      .standing-in .stock .stock2 .jiantou1 .desc, .standing-in .stock .stock2 .jiantou2 .desc, .standing-in .stock .stock2 .jiantou3 .desc {
        display: block;
        width: 100%;
        position: absolute;
        text-align: center; }
    .standing-in .stock .stock2 .jiantou1 .icon {
      top: 64px;
      left: 8px;
      transform: rotate(-19deg); }
    .standing-in .stock .stock2 .jiantou1 .desc {
      top: 52px;
      left: -16px;
      transform: rotate(-19deg); }
    .standing-in .stock .stock2 .jiantou2 .icon {
      top: 120px;
      left: 16px; }
    .standing-in .stock .stock2 .jiantou2 .desc {
      top: 100px;
      left: 0; }
    .standing-in .stock .stock2 .jiantou3 .icon {
      top: 175px;
      left: 8px;
      transform: rotate(19deg); }
    .standing-in .stock .stock2 .jiantou3 .desc {
      top: 150px;
      left: -6px;
      transform: rotate(19deg); }
  .standing-in .stock .stock3 {
    left: 408px; }
  .standing-in .stock .stock4 {
    left: 612px; }
    .standing-in .stock .stock4 .desc {
      display: block;
      width: 100%;
      position: absolute;
      top: 10px;
      left: 0;
      text-align: center; }
    .standing-in .stock .stock4 .icon {
      width: 100%;
      height: 10px;
      display: block;
      position: absolute;
      top: 30px;
      left: 15px;
      background: url(/0268b034d6e666aed63d934b75b6b7e5.png) no-repeat; }

.standing-in .stock5 {
  left: 812px; }

.standing-in .blue {
  background: #02abef;
  color: #fff;
  box-shadow: 0 4px 4px 0 #999 !important; }

.standing-in .green {
  background: #52a91e;
  color: #fff;
  box-shadow: 0 4px 4px 0 #999 !important; }
.video {
  width: 100%; }
  .video .row .col-xs-6 {
    margin-bottom: 20px; }
    .video .row .col-xs-6 h3 {
      text-align: center;
      font-size: 16px; }
  .video .video-block {
    height: 300px; }
@charset "UTF-8";
.data-import-view .validate-message.has-error {
  color: red; }

.data-import-view .validate-message span + span::before {
  content: '\FF0C'; }

.data-import-view .mt-40 {
  margin-top: 40px; }

/*# sourceMappingURL=app.49b84533.css.map*/