/*! normalize.css v8.0.1 | 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 iOS.
 */
html[data-v-1e11344c] {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body[data-v-1e11344c] {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main[data-v-1e11344c] {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1[data-v-1e11344c] {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr[data-v-1e11344c] {
  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[data-v-1e11344c] {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a[data-v-1e11344c] {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title][data-v-1e11344c] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b[data-v-1e11344c],
strong[data-v-1e11344c] {
  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[data-v-1e11344c],
kbd[data-v-1e11344c],
samp[data-v-1e11344c] {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small[data-v-1e11344c] {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub[data-v-1e11344c],
sup[data-v-1e11344c] {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub[data-v-1e11344c] {
  bottom: -0.25em;
}
sup[data-v-1e11344c] {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img[data-v-1e11344c] {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button[data-v-1e11344c],
input[data-v-1e11344c],
optgroup[data-v-1e11344c],
select[data-v-1e11344c],
textarea[data-v-1e11344c] {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button[data-v-1e11344c],
input[data-v-1e11344c] {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button[data-v-1e11344c],
select[data-v-1e11344c] {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button[data-v-1e11344c],
[type=button][data-v-1e11344c],
[type=reset][data-v-1e11344c],
[type=submit][data-v-1e11344c] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button[data-v-1e11344c]::-moz-focus-inner,
[type=button][data-v-1e11344c]::-moz-focus-inner,
[type=reset][data-v-1e11344c]::-moz-focus-inner,
[type=submit][data-v-1e11344c]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button[data-v-1e11344c]:-moz-focusring,
[type=button][data-v-1e11344c]:-moz-focusring,
[type=reset][data-v-1e11344c]:-moz-focusring,
[type=submit][data-v-1e11344c]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset[data-v-1e11344c] {
  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[data-v-1e11344c] {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress[data-v-1e11344c] {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea[data-v-1e11344c] {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox][data-v-1e11344c],
[type=radio][data-v-1e11344c] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number][data-v-1e11344c]::-webkit-inner-spin-button,
[type=number][data-v-1e11344c]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search][data-v-1e11344c] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search][data-v-1e11344c]::-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.
 */
[data-v-1e11344c]::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details[data-v-1e11344c] {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary[data-v-1e11344c] {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template[data-v-1e11344c] {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden][data-v-1e11344c] {
  display: none;
}
html[data-v-1e11344c],
body[data-v-1e11344c] {
  overflow-x: hidden;
  background-color: #fff !important;
}
ul[data-v-1e11344c] {
  padding: 0;
}
li[data-v-1e11344c] {
  list-style: none;
}
p[data-v-1e11344c] {
  margin: 0;
}
.home-width[data-v-1e11344c] {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.home-title[data-v-1e11344c] {
  margin: 38px auto 42px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #001a31;
  position: relative;
}
.home-title .more[data-v-1e11344c] {
  position: absolute;
  top: 0;
  right: 0;
}
[data-v-1e11344c]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-1e11344c]::-webkit-scrollbar-corner {
  background-color: transparent;
}
[data-v-1e11344c]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  cursor: pointer;
}
[data-v-1e11344c]::-webkit-scrollbar-thumb {
  background-color: #8ac23d;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
  border-radius: 2em;
}
.ant-table-header[data-v-1e11344c] {
  overflow-y: hidden !important;
}
.my-btns[data-v-1e11344c] {
  flex: 1;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.my-btns li[data-v-1e11344c] {
  width: calc(20% - 8px);
  text-align: center;
  line-height: 28px;
  height: 28px;
  border-radius: 4px;
  margin: 0 8px 8px 0;
  background-color: #f1f3f5;
  color: #5b5c5d;
  font-size: 14px;
  transition: all 0.3s;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
}
.my-btns li.active[data-v-1e11344c] {
  background: #8ac23d;
  color: #fff;
}
.model-title[data-v-1e11344c] {
  padding: 12px 0 6px 0;
  color: #333;
}
.gup-48[data-v-1e11344c] {
  width: 100%;
  height: 48px;
}
.gup-47[data-v-1e11344c] {
  width: 100%;
  height: 47px;
}
.gup-46[data-v-1e11344c] {
  width: 100%;
  height: 46px;
}
.gup-45[data-v-1e11344c] {
  width: 100%;
  height: 45px;
}
.gup-44[data-v-1e11344c] {
  width: 100%;
  height: 44px;
}
.gup-43[data-v-1e11344c] {
  width: 100%;
  height: 43px;
}
.gup-42[data-v-1e11344c] {
  width: 100%;
  height: 42px;
}
.gup-41[data-v-1e11344c] {
  width: 100%;
  height: 41px;
}
.gup-40[data-v-1e11344c] {
  width: 100%;
  height: 40px;
}
.gup-39[data-v-1e11344c] {
  width: 100%;
  height: 39px;
}
.gup-38[data-v-1e11344c] {
  width: 100%;
  height: 38px;
}
.gup-37[data-v-1e11344c] {
  width: 100%;
  height: 37px;
}
.gup-36[data-v-1e11344c] {
  width: 100%;
  height: 36px;
}
.gup-35[data-v-1e11344c] {
  width: 100%;
  height: 35px;
}
.gup-34[data-v-1e11344c] {
  width: 100%;
  height: 34px;
}
.gup-33[data-v-1e11344c] {
  width: 100%;
  height: 33px;
}
.gup-32[data-v-1e11344c] {
  width: 100%;
  height: 32px;
}
.gup-31[data-v-1e11344c] {
  width: 100%;
  height: 31px;
}
.gup-30[data-v-1e11344c] {
  width: 100%;
  height: 30px;
}
.gup-29[data-v-1e11344c] {
  width: 100%;
  height: 29px;
}
.gup-28[data-v-1e11344c] {
  width: 100%;
  height: 28px;
}
.gup-27[data-v-1e11344c] {
  width: 100%;
  height: 27px;
}
.gup-26[data-v-1e11344c] {
  width: 100%;
  height: 26px;
}
.gup-25[data-v-1e11344c] {
  width: 100%;
  height: 25px;
}
.gup-24[data-v-1e11344c] {
  width: 100%;
  height: 24px;
}
.gup-23[data-v-1e11344c] {
  width: 100%;
  height: 23px;
}
.gup-22[data-v-1e11344c] {
  width: 100%;
  height: 22px;
}
.gup-21[data-v-1e11344c] {
  width: 100%;
  height: 21px;
}
.gup-20[data-v-1e11344c] {
  width: 100%;
  height: 20px;
}
.gup-19[data-v-1e11344c] {
  width: 100%;
  height: 19px;
}
.gup-18[data-v-1e11344c] {
  width: 100%;
  height: 18px;
}
.gup-17[data-v-1e11344c] {
  width: 100%;
  height: 17px;
}
.gup-16[data-v-1e11344c] {
  width: 100%;
  height: 16px;
}
.gup-15[data-v-1e11344c] {
  width: 100%;
  height: 15px;
}
.gup-14[data-v-1e11344c] {
  width: 100%;
  height: 14px;
}
.gup-13[data-v-1e11344c] {
  width: 100%;
  height: 13px;
}
.gup-12[data-v-1e11344c] {
  width: 100%;
  height: 12px;
}
.gup-11[data-v-1e11344c] {
  width: 100%;
  height: 11px;
}
.gup-10[data-v-1e11344c] {
  width: 100%;
  height: 10px;
}
.gup-9[data-v-1e11344c] {
  width: 100%;
  height: 9px;
}
.gup-8[data-v-1e11344c] {
  width: 100%;
  height: 8px;
}
.gup-7[data-v-1e11344c] {
  width: 100%;
  height: 7px;
}
.gup-6[data-v-1e11344c] {
  width: 100%;
  height: 6px;
}
.gup-5[data-v-1e11344c] {
  width: 100%;
  height: 5px;
}
.gup-4[data-v-1e11344c] {
  width: 100%;
  height: 4px;
}
.gup-3[data-v-1e11344c] {
  width: 100%;
  height: 3px;
}
.gup-2[data-v-1e11344c] {
  width: 100%;
  height: 2px;
}
.gup-1[data-v-1e11344c] {
  width: 100%;
  height: 1px;
}
.ml-24[data-v-1e11344c] {
  margin-left: 24px;
}
.mt-24[data-v-1e11344c] {
  margin-top: 24px;
}
.mr-24[data-v-1e11344c] {
  margin-right: 24px;
}
.mb-24[data-v-1e11344c] {
  margin-bottom: 24px;
}
.ml-22[data-v-1e11344c] {
  margin-left: 22px;
}
.mt-22[data-v-1e11344c] {
  margin-top: 22px;
}
.mr-22[data-v-1e11344c] {
  margin-right: 22px;
}
.mb-22[data-v-1e11344c] {
  margin-bottom: 22px;
}
.ml-20[data-v-1e11344c] {
  margin-left: 20px;
}
.mt-20[data-v-1e11344c] {
  margin-top: 20px;
}
.mr-20[data-v-1e11344c] {
  margin-right: 20px;
}
.mb-20[data-v-1e11344c] {
  margin-bottom: 20px;
}
.ml-18[data-v-1e11344c] {
  margin-left: 18px;
}
.mt-18[data-v-1e11344c] {
  margin-top: 18px;
}
.mr-18[data-v-1e11344c] {
  margin-right: 18px;
}
.mb-18[data-v-1e11344c] {
  margin-bottom: 18px;
}
.ml-16[data-v-1e11344c] {
  margin-left: 16px;
}
.mt-16[data-v-1e11344c] {
  margin-top: 16px;
}
.mr-16[data-v-1e11344c] {
  margin-right: 16px;
}
.mb-16[data-v-1e11344c] {
  margin-bottom: 16px;
}
.ml-14[data-v-1e11344c] {
  margin-left: 14px;
}
.mt-14[data-v-1e11344c] {
  margin-top: 14px;
}
.mr-14[data-v-1e11344c] {
  margin-right: 14px;
}
.mb-14[data-v-1e11344c] {
  margin-bottom: 14px;
}
.ml-12[data-v-1e11344c] {
  margin-left: 12px;
}
.mt-12[data-v-1e11344c] {
  margin-top: 12px;
}
.mr-12[data-v-1e11344c] {
  margin-right: 12px;
}
.mb-12[data-v-1e11344c] {
  margin-bottom: 12px;
}
.ml-10[data-v-1e11344c] {
  margin-left: 10px;
}
.mt-10[data-v-1e11344c] {
  margin-top: 10px;
}
.mr-10[data-v-1e11344c] {
  margin-right: 10px;
}
.mb-10[data-v-1e11344c] {
  margin-bottom: 10px;
}
.ml-8[data-v-1e11344c] {
  margin-left: 8px;
}
.mt-8[data-v-1e11344c] {
  margin-top: 8px;
}
.mr-8[data-v-1e11344c] {
  margin-right: 8px;
}
.mb-8[data-v-1e11344c] {
  margin-bottom: 8px;
}
.ml-6[data-v-1e11344c] {
  margin-left: 6px;
}
.mt-6[data-v-1e11344c] {
  margin-top: 6px;
}
.mr-6[data-v-1e11344c] {
  margin-right: 6px;
}
.mb-6[data-v-1e11344c] {
  margin-bottom: 6px;
}
.ml-4[data-v-1e11344c] {
  margin-left: 4px;
}
.mt-4[data-v-1e11344c] {
  margin-top: 4px;
}
.mr-4[data-v-1e11344c] {
  margin-right: 4px;
}
.mb-4[data-v-1e11344c] {
  margin-bottom: 4px;
}
.ml-2[data-v-1e11344c] {
  margin-left: 2px;
}
.mt-2[data-v-1e11344c] {
  margin-top: 2px;
}
.mr-2[data-v-1e11344c] {
  margin-right: 2px;
}
.mb-2[data-v-1e11344c] {
  margin-bottom: 2px;
}
.delay-24[data-v-1e11344c] {
  animation-delay: 2400ms;
}
.delay-22[data-v-1e11344c] {
  animation-delay: 2200ms;
}
.delay-20[data-v-1e11344c] {
  animation-delay: 2000ms;
}
.delay-18[data-v-1e11344c] {
  animation-delay: 1800ms;
}
.delay-16[data-v-1e11344c] {
  animation-delay: 1600ms;
}
.delay-14[data-v-1e11344c] {
  animation-delay: 1400ms;
}
.delay-12[data-v-1e11344c] {
  animation-delay: 1200ms;
}
.delay-10[data-v-1e11344c] {
  animation-delay: 1000ms;
}
.delay-8[data-v-1e11344c] {
  animation-delay: 800ms;
}
.delay-6[data-v-1e11344c] {
  animation-delay: 600ms;
}
.delay-4[data-v-1e11344c] {
  animation-delay: 400ms;
}
.delay-2[data-v-1e11344c] {
  animation-delay: 200ms;
}
.cm-flex[data-v-1e11344c], .cm-flex-wrap[data-v-1e11344c], .cm-flex-column[data-v-1e11344c], .cm-flex-content-center[data-v-1e11344c], .cm-flex-between[data-v-1e11344c], .cm-flex-between-center[data-v-1e11344c], .cm-flex-center[data-v-1e11344c] {
  display: flex;
}
.cm-flex-center[data-v-1e11344c], .cm-flex-content-center[data-v-1e11344c], .cm-flex-between-center[data-v-1e11344c] {
  align-items: center;
}
.cm-flex-between[data-v-1e11344c], .cm-flex-between-center[data-v-1e11344c] {
  justify-content: space-between;
}
.cm-flex-content-center[data-v-1e11344c] {
  justify-content: center;
}
.cm-flex-column[data-v-1e11344c] {
  flex-direction: column;
}
.cm-flex-wrap[data-v-1e11344c] {
  flex-wrap: wrap;
}
.cm-flex-1[data-v-1e11344c] {
  flex: 1;
}
.animate__animated[data-v-1e11344c] {
  opacity: 0;
}
.animate__bounceInUp[data-v-1e11344c],
.animate__backInLeft[data-v-1e11344c],
.animate__backInRight[data-v-1e11344c],
.animate__backInUp[data-v-1e11344c],
.animate__slideInLeft[data-v-1e11344c],
.animate__slideInRight[data-v-1e11344c],
.animate__fadeInLeft[data-v-1e11344c],
.animate__fadeInRight[data-v-1e11344c],
.animate__fadeInUp[data-v-1e11344c],
.animate__fadeInDown[data-v-1e11344c],
.animate__lightSpeedInRight[data-v-1e11344c],
.animate__lightSpeedInLeft[data-v-1e11344c] {
  opacity: 1;
}
.kuais[data-v-1e11344c] {
  width: 570px;
  height: auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}
.kuais .kuais-img[data-v-1e11344c] {
  width: 570px;
  height: 294px;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}
.kuais .kuais-img img[data-v-1e11344c] {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.kuais .kuais-img img[data-v-1e11344c]:hover {
  transform: scale(1.2);
}
.kuais .kuais-text[data-v-1e11344c] {
  padding: 50px 44px;
  box-sizing: border-box;
  position: relative;
}
.kuais .kuais-text h2[data-v-1e11344c] {
  font-size: 26px;
  color: #292929;
}
.kuais .kuais-text span[data-v-1e11344c] {
  font-size: 20px;
  color: #5c6272;
}
.kuais[data-v-1e11344c]:nth-child(even) {
  margin-left: 60px;
}
.my-dropdown ul[data-v-1e11344c] {
  top: 12px;
  left: -4px;
}
.my-dropdown ul .ant-dropdown-menu-item[data-v-1e11344c] {
  padding: 12px 24px;
  font-size: 16px;
  color: #001a31;
}
.banner[data-v-1e11344c] {
  height: 600px;
  position: relative;
  overflow: hidden;
}
.banner video[data-v-1e11344c] {
  height: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner .banner-img[data-v-1e11344c] {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner[data-v-1e11344c] .swiper-pagination {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
}
.banner[data-v-1e11344c] .swiper-pagination .swiper-pagination-bullet {
  margin-left: 4px;
  width: 12px;
  height: 12px;
}
.banner[data-v-1e11344c] .swiper-pagination .swiper-pagination-bullet > .swiper-pagination-bullet {
  margin-left: 4px;
}
.banner[data-v-1e11344c] .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.card-container[data-v-1e11344c] {
  overflow: hidden;
  min-height: 500px;
}
.card-container .main[data-v-1e11344c] {
  position: relative;
  top: -60px;
  z-index: 6;
}
.card-container .search-tabs .tabs[data-v-1e11344c] {
  width: 800px;
  height: 50px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAmwAAAAyCAMAAADWUHe5AAAARVBMVEUWFxgAAAAWFxgXGBkdHx8XFxkYGBgbGx0WFxkXFxkYGBoYGBoXGRoYGhoYGCgWFxkXGBkXGBkXGhoXGBgaGhoWGxskJCTjf2fTAAAAF3RSTlPmANxzF8RHG+SljGFSJgrRnX5kxzs5B3mxMfcAAAEFSURBVHja7dfHjQMxEEVBiuM0VmZN/qHuQdehLks1QKAqhodu/HR5mdZ5yAn+IQ/zOl3KXrH1yzVBBdelfx/b6KZRTR7fxfZMUNGzHNuYoKqxFFvvh1JZ7guxLQkqW85jm+xQqrtOp7GtCapbT2ObE1Q3n8Y2JKhuOI3NFuUD8mls8Alio0RstEtslIiNdomNErHRLrFRIjbaJTZKxEa7xEaJ2GiX2CgRG+0SGyVio11io0RstOsQG1F2sRHlR2xE2cRGlIfYiPIlNsLsYiNKJzai3A6xEaUTG1FyLzai3MVGmE5shBnFRpS8iY0wndgIc+/FRpTcHWIjyq3bxUaY4bF9T79/D4oGKtyfdWcAAAAASUVORK5CYII=) no-repeat;
  background-size: 100% 100%;
  transform: translateZ(0);
  position: relative;
  display: flex;
}
.card-container .search-tabs .tabs .tabs-item[data-v-1e11344c] {
  flex: 1;
  z-index: 6;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #ccc;
  cursor: pointer;
  transition: all 0.3s;
}
.card-container .search-tabs .tabs .tabs-item.active[data-v-1e11344c] {
  color: #333;
  font-weight: 600;
}
.card-container .search-tabs .tabs .presentation[data-v-1e11344c] {
  width: 33.33%;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAAAyCAMAAABVq6YfAAAASFBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////neHiwAAAAF3RSTlMAf/NRGGwM8unc2batm41aQCwmHAH2DWfkzzEAAAEFSURBVGje7dpbjoMwDIVhB0K432nP/nc6GvFQTUUZ0zcf/O3glyMTBHJiLdomgzFZ0xarfCP2MKuPcllewrAyl4sKGFdcnC/MuzTjaPo878ooeob31UsvaisorPfZWFf3VgsKrWg1oNCIlrn75LFMtEDCgz3Yg23zYA/2YNs82IM92DYP9mAPts2DP3iCxFN0FpBYRGcCiUl0RpAYRWcAiUF0apCoRWUGjVk0AmgEUUgVaFTpXgNWjTiSfEnbZVH+sXWg0m13OtC/Av3vSu/y094H6Dw+F29053kXNjkUyfbVS3e0q1Ogeh79lYX0ljsHovvVkSrMskvLNA4070dn6mGclvQD+sqMEO5k7M8AAAAASUVORK5CYII=) no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
.card-container .search-tabs .tabs .presentation.first[data-v-1e11344c] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANwAAAAyCAMAAAAAykVBAAAATlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////+QlxstAAAAGXRSTlMA9Nv9f1MYDOm2raWbjYprWk5ALCYcBW4CRJj1BgAAAMdJREFUaN7t1UsSglAMRFHfn68gINr736iUA0cPHHdX7g5OJancvu2p9w50Od9Oz9ufkgdtYchXtPcd1LnHBY7cBoTX+U6CvnA2u5343n65LDu4o6GO66FQqH8Eha08mqo4wt9dq63ioJFXxjllHAzHmuFYMxxrhmPNcKwZjjXDsWY41gzHWlHGbcq4RRk3K+NGZZxXxmFVxkVlXFOEcYjKOJeFceiUcYjKuJCEcXBJGIcQhXFAl4VxcLHo4oAmrrq4Iz/Oy1Y+/PPSrskn428AAAAASUVORK5CYII=) no-repeat;
  background-size: 100% 100%;
}
.card-container .history[data-v-1e11344c] {
  margin-top: 24px;
}
.card-container .history .history-title[data-v-1e11344c] {
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
}
.card-container .history .history-title span[data-v-1e11344c] {
  color: #333;
}
.card-container .history .history-title span[data-v-1e11344c]:last-child {
  color: #8ac23d;
  cursor: pointer;
}
.card-container .history .history-item[data-v-1e11344c] {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-around;
}
.card-container .history .history-item li[data-v-1e11344c] {
  cursor: pointer;
  padding: 8px 14px;
  width: 285px;
  height: 64px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6), #fff);
  border-radius: 10px;
  border: 2px solid #fff;
  transition: all 0.3s ease-out;
  display: flex;
  align-items: flex-start;
}
.card-container .history .history-item li[data-v-1e11344c]:hover {
  transform: translateY(1px);
  box-shadow: 0 10px 10px 0 rgba(22, 23, 24, 0.2);
  transition: all 0.3s ease-out;
}
.card-container .history .history-item li .iconfont[data-v-1e11344c] {
  font-size: 24px;
  color: #ccc;
}
.card-container .history .history-item li .text[data-v-1e11344c] {
  padding-left: 12px;
}
.card-container .history .history-item li .text p[data-v-1e11344c] {
  color: #333;
  font-weight: 600;
}
.card-container .history .history-item li .text span[data-v-1e11344c] {
  font-size: 12px;
}
.card-container .content[data-v-1e11344c] {
  margin-top: 48px;
}
.card-container .content .section-hd .section-first[data-v-1e11344c] {
  display: flex;
  justify-content: center;
  width: 436px;
  height: 42px;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
  z-index: 7;
}
.card-container .content .section-hd .section-first[data-v-1e11344c]::before {
  content: "";
  position: absolute;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 1px;
  z-index: 10;
  background: #d8d8d8;
}
.card-container .content .section-hd .section-first[data-v-1e11344c]::after {
  content: "";
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 1px;
  z-index: 10;
  background: #d8d8d8;
}
.card-container .content .section-hd .section-first .first-title[data-v-1e11344c] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 28px;
  line-height: 100%;
  color: #5b5c5d;
  position: relative;
  font-weight: 400;
  cursor: pointer;
  margin: 0 12px;
  z-index: 9;
  transition: all 0.3s ease-out;
  flex-shrink: 0;
}
.card-container .content .section-hd .section-first .first-title[data-v-1e11344c]:hover {
  color: #161718;
}
.card-container .content .section-hd .section-first .active[data-v-1e11344c] {
  color: #161718;
  font-weight: 600;
}
.card-container .content .section-hd .section-first .nav[data-v-1e11344c] {
  width: 112px;
  height: 10px;
  border-radius: 5px;
  background: linear-gradient(90deg, #8ac23d, rgba(255, 209, 33, 0));
  position: absolute;
  left: 20px;
  bottom: -4px;
  z-index: 8;
  transition: all 0.3s ease-out;
}
.card-container .content .section-hd .section-second[data-v-1e11344c] {
  display: flex;
  justify-content: center;
  width: 484px;
  height: 32px;
  margin: 8px auto;
  position: relative;
  z-index: 7;
}
.card-container .content .section-hd .section-second .second-title[data-v-1e11344c] {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 0 16px;
  height: 100%;
  font-size: 16px;
  line-height: 32px;
  margin: 0 20px;
  color: #a2a2a3;
  position: relative;
  font-weight: 400;
  cursor: pointer;
  z-index: 9;
  font-weight: 600;
  transition: all 0.3s ease-out;
  border-radius: 4px;
}
.card-container .content .section-hd .section-second .second-title[data-v-1e11344c]:hover {
  color: #fff;
  background: #8ac23d;
}
.card-container .content .section-hd .section-second .second-title.active[data-v-1e11344c] {
  color: #fff;
  background: #8ac23d;
}
.card-container .content .carousel-navs[data-v-1e11344c] {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
}
.card-container .content .carousel-navs > li[data-v-1e11344c] {
  width: 386px;
  height: 200px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6), #fff);
  cursor: pointer;
  margin-bottom: 20px;
  margin-right: 20px;
  transition: all 0.3s ease-out;
  border: 1px solid #f5f5f5;
}
.card-container .content .carousel-navs > li[data-v-1e11344c]:nth-child(3n+3) {
  margin-right: 0;
}
.card-container .content .carousel-navs > li[data-v-1e11344c]:hover {
  transform: translateY(1px);
  box-shadow: 0 10px 10px 0 rgba(22, 23, 24, 0.2);
  transition: all 0.3s ease-out;
}
.card-container .content .carousel-navs > li .nav-inner[data-v-1e11344c] {
  padding: 20px;
}
.card-container .content .carousel-navs > li .nav-inner .nav-title[data-v-1e11344c] {
  font-size: 16px;
  font-weight: 700;
  color: #161718;
  margin-bottom: 6px;
}
.card-container .content .carousel-navs > li .nav-inner .nav-title[data-v-1e11344c] :hover {
  cursor: pointer;
}
.card-container .content .carousel-navs > li .nav-inner .nav-tips-wrap[data-v-1e11344c] {
  height: 64px;
}
.card-container .content .carousel-navs > li .nav-inner .nav-tips-wrap .nav-tips[data-v-1e11344c] {
  display: flex;
  flex-wrap: wrap;
  max-height: 55px;
  overflow: hidden;
}
.card-container .content .carousel-navs > li .nav-inner .nav-tips-wrap .nav-tips .nav-tip[data-v-1e11344c] {
  padding: 3px 8px;
  line-height: 18px;
  border-radius: 4px;
  margin-right: 6px;
  margin-bottom: 6px;
  text-align: center;
  background: #f1f4f8;
  color: #8ac23d;
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
}
.card-container .content .carousel-navs > li .nav-inner .nav-labels[data-v-1e11344c] {
  display: flex;
  color: #5b5c5d;
  font-size: 14px;
  margin-bottom: 10px;
}
.card-container .content .carousel-navs > li .nav-inner .nav-labels .nav-label[data-v-1e11344c] {
  margin-right: 40px;
}
.card-container .content .carousel-navs > li .nav-inner .nav-labels .nav-label span[data-v-1e11344c]:first-child {
  color: #a2a2a3;
  margin-right: 6px;
}
.card-container .content .carousel-navs > li .nav-inner .nav-feature[data-v-1e11344c] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-container .content .carousel-navs > li .nav-inner .nav-feature .nav-feature-left .nav-feature-price[data-v-1e11344c] {
  color: #fc3a17;
  font-size: 16px;
  font-weight: 600;
}
.card-container .content .carousel-navs > li .nav-inner .nav-feature .nav-feature-left .nav-feature-price .big[data-v-1e11344c] {
  font-size: 20px;
}
.card-container .content .carousel-navs > li .nav-inner .nav-feature .nav-feature-left .nav-feature-price .hui[data-v-1e11344c] {
  color: #999;
  font-size: 14px;
}
.card-container .content .carousel-navs > li .nav-inner .nav-feature .nav-feature-right[data-v-1e11344c] {
  display: flex;
  align-items: center;
}
.card-container .content .carousel-navs > li .nav-inner .nav-feature .nav-feature-right .icon[data-v-1e11344c] {
  background: #f3f4f6;
  border-radius: 8px;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-container .content .carousel-navs > li .nav-inner .nav-feature .nav-feature-right .icon[data-v-1e11344c]:hover {
  background: #e5e5e5;
  color: #333;
}
.card-container .content .carousel-navs > li .nav-inner .nav-feature .nav-feature-right .ant-btn[data-v-1e11344c] {
  height: 38px;
  margin-left: 8px;
}
