/*! 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 */
  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;
}

/* -------- Colors -------- */
/*do not import this file except components/style/index.less*/
.tcm-fade-enter,
.tcm-fade-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.tcm-fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.tcm-fade-enter.tcm-fade-enter-active,
.tcm-fade-appear.tcm-fade-appear-active {
  animation-name: amFadeIn;
  animation-play-state: running;
}
.tcm-fade-leave.tcm-fade-leave-active {
  animation-name: amFadeOut;
  animation-play-state: running;
}
@keyframes amFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.tcm-slide-up-enter,
.tcm-slide-up-appear {
  transform: translate(0, 100%);
}
.tcm-slide-up-enter,
.tcm-slide-up-appear,
.tcm-slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.tcm-slide-up-enter.tcm-slide-up-enter-active,
.tcm-slide-up-appear.tcm-slide-up-appear-active {
  animation-name: amSlideUpIn;
  animation-play-state: running;
}
.tcm-slide-up-leave.tcm-slide-up-leave-active {
  animation-name: amSlideUpOut;
  animation-play-state: running;
}
@keyframes amSlideUpIn {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideUpOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 100%);
  }
}
.tcm.tcm-zoom-enter,
.tcm.tcm-zoom-leave {
  display: block;
}
.tcm-zoom-enter,
.tcm-zoom-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused;
}
.tcm-zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused;
}
.tcm-zoom-enter.tcm-zoom-enter-active,
.tcm-zoom-appear.tcm-zoom-appear-active {
  animation-name: amZoomIn;
  animation-play-state: running;
}
.tcm-zoom-leave.tcm-zoom-leave-active {
  animation-name: amZoomOut;
  animation-play-state: running;
}
@keyframes amZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
@keyframes amZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
}
.tcm-slide-down-enter,
.tcm-slide-down-appear {
  transform: translate(0, -100%);
}
.tcm-slide-down-enter,
.tcm-slide-down-appear,
.tcm-slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.tcm-slide-down-enter.tcm-slide-down-enter-active,
.tcm-slide-down-appear.tcm-slide-down-appear-active {
  animation-name: amSlideDownIn;
  animation-play-state: running;
}
.tcm-slide-down-leave.tcm-slide-down-leave-active {
  animation-name: amSlideDownOut;
  animation-play-state: running;
}
@keyframes amSlideDownIn {
  0% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideDownOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -100%);
  }
}
*,
*:before,
*:after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background-color: #f5f5f9;
  font-size: 14px;
  font-family: "PingFang TC", "Noto Sans CJK", "San Francisco", Roboto;
}
*[contenteditable] {
  -webkit-user-select: auto !important;
}
*:focus {
  outline: none;
}
a {
  background: transparent;
  text-decoration: none;
  outline: none;
}
p {
  margin: 0;
}

