/*! 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;
}
.ent-content-auto {
  width: 1180px;
  margin: auto;
  overflow: auto;
}
.ent-content-auto > .ent-content-left {
  width: 17%;
  padding-right: 20px;
  float: left;
}
@media only screen and (max-width: 700px) {
  .ent-content-auto > .ent-content-left {
    display: none;
  }
  .ent-content-auto > .ent-content-left.side-nav {
    width: auto;
    overflow: hidden;
    display: block;
    position: fixed;
    bottom: 20px;
    left: 0;
    z-index: 30;
    padding-right: 0;
  }
}
.ent-content-auto > .ent-content-main {
  width: 83%;
  float: left;
}
@media only screen and (max-width: 700px) {
  .ent-content-auto > .ent-content-main {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 700px) {
  .ent-content-auto {
    width: 100%;
  }
}
.ent-auto {
  margin: auto;
  overflow: auto;
}
.ent-vertical-margin {
  margin-top: 25px;
  margin-bottom: 25px;
}
.ent-vertical-padding {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 700px) {
  .ent-vertical-padding {
    padding-bottom: 55px;
  }
}
.ent-icon {
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(//yuntu-f.kuaicad.com/ent/web/assets/icons_mixed_20230908.png);
}
.ent-icon.ent-huge {
  height: 73px;
  width: 73px;
}
.ent-icon.ent-icon-logo {
  display: inline-block;
  height: 48px;
  width: 180px;
  background-position: 0 -220px;
}
@media only screen and (max-width: 700px) {
  .ent-icon.ent-icon-logo {
    width: 70px;
  }
}
.ent-icon.ent-user-input-icon {
  background-position: 0 -102px;
}
.ent-icon.ent-passwd-input-icon {
  background-position: -30px -102px;
}
.ent-icon.icon-avatar {
  background-position: 0 -181px;
  height: 30px;
  width: 30px;
}
.ent-icon.icon-avatar-chooser {
  background-position: 0 -131px;
  height: 40px;
  width: 40px;
}
.ent-icon.benifit-icon {
  height: 50px;
  width: 50px;
  background-position: 0 0;
}
.ent-icon.advantage-icon {
  height: 32px;
  width: 32px;
  background-position: 0 -60px;
}
.ent-icon.service-icon {
  height: 50px;
  width: 50px;
  background-position: 0 -275px;
  display: none;
}
@media only screen and (max-width: 700px) {
  .ent-icon.service-icon {
    display: block;
  }
}
.ent-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;
}
.ent-split-before > * {
  margin: 10px;
}
.ent-split-before > *::before {
  content: ' ';
  position: relative;
  top: 2px;
  right: 12px;
  display: inline-block;
  width: 1px;
  height: 1em;
  border-right: 1px solid #EBEEEE;
}
.ent-split-before > *:first-child::before {
  display: none;
}
.ent-header {
  background-color: #333333;
  z-index: 10;
  display: block;
  height: 70px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
.ent-header .ent-header-wrap {
  line-height: 70px;
}
.ent-header .ent-header-wrap > * {
  float: left;
}
.ent-header .ent-header-wrap > .ent-logo {
  display: inline-block;
}
.ent-header .ent-header-wrap > .ent-nav-tabs {
  display: inline-block;
  height: 70px;
  float: right;
}
.ent-header .ent-header-wrap > .ent-nav-tabs > .ent-nav-tab {
  color: #999999;
  display: inline-block;
  text-align: center;
  float: left;
}
.ent-header .ent-header-wrap > .ent-nav-tabs > .ent-nav-tab:hover,
.ent-header .ent-header-wrap > .ent-nav-tabs > .ent-nav-tab.selected {
  color: #FFFFFF;
}
.ent-header .ent-header-wrap > .ent-nav-tabs > .ent-nav-tab + .ent-nav-tab {
  margin-left: 20px;
}
.ent-header .ent-header-wrap > .ent-nav-tabs > .ent-nav-tab.ent-account {
  color: #FFFFFF;
  text-align: left;
}
.ent-header .ent-header-wrap > .ent-nav-tabs > .ent-nav-tab.ent-account:hover {
  cursor: pointer;
  background-color: #444444;
}
.ent-header .ent-header-wrap > .ent-nav-tabs > .ent-nav-tab.ent-account:hover .account-shortcut > .account-summary > .account-staff-name {
  color: #FFFFFF;
}
.ent-header .ent-header-wrap > .ent-nav-tabs > .ent-nav-tab.ent-account:hover .account-dropdown {
  display: block;
}
.ent-header .ent-header-wrap > .ent-nav-tabs > .ent-nav-tab.ent-account > .account-shortcut {
  line-height: 0;
  position: relative;
}
.ent-header .ent-header-wrap > .ent-nav-tabs > .ent-nav-tab.ent-account > .account-shortcut > * {
  display: inline-block;
}
.ent-header .ent-header-wrap > .ent-nav-tabs > .ent-nav-tab.ent-account > .account-shortcut > .account-summary {
  width: 120px;
  padding: 15px 40px 15px 5px;
  line-height: normal;
  text-align: left;
}
.ent-header .ent-header-wrap > .ent-nav-tabs > .ent-nav-tab.ent-account > .account-shortcut > .account-summary > * {
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}
.ent-header .ent-header-wrap > .ent-nav-tabs > .ent-nav-tab.ent-account > .account-shortcut > .account-summary > .account-staff-name {
  font-size: 12px;
  font-weight: normal;
}
.ent-header .ent-header-wrap > .ent-nav-tabs > .ent-nav-tab.ent-account > .account-shortcut > .account-summary > .account-staff-name.ent-unselected {
  font-size: 14px;
  line-height: 40px;
  height: 40px;
}
.ent-header .ent-header-wrap > .ent-nav-tabs > .ent-nav-tab.ent-account > .account-shortcut > .account-avatar {
  position: absolute;
  right: 5px;
  top: 20px;
  width: 30px;
}
@media only screen and (max-width: 700px) {
  .ent-header .ent-header-wrap > .ent-nav-tabs > .ent-nav-tab.ent-account > .account-shortcut {
    line-height: 70px;
    position: static;
  }
  .ent-header .ent-header-wrap > .ent-nav-tabs > .ent-nav-tab.ent-account > .account-shortcut > .account-avatar {
    position: static;
    padding: 0 5px;
    width: 40px;
  }
}
.ent-header .ent-header-wrap > .ent-nav-tabs > .ent-nav-tab.ent-account > .account-dropdown {
  z-index: 10;
  display: none;
  width: 120px;
  position: absolute;
}
@media only screen and (max-width: 700px) {
  .ent-header .ent-header-wrap > .ent-nav-tabs > .ent-nav-tab.ent-account > .account-dropdown {
    width: 40px;
  }
}
.ent-header .ent-header-wrap > .ent-nav-tabs > .ent-nav-tab.ent-account > .account-dropdown > .account-dropdown-wrap {
  right: 0;
  top: 0;
  width: 180px;
  background-color: #444444;
  position: absolute;
  color: #999999;
  line-height: normal;
}
.ent-header .ent-header-wrap > .ent-nav-tabs > .ent-nav-tab.ent-account > .account-dropdown > .account-dropdown-wrap > .account-info {
  padding: 15px 10px;
}
.ent-header .ent-header-wrap > .ent-nav-tabs > .ent-nav-tab.ent-account > .account-dropdown > .account-dropdown-wrap > .account-info > div {
  font-size: 12px;
  color: #FFFFFF;
  font-weight: normal;
  margin: 10px 0;
}
.ent-header .ent-header-wrap > .ent-nav-tabs > .ent-nav-tab.ent-account > .account-dropdown > .account-dropdown-wrap > .account-info > div > * {
  vertical-align: top;
  display: inline-block;
}
.ent-header .ent-header-wrap > .ent-nav-tabs > .ent-nav-tab.ent-account > .account-dropdown > .account-dropdown-wrap > .account-info > div > .info-value {
  margin-left: 5px;
  max-width: 130px;
  word-break: break-all;
}
.ent-header .ent-header-wrap > .ent-nav-tabs > .ent-nav-tab.ent-account > .account-dropdown > .account-dropdown-wrap > .account-navi > a {
  color: #FFFFFF;
  display: block;
  padding: 10px;
  border-top: 1px solid #AAAAAA;
  font-weight: normal;
}
.ent-header .ent-header-wrap > .ent-nav-tabs > .ent-nav-tab.ent-account > .account-dropdown > .account-dropdown-wrap > .account-navi > a.ent-hidden {
  display: none;
}
.ent-header .ent-header-wrap > .ent-nav-tabs > .ent-nav-tab.ent-account > .account-dropdown > .account-dropdown-wrap > .account-navi > a:hover {
  color: #FFFFFF;
}
@media only screen and (max-width: 700px) {
  .ent-header .ent-header-wrap > .ent-nav-tabs {
    margin-right: 5px;
  }
}
.ent-carousel > .ent-carousel-content > .ent-carousel-slide {
  display: none;
  position: relative;
  overflow: hidden;
  z-index: 5;
}
.ent-carousel > .ent-carousel-content > .ent-carousel-slide > * {
  z-index: 7;
}
.ent-carousel > .ent-carousel-content > .ent-carousel-slide .slide-bg-left {
  position: absolute;
  left: 0;
  right: 50%;
  bottom: 0;
  top: 0;
  z-index: 6;
}
@media only screen and (max-width: 700px) {
  .ent-carousel > .ent-carousel-content > .ent-carousel-slide {
    height: 130px;
  }
}
.ent-carousel > .ent-carousel-content > .ent-carousel-slide > img {
  position: relative;
  display: block;
  margin: auto;
  max-width: none;
}
@media only screen and (max-width: 700px) {
  .ent-carousel > .ent-carousel-content > .ent-carousel-slide > img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translate(-50%, 0);
  }
}
.ent-carousel > .ent-carousel-content > .ent-carousel-slide.selected {
  display: block;
}
.ent-carousel > .ent-carousel-nav {
  display: block;
  padding: 0;
  position: relative;
  margin: -40px auto 40px;
  text-align: center;
  z-index: 9;
}
@media only screen and (max-width: 700px) {
  .ent-carousel > .ent-carousel-nav {
    margin: -22px auto 3px;
  }
}
.ent-carousel > .ent-carousel-nav > li {
  background: #FFFFFF;
  width: 25px;
  height: 5px;
  display: inline-block;
  overflow: hidden;
  margin-left: 5px;
  cursor: pointer;
  opacity: .3;
  filter: alpha(opacity=30);
}
.ent-carousel > .ent-carousel-nav > li.selected {
  background: #F0F0F0;
  opacity: .6;
  filter: alpha(opacity=60);
}
.ent-navbar-large {
  border-bottom: 1px solid #DDDDDD;
}
.ent-navbar-large.margin-bottom20 {
  margin-bottom: 20px;
}
.ent-navbar-large .ent-tab {
  color: #666666;
  font-size: 18px;
  display: inline-block;
  padding: 0px 30px 9px;
  min-width: 100px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.ent-navbar-large .ent-tab.ent-selected {
  font-weight: bold;
  border-bottom: 2px solid #666666;
}
@media only screen and (max-width: 700px) {
  .ent-navbar-large .ent-tab {
    font-size: 16px;
  }
}
.ent-side-nav > .side-nav-wrap {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
  width: 180px;
}
.ent-side-nav > .side-nav-wrap > .ent-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;
}
.ent-side-nav > .side-nav-wrap > .ent-p-tab:first-child {
  border-top: 1px solid #DDDDDD;
}
.ent-side-nav > .side-nav-wrap > .ent-p-tab:hover {
  background-color: #F0F0F0;
}
.ent-side-nav > .side-nav-wrap > .ent-p-tab.ent-p-selected {
  font-weight: bold;
  background-color: #323232;
  border: 1px solid #323232;
  color: white;
}
.ent-side-nav > .side-nav-switcher {
  display: none;
}
@media only screen and (max-width: 700px) {
  .ent-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;
  }
}
.ent-input,
input {
  padding: 0 10px;
  border: 1px solid #DDDDDD;
  line-height: 35px;
  min-height: 35px;
  border-radius: 5px;
  box-sizing: border-box;
}
.ent-input::placeholder,
input::placeholder {
  color: #AAAAAA;
}
.ent-icon-input {
  position: relative;
}
.ent-icon-input .ent-icon {
  position: absolute;
  top: 7.5px;
  left: 10px;
  z-index: 5;
}
.ent-icon-input > input {
  padding-left: 35px;
}
.ent-input-with-button {
  position: relative;
  padding-right: 128px;
}
.ent-input-with-button input {
  width: 100%;
}
.ent-input-with-button *:last-child {
  position: absolute;
  width: 125px;
  height: 37px;
  right: 0px;
  top: 0px;
}
.ent-input-with-button img {
  width: 100%;
  height: 100%;
}
.ent-labeled-input {
  line-height: 40px;
  overflow: auto;
}
.ent-labeled-input .ent-p-label {
  float: left;
  font-size: 16px;
  width: 160px;
  text-align: right;
  margin-right: 20px;
}
.ent-labeled-input .ent-p-input {
  float: left;
  color: #666666;
  font-size: 16px;
}
.ent-labeled-input .ent-checkbox {
  line-height: 40px;
}
.ent-input-label {
  color: #666666;
  margin-bottom: 5px;
}
.ent-checkbox {
  color: #666666;
  line-height: 35px;
  user-select: none;
  cursor: pointer;
}
.ent-checkbox input[type="checkbox"] {
  position: relative;
  top: 2px;
  margin-right: 0.5em;
}
.ent-labeled-input2 {
  font-size: 14px;
  margin-bottom: 15px;
}
.ent-labeled-input2 > * {
  display: block;
}
.ent-labeled-input2 .ent-label {
  font-weight: 700;
  margin-bottom: 3px;
}
.ent-labeled-input2 .ent-label span.ent-red {
  color: red;
}
.ent-labeled-input2 .ent-input {
  height: 35px;
  width: 100%;
}
.ent-labeled-input2 .ent-input.ent-p-disabled {
  cursor: not-allowed;
}
.ent-labeled-input2 .ent-input.ent-p-disabled {
  background-color: #BFBFBF;
}
.ent-radio {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
  line-height: 35px;
}
.ent-radio input[type="radio"] {
  position: relative;
  top: 2px;
  height: auto;
  min-height: auto;
  margin: 0 4px;
}
.ent-columned-input {
  min-height: 35px;
  margin-bottom: 10px;
  position: relative;
  overflow: auto;
  font-size: 14px;
  display: block;
}
.ent-columned-input .ent-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) {
  .ent-columned-input .ent-label {
    width: 100%;
    float: none;
    margin-bottom: 5px;
    text-align: left;
  }
}
.ent-columned-input .ent-input-container {
  display: inline-block;
  width: 84%;
  float: left;
}
@media only screen and (max-width: 700px) {
  .ent-columned-input .ent-input-container {
    width: 100%;
  }
}
.ent-columned-input .ent-input-container > span {
  line-height: 35px;
}
.ent-columned-input .ent-input-container > div.ent-hint {
  display: block;
  margin: 5px 0 0 0;
}
.ent-columned-input .ent-input-container div.ent-error {
  margin: 5px 0 0 0;
  color: #E93524;
  display: none;
}
.ent-columned-input .ent-input-container > span.ent-hint {
  display: inline-block;
  margin-left: 15px;
}
.ent-columned-input .ent-input-container input[type="text"],
.ent-columned-input .ent-input-container input[type="number"] {
  width: 100%;
}
.ent-columned-input .ent-input-container select.ent-select {
  margin-right: 10px;
}
button,
.ent-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;
}
button.ent-p-disabled,
.ent-btn.ent-p-disabled,
input[type="submit"].ent-p-disabled {
  cursor: not-allowed;
}
button.ent-p-waiting,
.ent-btn.ent-p-waiting,
input[type="submit"].ent-p-waiting {
  cursor: wait;
}
button.ent-p-disabled,
.ent-btn.ent-p-disabled,
input[type="submit"].ent-p-disabled,
button.ent-p-waiting,
.ent-btn.ent-p-waiting,
input[type="submit"].ent-p-waiting {
  background-color: #BFBFBF;
}
button.reversed,
.ent-btn.reversed,
input[type="submit"].reversed {
  background-color: #FFFFFF;
  color: #285F8F;
  border: 1px solid #285F8F;
}
button.reversed.red,
.ent-btn.reversed.red,
input[type="submit"].reversed.red {
  color: #E93524;
  border: 1px solid #E93524;
}
button.ent-btn-large,
.ent-btn.ent-btn-large,
input[type="submit"].ent-btn-large {
  font-size: 18px;
  padding: 10px 30px;
  line-height: 25px;
  height: 45px;
}
.service-btn {
  position: fixed;
  left: 50%;
  margin-left: 610px;
  top: 340px;
  z-index: 10;
}
.service-btn > img {
  width: 100px;
  height: 160px;
  max-width: none;
}
@media only screen and (max-width: 700px) {
  .service-btn {
    right: 10px;
    bottom: 60px;
    margin: 0;
    left: auto;
    top: auto;
  }
}
.ent-p-fadein {
  animation-duration: 0.2s;
  opacity: 1;
  transition-timing-function: ease-in-out;
  animation-name: fadein;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
}
.ent-p-fadeout {
  animation-duration: 0.2s;
  opacity: 0!important;
  transition-timing-function: ease-in-out;
  animation-name: fadeout!important;
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
}
.ent-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;
  }
}
.ent-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) {
  .ent-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%;
    }
  }
  .ent-dialog.full-screen .ent-dialog-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .ent-dialog.self-adaption {
    width: 98%;
    margin-left: 1%;
    top: 150px;
    left: 0;
    margin-top: 0;
  }
}
.ent-dialog .ent-dialog-header {
  border-bottom: 1px solid #E4E4E4;
  border-radius: 3px;
  padding: 10px;
  height: 60px;
  background-color: #F0F0F0;
}
.ent-dialog .ent-dialog-header h3 {
  display: inline-block;
  float: left;
  margin: 10px 0 0;
}
.ent-dialog .ent-dialog-header > .ent-dialog-close {
  float: right;
  font-size: 18px;
  line-height: 1em;
  margin-right: 7px;
  margin-top: 10px;
}
.ent-dialog .ent-dialog-content {
  min-height: 150px;
  padding: 20px 10px 10px;
  margin-bottom: 20px;
  height: 80%;
  overflow: auto;
}
.ent-dialog .ent-dialog-content.content-max-height {
  max-height: 550px;
}
@media only screen and (max-width: 700px) {
  .ent-dialog .ent-dialog-content.content-max-height {
    max-height: none;
  }
}
.ent-dialog .ent-dialog-content > p.ent-content {
  margin-top: 0;
}
.ent-dialog .ent-dialog-footer {
  border-top: 1px solid #E4E4E4;
  padding: 10px;
  overflow: auto;
}
.ent-dialog .ent-dialog-footer > button {
  float: right;
  margin-left: 10px;
  width: 70px;
  height: 35px;
  padding-top: 0px;
}
.ent-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;
  }
}
.ent-modal-img span.ent-close {
  top: 0;
  right: 20px;
  position: fixed;
  z-index: 22;
  font-size: 50px;
  color: white;
  cursor: pointer;
}
.ent-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);
}
.ent-section {
  margin-bottom: 15px;
}
.ent-section .section-header {
  margin-bottom: 5px;
}
.ent-section .section-body {
  overflow: hidden;
}
.ent-section .section-body .bg-gray {
  border-radius: 3px;
  background-color: #F0F0F0;
  padding: 10px;
  line-height: 2em;
}
.ent-section .section-body .bg-gray > * {
  margin: 0;
}
.ent-section .section-body .asset-disposal .disposal-alert {
  margin-top: 5px;
}
.ent-section .section-body .asset-disposal .disposal-alert > .ent-alert {
  margin-bottom: 0;
}
.ent-pagination {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 12px;
}
.ent-pagination > * {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #AAAAAA;
}
.ent-pagination > *.current {
  background-color: #BFBFBF;
  color: white;
}
.ent-pagination > *.page-ellipsis {
  border: none;
  padding: 5px;
}
.ent-table-operation {
  overflow: hidden;
  margin: 20px 0;
  line-height: 35px;
}
.ent-table-operation > * * + * {
  margin-left: 10px;
}
.ent-table {
  margin: 20px 0;
  max-width: 100%;
  overflow: auto;
}
.ent-table table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #DDDDDD;
  font-size: 14px;
}
.ent-table table.only-border-bottom {
  border: none;
  border-bottom: 1px solid #DDDDDD;
}
.ent-table table .ent-break-all {
  word-break: break-all;
}
.ent-table table th,
.ent-table table td {
  line-height: 2em;
  min-height: 45px;
  padding: 10px;
  vertical-align: middle;
  text-align: left;
  width: 130px;
  word-break: break-all;
}
.ent-table table th.text-left,
.ent-table table td.text-left {
  text-align: left;
}
.ent-table table th.text-right,
.ent-table table td.text-right {
  text-align: right;
}
.ent-table table th.normal-padding-left,
.ent-table table td.normal-padding-left {
  padding-left: 15px;
}
.ent-table table thead {
  background-color: #F0F0F0;
}
.ent-table table thead tr {
  line-height: 45px;
}
.ent-table table thead tr th {
  color: #333333;
  font-weight: normal;
  border-bottom: 1px solid #DDDDDD;
}
.ent-table table tbody {
  text-align: center;
}
.ent-table table tbody tr {
  line-height: 40px;
}
.ent-table table tbody tr td {
  border-bottom: 1px solid #DDDDDD;
}
.ent-table table tbody tr:hover {
  background-color: #F0F0F0;
}
.ent-table .ent-operation {
  display: inline-block;
}
.ent-table .ent-operation:hover {
  border-radius: 3px;
  background-color: #BFBFBF;
}
.ent-table .ent-operation:hover .operation-dropdown {
  display: block;
}
.ent-table .ent-operation .operation-name {
  line-height: normal;
  font-size: 16px;
  padding: 2px 4px;
}
.ent-table .ent-operation .operation-dropdown {
  display: none;
  position: absolute;
  z-index: 10;
}
.ent-table .ent-operation .operation-dropdown > .operation-dropdown-wrap {
  position: absolute;
  top: 0;
  left: -5px;
  width: 110px;
  background-color: #FFFFFF;
  border: 1px solid #F0F0F0;
  border-radius: 3px;
  padding: 5px;
}
.ent-table .ent-operation .operation-dropdown > .operation-dropdown-wrap > * {
  display: block;
  padding: 5px;
}
.ent-table .ent-operation .operation-dropdown > .operation-dropdown-wrap > *:hover {
  background-color: #F0F0F0;
}
@media only screen and (max-width: 700px) {
  .ent-table .ent-operation .operation-dropdown > .operation-dropdown-wrap {
    left: auto;
    right: -40px;
  }
}
* {
  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;
  /*
  &:hover{
    color: @blue-1;
  }*/
}
a.ent-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;
}
.ent-float-left {
  float: left;
}
.ent-float-right {
  float: right;
}
.ent-color-green {
  color: #6ABA38;
}
.ent-color-black2 {
  color: #666666;
}
.ent-color-gray {
  color: #999999;
}
.ent-color-blue {
  color: #0097FF;
}
.ent-color-red {
  color: #E93524;
}
.cr-bg-gray {
  background-color: #F6F9F9;
}
.ent-hidden {
  display: none;
}
@media only screen and (max-width: 700px) {
  .ent-mobile-hidden {
    display: none !important;
  }
}
.ent-alert {
  padding: 10px;
  background-color: #FFFFFF;
  color: #777777;
  border: 1px solid #666666;
  margin-bottom: 15px;
}
.ent-alert.ent-normal-margin {
  margin: 15px 0;
}
.ent-alert.ent-p-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.ent-alert.ent-p-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.ent-alert.ent-p-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.ent-alert.ent-p-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.ent-tooltips {
  position: fixed;
  z-index: 30;
  left: 50%;
  top: 20px;
  border-radius: 5px;
  padding: 15px;
  font-size: 14px;
}
.ent-tooltips.ent-color-green {
  border: 1px solid #6ABA38;
  background-color: #c3e6cb;
  color: #333333;
}
.ent-tooltips.ent-red {
  border: 1px solid #E93524;
  background-color: #f8d7da;
  color: #E93524;
}
.ent-vertical-middle {
  position: absolute;
  top: 50%;
  transform: translate(0, -100%);
}
.ent-error-div {
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  padding: 30px;
  overflow: auto;
  background-color: #F1F1F1;
}
.ent-error-div a {
  color: #0080CC;
  text-decoration: underline;
}
.ent-error-div img {
  width: 400px;
}
.ent-error-div p {
  left: 450px;
  font-size: 16px;
  position: absolute;
  top: 50%;
  transform: translate(0, -100%);
}
@media only screen and (max-width: 700px) {
  .ent-error-div p {
    position: static;
    margin-top: 1em;
    transform: none;
  }
}
.ent-no-select {
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  -khtml-user-select: none;
  /*早期浏览器*/
  user-select: none;
}
.ent-horizontal-padding {
  padding: 0 15px;
}
@media only screen and (max-width: 700px) {
  .ent-mobile-horizontal-padding {
    padding: 0 10px;
  }
}
.ent-align-center {
  text-align: center;
}
.ent-login .ent-login-container {
  padding: 50px 0px;
}
.ent-login .ent-login-container .ent-login-form {
  border: 1px solid #DDDDDD;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
.ent-login .ent-login-container .ent-login-form .ent-container {
  padding: 20px 0px;
}
.ent-login .ent-login-container .ent-login-form .ent-container .ent-input {
  width: 100%;
  margin-bottom: 15px;
}
.ent-login .ent-login-container .ent-login-form .ent-container > button,
.ent-login .ent-login-container .ent-login-form .ent-container input[type="submit"] {
  margin: 10px 0px 15px 0px;
  width: 100%;
  font-size: 18px;
}
.ent-login .ent-login-container .ent-login-form .ent-container .ent-p-footnote {
  margin-top: 15px;
  color: #999999;
  font-size: 95%;
}
.ent-login > .ent-footer {
  background-color: #FFFFFF;
}
.ent-login-form {
  width: 500px;
  margin: auto;
  padding: 20px 40px;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .ent-login-form {
    width: 100%;
    padding: 30px 10px;
  }
}
.ent-login-form .ent-ent-chooser {
  min-height: 285px;
}
.ent-login-form .ent-ent-chooser > .chooser-header {
  padding: 10px 0 30px 0;
  font-weight: bold;
  color: #333333;
  font-size: 18px;
}
.ent-login-form .ent-ent-chooser > .chooser-body {
  max-height: 260px;
  overflow: hidden;
  overflow-y: auto;
}
.ent-login-form .ent-ent-chooser > .chooser-body::-webkit-scrollbar {
  display: none;
}
.ent-login-form .ent-ent-chooser > .chooser-body > .chooser-item {
  display: block;
  width: 100%;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  overflow: hidden;
  padding: 15px;
  position: relative;
  margin-bottom: 15px;
}
.ent-login-form .ent-ent-chooser > .chooser-body > .chooser-item.selected {
  cursor: not-allowed;
}
.ent-login-form .ent-ent-chooser > .chooser-body > .chooser-item.selected,
.ent-login-form .ent-ent-chooser > .chooser-body > .chooser-item:hover {
  background-color: rgba(32, 34, 40, 0.09);
}
.ent-login-form .ent-ent-chooser > .chooser-body > .chooser-item > * {
  display: inline-block;
}
.ent-login-form .ent-ent-chooser > .chooser-body > .chooser-item > .item-header {
  position: absolute;
  top: 15px;
  left: 15px;
}
.ent-login-form .ent-ent-chooser > .chooser-body > .chooser-item > .item-body {
  width: 100%;
  padding-left: 55px;
  line-height: 20px;
}
.ent-login-form .ent-ent-chooser > .chooser-body > .chooser-item > .item-body > .ent-name {
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ent-login-form .ent-ent-chooser > .chooser-body > .chooser-item > .item-body > .staff-name {
  font-size: 12px;
  color: #666666;
}
.ent-login-form .ent-ent-chooser > .chooser-body > .chooser-item > .item-footer {
  position: absolute;
  right: 15px;
  top: 15px;
  line-height: 40px;
  font-size: 16px;
  color: #666666;
}
.ent-login-form .ent-close {
  position: absolute;
  right: 5px;
  top: 15px;
  padding: 0 10px;
  font-size: 18px;
}
.ent-login-form .ent-close:hover {
  text-decoration-line: none;
}
.ent-login-form .ent-invite-intro {
  padding: 20px 0;
}
.ent-login-form .ent-invite-intro > * {
  margin-bottom: 10px;
  text-align: center;
}
.ent-login-form .ent-invite-intro > .staff-name {
  font-size: 16px;
}
.ent-login-form .ent-invite-intro > .staff-name > span {
  font-weight: bold;
}
.ent-login-form .ent-invite-intro > .ent-name {
  font-weight: bold;
}
.ent-login-form .ent-invite-result {
  padding: 40px;
}
.ent-login-form .ent-invite-result > .invite-header {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.ent-login-form .ent-invite-result > .invite-body {
  color: #666666;
}
.ent-create-enterprise {
  width: 400px;
  margin: 50px auto;
}
.ent-create-enterprise h1 {
  text-align: center;
}
.ent-create-enterprise .input-label {
  margin-top: 30px;
  margin-bottom: 5px;
  font-weight: bold;
}
.ent-create-enterprise .form-group-button {
  width: 100px;
  margin: 20px auto;
}
.ent-create-enterprise-confirm {
  margin-left: 10px;
}
.ent-create-enterprise-confirm div {
  margin-bottom: 20px;
}
.ent-create-enterprise-confirm p {
  line-height: 18px;
}
.ent-create-enterprise-confirm .ent-confirm-title {
  font-weight: bold;
}
.ent-create-enterprise-confirm .ent-confirm-important {
  font-weight: bold;
  color: red;
  font-size: 18px;
}
.ent-payment .payment-content-inner .payment-item-title {
  margin-top: 30px;
  margin-left: 30px;
  font-size: 16px;
  font-weight: bold;
}
.ent-payment .payment-content-inner .payment-item-content {
  margin-top: 20px;
  margin-left: 100px;
}
.ent-payment .payment-content-inner .payment-item-content input {
  display: inline-block;
  margin-left: 30px;
  min-height: 0 !important;
}
.ent-payment .payment-content-inner .payment-item-content input:first-child {
  margin-left: 0;
}
.ent-payment .payment-content-inner .payment-item-content label {
  font-weight: normal;
}
.ent-payment .payment-content-inner .payment-item-content.choose-num p {
  display: inline-block;
}
.ent-payment .payment-content-inner .payment-item-content.choose-num p.choose-num-hint {
  color: red;
  font-size: 12px;
  padding-left: 10px;
  vertical-align: bottom;
}
.ent-payment .payment-content-inner .payment-item-content .choose-num-input {
  display: inline-block;
  width: 60px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  margin-top: 0px;
  margin-left: -5px;
  margin-right: -5px;
  border: 1px solid #ccc;
  border-radius: 0;
}
.ent-payment .payment-content-inner .payment-item-content .add-reduce-num {
  display: inline-block;
  width: 20px;
  height: 30px;
  padding-top: 2px;
  text-align: center;
  vertical-align: middle;
  background: #f1f1f1;
  color: #666;
  border: 1px solid #ccc;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
}
.ent-payment .payment-content-inner .payment-item-content select {
  width: 100px;
  display: inline-block;
}
.ent-payment .payment-content-inner .payment-item-content button {
  margin-right: 50px;
}
.ent-payment .payment-content-inner .payment-item-content #payment-perpetual,
.ent-payment .payment-content-inner .payment-item-content #payment-endtime-notes {
  margin-top: 20px;
}
.ent-payment .payment-content-inner .payment-item-content #payment-perpetual a,
.ent-payment .payment-content-inner .payment-item-content #payment-endtime-notes a {
  color: blue;
}
.ent-payment .payment-content-inner .payment-item-content .payment-total-drawing-capacity {
  margin-top: 10px;
  font-weight: bold;
}
.ent-payment .payment-content-inner .payment-item-content .payment-total-money {
  font-size: 16px;
  font-weight: bold;
}
.ent-payment .payment-content-inner-error {
  margin: 20px;
  font-size: 20px;
}
.ent-wxcashier .ent-content-auto {
  width: 900px;
  margin: auto;
  overflow: auto;
}
@media only screen and (max-width: 700px) {
  .ent-wxcashier .ent-content-auto {
    width: 900px;
  }
}
.ent-wxcashier .cashier {
  font-size: 16px;
  line-height: 1.5em;
}
.ent-wxcashier .cashier .cashier-order {
  padding: 20px;
  border-bottom: 3px solid #BFBFBF;
  overflow: hidden;
}
.ent-wxcashier .cashier .cashier-order > div {
  vertical-align: middle;
}
.ent-wxcashier .cashier .cashier-order > div > p {
  margin: 0;
  margin-top: 5px;
}
.ent-wxcashier .cashier .cashier-order > div .order-amount {
  color: #E93524;
  font-size: 20px;
  line-height: 3em;
}
.ent-wxcashier .cashier .cashier-pay {
  padding: 60px 100px;
  border-bottom: 3px solid #BFBFBF;
  overflow: hidden;
}
.ent-wxcashier .cashier .cashier-pay > .code-wrap > .code-body {
  border: 1px solid #BFBFBF;
  margin-bottom: 15px;
}
.ent-wxcashier .cashier .cashier-pay > .code-wrap > .code-footer {
  width: 302px;
  height: 84px;
  background: #333366 url(https://yuntu-f.kuaicad.com/ent/web/assets/wxcashier/wxscan.png) 40px 18px no-repeat;
  padding: 18px;
  padding-left: 100px;
  color: #FFFFFF;
}
.ent-wxcashier .cashier .cashier-pay > .code-wrap > .code-footer > p {
  margin: 0;
}
.ent-wxcashier .cashier .cashier-pay > .scan-sample {
  margin-left: 100px;
}
.ent-wxcashier > .ent-footer {
  background-color: #FFFFFF;
}
.ent-pay-return .ent-response {
  width: 700px;
  border: 1px solid #E4E4E4;
  margin: 100px auto 200px auto;
  text-align: center;
  padding: 15px 30px;
}
@media only screen and (max-width: 700px) {
  .ent-pay-return .ent-response {
    width: 100%;
    padding: 10px;
  }
}
.ent-pay-return .ent-response h3 {
  font-weight: bold;
  font-size: 20px;
}
.ent-pay-return .ent-response .ent-response-body {
  margin: 40px 0;
  text-align: left;
}
.ent-pay-return .ent-response .ent-response-body .ent-vip-info {
  color: #999999;
}
.ent-pay-return .ent-response .ent-response-body .ent-vip-info > ul > li + li {
  margin-top: 5px;
}
.ent-pay-return .ent-response .ent-response-footer {
  margin: 20px 0;
}
.ent-homepage .ent-carousel-download {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 90%;
  text-align: center;
  color: #FFFFFF;
}
.ent-homepage .ent-carousel-download .carousel-download-wrap {
  width: 80%;
}
.ent-homepage .ent-carousel-download .carousel-download-wrap > .carousel-intro {
  margin-top: 90px;
  font-size: 34px;
  line-height: 1em;
  overflow: hidden;
}
.ent-homepage .ent-carousel-download .carousel-download-wrap > .carousel-intro > * {
  margin: 0 0 40px 0;
}
.ent-homepage .ent-carousel-download .carousel-download-wrap > .ent-btn {
  display: inline-block;
  font-weight: bolder;
  width: 170px;
  border-radius: 10px;
}
.ent-homepage .ent-carousel-download .carousel-download-wrap > .ent-btn:hover {
  text-decoration: none;
}
.ent-homepage .ent-carousel-download .carousel-download-wrap > .ent-btn.btn-download {
  color: #0080CC;
  background-color: #FFFFFF;
}
.ent-homepage .ent-carousel-download .carousel-download-wrap > .ent-btn.btn-create-ent {
  margin-left: 10px;
  color: #FFFFFF;
  background-color: #6ABA38;
}
@media only screen and (max-width: 700px) {
  .ent-homepage .ent-carousel-download .carousel-download-wrap {
    width: 100%;
  }
  .ent-homepage .ent-carousel-download .carousel-download-wrap > .carousel-intro {
    margin-top: 20px;
    font-size: 14px;
    overflow: hidden;
  }
  .ent-homepage .ent-carousel-download .carousel-download-wrap > .carousel-intro > * {
    margin: 0 0 10px 0;
  }
  .ent-homepage .ent-carousel-download .carousel-download-wrap > h1 {
    font-size: 16px;
    margin: 15px 0 10px 0;
  }
  .ent-homepage .ent-carousel-download .carousel-download-wrap > h2 {
    font-size: 14px;
    margin: 10px 0 15px 0;
  }
  .ent-homepage .ent-carousel-download .carousel-download-wrap > .ent-btn {
    width: auto;
    font-size: 14px;
    padding: 5px 30px;
    height: 30px;
    line-height: 20px;
  }
}
.ent-homepage .ent-part {
  color: #333333;
  padding: 50px 0;
  width: 100%;
}
.ent-homepage .ent-part .ent-part-wrap .part-header {
  text-align: center;
}
.ent-homepage .ent-part .ent-part-wrap .part-header .part-title {
  font-weight: normal;
  font-size: 27px;
  margin-top: 0;
  margin-bottom: 30px;
}
.ent-homepage .ent-part .ent-part-wrap .part-header .part-title::before,
.ent-homepage .ent-part .ent-part-wrap .part-header .part-title::after {
  display: inline-block;
  content: "";
  width: 80px;
  border-bottom: 1px solid #333;
  margin-bottom: 10px;
}
@media only screen and (max-width: 700px) {
  .ent-homepage .ent-part .ent-part-wrap .part-header .part-title::before,
  .ent-homepage .ent-part .ent-part-wrap .part-header .part-title::after {
    width: 60px;
    margin-bottom: 5px;
  }
}
.ent-homepage .ent-part .ent-part-wrap .part-header .part-title::before {
  margin-right: 15px;
}
.ent-homepage .ent-part .ent-part-wrap .part-header .part-title::after {
  margin-left: 15px;
}
@media only screen and (max-width: 700px) {
  .ent-homepage .ent-part .ent-part-wrap .part-header .part-title {
    font-size: 18px;
    margin-top: 15px;
  }
}
.ent-homepage .ent-part .ent-part-wrap .part-header .part-intro > p {
  margin: 0 0 5px 0;
}
@media only screen and (max-width: 700px) {
  .ent-homepage .ent-part .ent-part-wrap .part-header .part-intro > p {
    display: inline;
    word-break: break-all;
  }
}
.ent-homepage .ent-part .ent-part-wrap .part-body {
  margin-top: 30px;
  overflow: hidden;
}
.ent-homepage .ent-part .ent-part-wrap .part-body > .ent-part-item {
  float: left;
}
.ent-homepage .ent-part .ent-part-wrap .part-body > .ent-part-item.ent-col2 {
  width: 50%;
}
.ent-homepage .ent-part .ent-part-wrap .part-body > .ent-part-item.ent-col3 {
  width: 33.33%;
}
.ent-homepage .ent-part .ent-part-wrap .part-body > .ent-part-item.ent-col4 {
  width: 25%;
}
@media only screen and (max-width: 700px) {
  .ent-homepage .ent-part {
    padding: 20px 5px;
  }
  .ent-homepage .ent-part .ent-part-wrap .part-header > .part-title {
    margin-bottom: 15px;
  }
  .ent-homepage .ent-part .ent-part-wrap .part-body {
    margin-top: 15px;
  }
  .ent-homepage .ent-part .ent-part-wrap .part-body .ent-part-item.ent-col2,
  .ent-homepage .ent-part .ent-part-wrap .part-body .ent-part-item.ent-col3,
  .ent-homepage .ent-part .ent-part-wrap .part-body .ent-part-item.ent-col4 {
    width: 50%;
    float: left;
  }
}
.ent-homepage .ent-benefit {
  width: 393.33px;
  border: 1px solid #DDDDDD;
  background-color: #FFFFFF;
  padding: 25px 30px;
}
.ent-homepage .ent-benefit > .ent-benefit-header {
  text-align: center;
}
.ent-homepage .ent-benefit > .ent-benefit-body > .ent-benefit-title {
  text-align: center;
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  margin: 16px 0 10px 0;
}
.ent-homepage .ent-benefit > .ent-benefit-body > .ent-benefit-brief {
  color: #666666;
  font-size: 14px;
  line-height: 22px;
  height: 66px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 700px) {
  .ent-homepage .ent-benefit {
    width: 100%;
    padding: 10px 5px;
  }
  .ent-homepage .ent-benefit > .ent-benefit-body {
    padding: 0;
  }
  .ent-homepage .ent-benefit > .ent-benefit-body > .ent-benefit-title {
    font-size: 16px;
    margin: 10px 0;
  }
  .ent-homepage .ent-benefit > .ent-benefit-body > .ent-benefit-brief {
    font-size: 12px;
    line-height: 20px;
    height: 100px;
    -webkit-line-clamp: 8;
    padding: 0 2px;
    text-align: left;
  }
}
.ent-homepage .software-intro-img {
  margin: 20px 0 70px 0;
}
.ent-homepage .software-intro-img > img {
  margin: auto;
}
@media only screen and (max-width: 700px) {
  .ent-homepage .software-intro-img {
    padding: 0 5px;
    margin: 0 0 15px 0;
  }
}
.ent-homepage .ent-advantage {
  margin-bottom: 40px;
  position: relative;
}
.ent-homepage .ent-advantage > i {
  position: absolute;
  left: 0;
  top: 0;
}
.ent-homepage .ent-advantage .advantage-wrap {
  padding-top: 7px;
  padding-left: 42px;
  padding-right: 60px;
}
.ent-homepage .ent-advantage .advantage-wrap .advantage-title {
  font-weight: bold;
  color: #333333;
}
.ent-homepage .ent-advantage .advantage-wrap .advantage-split {
  margin: 10px 0;
  width: 30px;
  border-bottom: 1px solid #0080CC;
}
.ent-homepage .ent-advantage .advantage-wrap .advantage-intro {
  color: #666666;
  line-height: 22px;
  height: 110px;
}
@media only screen and (max-width: 700px) {
  .ent-homepage .ent-advantage .advantage-wrap {
    padding-right: 5px;
    padding-left: 37px;
  }
  .ent-homepage .ent-advantage .advantage-wrap .advantage-intro {
    font-size: 12px;
    line-height: 20px;
    height: 100px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
}
.company-header {
  background-color: #FFFFFF;
}
.company-homepage::after {
  height: auto;
  display: none;
  content: '';
}
.company-content-auto {
  width: 1180px;
  margin: auto;
  overflow: auto;
}
@media only screen and (max-width: 700px) {
  .company-content-auto {
    width: 100%;
  }
}
.company-homepage a:hover {
  text-decoration: none;
}
.company-header .company-header-wrap {
  line-height: 50px;
  display: flex;
  align-items: center;
  /* 将子元素垂直对齐到中心 */
}
.company-header .company-header-wrap > .company-logo {
  display: inline-block;
}
.company-icon {
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  height: 36px;
  width: 150px;
  background-position: 100% 100%;
  background-image: url(//yuntu-f.kuaicad.com/ent/web/assets/company/top-logo.png);
}
@media only screen and (max-width: 700px) {
  .company-icon {
    background-size: cover;
    width: 60px;
    background-position: -9% 100%;
  }
}
.company-header-wrap > .company-nav-tabs {
  display: inline-block;
}
@media only screen and (max-width: 700px) {
  .company-header .company-header-wrap > .company-nav-tabs {
    margin-right: 5px;
  }
}
.company-nav-tabs > .company-nav-tab {
  display: inline-block;
  text-align: center;
  float: left;
  width: 80px;
  margin-left: 20px;
  margin-right: 20px;
  border-top: 8px solid transparent;
}
@media only screen and (max-width: 700px) {
  .company-nav-tabs > .company-nav-tab {
    width: 60px;
  }
}
.company-header .company-header-wrap .company-nav-tabs a,
.company-header .company-header-wrap .company-nav-tabs p {
  font-size: 19px;
  display: inline-block;
  margin-bottom: 0px;
}
.company-nav-tab .hover-up {
  width: 10px;
  height: 10px;
  background-color: #6ABA38;
}
.company-nav-tab .hover-content {
  position: absolute;
  top: 60px;
  left: 32%;
  width: 200px;
  z-index: 1;
  border-radius: 2px;
  box-sizing: border-box;
  border: 1px solid #D7D7D7;
  box-shadow: 0px 2px 4px 0px rgba(184, 184, 184, 0.5);
  background: #FFFFFF;
}
@media only screen and (max-width: 700px) {
  .company-nav-tab .hover-content {
    left: 20%;
  }
}
.company-nav-tab .hover-content > div {
  text-align: left;
  padding-left: 15px;
}
.company-nav-tab .hover-content > div:hover {
  background-color: rgba(1, 111, 255, 0.14);
}
.company-nav-tab .hover-content > div:hover > a {
  font-weight: bolder;
  color: #016fff;
}
.company-nav-tab img {
  margin-left: 5px;
  display: inline-block;
}
.company-nav-tabs .company-nav-tab.selected > a {
  color: #016FFF;
  font-weight: bold;
  border-bottom: 4px solid #016FFF;
}
.company-nav-tabs .company-nav-tab:hover > a {
  color: #016FFF;
}
.company-nav-tabs .company-nav-tab:hover p {
  color: #016FFF;
}
.company-homepage .company-carousel {
  width: 100%;
  height: 400px;
  /* 将图片设成不重复 */
  background-repeat: no-repeat;
  /* 调整图片位置 */
  background-size: cover;
  background-position: 50%;
}
.company-carousel-content h2 {
  margin-top: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 700px) {
  .company-homepage .company-carousel {
    background-size: auto 100%;
  }
  .company-carousel-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    height: 130px;
  }
  .company-carousel-content h2 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 0;
  }
  .company-carousel-content a {
    display: none;
  }
}
.company-carousel-product {
  margin-top: 100px;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 10px;
  font-weight: bold;
}
@media only screen and (max-width: 700px) {
  .company-carousel-product {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    text-align: center;
  }
}
.company-carousel-description {
  width: 577px;
  font-size: 20px;
  line-height: 30px;
}
@media only screen and (max-width: 700px) {
  .company-carousel-description {
    margin-top: 10px;
    width: 90%;
  }
}
.company-homepage .company-carousel .company-carousel-content .company-btn {
  color: #FFFFFF;
  background-color: #016FFF;
  font-weight: bolder;
  border-radius: 2px;
  font-size: 18px;
  padding: 10px 30px;
  line-height: 52px;
}
.company-homepage .company-carousel .company-carousel-slides {
  height: 30px;
  margin-top: 83px;
  display: flex;
}
@media only screen and (max-width: 700px) {
  .company-homepage .company-carousel .company-carousel-slides {
    margin-top: 235px;
    justify-content: center;
  }
}
.company-carousel-slides .company-carousel-slide {
  width: 33px;
  height: 2px;
  background: #cccccc;
  margin: 15px 5px 0 0;
}
.company-carousel-slides .company-carousel-slide:hover {
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  .pdf-homepage .pdf-carousel-download > h1 {
    font-size: 16px;
    margin: 15px 0 10px 0;
  }
  .pdf-homepage .pdf-carousel-download > h2 {
    font-size: 14px;
    margin: 10px 0 15px 0;
  }
  .pdf-homepage .pdf-carousel-download > .pdf-btn {
    width: auto;
    font-size: 14px;
    padding: 5px 30px;
    height: 30px;
    line-height: 20px;
  }
}
.company-homepage .company-products {
  width: 1300px;
  min-height: 650px;
  margin: auto;
  overflow: auto;
}
@media only screen and (max-width: 700px) {
  .company-homepage .company-products {
    width: 100%;
    min-height: 0px;
  }
}
.company-homepage .company-products .company-product-contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#company-product-contents-mobile {
  display: none;
}
@media only screen and (max-width: 700px) {
  #company-product-contents-mobile {
    display: flex;
  }
}
@media only screen and (max-width: 700px) {
  #company-product-contents-pc {
    display: none;
  }
}
.company-product-contents .company-product-content {
  width: 380px;
  margin-bottom: 5px;
  border: 1px solid #D2D2D2;
  border-radius: 4px;
  box-shadow: 0px 2px 8px 0px rgba(209, 209, 209, 0.5);
}
@media only screen and (max-width: 700px) {
  .company-product-contents .company-product-content {
    width: 90%;
  }
  .company-homepage .company-products .company-product-contents {
    justify-content: center;
  }
}
.company-product-contents .product-change-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 512px;
}
.company-product-contents .product-change-button > img {
  height: 36px;
  width: 36px;
}
.company-product-contents .company-product-content:hover {
  border: 1px solid #016FFF;
}
.company-product-contents .company-product-content-header {
  height: 183px;
  margin: 9px 13px;
  padding-left: 21px;
  padding-top: 70px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media only screen and (max-width: 700px) {
  .company-product-content .company-product-content-header {
    padding-top: 30px;
    background-size: 100% 100%;
  }
}
.company-homepage .company-products .company-product-contents h1 {
  height: 22px;
  font-size: 18px;
  margin: 0 0 0 0;
  color: #1B0D60;
  font-weight: bold;
}
@media only screen and (max-width: 700px) {
  .company-homepage .company-products .company-product-contents h1 {
    font-size: 18px;
    margin: 40px 0 0 0;
  }
}
.company-homepage .company-products .company-product-contents h2 {
  height: 17px;
  font-size: 14px;
  margin: 5px 0 0 0;
  color: #1B0D60;
}
@media only screen and (max-width: 700px) {
  .company-homepage .company-products .company-product-contents h2 {
    height: 27px;
    font-size: 14px;
    margin: 5px 0 0 0;
  }
}
.company-product-content-middle {
  margin: 9px 7.5px 0px 7.5px;
  padding: 18px 10px 0px 10px;
}
@media only screen and (max-width: 700px) {
  .company-product-content-middle {
    display: none;
  }
}
.company-product-content-middle > div {
  height: 60px;
  margin: 0px 0px 10px 0px;
}
.company-product-content-middle-left {
  height: 50px;
  width: 50px;
  float: left;
}
.company-product-content-middle-left .function-icon {
  background-image: url(https://yuntu-f.kuaicad.com/ent/web/assets/company/icon/icon_set_20251106.svg);
  height: 23px;
  width: 23px;
}
.company-product-content-middle-right {
  height: 50px;
  width: 290px;
  float: left;
}
.company-product-content-middle-right h3 {
  font-size: 14px;
  margin: 0 0 0 0;
  color: #333333;
}
.company-product-content-middle-right h4 {
  font-size: 12px;
  margin: 8px 0 0 0;
  color: #7A7A7A;
}
.company-product-content-footer {
  display: flex;
  justify-content: space-between;
  height: 42px;
  margin: 0px 15px 20px 15px;
  padding: 0px 10px 0px 10px;
}
@media only screen and (max-width: 700px) {
  .company-product-content-footer {
    display: none;
  }
}
.company-product-content-header .product-header-more {
  color: #FFFFFF;
  background-color: #016FFF;
  font-weight: bolder;
  width: 158px;
  height: 42px;
  border-radius: 2px;
  font-size: 14px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-top: 30px;
}
.company-product-content-header .product-header-more {
  display: none;
}
@media only screen and (max-width: 700px) {
  .company-product-content-header .product-header-more {
    display: flex;
    margin-top: 0px;
  }
}
.company-product-content-footer .company-product-download {
  color: #FFFFFF;
  background-color: #016FFF;
  font-weight: bolder;
  width: 158px;
  height: 42px;
  border-radius: 2px;
  font-size: 14px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.company-product-download:hover {
  background-color: #348CFF;
}
.company-product-download:focus {
  background-color: #0058DD;
}
.company-product-content-footer .company-product-more {
  color: #016FFF;
  background-color: #FFFFFF;
  font-weight: bolder;
  width: 158px;
  height: 42px;
  border-radius: 2px;
  font-size: 14px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border: 1px solid #016FFF;
}
.company-product-more:hover {
  background-color: #D9EAFF;
}
.company-product-more:focus {
  background-color: #BFDBFF;
}
.company-homepage .product-solution {
  margin-bottom: 60px;
  min-height: 485px;
}
.product-solution .product-solutions {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 700px) {
  .product-solution .product-solutions {
    flex-wrap: nowrap;
    overflow: auto;
  }
}
.product-solutions .product-solution-description {
  border-radius: 2px;
}
.product-solutions > div:nth-child(1),
.product-solutions > div:nth-child(3),
.product-solutions > div:nth-child(5) {
  width: 260px;
  min-width: 260px;
  height: 362px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 5px;
}
@media only screen and (max-width: 700px) {
  .product-solutions > div:nth-child(1),
  .product-solutions > div:nth-child(3),
  .product-solutions > div:nth-child(5) {
    margin: 0 10px;
  }
}
.product-solutions > div:nth-child(2),
.product-solutions > div:nth-child(4),
.product-solutions > div:nth-child(6) {
  width: 650px;
  height: 362px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-shadow: 0px 2px 4px 0px rgba(184, 184, 184, 0.5);
  margin-bottom: 5px;
}
.product-solution-description .product-description-header {
  height: 110px;
}
.product-solutions .product-solution-description h1 {
  font-size: 16px;
  margin: 20px 0 9px 20px;
  line-height: 19px;
  font-weight: bold;
}
.product-solutions .product-solution-description h2 {
  font-size: 12px;
  margin: 6px 18px 0 20px;
  line-height: 18px;
  width: 330px;
}
.product-solutions .product-solution-description h3 {
  font-size: 16px;
  margin: 20px 0 0 20px;
  color: #FFFFFF;
  line-height: 19px;
  font-weight: bold;
}
.product-solutions .product-solution-description h4 {
  font-size: 12px;
  line-height: 18px;
  margin: 13px 18px 0 20px;
  color: #FFFFFF;
}
.product-solution-description .customer-cases {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 340px 0 20px;
  margin-top: 14px;
}
.customer-cases .customer-cases-one {
  width: 140px;
  height: 34px;
}
.customer-cases .customer-cases-two {
  width: 103px;
  height: 34px;
  padding: 7px 12px;
  background: #FFFFFF;
  border: 0.62px solid #D2D2D2;
}
.customer-cases .customer-cases-three {
  width: 63px;
  height: 57px;
  padding: 6px 9px;
  background: #FFFFFF;
  border: 0.62px solid #D2D2D2;
}
.product-solution-description .related-products {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 180px 0 20px;
  margin-top: 16px;
}
.product-solution-description .related-products > img {
  height: 35px;
  width: 105px;
  padding: 6px 15px 6px 15px;
  background: #FFFFFF;
  border: 0.62px solid #D2D2D2;
}
.company-homepage .customer-voice-body {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%;
  background-image: url(//yuntu-f.kuaicad.com/ent/web/assets/company/customer/background.png);
}
.company-homepage .customer-voice {
  width: 1300px;
  min-height: 650px;
  margin: auto;
  overflow: auto;
}
@media only screen and (max-width: 700px) {
  .company-homepage .customer-voice {
    width: 100%;
    min-height: 0px;
  }
}
.company-products-content > h1,
.product-solution-content > h1,
.customer-voice-title > h1,
.excellent-partners-title > h1 {
  height: 36px;
  font-size: 30px;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 0px;
  font-weight: bold;
}
.company-products-content > p,
.product-solution-content > p,
.customer-voice-title > p,
.excellent-partners-title > p {
  height: 30px;
  font-size: 16px;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 700px) {
  .company-products-content > h1,
  .product-solution-content > h1,
  .customer-voice-title > h1,
  .excellent-partners-title > h1 {
    font-size: 26px;
  }
  .company-products-content > p,
  .product-solution-content > p,
  .customer-voice-title > p,
  .excellent-partners-title > p {
    font-size: 14px;
    margin-left: 10%;
    margin-right: 10%;
  }
}
.customer-voice .customer-voice-contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#customer-voice-contents-mobile {
  display: none;
}
@media only screen and (max-width: 700px) {
  #customer-voice-contents-mobile {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
  }
}
@media only screen and (max-width: 700px) {
  #customer-voice-contents-pc {
    display: none;
  }
}
.customer-voice-content:hover {
  border: 1px solid #006FFF;
}
.customer-voice-content {
  width: 380px;
  min-width: 380px;
  height: 520px;
  border: 1px solid #D2D2D2;
  border-radius: 6px;
  box-shadow: 0px 2px 4px 0px rgba(184, 184, 184, 0.5);
  margin-bottom: 60px;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 700px) {
  .customer-voice-content {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.customer-voice-content > img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.customer-voice-content .customer-voice-logo {
  margin: 10px 0 10px 0;
  height: 25px;
  padding-left: 34px;
  padding-right: 34px;
}
.customer-voice-content .customer-content {
  padding-left: 34px;
  padding-right: 34px;
}
.customer-voice-content .customer-content > p:nth-child(1) {
  text-align: justify;
  height: 190px;
}
.customer-voice-content .customer-content > p:nth-child(2) {
  text-align: right;
}
.customer-voice-contents .change-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 512px;
}
.customer-voice-contents .change-button > img {
  height: 36px;
  width: 36px;
}
.company-homepage .excellent-partners {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%;
  padding-bottom: 60px;
  background-image: url(//yuntu-f.kuaicad.com/ent/web/assets/company/partner/background.png);
}
.excellent-partners .excellent-partner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 700px) {
  .excellent-partners .excellent-partner {
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    height: 230px;
    flex-direction: column;
  }
  .excellent-partners .excellent-partner div {
    margin: 0px 10px;
  }
}
.excellent-partners .excellent-partner > div {
  height: 90px;
  width: 228px;
  min-width: 228px;
  margin-bottom: 15px;
}
.excellent-partners .excellent-partner > div:hover {
  box-shadow: 0px 4px 9px 0px rgba(188, 188, 188, 0.5);
}
.excellent-partners .excellent-partner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.company-homepage .company-introduce {
  height: 100px;
  background-repeat: no-repeat;
  text-align: center;
  background-size: cover;
  background-position: 100% 0;
}
.company-homepage .company-introduce .company-introduce-content {
  display: inline-block;
}
.company-homepage .company-introduce .company-introduce-content > a {
  color: #056EFF;
  background-color: #FFFFFF;
  height: 40px;
  font-size: 18px;
  line-height: 22px;
  padding: 9px 24px 9px 24px;
  border-radius: 2px;
  margin-top: 30px;
  display: inline-block;
  font-weight: bold;
}
@media only screen and (max-width: 700px) {
  .company-homepage .company-introduce .company-introduce-content > a {
    font-size: 16px;
  }
}
.company-footer {
  background-color: #030B1F;
  color: #FFFFFF;
  min-height: 320px;
  width: 100%;
}
.company-split-before {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(151, 151, 151, 0.3);
}
.company-split-title p {
  font-size: 17px;
  line-height: 17px;
}
.company-split-content p {
  font-size: 12px;
  line-height: 14px;
}
.company-split-before a {
  font-size: 12px;
  line-height: 14px;
}
.company-split-before .company-split-column {
  height: 200px;
  margin-top: 26px;
}
.company-split-column .company-split-log {
  width: 200px;
}
@media only screen and (max-width: 700px) {
  #company-split-column-log {
    display: none;
  }
  .company-split-before .company-split-column {
    margin-left: 10px;
  }
}
.company-split-column > .company-split-title {
  height: 30px;
  font-weight: bold;
}
.company-split-column > .company-split-content {
  width: 90px;
  height: 30px;
}
.company-split-column > .company-split-content-two {
  height: 70px;
}
#company-split-column-two {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 200px;
}
#company-split-title-two {
  width: 180px;
}
#company-split-column-contact {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 140px;
}
@media only screen and (max-width: 700px) {
  #company-split-column-contact {
    display: none;
  }
}
.company-split-img {
  height: 75px;
  width: 75px;
  margin: 5px 0 18px 0px;
}
.company-footer-body {
  height: 50px;
  width: 400px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.company-footer-body > div {
  margin: 15px 0 15px 0;
  padding-right: 15px;
}
@media only screen and (max-width: 700px) {
  .company-footer-body {
    font-size: 12px;
    line-height: 14px;
  }
}
.company-footer-record {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 800px;
}
@media only screen and (max-width: 700px) {
  .company-footer-record {
    width: 410px;
    justify-content: center;
    font-size: 12px;
    line-height: 16px;
  }
}
.company-service-btn {
  position: fixed;
  right: 5%;
  margin-left: 610px;
  top: 540px;
}
@media only screen and (max-width: 700px) {
  .company-service-btn {
    display: none;
  }
}
.company-service-btn .company-service-qr {
  width: 108px;
  height: 117px;
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 4px;
  background: linear-gradient(158deg, #0072FF 10%, #016FFF 91%);
  box-shadow: 1px 4px 7px 0px rgba(0, 0, 0, 0.1);
}
.company-service-btn .company-service-qr > img {
  width: 73px;
  height: 73px;
  border-radius: 2px;
  background: linear-gradient(156deg, #0072FF 11%, #00A4FF 90%);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  padding: 1.5px;
  margin-top: 10px;
}
.company-service-btn .company-service-qr > p {
  font-size: 17px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 25px;
  margin-top: 7.5px;
  color: #FFFFFF;
}
.company-service-btn .company-service-back {
  display: flex;
  justify-content: center;
}
.company-service-btn .company-service-back > img {
  width: 45px;
  height: 45px;
  max-width: none;
}
@media only screen and (max-width: 700px) {
  .company-service-btn {
    right: 10px;
    bottom: 60px;
    margin: 0;
    left: auto;
    top: auto;
  }
}
.company-about::after {
  height: auto;
  display: none;
  content: '';
}
.company-about a:hover {
  text-decoration: none;
}
.company-about h1 {
  font-weight: bold;
}
.company-about-title {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 0;
  display: flex;
  justify-content: center;
  position: relative;
  background-image: url(//yuntu-f.kuaicad.com/ent/web/assets/company/about/banner.jpg);
}
@media only screen and (max-width: 700px) {
  .company-about-title {
    background-position: 50% 0;
  }
}
.company-about-title .company-about-background {
  margin-top: 86px;
  margin-bottom: 86px;
  width: 550px;
  height: 140px;
  background: #00172D;
  opacity: 0.35;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .company-about-title .company-about-background {
    width: 80%;
  }
}
.company-about-title .company-about-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.company-about-title .company-about-info > h1 {
  font-size: 38px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
}
@media only screen and (max-width: 700px) {
  .company-about-title .company-about-info > h1 {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
.company-about-us {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media only screen and (max-width: 700px) {
  .company-about-us {
    justify-content: center;
  }
}
.company-about-contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 700px) {
  .company-about-contents {
    justify-content: center;
    width: 80%;
  }
}
.company-about-us .company-about-content {
  width: 570px;
}
.company-about-us .company-about-content iframe {
  width: 100%;
  height: 285px;
  border: 1px dashed #D2D2D2;
  border-radius: 2px;
}
.company-about-us .company-about-content .company-about-qr {
  width: 140px;
  height: 140px;
  margin-bottom: 10px;
}
.company-about-us .company-about-us-header {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 25px;
  width: 100%;
  margin-top: 40px;
}
.company-about-us .company-about-us-header-two {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 25px;
  width: 100%;
  margin-top: 70px;
}
@media only screen and (max-width: 700px) {
  .company-about-us h1 {
    text-align: center;
  }
}
@media only screen and (max-width: 700px) {
  .company-about-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .company-about-contact p {
    text-align: center;
  }
}
.company-about-us p {
  font-size: 16px;
  line-height: 26px;
}
#company-about-1 {
  font-weight: bold;
}
@media only screen and (max-width: 700px) {
  #company-about-1 {
    margin-top: 20px;
  }
}

/*# sourceMappingURL=common_style.css.map*/