/*! 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 {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

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

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
html,
body {
  overflow-x: hidden;
  background-color: #fff !important;
}
ul {
  padding: 0;
}
li {
  list-style: none;
}
p {
  margin: 0;
}
.home-width {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.home-title {
  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 {
  position: absolute;
  top: 0;
  right: 0;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-corner {
  background-color: transparent;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  cursor: pointer;
}
::-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 {
  overflow-y: hidden !important;
}
.my-btns {
  flex: 1;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.my-btns li {
  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 {
  background: #8ac23d;
  color: #fff;
}
.model-title {
  padding: 12px 0 6px 0;
  color: #333;
}
.gup-48 {
  width: 100%;
  height: 48px;
}
.gup-47 {
  width: 100%;
  height: 47px;
}
.gup-46 {
  width: 100%;
  height: 46px;
}
.gup-45 {
  width: 100%;
  height: 45px;
}
.gup-44 {
  width: 100%;
  height: 44px;
}
.gup-43 {
  width: 100%;
  height: 43px;
}
.gup-42 {
  width: 100%;
  height: 42px;
}
.gup-41 {
  width: 100%;
  height: 41px;
}
.gup-40 {
  width: 100%;
  height: 40px;
}
.gup-39 {
  width: 100%;
  height: 39px;
}
.gup-38 {
  width: 100%;
  height: 38px;
}
.gup-37 {
  width: 100%;
  height: 37px;
}
.gup-36 {
  width: 100%;
  height: 36px;
}
.gup-35 {
  width: 100%;
  height: 35px;
}
.gup-34 {
  width: 100%;
  height: 34px;
}
.gup-33 {
  width: 100%;
  height: 33px;
}
.gup-32 {
  width: 100%;
  height: 32px;
}
.gup-31 {
  width: 100%;
  height: 31px;
}
.gup-30 {
  width: 100%;
  height: 30px;
}
.gup-29 {
  width: 100%;
  height: 29px;
}
.gup-28 {
  width: 100%;
  height: 28px;
}
.gup-27 {
  width: 100%;
  height: 27px;
}
.gup-26 {
  width: 100%;
  height: 26px;
}
.gup-25 {
  width: 100%;
  height: 25px;
}
.gup-24 {
  width: 100%;
  height: 24px;
}
.gup-23 {
  width: 100%;
  height: 23px;
}
.gup-22 {
  width: 100%;
  height: 22px;
}
.gup-21 {
  width: 100%;
  height: 21px;
}
.gup-20 {
  width: 100%;
  height: 20px;
}
.gup-19 {
  width: 100%;
  height: 19px;
}
.gup-18 {
  width: 100%;
  height: 18px;
}
.gup-17 {
  width: 100%;
  height: 17px;
}
.gup-16 {
  width: 100%;
  height: 16px;
}
.gup-15 {
  width: 100%;
  height: 15px;
}
.gup-14 {
  width: 100%;
  height: 14px;
}
.gup-13 {
  width: 100%;
  height: 13px;
}
.gup-12 {
  width: 100%;
  height: 12px;
}
.gup-11 {
  width: 100%;
  height: 11px;
}
.gup-10 {
  width: 100%;
  height: 10px;
}
.gup-9 {
  width: 100%;
  height: 9px;
}
.gup-8 {
  width: 100%;
  height: 8px;
}
.gup-7 {
  width: 100%;
  height: 7px;
}
.gup-6 {
  width: 100%;
  height: 6px;
}
.gup-5 {
  width: 100%;
  height: 5px;
}
.gup-4 {
  width: 100%;
  height: 4px;
}
.gup-3 {
  width: 100%;
  height: 3px;
}
.gup-2 {
  width: 100%;
  height: 2px;
}
.gup-1 {
  width: 100%;
  height: 1px;
}
.ml-24 {
  margin-left: 24px;
}
.mt-24 {
  margin-top: 24px;
}
.mr-24 {
  margin-right: 24px;
}
.mb-24 {
  margin-bottom: 24px;
}
.ml-22 {
  margin-left: 22px;
}
.mt-22 {
  margin-top: 22px;
}
.mr-22 {
  margin-right: 22px;
}
.mb-22 {
  margin-bottom: 22px;
}
.ml-20 {
  margin-left: 20px;
}
.mt-20 {
  margin-top: 20px;
}
.mr-20 {
  margin-right: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.ml-18 {
  margin-left: 18px;
}
.mt-18 {
  margin-top: 18px;
}
.mr-18 {
  margin-right: 18px;
}
.mb-18 {
  margin-bottom: 18px;
}
.ml-16 {
  margin-left: 16px;
}
.mt-16 {
  margin-top: 16px;
}
.mr-16 {
  margin-right: 16px;
}
.mb-16 {
  margin-bottom: 16px;
}
.ml-14 {
  margin-left: 14px;
}
.mt-14 {
  margin-top: 14px;
}
.mr-14 {
  margin-right: 14px;
}
.mb-14 {
  margin-bottom: 14px;
}
.ml-12 {
  margin-left: 12px;
}
.mt-12 {
  margin-top: 12px;
}
.mr-12 {
  margin-right: 12px;
}
.mb-12 {
  margin-bottom: 12px;
}
.ml-10 {
  margin-left: 10px;
}
.mt-10 {
  margin-top: 10px;
}
.mr-10 {
  margin-right: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.ml-8 {
  margin-left: 8px;
}
.mt-8 {
  margin-top: 8px;
}
.mr-8 {
  margin-right: 8px;
}
.mb-8 {
  margin-bottom: 8px;
}
.ml-6 {
  margin-left: 6px;
}
.mt-6 {
  margin-top: 6px;
}
.mr-6 {
  margin-right: 6px;
}
.mb-6 {
  margin-bottom: 6px;
}
.ml-4 {
  margin-left: 4px;
}
.mt-4 {
  margin-top: 4px;
}
.mr-4 {
  margin-right: 4px;
}
.mb-4 {
  margin-bottom: 4px;
}
.ml-2 {
  margin-left: 2px;
}
.mt-2 {
  margin-top: 2px;
}
.mr-2 {
  margin-right: 2px;
}
.mb-2 {
  margin-bottom: 2px;
}
.delay-24 {
  animation-delay: 2400ms;
}
.delay-22 {
  animation-delay: 2200ms;
}
.delay-20 {
  animation-delay: 2000ms;
}
.delay-18 {
  animation-delay: 1800ms;
}
.delay-16 {
  animation-delay: 1600ms;
}
.delay-14 {
  animation-delay: 1400ms;
}
.delay-12 {
  animation-delay: 1200ms;
}
.delay-10 {
  animation-delay: 1000ms;
}
.delay-8 {
  animation-delay: 800ms;
}
.delay-6 {
  animation-delay: 600ms;
}
.delay-4 {
  animation-delay: 400ms;
}
.delay-2 {
  animation-delay: 200ms;
}
.cm-flex, .cm-flex-wrap, .cm-flex-column, .cm-flex-content-center, .cm-flex-between, .cm-flex-between-center, .cm-flex-center {
  display: flex;
}
.cm-flex-center, .cm-flex-content-center, .cm-flex-between-center {
  align-items: center;
}
.cm-flex-between, .cm-flex-between-center {
  justify-content: space-between;
}
.cm-flex-content-center {
  justify-content: center;
}
.cm-flex-column {
  flex-direction: column;
}
.cm-flex-wrap {
  flex-wrap: wrap;
}
.cm-flex-1 {
  flex: 1;
}
.animate__animated {
  opacity: 0;
}
.animate__bounceInUp,
.animate__backInLeft,
.animate__backInRight,
.animate__backInUp,
.animate__slideInLeft,
.animate__slideInRight,
.animate__fadeInLeft,
.animate__fadeInRight,
.animate__fadeInUp,
.animate__fadeInDown,
.animate__lightSpeedInRight,
.animate__lightSpeedInLeft {
  opacity: 1;
}
.kuais {
  width: 570px;
  height: auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}
.kuais .kuais-img {
  width: 570px;
  height: 294px;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}
.kuais .kuais-img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.kuais .kuais-img img:hover {
  transform: scale(1.2);
}
.kuais .kuais-text {
  padding: 50px 44px;
  box-sizing: border-box;
  position: relative;
}
.kuais .kuais-text h2 {
  font-size: 26px;
  color: #292929;
}
.kuais .kuais-text span {
  font-size: 20px;
  color: #5c6272;
}
.kuais:nth-child(even) {
  margin-left: 60px;
}
.my-dropdown ul {
  top: 12px;
  left: -4px;
}
.my-dropdown ul .ant-dropdown-menu-item {
  padding: 12px 24px;
  font-size: 16px;
  color: #001a31;
}
.mapContainerTD {
  width: 100%;
  height: 100%;
  z-index: 5;
}
.map-view {
  width: 650px;
  height: 380px;
  position: relative;
}
.map-view .map-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 32px;
  line-height: 32px;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
}
.map-view .map-bottom .iconfont {
  color: #ccc;
  padding-left: 8px;
  font-size: 16px;
  transition: all 0.3s;
}
.map-view .map-bottom .iconfont:hover {
  font-size: 20px;
}
.tdt-bottom {
  opacity: 0;
}