/* -------- Colors -------- */
.tcpct-inquiry-item {
  width: 1110px;
  background-color: #FFF;
}
.tcpct-inquiry-item-btn {
  width: 210px;
  height: 32px;
  background: #ff0000;
  border-radius: 4px;
  display: grid;
  font-size: 16px;
  color: #fff;
  place-items: center;
  margin-top: 14px;
  cursor: pointer;
}
.tcpct-inquiry-item .tcpct-avatar-xl {
  width: 150px;
  height: 150px;
}
.tcpct-inquiry-item-small {
  width: 676px;
  padding: unset;
}
.tcpct-inquiry-item-small .tcpct-inquiry-item-title {
  text-align: left;
  margin-bottom: 10px;
}
.tcpct-inquiry-item-small .tcpct-inquiry-item-phone-number {
  color: #FF0000;
}
.tcpct-inquiry-item-small .tcpct-inquiry-item-phone-number span {
  display: inline-block;
  color: #333;
}
.tcpct-inquiry-item-small .tcpct-inquiry-item-item {
  padding-bottom: 22px;
  display: grid;
  grid-template-columns: 150px 270px auto;
  grid-column-gap: 24px;
}
.tcpct-inquiry-item-middle {
  width: 903px;
  padding: unset;
}
.tcpct-inquiry-item-middle .tcpct-inquiry-item-contact-phone {
  margin-left: 18px;
}
.tcpct-inquiry-item-middle .tcpct-inquiry-item-item {
  padding-bottom: 22px;
  display: grid;
  grid-template-columns: 150px 340px 240px auto;
  grid-column-gap: 24px;
}
.tcpct-inquiry-item-item {
  padding-bottom: 22px;
  display: grid;
  grid-template-columns: 150px 340px 240px auto;
  grid-column-gap: 24px;
}
.tcpct-inquiry-item-region-msg {
  display: grid;
  border-bottom: 1px solid #e8e8e8;
  padding: 25px 0 0;
}
.tcpct-inquiry-item-avatar-item {
  display: grid;
  align-items: center;
}
.tcpct-inquiry-item-content {
  border-right: 1px solid #E8E8E8;
}
.tcpct-inquiry-item-title {
  font-size: 20px;
  color: #333;
  font-weight: 500;
  text-align: center;
  margin-top: 6px;
}
.tcpct-inquiry-item-brand-item {
  color: #333;
  border-radius: 20px;
  font-weight: 500;
  font-size: 16px;
  margin-top: 6px;
  display: flex;
  align-items: center;
}
.tcpct-inquiry-item-brand-name {
  padding: 1px 8px;
  color: #3264FF;
  background: rgba(50, 100, 255, 0.11);
  border-radius: 20px;
  font-weight: 400;
  font-style: initial;
  font-size: 14px;
  margin-right: 10px;
}
.tcpct-inquiry-item-foot {
  font-size: 14px;
  font-weight: 400;
  margin-right: 10px;
  color: #999;
  display: flex;
  align-items: center;
  margin-top: 16px;
  cursor: pointer;
  margin-bottom: 14px;
}
.tcpct-inquiry-item-address {
  font-style: inherit;
  color: #3264FF;
  margin-bottom: unset;
}
.tcpct-inquiry-item-contact-phone {
  margin-top: 46px;
}
.tcpct-inquiry-item-buy-car-phone {
  font-size: 14px;
  color: #333;
}
.tcpct-inquiry-item-phone-number {
  font-size: 16px;
  font-weight: 500;
  color: #999;
  margin-top: 6px;
  height: 24px;
  display: flex;
  align-items: center;
}
.tcpct-inquiry-item-phone-number span {
  display: contents;
  color: #999;
  margin: 0 4px;
}
.tcpct-inquiry-item-qr-code {
  width: 100px;
  text-align: center;
  margin: 44px auto 0;
}
.tcpct-inquiry-item-qr-tip {
  text-align: center;
  font-size: 14px;
  color: #333;
  margin-bottom: 6px;
}
.tcpct-inquiry-item-qr-code-img {
  width: 90px;
  height: 90px;
  border: 1px solid #e9e9e9;
  padding: 3px;
}
.tcpct-inquiry-item-arrow {
  text-align: center;
  color: #333333;
  font-size: 14px;
  display: inline-block;
  white-space: pre;
  position: absolute;
  bottom: 36px;
  left: -40px;
  display: none;
}
.tcpct-inquiry-item-arrow p {
  margin-bottom: 2px;
  font-weight: 400;
}
.tcpct-inquiry-item-arrow::after {
  position: absolute;
  bottom: -14px;
  left: 41px;
  content: '';
  width: 22px;
  height: 18px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAUCAYAAADhj08IAAAAAXNSR0IArs4c6QAAAqdJREFUSA29lseOE0EQhtuRXdLV6Ql4AZIIEgJpbYNggWWBu9MJceTAnRNXp0dArJATC0IgJO5ceAYHOR0QDuPE/48oa/DC2B57XdK4a6Z7qj7/VT0zSv2xVCr1LJ1OX5DzTY/ZbPYc8r+UvDY6yWTyOYbXbrd7Eg6H+x6PZywLNjG2Wi1boVDY6nQ65HmVSCReOJnYZrP9mEwmXU3TtovF4hbgFOA2waTa7bbK5/Oq2+0y3xDHdzq6YnQymczN0WiUg7sN5dQm4AiVy+WmUHa7/WksFntDHjt/aNFo9BOUuwOXyikop2q1mj53HD+zUMj9RKCYb6qYJEcT3oByeZT2JJULhULK6/XK9FpG9NRf5XM4HI8hzFtj8KlicjESiXwG/W0cHVGuWq3K9MqjEQo5Bjj2Z6GY5AgYL0LSL1AsTLjBYKCXdR1wzWZz2lOEQo79eDx+wJyzdqSUxgXYENfH43ERAU65XC69rD6fz7hkYZ9Q3H29Xo9PASr1CAK8+1+AfyomiyHxV/ghBPlF5UqlkqpUKjK98DgLhRv3zKAY2FQxyYy3wjWoVsT5aSoXDAaV3++XadNxBkrDI2EPf5iPJVNbCIwRsFuvDofDEtyF4RqNhsITXcqn4d6H6Kk8482zhcEYCO+yK+i593DnwhGKPdXv99lTVOoBlCrMA5J50x6TRTKiL77B30Gin9Jz5XJZpqejEQoX+1h/fxkoBlpKMcmM3XoZyh2i7844nU695wKBgD5dr9f18lEpmA6F8rEFljJLYMyADXEJYIdwzwoc3xTsKYHCE30XSrH0S5tlMGbChriIDfEBrg4HEOmpHq7tQimCW7KVwJjRCMdz9FMPjX4PShHYsq0Mxsz88kVZCXICYHexST5aJlr3jfgKPo++u7WuuL8BcZ9ZNDv//JcAAAAASUVORK5CYII=);
}
.tcpct-inquiry-item-slab-qr-code-img {
  width: 90px;
  height: 90px;
  position: relative;
  border: 1px solid #979797;
  padding: 3px;
  background: #fff;
}
.tcpct-inquiry-item-qrcode-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-left: 8px;
  cursor: pointer;
  background-size: 100%;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg width=%27200%27 height=%27200%27 viewBox=%270 0 1024 1024%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M30.47 472.56h455.11V17.41H30.47v455.15zM144.18 131.11h227.53v227.57H144.18V131.11zM542.43 17.41v455.15h455.15V17.41H542.43z m341.28 341.28h-227.57V131.11h227.57v227.57zM200.99 301.88h113.87V188.13H201.24V301.88h-0.20zM30.47 984.56h455.11V529.41H30.47v455.15zM144.18 643.07h227.53v227.57H144.18V643.07zM826.86 187.97h-113.70v113.70h113.70V187.97z m-284.43 796.59h113.70V870.81h-113.70v113.70zM656.18 643.07v227.57h113.70V643.07h-113.70z m227.57 227.57h-113.70v113.66h227.57v-227.53H883.92v113.87h-0.16z m0-227.57h113.70v-113.70h-113.70v113.70z m-341.28-113.70v113.70h113.70v-113.70h-113.70z m-341.44 284.43h113.87v-113.70H201.24v113.70h-0.20z%27 fill=%27%23999999%27/%3E%3C/svg%3E");
}
.tcpct-inquiry-item-qrcode-icon:hover {
  background-image: url("data:image/svg+xml,%3Csvg width=%27200%27 height=%27200%27 viewBox=%270 0 1024 1024%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M30.47 472.56h455.11V17.41H30.47v455.15zM144.18 131.11h227.53v227.57H144.18V131.11zM542.43 17.41v455.15h455.15V17.41H542.43z m341.28 341.28h-227.57V131.11h227.57v227.57zM200.99 301.88h113.87V188.13H201.24V301.88h-0.20zM30.47 984.56h455.11V529.41H30.47v455.15zM144.18 643.07h227.53v227.57H144.18V643.07zM826.86 187.97h-113.70v113.70h113.70V187.97z m-284.43 796.59h113.70V870.81h-113.70v113.70zM656.18 643.07v227.57h113.70V643.07h-113.70z m227.57 227.57h-113.70v113.66h227.57v-227.53H883.92v113.87h-0.16z m0-227.57h113.70v-113.70h-113.70v113.70z m-341.28-113.70v113.70h113.70v-113.70h-113.70z m-341.44 284.43h113.87v-113.70H201.24v113.70h-0.20z%27 fill=%27%23333333%27/%3E%3C/svg%3E");
}
.tcpct-inquiry-item-qrcode-icon:hover .tcpct-inquiry-item-arrow {
  display: inline-block;
}

