/*!*****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./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]!./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/index/components/lookcode/lookcode.less ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.lookcode-flex-m .coral-button--primary.coral-button--primary-line {
  background: transparent;
  padding: 0;
  border-width: 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/Promotions/Ad/ad-close-picker.module.less ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
.ad-close-picker_RaCCMG4c {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  font-size: 12px;
  position: relative;
}
.close-dropdown-trigger_hQEbMVZG {
  margin: 2px 0;
}
.close-dropdown-trigger_hQEbMVZG,
.close-dropdown-content_r18myxMY {
  height: 20px;
  padding: 0 2px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0);
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}
.close-dropdown-content_r18myxMY + .close-dropdown-content_r18myxMY {
  margin-top: 1px;
}
.close-dropdown-container_Y39g71Ti {
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ad-close-picker-active_h2o4mrkv .close-dropdown-container_Y39g71Ti {
  pointer-events: all;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  z-index: 1;
}
.icon-arrow_Hf1f2vct {
  width: 1em;
  vertical-align: middle;
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: rgba(255, 255, 255, 0.6);
}
.ad-close-picker-active_h2o4mrkv .icon-arrow_Hf1f2vct {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/Promotions/Ad/style.module.less ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
.hotzone-container_Qp1EjLh0 {
  position: relative;
  width: 328px;
  height: 388px;
}
.hotzone-container_Qp1EjLh0 .pic {
  width: 328px;
  height: 388px;
  display: block;
}
.hotzone-link_iy5ja5Z0 {
  position: absolute;
  width: 231.5px;
  height: 86px;
  top: 244px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
}
.close-picker_izF_WI8W {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  margin-top: 14px;
  margin-right: 5px;
}
.close-picker_izF_WI8W .t-input__inner {
  color: rgba(255, 255, 255, 0.6);
}
.close-picker_izF_WI8W .t-select-input {
  width: 42px;
}
.close-picker_izF_WI8W .t-select-input .t-input {
  height: 20px;
  padding: 0 2px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0);
}
.close-picker_izF_WI8W .t-select-input .t-input__inner::-webkit-input-placeholder {
  color: #ffffff !important;
  font-size: 10px;
}
.close-picker_izF_WI8W .t-select-input .t-input__inner::-moz-placeholder {
  color: #ffffff !important;
  font-size: 10px;
}
.close-picker_izF_WI8W .t-select-input .t-input__inner:-ms-input-placeholder {
  color: #ffffff !important;
  font-size: 10px;
}
.close-picker_izF_WI8W .t-select-input .t-input__inner::-ms-input-placeholder {
  color: #ffffff !important;
  font-size: 10px;
}
.close-picker_izF_WI8W .t-select-input .t-input__inner::placeholder {
  color: #ffffff !important;
  font-size: 10px;
}
.close-picker_izF_WI8W .t-select-input .t-input__suffix-icon {
  margin-left: 0;
}
.close-picker_izF_WI8W .t-select-input .t-input--focused {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.close-picker_izF_WI8W .t-select-input .t-input .t-fake-arrow {
  height: 12px;
  width: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.ad-select-dark_EfwgPsAe .t-input {
  background: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0);
}
.ad-select-dark_EfwgPsAe .t-input .t-input__inner::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}
.ad-select-dark_EfwgPsAe .t-input .t-input__inner::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}
.ad-select-dark_EfwgPsAe .t-input .t-input__inner:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}
.ad-select-dark_EfwgPsAe .t-input .t-input__inner::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}
.ad-select-dark_EfwgPsAe .t-input .t-input__inner::placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}
.ad-select-dark_EfwgPsAe .t-input .t-fake-arrow {
  color: rgba(255, 255, 255, 0.4);
}
.ad-select-popup_eAikQtF7 .t-popup__content {
  margin: 0 !important;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ad-select-popup_eAikQtF7 .t-select__list {
  padding: 4px 2px;
}
.ad-select-popup_eAikQtF7 .t-select-option {
  font-size: 10px;
  height: 12px;
  padding: 0;
  color: rgba(255, 255, 255, 0.6);
}
.ad-select-popup_eAikQtF7 .t-select-option:hover {
  background: none !important;
}
.ad-select-popup_eAikQtF7 .t-select-option.t-is-selected {
  color: rgba(255, 255, 255, 0.6);
  background-color: transparent;
}
.ad-select-popup-dark_n6Is0oAo .t-popup__content {
  background-color: rgba(0, 0, 0, 0.05);
}
.ad-select-popup-dark_n6Is0oAo .t-select-option {
  color: rgba(255, 255, 255, 0.2);
}
.bannerAdContainer_XUzgRA2S {
  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;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.bannerAdContainer_XUzgRA2S .close-picker_izF_WI8W {
  position: absolute;
  top: 10px;
  right: 5px;
  margin: 0;
}
.bannerAdContainer_XUzgRA2S .pic {
  width: 100%;
}
.bannerAdContainer_XUzgRA2S .t-input__suffix {
  margin-left: 0 !important;
}

/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/Promotions/Ad/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
/* 答题页广告位，避免用 ad 字样被 adblock 干掉 TODO 好像还是会被干掉*/
.promotions_survey_end,
.promotions_survey_end_mobile {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  bottom: constant(safe-area-inset-bottom);
  bottom: env(safe-area-inset-bottom);
  z-index: 10;
}
.survey-pc .promotions_survey_end,
.survey-pc .promotions_survey_end_mobile {
  bottom: 30px;
  bottom: calc(30px + constant(safe-area-inset-bottom));
  bottom: calc(30px + env(safe-area-inset-bottom));
}
.promotions_survey_end .link,
.promotions_survey_end_mobile .link {
  position: relative;
  display: block;
  height: 100px;
  text-decoration: none;
  border: none;
}
@media (max-width: 980px) {
  .promotions_survey_end .link,
  .promotions_survey_end_mobile .link {
    height: auto;
  }
}
.promotions_survey_end .link .pic,
.promotions_survey_end_mobile .link .pic {
  display: block;
  height: 100%;
  margin: auto;
}
@media (max-width: 980px) {
  .promotions_survey_end .link .pic,
  .promotions_survey_end_mobile .link .pic {
    width: 100%;
    height: auto;
  }
}
.promotions_nav_right,
.promotions_nav_right_mobile {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  margin-right: 10px;
  overflow: hidden;
  border-radius: 4px;
}
.promotions_nav_right .link,
.promotions_nav_right_mobile .link {
  height: 32px;
  border: none;
}
.promotions_nav_right .link .pic,
.promotions_nav_right_mobile .link .pic {
  height: 32px;
}
.promotions_nav_right {
  margin-right: 0;
}
.promotions_home_main,
.promotions_home_main_mobile {
  padding: 50px 0;
}
@media (max-width: 980px) {
  .promotions_home_main,
  .promotions_home_main_mobile {
    padding: 40px 20px;
  }
}
.promotions_home_main .link,
.promotions_home_main_mobile .link {
  display: block;
  max-width: 1138px;
  margin: auto;
  border: none;
}
.promotions_home_main .link .pic,
.promotions_home_main_mobile .link .pic {
  display: block;
  width: 100%;
}
.promotions_workbench_side_bottom .link {
  display: block;
  border: none;
}
.promotions_workbench_side_bottom .link .pic {
  display: block;
  width: 100%;
}
.promotions_personal_center .link {
  cursor: pointer;
  width: 100%;
  border: none;
  background: none;
  padding: 10px 0;
}
.promotions_personal_center .link .pic {
  width: 100%;
}
.promotions_personal_center_mobile .link {
  cursor: pointer;
  width: 100%;
  border: none;
  background: none;
}
.promotions_personal_center_mobile .link .pic {
  width: 100%;
}

