/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and 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"], /* 1 */
[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;
}

/**
 * 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 */
}

/**
 * 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, /* 1 */
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;
}
.ac-content-auto {
  width: 1180px;
  margin: auto;
  overflow: auto;
}
@media only screen and (max-width: 1200px) and (min-width: 700px) {
  .ac-content-auto {
    width: 100%;
  }
}
.ac-content-auto > .ac-content-left {
  width: 17%;
  padding-right: 20px;
  float: left;
}
@media only screen and (max-width: 700px) {
  .ac-content-auto > .ac-content-left {
    display: none;
  }
  .ac-content-auto > .ac-content-left.side-nav {
    width: auto;
    overflow: hidden;
    display: block;
    position: fixed;
    bottom: 20px;
    left: 0;
    z-index: 30;
    padding-right: 0;
  }
}
.ac-content-auto > .ac-content-main {
  width: 83%;
  float: left;
}
@media only screen and (max-width: 700px) {
  .ac-content-auto > .ac-content-main {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 700px) {
  .ac-content-auto {
    width: 100%;
  }
}
.ac-auto {
  margin: auto;
  overflow: auto;
}
.ac-vertical-margin {
  margin-top: 25px;
  margin-bottom: 25px;
}
.ac-vertical-padding {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 700px) {
  .ac-vertical-padding {
    padding-bottom: 55px;
  }
}
.ac-icon {
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}
.ac-icon.ac-huge {
  height: 73px;
  width: 73px;
}
.ac-icon.ac-icon-logo {
  background-image: url(//yuntu-f.fastcadreader.com/assets/images/logo-20240326.png);
  display: inline-block;
  height: 48px;
  width: 180px;
  background-position: 0 0;
}
.ac-icon.ac-user-input-icon {
  background-position: 0 -102px;
}
.ac-icon.ac-passwd-input-icon {
  background-position: -30px -102px;
}
.ac-icon.icon-avatar {
  background-position: 0 -181px;
  height: 30px;
  width: 30px;
}
.ac-icon.icon-avatar-chooser {
  background-position: 0 -131px;
  height: 40px;
  width: 40px;
}
.ac-icon-set {
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url('https://yuntu-f.fastcadreader.com/account/web/images/icon/icon_set_20250209.svg');
}
.ac-icon-set.language-icon {
  height: 32px;
  width: 32px;
  background-position: 0px 3px;
  transform: scale(0.85);
}
.ac-icon-set.language-icon:hover {
  background-position: -35px 3px;
}
.ac-icon-set.language-checked {
  width: 24px;
  height: 16px;
  background-position: -112px -34px;
}
.ac-icon-set.trans-close {
  height: 30px;
  width: 30px;
  background-position: 0px -60px;
  transform: scale(0.6);
}
.ac-icon-arrow {
  display: inline-block;
  width: 30px;
  height: 26px;
  background-repeat: no-repeat;
  transform: scale(0.5);
  background-size: auto;
  margin-left: 5px;
}
.ac-icon-arrow.arrow-white {
  background-position: 0px -34px;
}
.ac-icon-arrow.arrow-gray {
  background-position: -30px -34px;
}
.ac-icon-arrow.arrow-black {
  margin-left: 10px !important;
  background-position: 0px -34px;
  width: 24px;
  height: 18px;
  transform: scale(1);
  margin-top: unset;
}
.ac-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #333333;
  color: #999999;
  padding: 10px 0;
  overflow: hidden;
  line-height: 25px;
  text-align: center;
  font-size: 12px;
}
.ac-split-before > * {
  margin: 10px;
}
.ac-split-before > *::before {
  content: ' ';
  position: relative;
  top: 2px;
  right: 12px;
  display: inline-block;
  width: 1px;
  height: 1em;
  border-right: 1px solid #EBEEEE;
}
.ac-split-before > *:first-child::before {
  display: none;
}
.ac-header {
  background-color: #FFFFFF;
  z-index: 10;
  display: block;
  height: 70px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
.ac-header .ac-header-wrap {
  line-height: 70px;
}
.ac-header .ac-header-wrap > * {
  float: left;
}
.ac-header .ac-header-wrap > .ac-logo {
  display: inline-block;
}
.ac-header .ac-header-wrap > .ac-nav-tabs {
  display: inline-block;
  height: 70px;
  float: right;
}
.ac-header .ac-header-wrap > .ac-nav-tabs > .ac-nav-tab {
  color: #999999;
  display: inline-block;
  text-align: center;
  float: left;
}
.ac-header .ac-header-wrap > .ac-nav-tabs > .ac-nav-tab:hover,
.ac-header .ac-header-wrap > .ac-nav-tabs > .ac-nav-tab.selected {
  color: #FFFFFF;
}
.ac-header .ac-header-wrap > .ac-nav-tabs > .ac-nav-tab:hover .tab-dropdown-header {
  cursor: pointer;
}
.ac-header .ac-header-wrap > .ac-nav-tabs > .ac-nav-tab:hover .tab-dropdown-header > .header-content > .arrow-black {
  background-position: -56px -34px;
}
.ac-header .ac-header-wrap > .ac-nav-tabs > .ac-nav-tab:hover .tab-dropdown-header > .header-content > .language-icon {
  background-position: -34px 3px;
}
.ac-header .ac-header-wrap > .ac-nav-tabs > .ac-nav-tab .tab-dropdown-header {
  background: none;
  height: 70px;
  margin-top: unset;
  color: #333333;
  width: unset;
  font-size: 16px;
  font-weight: unset;
  display: flex;
}
.ac-header .ac-header-wrap > .ac-nav-tabs > .ac-nav-tab .tab-dropdown-header:hover {
  color: #0097FF;
}
.ac-header .ac-header-wrap > .ac-nav-tabs > .ac-nav-tab .tab-dropdown-header > .header-content {
  display: flex;
  align-items: center;
}
.ac-header .ac-header-wrap > .ac-nav-tabs > .ac-nav-tab .tab-dropdown-header > .header-content > .language-icon {
  height: 32px;
  width: 32px;
  background-position: 0px 3px;
  transform: scale(0.95);
}
.ac-header .ac-header-wrap > .ac-nav-tabs > .ac-nav-tab .tab-dropdown-header.active > .header-content > .arrow-black {
  background-position: -86px -34px;
}
.ac-header .ac-header-wrap > .ac-nav-tabs > .ac-nav-tab .tab-dropdown-content {
  margin-left: unset;
  width: 162px;
  z-index: 1000;
  display: none;
}
@media only screen and (max-width: 700px) {
  .ac-header .ac-header-wrap > .ac-nav-tabs > .ac-nav-tab .tab-dropdown-content {
    margin-left: -20px;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 700px) {
  .ac-header .ac-header-wrap > .ac-nav-tabs > .ac-nav-tab .tab-dropdown-content {
    margin-left: -35px;
  }
}
.ac-header .ac-header-wrap > .ac-nav-tabs > .ac-nav-tab .tab-dropdown-content.active {
  display: block;
}
.ac-header .ac-header-wrap > .ac-nav-tabs > .ac-nav-tab .tab-dropdown-content > .content-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: right;
  width: 162px;
}
.ac-header .ac-header-wrap > .ac-nav-tabs > .ac-nav-tab .tab-dropdown-content > .content-label > .checked-icon {
  display: none;
  width: 24px;
  height: 16px;
  background-position: -112px -34px;
  margin-bottom: 3px;
  margin-left: 15px;
}
.ac-header .ac-header-wrap > .ac-nav-tabs > .ac-nav-tab .tab-dropdown-content > .content-label.selected > .checked-icon {
  display: block;
}
.ac-header .ac-header-wrap > .ac-nav-tabs > .ac-nav-tab .tab-dropdown-content > .content-label.selected > span {
  color: #0097FF;
}
.ac-header .ac-header-wrap > .ac-nav-tabs > .ac-nav-tab .tab-dropdown-content > .content-label:hover > span {
  color: #0097FF;
}
.ac-header .ac-header-wrap > .ac-nav-tabs > .ac-nav-tab .tab-dropdown-content > .content-label > span {
  width: 124px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  color: #333333;
  padding-left: 5px;
}
.ac-header .ac-header-wrap > .ac-nav-tabs > .ac-nav-tab .tab-dropdown-content > .content-label > span:hover {
  color: #0097FF;
}
.ac-header .ac-header-wrap > .ac-nav-tabs > .ac-nav-tab + .ac-nav-tab {
  margin-left: 20px;
}
.ac-header .ac-header-wrap > .ac-nav-tabs > .ac-nav-tab.ac-account {
  color: #FFFFFF;
  text-align: left;
}
.ac-header .ac-header-wrap > .ac-nav-tabs > .ac-nav-tab.ac-account:hover {
  cursor: pointer;
  background-color: #444444;
}
.ac-header .ac-header-wrap > .ac-nav-tabs > .ac-nav-tab.ac-account:hover .account-shortcut > .account-summary > .account-staff-name {
  color: #FFFFFF;
}
.ac-header .ac-header-wrap > .ac-nav-tabs > .ac-nav-tab.ac-account:hover .account-dropdown {
  display: block;
}
.ac-header .ac-header-wrap > .ac-nav-tabs > .ac-nav-tab.ac-account > .account-shortcut {
  line-height: 0;
  position: relative;
}
.ac-header .ac-header-wrap > .ac-nav-tabs > .ac-nav-tab.ac-account > .account-shortcut > * {
  display: inline-block;
}
.ac-header .ac-header-wrap > .ac-nav-tabs > .ac-nav-tab.ac-account > .account-shortcut > .account-summary {
  width: 120px;
  padding: 15px 40px 15px 5px;
  line-height: normal;
  text-align: left;
}
.ac-header .ac-header-wrap > .ac-nav-tabs > .ac-nav-tab.ac-account > .account-shortcut > .account-summary > * {
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}
.ac-header .ac-header-wrap > .ac-nav-tabs > .ac-nav-tab.ac-account > .account-shortcut > .account-summary > .account-staff-name {
  font-size: 12px;
  font-weight: normal;
}
.ac-header .ac-header-wrap > .ac-nav-tabs > .ac-nav-tab.ac-account > .account-shortcut > .account-summary > .account-staff-name.ac-unselected {
  font-size: 14px;
  line-height: 40px;
  height: 40px;
}
.ac-header .ac-header-wrap > .ac-nav-tabs > .ac-nav-tab.ac-account > .account-shortcut > .account-avatar {
  position: absolute;
  right: 5px;
  top: 20px;
  width: 30px;
}
@media only screen and (max-width: 700px) {
  .ac-header .ac-header-wrap > .ac-nav-tabs > .ac-nav-tab.ac-account > .account-shortcut {
    line-height: 70px;
    position: static;
  }
  .ac-header .ac-header-wrap > .ac-nav-tabs > .ac-nav-tab.ac-account > .account-shortcut > .account-avatar {
    position: static;
    padding: 0 5px;
    width: 40px;
  }
}
.ac-header .ac-header-wrap > .ac-nav-tabs > .ac-nav-tab.ac-account > .account-dropdown {
  z-index: 10;
  display: none;
  width: 120px;
  position: absolute;
}
@media only screen and (max-width: 700px) {
  .ac-header .ac-header-wrap > .ac-nav-tabs > .ac-nav-tab.ac-account > .account-dropdown {
    width: 40px;
  }
}
.ac-header .ac-header-wrap > .ac-nav-tabs > .ac-nav-tab.ac-account > .account-dropdown > .account-dropdown-wrap {
  right: 0;
  top: 0;
  width: 180px;
  background-color: #444444;
  position: absolute;
  color: #999999;
  line-height: normal;
}
.ac-header .ac-header-wrap > .ac-nav-tabs > .ac-nav-tab.ac-account > .account-dropdown > .account-dropdown-wrap > .account-info {
  padding: 15px 10px;
}
.ac-header .ac-header-wrap > .ac-nav-tabs > .ac-nav-tab.ac-account > .account-dropdown > .account-dropdown-wrap > .account-info > div {
  font-size: 12px;
  color: #FFFFFF;
  font-weight: normal;
  margin: 10px 0;
}
.ac-header .ac-header-wrap > .ac-nav-tabs > .ac-nav-tab.ac-account > .account-dropdown > .account-dropdown-wrap > .account-info > div > * {
  vertical-align: top;
  display: inline-block;
}
.ac-header .ac-header-wrap > .ac-nav-tabs > .ac-nav-tab.ac-account > .account-dropdown > .account-dropdown-wrap > .account-info > div > .info-value {
  margin-left: 5px;
  max-width: 130px;
  word-break: break-all;
}
.ac-header .ac-header-wrap > .ac-nav-tabs > .ac-nav-tab.ac-account > .account-dropdown > .account-dropdown-wrap > .account-navi > a {
  color: #FFFFFF;
  display: block;
  padding: 10px;
  border-top: 1px solid #AAAAAA;
  font-weight: normal;
}
.ac-header .ac-header-wrap > .ac-nav-tabs > .ac-nav-tab.ac-account > .account-dropdown > .account-dropdown-wrap > .account-navi > a.ac-hidden {
  display: none;
}
.ac-header .ac-header-wrap > .ac-nav-tabs > .ac-nav-tab.ac-account > .account-dropdown > .account-dropdown-wrap > .account-navi > a:hover {
  color: #FFFFFF;
}
@media only screen and (max-width: 700px) {
  .ac-header .ac-header-wrap > .ac-nav-tabs {
    margin-right: 5px;
  }
}
.ac-navbar-large {
  border-bottom: 1px solid #DDDDDD;
}
.ac-navbar-large.margin-bottom20 {
  margin-bottom: 20px;
}
.ac-navbar-large .ac-tab {
  color: #666666;
  font-size: 18px;
  display: inline-block;
  padding: 0px 30px 9px;
  min-width: 100px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.ac-navbar-large .ac-tab.ac-selected {
  font-weight: bold;
  border-bottom: 2px solid #666666;
}
@media only screen and (max-width: 700px) {
  .ac-navbar-large .ac-tab {
    font-size: 16px;
  }
}
.ac-side-nav > .side-nav-wrap {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
  width: 180px;
}
.ac-side-nav > .side-nav-wrap > .ac-p-tab {
  display: block;
  padding: 0px 20px;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  text-align: center;
  cursor: pointer;
  user-select: none;
  line-height: 50px;
}
.ac-side-nav > .side-nav-wrap > .ac-p-tab:first-child {
  border-top: 1px solid #DDDDDD;
}
.ac-side-nav > .side-nav-wrap > .ac-p-tab:hover {
  background-color: #F0F0F0;
}
.ac-side-nav > .side-nav-wrap > .ac-p-tab.ac-p-selected {
  font-weight: bold;
  background-color: #323232;
  border: 1px solid #323232;
  color: white;
}
.ac-side-nav > .side-nav-switcher {
  display: none;
}
@media only screen and (max-width: 700px) {
  .ac-side-nav > .side-nav-switcher {
    display: block;
    line-height: 40px;
    height: 40px;
    width: 40px;
    border: 1px solid #DDDDDD;
    border-left: none;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    background-color: #FFFFFF;
    color: #333333;
  }
}
.ac-input,
input {
  padding: 0 10px;
  border: 1px solid #DDDDDD;
  line-height: 35px;
  min-height: 35px;
  border-radius: 5px;
  box-sizing: border-box;
}
.ac-input::placeholder,
input::placeholder {
  color: #AAAAAA;
}
.ac-icon-input {
  position: relative;
}
.ac-icon-input .ac-icon {
  position: absolute;
  top: 7.5px;
  left: 10px;
  z-index: 5;
}
.ac-icon-input > input {
  padding-left: 35px;
}
.ac-input-with-button {
  position: relative;
  padding-right: 128px;
}
.ac-input-with-button input {
  width: 100%;
}
.ac-input-with-button *:last-child {
  position: absolute;
  width: 125px;
  height: 37px;
  right: 0px;
  top: 0px;
}
.ac-input-with-button img {
  width: 100%;
  height: 100%;
}
.ac-labeled-input {
  line-height: 40px;
  overflow: auto;
}
.ac-labeled-input .ac-p-label {
  float: left;
  font-size: 16px;
  width: 160px;
  text-align: right;
  margin-right: 20px;
}
.ac-labeled-input .ac-p-input {
  float: left;
  color: #666666;
  font-size: 16px;
}
.ac-labeled-input .ac-checkbox {
  line-height: 40px;
}
.ac-input-label {
  color: #666666;
  margin-bottom: 5px;
}
.ac-checkbox {
  color: #666666;
  line-height: 35px;
  user-select: none;
  cursor: pointer;
}
.ac-checkbox input[type="checkbox"] {
  position: relative;
  top: 2px;
  margin-right: 0.5em;
}
.ac-labeled-input2 {
  font-size: 14px;
  margin-bottom: 15px;
}
.ac-labeled-input2 > * {
  display: block;
}
.ac-labeled-input2 .ac-label {
  font-weight: 700;
}
.ac-labeled-input2 .ac-label span.ac-red {
  color: red;
}
.ac-labeled-input2 .ac-input {
  height: 35px;
  width: 100%;
}
.ac-labeled-input2 .ac-input.ac-p-disabled {
  cursor: not-allowed;
}
.ac-labeled-input2 .ac-input.ac-p-disabled {
  background-color: #BFBFBF;
}
.ac-radio {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
  line-height: 35px;
}
.ac-radio input[type="radio"] {
  position: relative;
  top: 2px;
  height: auto;
  min-height: auto;
}
.ac-columned-input {
  min-height: 35px;
  margin-bottom: 10px;
  position: relative;
  overflow: auto;
  font-size: 14px;
  display: block;
}
.ac-columned-input .ac-label {
  width: 16%;
  display: inline-block;
  padding-top: 7px;
  padding-right: 10px;
  font-weight: 700;
  position: relative;
  text-align: right;
  float: left;
}
@media only screen and (max-width: 700px) {
  .ac-columned-input .ac-label {
    width: 100%;
    float: none;
    margin-bottom: 5px;
    text-align: left;
  }
}
.ac-columned-input .ac-input-container {
  display: inline-block;
  width: 84%;
  float: left;
}
@media only screen and (max-width: 700px) {
  .ac-columned-input .ac-input-container {
    width: 100%;
  }
}
.ac-columned-input .ac-input-container > span {
  line-height: 35px;
}
.ac-columned-input .ac-input-container > div.ac-hint {
  display: block;
  margin: 5px 0 0 0;
}
.ac-columned-input .ac-input-container div.ac-error {
  margin: 5px 0 0 0;
  color: #E93524;
  display: none;
}
.ac-columned-input .ac-input-container > span.ac-hint {
  display: inline-block;
  margin-left: 15px;
}
.ac-columned-input .ac-input-container input[type="text"],
.ac-columned-input .ac-input-container input[type="number"] {
  width: 100%;
}
.ac-columned-input .ac-input-container select.ac-select {
  margin-right: 10px;
}
.ac-btn,
input[type="submit"] {
  height: 35px;
  width: 100px;
  border: none;
  background-color: #285F8F;
  color: #FFFFFF;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 4px;
}
.ac-btn.ac-p-disabled,
input[type="submit"].ac-p-disabled {
  cursor: not-allowed;
}
.ac-btn.ac-p-waiting,
input[type="submit"].ac-p-waiting {
  cursor: wait;
}
.ac-btn.ac-p-disabled,
input[type="submit"].ac-p-disabled,
.ac-btn.ac-p-waiting,
input[type="submit"].ac-p-waiting {
  background-color: #BFBFBF;
}
.ac-btn.reversed,
input[type="submit"].reversed {
  background-color: #FFFFFF;
  color: #285F8F;
  border: 1px solid #285F8F;
}
.ac-btn.reversed.red,
input[type="submit"].reversed.red {
  color: #E93524;
  border: 1px solid #E93524;
}
.ac-btn.ac-btn-large,
input[type="submit"].ac-btn-large {
  font-size: 18px;
  padding: 10px 30px;
  line-height: 25px;
  height: 45px;
}
.ac-p-fadein {
  animation-duration: 0.2s;
  opacity: 1;
  transition-timing-function: ease-in-out;
  animation-name: fadein;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
}
.ac-p-fadeout {
  animation-duration: 0.2s;
  opacity: 0!important;
  transition-timing-function: ease-in-out;
  animation-name: fadeout!important;
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
}
.ac-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  opacity: 0.5 !important;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 20;
  display: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55000000', endColorstr='#55000000');
  /* IE */
  animation-duration: 0.2s;
  opacity: 1;
  transition-timing-function: ease-in-out;
  animation-name: fadein;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
}
.ac-dialog {
  position: fixed;
  top: 8%;
  left: 50%;
  width: 500px;
  height: auto;
  margin-left: -250px;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  background-color: #FEFEFE;
  z-index: 21;
  border-radius: 3px;
  animation-duration: 0.2s;
  opacity: 1;
  transition-timing-function: ease-in-out;
  animation-name: fadein;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
}
@media only screen and (max-width: 700px) {
  .ac-dialog.full-screen {
    animation-duration: 0.4s;
    animation-name: slidein;
    top: 0px;
    left: 0px;
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
    height: 100%;
  }
  @keyframes slidein {
    from {
      top: 100%;
    }
  }
  .ac-dialog.full-screen .ac-dialog-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .ac-dialog.self-adaption {
    width: 98%;
    margin-left: 1%;
    top: 150px;
    left: 0;
    margin-top: 0;
  }
}
.ac-dialog .ac-dialog-header {
  border-bottom: 1px solid #E4E4E4;
  border-radius: 3px;
  padding: 10px;
  height: 60px;
  background-color: #F0F0F0;
}
.ac-dialog .ac-dialog-header h3 {
  display: inline-block;
  float: left;
  margin: 10px 0 0;
}
.ac-dialog .ac-dialog-header > .ac-dialog-close {
  float: right;
  font-size: 18px;
  line-height: 1em;
  margin-right: 7px;
  margin-top: 10px;
}
.ac-dialog .ac-dialog-content {
  min-height: 150px;
  padding: 20px 10px 10px;
  margin-bottom: 20px;
  height: 80%;
  overflow: auto;
  line-height: 28px;
}
.ac-dialog .ac-dialog-content > p.ac-content {
  margin-top: 0;
}
.ac-dialog .ac-dialog-footer {
  border-top: 1px solid #E4E4E4;
  padding: 10px;
  overflow: auto;
}
.ac-dialog .ac-dialog-footer > button {
  float: right;
  margin-left: 10px;
  width: 80px;
  height: 45px;
  padding-top: 0px;
}
.ac-modal-img {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  opacity: 0.5 !important;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 20;
  display: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55000000', endColorstr='#55000000');
  /* IE */
  animation-duration: 0.2s;
  opacity: 1;
  transition-timing-function: ease-in-out;
  animation-name: fadein;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
}
.ac-modal-img span.ac-close {
  top: 0;
  right: 20px;
  position: fixed;
  z-index: 22;
  font-size: 50px;
  color: white;
  cursor: pointer;
}
.ac-modal-img img {
  position: fixed;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 5%;
  max-width: 100%;
  max-height: 90%;
  z-index: 21;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
}
.ac-section {
  margin-bottom: 15px;
}
.ac-section .section-header {
  margin-bottom: 5px;
}
.ac-section .section-body {
  overflow: hidden;
}
.ac-section .section-body .bg-gray {
  border-radius: 3px;
  background-color: #F0F0F0;
  padding: 10px;
  line-height: 2em;
}
.ac-section .section-body .bg-gray > * {
  margin: 0;
}
.ac-section .section-body .asset-disposal .disposal-alert {
  margin-top: 5px;
}
.ac-section .section-body .asset-disposal .disposal-alert > .ac-alert {
  margin-bottom: 0;
}
.ac-dropdown-header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 158px;
  height: 60px;
  margin-top: 40px;
  background: #0097FF;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px;
  transition: background-color 0.3s;
}
.ac-dropdown-header > span {
  font-weight: 500;
  line-height: normal;
  color: #FFFFFF;
}
.ac-dropdown-header:hover {
  background-color: rgba(1, 111, 255, 0.14);
}
.ac-dropdown-content {
  display: none;
  position: absolute;
  width: 158px;
  z-index: 10;
  border-radius: 2px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(184, 184, 184, 0.5);
}
.ac-dropdown-content .content-label {
  background-color: #FFFFFF;
}
.ac-dropdown-content .content-label:hover {
  background-color: rgba(1, 111, 255, 0.14);
}
.ac-dropdown-content .content-label span {
  color: #333333;
  height: 46px;
  width: 158px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  text-align: left;
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.ac-dropdown-header:hover + .ac-dropdown-content,
.ac-dropdown-content:hover {
  display: block;
}
* {
  box-sizing: border-box;
}
body {
  min-height: 100%;
  position: relative;
  font: 14px -apple-system, Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  color: #333333;
}
body::after {
  height: 45px;
  display: block;
  content: '';
}
@media only screen and (max-width: 700px) {
  body::after {
    height: 0;
  }
}
body * {
  font-family: -apple-system, Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
html {
  height: 100%;
  background-color: #FFFFFF;
}
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
a.ac-link {
  color: #0080CC;
  text-decoration: underline;
}
h1 {
  font-size: 32px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.ac-float-left {
  float: left;
}
.ac-float-right {
  float: right;
}
.ac-color-green {
  color: #6ABA38;
}
.ac-color-black2 {
  color: #666666;
}
.ac-color-gray {
  color: #999999;
}
.ac-color-blue {
  color: #0097FF;
}
.ac-color-red {
  color: #E93524;
}
.cr-bg-gray {
  background-color: #F6F9F9;
}
.ac-hidden {
  display: none;
}
@media only screen and (max-width: 700px) {
  .ac-mobile-hidden {
    display: none !important;
  }
}
.ac-alert {
  padding: 10px;
  background-color: #FFFFFF;
  color: #777777;
  border: 1px solid #666666;
  margin-bottom: 15px;
}
.ac-alert.ac-normal-margin {
  margin: 15px 0;
}
.ac-alert.ac-p-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.ac-alert.ac-p-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.ac-alert.ac-p-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.ac-alert.ac-p-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.ac-tooltips {
  position: fixed;
  z-index: 30;
  left: 50%;
  top: 20px;
  border-radius: 5px;
  padding: 15px;
  font-size: 14px;
}
.ac-tooltips.ac-color-green {
  border: 1px solid #6ABA38;
  background-color: #c3e6cb;
  color: #333333;
}
.ac-tooltips.ac-red {
  border: 1px solid #E93524;
  background-color: #f8d7da;
  color: #E93524;
}
.ac-vertical-middle {
  position: absolute;
  top: 50%;
  transform: translate(0, -100%);
}
.ac-error-div {
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  padding: 30px;
  overflow: auto;
  background-color: #F1F1F1;
}
.ac-error-div a {
  color: #0080CC;
  text-decoration: underline;
}
.ac-error-div img {
  width: 400px;
}
.ac-error-div p {
  left: 450px;
  font-size: 16px;
  position: absolute;
  top: 50%;
  transform: translate(0, -100%);
}
@media only screen and (max-width: 700px) {
  .ac-error-div p {
    position: static;
    margin-top: 1em;
    transform: none;
  }
}
.ac-no-select {
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  -khtml-user-select: none;
  /*早期浏览器*/
  user-select: none;
}
.ac-horizontal-padding {
  padding: 0 15px;
}
@media only screen and (max-width: 700px) {
  .ac-mobile-horizontal-padding {
    padding: 0 10px;
  }
}
.ac-align-center {
  text-align: center;
}
.ac-login .ac-login-container {
  padding: 50px 0px;
}
.ac-login .ac-login-container .ac-login-form {
  border: 1px solid #DDDDDD;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
.ac-login .ac-login-container .ac-login-form .ac-container {
  padding: 20px 0px;
}
.ac-login .ac-login-container .ac-login-form .ac-container .ac-input {
  width: 100%;
  margin-bottom: 15px;
}
.ac-login .ac-login-container .ac-login-form .ac-container > button,
.ac-login .ac-login-container .ac-login-form .ac-container input[type="submit"] {
  margin: 10px 0px 15px 0px;
  width: 100%;
  font-size: 18px;
}
.ac-login .ac-login-container .ac-login-form .ac-container .ac-p-footnote {
  margin-top: 15px;
  color: #999999;
  font-size: 95%;
}
.ac-login .ac-login-container .ac-login-form .ac-container .agreement-policy-box {
  gap: 10px;
  display: flex;
  align-items: center;
}
.ac-login .ac-login-container .ac-login-form .ac-container .agreement-policy-box .hc-link {
  color: #016FFF;
}
.ac-login .ac-login-container .ac-login-form .ac-container .agreement-modal-overlay {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.ac-login .ac-login-container .ac-login-form .ac-container .agreement-modal-overlay.show {
  visibility: visible;
  opacity: 1;
}
.ac-login .ac-login-container .ac-login-form .ac-container .agreement-modal-overlay.show .modal-content {
  transform: translateY(0);
  opacity: 1;
}
.ac-login .ac-login-container .ac-login-form .ac-container .agreement-modal-overlay .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 410px;
  border-radius: 8px;
  position: relative;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transform: translateY(-20px);
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
}
@media only screen and (max-width: 700px) {
  .ac-login .ac-login-container .ac-login-form .ac-container .agreement-modal-overlay .modal-content {
    width: unset;
    max-width: 410px;
  }
}
.ac-login .ac-login-container .ac-login-form .ac-container .agreement-modal-overlay .modal-content .modal-content-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ac-login .ac-login-container .ac-login-form .ac-container .agreement-modal-overlay .modal-content .modal-content-title > span {
  font-size: 18px;
  font-weight: bold;
}
.ac-login .ac-login-container .ac-login-form .ac-container .agreement-modal-overlay .modal-content .modal-content-title .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}
.ac-login .ac-login-container .ac-login-form .ac-container .agreement-modal-overlay .modal-content .modal-content-title .close-btn:hover,
.ac-login .ac-login-container .ac-login-form .ac-container .agreement-modal-overlay .modal-content .modal-content-title .close-btn:focus {
  text-decoration: none;
  cursor: pointer;
}
.ac-login .ac-login-container .ac-login-form .ac-container .agreement-modal-overlay .modal-content .modal-text {
  font-weight: 400;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #333;
  text-align: left;
}
.ac-login .ac-login-container .ac-login-form .ac-container .agreement-modal-overlay .modal-content .modal-text a {
  color: #006DFF;
  text-decoration: none;
}
.ac-login .ac-login-container .ac-login-form .ac-container .agreement-modal-overlay .modal-content .btn-modal-agree {
  color: white;
  border: none;
  cursor: pointer;
  font-size: 14px;
  width: 35%;
  height: 40px;
  margin-left: 250px;
  border-radius: 7px;
  opacity: 1;
  background: #285F8F;
}
@media only screen and (max-width: 700px) {
  .ac-login .ac-login-container .ac-login-form .ac-container .agreement-modal-overlay .modal-content .btn-modal-agree {
    margin-left: 50%;
  }
}
.ac-login .ac-login-container .ac-login-form .ac-container .agreement-modal-overlay .modal-content .btn-modal-agree:hover {
  background-color: #1E4A75;
}
.ac-login > .ac-footer {
  background-color: #FFFFFF;
  color: #777777;
}
.ac-login > .ac-footer a {
  color: #878787;
}
.ac-login-form {
  width: 500px;
  margin: auto;
  padding: 20px 40px;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .ac-login-form {
    width: 100%;
    padding: 30px 10px;
  }
}

/*# sourceMappingURL=common_style.css.map*/