/* -------- Colors -------- */
.tcpct-avatar {
  display: inline-block;
  position: relative;
}
.tcpct-avatar-head {
  width: 35px;
  height: 35px;
  display: inline-flex;
  overflow: hidden;
}
.tcpct-avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tcpct-avatar-circle {
  border-radius: 50%;
}
.tcpct-avatar-square {
  border-radius: 2px;
}
.tcpct-avatar-icon-v {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  right: -8px;
  bottom: -4px;
  background-size: 100%;
}
.tcpct-avatar-xs {
  width: 50px;
  height: 50px;
}
.tcpct-avatar-s {
  width: 60px;
  height: 60px;
}
.tcpct-avatar-m {
  width: 70px;
  height: 70px;
}
.tcpct-avatar-l {
  width: 80px;
  height: 80px;
}
.tcpct-avatar-xl {
  width: 100px;
  height: 100px;
}

/* -------- Colors -------- */
.tcpct-star {
  width: 15px;
  height: 15px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-rate {
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  font-feature-settings: 'tnum';
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #fadb14;
  font-size: 20px;
  line-height: unset;
  list-style: none;
  outline: none;
}
.ant-rate-disabled .ant-rate-star {
  cursor: default;
}
.ant-rate-disabled .ant-rate-star > div:hover {
  transform: scale(1);
}
.ant-rate-star {
  position: relative;
  display: inline-block;
  color: inherit;
  cursor: pointer;
}
.ant-rate-star:not(:last-child) {
  margin-right: 8px;
}
.ant-rate-star > div {
  transition: all 0.3s, outline 0s;
}
.ant-rate-star > div:hover {
  transform: scale(1.1);
}
.ant-rate-star > div:focus {
  outline: 0;
}
.ant-rate-star > div:focus-visible {
  outline: 1px dashed #fadb14;
  transform: scale(1.1);
}
.ant-rate-star-first,
.ant-rate-star-second {
  color: #f0f0f0;
  transition: all 0.3s;
  user-select: none;
}
.ant-rate-star-first .anticon,
.ant-rate-star-second .anticon {
  vertical-align: middle;
}
.ant-rate-star-first {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}
.ant-rate-star-half .ant-rate-star-first,
.ant-rate-star-half .ant-rate-star-second {
  opacity: 1;
}
.ant-rate-star-half .ant-rate-star-first,
.ant-rate-star-full .ant-rate-star-second {
  color: inherit;
}
.ant-rate-text {
  display: inline-block;
  margin: 0 8px;
  font-size: 14px;
}
.ant-rate-rtl {
  direction: rtl;
}
.ant-rate-rtl .ant-rate-star:not(:last-child) {
  margin-right: 0;
  margin-left: 8px;
}
.ant-rate-rtl .ant-rate-star-first {
  right: 0;
  left: auto;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-select-single .ant-select-selector {
  display: flex;
}
.ant-select-single .ant-select-selector .ant-select-selection-search {
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  left: 11px;
}
.ant-select-single .ant-select-selector .ant-select-selection-search-input {
  width: 100%;
}
.ant-select-single .ant-select-selector .ant-select-selection-item,
.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  padding: 0;
  line-height: 30px;
  transition: all 0.3s, visibility 0s;
}
.ant-select-single .ant-select-selector .ant-select-selection-item {
  position: relative;
  user-select: none;
}
.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  transition: none;
  pointer-events: none;
}
.ant-select-single .ant-select-selector::after,
.ant-select-single .ant-select-selector .ant-select-selection-item::after,
.ant-select-single .ant-select-selector .ant-select-selection-placeholder::after {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: '\a0';
}
.ant-select-single.ant-select-show-arrow .ant-select-selection-search {
  right: 25px;
}
.ant-select-single.ant-select-show-arrow .ant-select-selection-item,
.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 18px;
}
.ant-select-single.ant-select-open .ant-select-selection-item {
  color: #bfbfbf;
}
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  width: 100%;
  height: 32px;
  padding: 0 11px;
}
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
  height: 30px;
}
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector::after {
  line-height: 30px;
}
.ant-select-single.ant-select-customize-input .ant-select-selector::after {
  display: none;
}
.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-search {
  position: static;
  width: 100%;
}
.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder {
  position: absolute;
  right: 0;
  left: 0;
  padding: 0 11px;
}
.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder::after {
  display: none;
}
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
  height: 40px;
}
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector::after,
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder {
  line-height: 38px;
}
.ant-select-single.ant-select-lg:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
  height: 38px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
  height: 24px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector::after,
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder {
  line-height: 22px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
  height: 22px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selection-search {
  right: 7px;
  left: 7px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
  padding: 0 7px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
  right: 28px;
}
.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 21px;
}
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
  padding: 0 11px;
}
/**
 * Do not merge `height` & `line-height` under style with `selection` & `search`,
 * since chrome may update to redesign with its align logic.
 */
