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

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

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

/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scenes/elderly_group/components/platform-visible/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.pc__visible {
  display: none;
}
.mobile__visible {
  display: none;
}
@media (min-width: 981px) {
  .pc__visible {
    display: block;
  }
}
@media (max-width: 980px) {
  .mobile__visible {
    display: block;
  }
}

/*!************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scenes/elderly_group/components/section-card/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.section-card {
  overflow: hidden;
  width: 100%;
  border-radius: 20px;
  background: #ffffff;
  -webkit-box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.08);
}
.section-card + .section-card {
  margin-left: 24px;
}
.section-card__img {
  width: 100%;
  display: block;
}
.section-card__title,
.section-card__subtitle {
  text-align: center;
  color: #333;
}
.section-card__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  margin-top: 32px;
}
.section-card__subtitle {
  font-size: 18px;
  line-height: 28px;
  margin-top: 16px;
}
.section-card__steps {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  width: 432px;
  margin: 24px auto 0 auto;
  background: #f6f6f6;
  border-radius: 4px;
}
.section-card__steps-item {
  position: relative;
  color: #666;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  white-space: nowrap;
}
.section-card__steps-arrow {
  width: 24px;
  height: 60px;
  position: relative;
}
.section-card__steps-arrow::before,
.section-card__steps-arrow::after {
  content: '';
  display: block;
  position: absolute;
  left: -3.46410162px;
  width: 8px;
  height: 43.87862046px;
  background-color: #fff;
}
.section-card__steps-arrow::before {
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  top: -4px;
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.section-card__steps-arrow::after {
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  top: 22px;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.section-card__footer {
  padding: 32px 0;
  text-align: center;
}
.section-card__action {
  color: #0f6bff;
  font-size: 18px;
  line-height: 24px;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.section-card__action-icon {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  -webkit-transform: translate(0, -2px);
      -ms-transform: translate(0, -2px);
          transform: translate(0, -2px);
  margin-left: 3px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMyIgeT0iMTAuOTk5OSIgd2lkdGg9IjE3IiBoZWlnaHQ9IjIiIHJ4PSIwLjY2NjY2NyIgZmlsbD0iIzIzNzhGRiIvPgo8cmVjdCB4PSIxMy4xNzE2IiB5PSIzLjk4OTUiIHdpZHRoPSIxMSIgaGVpZ2h0PSIyIiByeD0iMC42NjY2NjciIHRyYW5zZm9ybT0icm90YXRlKDQ1IDEzLjE3MTYgMy45ODk1KSIgZmlsbD0iIzIzNzhGRiIvPgo8cmVjdCB3aWR0aD0iMTEiIGhlaWdodD0iMiIgcng9IjAuNjY2NjY3IiB0cmFuc2Zvcm09Im1hdHJpeCgwLjcwNzEwNyAtMC43MDcxMDcgLTAuNzA3MTA3IC0wLjcwNzEwNyAxMy4xNzE2IDE5Ljg4ODkpIiBmaWxsPSIjMjM3OEZGIi8+CjxyZWN0IG9wYWNpdHk9IjAuMDEiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0iI0Q4RDhEOCIvPgo8L3N2Zz4K) no-repeat center;
  background-size: cover;
}
.section-card__action:hover {
  opacity: 0.8;
}
.section-card__action:hover .section-card__action-icon {
  -webkit-animation: active-arrow 0.4s 2 linear;
          animation: active-arrow 0.4s 2 linear;
}
@media (max-width: 980px) {
  .section-card {
    -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.07);
  }
  .section-card__title {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 20px;
  }
  .section-card__subtitle {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .section-card__steps {
    width: 90%;
    width: calc(100% - 24px);
    height: 40px;
    margin: 16px auto 0;
  }
  .section-card__steps-item {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .section-card__steps-arrow {
    width: 12px;
    height: 40px;
  }
  .section-card__steps-arrow::before,
  .section-card__steps-arrow::after {
    left: -1.73205081px;
    width: 4px;
    height: 27.71281292px;
  }
  .section-card__steps-arrow::before {
    top: -2px;
  }
  .section-card__steps-arrow::after {
    top: 16px;
  }
  .section-card__action {
    font-size: 16px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .section-card__action-icon {
    width: 20px;
    height: 20px;
  }
}
@-webkit-keyframes active-arrow {
  0% {
    -webkit-transform: translate(0, -2px);
            transform: translate(0, -2px);
  }
  50% {
    -webkit-transform: translate(4px, -2px);
            transform: translate(4px, -2px);
  }
  100% {
    -webkit-transform: translate(0, -2px);
            transform: translate(0, -2px);
  }
}
@keyframes active-arrow {
  0% {
    -webkit-transform: translate(0, -2px);
            transform: translate(0, -2px);
  }
  50% {
    -webkit-transform: translate(4px, -2px);
            transform: translate(4px, -2px);
  }
  100% {
    -webkit-transform: translate(0, -2px);
            transform: translate(0, -2px);
  }
}

/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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, 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') 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/elderly_group/components/research-content/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.research-container {
  position: relative;
}
.research-container .vaporwave {
  background: linear-gradient(-45deg, #eef5ff 25%, #f6faff 0, #f6faff 50%, #eef5ff 0, #eef5ff 75%, #f6faff 0);
  background-size: 42.5px 42.5px;
  position: absolute;
  z-index: 1;
}
@media (max-width: 980px) {
  .research-container .vaporwave {
    background-size: 21.25px 21.25px;
  }
}
.research-container__wave-lt {
  left: -346px;
  top: -182px;
  width: 400px;
  height: 400px;
  border-radius: 200px;
}
.research-container__wave-tr {
  top: -288px;
  right: 0;
  width: 220px;
  height: 220px;
  border-radius: 110px;
}
.research-container__wave-br {
  bottom: -112px;
  right: -176px;
  width: 292px;
  height: 292px;
  border-radius: 146px;
}
@media (max-width: 980px) {
  .research-container__wave-lt {
    left: -96px;
    top: -144px;
    width: 200px;
    height: 200px;
    border-radius: 100px;
  }
  .research-container__wave-tr {
    top: -212px;
    right: 0;
    width: 110px;
    height: 110px;
    border-radius: 55px;
  }
  .research-container__wave-br {
    bottom: -56px;
    right: -42px;
    width: 146px;
    height: 146px;
    border-radius: 73px;
  }
}
.research-container__cards {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
.research-container__mobile-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
}
.research-container__mobile-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 24px 34px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.research-container__mobile-cards {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400%;
  margin-left: -100%;
}
.research-container__mobile-dots {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 26px;
  margin: 0 auto;
}
.research-container__mobile-dot {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.research-container__mobile-dot.active {
  background-color: #0f6bff;
}

/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/elderly_group/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.page-older-group {
  -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-older-group .section-title {
  margin-top: 80px;
  margin-bottom: 32px;
  font-size: 42px;
  line-height: 42px;
  font-weight: 400;
  color: #333;
  text-align: center;
}
.page-older-group .section-subtitle {
  color: #333;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 42px;
}
.page-older-group .footer-copyright {
  position: static;
}
@media (min-width: 981px) {
  .page-older-group .section-wrap {
    width: 100%;
    max-width: 1124px;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    padding-bottom: 80px;
  }
  .page-older-group .content-banner {
    background: url(../statics/banner.8fd1613a.jpg) no-repeat center;
    background-size: cover;
    height: 660px;
  }
  .page-older-group .content-banner__wrap {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 160px;
    max-width: 1152px;
    width: 100%;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
  .page-older-group .content-banner__wrap-slogan {
    line-height: 1.5;
    font-size: 60px;
    font-weight: 400;
    margin: 0;
  }
  .page-older-group .content-banner__label {
    font-size: 20px;
    line-height: 28px;
    color: #666;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
  }
  .page-older-group .content-banner__label .label-text + .label-text {
    position: relative;
    padding-left: 22px;
  }
  .page-older-group .content-banner__label .label-text + .label-text:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 9px;
    border-radius: 3px;
    width: 6px;
    height: 6px;
    background: #C0C0C0;
  }
  .page-older-group .content-banner__buttons {
    margin-top: 50px;
  }
  .page-older-group .content-banner__buttons .t-button + .t-button {
    margin-left: 16px;
  }
  .page-older-group .content-banner__buttons .ui-button-primary {
    width: 200px;
    padding: 0;
    border-color: #e1e7f2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 64px;
    font-size: 20px;
    border-width: 0;
    -webkit-box-shadow: 0px 4px 8px rgba(35, 120, 255, 0.3);
            box-shadow: 0px 4px 8px rgba(35, 120, 255, 0.3);
  }
  .page-older-group .content-banner__buttons .ui-button-default {
    width: 200px;
    padding: 0;
    border-color: #e1e7f2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 64px;
    font-size: 20px;
    border-width: 1px;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
  }
  .page-older-group .content-banner__buttons .ui-button-default:hover {
    opacity: 0.75;
  }
  .page-older-group .content-banner__buttons .ui-button-default .button-link {
    color: #333;
  }
  .page-older-group .photos-section__container {
    width: 100%;
  }
  .page-older-group .photos-section__container-img {
    width: 100%;
    display: block;
  }
  .page-older-group .research-section {
    background: #F6FAFF;
    overflow: hidden;
  }
  .page-older-group .research-section .section-title,
  .page-older-group .research-section .section-subtitle {
    position: relative;
    z-index: 2;
  }
  .page-older-group .advantage-section__items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 80px;
  }
  .page-older-group .advantage-section__item {
    width: 272px;
    text-align: center;
  }
  .page-older-group .advantage-section__item-title {
    font-size: 20px;
    color: #333;
    text-align: center;
    margin-top: 16px;
    line-height: 32px;
  }
  .page-older-group .advantage-section__item-dosc {
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    margin-top: 16px;
    color: #333;
  }
}
@media (min-width: 981px) and (min-width: 1252px) {
  .page-older-group .section-wrap {
    padding-left: 108px;
    padding-right: 108px;
  }
}
@media (min-width: 981px) and (max-width: 1251px) {
  .page-older-group .section-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 981px) and (min-width: 1252px) {
  .page-older-group .content-banner {
    padding-left: 108px;
    padding-right: 108px;
  }
}
@media (min-width: 981px) and (max-width: 1251px) {
  .page-older-group .content-banner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 980px) {
  .page-older-group .section-title {
    margin-top: 40px;
    font-size: 32px;
    line-height: 1.5;
  }
  .page-older-group .section-subtitle {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 32px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px;
  }
  .page-older-group .section-wrap {
    padding-bottom: 40px;
  }
  .page-older-group .mobile-banner {
    position: relative;
  }
  .page-older-group .mobile-banner__img {
    width: 110%;
    display: block;
  }
  .page-older-group .mobile-banner::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
    height: 20.83334vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), color-stop(0%, rgba(246, 250, 255, 0)), to(#F6FAFF));
    background: linear-gradient(180deg, #EEEEEE 0%, rgba(246, 250, 255, 0) 0%, #F6FAFF 100%);
  }
  .page-older-group .content-banner__wrap {
    background: #F6FAFF;
    padding-bottom: 40px;
  }
  .page-older-group .content-banner__wrap-slogan {
    text-align: center;
    color: #333;
    font-size: 36px;
    line-height: 1.5;
    margin: 20px 0;
    font-weight: 400;
  }
  .page-older-group .content-banner__label {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 60%;
    margin: 16px auto 0;
    min-width: 250px;
  }
  .page-older-group .content-banner__label .label-text {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    width: 50%;
    margin-bottom: 12px;
  }
  .page-older-group .content-banner__buttons {
    width: 200px;
    margin: 8px auto 0;
  }
  .page-older-group .content-banner__buttons .ui-button-primary {
    width: 200px;
    padding: 0;
    border-color: #e1e7f2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 48px;
    font-size: 18px;
    border-width: 1px;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
    margin: 0;
  }
  .page-older-group .content-banner__buttons .ui-button-default {
    margin-left: 0;
    width: 200px;
    padding: 0;
    border-color: #e1e7f2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 48px;
    font-size: 18px;
    border-width: 1px;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
    margin-top: 16px;
  }
  .page-older-group .content-banner__buttons .ui-button-default .button-link {
    color: #333;
  }
  .page-older-group .photos-section__container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-older-group .photos-section__container-img {
    height: 58.66666667vw;
    height: 220px;
    display: block;
  }
  .page-older-group .research-section {
    background: #F6FAFF;
    overflow: hidden;
  }
  .page-older-group .research-section .section-title,
  .page-older-group .research-section .section-subtitle {
    position: relative;
    z-index: 2;
  }
  .page-older-group .advantage-section__item {
    padding: 0 63px;
    margin-top: 40px;
    text-align: center;
  }
  .page-older-group .advantage-section__item-title {
    font-size: 18px;
    color: #333;
    margin-top: 12px;
    line-height: 27px;
  }
  .page-older-group .advantage-section__item-dosc {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
    color: #333;
  }
}


/*# sourceMappingURL=elderly_group.a1839bbd.css.map*/