/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  font-size: 16px;
  scroll-behavior: smooth;
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  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;
  line-height: 1.5;
}

/* Grouping content
     ========================================================================== */

/**
   * 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
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
   * 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 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
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * 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;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 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 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
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 in Chrome and Safari on macOS.
   */
[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 Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
.dg-cont-top{
  display: flex;
  align-items: center;
  height: 40px;
  justify-content: space-between; 
  padding: 0 20px;
  color: #303133;  
  width: 84%;
  margin: 0 auto;
}
.dg-cont-top.md-width{
  width: 84%;
  margin: 0 auto;
}
.dg-cont-top .bread-first{
  color: #3370ff;
  font-weight: 600;
  cursor: pointer;
}
.dg-cont-top .bread-first:hover{
  color: #3845dc;
}
.dg-cont-body{
  background-color: #ffffff;
  min-height: 400px;
  padding: 0 20px;
  box-sizing: border-box;
  width: 84%;
  margin: 0 auto;
}
.el-popover {
  white-space: pre-wrap!important;
}
html,body,#app{width:100%}body{font-size:14px}.loading-home{background:linear-gradient(135deg, #eff3fc, #e8eefc);color:#303133;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;margin:0}.spinner{margin:20px auto;border:4px solid #d5d5e7;border-left-color:#3e41e4;border-radius:50%;width:32px;height:32px;animation:spin 1s linear infinite}.status{font-size:16px;font-weight:normal;margin-top:10px}@keyframes spin{to{transform:rotate(360deg)}}

.svg-icon[data-v-7b527ee3]{
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.el-table--border,.el-table--group{border-top:solid 1px #ccc !important;border-bottom:solid 1px #ccc !important}.el-table td.el-table__cell,.el-table th.el-table__cell.is-leaf{padding:8px 0;border-bottom:1px solid #ccc}.el-table--border .el-table__cell,.el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed{border-right:1px solid #ccc}.el-table--border,.el-table--group{border:1px solid #ccc}.el-table th{background-color:#e4e4e4 !important}.el-button--default{border-radius:6px}[data-theme=default] .el-button--default{border-color:#3370ff}[data-theme=light] .el-button--default{border-color:#3370ff}[data-theme=default] .el-button--default{background-color:#3370ff}[data-theme=light] .el-button--default{background-color:#3370ff}.el-button--default{color:#fff}[data-theme=default] .el-button--default:hover{background-color:#3845dc}[data-theme=light] .el-button--default:hover{background-color:#3845dc}[data-theme=default] .el-button--default:hover{border-color:#3845dc}[data-theme=light] .el-button--default:hover{border-color:#3845dc}.el-button--default:hover{color:#fff}[data-theme=default] .el-button--primary{background-color:#3370ff}[data-theme=light] .el-button--primary{background-color:#3370ff}[data-theme=default] .el-button--primary{border-color:#3370ff}[data-theme=light] .el-button--primary{border-color:#3370ff}.el-button--primary{border-radius:4px !important;color:#fff}[data-theme=default] .el-button--primary:hover{background-color:#3845dc}[data-theme=light] .el-button--primary:hover{background-color:#3845dc}[data-theme=default] .el-button--primary:hover{border-color:#3845dc}[data-theme=light] .el-button--primary:hover{border-color:#3845dc}.el-button--primary:focus{color:#fff}[data-theme=default] .el-button.el-button--default:focus{background-color:#3845dc}[data-theme=light] .el-button.el-button--default:focus{background-color:#3845dc}[data-theme=default] .el-button.el-button--default:focus{border-color:#3845dc}[data-theme=light] .el-button.el-button--default:focus{border-color:#3845dc}.el-button.el-button--default:focus{color:#fff}.el-button.is-plain:focus,.el-button.is-plain:hover{color:#fff}.el-button--primary.is-disabled,.el-button--primary.is-disabled:active,.el-button--primary.is-disabled:focus,.el-button--primary.is-disabled:hover{color:#fff;background-color:#a0cfff;border-color:#a0cfff}.el-button.is-disabled,.el-button.is-disabled:focus,.el-button.is-disabled:hover{color:#c0c4cc;cursor:not-allowed;background-image:none;background-color:#fff;border-color:#ebeef5}.el-button--info.is-plain{background-color:rgba(0,0,0,0)}.el-button--text{padding:0 !important}.el-table thead{color:#333 !important}.el-tabs--card>.el-tabs__header .el-tabs__nav{width:100%;display:flex !important;justify-content:space-around !important}.el-tabs--card>.el-tabs__header .el-tabs__nav>div{width:100% !important;text-align:center}.el-tabs--card>.el-tabs__header .el-tabs__item.is-active{background-color:#7a85a1 !important;color:#fff !important}.el-input__inner{border:1px solid #ccc !important}.el-input--suffix .el-input__inner{padding-right:25px}.el-message-box{border-top-left-radius:8px;border-top-right-radius:8px;border:none;padding-bottom:20px}.el-message-box .el-message-box__header{padding:12px 15px !important;color:#fff;border-top-left-radius:8px;border-top-right-radius:8px}[data-theme=default] .el-message-box .el-message-box__header{background-color:#3370ff}[data-theme=light] .el-message-box .el-message-box__header{background-color:#3370ff}.el-message-box .el-message-box__header .el-message-box__title{font-size:16px !important;font-weight:normal !important;color:#fff}.el-message-box .el-message-box__content{padding:40px 30px}.el-message-box .el-message-box__headerbtn{top:10px;font-size:20px}.el-message-box .el-message-box__headerbtn .el-message-box__close{color:#fff}.el-dialog{border-top-left-radius:8px;border-top-right-radius:8px}.el-dialog .el-dialog__header{padding:4px 15px !important}[data-theme=default] .el-dialog .el-dialog__header{background-color:#3370ff}[data-theme=light] .el-dialog .el-dialog__header{background-color:#3370ff}.el-dialog .el-dialog__header{color:#fff;border-top-left-radius:8px;border-top-right-radius:8px}.el-dialog .el-dialog__header .dialog-title{font-size:16px !important;font-weight:normal !important}.el-dialog .el-dialog__headerbtn{top:13px;font-size:20px}.el-dialog .el-dialog__headerbtn .el-dialog__close{color:#fff}.el-tree-node:focus>.el-tree-node__content{background-color:#bad6ff;color:#303133}.el-loading-mask{z-index:50 !important}.el-tree-node{white-space:normal;line-height:24px}.el-tree-node .el-tree-node__content{height:100%;align-items:start}.el-tree-node__content:hover{background:#bad6ff;color:#303133}.el-tree .is-current{background-color:#fff !important;color:#606266 !important}.el-autocomplete-suggestion p{margin:10px 0}.el-input-group__prepend{color:#fff !important}[data-theme=default] .el-input-group__prepend{background-color:#169bd5}[data-theme=light] .el-input-group__prepend{background-color:#169bd5}.higher-search-input .el-input-group__prepend,.search-higher .el-input-group__prepend{border-radius:4px 0 0 4px}[data-theme=default] .higher-search-input .el-input-group__prepend,[data-theme=default] .search-higher .el-input-group__prepend{border-color:#169bd5}[data-theme=light] .higher-search-input .el-input-group__prepend,[data-theme=light] .search-higher .el-input-group__prepend{border-color:#169bd5}.search-higher .search-input{height:38px;line-height:38px}.search-higher .el-input-group__prepend{width:60px;text-align:right}.higher-search-input .el-input-group__prepend .el-input__inner,.search-higher .el-input-group__prepend .el-input__inner{border:none !important}.search-higher .el-input--suffix .el-input__inner{height:40px;line-height:40px}.search-higher .search-date{height:40px;line-height:40px}.el-table__placeholder{display:none !important}.shareholders-table th.el-table__cell>.cell{display:flex !important;align-items:center !important;justify-content:center !important}.visual-check .el-input__inner{border-radius:0 !important}.visual-check .el-button--primary{border-top-left-radius:0 !important;border-bottom-left-radius:0 !important}.pointer{cursor:pointer}.content-title{width:100%}.content-title .title-span{font-size:28px}.content-title .title-left-span{font-size:28px;margin-left:20px}.content-title .search-main-box{float:right;width:70%;margin-top:-10px}.middle-box{width:84%;margin:20px auto 20px auto;padding:20px;box-sizing:border-box}.center-flex{display:flex;align-items:center;justify-content:center}.between-flex{display:flex;align-items:center;justify-content:space-between;flex-flow:wrap;line-height:1.5}.start-flex{display:flex;align-items:center;justify-content:flex-start;flex-flow:wrap;line-height:1.5}.end-flex{display:flex;align-items:center;justify-content:flex-end}.evenly-flex{display:flex;align-items:center;justify-content:space-evenly}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-thumb{border-radius:2px;background-color:rgba(148,148,148,.5);box-shadow:inset 0 0 5px rgba(100,100,100,.1)}::-webkit-scrollbar-track{box-shadow:inset 0 0 5px rgba(0,0,0,.5);background:#ededed;border-radius:2px}.small-search .el-input__inner{height:28px !important;line-height:28px !important;font-size:12px !important}.small-search i{line-height:28px !important}.important-title{margin-top:20px;font-weight:bold;color:#9d3333;font-size:16px;background-color:#ffff8d;padding:25px 36px;text-shadow:1px 1px 1px #fff}.gray-col{background-color:#033362 !important}.red-col{background-color:#9d3333 !important}.blue-col{background-color:#169bd5 !important}.font-12{font-size:12px !important}.font-14{font-size:14px !important}.font-16{font-size:16px !important}.font-18{font-size:18px !important}.red{color:#ee2f55}.green{color:#5cb87a}.notice-form .el-input,.notice-text-area{width:710px !important}.notice-form .el-input--small .el-input__inner{height:36px;line-height:36px;border:1px solid #e1e1e1 !important}.el-autocomplete-suggestion__list li:hover{background:#3370ff;color:#fff}.el-autocomplete-suggestion__list li.highlighted{background:#3370ff;color:#fff}body{width:100%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-family:"Microsoft Yahei","Helvetica Neue","lucida grande","lucida sans unicode",lucida,helvetica,"Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif}html{width:100%;height:100%;box-sizing:border-box;background-color:#f1f1f1}.clearfix:after,.clearfix:before{clear:both;display:block;visibility:hidden;height:0;content:".";font-size:0}.el-step__title{font-size:14px}.luckysheet-share-logo,.luckysheet_info_detail_back{display:none}.content-box .el-collapse-item{margin-bottom:10px}.content-box .el-collapse-item__content{padding:20px 0}.content-box .el-collapse-item__header{background-color:#e8e8e8 !important;padding:0 20px !important}