.ant-select-selection-overflow {
  position: relative;
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  max-width: 100%;
}
.ant-select-selection-overflow-item {
  flex: none;
  align-self: center;
  max-width: 100%;
}
.ant-select-multiple .ant-select-selector {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1px 4px;
}
.ant-select-show-search.ant-select-multiple .ant-select-selector {
  cursor: text;
}
.ant-select-disabled.ant-select-multiple .ant-select-selector {
  background: #f5f5f5;
  cursor: not-allowed;
}
.ant-select-multiple .ant-select-selector::after {
  display: inline-block;
  width: 0;
  margin: 2px 0;
  line-height: 24px;
  visibility: hidden;
  content: '\a0';
}
.ant-select-multiple.ant-select-show-arrow .ant-select-selector,
.ant-select-multiple.ant-select-allow-clear .ant-select-selector {
  padding-right: 24px;
}
.ant-select-multiple .ant-select-selection-item {
  position: relative;
  display: flex;
  flex: none;
  box-sizing: border-box;
  max-width: 100%;
  height: 24px;
  margin-top: 2px;
  margin-bottom: 2px;
  line-height: 22px;
  background: #f5f5f5;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  cursor: default;
  transition: font-size 0.3s, line-height 0.3s, height 0.3s;
  user-select: none;
  margin-inline-end: 4px;
  padding-inline-start: 8px;
  padding-inline-end: 4px;
}
.ant-select-disabled.ant-select-multiple .ant-select-selection-item {
  color: #bfbfbf;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-select-multiple .ant-select-selection-item-content {
  display: inline-block;
  margin-right: 4px;
  overflow: hidden;
  white-space: pre;
  text-overflow: ellipsis;
}
.ant-select-multiple .ant-select-selection-item-remove {
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
  font-size: 10px;
  line-height: inherit;
  cursor: pointer;
}
.ant-select-multiple .ant-select-selection-item-remove > * {
  line-height: 1;
}
.ant-select-multiple .ant-select-selection-item-remove svg {
  display: inline-block;
}
.ant-select-multiple .ant-select-selection-item-remove::before {
  display: none;
}
.ant-select-multiple .ant-select-selection-item-remove .ant-select-multiple .ant-select-selection-item-remove-icon {
  display: block;
}
.ant-select-multiple .ant-select-selection-item-remove > .anticon {
  vertical-align: middle;
}
.ant-select-multiple .ant-select-selection-item-remove:hover {
  color: rgba(0, 0, 0, 0.75);
}
.ant-select-multiple .ant-select-selection-overflow-item + .ant-select-selection-overflow-item .ant-select-selection-search {
  margin-inline-start: 0;
}
.ant-select-multiple .ant-select-selection-search {
  position: relative;
  max-width: 100%;
  margin-inline-start: 7px;
}
.ant-select-multiple .ant-select-selection-search-input,
.ant-select-multiple .ant-select-selection-search-mirror {
  height: 24px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  line-height: 24px;
  transition: all 0.3s;
}
.ant-select-multiple .ant-select-selection-search-input {
  width: 100%;
  min-width: 4.1px;
}
.ant-select-multiple .ant-select-selection-search-mirror {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  white-space: pre;
  visibility: hidden;
}
.ant-select-multiple .ant-select-selection-placeholder {
  position: absolute;
  top: 50%;
  right: 11px;
  left: 11px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.ant-select-multiple.ant-select-lg .ant-select-selector::after {
  line-height: 32px;
}
.ant-select-multiple.ant-select-lg .ant-select-selection-item {
  height: 32px;
  line-height: 30px;
}
.ant-select-multiple.ant-select-lg .ant-select-selection-search {
  height: 32px;
  line-height: 32px;
}
.ant-select-multiple.ant-select-lg .ant-select-selection-search-input,
.ant-select-multiple.ant-select-lg .ant-select-selection-search-mirror {
  height: 32px;
  line-height: 30px;
}
.ant-select-multiple.ant-select-sm .ant-select-selector::after {
  line-height: 16px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-item {
  height: 16px;
  line-height: 14px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-search {
  height: 16px;
  line-height: 16px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-search-input,
.ant-select-multiple.ant-select-sm .ant-select-selection-search-mirror {
  height: 16px;
  line-height: 14px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
  left: 7px;
}
.ant-select-multiple.ant-select-sm .ant-select-selection-search {
  margin-inline-start: 3px;
}
.ant-select-disabled .ant-select-selection-item-remove {
  display: none;
}
.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
  background-color: #fff;
  border-color: #ff4d4f !important;
}
.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-open .ant-select-selector,
.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-focused .ant-select-selector {
  border-color: #ff7875;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
  background-color: #fff;
  border-color: #faad14 !important;
}
.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-open .ant-select-selector,
.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-focused .ant-select-selector {
  border-color: #ffc53d;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-select-status-error.ant-select-has-feedback .ant-select-clear,
.ant-select-status-warning.ant-select-has-feedback .ant-select-clear,
.ant-select-status-success.ant-select-has-feedback .ant-select-clear,
.ant-select-status-validating.ant-select-has-feedback .ant-select-clear {
  right: 32px;
}
.ant-select-status-error.ant-select-has-feedback .ant-select-selection-selected-value,
.ant-select-status-warning.ant-select-has-feedback .ant-select-selection-selected-value,
.ant-select-status-success.ant-select-has-feedback .ant-select-selection-selected-value,
.ant-select-status-validating.ant-select-has-feedback .ant-select-selection-selected-value {
  padding-right: 42px;
}
/* Reset search input style */
.ant-select {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  position: relative;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
  cursor: pointer;
}
.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  cursor: text;
}
.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
  cursor: auto;
}
.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  cursor: not-allowed;
}
.ant-select-multiple.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  background: #f5f5f5;
}
.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
  cursor: not-allowed;
}
.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  appearance: none;
}
.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input::-webkit-search-cancel-button {
  display: none;
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-appearance: none;
}
.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
  border-color: #40a9ff;
  border-right-width: 1px;
}
.ant-select-selection-item {
  flex: 1;
  overflow: hidden;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media all and (-ms-high-contrast: none) {
  .ant-select-selection-item *::-ms-backdrop,
  .ant-select-selection-item {
    flex: auto;
  }
}
.ant-select-selection-placeholder {
  flex: 1;
  overflow: hidden;
  color: #bfbfbf;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
@media all and (-ms-high-contrast: none) {
  .ant-select-selection-placeholder *::-ms-backdrop,
  .ant-select-selection-placeholder {
    flex: auto;
  }
}
.ant-select-arrow {
  display: inline-flex;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 11px;
  display: flex;
  align-items: center;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  line-height: 1;
  text-align: center;
  pointer-events: none;
}
.ant-select-arrow > * {
  line-height: 1;
}
.ant-select-arrow svg {
  display: inline-block;
}
.ant-select-arrow::before {
  display: none;
}
.ant-select-arrow .ant-select-arrow-icon {
  display: block;
}
.ant-select-arrow .anticon {
  vertical-align: top;
  transition: transform 0.3s;
}
.ant-select-arrow .anticon > svg {
  vertical-align: top;
}
.ant-select-arrow .anticon:not(.ant-select-suffix) {
  pointer-events: auto;
}
.ant-select-disabled .ant-select-arrow {
  cursor: not-allowed;
}
.ant-select-arrow > *:not(:last-child) {
  margin-inline-end: 8px;
}
.ant-select-clear {
  position: absolute;
  top: 50%;
  right: 11px;
  z-index: 1;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  font-style: normal;
  line-height: 1;
  text-align: center;
  text-transform: none;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  transition: color 0.3s ease, opacity 0.15s ease;
  text-rendering: auto;
}
.ant-select-clear::before {
  display: block;
}
.ant-select-clear:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-select:hover .ant-select-clear {
  opacity: 1;
}
.ant-select-dropdown {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  box-sizing: border-box;
  padding: 4px 0;
  overflow: hidden;
  font-size: 14px;
  font-variant: initial;
  background-color: #fff;
  border-radius: 2px;
  outline: none;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-bottomLeft,
.ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpIn;
}
.ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-topLeft,
.ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-topLeft {
  animation-name: antSlideDownIn;
}
.ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpOut;
}
.ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-topLeft {
  animation-name: antSlideDownOut;
}
.ant-select-dropdown-hidden {
  display: none;
}
.ant-select-dropdown-empty {
  color: rgba(0, 0, 0, 0.25);
}
.ant-select-item-empty {
  position: relative;
  display: block;
  min-height: 32px;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.25);
}
.ant-select-item {
  position: relative;
  display: block;
  min-height: 32px;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.ant-select-item-group {
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  cursor: default;
}
.ant-select-item-option {
  display: flex;
}
.ant-select-item-option-content {
  flex: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-select-item-option-state {
  flex: none;
}
.ant-select-item-option-active:not(.ant-select-item-option-disabled) {
  background-color: #f5f5f5;
}
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  background-color: #e6f7ff;
}
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state {
  color: #1890ff;
}
.ant-select-item-option-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-select-item-option-disabled.ant-select-item-option-selected {
  background-color: #f5f5f5;
}
.ant-select-item-option-grouped {
  padding-left: 24px;
}
.ant-select-lg {
  font-size: 16px;
}
.ant-select-borderless .ant-select-selector {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.ant-select.ant-select-in-form-item {
  width: 100%;
}
.ant-select-compact-item:not(.ant-select-compact-last-item) {
  margin-right: -1px;
}
.ant-select-compact-item:not(.ant-select-compact-last-item).ant-select-compact-item-rtl {
  margin-right: 0;
  margin-left: -1px;
}
.ant-select-compact-item:hover > *,
.ant-select-compact-item:focus > *,
.ant-select-compact-item:active > * {
  z-index: 2;
}
.ant-select-compact-item.ant-select-focused > * {
  z-index: 2;
}
.ant-select-compact-item[disabled] > * {
  z-index: 0;
}
.ant-select-compact-item:not(.ant-select-compact-first-item):not(.ant-select-compact-last-item).ant-select > .ant-select-selector {
  border-radius: 0;
}
.ant-select-compact-item.ant-select-compact-first-item.ant-select:not(.ant-select-compact-last-item):not(.ant-select-compact-item-rtl) > .ant-select-selector {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-select-compact-item.ant-select-compact-last-item.ant-select:not(.ant-select-compact-first-item):not(.ant-select-compact-item-rtl) > .ant-select-selector {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-select-compact-item.ant-select.ant-select-compact-first-item.ant-select-compact-item-rtl:not(.ant-select-compact-last-item) > .ant-select-selector {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-select-compact-item.ant-select.ant-select-compact-last-item.ant-select-compact-item-rtl:not(.ant-select-compact-first-item) > .ant-select-selector {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-select-rtl {
  direction: rtl;
}
.ant-select-rtl .ant-select-arrow {
  right: initial;
  left: 11px;
}
.ant-select-rtl .ant-select-clear {
  right: initial;
  left: 11px;
}
.ant-select-dropdown-rtl {
  direction: rtl;
}
.ant-select-dropdown-rtl .ant-select-item-option-grouped {
  padding-right: 24px;
  padding-left: 12px;
}
.ant-select-rtl.ant-select-multiple.ant-select-show-arrow .ant-select-selector,
.ant-select-rtl.ant-select-multiple.ant-select-allow-clear .ant-select-selector {
  padding-right: 4px;
  padding-left: 24px;
}
.ant-select-rtl.ant-select-multiple .ant-select-selection-item {
  text-align: right;
}
.ant-select-rtl.ant-select-multiple .ant-select-selection-item-content {
  margin-right: 0;
  margin-left: 4px;
  text-align: right;
}
.ant-select-rtl.ant-select-multiple .ant-select-selection-search-mirror {
  right: 0;
  left: auto;
}
.ant-select-rtl.ant-select-multiple .ant-select-selection-placeholder {
  right: 11px;
  left: auto;
}
.ant-select-rtl.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
  right: 7px;
}
.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-item,
.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  right: 0;
  left: 9px;
  text-align: right;
}
.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-search {
  right: 11px;
  left: 25px;
}
.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-item,
.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 0;
  padding-left: 18px;
}
.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
  right: 6px;
}
.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 0;
  padding-left: 21px;
}

.tc-mask {
  --z-index: var(1000);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--z-index);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
}
.tc-mask-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tc-mask-content {
  z-index: 1;
}