/*!*******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/swiper/swiper-bundle.css ***!
  \*******************************************************************************************************************************************************************************************/
/**
 * Swiper 6.8.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 3, 2021
 */

@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;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
          -moz-appearance: none;
       appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/site-page/func-intro/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.site-page-funcIntro {
  margin: auto;
  padding: 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1152px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-page-funcIntro-nav {
  display: grid;
  gap: 8px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.site-page-funcIntro-nav-wrap {
  height: 80px;
}
.site-page-funcIntro-nav-wrap-inner {
  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;
  padding: 0 30px;
  height: 100%;
  -webkit-transition: 0.4s -webkit-transform ease;
  transition: 0.4s -webkit-transform ease;
  transition: 0.4s transform ease;
  transition: 0.4s transform ease, 0.4s -webkit-transform ease;
}
.site-page-funcIntro-nav--fixed {
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(20px);
  z-index: 10;
}
.site-page-funcIntro-nav--hide {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.site-page-funcIntro-nav .t-button {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
}
.site-page-funcIntro-nav .t-button .t-button__text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.site-page-funcIntro-nav .t-button .t-ripple {
  display: none;
}
.site-page-funcIntro-media {
  position: relative;
  width: 750px;
  height: 560px;
  margin-right: -61px;
}
.site-page-funcIntro-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  z-index: 1;
}
.site-page-funcIntro-video--show {
  opacity: 1;
  z-index: 1;
}
.site-page-funcIntro-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.site-page-funcIntro-img--show {
  opacity: 1;
  z-index: 1;
}
.site-page-funcIntro-data {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  margin-left: -28px;
}
.site-page-funcIntro-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  margin-top: 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
}
.site-page-funcIntro-title:lang(zh) {
  font-size: 40px;
  line-height: 56px;
}
.site-page-funcIntro-title-index {
  font-size: 100px;
  line-height: 84px;
  font-weight: 400;
}
.site-page-funcIntro-title-icon {
  width: 56px;
  height: 56px;
  overflow: visible;
}
.site-page-funcIntro-title-icon img {
  width: 116px;
  -webkit-transform: translate(-30px, -20px);
      -ms-transform: translate(-30px, -20px);
          transform: translate(-30px, -20px);
  pointer-events: none;
}
.site-page-funcIntro-switch {
  margin-top: 24px;
  gap: 10px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-page-funcIntro-switch:lang(zh) {
  display: block;
}
.site-page-funcIntro-switch-item {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  padding-left: 20px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.site-page-funcIntro-switch-item:lang(zh) {
  display: inline;
  line-height: 40px;
}
.site-page-funcIntro-switch-item:before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #000000;
  border-radius: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.site-page-funcIntro-switch-item--current,
.site-page-funcIntro-switch-item:hover {
  color: var(--td-brand-color);
}
.site-page-funcIntro-switch-item--current:before,
.site-page-funcIntro-switch-item:hover:before {
  background-color: var(--td-brand-color);
}
.site-page-funcIntro-switch-item-tag {
  font-size: 14px;
  padding: 4px 7px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  display: inline;
  font-weight: 500;
  vertical-align: 2px;
  white-space: nowrap;
}
.site-page-funcIntro-switch--length-1 .site-page-funcIntro-switch-item {
  padding-left: 0;
  display: block;
}
.site-page-funcIntro-switch--length-1 .site-page-funcIntro-switch-item::before {
  display: none;
}
.site-page-funcIntro-switch--length-1 .site-page-funcIntro-switch-item:hover {
  color: initial;
  cursor: default;
}
.site-page-funcIntro-switch--length-1 .site-page-funcIntro-switch-item-more {
  display: block;
  margin-top: 20px;
  height: 40px;
  border-color: #0f6bff;
  color: #0f6bff;
}
.site-page-funcIntro-switch--length-1 .site-page-funcIntro-switch-item-more .t-button__text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-page-funcIntro-switch--length-1 .site-page-funcIntro-switch-item-more .t-button__text svg {
  margin-left: 6px;
  margin-top: -1px;
}
.site-page-funcIntro-switch--length-1 .site-page-funcIntro-switch-item-more:hover {
  opacity: 0.6;
}
.site-page-funcIntro--reserve {
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.site-page-funcIntro--reserve .site-page-funcIntro-media {
  margin-right: 0;
  margin-left: -61px;
}
.site-page-funcIntro--reserve .site-page-funcIntro-data {
  margin-left: 26px;
}
@media (max-width: 980px) {
  .site-page-funcIntro {
    display: block;
    padding: 20px 0 0;
    width: 100%;
  }
  .site-page-funcIntro-nav {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 8px;
    margin: auto;
  }
  .site-page-funcIntro-nav-wrap {
    height: 60px;
  }
  .site-page-funcIntro-nav-wrap-inner {
    padding: 0;
    display: block;
    overflow: auto;
    width: 100%;
  }
  .site-page-funcIntro-nav--fixed {
    height: 60px;
  }
  .site-page-funcIntro-nav .t-button {
    padding: 0 6px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.06);
  }
  .site-page-funcIntro-nav .t-button::before {
    content: '';
    display: block;
    width: 6px;
    -webkit-flex: 0 1;
        -ms-flex: 0 1;
            flex: 0 1;
  }
  .site-page-funcIntro-nav .t-button::after {
    content: '';
    display: block;
    width: 6px;
    -webkit-flex: 0 1;
        -ms-flex: 0 1;
            flex: 0 1;
  }
  .site-page-funcIntro-title {
    margin-left: 0;
    margin-top: 20px;
    -webkit-transform: scale(0.66);
        -ms-transform: scale(0.66);
            transform: scale(0.66);
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    height: 58px;
  }
  .site-page-funcIntro-title-icon {
    margin-left: 0;
    zoom: 0.66;
  }
  .site-page-funcIntro-media {
    margin: 0;
    width: 100%;
    height: 0;
    padding-top: 75%;
  }
  .site-page-funcIntro-data {
    margin-left: 0;
    padding-left: 24px;
    padding-right: 24px;
  }
  .site-page-funcIntro-switch {
    margin-top: 12px;
  }
  .site-page-funcIntro-switch-item {
    margin-left: 2px;
    padding-left: 12px;
    font-size: 16px;
    line-height: 24px;
  }
  .site-page-funcIntro-switch-item:lang(zh) {
    line-height: 30px;
  }
  .site-page-funcIntro-switch-item:before {
    width: 6px;
    height: 6px;
    margin-top: -3px;
  }
  .site-page-funcIntro-switch-item-tag {
    font-size: 12px;
    padding: 2px 7px;
  }
  .site-page-funcIntro-switch--length-1 .site-page-funcIntro-switch-item {
    margin-left: 2px;
    display: block;
  }
  .site-page-funcIntro-switch--length-1 .site-page-funcIntro-switch-item::before {
    display: none;
  }
  .site-page-funcIntro--reserve .site-page-funcIntro-media,
  .site-page-funcIntro--reserve .site-page-funcIntro-data {
    margin: 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/scenes/sem/index.less ***!
  \**************************************************************************************************************************************************************************************************************************************************/
/* size */
/* color */
.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;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #1f6fff;
  text-decoration: none;
}
.clr_red {
  color: #ec584f;
}
.clr_blue {
  color: #1f6fff;
}
.g_wrapper .g_footer,
.g_wrapper .g_container:after {
  height: 0;
}
.pd_l48 {
  padding-left: 48px;
}
.coral-header.coral-header--transparent-all .user-login {
  color: #ffffff;
}
.coral-header.coral-header--transparent-all .user-login:hover {
  color: #ffffff;
}
.page_index {
  overflow: hidden;
}
.page_index:after {
  content: ' ';
  display: block;
  height: calc(constant(safe-area-inset-bottom) - 20px);
  height: calc(env(safe-area-inset-bottom) - 20px);
}
.page_index .g-mask {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 67;
  display: none;
}
.page_index .g-mask.show {
  display: block;
}
.page_index .header_bg_wrap {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 999;
  height: 60px;
  overflow: hidden;
}
.page_index #container {
  margin-top: 0;
}
.page_index .wrapper {
  max-width: 1040px;
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page_index .mainbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  background-color: #ffffff;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page_index .infobox {
  padding-top: 80px;
  text-align: center;
}
.page_index .infobox.special {
  padding-top: 138px;
  color: #ffffff;
}
.page_index .infobox.special .cont_title {
  color: #ffffff;
}
.page_index .infobox.special .cont_info {
  color: #ffffff;
  padding-top: 36px;
  margin: 0;
}
.page_index .infobox .cont_title {
  font-style: normal;
  font-size: 42px;
  font-weight: normal;
  line-height: 44px;
  display: block;
  color: #000000;
  margin: 0 auto;
}
.page_index .infobox .cont_title_mobile,
.page_index .infobox .cont_info_mobile,
.page_index .infobox .usage_title_mobile {
  display: none;
}
.page_index .infobox .cont_info {
  color: #000000;
  font-size: 20px;
  padding-top: 30px;
  display: block;
}
.page_index .infobox .article_title {
  color: #000;
  font-weight: 500;
  font-size: 42px;
  line-height: 44px;
  margin: 0 auto;
}
.page_index .infobox .usage_title_pc {
  color: #000;
  font-weight: 500;
  font-size: 38.5px;
  height: 38.5px;
}
.page_index .infobox .usage_title_mobile {
  color: #000;
  font-weight: 500;
  font-size: 31px;
  height: 36px;
}
.page_index .index_banner {
  background-color: transparent;
  background-image: url(../statics/bannerbg.4ff4d9f2.png);
  background-position: center;
  position: relative;
  height: 660px;
}
.page_index .index_banner .index_banner_cont {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page_index .index_banner .index_banner_l {
  padding: 216px 84px 0 0;
  width: 416px;
}
.page_index .index_banner .index_banner_l .img-edit {
  width: 80px;
  height: 40px;
  -webkit-box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  display: block;
  margin-bottom: 24px;
}
.page_index .index_banner .index_banner_l .tagline {
  width: 500px;
  display: block;
  height: 60px;
  font-size: 60px;
  font-style: normal;
  line-height: 60px;
  color: #ffffff;
}
.page_index .index_banner .index_banner_l .tagline b {
  position: relative;
  font-weight: normal;
}
.page_index .index_banner .index_banner_l .tagline b:first-child:after {
  content: '';
  position: absolute;
  right: -8px;
  top: 50%;
  -webkit-transform: translateY(-48%);
      -ms-transform: translateY(-48%);
          transform: translateY(-48%);
  width: 4px;
  height: 60px;
  background: #ffffff;
  -webkit-animation: blink-caret1 1s step-end forwards;
          animation: blink-caret1 1s step-end forwards;
}
.page_index .index_banner .index_banner_l .tagline b:last-child:after {
  content: '';
  position: absolute;
  right: -8px;
  top: 50%;
  -webkit-transform: translateY(-48%);
      -ms-transform: translateY(-48%);
          transform: translateY(-48%);
  width: 4px;
  height: 60px;
  background: #ffffff;
  -webkit-animation: blink-caret2 1s step-end infinite;
          animation: blink-caret2 1s step-end infinite;
}
@-webkit-keyframes blink-caret1 {
  100% {
    background-color: transparent;
  }
}
@keyframes blink-caret1 {
  100% {
    background-color: transparent;
  }
}
@-webkit-keyframes blink-caret2 {
  50% {
    background-color: transparent;
  }
}
@keyframes blink-caret2 {
  50% {
    background-color: transparent;
  }
}
.page_index .index_banner .index_banner_l .index_banner_desc {
  color: #ffffff;
  font-size: 22px;
  line-height: 22px;
  padding: 24px 0 48px;
  font-weight: 600;
}
.page_index .index_banner .index_banner_l .index_banner_btnbox {
  width: 296px;
}
.page_index .index_banner .index_banner_l .index_banner_btnbox a {
  display: inline-block;
  width: 136px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  padding: 11px 0;
}
.page_index .index_banner .index_banner_l .index_banner_btnbox a:first-child {
  background: #ffffff;
  border: #ffffff 2px solid;
  color: #1f6fff;
  margin-right: 16px;
  position: relative;
}
.page_index .index_banner .index_banner_l .index_banner_btnbox a:first-child:hover:before {
  content: '';
  position: absolute;
  background: rgba(35, 120, 255, 0.1);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 8px;
}
.page_index .index_banner .index_banner_l .index_banner_btnbox a:last-child {
  background: rgba(35, 120, 255, 0.1);
  border: 2px solid #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  backdrop-filter: blur(10px);
  color: #ffffff;
  position: relative;
}
.page_index .index_banner .index_banner_l .index_banner_btnbox a:last-child:hover:before {
  content: '';
  position: absolute;
  background: rgba(35, 120, 255, 0.1);
  border-radius: 8px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.page_index .index_banner .index_banner_r {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  position: relative;
  height: 660px;
}
.page_index .index_banner .index_banner_r img {
  width: 648px;
  height: 520px;
  position: absolute;
  left: 0;
  bottom: -170px;
}
.page_index .index_banner .index_banner_r video {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-radius: 20px 20px 0 0;
}
.page_index .index_banner .index_banner_r video::-webkit-media-controls-enclosure {
  display: none;
}
.page_index .get_started .wrapper {
  padding-top: 63px;
  padding-bottom: 67px;
  overflow: hidden;
}
.page_index .get_started .stat {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-align: center;
  display: block;
}
.page_index .get_started .stat .usernum {
  color: #1f6fff;
  font-size: 32px;
  line-height: 50px;
  margin: 0 8px;
}
.page_index .get_started .stat-mobile {
  display: none;
}
.page_index .enter_scene {
  position: relative;
}
.page_index .enter_scene .blue-mask1 {
  width: 25%;
  height: 35%;
  background: rgba(35, 120, 255, 0.2);
  -webkit-filter: blur(60px);
          filter: blur(60px);
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 1;
}
.page_index .enter_scene .blue-mask2 {
  width: 25%;
  height: 35%;
  background: rgba(35, 120, 255, 0.2);
  -webkit-filter: blur(60px);
          filter: blur(60px);
  position: absolute;
  bottom: 30px;
  right: 0;
  z-index: 1;
}
.page_index .enter_scene .enter_scenebox {
  background: rgba(237, 240, 245, 0.6);
  position: relative;
  z-index: 2;
}
.page_index .enter_scene .card-flexbox {
  display: block;
}
.page_index .enter_scene .card-flexbox .card-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0 78px;
}
.page_index .enter_scene .card-flexbox-mobile {
  display: none;
}
.page_index .enter_scene .card-item {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  background: #ffffff;
  -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;
  margin-right: 24px;
  padding: 40px 30px;
}
.page_index .enter_scene .card-item:last-child {
  margin-right: 0;
}
.page_index .enter_scene .card-item h3 {
  font-size: 24px;
  line-height: 20px;
  padding: 24px 0 16px;
  color: #000000;
}
.page_index .enter_scene .card-item p {
  font-size: 16px;
  color: #666666;
}
.page_index .enter_scene .card-item img {
  height: 60px;
}
.page_index .enter_scene .card-item .card-datalist {
  border-top: 1px #e5e5e5 solid;
  margin-top: 24px;
  padding: 24px 0 32px;
  font-size: 16px;
  line-height: 16px;
}
.page_index .enter_scene .card-item .card-datalist li {
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page_index .enter_scene .card-item .card-datalist li:not(:last-child) {
  padding-bottom: 20px;
}
.page_index .enter_scene .card-item .a-lookdetail {
  background: rgba(35, 120, 255, 0.1);
  border-radius: 8px;
  color: #1f6fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  padding: 9px 16px;
  display: inline-block;
  border: none;
  outline: none;
}
.page_index .enter_scene .card-item .a-lookdetail:hover {
  background: rgba(35, 120, 255, 0.18);
}
.page_index .step_tabwrapper {
  height: 160px;
  overflow: hidden;
}
.page_index .step_tabbox {
  height: 80px;
  background: #ffffff;
  padding: 21px 0 59px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
}
.page_index .step_tabbox #tabtitle {
  margin: 0 auto;
}
.page_index .step_tabbox.stepfix {
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(20px);
  z-index: 3;
  height: 80px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-transition: 0.5s top ease;
  transition: 0.5s top ease;
}
.page_index .step_tabbox.hideUp {
  top: 0 !important;
}
.page_index .step_tab {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 19px 0;
  gap: 8px;
}
.page_index .step_tab li {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  display: block;
  font-size: 16px;
  line-height: 14px;
  text-align: center;
  padding: 13px 22px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  -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 #E5E5E5;
  cursor: pointer;
}
.page_index .step_tab li a {
  color: #666666;
  font-weight: 400;
}
.page_index .step_tab li:hover {
  background: rgba(247, 252, 255, 0.6);
  border: 1px solid rgba(215, 229, 240, 0.6);
}
.page_index .step_tab li.active {
  background: #2378ff;
  border: 1px solid #2378ff;
  font-weight: 600;
}
.page_index .step_tab li.active a {
  color: #ffffff;
  font-weight: 600;
}
.page_index .step_cont {
  position: relative;
  overflow: hidden;
}
.page_index .step_cont .site-page-funcIntro-title {
  font-size: 36px;
  line-height: calc(100% + 8px);
}
.page_index .step_cont .tab-title-item-header {
  position: relative;
  margin-bottom: 34px;
}
.page_index .step_cont .tab-title-item-header-icon {
  width: 64px;
  height: 64px;
  position: relative;
}
.page_index .step_cont .tab-title-item-header-icon img {
  width: 124px;
  -webkit-transform: translateX(-25%) translateY(-20px);
      -ms-transform: translateX(-25%) translateY(-20px);
          transform: translateX(-25%) translateY(-20px);
}
.page_index .step_cont .tab-title-item-header-index {
  font-size: 100px;
  line-height: 58px;
  position: absolute;
  top: 12px;
  left: 0;
}
.page_index .step_cont .tab-title-item-header-content {
  margin-top: 24px;
  padding-left: 62px;
  position: relative;
}
.page_index .step_cont .tab-title-item-header-title,
.page_index .step_cont .tab-title-item-header-subtitle {
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
}
.page_index .step_cont .step_contone,
.page_index .step_cont .step_conttwo,
.page_index .step_cont .step_contthree,
.page_index .step_cont .step_contfour {
  width: 100%;
  height: 740px;
  min-width: 1138px;
  position: relative;
  margin: 0 auto;
}
.page_index .step_cont .step_contonebg,
.page_index .step_cont .step_conttwobg,
.page_index .step_cont .step_contthreebg,
.page_index .step_cont .step_contfourbg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.page_index .step_cont .step_contone {
  background: #f4f6f9;
  position: relative;
}
.page_index .step_cont .step_contone:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 740px;
  background: #f4f6f9;
  z-index: 1;
}
.page_index .step_cont .step_contone:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 740px;
  background: #e3f0fa;
  z-index: 1;
}
.page_index .step_cont .step_contone .step_contonebg {
  width: 1440px;
  height: 740px;
  background-image: url(../statics/step1bg.8c235149.png);
  background-position: 0px 5px;
  background-size: contain;
}
.page_index .step_cont .step_conttwo {
  background: #ffffff;
  position: relative;
}
.page_index .step_cont .step_conttwo .img-title {
  width: 271px;
  height: 174px;
  margin-top: 164px;
  margin-bottom: 34px;
}
.page_index .step_cont .step_conttwo .step_conttwobg {
  width: 1440px;
  height: 740px;
  background-image: url(../statics/step2bg.7037dc6a.png);
  background-position: 0 8px;
  background-size: contain;
}
.page_index .step_cont .step_contthree {
  background: #f4f6f9;
  position: relative;
}
.page_index .step_cont .step_contthree .img-title {
  width: 273px;
  height: 174px;
  margin-top: 204px;
  margin-bottom: 34px;
}
.page_index .step_cont .step_contthree:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 740px;
  background: #e3f0fa;
  z-index: 1;
}
.page_index .step_cont .step_contthree .step_contthreebg {
  width: 1440px;
  height: 740px;
  background-image: url(../statics/step3bg.210dc858.png);
  background-position: 0 8px;
  background-size: contain;
}
.page_index .step_cont .step_contfour {
  background: #ffffff;
  position: relative;
}
.page_index .step_cont .step_contfour .img-title {
  width: 274px;
  height: 174px;
  margin-top: 184px;
  margin-bottom: 34px;
}
.page_index .step_cont .step_contfour .step_contfourbg {
  width: 1440px;
  height: 740px;
  background-image: url(../statics/step4bg.998fac0c.png);
  background-size: contain;
}
.page_index .step_cont .step_sliders {
  height: 520px;
  padding: 120px 0;
}
.page_index .step_cont .step_sliders .sliders {
  margin: 0;
  position: relative;
  height: 520px;
}
.page_index .step_cont .step_sliders .slider {
  text-align: center;
  height: 520px;
}
.page_index .step_cont .step_sliders .slider h2 {
  color: #fff;
  padding-top: 110px;
  margin-top: 0;
  font-weight: normal;
  font-size: 50px;
  margin-bottom: 0;
}
.page_index .step_cont .step_sliders .slider h3 {
  margin-top: -3px;
  font-size: 20px;
  color: #fff;
  font-weight: normal;
}
.page_index .step_cont .step_sliders .slider img {
  display: inline-block;
  margin-top: 13px;
}
.page_index .step_cont .step_sliders .bx-wrapper .bx-viewport {
  border: 0;
  left: auto;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.page_index .step_cont .step_sliders .bx-wrapper .bx-pager,
.page_index .step_cont .step_sliders .bx-wrapper .bx-controls-auto {
  bottom: 20px;
}
.page_index .step_cont .step_sliders .bx-wrapper .bx-pager-link {
  background-color: #fff;
  width: 10px;
  height: 10px;
  opacity: 0.9;
}
.page_index .step_cont .step_sliders .bx-wrapper .bx-pager-link:hover {
  background-color: #fff;
}
.page_index .step_cont .step_sliders .bx-wrapper .bx-pager-link.active,
.page_index .step_cont .step_sliders .bx-wrapper .bx-pager-link.active:hover {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 1px #fff;
          box-shadow: 0 0 0 1px #fff;
}
.page_index .look_codebox {
  position: relative;
}
.page_index .look_codebox .blue-mask1 {
  width: 25%;
  height: 25%;
  background: rgba(35, 120, 255, 0.2);
  -webkit-filter: blur(50px);
          filter: blur(50px);
  position: absolute;
  top: 226px;
  left: 0;
  z-index: 1;
}
.page_index .look_codebox .blue-mask2 {
  width: 30%;
  height: 30%;
  background: rgba(35, 120, 255, 0.2);
  -webkit-filter: blur(50px);
          filter: blur(50px);
  position: absolute;
  bottom: 50px;
  right: 0;
  z-index: 1;
}
.page_index .look_code {
  background-color: rgba(237, 240, 245, 0.6);
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.page_index .look_code .lookcode-flexbox {
  margin: 50px auto 90px;
  display: block;
}
.page_index .look_code .lookcode-flexbox .lookcode-flex:last-child .lookcode-flex-m:last-child {
  cursor: none;
}
.page_index .look_code .lookcode-flexbox .lookcode-flex:last-child .lookcode-flex-m:last-child .code-cont {
  display: block;
  background: #f6f7fa;
  border-radius: 14px;
  cursor: initial;
}
.page_index .look_code .lookcode-flexbox .lookcode-flex:last-child .lookcode-flex-m:last-child .code-cont:before {
  background: none;
}
.page_index .look_code .lookcode-flexbox .lookcode-flex:last-child .lookcode-flex-m:last-child .code-cont img {
  margin: 0;
  top: 54px;
}
.page_index .look_code .lookcode-flexbox .lookcode-flex:last-child .lookcode-flex-m:last-child .code-cont p {
  line-height: 24px;
  bottom: 64px;
}
.page_index .look_code .lookcode-flexbox-mobile {
  display: none;
}
.page_index .look_code .lookcode-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_index .look_code .lookcode-flex:not(:last-child) {
  padding-bottom: 24px;
}
.page_index .look_code .lookcode-flex:last-child .lookcode-flex-m:last-child .code-cont {
  opacity: 1;
}
.page_index .look_code .lookcode-flex-m {
  height: 330px;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  background: #ffffff;
  -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;
  position: relative;
  cursor: pointer;
}
.page_index .look_code .lookcode-flex-m:not(:last-child) {
  margin-right: 24px;
}
.page_index .look_code .lookcode-flex-m:hover .code-cont {
  opacity: 1;
}
.page_index .look_code .lookcode-flex-m .code-cont {
  border-radius: 14px;
  height: 310px;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  overflow: hidden;
}
.page_index .look_code .lookcode-flex-m .code-cont:before {
  border-radius: 14px;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(15px);
}
.page_index .look_code .lookcode-flex-m .code-cont img {
  width: 126px;
  height: 126px;
  display: block;
  position: absolute;
  top: 65px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  mix-blend-mode: multiply;
  z-index: 2;
}
.page_index .look_code .lookcode-flex-m .code-cont p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  bottom: 66px;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.page_index .look_code .lookcode-flex-m .lookcode-picinfo {
  cursor: pointer;
  padding: 11px 11px 0 11px;
}
.page_index .look_code .lookcode-flex-m .lookcode-picinfo img {
  width: 100%;
  border-radius: 14px;
  display: block;
}
.page_index .look_code .lookcode-flex-m .lookcode-picinfo h4 {
  font-size: 18px;
  line-height: 20px;
  margin: 26px 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #000000;
}
.page_index .look_code .lookcode-flex-m .lookcode-picinfo h4 span {
  font-size: 14px;
  line-height: 14px;
  padding: 7px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  display: inline-block;
  font-weight: 500;
  margin-left: 6px;
}
.page_index .look_code .lookcode-flex-m .lookcode-picinfo p {
  font-size: 16px;
  line-height: 26px;
  margin: 10px 10px 82px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #666666;
}
.page_index .look_code .lookcode-flex-m .lookcode-picinfo .lookcode-bottom-l,
.page_index .look_code .lookcode-flex-m .lookcode-picinfo .lookcode-bottom-r {
  position: absolute;
  bottom: 24px;
}
.page_index .look_code .lookcode-flex-m .lookcode-picinfo .lookcode-bottom-l {
  left: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #1f6fff;
}
.page_index .look_code .lookcode-flex-m .lookcode-picinfo .lookcode-bottom-r {
  right: 20px;
  font-size: 14px;
  line-height: 16px;
  color: #999999;
}
.page_index .user_feedback {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 247, 250, 0)), color-stop(36.64%, #ebeef7));
  background: linear-gradient(180deg, rgba(246, 247, 250, 0) 0%, #ebeef7 36.64%);
  width: 100%;
}
.page_index .user_feedback .userfeedback-flexcontainer {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  overflow: hidden;
}
.page_index .user_feedback .userfeedback-flex {
  padding: 50px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}
.page_index .user_feedback .userfeedback-flex.uf-animate {
  -webkit-animation: right-to-left 120s linear infinite;
          animation: right-to-left 120s linear infinite;
}
.page_index .user_feedback .userfeedback-flex:first-child {
  margin-left: 32px;
}
.page_index .user_feedback .userfeedback-flex .card-box {
  width: 380px;
  background: #ffffff;
  -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;
  margin: 0 10px 24px;
}
.page_index .user_feedback .userfeedback-flex .card-box .card-cont {
  padding: 29px 20px 34px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page_index .user_feedback .userfeedback-flex .card-box .card-cont-hd {
  padding-right: 10px;
}
.page_index .user_feedback .userfeedback-flex .card-box .card-cont-hd img {
  width: 48px;
  height: 48px;
  border-radius: 8px;
}
.page_index .user_feedback .userfeedback-flex .card-box .card-cont-m {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.page_index .user_feedback .userfeedback-flex .card-box .card-cont-m .co-leader {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}
.page_index .user_feedback .userfeedback-flex .card-box .card-cont-m .co-title {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 15px;
}
.page_index .user_feedback .userfeedback-flex .card-box .card-cont-m .co-info {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}
.page_index .create_wj {
  background-image: url(../statics/createwjbg.361f6398.png);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 480px;
}
.page_index .create_wj .btn-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page_index .create_wj .btn-box {
  padding: 40px 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
  gap: 16px;
}
.page_index .create_wj .btn-box:has(:only-child) {
  grid-template-columns: repeat(1, 1fr);
}
.page_index .create_wj .btn-box a {
  display: inline-block;
  border-radius: 8px;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  padding: 11px 32px;
}
.page_index .create_wj .btn-box a.btn-whitebg {
  background: #FFFFFF;
  color: #1F6FFF;
  border: #ffffff 2px solid;
  position: relative;
}
.page_index .create_wj .btn-box a.btn-whitebg:hover:before {
  content: '';
  position: absolute;
  background: rgba(35, 120, 255, 0.1);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 8px;
}
.page_index .create_wj .btn-box a.btn-whiteborder {
  background: rgba(35, 120, 255, 0.1);
  border: 2px solid #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  backdrop-filter: blur(10px);
  color: #ffffff;
  position: relative;
}
.page_index .create_wj .btn-box a.btn-whiteborder:hover:before {
  content: '';
  position: absolute;
  background: rgba(35, 120, 255, 0.1);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 8px;
}
.page_index .mix-bx-wrapper {
  margin: 0;
}
.page_index .mix-bx-wrapper .bx-viewport {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  left: 0;
}
.page_index .mix-bx-wrapper .bx-controls {
  position: relative;
  z-index: 1;
  bottom: 40px;
}
.page_index .mix-bx-wrapper .bx-controls .bx-pager-link {
  background-color: #999 !important;
}
.page_index .mix-bx-wrapper .bx-controls .bx-pager-link.active {
  background-color: #fff !important;
}
.page_index .footerbox {
  background: #121212;
}
.page_index .page_index-footer {
  padding-top: 40px;
}
@media (min-width: 981px) {
  .only-mobile {
    display: none !important;
  }
}
@media (max-width: 980px) {
  .only-pc {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .page_index .info .contact_us {
    margin-left: 100px;
  }
}
@-webkit-keyframes right-to-left {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
@keyframes right-to-left {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes step-anmt {
  0% {
    top: 0;
  }
  100% {
    top: 90px;
  }
}
@keyframes step-anmt {
  0% {
    top: 0;
  }
  100% {
    top: 90px;
  }
}
@-webkit-keyframes step-hide {
  0% {
    top: 90px;
  }
  100% {
    top: 0;
  }
}
@keyframes step-hide {
  0% {
    top: 90px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes animatetoright {
  0% {
    left: 0;
    margin-right: auto;
  }
  100% {
    left: 100%;
    margin-left: 16px;
    margin-right: -16px;
  }
}
@keyframes animatetoright {
  0% {
    left: 0;
    margin-right: auto;
  }
  100% {
    left: 100%;
    margin-left: 16px;
    margin-right: -16px;
  }
}
@-webkit-keyframes animatetotop {
  0% {
    top: 0;
  }
  100% {
    top: -180px;
  }
}
@keyframes animatetotop {
  0% {
    top: 0;
  }
  100% {
    top: -180px;
  }
}
/* 判断ipad */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* style */
  .cont-container {
    max-width: 974px;
  }
  .page_index .enter_scene .card-item {
    padding: 40px 20px;
    margin-right: 12px;
  }
}
/*移动端重置*/
@media (max-width: 980px) {
  body {
    min-width: auto;
  }
  .swiper-pagination-fraction,
  .swiper-pagination-custom,
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 40px;
  }
  .bx-wrapper .bx-viewport {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    background: transparent;
  }
  #header .header-fix.global-header-transparent .nav-btn {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAcCAYAAAATFf3WAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB8SURBVHgB7dXBDYAwDANAlwVgBDaDFWAC2IAJgQmgExDS8uFfIVnCJ1ntM8ojDmbWAVg8Dbjsnin4gJt/WnCKFfg295YHHPCsk030zBAR+bmgLi6Tq64Grzzg6ElbNLKcUBeLyPdSk+QXnCwd6tTFh+ciy+rp1cWF+Lv4BvMDlssBs1/OAAAAAElFTkSuQmCC);
  }
  #header .header-fix .nav-btn {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAcCAYAAAATFf3WAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABqSURBVHgB7dWxDYAwEENRBwaAEdgANoI1YFlqKm4DcBCioI0iufCTnKRM9wFg5k7uEtue/5bexwBN0fDooStaHgc3Qe+jwa0wMzO3uMTT4g66vhaP0GzxBjOzutLvVpOTJ93ixS0upN/iG++NhM7tcqjXAAAAAElFTkSuQmCC);
  }
  .page_index .index_banner {
    background-image: url(../statics/bannerbg-mobile.d8db95cd.png);
    background-size: cover;
    height: 625px;
  }
  .page_index .index_banner .index_banner_cont {
    display: block;
  }
  .page_index .index_banner .index_banner_l {
    padding: 115.5px 25px 51px;
    width: auto;
  }
  .page_index .index_banner .index_banner_l .tagline {
    font-size: 44px;
    line-height: 43px;
    height: auto;
  }
  .page_index .index_banner .index_banner_l .tagline b:first-child:after,
  .page_index .index_banner .index_banner_l .tagline b:last-child:after {
    height: 42px;
    width: 2px;
    right: -6px;
  }
  .page_index .index_banner .index_banner_l .img-edit {
    width: 46px;
    height: 23px;
    margin-bottom: 15px;
    border-radius: 4px;
  }
  .page_index .index_banner .index_banner_l .index_banner_desc {
    font-size: 17px;
    line-height: 15px;
    padding: 20px 0 35px;
  }
  .page_index .index_banner .index_banner_l .index_banner_btnbox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin: 0;
  }
  .page_index .index_banner .index_banner_l .index_banner_btnbox a {
    -webkit-flex: 1 1;
        -ms-flex: 1 1;
            flex: 1 1;
    font-size: 17px;
    line-height: 44px;
    padding: 0;
  }
  .page_index .index_banner .index_banner_r {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    position: static;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }
  .page_index .index_banner .index_banner_r video {
    width: 324px;
    height: 260px;
    position: static;
    margin: 0 auto;
    border-radius: 10px 10px 0 0;
  }
  .page_index .get_started .wrapper {
    padding-top: 43.5px;
    padding-bottom: 47.5px;
  }
  .page_index .get_started .stat {
    display: none;
  }
  .page_index .get_started .stat-mobile {
    color: #000;
    text-align: center;
    display: block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .page_index .get_started .stat-mobile-item {
    -webkit-flex: 1 1;
        -ms-flex: 1 1;
            flex: 1 1;
    position: relative;
  }
  .page_index .get_started .stat-mobile-item:first-child:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 50px;
    background: #E5E5E5;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .page_index .get_started .stat-mobile-item p {
    font-size: 16px;
  }
  .page_index .get_started .stat-mobile-item p:first-child {
    color: #1F6FFF;
    font-size: 24px;
    line-height: 25px;
    padding-bottom: 10px;
  }
  .page_index .infobox {
    padding-top: 50px;
  }
  .page_index .infobox .article_title {
    color: #000;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
  }
  .page_index .infobox.special {
    color: #ffffff;
    padding-top: 70px;
  }
  .page_index .infobox.special .cont_info_mobile {
    padding: 28px 20px 35px 20px;
  }
  .page_index .infobox.special .cont_title_mobile {
    color: #ffffff;
  }
  .page_index .infobox .usage_title_mobile {
    display: block;
  }
  .page_index .infobox .cont_title_mobile {
    font-style: normal;
    font-size: 32px;
    line-height: 40px;
    display: block;
    color: #000000;
    text-indent: -9999px;
    background-image: url(../statics/fontsprite-mobile.2367ebc5.png);
    background-size: cover;
    margin: 0 auto;
    width: 283.75px;
  }
  .page_index .infobox .cont_title_mobile.title1 {
    height: 71.25px;
    background-position: 0 0;
  }
  .page_index .infobox .cont_title_mobile.title2 {
    height: 71.25px;
    background-position: 0 -76px;
  }
  .page_index .infobox .cont_title_mobile.title3 {
    height: 71.25px;
    background-position: 0 -152px;
  }
  .page_index .infobox .cont_title_mobile.title4 {
    height: 36px;
    background-position: 0 -228px;
  }
  .page_index .infobox .cont_title_mobile.title5 {
    height: 29.25px;
    background-position: 0 -261px;
  }
  .page_index .infobox .cont_info {
    display: none;
  }
  .page_index .infobox .cont_info_mobile {
    font-size: 16px;
    padding: 20px 25px 0;
    display: block;
    margin: 0;
  }
  .page_index .enter_scene .card-flexbox {
    display: none;
  }
  .page_index .enter_scene .card-flexbox-mobile {
    display: block;
    padding: 40px 0 80px 0;
  }
  .page_index .enter_scene .card-flexbox-mobile .card-flex {
    padding: 0;
  }
  .page_index .enter_scene .card-flexbox-mobile .card-item {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    padding: 0;
    margin-right: 20px;
  }
  .page_index .enter_scene .card-flexbox-mobile .card-item .card-itembox {
    padding: 25px;
  }
  .page_index .enter_scene .card-flexbox-mobile .card-item img {
    height: 45px;
  }
  .page_index .enter_scene .card-flexbox-mobile .card-item h3 {
    font-size: 20px;
    padding: 20px 0 13px;
  }
  .page_index .enter_scene .card-flexbox-mobile .card-item p {
    font-size: 16px;
  }
  .page_index .enter_scene .card-flexbox-mobile .card-item .card-datalist {
    margin-top: 20px;
    padding: 20px 0 20px 0;
    font-size: 16px;
    line-height: 1;
  }
  .page_index .enter_scene .card-flexbox-mobile .card-item .a-lookdetail {
    font-size: 14px;
    line-height: 14px;
    padding: 9px 12px;
  }
  .page_index .step_tabwrapper {
    height: 110.5px;
  }
  .page_index .step_tabbox {
    padding: 10px 25px 30px ;
    height: 70px;
  }
  .page_index .step_tabbox.stepfix {
    top: 75px;
    height: 70px;
    padding: 0 25px;
    -webkit-transition: 0.5s top ease;
    transition: 0.5s top ease;
  }
  .page_index .step_tabbox #tabtitle {
    width: 100%;
  }
  .page_index .step_tab {
    width: auto;
    margin: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .page_index .step_tab li {
    width: auto;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    padding: 9px 0px;
    border-radius: 18px;
    -webkit-box-shadow: 0px 5px 5px rgba(230, 233, 241, 0.5);
            box-shadow: 0px 5px 5px rgba(230, 233, 241, 0.5);
  }
  .page_index .step_cont {
    position: relative;
  }
  .page_index .step_cont .tab-title-item-header {
    zoom: 0.8;
  }
  .page_index .step_cont .step_contone,
  .page_index .step_cont .step_conttwo,
  .page_index .step_cont .step_contthree,
  .page_index .step_cont .step_contfour {
    width: 100%;
    min-width: auto;
    position: relative;
    overflow: hidden;
    height: auto !important;
  }
  .page_index .step_cont .step_contonebg,
  .page_index .step_cont .step_conttwobg,
  .page_index .step_cont .step_contthreebg,
  .page_index .step_cont .step_contfourbg {
    height: auto;
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: 0;
    overflow: hidden;
    padding: 50px 0 30px;
  }
  .page_index .step_cont .step_contone {
    background: #f4f6f9;
    position: relative;
  }
  .page_index .step_cont .step_contone .step_contonebg {
    width: 100%;
    height: 100%;
    background-image: url(../statics/step1bg-mobile.7f2a0a26.jpg);
    background-size: cover;
    background-position: center;
  }
  .page_index .step_cont .step_conttwo {
    background: #ffffff;
    position: relative;
  }
  .page_index .step_cont .step_conttwo .step_conttwobg {
    width: 100%;
    height: 100%;
    background-image: url(../statics/step2bg-mobile.f89ced6c.jpg);
    background-size: cover;
  }
  .page_index .step_cont .step_contthree {
    background: #f5f6fa;
    position: relative;
  }
  .page_index .step_cont .step_contthree .step_contthreebg {
    width: 100%;
    height: 100%;
    background-image: url(../statics/step3bg-mobile.ced4746a.jpg);
    background-size: cover;
    background-position: center;
  }
  .page_index .step_cont .step_contfour {
    background: #ffffff;
    position: relative;
  }
  .page_index .step_cont .step_contfour .step_contfourbg {
    width: 100%;
    height: 100%;
    background-image: url(../statics/step4bg-mobile.66ac4cb9.jpg);
    background-size: cover;
  }
  .page_index .step_cont .step_sliders {
    height: 520px;
    padding: 120px 0;
  }
  .page_index .step_cont .step_sliders .sliders {
    margin: 0;
    position: relative;
    height: 520px;
  }
  .page_index .step_cont .step_sliders .slider {
    text-align: center;
    height: 520px;
  }
  .page_index .step_cont .step_sliders .slider h2 {
    color: #fff;
    padding-top: 110px;
    margin-top: 0;
    font-weight: normal;
    font-size: 50px;
    margin-bottom: 0;
  }
  .page_index .step_cont .step_sliders .slider h3 {
    margin-top: -3px;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
  }
  .page_index .step_cont .step_sliders .slider img {
    display: inline-block;
    margin-top: 13px;
  }
  .page_index .step_cont .step_sliders .bx-wrapper .bx-viewport {
    border: 0;
    left: auto;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .page_index .step_cont .step_sliders .bx-wrapper .bx-pager,
  .page_index .step_cont .step_sliders .bx-wrapper .bx-controls-auto {
    bottom: 20px;
  }
  .page_index .step_cont .step_sliders .bx-wrapper .bx-pager-link {
    background-color: #fff;
    width: 10px;
    height: 10px;
    opacity: 0.9;
  }
  .page_index .step_cont .step_sliders .bx-wrapper .bx-pager-link:hover {
    background-color: #fff;
  }
  .page_index .step_cont .step_sliders .bx-wrapper .bx-pager-link.active,
  .page_index .step_cont .step_sliders .bx-wrapper .bx-pager-link.active:hover {
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 1px #fff;
            box-shadow: 0 0 0 1px #fff;
  }
  .page_index .user_feedback .userfeedback-flex {
    padding: 40px 0;
  }
  .page_index .user_feedback .userfeedback-flex:first-child {
    margin-left: 16px;
  }
  .page_index .user_feedback .userfeedback-flex.uf-animate {
    -webkit-animation: right-to-left 100s linear infinite;
            animation: right-to-left 100s linear infinite;
  }
  .page_index .user_feedback .userfeedback-flex .card-box {
    width: 243px;
    border-radius: 10px;
    margin: 0 10px 12px;
  }
  .page_index .user_feedback .userfeedback-flex .card-box .card-cont {
    padding: 20px 15px;
  }
  .page_index .user_feedback .userfeedback-flex .card-box .card-cont-hd img {
    width: 31px;
    height: 31px;
  }
  .page_index .user_feedback .userfeedback-flex .card-box .card-cont-m .co-leader {
    font-size: 14px;
  }
  .page_index .user_feedback .userfeedback-flex .card-box .card-cont-m .co-title,
  .page_index .user_feedback .userfeedback-flex .card-box .card-cont-m .co-info {
    font-size: 10px;
    line-height: 17px;
  }
  .page_index .user_feedback .userfeedback-flex .card-box .card-cont-m .co-title {
    padding-bottom: 10px;
  }
  .page_index .create_wj {
    background-image: url(../statics/createwjbg2.d11503ab.png);
    height: auto;
    padding-bottom: 70px;
  }
  .page_index .create_wj .btn-box {
    padding: 0 10px;
  }
  .page_index .create_wj .btn-box a {
    font-size: 16px;
    line-height: 44px;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .page_index .look_code .lookcode-flexbox {
    display: none;
  }
  .page_index .look_code .lookcode-flex {
    padding: 0;
  }
  .page_index .look_code .lookcode-flexbox-mobile {
    display: block;
    padding: 40px 0 59px 0;
  }
  .page_index .look_code .lookcode-flexbox-mobile .swiper-pagination {
    position: absolute;
    height: 10px;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
  }
  .page_index .look_code .lookcode-flexbox-mobile .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 0.5;
    display: inline-block;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    margin-right: 10px;
  }
  .page_index .look_code .lookcode-flexbox-mobile .swiper-pagination-bullet-active {
    background: #2378FF;
  }
  .page_index .look_code .lookcode-flex-m {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    height: auto;
    margin-right: 20px;
    border-radius: 15px;
  }
  .page_index .look_code .lookcode-flex-m .lookcode-picinfo {
    padding: 8px 10px 28px 10px;
  }
  .page_index .look_code .lookcode-flex-m .lookcode-picinfo img {
    border-radius: 10px;
  }
  .page_index .look_code .lookcode-flex-m .lookcode-picinfo h4 {
    font-size: 19px;
    line-height: 18px;
    margin: 25px 15px 0;
  }
  .page_index .look_code .lookcode-flex-m .lookcode-picinfo p {
    margin: 16px 15px 35px;
  }
  .page_index .look_code .lookcode-flex-m .lookcode-picinfo .lookcode-bottom-l {
    left: 25px;
  }
  .page_index .look_code .lookcode-flex-m .lookcode-picinfo .lookcode-bottom-r {
    right: 25px;
  }
  .page_index.semv3 .tab-title {
    padding-right: 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page_index.semv3 .tab-title .tab-title-item__footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page_index.semv3 .cont_info,
  .page_index.semv3 .cont_info_mobile {
    margin: 0;
  }
  .page_index.semv3 .page_index-footer {
    padding-top: 0;
  }
}
.card-flex-full {
  overflow-x: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.card-flex-full::-webkit-scrollbar {
  display: none;
}
.card-pc-style {
  max-width: 360px;
  min-width: 360px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.buy-consult,
.custom-sticky-tool {
  display: none !important;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/sem/components/ButtonsForSample/index.module.less ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button_iF_TmJUd.t-button_TUFmlp64 {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button_iF_TmJUd.t-button_TUFmlp64:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.buttonsWrap_e4qesmVq {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.buttonsWrap_e4qesmVq .t-button ~ .t-button {
  margin-left: 16px;
}
.buttonsWrap_e4qesmVq .btn1_TVDZ6pkv,
.buttonsWrap_e4qesmVq .btn2_HFQPURM6 {
  width: 136px;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
}
.buttonsWrap_e4qesmVq .btn2_HFQPURM6 {
  background-color: #ffffff;
  border-color: #ffffff;
  color: var(--td-brand-color);
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
}
.buttonsWrap_e4qesmVq .btn2_HFQPURM6:hover {
  opacity: 0.8;
  border-color: #ffffff;
  background-color: #ffffff;
}
.buttonsWrap_e4qesmVq.type1_XWpICfs_ .btn1_TVDZ6pkv {
  background-color: #ffffff;
  border-color: #ffffff;
  color: var(--td-brand-color);
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
}
.buttonsWrap_e4qesmVq.type1_XWpICfs_ .btn1_TVDZ6pkv:hover {
  opacity: 0.8;
  border-color: #ffffff;
  background-color: #ffffff;
}
.buttonsWrap_e4qesmVq.type1_XWpICfs_ .btn2_HFQPURM6 {
  color: #fff;
  border-color: #fff;
  font-weight: bold;
  margin-left: 14px;
  background-color: transparent;
  border-radius: 8px;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06);
  border-width: 2px;
}
.buttonsWrap_e4qesmVq.type1_XWpICfs_ .btn2_HFQPURM6:hover {
  border-color: #fff;
  background-color: transparent;
}
.qrcodeWrap_JDsKYLxW {
  text-align: center;
}
.qrcodeWrap_JDsKYLxW p {
  margin: 0;
  color: rgba(0, 0, 0, 0.9);
}


/*# sourceMappingURL=sem.6c20ec4a.css.map*/