/*!*****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./node_modules/tdesign-react/esm/_common/style/web/components/link/_index.less ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************/
.t-link {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-decoration: none;
  outline: none;
  padding: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font: var(--td-font-link-medium);
}
.t-link .t-link__prefix-icon {
  margin-right: var(--td-comp-margin-s);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.t-link .t-link__suffix-icon {
  margin-left: var(--td-comp-margin-s);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.t-link.t-size-s {
  font: var(--td-font-link-small);
}
.t-link.t-size-s .t-link__prefix-icon {
  margin-right: var(--td-comp-margin-xs);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.t-link.t-size-s .t-link__suffix-icon {
  margin-left: var(--td-comp-margin-xs);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.t-link.t-size-l {
  font: var(--td-font-link-large);
}
.t-link.t-size-l .t-link__prefix-icon {
  margin-right: var(--td-comp-margin-m);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.t-link.t-size-l .t-link__suffix-icon {
  margin-left: var(--td-comp-margin-m);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.t-link--theme-default {
  color: var(--td-text-color-primary);
}
.t-link--theme-default:active {
  color: var(--td-brand-color-active);
}
.t-link--theme-default.t-link--hover-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  bottom: 0;
  border-bottom: 1px solid var(--td-text-color-primary);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.t-link--theme-default.t-link--hover-underline:hover::after {
  opacity: 1;
}
.t-link--theme-default.t-link--hover-underline:active::after {
  opacity: 1;
  border-color: var(--td-brand-color-active);
}
.t-link--theme-default.t-link--hover-color:hover {
  color: var(--td-brand-color-hover);
}
.t-link--theme-default.t-link--hover-color.t-is-underline:hover::after {
  border-color: var(--td-brand-color-hover);
}
.t-link--theme-default.t-link--hover-color.t-is-underline:active::after {
  border-color: var(--td-brand-color-active);
}
.t-link--theme-default.t-link--hover-color:active {
  color: var(--td-brand-color-active);
}
.t-link--theme-default.t-is-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  bottom: 0;
  opacity: 1;
  border-bottom: 1px solid var(--td-text-color-primary);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.t-link--theme-default.t-is-disabled {
  cursor: not-allowed;
  color: var(--td-text-color-disabled);
}
.t-link--theme-default.t-is-disabled:hover,
.t-link--theme-default.t-is-disabled:active {
  color: var(--td-text-color-disabled);
}
.t-link--theme-default.t-is-disabled.t-is-underline::after {
  border-color: var(--td-text-color-disabled);
}
.t-link--theme-primary {
  color: var(--td-brand-color);
}
.t-link--theme-primary:active {
  color: var(--td-brand-color-active);
}
.t-link--theme-primary.t-link--hover-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  bottom: 0;
  border-bottom: 1px solid var(--td-brand-color);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.t-link--theme-primary.t-link--hover-underline:hover::after {
  opacity: 1;
}
.t-link--theme-primary.t-link--hover-underline:active::after {
  opacity: 1;
  border-color: var(--td-brand-color-active);
}
.t-link--theme-primary.t-link--hover-color:hover {
  color: var(--td-brand-color-hover);
}
.t-link--theme-primary.t-link--hover-color.t-is-underline:hover::after {
  border-color: var(--td-brand-color-hover);
}
.t-link--theme-primary.t-link--hover-color.t-is-underline:active::after {
  border-color: var(--td-brand-color-active);
}
.t-link--theme-primary.t-link--hover-color:active {
  color: var(--td-brand-color-active);
}
.t-link--theme-primary.t-is-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  bottom: 0;
  opacity: 1;
  border-bottom: 1px solid var(--td-brand-color);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.t-link--theme-primary.t-is-disabled {
  cursor: not-allowed;
  color: var(--td-brand-color-disabled);
}
.t-link--theme-primary.t-is-disabled:hover,
.t-link--theme-primary.t-is-disabled:active {
  color: var(--td-brand-color-disabled);
}
.t-link--theme-primary.t-is-disabled.t-is-underline::after {
  border-color: var(--td-brand-color-disabled);
}
.t-link--theme-success {
  color: var(--td-success-color);
}
.t-link--theme-success:active {
  color: var(--td-success-color-active);
}
.t-link--theme-success.t-link--hover-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  bottom: 0;
  border-bottom: 1px solid var(--td-success-color);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.t-link--theme-success.t-link--hover-underline:hover::after {
  opacity: 1;
}
.t-link--theme-success.t-link--hover-underline:active::after {
  opacity: 1;
  border-color: var(--td-success-color-active);
}
.t-link--theme-success.t-link--hover-color:hover {
  color: var(--td-success-color-hover);
}
.t-link--theme-success.t-link--hover-color.t-is-underline:hover::after {
  border-color: var(--td-success-color-hover);
}
.t-link--theme-success.t-link--hover-color.t-is-underline:active::after {
  border-color: var(--td-success-color-active);
}
.t-link--theme-success.t-link--hover-color:active {
  color: var(--td-success-color-active);
}
.t-link--theme-success.t-is-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  bottom: 0;
  opacity: 1;
  border-bottom: 1px solid var(--td-success-color);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.t-link--theme-success.t-is-disabled {
  cursor: not-allowed;
  color: var(--td-success-color-disabled);
}
.t-link--theme-success.t-is-disabled:hover,
.t-link--theme-success.t-is-disabled:active {
  color: var(--td-success-color-disabled);
}
.t-link--theme-success.t-is-disabled.t-is-underline::after {
  border-color: var(--td-success-color-disabled);
}
.t-link--theme-danger {
  color: var(--td-error-color);
}
.t-link--theme-danger:active {
  color: var(--td-error-color-active);
}
.t-link--theme-danger.t-link--hover-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  bottom: 0;
  border-bottom: 1px solid var(--td-error-color);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.t-link--theme-danger.t-link--hover-underline:hover::after {
  opacity: 1;
}
.t-link--theme-danger.t-link--hover-underline:active::after {
  opacity: 1;
  border-color: var(--td-error-color-active);
}
.t-link--theme-danger.t-link--hover-color:hover {
  color: var(--td-error-color-hover);
}
.t-link--theme-danger.t-link--hover-color.t-is-underline:hover::after {
  border-color: var(--td-error-color-hover);
}
.t-link--theme-danger.t-link--hover-color.t-is-underline:active::after {
  border-color: var(--td-error-color-active);
}
.t-link--theme-danger.t-link--hover-color:active {
  color: var(--td-error-color-active);
}
.t-link--theme-danger.t-is-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  bottom: 0;
  opacity: 1;
  border-bottom: 1px solid var(--td-error-color);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.t-link--theme-danger.t-is-disabled {
  cursor: not-allowed;
  color: var(--td-error-color-disabled);
}
.t-link--theme-danger.t-is-disabled:hover,
.t-link--theme-danger.t-is-disabled:active {
  color: var(--td-error-color-disabled);
}
.t-link--theme-danger.t-is-disabled.t-is-underline::after {
  border-color: var(--td-error-color-disabled);
}
.t-link--theme-warning {
  color: var(--td-warning-color);
}
.t-link--theme-warning:active {
  color: var(--td-warning-color-active);
}
.t-link--theme-warning.t-link--hover-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  bottom: 0;
  border-bottom: 1px solid var(--td-warning-color);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.t-link--theme-warning.t-link--hover-underline:hover::after {
  opacity: 1;
}
.t-link--theme-warning.t-link--hover-underline:active::after {
  opacity: 1;
  border-color: var(--td-warning-color-active);
}
.t-link--theme-warning.t-link--hover-color:hover {
  color: var(--td-warning-color-hover);
}
.t-link--theme-warning.t-link--hover-color.t-is-underline:hover::after {
  border-color: var(--td-warning-color-hover);
}
.t-link--theme-warning.t-link--hover-color.t-is-underline:active::after {
  border-color: var(--td-warning-color-active);
}
.t-link--theme-warning.t-link--hover-color:active {
  color: var(--td-warning-color-active);
}
.t-link--theme-warning.t-is-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  bottom: 0;
  opacity: 1;
  border-bottom: 1px solid var(--td-warning-color);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.t-link--theme-warning.t-is-disabled {
  cursor: not-allowed;
  color: var(--td-warning-color-disabled);
}
.t-link--theme-warning.t-is-disabled:hover,
.t-link--theme-warning.t-is-disabled:active {
  color: var(--td-warning-color-disabled);
}
.t-link--theme-warning.t-is-disabled.t-is-underline::after {
  border-color: var(--td-warning-color-disabled);
}

/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/StickyTool/index.less ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.custom-sticky-tool.coral-sticky-tools {
  bottom: 16px;
  right: 25px;
}
.custom-sticky-tool .coral-sticky-tools-service {
  cursor: default;
  border: none;
}
.custom-sticky-tool .coral-sticky-tools-service-title {
  width: 48px;
  height: 48px;
}
.custom-sticky-tool .coral-sticky-tools-service-content {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 48px;
  white-space: nowrap;
}
.custom-sticky-tool .coral-sticky-tools-content-item {
  width: 60px;
  height: 60px;
  border: none;
}
body:has(> #ss-chat-p) .custom-sticky-tool {
  bottom: 110px;
}
.coral-sticky-tools-service-content {
  -webkit-writing-mode: inherit;
      -ms-writing-mode: inherit;
          writing-mode: inherit;
  letter-spacing: inherit;
}
@media (max-width: 980px) {
  .coral-sticky-tools-service-content {
    display: none;
  }
}

/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/i18n/components/LangAtom/index.less ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.lang-atom {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
}
.lang-atom-icon img,
.lang-atom-icon svg {
  display: block;
}
.lang-atom-text {
  margin-left: 0;
  font-size: 14px;
}
.lang-atom-text-has-icon {
  margin-left: 8px;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./node_modules/tdesign-react/esm/_common/style/web/components/input/_index.less ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************/
.input-readonly.t-is-readonly {
  color: var(--td-text-color-primary);
  background-color: var(--td-bg-color-specialcomponent);
}
.input-readonly.t-is-readonly .t-input__inner {
  cursor: pointer;
}
.input-disabled.t-is-disabled {
  color: var(--td-text-color-disabled);
  background-color: var(--td-bg-color-component-disabled);
}
.input-disabled.t-is-disabled:hover {
  border-color: var(--td-border-level-2-color);
}
.input-disabled.t-is-disabled .t-input__inner {
  cursor: not-allowed;
  color: var(--td-text-color-disabled);
  text-overflow: initial;
}
.input-disabled.t-is-disabled .t-input__inner::-webkit-input-placeholder {
  color: var(--td-text-color-disabled);
}
.input-disabled.t-is-disabled .t-input__inner::-moz-placeholder {
  color: var(--td-text-color-disabled);
}
.input-disabled.t-is-disabled .t-input__inner:-ms-input-placeholder {
  color: var(--td-text-color-disabled);
}
.input-disabled.t-is-disabled .t-input__inner::-ms-input-placeholder {
  color: var(--td-text-color-disabled);
}
.input-disabled.t-is-disabled .t-input__inner::placeholder {
  color: var(--td-text-color-disabled);
}
.input-disabled.t-is-disabled > .t-input__prefix .t-icon,
.input-disabled.t-is-disabled > .t-input__suffix .t-icon {
  color: var(--td-text-color-disabled);
}
.input-disabled.t-is-disabled > .t-input__prefix .t-icon:hover,
.input-disabled.t-is-disabled > .t-input__suffix .t-icon:hover {
  color: var(--td-text-color-disabled);
}
.t-tips {
  font-size: var(--td-font-size-body-small);
}
.t-tips.t-is-default {
  color: var(--td-text-color-placeholder);
}
.t-tips.t-is-error {
  color: var(--td-error-color);
}
.t-tips.t-is-warning {
  color: var(--td-warning-color);
}
.t-tips.t-is-success {
  color: var(--td-success-color);
}
.t-input {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  height: var(--td-comp-size-m);
  border-width: 1px;
  border-style: solid;
  border-radius: var(--td-radius-default);
  border-color: var(--td-border-level-2-color);
  padding: 0 var(--td-comp-paddingLR-s);
  background-color: var(--td-bg-color-specialcomponent);
  outline: none;
  color: var(--td-text-color-primary);
  font: var(--td-font-body-medium);
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border cubic-bezier(0.38, 0, 0.24, 1) 0.2s, background-color cubic-bezier(0.38, 0, 0.24, 1) 0.2s, -webkit-box-shadow cubic-bezier(0.38, 0, 0.24, 1) 0.2s;
  transition: border cubic-bezier(0.38, 0, 0.24, 1) 0.2s, background-color cubic-bezier(0.38, 0, 0.24, 1) 0.2s, -webkit-box-shadow cubic-bezier(0.38, 0, 0.24, 1) 0.2s;
  transition: border cubic-bezier(0.38, 0, 0.24, 1) 0.2s, box-shadow cubic-bezier(0.38, 0, 0.24, 1) 0.2s, background-color cubic-bezier(0.38, 0, 0.24, 1) 0.2s;
  transition: border cubic-bezier(0.38, 0, 0.24, 1) 0.2s, box-shadow cubic-bezier(0.38, 0, 0.24, 1) 0.2s, background-color cubic-bezier(0.38, 0, 0.24, 1) 0.2s, -webkit-box-shadow cubic-bezier(0.38, 0, 0.24, 1) 0.2s;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.t-input:hover {
  border-color: var(--td-brand-color);
}
.t-input:focus {
  z-index: 1;
  border-color: var(--td-brand-color);
  -webkit-box-shadow: 0 0 0 2px var(--td-brand-color-focus);
          box-shadow: 0 0 0 2px var(--td-brand-color-focus);
}
.t-input--borderless:not(.t-input--focused) {
  border-color: transparent;
  -webkit-transition: border cubic-bezier(0.38, 0, 0.24, 1) 0.2s, background-color cubic-bezier(0.38, 0, 0.24, 1) 0.2s, -webkit-box-shadow cubic-bezier(0.38, 0, 0.24, 1) 0.2s;
  transition: border cubic-bezier(0.38, 0, 0.24, 1) 0.2s, background-color cubic-bezier(0.38, 0, 0.24, 1) 0.2s, -webkit-box-shadow cubic-bezier(0.38, 0, 0.24, 1) 0.2s;
  transition: border cubic-bezier(0.38, 0, 0.24, 1) 0.2s, box-shadow cubic-bezier(0.38, 0, 0.24, 1) 0.2s, background-color cubic-bezier(0.38, 0, 0.24, 1) 0.2s;
  transition: border cubic-bezier(0.38, 0, 0.24, 1) 0.2s, box-shadow cubic-bezier(0.38, 0, 0.24, 1) 0.2s, background-color cubic-bezier(0.38, 0, 0.24, 1) 0.2s, -webkit-box-shadow cubic-bezier(0.38, 0, 0.24, 1) 0.2s;
}
.t-input--borderless:not(.t-input--focused):hover {
  border-color: var(--td-component-border);
  background-color: var(--td-bg-color-container-hover);
  cursor: pointer;
}
.t-input--borderless:not(.t-input--focused).t-is-disabled {
  border: none;
  background-color: var(--td-bg-color-component-disabled);
}
.t-input--focused {
  border-color: var(--td-brand-color);
  -webkit-box-shadow: 0 0 0 2px var(--td-brand-color-focus);
          box-shadow: 0 0 0 2px var(--td-brand-color-focus);
  z-index: 1;
}
.t-input :focus-visible {
  outline: none;
}
.t-input__inner {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  border: none;
  outline: none;
  padding: 0;
  max-width: 100%;
  min-width: 0;
  color: var(--td-text-color-primary);
  font: inherit;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.t-input__inner::-webkit-input-placeholder {
  color: var(--td-text-color-placeholder);
}
.t-input__inner::-moz-placeholder {
  color: var(--td-text-color-placeholder);
}
.t-input__inner:-ms-input-placeholder {
  color: var(--td-text-color-placeholder);
}
.t-input__inner::-ms-input-placeholder {
  color: var(--td-text-color-placeholder);
}
.t-input__inner::placeholder {
  color: var(--td-text-color-placeholder);
}
.t-input__inner:-moz-placeholder-shown {
  text-overflow: ellipsis;
  width: 100%;
}
.t-input__inner:-ms-input-placeholder {
  text-overflow: ellipsis;
  width: 100%;
}
.t-input__inner:placeholder-shown {
  text-overflow: ellipsis;
  width: 100%;
}
.t-input__inner[type="password"]::-ms-reveal {
  display: none;
}
.t-input__inner[type="search"]::-webkit-search-decoration,
.t-input__inner[type="search"]::-webkit-search-cancel-button,
.t-input__inner[type="search"]::-webkit-search-results-button,
.t-input__inner[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
          appearance: none;
}
.t-input__inner.t-input--soft-hidden {
  width: 0;
}
.t-input__extra {
  font: var(--td-font-body-small);
  color: var(--td-text-color-placeholder);
}
.t-input__status {
  position: absolute;
  right: -24px;
  top: 0;
}
.t-input.t-input--suffix > span.t-input__clear {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: border cubic-bezier(0.38, 0, 0.24, 1) 0.2s, background-color cubic-bezier(0.38, 0, 0.24, 1) 0.2s, -webkit-box-shadow cubic-bezier(0.38, 0, 0.24, 1) 0.2s;
  transition: border cubic-bezier(0.38, 0, 0.24, 1) 0.2s, background-color cubic-bezier(0.38, 0, 0.24, 1) 0.2s, -webkit-box-shadow cubic-bezier(0.38, 0, 0.24, 1) 0.2s;
  transition: border cubic-bezier(0.38, 0, 0.24, 1) 0.2s, box-shadow cubic-bezier(0.38, 0, 0.24, 1) 0.2s, background-color cubic-bezier(0.38, 0, 0.24, 1) 0.2s;
  transition: border cubic-bezier(0.38, 0, 0.24, 1) 0.2s, box-shadow cubic-bezier(0.38, 0, 0.24, 1) 0.2s, background-color cubic-bezier(0.38, 0, 0.24, 1) 0.2s, -webkit-box-shadow cubic-bezier(0.38, 0, 0.24, 1) 0.2s;
}
.t-input.t-input--suffix:hover > span.t-input__clear {
  opacity: 1;
  visibility: visible;
}
.t-input.t-is-success {
  border-color: var(--td-success-color);
}
.t-input.t-is-success:focus {
  -webkit-box-shadow: 0 0 0 2px var(--td-success-color-focus);
          box-shadow: 0 0 0 2px var(--td-success-color-focus);
}
.t-input.t-is-success.t-input--focused {
  -webkit-box-shadow: 0 0 0 2px var(--td-success-color-focus);
          box-shadow: 0 0 0 2px var(--td-success-color-focus);
}
.t-input.t-is-success > .t-input__extra {
  color: var(--td-success-color);
}
.t-input.t-is-warning {
  border-color: var(--td-warning-color);
}
.t-input.t-is-warning:focus {
  -webkit-box-shadow: 0 0 0 2px var(--td-warning-color-focus);
          box-shadow: 0 0 0 2px var(--td-warning-color-focus);
}
.t-input.t-is-warning.t-input--focused {
  -webkit-box-shadow: 0 0 0 2px var(--td-warning-color-focus);
          box-shadow: 0 0 0 2px var(--td-warning-color-focus);
}
.t-input.t-is-warning > .t-input__extra {
  color: var(--td-warning-color);
}
.t-input.t-is-error {
  border-color: var(--td-error-color);
}
.t-input.t-is-error:focus {
  -webkit-box-shadow: 0 0 0 2px var(--td-error-color-focus);
          box-shadow: 0 0 0 2px var(--td-error-color-focus);
}
.t-input.t-is-error.t-input--focused {
  -webkit-box-shadow: 0 0 0 2px var(--td-error-color-focus);
          box-shadow: 0 0 0 2px var(--td-error-color-focus);
}
.t-input.t-is-error > .t-input__extra {
  color: var(--td-error-color);
}
.t-input.t-is-readonly {
  color: var(--td-text-color-primary);
  background-color: var(--td-bg-color-specialcomponent);
}
.t-input.t-is-readonly .t-input__inner {
  cursor: pointer;
}
.t-input.t-is-disabled {
  color: var(--td-text-color-disabled);
  background-color: var(--td-bg-color-component-disabled);
}
.t-input.t-is-disabled:hover {
  border-color: var(--td-border-level-2-color);
}
.t-input.t-is-disabled .t-input__inner {
  cursor: not-allowed;
  color: var(--td-text-color-disabled);
  text-overflow: initial;
}
.t-input.t-is-disabled .t-input__inner::-webkit-input-placeholder {
  color: var(--td-text-color-disabled);
}
.t-input.t-is-disabled .t-input__inner::-moz-placeholder {
  color: var(--td-text-color-disabled);
}
.t-input.t-is-disabled .t-input__inner:-ms-input-placeholder {
  color: var(--td-text-color-disabled);
}
.t-input.t-is-disabled .t-input__inner::-ms-input-placeholder {
  color: var(--td-text-color-disabled);
}
.t-input.t-is-disabled .t-input__inner::placeholder {
  color: var(--td-text-color-disabled);
}
.t-input.t-is-disabled > .t-input__prefix .t-icon,
.t-input.t-is-disabled > .t-input__suffix .t-icon {
  color: var(--td-text-color-disabled);
}
.t-input.t-is-disabled > .t-input__prefix .t-icon:hover,
.t-input.t-is-disabled > .t-input__suffix .t-icon:hover {
  color: var(--td-text-color-disabled);
}
.t-input.t-input--prefix > .t-input__prefix {
  z-index: 2;
  height: 100%;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.t-input.t-input--prefix > .t-input__prefix-icon {
  font-size: var(--td-font-size-body-large);
}
.t-input.t-input--suffix > .t-input__suffix {
  z-index: 2;
  height: 100%;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.t-input.t-input--suffix > .t-input__suffix-icon {
  font-size: var(--td-font-size-body-large);
}
.t-input .t-input__suffix-clear {
  cursor: pointer;
}
.t-input.t-size-l {
  height: var(--td-comp-size-xl);
  font: var(--td-font-body-large);
  padding: var(--td-comp-paddingTB-m) var(--td-comp-paddingLR-m);
}
.t-input.t-size-s {
  height: var(--td-comp-size-xs);
  font: var(--td-font-body-small);
}
.t-input .t-input__prefix > .t-icon,
.t-input .t-input__suffix > .t-icon {
  font-size: inherit;
}
.t-input .t-input__prefix > .t-icon {
  font-size: 16px;
  color: var(--td-text-color-placeholder);
}
.t-input .t-input__prefix:not(:empty) {
  margin-right: var(--td-comp-margin-s);
}
.t-input .t-input__suffix > .t-icon {
  color: var(--td-text-color-placeholder);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.t-input .t-input__suffix > .t-icon:hover {
  color: var(--td-text-color-secondary);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.t-input .t-input__suffix:not(:empty) {
  margin-left: var(--td-comp-margin-s);
}
.t-input.t-is-focused .t-input__prefix > .t-icon {
  color: var(--td-brand-color);
}
.t-input.t-is-focused .t-input__suffix > .t-icon-time,
.t-input.t-is-focused .t-input__suffix .t-icon-calendar {
  color: var(--td-brand-color);
}
.t-input-group {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.t-input-group .t-input__wrap {
  border-radius: 0;
}
.t-input-group .t-input__wrap:first-child {
  border-radius: var(--td-radius-default) 0 0 var(--td-radius-default);
}
.t-input-group .t-input__wrap:last-child {
  border-radius: 0 var(--td-radius-default) var(--td-radius-default) 0;
}
.t-input-group .t-button,
.t-input-group .t-select {
  border-radius: 0;
}
.t-input-group .t-button:not(:first-child),
.t-input-group .t-select:not(:first-child) {
  margin-left: -1px;
}
.t-input-group .t-input__wrap:not(:first-child) .t-input {
  margin-left: -1px;
}
.t-input-group .t-input__wrap:first-child .t-input {
  border-radius: var(--td-radius-default) 0 0 var(--td-radius-default);
}
.t-input-group .t-input__wrap:last-child .t-input {
  border-radius: 0 var(--td-radius-default) var(--td-radius-default) 0;
}
.t-input-group .t-button:first-child,
.t-input-group .t-select:first-child {
  border-radius: var(--td-radius-default) 0 0 var(--td-radius-default);
}
.t-input-group .t-button:last-child,
.t-input-group .t-select:last-child {
  border-radius: 0 var(--td-radius-default) var(--td-radius-default) 0;
}
.t-input-group--separate .t-input__wrap + .t-input__wrap {
  margin-left: var(--td-comp-margin-xxxl);
}
.t-input-group--separate .t-button,
.t-input-group--separate .t-select {
  border-radius: var(--td-radius-default);
}
.t-input-group--separate .t-button:first-child,
.t-input-group--separate .t-select:first-child {
  border-radius: var(--td-radius-default) 0 0 var(--td-radius-default);
}
.t-input-group--separate .t-button:last-child,
.t-input-group--separate .t-select:last-child {
  border-radius: 0 var(--td-radius-default) var(--td-radius-default) 0;
}
.t-input-group--separate .t-input__wrap .t-input {
  border-radius: var(--td-radius-default);
}
.t-input-group--separate .t-input__wrap .t-input:first-child {
  border-radius: var(--td-radius-default);
}
.t-input-group--separate .t-input__wrap .t-input:last-child {
  border-radius: var(--td-radius-default);
}
.t-input-group .t-input__inner,
.t-input-group .t-button,
.t-input-group .t-select {
  position: relative;
  z-index: 0;
}
.t-input-group .t-input__inner:hover,
.t-input-group .t-button:hover,
.t-input-group .t-select:hover,
.t-input-group .t-input__inner:focus,
.t-input-group .t-button:focus,
.t-input-group .t-select:focus,
.t-input-group .t-input__inner:active,
.t-input-group .t-button:active,
.t-input-group .t-select:active {
  z-index: 1;
}
.t-input__wrap {
  width: 100%;
}
.t-input__tips {
  height: auto;
  min-height: var(--td-line-height-body-small);
  font: var(--td-font-body-small);
  position: absolute;
}
.t-input__tips--default {
  color: var(--td-text-color-placeholder);
}
.t-input__tips--success {
  color: var(--td-success-color);
}
.t-input__tips--warning {
  color: var(--td-warning-color);
}
.t-input__tips--error {
  color: var(--td-error-color);
}
.t-align-center > .t-input__inner {
  text-align: center;
}
.t-align-right > .t-input__inner {
  text-align: right;
}
.t-input__input-pre {
  position: absolute;
  visibility: hidden;
  white-space: pre;
  display: block;
}
.t-input--auto-width {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 60px;
}
.t-input__limit-number {
  font: var(--td-font-body-medium);
  color: var(--td-text-color-placeholder);
  background: var(--td-bg-color-specialcomponent);
}
.t-input__limit-number.t-is-disabled {
  background: var(--td-bg-color-component-disabled);
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./node_modules/tdesign-react/esm/_common/style/web/components/tag/_index.less ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************/
.t-tag {
  font: var(--td-font-body-medium);
  color: var(--td-text-color-primary);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0px var(--td-comp-paddingLR-s);
  height: var(--td-comp-size-xs);
  font: var(--td-font-body-small);
  color: var(--td-text-color-anti);
  border-radius: var(--td-radius-default);
  border: 1px solid transparent;
  white-space: nowrap;
}
.t-tag .t-icon {
  margin-right: var(--td-comp-margin-xs);
  width: calc(var(--td-font-size-body-medium) + 2px);
  height: calc(var(--td-font-size-body-medium) + 2px);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.t-tag .t-tag__icon-close {
  margin-right: 0;
  margin-left: var(--td-comp-margin-s);
  font: var(--td-font-body-medium);
  cursor: pointer;
  -webkit-transition: color 0.2s cubic-bezier(0.38, 0, 0.24, 1);
  transition: color 0.2s cubic-bezier(0.38, 0, 0.24, 1);
}
.t-tag--default {
  color: var(--td-text-color-primary);
  background-color: var(--td-bg-color-component);
}
.t-tag--default .t-tag__icon-close {
  color: var(--td-text-color-placeholder);
}
.t-tag--default .t-tag__icon-close:hover {
  color: var(--td-text-color-primary);
}
.t-tag--default:active {
  cursor: default;
}
.t-tag--default.t-tag--disabled {
  color: var(--td-text-color-disabled);
  background-color: var(--td-bg-color-component-disabled);
  border-color: var(--td-component-border);
  cursor: not-allowed;
}
.t-tag--default.t-tag--disabled:hover {
  cursor: not-allowed;
}
.t-tag--default.t-tag--disabled .t-icon:hover {
  cursor: pointer;
}
.t-tag--default.t-tag--outline {
  border-color: var(--td-component-border);
}
.t-tag--default.t-tag--light {
  background-color: var(--td-bg-color-secondarycontainer);
}
.t-tag--default.t-tag--light-outline {
  border-color: var(--td-component-border);
  background-color: var(--td-bg-color-secondarycontainer);
}
.t-tag--primary {
  background-color: var(--td-brand-color);
}
.t-tag--primary.t-tag--outline {
  border-color: var(--td-brand-color);
}
.t-tag--primary.t-tag--light {
  background-color: var(--td-brand-color-light);
}
.t-tag--primary.t-tag--light-outline {
  border-color: var(--td-brand-color);
  background-color: var(--td-brand-color-light);
}
.t-tag--primary.t-tag--light,
.t-tag--primary.t-tag--outline,
.t-tag--primary.t-tag--light-outline {
  color: var(--td-brand-color);
}
.t-tag--primary.t-tag--light .t-tag__icon-close:hover,
.t-tag--primary.t-tag--outline .t-tag__icon-close:hover,
.t-tag--primary.t-tag--light-outline .t-tag__icon-close:hover {
  color: var(--td-brand-color-hover);
}
.t-tag--success {
  background-color: var(--td-success-color);
}
.t-tag--success.t-tag--outline {
  border-color: var(--td-success-color);
}
.t-tag--success.t-tag--light {
  background-color: var(--td-success-color-light);
}
.t-tag--success.t-tag--light-outline {
  border-color: var(--td-success-color);
  background-color: var(--td-success-color-light);
}
.t-tag--success.t-tag--light,
.t-tag--success.t-tag--outline,
.t-tag--success.t-tag--light-outline {
  color: var(--td-success-color);
}
.t-tag--success.t-tag--light .t-tag__icon-close:hover,
.t-tag--success.t-tag--outline .t-tag__icon-close:hover,
.t-tag--success.t-tag--light-outline .t-tag__icon-close:hover {
  color: var(--td-success-color-hover);
}
.t-tag--warning {
  background-color: var(--td-warning-color);
}
.t-tag--warning.t-tag--outline {
  border-color: var(--td-warning-color);
}
.t-tag--warning.t-tag--light {
  background-color: var(--td-warning-color-light);
}
.t-tag--warning.t-tag--light-outline {
  border-color: var(--td-warning-color);
  background-color: var(--td-warning-color-light);
}
.t-tag--warning.t-tag--light,
.t-tag--warning.t-tag--outline,
.t-tag--warning.t-tag--light-outline {
  color: var(--td-warning-color);
}
.t-tag--warning.t-tag--light .t-tag__icon-close:hover,
.t-tag--warning.t-tag--outline .t-tag__icon-close:hover,
.t-tag--warning.t-tag--light-outline .t-tag__icon-close:hover {
  color: var(--td-warning-color-hover);
}
.t-tag--danger {
  background-color: var(--td-error-color);
}
.t-tag--danger.t-tag--outline {
  border-color: var(--td-error-color);
}
.t-tag--danger.t-tag--light {
  background-color: var(--td-error-color-light);
}
.t-tag--danger.t-tag--light-outline {
  border-color: var(--td-error-color);
  background-color: var(--td-error-color-light);
}
.t-tag--danger .t-tag__icon-close {
  fill: var(--td-error-color);
}
.t-tag--danger .t-tag__icon-close:hover {
  fill: var(--td-error-color-hover);
}
.t-tag--danger.t-tag--light,
.t-tag--danger.t-tag--outline,
.t-tag--danger.t-tag--light-outline {
  color: var(--td-error-color);
}
.t-tag--danger.t-tag--light .t-tag__icon-close:hover,
.t-tag--danger.t-tag--outline .t-tag__icon-close:hover,
.t-tag--danger.t-tag--light-outline .t-tag__icon-close:hover {
  color: var(--td-error-color-hover);
}
.t-tag--dark.t-tag:not(.t-tag--default) .t-tag__icon-close {
  color: var(--td-font-white-2);
}
.t-tag--dark.t-tag:not(.t-tag--default) .t-tag__icon-close:hover {
  color: var(--td-font-white-1);
}
.t-tag.t-tag--outline {
  background: transparent;
}
.t-tag.t-size-s {
  padding: 0px var(--td-comp-paddingLR-xs);
  height: var(--td-comp-size-xxs);
  font: var(--td-font-body-small);
}
.t-tag.t-size-s .t-icon {
  font-size: var(--td-font-body-small);
}
.t-tag.t-size-l {
  padding: 0px var(--td-comp-paddingLR-m);
  height: var(--td-comp-size-m);
  font: var(--td-font-body-medium);
}
.t-tag.t-size-l .t-icon {
  font: var(--td-font-body-medium);
}
.t-tag.t-tag--round {
  border-radius: var(--td-radius-extraLarge);
}
.t-tag.t-tag--mark {
  border-radius: 0 var(--td-radius-extraLarge) var(--td-radius-extraLarge) 0;
}
.t-tag.t-tag--ellipsis .t-tag--text {
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.t-tag.t-tag--check:not(.t-tag--disabled) {
  -webkit-transition: background-color 0.2s cubic-bezier(0.38, 0, 0.24, 1);
  transition: background-color 0.2s cubic-bezier(0.38, 0, 0.24, 1);
  cursor: pointer;
}
.t-tag.t-tag--check:not(.t-tag--disabled).t-tag--default.t-tag--dark:not(.t-tag--checked):hover {
  background-color: var(--td-bg-color-component-hover);
}
.t-tag.t-tag--check:not(.t-tag--disabled).t-tag--primary.t-tag--dark.t-tag--checked:hover {
  background-color: var(--td-brand-color-hover);
}
.t-tag.t-tag--check:not(.t-tag--disabled).t-tag--default.t-tag--outline:not(.t-tag--checked):hover {
  color: var(--td-brand-color-hover);
}
.t-tag--check.t-tag--disabled.t-tag--primary.t-tag--dark {
  background-color: var(--td-brand-color-disabled);
  cursor: not-allowed;
}
.t-tag--check.t-tag--disabled.t-tag--primary.t-tag--outline {
  color: var(--td-text-color-disabled);
  background-color: var(--td-bg-color-component-disabled);
  border-color: var(--td-text-color-disabled);
  cursor: not-allowed;
}
.t-check-tag-group .t-tag:not(:last-child) {
  margin-right: var(--td-comp-margin-s);
}
a .t-tag {
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a .t-tag:hover {
  color: var(--td-brand-color);
  background-color: var(--td-bg-color-component-hover);
}
a .t-tag:active {
  color: var(--td-brand-color-active);
  background-color: var(--td-bg-color-component-active);
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./node_modules/tdesign-react/esm/_common/style/web/components/tag-input/_index.less ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************/
@-webkit-keyframes t-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes t-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes t-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes t-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes t-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes t-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.t-icon-loading {
  -webkit-animation: t-spin 1s linear infinite;
          animation: t-spin 1s linear infinite;
}
@-webkit-keyframes t-zoom-out {
  from {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes t-zoom-out {
  from {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.t-tag-input {
  font: var(--td-font-body-medium);
  color: var(--td-text-color-primary);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  /** 设计稿：未填充标签场景，边距和已填充不同 */
}
.t-tag-input .t-tag {
  vertical-align: middle;
  -webkit-animation: t-fade-in 0.2s ease-in-out;
          animation: t-fade-in 0.2s ease-in-out;
  margin: 3px var(--td-comp-margin-xs) 3px 0;
}
.t-tag-input .t-tag-input__drag_wrapper + .t-tag-input__drag_wrapper {
  margin-left: var(--td-comp-margin-xs);
}
.t-tag-input .t-input {
  overflow: hidden;
  min-height: var(--td-comp-size-m);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0 var(--td-comp-paddingLR-s) 0 var(--td-comp-margin-xs);
}
.t-tag-input .t-input .t-input__suffix-icon {
  right: var(--td-comp-margin-s);
}
.t-tag-input .t-input.t-size-s {
  padding: 0 var(--td-comp-paddingLR-s) 0 var(--td-comp-margin-xs);
  min-height: var(--td-comp-size-xs);
}
.t-tag-input .t-input.t-size-s .t-tag {
  margin: 1px var(--td-comp-margin-xs) 1px 0;
}
.t-tag-input .t-input.t-size-l {
  min-height: var(--td-comp-size-xl);
  padding: 0 var(--td-comp-paddingLR-m) 0 var(--td-comp-margin-s);
}
.t-tag-input .t-input.t-size-l .t-input__suffix-icon {
  right: var(--td-comp-margin-m);
}
.t-tag-input.t-is-empty .t-input__inner {
  margin-left: var(--td-comp-margin-xs);
}
.t-tag-input:hover .t-input__inner:not(.t-input--soft-hidden),
.t-tag-input .t-input--focused .t-input__inner:not(.t-input--soft-hidden) {
  min-width: 20px;
}
.t-tag-input .t-tag-input__prefix {
  margin-left: var(--td-comp-margin-xs);
  line-height: 1;
}
.t-tag-input .t-tag-input__prefix > .t-icon {
  color: var(--td-text-color-placeholder);
}
.t-tag-input .t-input .t-input__prefix:not(:empty) {
  margin-right: 0;
}
.t-tag-input.t-input--auto-width .t-input.t-input--focused {
  padding-right: calc(var(--td-comp-paddingLR-xxl) + var(--td-comp-paddingLR-xxs));
}
.t-tag-input.t-input--auto-width .t-input__prefix {
  white-space: nowrap;
}
.t-tag-input .t-input__prefix--scrollable {
  overflow-y: hidden;
  overflow-x: auto;
}
@-moz-document url-prefix() {
  .t-tag-input .t-input__prefix--scrollable {
    scrollbar-color: var(--td-scrollbar-color) transparent;
    scrollbar-width: thin;
  }
}
.t-tag-input .t-input__prefix--scrollable::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.t-tag-input .t-input__prefix--scrollable::-webkit-scrollbar-thumb {
  border: 0px solid transparent;
  background-clip: content-box;
  background-color: var(--td-scrollbar-color);
  border-radius: 11px;
}
.t-tag-input .t-input__prefix--scrollable::-webkit-scrollbar-thumb:vertical:hover,
.t-tag-input .t-input__prefix--scrollable::-webkit-scrollbar-thumb:horizontal:hover {
  background-color: var(--td-scrollbar-hover-color);
}
.t-tag-input__suffix-clear {
  cursor: pointer;
}
.t-tag-input--break-line:not(.t-is-empty) .t-input {
  display: block;
}
.t-tag-input--break-line:not(.t-is-empty) .t-input.t-input--prefix > .t-input__prefix {
  display: inline;
  text-align: left;
}
.t-tag-input--break-line:not(.t-is-empty) .t-input .t-input__suffix-icon {
  position: absolute;
  bottom: 0;
}
.t-tag-input--break-line:not(.t-is-empty) .t-tag-input__prefix {
  vertical-align: middle;
}
.t-tag-input__prefix {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: inline-block;
  margin-right: var(--td-comp-margin-s);
}
/** 换行模式避免标签和右侧图标重合，需保留图标宽度 22px 和左侧距离标签间距 8px */
.t-tag-input--break-line.t-tag-input--with-tag:not(.t-input--auto-width) .t-input,
.t-tag-input.t-input--auto-width:hover .t-input {
  padding-right: calc(var(--td-comp-paddingLR-xxl) + var(--td-comp-paddingLR-xxs));
}
.t-tag-input--break-line.t-tag-input--with-tag:not(.t-input--auto-width) .t-size-l .t-input,
.t-tag-input.t-input--auto-width:hover .t-size-l .t-input {
  padding-right: calc(var(--td-comp-paddingLR-xxl) + var(--td-comp-paddingLR-xs));
}
/** auto-width 模式，左右边距相同 */
.t-tag-input.t-input--auto-width .t-input {
  padding-right: 0;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./node_modules/tdesign-react/esm/_common/style/web/components/select-input/_index.less ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************/
.t-select-input {
  font: var(--td-font-body-medium);
  color: var(--td-text-color-primary);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
/** 宽度自适应场景，多选，预留图标的位置。带标签和不带标签的布局不同，故而间距不同 */
.t-select-input--multiple .t-input--auto-width.t-tag-input__with-suffix-icon.t-tag-input--with-tag .t-input {
  padding-right: var(--td-comp-paddingLR-xl);
}
.t-select-input--multiple .t-input--auto-width.t-tag-input__with-suffix-icon.t-tag-input--with-tag .t-input.t-size-l {
  padding-right: calc(var(--td-comp-paddingLR-xl) + var(--td-comp-paddingLR-s));
}
.t-select-input--multiple .t-input--auto-width.t-tag-input__with-suffix-icon.t-is-empty .t-input {
  padding-right: var(--td-comp-paddingLR-s);
}
.t-select-input--multiple .t-input--auto-width.t-tag-input__with-suffix-icon.t-is-empty .t-input.t-size-l {
  padding-right: var(--td-comp-paddingLR-m);
}
/** 无边框模式 */
.t-select-input--borderless {
  /** 无边框模式的多选 */
}
.t-select-input--borderless .t-input {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid transparent;
  background: transparent;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.t-select-input--borderless .t-input:hover:not(.t-input--focused) {
  border-color: var(--td-component-border);
  background-color: var(--td-bg-color-container-hover);
  border-radius: var(--td-radius-default);
}
.t-select-input--borderless .t-input--focused {
  border-color: var(--td-brand-color);
  -webkit-box-shadow: 0 0 0 2px var(--td-brand-color-focus);
          box-shadow: 0 0 0 2px var(--td-brand-color-focus);
  background-color: var(--td-bg-color-specialcomponent);
}
.t-select-input--borderless.t-select-input--multiple:not(.t-select-input--empty).t-select-input--popup-visible input {
  display: inline-block;
}
.t-select-input--borderless.t-select-input--multiple:not(.t-select-input--empty).t-select-input--popup-visible .t-input {
  background-color: var(--td-bg-color-container-hover);
}
.t-select-input--borderless.t-tag-input {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.t-select-input--borderless.t-tag-input:hover {
  background-color: var(--td-bg-color-container-hover);
  border-radius: var(--td-radius-default);
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./node_modules/tdesign-react/esm/_common/style/web/components/select/_index.less ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************/
.t-select__wrap {
  width: 100%;
}
.t-select__dropdown .t-popup__content {
  margin: var(--td-comp-paddingTB-s) 0;
  padding: 0;
  max-height: 300px;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -webkit-box-shadow: var(--td-shadow-2);
          box-shadow: var(--td-shadow-2);
}
@-moz-document url-prefix() {
  .t-select__dropdown .t-popup__content {
    scrollbar-color: var(--td-scrollbar-color) transparent;
    scrollbar-width: thin;
  }
}
.t-select__dropdown .t-popup__content::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.t-select__dropdown .t-popup__content::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  background-clip: content-box;
  background-color: var(--td-scrollbar-color);
  border-radius: 15px;
}
.t-select__dropdown .t-popup__content::-webkit-scrollbar-thumb:vertical:hover,
.t-select__dropdown .t-popup__content::-webkit-scrollbar-thumb:horizontal:hover {
  background-color: var(--td-scrollbar-hover-color);
}
.t-select__dropdown-inner {
  min-height: var(--td-comp-size-m);
}
.t-select__dropdown-inner .t-select__list .t-select__list {
  padding: 0;
}
.t-select__dropdown-inner .t-select__list,
.t-select__dropdown-inner .t-tree {
  padding: var(--td-pop-padding-m);
}
.t-select__dropdown-inner--size-s {
  min-height: var(--td-comp-size-xs);
}
.t-select__dropdown-inner--size-s .t-select__list,
.t-select__dropdown-inner--size-s .t-tree {
  padding: var(--td-pop-padding-s);
}
.t-select__dropdown-inner--size-l {
  min-height: var(--td-comp-size-xl);
}
.t-select__dropdown-inner--size-l .t-select__list,
.t-select__dropdown-inner--size-l .t-tree {
  padding: var(--td-pop-padding-l);
}
.t-select__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.t-select__dropdown.t-popup {
  padding: 0;
}
.t-select__empty.t-size-s {
  line-height: var(--td-comp-size-xs);
}
.t-select__empty {
  text-align: center;
  color: var(--td-text-color-disabled);
  line-height: var(--td-comp-size-m);
  padding: 0 var(--td-comp-paddingLR-s);
}
.t-select__empty.t-size-l {
  line-height: var(--td-comp-size-xl);
}
.t-select__loading-tips.t-size-s {
  min-height: var(--td-comp-size-xs);
  line-height: var(--td-comp-size-xs);
}
.t-select__loading-tips {
  position: fixed;
  top: var(--td-comp-paddingTB-s);
  left: 0;
  bottom: var(--td-comp-paddingTB-s);
  right: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--td-bg-color-container);
  border-radius: var(--td-radius-default);
  min-height: var(--td-comp-size-m);
  line-height: var(--td-comp-size-m);
  color: var(--td-text-color-disabled);
  z-index: 1000;
}
.t-select__loading-tips.t-size-l {
  min-height: var(--td-comp-size-xl);
  line-height: var(--td-comp-size-xl);
}
.t-select-option-group + .t-select-option-group {
  padding-top: var(--td-comp-margin-xs);
  margin-top: var(--td-comp-margin-xs);
}
.t-select-option-group__divider + .t-select-option-group__divider {
  position: relative;
}
.t-select-option-group__divider + .t-select-option-group__divider::before {
  content: "";
  width: 100%;
  height: 1px;
  padding: 0 var(--td-comp-paddingLR-s);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: var(--td-border-level-1-color);
  background-clip: content-box;
}
ul.t-select-option-group__header,
.t-select-option-group__header {
  color: var(--td-text-color-placeholder);
  display: block;
  height: var(--td-comp-size-s);
  line-height: var(--td-comp-size-s);
  padding: 0 var(--td-comp-paddingLR-s);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.t-select-option-group__header.t-size-l {
  height: var(--td-comp-size-l);
  line-height: var(--td-comp-size-l);
  padding: 0 var(--td-comp-paddingLR-m);
}
.t-select-option-group__header.t-size-s {
  height: var(--td-comp-size-xxs);
  line-height: var(--td-comp-size-xxs);
  padding: 0 var(--td-comp-paddingLR-s);
}
.t-select-option {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: var(--td-radius-default);
  height: var(--td-comp-size-s);
  font: var(--td-font-body-medium);
  cursor: pointer;
  padding: 0 var(--td-comp-paddingLR-s);
  color: var(--td-text-color-primary);
  -webkit-transition: background-color 0.2s cubic-bezier(0.38, 0, 0.24, 1);
  transition: background-color 0.2s cubic-bezier(0.38, 0, 0.24, 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  --ripple-color: var(--td-bg-color-container-active);
}
.t-select-option span {
  position: relative;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.t-select-option:not(.t-is-disabled):not(.t-is-selected):hover {
  background-color: var(--td-bg-color-container-hover);
}
.t-select-option:not(.t-is-disabled):not(.t-is-selected):hover .t-checkbox__label {
  color: inherit;
}
.t-select-option:not(.t-is-disabled):not(.t-is-selected):hover .t-checkbox__input {
  border-color: var(--td-brand-color);
}
.t-select-option .t-checkbox__label {
  color: var(--td-text-color-primary);
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.t-select-option .t-checkbox {
  width: 100%;
}
.t-select-option.t-is-disabled {
  cursor: not-allowed;
  color: var(--td-text-color-disabled);
  background: var(--td-bg-color-specialcomponent);
}
.t-select-option.t-is-disabled:hover,
.t-select-option.t-is-disabled :active {
  background: var(--td-bg-color-specialcomponent);
}
.t-select-option.t-size-l {
  height: var(--td-comp-size-l);
  padding: 0 var(--td-comp-paddingLR-m);
  font: var(--td-font-body-large);
}
.t-select-option.t-size-m {
  font: var(--td-font-body-medium);
}
.t-select-option.t-size-s {
  height: var(--td-comp-size-xxs);
  padding: 0 var(--td-comp-paddingLR-s);
  font: var(--td-font-body-small);
}
.t-select-option.t-is-selected:not(.t-is-disabled) {
  color: var(--td-brand-color);
  background-color: var(--td-brand-color-light);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.t-select-option.t-is-selected:not(.t-is-disabled) .t-checkbox__label {
  color: var(--td-brand-color);
}
.t-select-option.t-is-selected:not(.t-is-disabled):hover {
  background-color: var(--td-brand-color-light);
}
/** 规范 CSS 类名为 --hover */
.t-select-option.t-select-option__hover:not(.t-is-disabled).t-select-option.t-select-option__hover:not(.t-is-selected),
.t-select-option.t-select-option__hover:not(.t-is-disabled).t-select-option.t-select-option--hover:not(.t-is-selected),
.t-select-option.t-select-option--hover:not(.t-is-disabled).t-select-option.t-select-option__hover:not(.t-is-selected),
.t-select-option.t-select-option--hover:not(.t-is-disabled).t-select-option.t-select-option--hover:not(.t-is-selected) {
  background-color: var(--td-bg-color-container-hover);
}
.t-select-option.t-select-option__hover:not(.t-is-disabled).t-select-option.t-select-option__hover:not(.t-is-selected) .t-checkbox__input,
.t-select-option.t-select-option__hover:not(.t-is-disabled).t-select-option.t-select-option--hover:not(.t-is-selected) .t-checkbox__input,
.t-select-option.t-select-option--hover:not(.t-is-disabled).t-select-option.t-select-option__hover:not(.t-is-selected) .t-checkbox__input,
.t-select-option.t-select-option--hover:not(.t-is-disabled).t-select-option.t-select-option--hover:not(.t-is-selected) .t-checkbox__input {
  border-color: var(--td-brand-color);
}
.t-select-option.t-select-option__hover .t-checkbox__label,
.t-select-option.t-select-option--hover .t-checkbox__label {
  color: inherit;
}
.t-select-option + .t-select-option {
  margin-top: var(--td-comp-paddingTB-xxs);
}
.t-select.t-select-input--borderless .t-select__right-icon {
  position: relative;
  margin: 0;
}
.t-select .t-fake-arrow {
  color: var(--td-text-color-placeholder);
}
.t-select .t-fake-arrow--active {
  color: var(--td-brand-color);
}
.t-is-selected.t-select-option__hover {
  background-color: var(--td-brand-color-light-hover);
}
.t-is-selected.t-select-option__hover .t-checkbox__label {
  color: var(--td-brand-color);
}

/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/AnimateGroup/style.less ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.animateGroup-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1020;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  pointer-events: none;
}
.animateGroup-mask.visible {
  background-color: rgba(0, 0, 0, 0.4);
  pointer-events: auto;
}
.animateGroup.show .animateGroup-mask {
  opacity: 1;
}

/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/Mobile/UI/ActionSheet.less ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.actionSheet {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1020;
  -webkit-transform: translate3d(0, calc(constant(safe-area-inset-bottom) + 100%), 0);
          transform: translate3d(0, calc(constant(safe-area-inset-bottom) + 100%), 0);
  -webkit-transform: translate3d(0, calc(env(safe-area-inset-bottom) + 100%), 0);
          transform: translate3d(0, calc(env(safe-area-inset-bottom) + 100%), 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.show > .actionSheet {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.actionSheet .actionGroup:last-child {
  margin-bottom: calc(constant(safe-area-inset-bottom) + 8px);
  margin-bottom: calc(env(safe-area-inset-bottom) + 8px);
}
.actionGroup {
  margin: 8px;
  border-radius: 13px;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(20px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 66vh;
  max-height: 66svh;
}
.actionButton {
  position: relative;
  display: block;
  line-height: 50px;
  text-align: center;
  font-size: 17px;
  color: #008fff;
}
.actionButton:not(:first-child):before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: auto;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transform: scaleY(0.5);
      -ms-transform: scaleY(0.5);
          transform: scaleY(0.5);
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
}
.actionButton:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.actionButton.disabled {
  pointer-events: none;
  color: #e2e2e2;
}
@media (orientation: landscape) {
  .actionGroup {
    margin: 8px 10%;
  }
  .actionButton {
    line-height: 44px;
  }
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/i18n/components/LocaleSelect/style/PopupSelectComp.module.less ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************/
.popupOut_UkaNImWz {
  padding: 6px;
}
.popupItem_Or4KewFb {
  width: 228px;
  height: 34px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px;
  cursor: pointer;
}
.popupItem_Or4KewFb:hover {
  background-color: #F3F3F3;
}
.popupItem_Or4KewFb .t-icon-chevron-right {
  font-size: 16px;
  margin-left: auto;
}
.popupItemIcon_n9smMPYx {
  font-size: 16px;
}
.popupItemIcon_n9smMPYx .t-icon {
  display: block;
  margin-right: 8px;
}
.childrenPopupOut_ZTEwu_mW {
  padding: 6px;
}
.childrenItem_iWomuzip {
  min-width: 228px;
  height: 34px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px;
  cursor: pointer;
}
.childrenItem_iWomuzip:hover {
  background-color: #F3F3F3;
}
.childrenPopup_b7ukkXqE {
  position: relative;
}
.childrenPopupTop_d_pRp8AL {
  position: absolute;
  width: 100%;
}
.childrenPopupFake_svwJGTDF {
  visibility: hidden;
  max-width: 228px;
}

/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/Mobile/Popup/style.less ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.m-popup-root {
  color: #000;
}
.m-popup-mask {
  position: fixed;
  z-index: 1010;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
}
.m-popup-mask.run-animate {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.m-popup-mask.anim-before-show,
.m-popup-mask.anim-after-hide,
.m-popup-mask.anim-hide {
  opacity: 0;
}
.m-popup-mask.anim-before-hide,
.m-popup-mask.anim-after-show,
.m-popup-mask.anim-show {
  opacity: 1;
}
.m-popup-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  border-bottom: 1px solid var(--td-component-stroke);
  width: 100%;
}
.m-popup-header__button {
  width: 20%;
  min-width: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-popup-header__button .t-button {
  font-size: 16px;
  padding-left: 16px;
  padding-right: 16px;
}
.m-popup-header__title {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  line-height: 3;
  color: var(--td-text-color-primary);
}
.m-popup-header__title + .m-popup-header__button {
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.m-popup-header .t-button:hover {
  background-color: transparent;
  border-color: transparent;
}
.m-popup-content {
  position: fixed;
  z-index: 1010;
  width: 100vw;
  left: 0;
  bottom: 0;
  background-color: var(--td-bg-color-container);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 0 20px 40px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 0 20px 40px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  border-radius: 8px 8px 0px 0px;
}
.m-popup-content.run-animate {
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.m-popup-content.anim-before-show,
.m-popup-content.anim-after-hide,
.m-popup-content.anim-hide {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.m-popup-content.anim-before-hide,
.m-popup-content.anim-after-show,
.m-popup-content.anim-show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.m-popup-content__container {
  overflow-y: auto;
}
.m-popup-root.exit-active .m-popup-content {
  -webkit-animation: slide-out 0.33s ease-in;
          animation: slide-out 0.33s ease-in;
}
@-webkit-keyframes slide-out {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes slide-out {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/Mobile/Wrapper/style.less ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
.mobile-transform-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
}
.mobile-transform-wrapper--content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mobile-transform-wrapper--prev,
.mobile-transform-wrapper--active,
.mobile-transform-wrapper--next {
  width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/i18n/components/LocaleSelect/style/UserMobile.module.less ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button_Ly5ceyJv.t-button_pUgE7bpy {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button_Ly5ceyJv.t-button_pUgE7bpy:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.content_eBK3nlgL {
  background-color: #f3f3f3;
  height: 100%;
}
.rootList_xKPWspEH {
  margin-top: 16px;
  background-color: #fff;
}
.rootItem_faIl2I_0 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 56px;
  position: relative;
  overflow: hidden;
  padding: 0px 16px;
  cursor: pointer;
}
.rootItem_faIl2I_0:not(:last-child)::after {
  content: '';
  display: block;
  width: calc(100% - 48px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 16px;
  width: calc(100% - 16px);
  background-color: var(--td-component-stroke);
}
.rootItem_faIl2I_0 .t-icon-check {
  display: none;
}
.rootItemActive_DSpAaGJG {
  color: var(--td-brand-color);
}
.rootItemActive_DSpAaGJG .rootItemText_Qa2xNMA4 {
  color: var(--td-brand-color);
}
.rootItemActive_DSpAaGJG .t-icon-check {
  font-size: 24px;
  display: block;
}
.rootItemText_Qa2xNMA4 {
  font-size: 16px;
  line-height: 24px;
  width: calc(100% - 10px);
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  color: var(--td-text-color-primary);
}
.rootItemMore_rmar88n0 {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--td-text-color-disabled);
  font-size: 24px;
}
.stationPanel_EYIxGtiL {
  margin-top: 16px;
  color: #999;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  gap: 4px;
  padding: 0 16px;
  line-height: calc(100% + 8px);
}
.stationPanel_EYIxGtiL .t-icon-info-circle {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  margin-top: 4px;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/i18n/components/LocaleSelect/style/pc.less ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.survey-locales-select-pc-select {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 32px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.survey-locales-select-pc-select.survey-locales-select-pc-select-hidden {
  -webkit-transform: translateY(-64px);
      -ms-transform: translateY(-64px);
          transform: translateY(-64px);
}
.survey-locales-select-pc-select .t-input {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 32px;
  height: 48px;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 12px;
}
.survey-locales-select-pc-select .t-input .t-input__prefix {
  margin-right: 0 !important;
}
.survey-locales-select-pc-select .t-input .t-input__inner {
  display: none;
}
.survey-locales-select-pc-select .t-fake-arrow {
  color: rgba(0, 0, 0, 0.9);
}
.survey-locales-select-pc-select .icon-i18n-change {
  font-size: 20px;
  margin-right: 8px;
}
.survey-locales-select-pc-station {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.survey-locales-select-pc-station-tag {
  margin-left: 8px;
  background-color: #F3F3F3;
  padding: 0 4px;
  line-height: 20px;
  border-radius: 3px;
  margin-right: 16px;
}
.survey-locales-select-pc-station-panel {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 6px 0;
  margin: 0 8px;
  gap: 8px;
  color: #999;
  border-bottom: 1px solid #E7E7E7;
  margin-bottom: 4px;
  word-break: normal;
}
.survey-locales-select-pc-station-panel .t-icon-info-circle {
  font-size: 16px;
}
.survey-locales-select-pc-station .t-icon {
  margin-left: auto;
}
.survey-locales-select-pc-station .t-icon-jump {
  display: block;
  opacity: 0.26;
}
.survey-locales-select-pc-station .t-icon-check {
  display: none;
}
.survey-locales-select-pc-station-active {
  pointer-events: none;
}
.survey-locales-select-pc-station-active .survey-locales-select-pc-station {
  color: #0F6BFF;
}
.survey-locales-select-pc-station-active .survey-locales-select-pc-station-tag {
  background-color: #F0F6FF;
  color: #0F6BFF;
}
.survey-locales-select-pc-station-active .survey-locales-select-pc-station .t-icon-jump {
  display: none;
}
.survey-locales-select-pc-station-active .survey-locales-select-pc-station .t-icon-check {
  display: block;
}
.survey-locales-select-pc-i18n {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.survey-locales-select-pc-i18n-icon {
  width: 16px;
  font-size: 16px;
  margin-right: 8px;
}
.survey-locales-select-pc-i18n-icon .t-icon-check {
  display: none;
}
.survey-locales-select-pc-i18n-active {
  pointer-events: none;
}
.survey-locales-select-pc-i18n-active .survey-locales-select-pc-i18n {
  color: #0F6BFF;
}
.survey-locales-select-pc-i18n-active .survey-locales-select-pc-i18n-icon .t-icon-check {
  display: block;
}
.survey-locales-select-pc-locales-tag {
  margin-left: 8px;
  background-color: #F3F3F3;
  padding: 0 4px;
  line-height: 20px;
  border-radius: 3px;
  margin-right: 16px;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/i18n/components/LocaleSelect/style/mobile.less ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.survey-locales-select-mobile {
  position: relative;
}
.survey-locales-select-mobile-wrap {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.survey-locales-select-mobile-sheet .animateGroup-mask {
  z-index: 1019;
  position: fixed;
}
.survey-locales-select-mobile-sheet .actionSheet {
  z-index: 1020;
  position: fixed;
}
.survey-locales-select-mobile-sheet-item .lang-atom-text {
  color: #000;
  font-size: 16px;
}
.survey-locales-select-mobile-sheet-item.survey-locales-select-mobile-sheet-item-active .lang-atom-text {
  color: #007AFF;
  font-weight: bold;
}

/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/Footer/footer.less ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.footer-demo-extra-list {
  padding-bottom: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer-demo-extra-list__item {
  position: relative;
}
.footer-demo-extra-list .footer-demo-extra-item {
  width: 36px;
  height: 36px;
  position: relative;
  background: #67676B;
  border-radius: 10px;
  float: left;
  margin-left: 0;
  margin-right: 24px;
  border: none;
  display: inline-block;
  padding: 0;
}
.footer-demo-extra-list .footer-demo-extra-item .t-button {
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  outline: none;
}
.footer-demo-extra-list .footer-demo-extra-item .t-button .t-ripple {
  display: none;
}
.footer-demo-extra-list .footer-demo-extra-item .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  background-size: cover;
}
.footer-demo-extra-list .footer-demo-extra-item .logo-qw {
  width: 26px;
  height: 22px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAsCAYAAAAq/ZsdAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAATwSURBVHgB1VrbUdtAFF0JM8OnO4ioIOaT4WVXEFNB7AqwK4ipAFNBTAUxFVjmMXwGKkAdxJ8Mz5zjXHnWy0pay/IjZ4axtKt93L3vu3gqJwaDQblUKlXw+NX3/crHxwf/yp7nBfE3eB/hPeLf+/v7A5rCg4ODUC0QnpoR19fXVRDwHRusY6NllQMY1wex/f39/QtVMJwJurq6amAjP3QOzAsQRe51iiQskyByhITgsZr2HcULP2MR05rLaA+yOEnC8NMsQhxTCbq9vf2BxTrKvokRRK//9vY23NzcDHd3d6OkeaBvwcbGBvWNYnqUxGVya29v71TNAS9hA2Vs8gyPDUt3iL/ey8vLZa1WG6kcoPjiME7wWLF032PuY8wdqRz4RJAQMzAXE4vVKlLek/SSIvj6+lrLQ5RvNsAU/1SfTy7EAttFW6XDw8MeNw6LOTUvCcSh/uLhqhkxxSGbzuD9HMraUgsGjE9HjI+OLg6xrWbAhKCbmxty5bfeCWJOQUxHLQk2osC9Y3Cy7zrHROSw+V9GX7hMYgiuZxG/s1lEb0yQKGcQN1IpYWmaagWAG2iJXxqD+4JeO4v8mCAxoUqbpJPXbM4LugIQ1Db2c+I63qPTg0V5jBt4OmD9tloxoNPU54m1xb5qLpGED2LqegNOI3PQMgACLo2muss4HwOPjIkKj4DzAP6pp78zZHIZ55teGhPdqzWA6LAeWgUu42gUdDmN8sZnC0KkPZddzLev1hsj3YRvbW393wTRF9LiIvzxGLU8PT1lSk9JssaAL3lT6kUBDjVAOESn/wiiOi5jfDPDvLu7C9QaAH7oJ/Y2kNiuJ34pEzTbD3oDQg8ne79IMO1Xn5PLCojKDIGoQ2Yk+02tGOCKLZOlFQ5UBnwJJ3Rlq8oJrQzYeJIvzDxsXyY41xstidZSQedu7omg8co6bF8m6CqDSy7yuggwa0Z8+Qd76jAgpblW/wozYzA/Shs/yViHw2ELpSbz4x2Yy6WEQnqlyZYpS1bAekdVpaTmUzUFcGWgpguK5FptkURJafkImWpL/GAP6zVTvo/T9Da+65r9UwTxFODMBkbAOsJizVnyehfg8M7AiYbuzF3LV5JhRxzPOrs0s1bY9iwL0WSSU2bU0CiqjEVi8GPT0VTu6ABRPY2YGN1PsZyIV01NGwme3o4qDlVb4yy5GIixmfCGNTglURQzY4KB/k4lFm46Iw7/eY9k63ct1mMermudo6Qc8fz8PIw3BWtDpRyLDJQ0ArE8gAcJdCNt0+MLMPR/QT9vMcj1HTyfmxbV5neSgLFWl0IOJ94+iB+KF70H13bgI06wmc48UTkUd5tKL9bqmxB+AWPQh0GqZ9UCbYZLcqYLjk0kCAt2tfIR9YqnW1VzQrh4bLoCuZFghN2HNDSTMufYGMh91DmDAv3bxAQPE3/VXimzVW1TzCRPpcrp6qPicKYJLkVmJwv3iPTb+KYODvyGhJgWbBxFCDEkZJscMQlPE7mpulhMiLKcCsE8Cu2BfMdfXr+MsLko7TLMsu7EuZOb1M/4PhZSw/rhRZpYponcYyynaYQUDbPwqYEXYbWs9dNqCjTbIUUrib2LgEQJoaWrAkIbKgOJZlt8QqhWA1ZNq2Zjkv/SsZZVn6QED/qUWVdYS4IoHZIHTUDLhhvyy6yxM/8nyTLB1EL+zyFyDYv+Anls4ndFoXfoAAAAAElFTkSuQmCC);
}
.footer-demo-extra-list .footer-demo-extra-item .logo-wx {
  width: 30px;
  height: 30px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAUBSURBVHgB7Vpbbhs3FL2SZcA/RqVuIIr7X0vupx8ZeQN1u4A6zgLqOAuo5SygTrMCuQtInC7AGvnx51bqBmLl20CsAIZh+DU5Z0IbiiByONKMlA8egOA8KA4P773kISkRBwcHBwcHBwcHB4dBkJGEcHBw4CGbzWazpSAImPIPH8lkOkjtu7u7/3HrLy4u+jImDEVYkVxBWgWhvO3v0BnsgF3kO6MmPxDher1ezOVy22j0igyP+vX19bNKpdKWESArMXF0dLQOss2EyBKVycnJ96h3U0aAWBY+PDzcRvZc0kMT1v41TWtbEx4B2RCI65Obm5vltEhbubRyt9TJEgiVx3DxN5ISIi3MAQoNODEUacEqNXX9HA0uihk+yu8iL8iX0V1XfnthYeGFJIxIwph6TnSNQsPbcL8y3K/De4vOqYHEWlfdHuqua8oGeDc3Pz/fkgRhdOn9/f2VCIvt3JMlGHfsBF1hCI9G9z06y0Qmg7r+lIRhJAyyqxHvn3Tf08KmDoIKm+2+x/RWEjM81GktaGxgdGmMzGfIjB+kYrq9vd3hNQhxcIsiUaPCQmLnbEZ4UID0AmHwShKCljB6toR4bMroEA5mSB/w3QdXv7y87HSHzbDI6V5MTEwUJWVQUyP7C7H8CpbmN1eRfsY95/w89TnIc3ALFx941sI48A4e5Q/aCTnDu0Rjpxe0JoitMY5B6i0eeeo5w+SrsmphwlApIWyecvWFcNuFKtuKK1Bia+mEsEGyILqppiUvzo9VBzwdRIObCCcWNz1Yg2V2uQCR4dUbp64qrL3HGcLmB1rCjBNJGGjcFsj6IFu3UGRxUEGdezZTmJawGhR8SQ41uHEtBbIhbDW4MYZhkYYkBA4wGIGrBrIBV0oR1YhScoHmdQUjepUDnw5GwpwukJ3J8KiFH8tmdcotQIfM4XszyGek//jBDtlCmcco8wPu+8pSdOjvjUZD69pGwnRrxPJLGRJUVrSuocg/SC18T6anp6nH/+5XCGSrqswJ5mNduwr4lnYwtNoAwND/Bo34RQZDJ5/PFzqdjkmmnsFqPyEGufpig//t4/q08DK8pKFuKE7WDfV9z87phUl4PODq6uoZGlPEZVnio3V6ekpxYRpBCxxlkbdBtqTZAc2oOZvysyhmzZ6fmppimXbvCyvhQdfmXhMuY2trSkIbmaos6kVt94IsNw+jFih0/2K/59ZKixIOpJcROzWJAZT/JCnL1H5Axzzq9zyWtKSll5aWuGPh2/4GMfedpKfatICnfOj3PLaWPj4+ZubZlkdPFzDSJ7pNYwPdbkpswhcXF19twIPQGRKXd2+VcAi6EzDreV5bRmvllm75aDVK9yAkTKLIXlOcdFdOPcslnzpMC2PX930+20GnrEv6YEdrd0hinTyAjGB6+YhLrkVfxlmLRuxQJgZ6GQ7oZnTv47p0kRIQe0yxD794SkjXl3RB666ZCiR2PmwD5e7/cWUjySPU2ujYLVOhke54MNZ5bmSzKooJK7LESC18D3W+vJeQpa3JEmPZ02L8w9JzKqYDGQKo47UtWWJcm3ihe6OhG1z/Qn5yI/9+7jYh6C0HL/nRtODvxVhcuhec7oAiFhke8ieQo4/UyUSRL7jLgWct9aeYhnr3hwqJQC0FrYTNN0F4EDSbTTk/P6/i8jd0xgZOGd/Z/G5sLj0syuVyuAPCUR9aXRwcHBwcHBy+fXwGc7x50eo0dQoAAAAASUVORK5CYII=);
}
.footer-demo-extra-list .footer-demo-extra-item .logo-wb {
  width: 28px;
  height: 28px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAYAAACohjseAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAaISURBVHgB7VnbThtHGP5NyOEiCg5SrmtzjRpTcQECxMITJH2AAnmAcngAsPMAQF4gwAsU+gLBnBFC2JG4jt2KOyRwJMQZtt9ndtPxema9XtOWRvtJq7VnZ2bnm/88KxIhQoQIESJE+G4RkweC/f19OTw87Hj8+PG0bdupWCwWVx7neaF9oa+vLyt14MEQ3N7ejl1dXX0BsYRfP5AsNDU1jff09PwuAdAk/zNgA5IgubS+vj4dqL88EFBFS6VSB35Og0Tp9vb2D7ZDWj/gd8og2RykPjgwMFAyzftgCPqhUCjIwcGBBZJT+Gt5Hs/19va+M439Rwiura1ZuL3G7qf4n9K4vr6ex04XpQHATuXi4mL80aNHqnrauCZAclY35t4ILi8vx588eTIKMmMeD3i3CtsuguRALZJU1aOjo2GQ6Od/7+Y4z0eweR+VYcdQ1Tadqt6Lk9nY2Bhtbm4ugERaR46gDWEDpvzm2d3d5eLfYvFzmGuYF9USoaPgOpX29nbBu+bx7IMy9CXaxnRzNkQQUkvgxct42ayJmApIw5LwGMe7ylLr7u62b25uMvj5TWJ4/6+6QaEJbm1tDWHXclJt9KHR2dkpra2ti9iIEWxaxrmKSpdhkBwCGYE2lBj4lWdxaFLKO2ezhAAmmsIOUh3rGof+RW8bFinZbDb+7NmzOOaMI5spwpbm3edQ28zp6ekc1HZI7nwG7wsgaKN9BXOOun0xngTzFe+UOoEdnMNtWEKAdoNUa4wOCU7kDR0JpPVGo97LcBrv6FicDXgJOzxyp8GzVrlTzyTavyjzZzB/Wp2oLhVthFz5ZQjaCCGzdEiuIzHY7gAWvkcbp5ZAuhXekdKWgAhMEORmpAFyBAhRWqNBHJLcecZRkJTz8/OE+gBOpvjq1Sv+rDlPIIK0OdzG5F8GpNxiWRZtlxIsSxG/l3gHaYGKJ5TuNvrnquaQGlhdXWU8Sst/ANjnn1RRvJ+BvIPe9fLyspyW4Y5HsX61P9o+e+fw9aKODfgGZx3o2ukxFa8ZRxvViVcq6DS4svwBZ8NbEde8+/DFixc2koLPiifP67IkX4IwdDqVhNRGFgRWeEdalffL7ulBYVspx8H0+9R/Jb/ilhkN0rY5kLQxRwveu6DrZwwTVE16OvFH1nHNWQkBN++kluiIsrhFewbquRI2UTcShDsv+Owujw/GwxJTQS8JJOAw0k4wrwJVHs/mUcVnpE5oCfpJj8Ea6pA2qaFbKuFKOk3cqBWUM3nxQS6Xk5OTk3QNm/et/XSoIsgdhe1xWy3vM12mQGxubsaQJrEgnRRzbpqFqo34qdrOzk4MnvCTzxzGNZigCxMJ0ZNbNJGD++Yxg+/C+Awbl0PCYPSiCN54jf3eZw7GwUk6KgmIKoKwBe0CoJYT3jY6CZKT4EkAF7ZsWmAymZSnT59mxQkPJjCPlYCoIogd0hHUHjfQA4oPOQZoekJPc9xUnJYX1NQk7oGTAbFaR4sV8wXp5KZHKpjle72eQohBugS7bMP/Cc2URjWFdGxdWRUWOglWeUfs6FdvG2s4UWyOVT3UuA122sbzEWex9MZTmne0iAGo8ej4XosZ3zKcIKjKZLDQfMBCVrWjeRAbd/9QnREuPmCeGd1AvOOraVJsJjfAMj1nTKwn/lZJkKmWKGcdhMEu1T4VSa4TvI2eDvMt6trptJjC+Yyl+tYV7LWiwu57A24WjmGgq6uroh8PnOROTbMoQgexOTYkEMPZZQL9PxnSL0og6W13NiVpGueMLdAEpA5onQwWOovbsdJkoW2cO+x5obubFuqzj7C9MTiWGSxyz0CuxLNRb3tQchg7KHXCLxe1nOCt9vmJJ2mqJB1pT0qN8x3n4Pct7LMiZQtI7pjkvGODwBgmaMhQN+Z9ttK8R0kypeL3AqdfGgvgzuacvm5/+25t5dCRwbgO7wJ5FI/APmqSuEOuEJYcUdNd8qwRRH/jZyulmWXSe7TRNu3nz5+X6zP2hYqySE65Ra+uPnRP1RBCeOTnVwDzdO1nv/qyFgLFA1b2WNCUcjbpovzVldUCwwukUW5kNuKCZyfYBDk7O2vBHJYTAob8Dp7cOhCVw4I0iLrORT1EK8bTgWBRZTVSMxF+juZxRZD0yjnFXqCTa0RqKkJ9XXKIWiD6i/ydzYSaixuDGyW1dB8FtBcNfz5z7ImqlwLhH7HgBC+NCsYcuyxLGnadR/8VVOmhnEeECBEiRIgQIYL8BWIVnwc5kyUzAAAAAElFTkSuQmCC);
}
.footer-demo-extra-list .footer-demo-extra-item .logo-email {
  width: 21px;
  height: 21px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAYAAADFw8lbAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAIJSURBVHgB7ZhdcoIwFIUDoq91CbgD+66O7sCuoLgCcQXFFagrEFdQd4Djz3Pdge6g9lUd7bkOOCEDajG0OM03w2QIITncnFwCjCkUiv+FJlZ4nlc2DMPSdf2J/SGHw+Frv9/3G43Gms5DQqfTaRMC31mGgOCXWq021vlKTdN6LGMgcEMqzxHFlJv5fH7FMkgulyvp7EF4bKHH43G92+1KdMDMI/Z7TIJxSQN/wYhqDQNPgrQALGSDMS00HCZLAV9Uq1qtToK62Wy2RGGeNcXcaM3nczs4p/SATii6LfFJ7xS4QdGhvnmRi8WijaA0+bYXVz2Jwg1OpVIZ8e2wCh1E/ZXdJ3KAhO5g5jZBHaJYRzEUZ45W/a3pyYVvupwdTu3xBuuJT34D5MMO+loKY1O+rEfd8BOhAX0MMuAFw78WxL5d82+UDzFmsVAotHHNuXRvkjxqI4oe/HuedvjXJY9hsG6Uf8mHdA3T/Cz6EH2trokMSPxmiomQ6F/Xn+aQD2kGWMw0R5Fk6qOI868pPkRCT0sTeoKyw3a7HfDR8/s9+RCpzUabIkuA1Hc9eQ0R++D9SwuN6uhaUpEBqeye/PxLkS0zCVBEDZYCabxq1TZPNkqobJRQ2SihslFCZRP694QNxSeKuzYPsqF9A23MQxGlr0yWMSC0Q2XUb0fa4NoZ+e3o8h+BCkWW+Qa5iCfXbVwNAgAAAABJRU5ErkJggg==);
}
.footer-demo-extra-list .footer-demo-extra-item .logo-x {
  width: 22px;
  height: 22px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAANlBMVEUAAADExMTExMTHx8fDw8PExMTExMTExMTDw8PFxcXExMTExMTFxcXDw8PFxcXExMTFxcXExMQvycAEAAAAEXRSTlMAv98gEHDvkEAwf8+f769gUPzyyNEAAAFaSURBVEjHtZbbEoMgDERBQUGol///2bYycaWbAV+6T22z4+QkK9T8X7Ot5FWTL8XsPp/H6bhrGhX/XmpDqYWj0uDIP75KKUpTR6WZ/EMpbEZkv1/T9tFZ8rp/+f3JS3tTNHcl8t99Hhh1w6uB4JP2MipL8affUVh5iqsxFgy0ltMxsABSPCsB7SkL6GBgoN6oyt+avbXnaAEaxnK1F1PTLzEExosXwBgS15WyqGuuMHigjJEkrrH4X/C3MPbSXgHqaK8xLCpNjOSwja7shSFTfoThb2HpKVwYuY+BSA8PMRDp/AQDkQYGbZsjK4oIS2uopxIwGgnHmWKx57GJsUiky5O7GB6RxoAaGAGRxpMJgxcQwNPC4DPFDRLDTbtpnHKoNzFWuk3wZLy6tICkvU0aBhZQKxEGLQACxppznoDRPFMCX5gY6N5Il2inW5Jk6d7P6n8GYNhKs/m73o3ZLVhDtS8UAAAAAElFTkSuQmCC);
}
.footer-demo-extra-list .footer-demo-extra-item .logo-facebook {
  width: 24px;
  height: 24px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAMAAACfWMssAAAANlBMVEUAAADExMTExMTFxcXExMTCwsLDw8PDw8PExMTHx8fCwsLPz8/ExMTExMTFxcXGxsbFxcXExMQYwNnoAAAAEXRSTlMAoN+fgGBA778gUBDPsJBvMDa1pZUAAACISURBVEjH7dM5EgIxDETRRpblZYZF978slGHKIeWOKEY/c/ASS0KE7ZFzN7O2LSkVP5IFdy/uDLy4U1Cdg81JmEjYnITdZ0Ve1eWvEQPAzKKBgxUkvLIwBZzdZFTm2rxLa1c4UxYaC0HCykJlobEQJKzfYdfRfpB9PO0XdzVgwID/Ay1/Mpy3J1z2JQzE9v13AAAAAElFTkSuQmCC);
}
.footer-demo-extra-list .footer-demo-extra-item:hover .logo {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.footer-demo-extra-list .contacts {
  display: block;
  width: 36px;
  height: 36px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.footer-demo-extra-tooltip {
  padding: 12px 0px 4px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, calc(-18px - 100%));
      -ms-transform: translate(0, calc(-18px - 100%));
          transform: translate(0, calc(-18px - 100%));
  margin-bottom: 16px;
  padding: 16px 8px 8px 9px;
  background-color: white;
  border-radius: var(--td-radius-default);
}
.footer-demo-extra-tooltip span,
.footer-demo-extra-tooltip img {
  display: block;
}
.footer-demo-extra-tooltip span {
  text-align: center;
  color: var(--td-text-color-primary);
  font-size: var(--td-font-size-body-medium);
  padding-bottom: 8px;
}
.footer-demo-extra-tooltip img {
  width: 120px;
  height: 120px;
}
.footer-i18n.survey-locales-select-pc {
  display: inline-block;
  position: absolute;
  right: 10px;
  -webkit-transform: translateY(calc(-100% - 40px));
      -ms-transform: translateY(calc(-100% - 40px));
          transform: translateY(calc(-100% - 40px));
}
.footer-i18n.survey-locales-select-pc .survey-locales-select-pc-select {
  background: transparent;
}
.footer-i18n.survey-locales-select-pc .survey-locales-select-pc-select-hidden {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}
.footer-i18n.survey-locales-select-pc .survey-locales-select-pc-select .t-input {
  height: 36px;
  background: transparent;
}
.footer-i18n.survey-locales-select-pc .survey-locales-select-pc-select .t-input .lang-atom,
.footer-i18n.survey-locales-select-pc .survey-locales-select-pc-select .t-input .t-fake-arrow,
.footer-i18n.survey-locales-select-pc .survey-locales-select-pc-select .t-input .icon-i18n-change {
  color: #a1a1a6;
}
.coral-footer .coral-footer-columns {
  display: grid;
  grid-template-columns: repeat(5, auto);
  gap: 32px;
}
.no-footer .coral-footer-copyright {
  border-top: none !important;
}
.coral-footer-copyright .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.coral-footer-copyright .item-xy {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-left: 16px;
}
.coral-footer-copyright .item a {
  color: #67676B;
  text-decoration: none;
}
.coral-footer-copyright .item + .item {
  margin-right: 1em;
}
.coral-footer-copyright .img-beian {
  width: 1em;
  margin-right: 0.2em;
}
@media (min-width: 981px) {
  .footerbox .footerbox-wrap {
    max-width: 1128px;
    margin: 0 auto;
  }
}
/*移动端重置*/
@media (max-width: 980px) {
  .footer-demo-extra-group .t-popup__arrow {
    left: 38px!important;
    margin-left: 0!important;
  }
  .coral-footer-copyright .item {
    display: block;
    margin-left: 0 !important;
  }
  .coral-footer-copyright .item-xy {
    margin: 6px 0;
  }
  .coral-footer .coral-footer-columns {
    display: block;
  }
}

/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/layout/LayoutContent/style.less ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
* {
  margin: 0;
  padding: 0;
  outline: none;
}
ol,
ul,
li {
  list-style: none;
}
html {
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  font-family: 'PingFang SC', tahoma, arial, 'helvetica neue', 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
  font-size: 14px;
}
a {
  text-decoration: none;
}
.layout-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.layout-wrap.layout-wrap-has-sider {
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.layout-wrap .layout-header {
  height: 56px;
  line-height: 56px;
  color: #333333;
  padding: 0 16px;
}
.layout-wrap .layout-header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 2;
}
.layout-wrap .layout-header .coral-header-logo {
  margin: 12px 0;
}
@media (max-width: 980px) {
  .layout-wrap .layout-header {
    height: 56px;
    line-height: 56px;
  }
}
.layout-wrap .layout-footer-sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 2;
}
.layout-wrap .layout-content {
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  min-height: 0;
}
.layout-wrap .layout-content-horizontal {
  white-space: nowrap;
  overflow-x: auto;
}
.layout-wrap .layout-sider {
  min-height: 0;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/common/selfhost-customer-service-qrcode-popup/selfhost-customer-service-qrcode-popup.less ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.popup-content-qrcode {
  padding: 4px 0;
  text-align: center;
}
.popup-content-qrcode > img {
  display: block;
  width: 120px;
  height: 120px;
}
.popup-content-qrcode-text {
  display: block;
  font-size: var(--td-font-size-body-medium);
  line-height: 24px;
  color: var(--td-text-color-secondary);
}

/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./node_modules/swiper/swiper.less ***!
  \********************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scenes/on-premise/style.less ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.cont-container {
  max-width: 1138px;
  margin: 0 auto;
}
.footerbox {
  background: #121212;
}
.on-premise-plan-btn-item {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 56px;
  padding: 0 24px;
  border-radius: var(--td-radius-default);
  border-width: 2px;
  font-size: 18px;
  font-weight: bold;
}
.on-premise-plan-btn-item:first-child {
  background-color: #fff;
}
.on-premise-plan-btn-item:last-child {
  margin-left: 16px;
  color: #fff;
  border: 2px solid #fff;
}
.on-premise-plan-btn-item:last-child:hover {
  opacity: 0.8;
}
/** pc端 **/
@media (min-width: 981px) {
  .only-mobile {
    display: none !important;
  }
  body {
    min-width: 980px;
  }
  * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page-on-premise .on-premise-bannar {
    height: 560px;
    background-image: url(../statics/bannar.ac358614.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-left: 156px;
    padding-top: 154px;
  }
  .page-on-premise .on-premise-bannar-linear-top {
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), color-stop(88%, rgba(255, 255, 255, 0.0001)));
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.0001) 88%);
    position: absolute;
    left: 0;
    top: 0;
  }
  .page-on-premise .on-premise-bannar-linear-left {
    width: 100%;
    height: 200px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(rgba(255, 255, 255, 0.0001)));
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.0001) 100%);
    position: absolute;
    left: 0;
    top: 0;
  }
  .page-on-premise .on-premise-bannar-info {
    width: 100%;
    max-width: 1152px;
    padding: 0 32px;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
  .page-on-premise .on-premise-bannar-title {
    font-size: 48px;
    line-height: 80px;
    font-weight: bold;
    position: relative;
    z-index: 2;
  }
  .page-on-premise .on-premise-bannar-btn {
    margin-top: 48px;
    position: relative;
    z-index: 2;
  }
  .page-on-premise .on-premise-bannar-btn .t-button {
    font-size: 20px;
    height: 56px;
  }
  .page-on-premise .on-premise-bannar-btn .t-button .coral-icon {
    font-size: 24px;
  }
  .page-on-premise .on-premise-bannar-btn .t-button + .t-button {
    margin-left: 16px;
  }
  .page-on-premise .on-premise-slogan {
    height: 226px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 42px;
    line-height: 44px;
    font-weight: bold;
    padding-top: 80px;
  }
  .page-on-premise .on-premise-slogan-desc {
    font-size: 18px;
    line-height: 20px;
    margin-top: 32px;
    font-weight: normal;
  }
  .page-on-premise .on-premise-introduce {
    padding: 0 20px;
  }
  .page-on-premise .on-premise-introduce-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1170px;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .page-on-premise .on-premise-introduce-content:nth-of-type(2n+1) {
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .page-on-premise .on-premise-introduce-img img {
    width: 648px;
  }
  .page-on-premise .on-premise-introduce-space-mid {
    width: 123px;
    height: 100%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .page-on-premise .on-premise-introduce-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-on-premise .on-premise-introduce-info-logo {
    width: 56px;
    height: 56px;
  }
  .page-on-premise .on-premise-introduce-info-logo > img {
    width: 116px;
    -webkit-transform: translate(-30px, -20px);
        -ms-transform: translate(-30px, -20px);
            transform: translate(-30px, -20px);
  }
  .page-on-premise .on-premise-introduce-info-title {
    font-size: 40px;
    line-height: 52px;
    font-weight: bold;
    margin-top: 24px;
  }
  .page-on-premise .on-premise-introduce-info-list {
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    padding-left: 20px;
    margin-top: 24px;
  }
  .page-on-premise .on-premise-introduce-info-list li {
    position: relative;
    white-space: nowrap;
  }
  .page-on-premise .on-premise-introduce-info-list li::before {
    content: '';
    display: table;
    width: 6px;
    height: 6px;
    background-color: #0f6bff;
    border-radius: 1px;
    position: absolute;
    left: -20px;
    top: 17px;
  }
  .page-on-premise .on-premise-advantage {
    width: 100%;
    background-image: url(../statics/advantage-background.1e7f01e7.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
  }
  .page-on-premise .on-premise-advantage-content {
    width: 100%;
    display: grid;
    grid-gap: 24px;
    grid-template-columns: repeat(3, minmax(0px, 360px));
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    align-self: center;
  }
  .page-on-premise .on-premise-advantage-card {
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 10px rgba(230, 233, 241, 0.5);
            box-shadow: 0px 10px 10px rgba(230, 233, 241, 0.5);
    border-radius: 20px;
    height: 264px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-on-premise .on-premise-advantage-card-icon {
    width: 60px;
    height: 60px;
  }
  .page-on-premise .on-premise-advantage-card-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 20px;
    margin-top: 24px;
  }
  .page-on-premise .on-premise-advantage-card-desc {
    margin-top: 16px;
    font-size: 16px;
    line-height: 32px;
    color: #666;
  }
  .page-on-premise .on-premise-deploy {
    width: 100%;
    padding-bottom: 100px;
  }
  .page-on-premise .on-premise-deploy-content {
    width: 100%;
    display: grid;
    grid-gap: 24px;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-template-columns: repeat(3, minmax(0px, 360px));
    align-self: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .page-on-premise .on-premise-deploy-card {
    border-radius: 20px;
    height: 736px;
    overflow: hidden;
    -webkit-box-shadow: 0px 10px 10px rgba(230, 233, 241, 0.5);
            box-shadow: 0px 10px 10px rgba(230, 233, 241, 0.5);
    border: 1px solid #FFFFFF;
  }
  .page-on-premise .on-premise-deploy-card-header {
    background: -webkit-gradient(linear, left top, left bottom, from(#0152D9), to(#2378FF));
    background: linear-gradient(180deg, #0152D9 0%, #2378FF 100%);
    height: 278px;
    padding-top: 48px;
    padding-bottom: 32px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    position: relative;
  }
  .page-on-premise .on-premise-deploy-card-header-title {
    font-weight: bold;
    font-size: 30px;
    line-height: 32px;
  }
  .page-on-premise .on-premise-deploy-card-header-title .separate-point {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 10px;
    vertical-align: top;
    line-height: 32px;
    margin: 0 8px;
    margin-top: 13px;
  }
  .page-on-premise .on-premise-deploy-card-header-recomend {
    width: 72px;
    height: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#EF3F00), to(#EE8D57));
    background: linear-gradient(180deg, #EF3F00 0%, #EE8D57 100%);
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
    font-weight: bold;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    position: absolute;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    top: 0;
    right: 24px;
  }
  .page-on-premise .on-premise-deploy-card-header-qps {
    font-size: 14px;
    line-height: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 24px;
  }
  .page-on-premise .on-premise-deploy-card-header-range {
    font-size: 52px;
    line-height: 52px;
    font-weight: bold;
    margin-top: 8px;
  }
  .page-on-premise .on-premise-deploy-card-header-tip {
    font-size: 16px;
    line-height: 16px;
    margin-top: auto;
    position: relative;
    padding-left: 20px;
  }
  .page-on-premise .on-premise-deploy-card-header-tip::before {
    content: '';
    display: table;
    width: 12px;
    height: 12px;
    background: -webkit-gradient(linear, left bottom, left top, from(#F7C856), to(#F7C856));
    background: linear-gradient(0deg, #F7C856, #F7C856);
    position: absolute;
    border-radius: 10px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .page-on-premise .on-premise-deploy-card-content {
    padding: 0 24px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-on-premise .on-premise-deploy-card-content-tip {
    font-size: 14px;
    line-height: 18px;
    margin-top: 32px;
    color: #999999;
  }
  .page-on-premise .on-premise-deploy-card-content-quote {
    padding-left: 20px;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    margin-top: 14px;
    position: relative;
  }
  .page-on-premise .on-premise-deploy-card-content-quote::before {
    content: '';
    display: table;
    width: 3px;
    height: 54px;
    background-color: #0c5ee5;
    border-radius: 10px;
    left: 0;
    position: absolute;
  }
  .page-on-premise .on-premise-deploy-card-content-radar {
    margin-top: 46px;
    width: 319px;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
  .page-on-premise .on-premise-appointment {
    width: 100%;
    background-image: url(../statics/advantage-background.1e7f01e7.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
  }
  .page-on-premise .on-premise-appointment-content {
    width: 580px;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
  .page-on-premise .on-premise-partner {
    padding-bottom: 100px;
  }
  .page-on-premise .on-premise-partner-img {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-on-premise .on-premise-partner-img img {
    width: 90%;
    max-width: 1126px;
  }
  .page-on-premise .on-premise-plan {
    width: 100%;
    background-image: url(../statics/plan-background.0f421bb6.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding-bottom: 120px;
  }
  .page-on-premise .on-premise-plan .on-premise-slogan {
    color: #fff;
    padding-top: 120px;
    height: auto;
  }
  .page-on-premise .on-premise-plan-btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 50px;
  }
  .fix-button-group-space,
  .fix-button-group {
    height: 96px;
  }
  .fix-button-group {
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 66;
    -webkit-box-shadow: inset 0px 1px 0px #E5E5E5;
            box-shadow: inset 0px 1px 0px #E5E5E5;
    -webkit-transform: translateY(97px);
        -ms-transform: translateY(97px);
            transform: translateY(97px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .fix-button-group.show {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .fix-button-group .t-button {
    font-size: 20px;
    height: 56px;
  }
  .fix-button-group .t-button .coral-icon {
    font-size: 24px;
  }
  .fix-button-group .t-button + .t-button {
    margin-left: 16px;
  }
  .sticky-tool.coral-sticky-tool {
    bottom: 112px;
  }
}
@media (min-width: 981px) and (min-width: 1252px) {
  .page-on-premise .on-premise-bannar {
    padding-left: 108px;
    padding-right: 108px;
  }
}
@media (min-width: 981px) and (max-width: 1251px) {
  .page-on-premise .on-premise-bannar {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 981px) and (min-width: 981px) and (max-width: 1251px) {
  .page-on-premise .on-premise-introduce-img img {
    width: 500px;
  }
}
@media (min-width: 981px) and (min-width: 981px) and (max-width: 1251px) {
  .page-on-premise .on-premise-introduce-space-mid {
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
  }
}
@media (min-width: 981px) and (min-width: 1252px) {
  .page-on-premise .on-premise-advantage-content {
    padding-left: 108px;
    padding-right: 108px;
  }
}
@media (min-width: 981px) and (max-width: 1251px) {
  .page-on-premise .on-premise-advantage-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 981px) and (min-width: 1252px) {
  .page-on-premise .on-premise-deploy-content {
    padding-left: 108px;
    padding-right: 108px;
  }
}
@media (min-width: 981px) and (max-width: 1251px) {
  .page-on-premise .on-premise-deploy-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/** 移动端 **/
@media (max-width: 980px) {
  .only-pc {
    display: none !important;
  }
  * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page-on-premise .on-premise-bannar {
    width: 100%;
    height: 400px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-image: url(../statics/mobile-bannar.8e33baf5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    padding: 0 25px;
  }
  .page-on-premise .on-premise-bannar-linear-top {
    width: 100%;
    height: 236px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(rgba(255, 255, 255, 0.0001)));
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.0001) 100%);
    position: absolute;
    top: 0;
    left: 0;
  }
  .page-on-premise .on-premise-bannar-title {
    font-size: 32px;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-top: 40px;
  }
  .page-on-premise .on-premise-bannar-btn {
    margin-top: 24px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-on-premise .on-premise-bannar-btn .t-button {
    width: 184px;
    height: 48px;
    font-size: 18px;
    font-weight: bold;
    padding: 0;
  }
  .page-on-premise .on-premise-bannar-btn .t-button + .t-button {
    margin-top: 16px;
  }
  .page-on-premise .on-premise-slogan {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 50px;
    height: 184px;
    font-size: 28px;
    line-height: 40px;
    font-weight: bold;
    overflow: hidden;
    text-align: center;
  }
  .page-on-premise .on-premise-slogan-desc {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    line-height: 14px;
    margin-top: 13px;
    font-weight: normal;
    color: #666;
    white-space: nowrap;
  }
  .page-on-premise .on-premise-introduce {
    padding: 0 25px;
  }
  .page-on-premise .on-premise-introduce-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    max-width: 325px;
    padding-top: 25px;
    padding-bottom: 35px;
  }
  .page-on-premise .on-premise-introduce-img {
    margin-top: 24px;
  }
  .page-on-premise .on-premise-introduce-img img {
    width: 100%;
    max-width: 328px;
  }
  .page-on-premise .on-premise-introduce-info-logo {
    width: 40px;
    height: 40px;
  }
  .page-on-premise .on-premise-introduce-info-logo img {
    width: 80px;
    height: 80px;
    -webkit-transform: translate(-20px, -13px);
        -ms-transform: translate(-20px, -13px);
            transform: translate(-20px, -13px);
  }
  .page-on-premise .on-premise-introduce-info-title {
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    margin-top: 14px;
  }
  .page-on-premise .on-premise-introduce-info-list {
    font-size: 16px;
    line-height: 32px;
    margin-top: 11px;
    color: #333;
  }
  .page-on-premise .on-premise-introduce-info-list li {
    position: relative;
    padding-left: 18px;
  }
  .page-on-premise .on-premise-introduce-info-list li::before {
    content: '';
    display: table;
    width: 5px;
    height: 5px;
    background-color: #0f6bff;
    border-radius: 1px;
    position: absolute;
    left: 0;
    top: 13.5px;
  }
  .page-on-premise .on-premise-advantage {
    padding: 0 25px;
    width: 100%;
    background-image: url(../statics/mobile-advantage-background.272f0804.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
  }
  .page-on-premise .on-premise-advantage-card {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 5px 5px rgba(230, 233, 241, 0.5);
            box-shadow: 0px 5px 5px rgba(230, 233, 241, 0.5);
    border-radius: 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 28px;
    padding-bottom: 22px;
    margin-top: 20px;
  }
  .page-on-premise .on-premise-advantage-card:first-of-type {
    margin-top: 0;
  }
  .page-on-premise .on-premise-advantage-card-icon {
    width: 45px;
    height: 45px;
  }
  .page-on-premise .on-premise-advantage-card-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    margin-top: 20px;
    color: #000;
  }
  .page-on-premise .on-premise-advantage-card-desc {
    font-size: 14px;
    color: #666;
    line-height: 28px;
    margin-top: 16px;
  }
  .page-on-premise .on-premise-deploy-content {
    position: relative;
  }
  .page-on-premise .on-premise-deploy-swiper {
    padding-bottom: 50px;
  }
  .page-on-premise .on-premise-deploy-swiper-pagination {
    width: 100%;
    position: absolute;
    bottom: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 25px;
  }
  .page-on-premise .on-premise-deploy-swiper-bullet {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.1);
    margin: 0 5px;
  }
  .page-on-premise .on-premise-deploy-swiper-bullet-active {
    background: #2378FF;
  }
  .page-on-premise .on-premise-deploy-card {
    width: 100%;
    height: 554px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff;
    -webkit-box-shadow: 0px 8px 8px rgba(230, 233, 241, 0.5);
            box-shadow: 0px 8px 8px rgba(230, 233, 241, 0.5);
    border-radius: 15px;
    overflow: hidden;
  }
  .page-on-premise .on-premise-deploy-card-header {
    background: -webkit-gradient(linear, left top, left bottom, from(#0152D9), to(#2378FF));
    background: linear-gradient(180deg, #0152D9 0%, #2378FF 100%);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding-top: 36px;
    padding-bottom: 20px;
    color: #fff;
    position: relative;
  }
  .page-on-premise .on-premise-deploy-card-header-title {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
  }
  .page-on-premise .on-premise-deploy-card-header-title .separate-point {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 10px;
    vertical-align: top;
    line-height: 32px;
    margin: 0 6px;
    margin-top: 9.5px;
  }
  .page-on-premise .on-premise-deploy-card-header-recomend {
    width: 56px;
    height: 24px;
    background: -webkit-gradient(linear, left top, left bottom, from(#EF3F00), to(#EE8D57));
    background: linear-gradient(180deg, #EF3F00 0%, #EE8D57 100%);
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
            box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    position: absolute;
    font-size: 11px;
    color: #fff;
    line-height: 24px;
    text-align: center;
    top: 0;
    right: 20px;
  }
  .page-on-premise .on-premise-deploy-card-header-qps {
    font-size: 11px;
    line-height: 11px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 16px;
  }
  .page-on-premise .on-premise-deploy-card-header-range {
    font-size: 44px;
    line-height: 44px;
    font-weight: bold;
    margin-top: 6px;
  }
  .page-on-premise .on-premise-deploy-card-header-tip {
    font-size: 14px;
    line-height: 14px;
    padding-left: 15px;
    position: relative;
    margin-top: auto;
    margin-top: 38px;
  }
  .page-on-premise .on-premise-deploy-card-header-tip::before {
    content: '';
    display: table;
    width: 9px;
    height: 9px;
    left: 0;
    top: 3px;
    background-color: #F7C856;
    border-radius: 100%;
    position: absolute;
  }
  .page-on-premise .on-premise-deploy-card-content {
    padding: 0 16px;
    padding-top: 28px;
  }
  .page-on-premise .on-premise-deploy-card-content-tip {
    font-size: 11px;
    line-height: 11px;
    color: #999;
  }
  .page-on-premise .on-premise-deploy-card-content-quote {
    font-weight: bold;
    font-size: 14px;
    line-height: 23px;
    color: #000;
    padding-left: 19px;
    position: relative;
    margin-top: 14px;
  }
  .page-on-premise .on-premise-deploy-card-content-quote::before {
    content: '';
    display: table;
    width: 2.5px;
    height: 42.5px;
    background-color: #0c5ee5;
    border-radius: 7px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .page-on-premise .on-premise-deploy-card-content-radar {
    width: 100%;
    margin-top: 26px;
  }
  .page-on-premise .on-premise-partner {
    padding-bottom: 50px;
  }
  .page-on-premise .on-premise-partner .on-premise-slogan {
    height: auto;
  }
  .page-on-premise .on-premise-partner-img {
    margin-top: 35px;
  }
  .page-on-premise .on-premise-partner-img img {
    width: 100%;
  }
  .page-on-premise .on-premise-plan {
    width: 100%;
    padding: 0 25px;
    background-image: url(../statics/mobile-plan-background.67ce0740.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding-bottom: 50px;
  }
  .page-on-premise .on-premise-plan .on-premise-slogan {
    color: #fff;
  }
  .page-on-premise .on-premise-plan .on-premise-slogan-desc {
    color: #fff;
  }
  .page-on-premise .on-premise-plan-btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-on-premise .on-premise-plan-btn .on-premise-plan-btn-item {
    height: 48px;
    font-size: 14px;
    font-weight: bold;
  }
  .fix-button-group {
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 66;
    -webkit-box-shadow: inset 0px 1px 0px #E5E5E5;
            box-shadow: inset 0px 1px 0px #E5E5E5;
    -webkit-transform: translateY(97px);
        -ms-transform: translateY(97px);
            transform: translateY(97px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .fix-button-group.show {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .fix-button-group .t-button {
    width: 184px;
    height: 48px;
    font-size: 18px;
    font-weight: bold;
    padding: 0;
  }
  .fix-button-group .t-button + .t-button {
    margin-left: 12px;
  }
  .fix-button-group-space,
  .fix-button-group {
    height: calc(constant(safe-area-inset-bottom) + 64px);
    height: calc(env(safe-area-inset-bottom) + 64px);
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
  }
}


/*# sourceMappingURL=on-premise.42feede3.css.map*/