.tcp-button {
  --color: var(--tc-color-white);
  --active: var(--tc-color-white);
  width: var(--width, unset);
  height: var(--height);
  font-size: var(--font-size);
  display: var(--display, inline-grid);
  border-radius: var(--border-radius, 4px);
  color: var(--text-color);
  border: 1px solid var(--border-color, var(--tc-color-border));
  background-color: var(--background-color, var(--tc-color-white-background));
  user-select: none;
  font-weight: 400;
  padding: 0 18px;
  place-items: center;
  white-space: pre;
  line-height: unset;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
}
.tcp-button-block {
  --width: 100%;
  --display: grid;
}
.tcp-button-round {
  --border-radius: var(--tc-radius-full);
}
.tcp-button-default {
  --text-color: var(--tc-color-text);
  --border-color: var(--tc-color-gray);
  --background-color: var(--tc-color-white-background);
}
.tcp-button-default.tcp-button-hover:hover {
  --background-color: #E8E8E8;
}
.tcp-button-hover:not(.tcp-button-hover-disabled):not(.tcp-button-hover-default):active::before,
.tcp-button-hover:not(.tcp-button-hover-disabled):not(.tcp-button-hover-default):hover::before {
  content: "";
  background-color: #fff;
  position: absolute;
  border: 1px solid #fff;
  left: -1px;
  opacity: 0.2;
  border-radius: var(--border-radius, 4px);
  right: 0;
  width: 100%;
  height: 100%;
}
.tcp-button-primary {
  --color: var(--tc-color-base);
  --background-color: var(--color);
  --border-color: var(--color);
  --text-color: var(--tc-color-white);
}
.tcp-button-danger {
  --color: var(--tc-color-danger);
  --text-color: var(--tc-color-white);
  --background-color: var(--color);
  --border-color: var(--color);
}
.tcp-button-fill-outline {
  --text-color: var(--color);
  --background-color: var(--tc-color-white-background);
  --border-color: var(--color);
}
.tcp-button-mini {
  --height: 24px;
  --font-size: var(--tc-font-size-1);
}
.tcp-button-small {
  --height: 32px;
  --font-size: var(--tc-font-size-3);
}
.tcp-button-middle {
  --height: 40px;
  --font-size: var(--tc-font-size-6);
}
.tcp-button-large {
  --height: 48px;
  --font-size: var(--tc-font-size-5);
}
.tcp-button-huge {
  --height: 56px;
  --font-size: var(--tc-font-size-9);
}
.tcp-button:disabled {
  cursor: no-drop;
  --border-color: var(--tc-color-gray-background);
  --background-color: var(--tc-color-gray-background);
  --text-color: var(--tc-color-gray);
}
.tcp-button:disabled:active {
  content: unset;
}
.tcp-button-content {
  position: relative;
}
.tcp-button-description {
  position: relative;
  font-size: var(--tc-font-size-1);
  margin-top: -8px;
}

