/*!*****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./packages/webshop/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./packages/webshop/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/banner/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.banner {
  position: relative;
  background-size: auto 100%;
  width: 100%;
  height: 536px;
}
.banner-container {
  height: 100%;
  position: relative;
  width: 1152px;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner-container .banner-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1152px;
  margin: auto;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
}
.banner-container .banner-cont {
  width: auto;
  padding: 0;
  position: relative;
  color: #000000;
  z-index: 2;
}
.banner-container .banner-cont .banner-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  margin: 0;
  padding-bottom: 24px;
}
.banner-container .banner-cont .banner-title:lang(zh) {
  font-size: 48px;
  line-height: 60px;
}
@media (min-width: 981px) {
  .banner-container .banner-cont .banner-title {
    max-width: 600px;
  }
}
.banner-container .banner-cont .banner-title span {
  color: #366EF4;
}
.banner-container .banner-cont .banner-desc {
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 32px;
  margin: 0;
}
@media (min-width: 981px) {
  .banner-container .banner-cont .banner-desc {
    max-width: 600px;
  }
}
.banner-container .banner-video {
  z-index: 1;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.4);
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.5px solid rgba(255, 255, 255, 0.4);
}
.banner-container .banner-video video {
  width: 500px;
}
.banner-container .banner-btnbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.banner-container .banner-btnbox-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.banner-container .banner-btnbox .t-button {
  min-width: 160px;
  height: 60px;
  font-weight: bold;
  font-size: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
}
.banner-container .banner-btnbox .t-button.t-button--theme-default {
  background-color: #ffffff;
  border-color: #ffffff;
}
.banner-container .banner-btnbox .t-button.t-button--theme-default:hover {
  opacity: 0.8;
}
.banner-container .banner-download {
  margin-top: 24px;
  padding: 0;
}
@media (max-width: 980px) {
  .banner {
    width: 100%;
    height: auto;
  }
  .banner .banner-container {
    width: 100%;
    position: relative;
    display: block;
  }
  .banner .banner-container .banner-wrap {
    width: auto;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .banner .banner-container .banner-cont {
    padding: 80px 25px 0 25px;
    color: #000000;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .banner .banner-container .banner-cont .banner-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .banner .banner-container .banner-cont .banner-desc {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 24px;
  }
  .banner .banner-container .banner-video {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: 73px;
    z-index: 2;
    border-color: transparent;
    background-color: transparent;
  }
  .banner .banner-container .banner-video video {
    width: 300px;
  }
  .banner .banner-container .banner-btnbox {
    top: 100%;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 24px;
    margin-top: 180px;
    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;
    margin-bottom: 16px;
  }
  .banner .banner-container .banner-btnbox .t-button {
    -webkit-flex: 1 1;
        -ms-flex: 1 1;
            flex: 1 1;
    height: 48px;
    font-size: 16px;
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.06);
            box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
  }
  .banner .banner-container .banner-btnbox .t-button .t-button__text {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    text-align: center;
  }
  .banner .banner-container .banner-download {
    display: none;
  }
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./packages/webshop/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./packages/webshop/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/character/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-character {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 56px 0 72px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1152px;
  margin: auto;
}
.site-page-character-item {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  width: 33.33%;
  text-align: center;
}
.site-page-character-item:not(:first-child) {
  margin-left: 24px;
}
.site-page-character-title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.9);
}
.site-page-character-tag {
  padding: 0 32px;
  display: inline-block;
  margin: 4px;
  height: 42px;
  line-height: 42px;
  font-weight: 700;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.9);
  background: #E9F2FF;
  -webkit-box-shadow: inset 0px -2px 4px #BDCEE7, inset 2px 2px 4px rgba(255, 255, 255, 0.25);
          box-shadow: inset 0px -2px 4px #BDCEE7, inset 2px 2px 4px rgba(255, 255, 255, 0.25);
  border-radius: 42px;
  vertical-align: top;
}
.site-page-character-tag--ellipsis {
  line-height: 30px;
  vertical-align: -6px;
}
.site-page-character-br-mobile {
  display: none;
}
.site-page-character--large .site-page-character-tag {
  height: 60px;
  line-height: 60px;
  margin: 6px;
}
@media (max-width: 980px) {
  .site-page-character {
    padding: 50px 0;
    display: block;
    width: 100%;
  }
  .site-page-character-item {
    margin: 0 auto 40px;
    width: 100%;
  }
  .site-page-character-item:not(:first-child) {
    margin-left: 0;
  }
  .site-page-character-item:last-child {
    margin-bottom: 0;
  }
  .site-page-character-title {
    margin-bottom: 12px;
    font-size: 21px;
    line-height: 1;
  }
  .site-page-character-tag {
    margin: 2px;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    padding: 0 16px;
    -webkit-box-shadow: inset 0px -1px 2px #BDCEE7, inset 1px 1px 2px rgba(255, 255, 255, 0.25);
            box-shadow: inset 0px -1px 2px #BDCEE7, inset 1px 1px 2px rgba(255, 255, 255, 0.25);
  }
  .site-page-character-tag--ellipsis {
    line-height: 26px;
    vertical-align: 0;
  }
  .site-page-character-br-pc {
    display: none;
  }
  .site-page-character-br-mobile {
    display: inline;
  }
  .site-page-character--large .site-page-character-tag {
    height: 52px;
    line-height: 52px;
  }
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./packages/webshop/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./packages/webshop/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-icons/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-funcIcons {
  position: relative;
  width: 1152px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  z-index: 1;
  display: grid;
}
.site-page-funcIcons-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.site-page-funcIcons-icon {
  width: 40px;
  height: 40px;
}
.site-page-funcIcons-icon img,
.site-page-funcIcons-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.site-page-funcIcons-title {
  margin-top: 16px;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
}
.site-page-funcIcons-desc {
  margin-top: 8px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
}
@media (max-width: 980px) {
  .site-page-funcIcons {
    padding: 0 20px;
    width: 100%;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .site-page-funcIcons-icon {
    width: 32px;
    height: 32px;
  }
  .site-page-funcIcons-title {
    margin-top: 8px;
    font-size: 18px;
    line-height: 26px;
  }
  .site-page-funcIcons-title span {
    display: none;
  }
  .site-page-funcIcons-desc {
    margin-top: 8px;
    font-size: 14px;
    line-height: 22px;
  }
  .site-page-funcIcons-desc span {
    display: none;
  }
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./packages/webshop/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./packages/webshop/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 ./packages/webshop/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./packages/webshop/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 ./packages/webshop/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./packages/webshop/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/rec-template/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
: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;
}
.site-page-recTemplate + .t-button {
  background-color: var(--td-brand-color-light);
}
.site-page-recTemplate + .t-button .t-ripple {
  display: none;
}
.site-page-recTemplate-rec {
  color: var(--td-error-color);
}
.site-page-recTemplate-newest {
  color: var(--td-brand-color);
}
.site-page-recTemplate-pc {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 1152px;
  margin: auto;
  z-index: 1;
}
.site-page-recTemplate-pc .site-page-recTemplate {
  color: var(--td-text-color-primary);
}
.site-page-recTemplate-pc .site-page-recTemplate-wrap {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  width: 33.33%;
  padding: 32px;
  background-color: var(--td-bg-color-container);
  border-radius: 16px;
  -webkit-box-shadow: 0 10px 10px 0 rgba(230, 233, 241, 0.5);
          box-shadow: 0 10px 10px 0 rgba(230, 233, 241, 0.5);
  overflow: hidden;
}
.site-page-recTemplate-pc .site-page-recTemplate-wrap:not(:first-child) {
  margin-left: 24px;
}
.site-page-recTemplate-pc .site-page-recTemplate-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
.site-page-recTemplate-pc .site-page-recTemplate-desc {
  margin-top: 8px;
  font-size: 16px;
  line-height: 24px;
  color: var(--td-text-color-placeholder);
}
.site-page-recTemplate-pc .site-page-recTemplate-list {
  margin-top: 24px;
  margin-bottom: 16px;
  padding-top: 16px;
  font-size: 16px;
  line-height: 32px;
  border-top: 1px solid var(--td-component-stroke);
}
.site-page-recTemplate-pc .site-page-recTemplate-list > li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.site-page-recTemplate-pc .site-page-recTemplate-list > li a.a-link--default {
  display: inline;
}
.site-page-recTemplate-mobile {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 32px;
  z-index: 1;
}
.site-page-recTemplate-mobile.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
  line-height: 1;
}
.site-page-recTemplate-mobile .swiper-pagination-bullet-active {
  background: var(--td-brand-color);
}
.site-page-recTemplate-mobile .swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 28px 25px;
  background-color: var(--td-bg-color-container);
  border-radius: 15px;
  -webkit-box-shadow: 0 20px 20px 0 rgba(108, 132, 153, 0.1);
          box-shadow: 0 20px 20px 0 rgba(108, 132, 153, 0.1);
}
.site-page-recTemplate-mobile .site-page-recTemplate {
  color: var(--td-text-color-primary);
}
.site-page-recTemplate-mobile .site-page-recTemplate + .t-button {
  height: 30px;
  padding: 0 12px;
  font-size: 12px;
}
.site-page-recTemplate-mobile .site-page-recTemplate-title {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
}
.site-page-recTemplate-mobile .site-page-recTemplate-desc {
  margin-top: 12px;
  font-size: 14px;
  line-height: 14px;
  color: var(--td-text-color-placeholder);
}
.site-page-recTemplate-mobile .site-page-recTemplate-list {
  margin: 20px 0 14px 0;
  padding-top: 16px;
  font-size: 14px;
  line-height: 28px;
  border-top: 1px solid var(--td-component-stroke);
}
.site-page-recTemplate-mobile .site-page-recTemplate-list > li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.site-page-recTemplate-mobile .site-page-recTemplate-list > li a.a-link--default {
  display: inline;
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./packages/webshop/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./packages/webshop/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/footer-create/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-footer-create {
  position: relative;
  background: #0F6BFF;
  background-size: auto 100%;
  width: 100%;
  min-height: 392px;
  padding: 46px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  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;
}
.site-page-footer-create-bg-pc,
.site-page-footer-create-bg-mobile {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: auto;
}
.site-page-footer-create-bg-mobile {
  display: none;
  width: 100%;
}
.site-page-footer-create-cont {
  position: relative;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  z-index: 1;
}
.site-page-footer-create-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  margin: 0;
  text-align: center;
  color: #FFFFFF;
}
.site-page-footer-create-title:lang(zh) {
  line-height: 1.4;
}
.site-page-footer-create-desc {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
}
.site-page-footer-create-desc:lang(zh) {
  line-height: 1.4;
}
.site-page-footer-create-btns {
  margin-top: 56px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-page-footer-create-btns-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.site-page-footer-create-btns-list:has(> :only-child) {
  grid-template-columns: repeat(1, 1fr);
}
.site-page-footer-create-btns .t-button {
  min-width: 168px;
  height: 56px;
  font-size: 18px;
  font-weight: bold;
  background-color: #ffffff;
  color: var(--td-brand-color);
  padding: 0 12px;
}
.site-page-footer-create-btns .t-button .t-button__text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.site-page-footer-create-btns .t-button.site-page-footer-create-btn--transparent {
  background-color: transparent;
  border: #ffffff 1px solid;
  color: #ffffff;
}
@media (max-width: 980px) {
  .site-page-footer-create {
    min-height: 300px;
    background-size: 100% 100%;
    padding: 33px 0;
  }
  .site-page-footer-create-bg-mobile {
    display: block;
  }
  .site-page-footer-create-bg-pc {
    display: none;
  }
  .site-page-footer-create-title {
    font-size: 28px;
    line-height: 36px;
    padding: 0 24px;
    margin: 0;
  }
  .site-page-footer-create-desc {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 23px;
    padding: 0 24px;
  }
  .site-page-footer-create-btns {
    margin-top: 44px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 24px;
  }
  .site-page-footer-create-btns .t-button {
    -webkit-flex: 1 1;
        -ms-flex: 1 1;
            flex: 1 1;
    height: 48px;
  }
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./packages/webshop/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./packages/webshop/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/scene__360/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
/* size */
/* color */
.page_index {
  overflow: hidden;
}
.page_index .cont_title {
  padding-top: 72px;
  color: var(--td-text-color-primary);
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  margin: 0;
}
.page_index .br-mobile {
  display: none;
}
.page_index .override-banner.banner {
  background: #EDF0F5;
}
.page_index .override-banner.banner:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 158px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(24.48%, rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, rgba(255, 255, 255, 0)), to(rgba(237, 240, 245, 0.8)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 24.48%, rgba(255, 255, 255, 0) 100%), linear-gradient(0, rgba(255, 255, 255, 0) 0%, rgba(237, 240, 245, 0.8) 100%);
  z-index: 1;
}
.page_index .override-banner.banner:after {
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  height: 128px;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(237, 240, 245, 0.8)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(237, 240, 245, 0.8) 100%);
  z-index: 1;
}
.page_index .override-banner.banner .banner-container .banner-bg {
  position: absolute;
  top: 0;
  right: -30px;
  width: 931px;
  height: 100%;
  background-size: auto 100%;
}
.page_index .override-banner.banner .banner-container .banner-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page_index .override-banner.banner .banner-container .banner-bg:before,
.page_index .override-banner.banner .banner-container .banner-bg:after {
  content: ' ';
  display: block;
  position: absolute;
}
.page_index .override-banner.banner .banner-container .banner-bg:before {
  width: 358px;
  height: 100%;
  right: -60px;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(33.79%, #EDF0F5), color-stop(79.6%, rgba(195, 221, 244, 0)));
  background: linear-gradient(90deg, #EDF0F5 33.79%, rgba(195, 221, 244, 0) 79.6%);
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
      -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
}
.page_index .override-banner.banner .banner-container .banner-bg:after {
  width: 458px;
  height: 100%;
  left: -80px;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(51.92%, #EDF0F5), color-stop(79.6%, rgba(237, 240, 245, 0)));
  background: linear-gradient(90deg, #EDF0F5 51.92%, rgba(237, 240, 245, 0) 79.6%);
}
.page_index .override-banner.banner .banner-container .banner-download {
  margin-top: 24px;
  padding: 0;
}
@media (max-width: 980px) {
  .page_index .override-banner.banner {
    background: #EDF0F5;
  }
  .page_index .override-banner.banner::before,
  .page_index .override-banner.banner:after {
    width: 52px;
    height: 100%;
    top: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(237, 240, 245, 0.8)), to(rgba(237, 240, 245, 0)));
    background: linear-gradient(to right, rgba(237, 240, 245, 0.8) 0, rgba(237, 240, 245, 0) 100%);
  }
  .page_index .override-banner.banner:after {
    right: 0;
    left: auto;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .page_index .override-banner.banner .banner-container .banner-bg {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  .page_index .override-banner.banner .banner-container .banner-bg-wrap {
    position: absolute;
    bottom: 0;
  }
  .page_index .override-banner.banner .banner-container .banner-bg-wrap::before {
    content: '';
    width: 100%;
    height: 0;
    left: 0;
    right: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(54.69%, #EDF0F5), to(rgba(237, 240, 245, 0)));
    background: linear-gradient(180deg, #EDF0F5 54.69%, rgba(237, 240, 245, 0) 100%);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    padding-top: 120px;
    z-index: 2;
    position: absolute;
  }
  .page_index .override-banner.banner .banner-container .banner-bg img {
    width: 100%;
    height: auto;
    display: block;
  }
  .page_index .override-banner.banner .banner-container .banner-bg::before,
  .page_index .override-banner.banner .banner-container .banner-bg:after {
    display: none;
  }
  .page_index .override-banner.banner .banner-container .banner-download {
    display: none;
  }
}
.page_index .site-page-funcIcons {
  margin-top: 32px;
}
.page_index .func-intro,
.page_index .rec-template {
  position: relative;
  padding: 0 0 56px 0;
  background: rgba(237, 240, 245, 0.6);
  overflow: hidden;
}
.page_index .func-intro--hidden,
.page_index .rec-template--hidden {
  display: none;
}
.page_index .func-intro:before,
.page_index .rec-template:before,
.page_index .func-intro:after,
.page_index .rec-template:after {
  content: ' ';
  display: block;
  position: absolute;
  width: 342px;
  height: 210px;
  -webkit-filter: blur(40px);
          filter: blur(40px);
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}
.page_index .func-intro:before,
.page_index .rec-template:before {
  left: 0;
  top: 0;
  background: radial-gradient(at 0 0, rgba(35, 120, 255, 0.13) 0, transparent 100%);
  border-bottom-right-radius: 60%;
}
.page_index .func-intro:after,
.page_index .rec-template:after {
  right: 0;
  bottom: 0;
  background: radial-gradient(at 100% 100%, rgba(35, 120, 255, 0.08) 0, transparent 100%);
  border-top-left-radius: 60%;
}
.page_index .func-intro .site-page-funcIcons {
  gap: 32px;
  grid-template-rows: repeat(2, 1fr);
}
.page_index .func-intro .site-page-funcIcons .site-page-funcIcons-item {
  background-color: #fff;
  padding: 16px;
  border-radius: 12px;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12px;
}
.page_index .func-intro .site-page-funcIcons .site-page-funcIcons-item .site-page-funcIcons-title,
.page_index .func-intro .site-page-funcIcons .site-page-funcIcons-item .site-page-funcIcons-desc {
  margin-top: 0;
}
.page_index .rec-template {
  padding-bottom: 72px;
}
.page_index .rec-template .site-page-recTemplate-pc {
  margin-top: 40px;
}
.page_index .rec-template .site-page-recTemplate-mobile {
  margin-top: 24px;
}
.page_index .footerbox {
  background: #121212;
}
@media (min-width: 981px) {
  .only-mobile {
    display: none !important;
  }
}
/*移动端重置*/
@media (max-width: 980px) {
  .only-pc {
    display: none !important;
  }
  body {
    min-width: auto;
  }
  #header .header-fix.global-header-transparent .nav-btn {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAcCAYAAAATFf3WAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABqSURBVHgB7dWxDYAwEENRBwaAEdgANoI1YFlqKm4DcBCioI0iufCTnKRM9wFg5k7uEtue/5bexwBN0fDooStaHgc3Qe+jwa0wMzO3uMTT4g66vhaP0GzxBjOzutLvVpOTJ93ixS0upN/iG++NhM7tcqjXAAAAAElFTkSuQmCC);
  }
  #header .header-fix .nav-btn {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAcCAYAAAATFf3WAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABqSURBVHgB7dWxDYAwEENRBwaAEdgANoI1YFlqKm4DcBCioI0iufCTnKRM9wFg5k7uEtue/5bexwBN0fDooStaHgc3Qe+jwa0wMzO3uMTT4g66vhaP0GzxBjOzutLvVpOTJ93ixS0upN/iG++NhM7tcqjXAAAAAElFTkSuQmCC);
  }
  .page_index .cont_title {
    padding-top: 44px;
    font-size: 28px;
    line-height: 36px;
  }
  .page_index .br-mobile {
    display: block;
  }
  .page_index .site-page-funcIcons {
    margin-top: 28px;
  }
  .page_index .func-intro,
  .page_index .rec-template {
    padding-bottom: 34px;
  }
  .page_index .func-intro:before,
  .page_index .rec-template:before {
    display: none;
  }
  .page_index .func-intro:after,
  .page_index .rec-template:after {
    width: 190px;
    height: 190px;
    background: radial-gradient(at 100% 100%, rgba(35, 120, 255, 0.22) 0, transparent 100%);
    -webkit-transform: scale(1.8);
        -ms-transform: scale(1.8);
            transform: scale(1.8);
  }
  .page_index .rec-template {
    padding-bottom: 24px;
  }
}
.view-report-button {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  height: 80px;
  left: 80px;
  right: 80px;
  bottom: 46px;
}
@media (max-width: 980px) {
  .view-report-button {
    bottom: 0px;
  }
}


/*# sourceMappingURL=scene__360.242acebf.css.map*/