.tc-input {
  --input-height: 34px;
  --input-padding: 0 6px;
  --input-inner-height: 22px;
  --input-font-weight: 400;
  --input-placeholder-color: #BBB;
  --input-icon-size: 20px;
  --input-tips-color: #FF0000;
  --input-font-size: var(--tc-font-size-7);
  --input-border-radius: 0px;
  --input-background: var(--tc-color-white-background);
  --justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  position: relative;
  box-sizing: border-box;
  height: var(--input-height);
  max-height: 100%;
  display: flex;
  justify-content: var(--justify-content);
  align-items: center;
  background-color: var(--input-background);
  font-family: var(--tc-font-family);
  border: none;
  outline: none;
  padding: var(--input-padding);
  border-color: var(--input-border-color);
  color: var(--input-color);
  border-radius: var(--input-border-radius);
  --input-placeholder-font-weight: 400;
}
.tc-input input::-webkit-outer-spin-button,
.tc-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.tc-input input[type="number"] {
  -moz-appearance: textfield;
}
.tc-input input::placeholder {
  color: var(--input-placeholder-color) !important;
  font-weight: var(--input-placeholder-font-weight);
}
.tc-input__suffix {
  max-width: 100%;
  max-height: 100%;
  color: var(--input-content-color);
}
.tc-input__prefix {
  max-width: 100%;
  max-height: 100%;
}
.tc-input__inner {
  flex: 1;
  border: none;
  outline: none;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0;
  min-height: 0;
  color: var(--input-text-color, var(--tc-color-text));
  height: var(--input-inner-height);
  font-size: var(--input-font-size);
  font-weight: var(--input-font-weight);
  text-align: left;
  background-color: var(--input-background);
}
.tc-input--text-right {
  text-align: right;
}
.tc-input--text-center {
  text-align: center;
}
.tc-input--border {
  border-radius: var(--tc-radius-s);
  border-width: 1px;
  border-style: solid;
  --input-border-color: var(--tc-color-border);
}
.tc-input__icon {
  width: var(--input-icon-size);
  height: var(--input-icon-size);
  margin-left: 4px;
  display: flex;
  align-items: center;
}
.tc-input__icon img {
  width: 100%;
  height: 100%;
}
.tc-input__tips {
  position: absolute;
  font-size: var(--tc-font-size-4);
  color: var(--input-tips-color);
  font-weight: var(--input-font-weight);
  bottom: -50%;
}
.tc-input--disabled {
  --input-color: var(--tc-color-gray);
  --input-text-color: var(--tc-color-gray);
  --input-content-color: var(--tc-color-gray);
}
.tc-input--disabled .tc-input__inner {
  cursor: not-allowed;
  --input-background-color: var(--tc-color-white-background);
}
.tc-input--disabled .tc-input__inner::placeholder {
  color: var(--tc-color-gray);
}
.tc-input--lighting {
  --input-border-color: var(--tc-color-primary);
}
.tc-input--error {
  --input-border-color: var(--tc-color-danger);
  --input-text-color: var(--tc-color-danger);
}
.tc-input--success {
  --input-border-color: var(--tc-color-success);
  --input-text-color: var(--tc-color-success);
}
.tc-input--warning {
  --input-border-color: var(--tc-color-warning);
  --input-text-color: var(--tc-color-warning);
}
.tc-input--info {
  --input-border-color: var(--tc-color-primary);
  --input-text-color: var(--tc-color-primary);
}

.tc-textArea {
  --textarea-color: var(--tc-color-text);
  --textarea-background-color: #FFF;
  --textarea-padding: 8px;
  --textarea-font-size: var(--tc-font-size-7);
  --textarea-text-align: left;
  --textarea-placeholder-color: var(--tc-color-gray);
  --textarea-disabled-color: var(--tc-color-gray);
  --textarea-count-color: var(--tc-color-text);
  --textarea-count-text-align: right;
  --textarea-count-size: var(--tc-font-size-4);
  --textarea-active-color: var(--tc-color-base);
  --textarea-height: 75px;
  --textarea-count-padding: 3px;
  --textarea-line-height: 1.15;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  min-height: var(--textarea-height);
  border-color: var(--textarea-border-color);
  box-sizing: border-box;
  background-color: var(--textarea-background-color);
}
.tc-textArea-element {
  --textarea-count-height: 0px;
  line-height: var(--textarea-line-height);
  font-family: var(--tc-font-family);
  resize: none;
  flex: auto;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: calc(100% - var(--textarea-count-height));
  padding: 0;
  margin: 0;
  color: var(--textarea-color);
  font-size: var(--textarea-font-size);
  background: transparent;
  outline: none;
  appearance: none;
  min-height: 1.2em;
  text-align: var(--textarea-text-align);
  border: none;
  padding: var(--textarea-padding);
}
.tc-textArea-element::placeholder {
  color: var(--textarea-placeholder-color);
  font-family: inherit;
}
.tc-textArea-element:-webkit-autofill {
  background-color: transparent;
}
.tc-textArea-element:read-only {
  cursor: default;
}
.tc-textArea-element:invalid {
  box-shadow: none;
}
.tc-textArea-element::-ms-clear {
  display: none;
}
.tc-textArea-element[readonly] {
  pointer-events: none;
}
.tc-textArea-element:disabled {
  color: var(--textarea-disabled-color);
  cursor: not-allowed;
  opacity: 1;
  -webkit-text-fill-color: var(--textarea-disabled-color);
}
.tc-textArea--border {
  border-radius: var(--tc-radius-s);
  border-width: 1px;
  border-style: solid;
  --textarea-border-color: var(--tc-color-border);
}
.tc-textArea-count {
  --textarea-count-height: 15px;
  text-align: var(--textarea-count-text-align);
  color: var(--textarea-count-color);
  font-size: var(--textarea-count-size);
  padding-right: var(--textarea-count-padding);
  height: var(--textarea-count-height);
}
.tc-textArea-count--active {
  color: var(--textarea-active-color);
}
.tc-textArea--active {
  --textarea-border-color: var(--textarea-active-color);
}

