/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/MessageInform/style.module.less ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
.dialog-message-inform_E5M0b0Sm .t-dialog__body {
  padding: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.dialog-message-inform_E5M0b0Sm h3 {
  display: none;
}
.dialog-message-inform_E5M0b0Sm .inform-box {
  height: 60vh;
}
.inform-wrap_fbKHUmJ9 {
  width: 500px;
}
.inform-wrap_fbKHUmJ9 h3,
.inform-wrap_fbKHUmJ9 p {
  margin: 0;
}

/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/MessageInform/MessageInform.less ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
.ui-message-inform {
  display: inline-block;
  cursor: pointer;
}
.ui-message-inform .inform-icon .coral-icon-notification_line {
  font-size: 20px;
  vertical-align: middle;
}
.ui-message-inform .inform-icon.dot::after {
  content: '';
  display: inline-block;
  background: #f00;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  vertical-align: text-top;
}
.inform-box {
  height: 510px;
}
.inform-box h3 {
  color: #333;
  font-weight: bold;
  line-height: 58px;
  border-bottom: solid 1px rgba(224, 229, 236, 0.8);
  padding-left: 20px;
  font-size: 16px;
}
.inform-box .inform-content {
  overflow-y: scroll;
  height: 100%;
}
.inform-box .inform-content .placeholder {
  position: relative;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.inform-box .inform-content .placeholder img {
  width: 87px;
}
.inform-box .inform-content .placeholder p {
  margin-top: 10px;
  font-size: 16px;
  color: #B9B9B9;
}
.inform-box .inform-item {
  border-bottom: solid 1px #dfe7f1;
  padding: 20px 0;
  margin: auto 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 115px;
  font-size: 14px;
}
.inform-box .inform-item .title {
  color: #333;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.inform-box .inform-item .title img {
  width: 8px;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 2px;
}
.inform-box .inform-item .title.dot::before {
  content: '';
  display: inline-block;
  background: #f00;
  margin-right: 2px;
  margin-bottom: 2px;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
.inform-box .inform-item .content {
  color: #666666;
  word-wrap: break-word;
  line-height: 24px;
  font-weight: 400;
  margin: 8px 0;
  max-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.inform-box .inform-item .content p {
  white-space: inherit;
  text-overflow: inherit;
  overflow: inherit;
}
.inform-box .inform-item .content.open {
  max-height: none;
  white-space: normal;
  text-overflow: initial;
  overflow: initial;
}
.inform-box .inform-item .content a {
  color: #40abe2 !important;
}
.inform-box .inform-item .content a:hover {
  text-decoration: underline;
}
.inform-box .inform-item .else {
  font-size: 12px;
  color: #999;
}
.inform-box .inform-item .else span:last-child {
  float: right;
  cursor: pointer;
  color: #40abe2;
}
.inform-box .inform-item .else span.disable {
  color: #D8D8D8;
  cursor: not-allowed;
}
.inform-box .inform-foot {
  display: block;
  width: 100%;
  bottom: 0;
  line-height: 55px;
  border-top: solid 1px #dfe7f1;
  background: #fff;
  font-size: 14px;
}
.inform-box .inform-foot span {
  margin: 0 20px;
}
.inform-box .inform-foot .tag-read {
  float: right;
  color: #D8D8D8;
  cursor: not-allowed;
}
.inform-box .inform-foot .tag-read.light {
  color: #40abe2;
  cursor: pointer;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/Header/UserWorkBar/components/UserInfoCard/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.user-work-bar__card {
  padding: 16px;
  border-radius: 4px;
}
.user-work-bar__card-avatar {
  width: 56px;
  height: 56px;
  border-radius: 1000px;
  overflow: hidden;
}
.user-work-bar__card-avatar img {
  width: 100%;
}
.user-work-bar__card-info {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.user-work-bar__card-org {
  margin-top: 8px;
  font-size: 12px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.4);
  word-break: break-word;
}
.user-work-bar__card-plan {
  margin-top: 8px;
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/Header/UserWorkBar/components/SubWorkList/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.user-work-bar__subwork {
  margin: -4px -8px;
  padding: 6px;
  max-width: 240px;
  min-width: 160px;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}
.user-work-bar__subwork-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 34px;
  padding: 0 8px;
  border-radius: 3px;
  fill: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  outline: none;
  text-decoration: none;
  color: #000;
  position: relative;
}
.user-work-bar__subwork-item:hover {
  background-color: #F0F6FF;
  color: var(--td-brand-color);
  fill: var(--td-brand-color);
}
.user-work-bar__subwork-item-icon {
  line-height: 1;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  width: 16px;
}
.user-work-bar__subwork-item-content {
  margin-left: 8px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/Header/UserWorkBar/components/WorkList/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.user-work-bar__work {
  margin-top: 2px;
}
.user-work-bar__work .t-space {
  width: 100%;
}
.user-work-bar__work-divider {
  width: calc(100% - 8px);
  height: 1px;
  background-color: #e7e7e7;
  margin: 4px auto;
}
.user-work-bar__work-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 34px;
  padding: 0 8px;
  border-radius: 3px;
  fill: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  outline: none;
  text-decoration: none;
  color: #000;
}
.user-work-bar__work-item:hover {
  background-color: #F0F6FF;
  color: var(--td-brand-color);
  fill: var(--td-brand-color);
}
.user-work-bar__work-item-icon .coral-icon {
  font-size: 16px;
  display: block;
}
.user-work-bar__work-item-content {
  font-size: 14px;
  line-height: 22px;
  margin-left: 8px;
}
.user-work-bar__work-item-arrow {
  margin-left: auto;
}
.user-work-bar__work-item-arrow .coral-icon {
  font-size: 14px;
  display: block;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/Promotions/Ad/ad-close-picker.module.less ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
.ad-close-picker_RaCCMG4c {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  font-size: 12px;
  position: relative;
}
.close-dropdown-trigger_hQEbMVZG {
  margin: 2px 0;
}
.close-dropdown-trigger_hQEbMVZG,
.close-dropdown-content_r18myxMY {
  height: 20px;
  padding: 0 2px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0);
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}
.close-dropdown-content_r18myxMY + .close-dropdown-content_r18myxMY {
  margin-top: 1px;
}
.close-dropdown-container_Y39g71Ti {
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ad-close-picker-active_h2o4mrkv .close-dropdown-container_Y39g71Ti {
  pointer-events: all;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  z-index: 1;
}
.icon-arrow_Hf1f2vct {
  width: 1em;
  vertical-align: middle;
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: rgba(255, 255, 255, 0.6);
}
.ad-close-picker-active_h2o4mrkv .icon-arrow_Hf1f2vct {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/Promotions/Ad/style.module.less ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
.close-picker_izF_WI8W {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  margin-top: 14px;
  margin-right: 5px;
}
.close-picker_izF_WI8W .t-input__inner {
  color: rgba(255, 255, 255, 0.6);
}
.close-picker_izF_WI8W .t-select-input {
  width: 42px;
}
.close-picker_izF_WI8W .t-select-input .t-input {
  height: 20px;
  padding: 0 2px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0);
}
.close-picker_izF_WI8W .t-select-input .t-input__inner::-webkit-input-placeholder {
  color: #ffffff !important;
  font-size: 10px;
}
.close-picker_izF_WI8W .t-select-input .t-input__inner::-moz-placeholder {
  color: #ffffff !important;
  font-size: 10px;
}
.close-picker_izF_WI8W .t-select-input .t-input__inner:-ms-input-placeholder {
  color: #ffffff !important;
  font-size: 10px;
}
.close-picker_izF_WI8W .t-select-input .t-input__inner::-ms-input-placeholder {
  color: #ffffff !important;
  font-size: 10px;
}
.close-picker_izF_WI8W .t-select-input .t-input__inner::placeholder {
  color: #ffffff !important;
  font-size: 10px;
}
.close-picker_izF_WI8W .t-select-input .t-input__suffix-icon {
  margin-left: 0;
}
.close-picker_izF_WI8W .t-select-input .t-input--focused {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.close-picker_izF_WI8W .t-select-input .t-input .t-fake-arrow {
  height: 12px;
  width: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.ad-select-dark_EfwgPsAe .t-input {
  background: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0);
}
.ad-select-dark_EfwgPsAe .t-input .t-input__inner::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}
.ad-select-dark_EfwgPsAe .t-input .t-input__inner::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}
.ad-select-dark_EfwgPsAe .t-input .t-input__inner:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}
.ad-select-dark_EfwgPsAe .t-input .t-input__inner::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}
.ad-select-dark_EfwgPsAe .t-input .t-input__inner::placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}
.ad-select-dark_EfwgPsAe .t-input .t-fake-arrow {
  color: rgba(255, 255, 255, 0.4);
}
.ad-select-popup_eAikQtF7 .t-popup__content {
  margin: 0 !important;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ad-select-popup_eAikQtF7 .t-select__list {
  padding: 4px 2px;
}
.ad-select-popup_eAikQtF7 .t-select-option {
  font-size: 10px;
  height: 12px;
  padding: 0;
  color: rgba(255, 255, 255, 0.6);
}
.ad-select-popup_eAikQtF7 .t-select-option:hover {
  background: none !important;
}
.ad-select-popup_eAikQtF7 .t-select-option.t-is-selected {
  color: rgba(255, 255, 255, 0.6);
  background-color: transparent;
}
.ad-select-popup-dark_n6Is0oAo .t-popup__content {
  background-color: rgba(0, 0, 0, 0.05);
}
.ad-select-popup-dark_n6Is0oAo .t-select-option {
  color: rgba(255, 255, 255, 0.2);
}
.bannerAdContainer_XUzgRA2S {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.bannerAdContainer_XUzgRA2S .close-picker_izF_WI8W {
  position: absolute;
  top: 10px;
  right: 5px;
  margin: 0;
}
.bannerAdContainer_XUzgRA2S .pic {
  width: 100%;
}
.bannerAdContainer_XUzgRA2S .t-input__suffix {
  margin-left: 0 !important;
}

/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/Promotions/Ad/style.less ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
/* 答题页广告位，避免用 ad 字样被 adblock 干掉 TODO 好像还是会被干掉*/
.promotions_survey_end,
.promotions_survey_end_mobile {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  bottom: constant(safe-area-inset-bottom);
  bottom: env(safe-area-inset-bottom);
  z-index: 10;
}
.survey-pc .promotions_survey_end,
.survey-pc .promotions_survey_end_mobile {
  bottom: 30px;
  bottom: calc(30px + constant(safe-area-inset-bottom));
  bottom: calc(30px + env(safe-area-inset-bottom));
}
.promotions_survey_end .link,
.promotions_survey_end_mobile .link {
  position: relative;
  display: block;
  height: 100px;
  text-decoration: none;
  border: none;
}
@media (max-width: 980px) {
  .promotions_survey_end .link,
  .promotions_survey_end_mobile .link {
    height: auto;
  }
}
.promotions_survey_end .link .pic,
.promotions_survey_end_mobile .link .pic {
  display: block;
  height: 100%;
  margin: auto;
}
@media (max-width: 980px) {
  .promotions_survey_end .link .pic,
  .promotions_survey_end_mobile .link .pic {
    width: 100%;
    height: auto;
  }
}
.promotions_nav_right,
.promotions_nav_right_mobile {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  margin-right: 10px;
  overflow: hidden;
  border-radius: 4px;
}
.promotions_nav_right .link,
.promotions_nav_right_mobile .link {
  height: 32px;
  border: none;
}
.promotions_nav_right .link .pic,
.promotions_nav_right_mobile .link .pic {
  height: 32px;
}
.promotions_nav_right {
  margin-right: 0;
}
.promotions_home_main,
.promotions_home_main_mobile {
  padding: 50px 0;
}
@media (max-width: 980px) {
  .promotions_home_main,
  .promotions_home_main_mobile {
    padding: 40px 20px;
  }
}
.promotions_home_main .link,
.promotions_home_main_mobile .link {
  display: block;
  max-width: 1138px;
  margin: auto;
  border: none;
}
.promotions_home_main .link .pic,
.promotions_home_main_mobile .link .pic {
  display: block;
  width: 100%;
}
.promotions_workbench_side_bottom .link {
  display: block;
  border: none;
}
.promotions_workbench_side_bottom .link .pic {
  display: block;
  width: 100%;
}
.promotions_personal_center .link {
  cursor: pointer;
  width: 100%;
  border: none;
  background: none;
  padding: 10px 0;
}
.promotions_personal_center .link .pic {
  width: 100%;
}
.promotions_personal_center_mobile .link {
  cursor: pointer;
  width: 100%;
  border: none;
  background: none;
}
.promotions_personal_center_mobile .link .pic {
  width: 100%;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[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/Header/UserWorkBar/index.less ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
.user-work-bar {
  width: 260px;
  margin: -4px -8px;
  padding: 6px;
  max-height: 80vh;
  overflow: auto;
}
.fitMobile .user-work-bar {
  width: 100%;
  margin: 0;
  padding: 5px 0;
  max-height: 90vh;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/Header/UserInfoWithNotice.less ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.header-user {
  float: right;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-user .vertical-line {
  color: #e5e5e5;
  padding: 0 10px;
}
.header-user-info-container {
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 10;
  font-size: 14px;
}
.header-user-info-container .coral-icon-arrow_down_line {
  width: 16px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-left: 5px;
  vertical-align: middle;
  margin-right: -3px;
}
.header-user-info-container.open .coral-icon-arrow_down_line {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header-user-avatar {
  display: inline-block;
  vertical-align: top;
  position: relative;
  line-height: 1;
  vertical-align: middle;
}
.header-user-avatar-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  vertical-align: middle;
}
.header-user-avatar-icon {
  width: 16px;
  height: 16px;
  position: absolute;
  right: -6px;
  top: 0;
  bottom: 0;
  -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px);
  margin: auto;
}
.header-user-info {
  display: inline-block;
  max-width: 70px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: 1;
  vertical-align: middle;
  margin-left: 10px;
}
.header-user-info-type {
  display: block;
  font-size: 12px;
  color: #999;
  margin-top: 6px;
}
.header-user .notice {
  position: relative;
  display: inline-block;
}
.header-user .notice::after {
  content: '';
  position: absolute;
  top: 16px;
  left: 20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fc2f35;
}
.header-user-login {
  display: inline-block;
  line-height: 34px;
  background-color: #008fff;
  color: #fff;
  padding: 0 20px;
  border-radius: 4px;
  font-size: 14px;
}
.header-user-login:hover {
  background-color: #2196f3;
}
.user-popup {
  overflow: visible !important;
}
.user-control {
  min-width: 240px;
  min-height: 100px;
  width: fix-content;
  background: #fff;
  border-radius: 4px;
}
.user-control .control-item {
  position: relative;
  font-size: 14px;
  display: block;
  padding: 8px 16px !important;
  height: 48px;
  line-height: 32px;
  white-space: nowrap;
  color: #000;
  width: 100%;
  text-align: left;
  border-radius: 0;
}
.user-control .control-item .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.user-control .control-item:hover {
  color: #008fff;
  background: rgba(33, 150, 243, 0.05);
}
.user-control .control-item.active {
  color: #008fff;
  background: rgba(33, 150, 243, 0.05);
}
.user-control .control-item .arrow {
  float: right;
}
.user-control .control-item .arrow .coral-icon-arrow_right_line {
  width: 14px;
  height: 14px;
  vertical-align: middle;
}
.user-control .control-item .arrow.open .coral-icon-arrow_right_line {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.user-control .control-item .control-org-wrap {
  top: 0;
  background-color: #fff;
  border-radius: 4px;
  width: 240px;
  left: -239px;
  -webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.07);
  position: absolute;
}
.user-control .control-item .control-org-wrap .org-wrap {
  max-height: 290px;
  overflow-x: auto;
}
.user-control .control-item .control-org-wrap .org-wrap .control-item {
  padding: 8px 40px !important;
}
.user-control .control-item .control-org-wrap .org-wrap .saas-vip-icon {
  position: absolute;
  left: 16px;
  top: 16px;
}
.user-control .create-item {
  color: #008fff;
  border-top: 1px solid #e1e7f2;
  text-align: center;
  line-height: 48px;
  display: block;
}
.user-control .create-item .coral-icon-add_line {
  fill: #008fff;
  width: 16px;
  height: 16px;
  vertical-align: -3px;
}
.user-control .user-name {
  cursor: auto;
  border-bottom: 1px solid #e1e7f2;
}
.nav-dropdown {
  height: 100%;
}
.nav-dropdown .coral-icon-arrow_down_line {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 16px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  vertical-align: middle;
  padding: 5px 5px;
}
.nav-dropdown .coral-icon-arrow_down_line:hover {
  fill: #008fff;
}
.nav-dropdown.open .coral-icon-arrow_down_line {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.nav-dropdown-content-item {
  position: relative;
  display: block;
  padding: 0 30px;
  text-decoration: none;
  color: #333333;
  line-height: 40px;
}
.nav-dropdown-content-item:first-child {
  border-radius: 6px 6px 0 0;
}
.nav-dropdown-content-item:last-child {
  border-radius: 0 0 6px 6px;
}
.nav-dropdown-content-item:hover {
  color: #0f6bff;
  background-color: #f6f8fa;
}
.nav-dropdown-content-item:hover .moreMenu {
  display: block;
}
.v3temp-save-template {
  position: relative;
  display: inline-block;
  top: 8px;
  cursor: pointer;
}
.v3temp-save-template :hover {
  fill: #2378FF;
}
.v3temp-head-li {
  padding: 10px 30px;
  cursor: pointer;
}
.v3temp-head-li:hover {
  background-color: #F6FAFF;
  color: #2378FF;
}
.v3temp-savetemp {
  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;
}
.v3temp-tempmodal {
  border-radius: 4px;
}
.v3temp-tempmodal button {
  border-radius: 4px;
}
.v3temp-tempmodal button.ten-button--type-primary {
  background-color: #2378FF;
  border-color: #2378FF;
}
.v3temp-tempmodal button.ten-button--type-primary:hover {
  background: #5697ff;
}
.v3temp-save-icon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-right: 5px;
  top: 4px;
}

/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/Header/BuyAd/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.header-buy-consultation {
  float: right;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}
.header-buy-consultation-content {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  padding: 0 8px;
  border-radius: var(--td-radius-default);
  background-color: #F0F6FF;
  color: var(--td-brand-color);
  fill: var(--td-brand-color);
  cursor: pointer;
}
.header-buy-consultation-content .coral-icon-customer_service_line {
  width: 24px;
  margin-right: 6px;
}

/*!********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./src/components/normalize/normalize.css ***!
  \********************************************************************************************************************************************************************************************/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
    font-family: 'PingFang SC', tahoma, arial, 'helvetica neue',
  'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', simsun,
  sans-serif;
    line-height: 1.5;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/* 去除鼠标点击时候的outline轮廓，而保留键盘访问时候的outline轮廓
https://www.zhangxinxu.com/wordpress/2019/03/css-focus-visible/
** 20210610 更新 **
新版的 chrome，firefox 在鼠标点击上文提到的3种情况时已经不会再出蓝色的轮廓了
safari 目前还不支持 :focus-visible，所以以下代码对 safari 也无效(https://caniuse.com/?search=focus-visible)
综上，下面这段代码【只解决了】较低版本的 chrome 或 firefox 浏览器下，【下列3种元素被点击后会出现蓝色轮廓】的场景服务
1.设置了背景的<button>按钮；
2.HTML5 <summary>元素；
3.设置了HTML tabindex属性的元素；
特别需要注意的是，input被点击后，必定会出现:focus的样式，强烈不建议设置 input:focus{outline:0}，请与设计师沟通优化input元素获取焦点时的样式
*/
:focus:not(:focus-visible) {
    outline: 0;
}

/**
* 之前打包策略会打入 @tencent/ten-design-react/lib/theme/base.less
* 下面是跟normalize.css差异的部份
*/
ul, dl, li, dd, dt {
    margin: 0;
    padding: 0;
    list-style: 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/Skin/skin.less ***!
  \******************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.skin textarea::-webkit-input-placeholder, .skin input::-webkit-input-placeholder {
  color: currentColor !important;
  opacity: 0.6;
}
.skin textarea::-moz-placeholder, .skin input::-moz-placeholder {
  color: currentColor !important;
  opacity: 0.6;
}
.skin textarea:-ms-input-placeholder, .skin input:-ms-input-placeholder {
  color: currentColor !important;
  opacity: 0.6;
}
.skin textarea::-ms-input-placeholder, .skin input::-ms-input-placeholder {
  color: currentColor !important;
  opacity: 0.6;
}
.skin textarea::placeholder,
.skin input::placeholder {
  color: currentColor !important;
  opacity: 0.6;
}
.skin .inputs-input:disabled,
.skin .inputs-textarea:disabled {
  cursor: not-allowed;
  -webkit-text-fill-color: currentColor;
  opacity: 1;
}
.skin .inputs-textarea:disabled {
  resize: none;
}
.skin .t-textarea {
  color: inherit;
}
.skin .t-textarea .t-textarea__inner {
  color: inherit;
  background-color: inherit;
}
.skin .t-textarea .t-textarea__inner:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.skin *[class*="theme-button-"] {
  color: inherit;
  background-color: inherit;
  --ripple-color: inherit !important;
}

/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scenes/v3__survey/common/survey-icon/style.less ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
.page-endpic.anim,
.page-endpic.animated {
  -webkit-animation: a-e-paper 0.3s cubic-bezier(0.42, 1.14, 1, 1) both;
          animation: a-e-paper 0.3s cubic-bezier(0.42, 1.14, 1, 1) both;
}
.page-endpic.anim .page-endpic-icon-shadow,
.page-endpic.animated .page-endpic-icon-shadow {
  -webkit-animation: a-e-icon-shadow 0.3s 0.7s linear both, a-e-icon-shadow-1 1.4s 1.2s linear infinite;
          animation: a-e-icon-shadow 0.3s 0.7s linear both, a-e-icon-shadow-1 1.4s 1.2s linear infinite;
}
.page-endpic.anim .page-endpic-paper-line.l1,
.page-endpic.animated .page-endpic-paper-line.l1 {
  -webkit-animation: a-c-quote-1-line 0.2s 0.2s linear both;
          animation: a-c-quote-1-line 0.2s 0.2s linear both;
}
.page-endpic.anim .page-endpic-paper-line.l2,
.page-endpic.animated .page-endpic-paper-line.l2 {
  -webkit-animation: a-c-quote-1-line 0.2s 0.3s linear both;
          animation: a-c-quote-1-line 0.2s 0.3s linear both;
}
.page-endpic.anim .page-endpic-paper-line.l3,
.page-endpic.animated .page-endpic-paper-line.l3 {
  -webkit-animation: a-c-quote-1-line 0.2s 0.4s linear both;
          animation: a-c-quote-1-line 0.2s 0.4s linear both;
}
.page-endpic.anim .page-endpic-paper-line.l4,
.page-endpic.animated .page-endpic-paper-line.l4 {
  -webkit-animation: a-c-quote-1-line 0.2s 0.5s linear both;
          animation: a-c-quote-1-line 0.2s 0.5s linear both;
}
.page-endpic.anim .page-endpic-paper-line.l5,
.page-endpic.animated .page-endpic-paper-line.l5 {
  -webkit-animation: a-c-quote-1-line 0.2s 0.6s linear both;
          animation: a-c-quote-1-line 0.2s 0.6s linear both;
}
.page-endpic.anim .page-endpic-icon,
.page-endpic.animated .page-endpic-icon {
  -webkit-animation: a-e-icon-finish 0.3s 0.7s linear both, a-e-icon-finish-1 1.4s 1.2s linear infinite;
          animation: a-e-icon-finish 0.3s 0.7s linear both, a-e-icon-finish-1 1.4s 1.2s linear infinite;
}
.page-endpic {
  position: relative;
  width: 106px;
  height: 128px;
  margin: 0 auto;
}
.page-endpic-paper-line.l2 {
  top: 48px;
}
.page-endpic-paper-line.l3 {
  top: 60px;
}
.page-endpic-paper-line.l4 {
  top: 72px;
}
.page-endpic-paper-line.l5 {
  top: 84px;
  width: 34px;
}
.page-endpic-paper {
  position: relative;
  width: 106px;
  height: 128px;
  border-radius: 5px;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ebebeb, endColorstr=#d9d9d9);
  background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#d9d9d9));
  background: linear-gradient(to bottom, #ebebeb 0%, #d9d9d9 100%);
}
.page-endpic-paper:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 14px solid #f1f1f1;
  border-bottom: 14px solid #f7f7f7;
  border-left: 14px solid #f7f7f7;
  border-right: 14px solid #f1f1f1;
  border-bottom-left-radius: 3px;
}
.page-endpic-angle-shadow {
  position: absolute;
  top: 28px;
  right: 0;
  width: 0;
  height: 0;
  border-top: 12.5px solid #d8d8d8;
  border-bottom: 12.5px solid transparent;
  border-left: 12.5px solid transparent;
  border-right: 12.5px solid #d8d8d8;
}
.page-endpic-icon-shadow {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 39px;
  height: 36px;
  background-size: 100% 100%;
}
.page-endpic-paper-line {
  position: absolute;
  left: 28px;
  top: 36px;
  width: 50px;
  height: 6px;
  background: #fff;
}
.page-endpic-icon {
  position: absolute;
  right: -28px;
  bottom: -25px;
  width: 56px;
  height: 56px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
@-webkit-keyframes a-e-paper {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 90px) scale(0.3, 0.5);
            transform: translate(0, 90px) scale(0.3, 0.5);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(0px, -10px) scale(1.1, 0.9);
            transform: translate(0px, -10px) scale(1.1, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0px, 5px) scale(0.95, 1.05);
            transform: translate(0px, 5px) scale(0.95, 1.05);
  }
  80% {
    opacity: 1;
    -webkit-transform: translate(0px, -4px) scale(1.02, 0.98);
            transform: translate(0px, -4px) scale(1.02, 0.98);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px) scale(1, 1);
            transform: translate(0px, 0px) scale(1, 1);
  }
}
@keyframes a-e-paper {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 90px) scale(0.3, 0.5);
            transform: translate(0, 90px) scale(0.3, 0.5);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(0px, -10px) scale(1.1, 0.9);
            transform: translate(0px, -10px) scale(1.1, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0px, 5px) scale(0.95, 1.05);
            transform: translate(0px, 5px) scale(0.95, 1.05);
  }
  80% {
    opacity: 1;
    -webkit-transform: translate(0px, -4px) scale(1.02, 0.98);
            transform: translate(0px, -4px) scale(1.02, 0.98);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px) scale(1, 1);
            transform: translate(0px, 0px) scale(1, 1);
  }
}
@-webkit-keyframes a-c-quote-1-line {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 1px) scale(0.9, 1);
            transform: translate(0, 1px) scale(0.9, 1);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, -1px) scale(1.1, 1);
            transform: translate(0, -1px) scale(1.1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0px) scale(1, 1);
            transform: translate(0, 0px) scale(1, 1);
  }
}
@keyframes a-c-quote-1-line {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 1px) scale(0.9, 1);
            transform: translate(0, 1px) scale(0.9, 1);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, -1px) scale(1.1, 1);
            transform: translate(0, -1px) scale(1.1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0px) scale(1, 1);
            transform: translate(0, 0px) scale(1, 1);
  }
}
@-webkit-keyframes a-e-icon-finish {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3, 0.5) translate(-3px, 23px);
            transform: scale(0.3, 0.5) translate(-3px, 23px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1.05, 1.03) translate(1px, 0px);
            transform: scale(1.05, 1.03) translate(1px, 0px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.96, 0.98) translate(0px, 0px);
            transform: scale(0.96, 0.98) translate(0px, 0px);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1.02, 1.01) translate(0px, 0px);
            transform: scale(1.02, 1.01) translate(0px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1) translate(0px, 0px);
            transform: scale(1, 1) translate(0px, 0px);
  }
}
@keyframes a-e-icon-finish {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3, 0.5) translate(-3px, 23px);
            transform: scale(0.3, 0.5) translate(-3px, 23px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1.05, 1.03) translate(1px, 0px);
            transform: scale(1.05, 1.03) translate(1px, 0px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.96, 0.98) translate(0px, 0px);
            transform: scale(0.96, 0.98) translate(0px, 0px);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1.02, 1.01) translate(0px, 0px);
            transform: scale(1.02, 1.01) translate(0px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1) translate(0px, 0px);
            transform: scale(1, 1) translate(0px, 0px);
  }
}
@-webkit-keyframes a-e-icon-finish-1 {
  0% {
    -webkit-transform: scale(1, 1) translate(0, 0) rotate(0deg);
            transform: scale(1, 1) translate(0, 0) rotate(0deg);
  }
  30% {
    -webkit-transform: scale(1, 1) translate(-1px, 0) rotate(-1deg);
            transform: scale(1, 1) translate(-1px, 0) rotate(-1deg);
  }
  60% {
    -webkit-transform: scale(1, 1) translate(0px, 0) rotate(1deg);
            transform: scale(1, 1) translate(0px, 0) rotate(1deg);
  }
  80% {
    -webkit-transform: scale(1, 1) translate(-1px, 0) rotate(-0.5deg);
            transform: scale(1, 1) translate(-1px, 0) rotate(-0.5deg);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0, 0) rotate(0deg);
            transform: scale(1, 1) translate(0, 0) rotate(0deg);
  }
}
@keyframes a-e-icon-finish-1 {
  0% {
    -webkit-transform: scale(1, 1) translate(0, 0) rotate(0deg);
            transform: scale(1, 1) translate(0, 0) rotate(0deg);
  }
  30% {
    -webkit-transform: scale(1, 1) translate(-1px, 0) rotate(-1deg);
            transform: scale(1, 1) translate(-1px, 0) rotate(-1deg);
  }
  60% {
    -webkit-transform: scale(1, 1) translate(0px, 0) rotate(1deg);
            transform: scale(1, 1) translate(0px, 0) rotate(1deg);
  }
  80% {
    -webkit-transform: scale(1, 1) translate(-1px, 0) rotate(-0.5deg);
            transform: scale(1, 1) translate(-1px, 0) rotate(-0.5deg);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0, 0) rotate(0deg);
            transform: scale(1, 1) translate(0, 0) rotate(0deg);
  }
}
@-webkit-keyframes a-e-icon-shadow {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3, 0.5) translate(-3px, 3px);
            transform: scale(0.3, 0.5) translate(-3px, 3px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1.05, 1.03) translate(1px, 0px);
            transform: scale(1.05, 1.03) translate(1px, 0px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.96, 0.98) translate(0px, 0px);
            transform: scale(0.96, 0.98) translate(0px, 0px);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1.02, 1.01) translate(0px, 0px);
            transform: scale(1.02, 1.01) translate(0px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1) translate(0px, 0px);
            transform: scale(1, 1) translate(0px, 0px);
  }
}
@keyframes a-e-icon-shadow {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3, 0.5) translate(-3px, 3px);
            transform: scale(0.3, 0.5) translate(-3px, 3px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1.05, 1.03) translate(1px, 0px);
            transform: scale(1.05, 1.03) translate(1px, 0px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.96, 0.98) translate(0px, 0px);
            transform: scale(0.96, 0.98) translate(0px, 0px);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1.02, 1.01) translate(0px, 0px);
            transform: scale(1.02, 1.01) translate(0px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1) translate(0px, 0px);
            transform: scale(1, 1) translate(0px, 0px);
  }
}
@-webkit-keyframes a-e-icon-shadow-1 {
  0% {
    -webkit-transform: scale(1, 1) translate(0, 0) rotate(0deg);
            transform: scale(1, 1) translate(0, 0) rotate(0deg);
  }
  30% {
    -webkit-transform: scale(0.99, 1) translate(-1px, 0) rotate(-1deg);
            transform: scale(0.99, 1) translate(-1px, 0) rotate(-1deg);
  }
  60% {
    -webkit-transform: scale(1.01, 1) translate(0px, 0) rotate(1deg);
            transform: scale(1.01, 1) translate(0px, 0) rotate(1deg);
  }
  80% {
    -webkit-transform: scale(1, 1) translate(-1px, 0) rotate(-0.5deg);
            transform: scale(1, 1) translate(-1px, 0) rotate(-0.5deg);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0, 0) rotate(0deg);
            transform: scale(1, 1) translate(0, 0) rotate(0deg);
  }
}
@keyframes a-e-icon-shadow-1 {
  0% {
    -webkit-transform: scale(1, 1) translate(0, 0) rotate(0deg);
            transform: scale(1, 1) translate(0, 0) rotate(0deg);
  }
  30% {
    -webkit-transform: scale(0.99, 1) translate(-1px, 0) rotate(-1deg);
            transform: scale(0.99, 1) translate(-1px, 0) rotate(-1deg);
  }
  60% {
    -webkit-transform: scale(1.01, 1) translate(0px, 0) rotate(1deg);
            transform: scale(1.01, 1) translate(0px, 0) rotate(1deg);
  }
  80% {
    -webkit-transform: scale(1, 1) translate(-1px, 0) rotate(-0.5deg);
            transform: scale(1, 1) translate(-1px, 0) rotate(-0.5deg);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0, 0) rotate(0deg);
            transform: scale(1, 1) translate(0, 0) rotate(0deg);
  }
}
@-webkit-keyframes a-c-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes a-c-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/DialogKit/AiSurveyCreditLessDialog/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.ai-survey-credit-less-dialog .t-dialog__mask {
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
}
.ai-survey-credit-less-dialog .ai-survey-credit-less-dialog-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ai-survey-credit-less-dialog .ai-survey-credit-less-dialog-footer:has(> :only-child) {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 370px) {
  .ai-survey-credit-less-dialog .ai-survey-credit-less-dialog-footer {
    color: red;
  }
  .ai-survey-credit-less-dialog .ai-survey-credit-less-dialog-footer .consultation-link .t-link__prefix-icon {
    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/Skin/skinFragment.less ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
.skin-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.skin-header .background-image-content {
  height: 640px;
  overflow: hidden;
  width: 100%;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(63.25%, #000000), color-stop(66.25%, rgba(0, 0, 0, 0.97)), color-stop(69.25%, rgba(0, 0, 0, 0.94)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(180deg, #000000 63.25%, rgba(0, 0, 0, 0.97) 66.25%, rgba(0, 0, 0, 0.94) 69.25%, rgba(0, 0, 0, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(63.25%, #000000), color-stop(66.25%, rgba(0, 0, 0, 0.97)), color-stop(69.25%, rgba(0, 0, 0, 0.94)), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(180deg, #000000 63.25%, rgba(0, 0, 0, 0.97) 66.25%, rgba(0, 0, 0, 0.94) 69.25%, rgba(0, 0, 0, 0) 100%);
}
.skin-header-mobile {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  height: 36vh;
  max-height: 200px;
}
.skin-header-mobile .background-image-content {
  width: 100%;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  overflow: hidden;
  height: 36vh;
  max-height: 200px;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(51%, #000000), color-stop(55%, rgba(0, 0, 0, 0.97)), color-stop(59%, rgba(0, 0, 0, 0.94)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(56%, #000000), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(180deg, #000000 0%, #000000 51%, rgba(0, 0, 0, 0.97) 55%, rgba(0, 0, 0, 0.94) 59%, rgba(0, 0, 0, 0) 100%), linear-gradient(180deg, #000000 0%, #000000 56%, rgba(0, 0, 0, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(51%, #000000), color-stop(55%, rgba(0, 0, 0, 0.97)), color-stop(59%, rgba(0, 0, 0, 0.94)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(56%, #000000), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(180deg, #000000 0%, #000000 51%, rgba(0, 0, 0, 0.97) 55%, rgba(0, 0, 0, 0.94) 59%, rgba(0, 0, 0, 0) 100%), linear-gradient(180deg, #000000 0%, #000000 56%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-composite: source-in, xor;
          mask-composite: intersect;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/DialogKit/AttentionCheckHitAlert/style.less ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.attention-check-hit-alert--dialog {
  width: 90vw;
}
.attention-check-hit-alert--info {
  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;
}
.attention-check-hit-alert--title {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  color: rgba(0, 0, 0, 0.9);
  margin-top: 4px;
}
.attention-check-hit-alert--icon {
  color: #f73b45;
}
.attention-check-hit-alert--icon svg,
.attention-check-hit-alert--icon path {
  fill: currentColor;
}
.attention-check-hit-alert--desc {
  text-align: center;
  margin-top: 8px;
}
.attention-check-hit-alert--footer {
  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-top: 46px;
}
.attention-check-hit-alert .t-dialog__body {
  padding: 0;
}

/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/dsl/editor/cm/cm.less ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
.CodeMirror {
  font-family: Menlo, Monaco, source-code-pro, "Ubuntu Mono", "DejaVu sans mono", Consolas, monospace;
  height: 300px;
  color: black;
  direction: ltr;
  font-size: 1rem;
}
.CodeMirror-empty {
  color: #8a8a8a;
}
.CodeMirror .cm-line-widget-error {
  color: #fff;
  padding: 2px 10px;
  display: inline-block;
  background: #EF382D;
  border-radius: 4px;
  margin-left: 4px;
}
.CodeMirror .CodeMirror-linenumber {
  text-align: center;
  color: rgba(153, 153, 153, 0.7);
}
.CodeMirror .CodeMirror-gutters {
  border-radius: 4px;
  background-color: #F2F2F2;
  border-right: none;
}
.CodeMirror .cm-object:hover {
  background-color: rgba(0, 130, 255, 0.15);
}
/**
语法高亮
 */
.cm-s-default .cm-object {
  color: #0082FF;
  padding: 2px 2px;
  border-radius: 2px;
}
.cm-s-default .cm-action {
  color: #840095;
}
.cm-s-default .cm-comment {
  color: #8a8a8a;
}
.cm-s-default .cm-keyword {
  color: #840095;
}
.cm-s-default .cm-number {
  color: #F87F00;
}
.cm-s-default .cm-string {
  color: #F87F00;
}
.cm-s-default .cm-operator {
  color: #840095;
}
.cm-s-default .cm-function {
  color: #840095;
}
.CodeMirror-hints {
  background: #FFFFFF;
  -webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.07);
  border: solid 1px rgba(0, 0, 0, 0.05);
  font-family: 'PingFang SC', tahoma, arial, 'helvetica neue', 'hiragino sans gb', 'microsoft yahei', sans-serif;
  padding: 0;
  max-width: 450px;
  max-height: 320px;
  border-radius: 4px;
}
.CodeMirror-hints .CodeMirror-hint {
  padding: 8px 16px;
  font-size: 14px;
  color: #000000;
  white-space: normal;
}
.CodeMirror-hints .CodeMirror-hint.CodeMirror-hint-active {
  background: #2378FF;
  color: #FFFFFF;
}
.CodeMirror-hints .CodeMirror-hint:not(.CodeMirror-hint-active):hover {
  background: rgba(35, 120, 255, 0.08);
  color: #2378FF;
}
.CodeMirror-hover-show-id {
  z-index: 100000;
  background-color: white;
  border-radius: 3px;
  -webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.07);
  border: solid 1px rgba(0, 0, 0, 0.05);
  padding: 8px 16px;
  font-size: 14px;
  color: #000000;
  white-space: normal;
  max-width: 450px;
  max-height: 320px;
  overflow-x: hidden;
  overflow-y: auto;
}

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

/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/ai/use-pay/index.less ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
.ai-use-pay__dialog-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/copyright/client-copyright.less ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
.copyright {
  padding: 32px 0 40px;
  text-align: center;
  color: #999;
  position: relative;
  z-index: 10;
  min-height: 22px;
}
.copyright img {
  vertical-align: -2px;
  margin: 0 1px;
}
.copyright a {
  color: inherit;
  text-decoration: none;
}
.copyright .footer-logo {
  margin: 0 4px;
  display: inline-block;
  height: 16px;
  width: 16px;
  vertical-align: -2px;
}
.copyright .footer-logo .logo-border {
  fill: #2A7EC1;
}
.copyright .footer-logo .logo-ok {
  fill: #43AE37;
}
.copyright .site-footer-link {
  margin-left: 0.5em;
}
.copyright .site-footer-report {
  position: absolute;
  right: 0px;
}
.copyright-row {
  display: block;
  margin: 0 2px;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.26);
}
.copyright-row a {
  color: rgba(0, 0, 0, 0.26);
}
.copyright-row.app-name {
  margin-bottom: 4px;
}
.copyright-row.app-name a {
  font-size: 13px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  margin-right: 8px;
}
.copyright-row .app-icon {
  width: 16px;
  height: 16px;
  margin-right: 3px;
  vertical-align: top;
}

/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/QRCodeModal/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
/* survey 页抽奖模块，二维码跨端界面 */
.qrcode-modal {
  z-index: 9999 !important;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}
.qrcode-modal .content {
  border-radius: 6px;
  background-color: #ffffff;
  height: 375px;
  width: 350px;
  position: relative;
  top: 50vh;
  margin-top: -187.5px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  -webkit-transition: opacity 0.4s 0s;
  transition: opacity 0.4s 0s;
}
@media screen and (max-width: 800px) {
  .qrcode-modal .content {
    width: 320px;
  }
}
.qrcode-modal .qrcode-header {
  background: #008aff;
  height: 240px;
  position: relative;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.qrcode-modal .box {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKUAAABkCAYAAADnn/DLAAAEMklEQVR4nO3dP4tcVRjH8d8sIZgQyRp2SAhIotiILL4C2QSrtGsZ0qcUtDanSC3kFQimU7iIbRhw8RXIpIuE1bUQLLKbJmCzFptHlmH+3HufM3Ofe+73U20x9+QUP75kc5Ps6P53p8poT9IvOQ8ckpOXRzq5MtZ4+52ur9LIb7///e2nH934Ktd5W7kOeitlPm9QDp8d6PnR666v0djNnatfVpPpXq7zco5yT9KdjOcNysnLIx2/ONSr4zf65+Tfrq/TyHj70tbOtXd/qibT2znOyznKlPGswTl8dvD/18//PO7wJu18/MH1bUk/V5PpZe9ZuUZJJR2skqantdS1967sSvq+mkxHnrNyjTJlOmeQzlfS9LGWn3x4Q5K+kPSN55wco6SSDrOVND2upSQ9qibT/bbn5BhlynDGYM2rpOlxLUeSnlaT6W6bM7yjpJIOiyppel7Lyzr7xmfc9AzvKJPz+UFbVknT41pK0m1JP1ST6cUmz3tGSSUdVlXS9LyW0tlGnjR53jPK5Hh28OpU0vS8lpL0sJpMH9Z9tu0oqaRD3UqaAmopSU/qvopsO8rU8jmoWSVNAbW8KOnHOq8i24ySSjo0raQppJZj1XgV2WaUqcUzeKtNJU0BtZSkXZ39GebCV5FNR0klHdpW0hRSS0na15JXkU1HmRp+Hud4KmkKqaW05FVkk1FSSQdvJU1BtVz4KrLJKJPjXoOXo5KmoFrOfRVZd5RU0iFXJU1BtZTmvIqsO8rkv9Zw5aykKaiW0syryAs1zqKSDrkraayW46uN/q5Dp8bbl7T/+e5drfgXr3VKmXJcaKjWUUnTx1pKerTqA6tGSSUd1lVJ08ffW+psT3eWfWDVKFOmiwzSOitpSqzlslFSSYd1V9KUWMtlo0yZLzIom6ikKa2Wi0ZJJR02VUlTWi0XjTKt6SKDsMlKmpJqOW+UVNJh05U0JdVy3ijTmi9StC4qaUqp5ewoqaRDV5U0pdRydpRpQxcpUpeVNCXU8vwoqaRD15U0JdTy/CjThi9SlAiVNH2vpY2SSjpEqaTpey1tlKmjixQhUiVNn2u5JSrpEq2Sps+13BKVdIlYSdPXWl6QdDfniQdfP876g3nQ3qvjN6p+/WPtv87+Z7dc/8f5rNw/RwdwG52e5gvb+zuPJYlSOvx170HXV2hjdPr0VrbDKCXCYZQIh1EiHEaJcBglwmGUCIdRIhxGiXAYJcJhlAiHUSIcRolwGCXCYZQIh1EiHEaJcBglwmGUCIdRIhxGiXAYJcJhlAiHUSIcRolwGCXCYZQIh1EiHEaJcBglwmGUCIdRIhxGiXAYJcJhlAiHUSIcRolwGCXCYZQIh1EiHEaJcBglwmGUCIdRIhxGiXAYJcJhlAiHUSIcRolwGCXCYZQIh1EiHEaJcBglwmGUCIdRIhxGiXAYJcL5D+QIr07U6aZEAAAAAElFTkSuQmCC);
  background-size: cover;
  width: 82.5px;
  height: 50px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -41.25px;
  z-index: 100;
}
.qrcode-modal .float_1 {
  position: absolute;
  width: 87px;
  height: 38px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAK4AAABMCAYAAAD0gIxnAAACYklEQVR4nO3asU5TUQCH8e/eNE5upowkLi6s+gB1pvgELOJoQnBwgbgoiyYaiEy6+QRSZ/sAuPoCjpq4uThYh3tuWqRBGCj3n36/5OTSexpyhi8np72tJpMJUhfcuf1q9uUQ2AHuldcnwGvgE0C90JVJF/MCOAYGwM0yBsCozFHXVcVFh7QA68Au8BvYBm6VsV3u7QLDGlgFPgL9Of+kT1P+6gIWLAE8KdenwCHws4xD4FmZ26mBI2ADGHM63n65NwTeLmDBEsDdcv0wZ+5d+54a2AK+AmtM422jXStzW1e6VOlyqhr4DtzndLyz0Q6AH9e1Qi2dL+W6OWfuUbme9MofbbyfaYIFo9X1eEPT3UtgwvTIsAk8b98z+3WYX+iqC0bAPnADOGD64eyg3NsHRm24K5w+Hvx75pUWaQ94QNPfrzLGNF8i7AH0aKJtjwjt8aCauTfGI4MW77iMuaqq2ZrXOXumnQ16BGz88fGwOqKqmocLR8BDzu6qK8B74DHwzXDVFZd6kGu46orKX4cpkb8OUyTDVSTDVSTDVSTDVSTDVSTDVSTDVSTDVSTDVSTDVSTDVSTDVSTDVSTDVSTDVSTDVSTDVSTDVSTDVSTDVSTDVSTDVSTDVSTDVSTDVSTDVSTDVSTDVSTDVSTDVSTDVSTDVSTDVSTDVSTDVSTDVSTDVSTDVSTDVSTDVSTDVSTDVSTDVSTDVSTDVSTDVSTDVSTDVaTEcCdlaIklhisZrjIZriIZriL1rnsB/3Heh7B5c9VVLUTd4o6rSF3fceftoJNz5rQk3HEVyXAVyXAVyXAV6S+kpl9UMQHnIQAAAABJRU5ErkJggg==);
  left: 0px;
  top: -4px;
  background-size: cover;
  -webkit-animation: float 10s linear 0s infinite;
}
.qrcode-modal .float_2 {
  position: absolute;
  width: 102.5px;
  height: 39px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAM0AAABOCAYAAACDmJIfAAADB0lEQVR4nO3dsU5TURyA8a8NcVIHCYy+AIsDYS8z8AadYJOk6KBDjQuQGBYC6mSYeAMxjmUHEidfQiODbCx1OKehbWrTf6G3tHy/5KZwz6U5y5fTe3IbSs0fDO5FM3CxNEEa3wGeAx+BDeB31xVzwBGwWW47uQo0gKt8NICVUc9Vukc+A2vAKSmSlrl8bhX41IpmB/gKVIDH+agAJ3lMegjWgZ/AAjfhtIJZyGPrZdJqUgeugRowm49aPlcnFSZNu1/AMp3htAdTAX6Xgdf5D94Ah8BlPg6B93nsVWHTlsarO5yOYADKwGK++LjHG3zJr4s9xqRp1XfHq9xvsE3pDiYiTYJ5Oj+Sdd/jUAYu8sXVHm+wkV/PRzpN6X6YJ+0at38k677HmZsB9vPgHmlZan1MqwLb+ef9wqYtjc8RPe5hSOG0Yjoqk7aVd4FHwAE3GwEH+dxuvkaadi+Bb3QGAzebAyfAZqntiYA1YAtYyr+fkVaYm2B8IkDTKj0RMJCSj9FIMaVm0xCkiEG3nCVlRiMFGY0UZDRSkNFIQUYjBRmNFGQ0UpDRSEFGIwUZjRRkNFKQ0UhBRiMFGY0UZDRSkNFIQUYjBRmNFGQ0UpDRSEFGIwUZjRRkNFKQ0UhBRiMFGY0UZDRSkNFIQUYjBRmNFGQ0UpDRSEFGIwUZjRRkNFKQ0agoq0ADuMpHA1gZ64yG5H93VhF2gPp/xnaBdwXO5dZcaTRqK6RgroEaMJuPWj5XJ61CE8OVRqPWACrAFnDQNfYW+ACcAssFz2toRqNR+ws8Ia0ul11jz4A/pHucpwXPa2h+PNN9UBr3BCKMRqN2kV+rPcY28ut5QXO5EzPjnoCm3j7pnmYPaALH+XwV2G67ZmJ4T6MiTNWWs9GoKGukHbSl/PsZaYU5GduMhmQ0UpAbAVKQ0UhBRiMFGY0UZDRSkNFIQQ8tmmY+pKE9tGikWzMaKchopCCjkYKm+asB/W74e41N1BehND6uNFLQNK80vVaOZp8xaSCuNFKQ0UhBRiMFGY0U9A+20Y0NhT+/cQAAAABJRU5ErkJggg==);
  background-size: cover;
  left: -10px;
  top: -20px;
  -webkit-animation: float 10s linear 2s infinite;
}
.qrcode-modal .hideCover {
  z-index: 99;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.qrcode-modal .hideCover .hideCoverLeft {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 150%;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  background: #008aff;
  -webkit-transition: opacity 1s 1.5s, -webkit-transform 1s 0.5s;
  transition: opacity 1s 1.5s, -webkit-transform 1s 0.5s;
  transition: transform 1s 0.5s, opacity 1s 1.5s;
  transition: transform 1s 0.5s, opacity 1s 1.5s, -webkit-transform 1s 0.5s;
}
.qrcode-modal .hideCover .hideCoverRight {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50%;
  height: 150%;
  -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  background: #008aff;
  -webkit-transition: opacity 1s 1.5s, -webkit-transform 1s 0.5s;
  transition: opacity 1s 1.5s, -webkit-transform 1s 0.5s;
  transition: transform 1s 0.5s, opacity 1s 1.5s;
  transition: transform 1s 0.5s, opacity 1s 1.5s, -webkit-transform 1s 0.5s;
}
.qrcode-modal .qrRegion {
  background: url(../statics/qrcode_bg.37a50d6c.png);
  background-size: 310px  280px;
  width: 310px;
  height: 250px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 98;
}
.qrcode-modal .qrRegion .qrcode {
  position: absolute;
  left: 50%;
  width: 130px;
  height: 130px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 82px;
}
.qrcode-modal .qrRegion .qrcode img {
  width: 100%;
  height: 100%;
}
.qrcode-modal .qrcode-message {
  text-align: center;
  font-size: 18px;
  color: #000;
  line-height: 30px;
  margin-top: 40px;
}
.qrcode-modal .qrcode-close {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  top: -50px;
  right: 0;
  border-radius: 100%;
  border-color: #ffffff;
  -webkit-appearance: unset;
}
.qrcode-modal .qrcode-close .icon-close {
  border: 1px solid #fff;
  border-radius: 100%;
  padding: 5px;
  fill: #fff;
}
.qrcode-modal .qrcode-close .icon-close path {
  fill: #fff;
}
.qrcode-modal.active .content {
  opacity: 1;
}
.qrcode-modal.active .hideCoverLeft {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.qrcode-modal.active .hideCoverRight {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
@-webkit-keyframes float {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  20%,
  80% {
    -webkit-transform: translate3d(0, 4px, 0);
  }
  40%,
  60% {
    -webkit-transform: translate3d(0, -4px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}

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

/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/Header/header-resp/respondent-info-mobile.less ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/
.answer-mobile-header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  background: rgba(255, 255, 255, 0.85);
  right: 12px;
  position: absolute;
  z-index: 201;
  padding: 4px;
  border-radius: 32px;
}
.answer-mobile-user {
  position: relative;
}
.answer-mobile-user-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  vertical-align: middle;
}
.answer-mobile-user-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  right: -4px;
  bottom: 0;
}
.answer-mobile-header .answer-mobile-nologin {
  width: 68px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #2378FF;
  border-radius: 32px;
  cursor: pointer;
}
.user-operation-sheet .animateGroup-mask {
  z-index: 998;
  position: fixed;
}
.user-operation-sheet .actionSheet {
  z-index: 999;
  position: fixed;
}
.user-operation-sheet-info {
  display: block;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.user-operation-sheet-logout {
  color: #EF382D;
}

/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/SurveyTip/TopTips.less ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
.page-tip {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  min-height: 36px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  background-color: #E7E7E7;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.page-tip.fixed-top {
  position: fixed;
  z-index: 50;
  width: 100%;
  top: 13px;
}
.page-tip .icon-arrow-right {
  fill: #666666;
  width: 7px;
  height: 11.5px;
}
.page-tip-m {
  -webkit-flex: 1;
  -ms-flex: 1 1;
      flex: 1 1;
  padding: 9px 0;
  font-size: 12px;
  text-align: left;
}
.page-tip-hd {
  padding-right: 6px;
}
.page-tip-ft {
  padding: 10px 15px 10px 6px;
}
.page-tip-ft-icon {
  display: block;
  width: 12px;
  height: 12px;
}
.page-tip-ft-icon use {
  fill: #666666;
}
.page-tip-gift {
  display: block;
  width: 18px;
  height: 18px;
}
.page-tip-gift use {
  fill: #000000;
}
.page-tip_warn {
  background-color: #EF5350;
}
.page-tip_warn .page-tip-m {
  color: #FFFFFF;
}
.page-tip_warn .page-tip-ft-icon use {
  fill: #FFFFFF;
}
.page-tip_warn-icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  width: 18px;
  height: 18px;
  background-color: #FFFFFF;
  border-radius: 100%;
}
.page-tip_warn-icon:before,
.page-tip_warn-icon:after {
  content: ' ';
  display: block;
  width: 2px;
  height: 2px;
  background-color: #EF5350;
}
.page-tip_warn-icon:before {
  margin-bottom: 2px;
  height: 7px;
}

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

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

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

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

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

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

/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/privacy/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.tencent-privacy-dialog-mobile .m-popup-content__container {
  padding-top: 12px;
  padding-bottom: 12px;
}
.privacy-dialog-survey-mobile .m-popup-content__container {
  padding: 20px;
}
.privacy-dialog-survey-mobile .privacy-policy-respondent-header {
  font-size: 24px;
  line-break: 28px;
}
.privacy-dialog-survey-mobile .privacy-policy-respondent-time,
.privacy-dialog-survey-mobile .privacy-policy-respondent section {
  margin-top: 16px;
}
.privacy-dialog-prefix {
  background: var(--td-brand-color-light);
  border-radius: var(--td-radius-default);
  padding: 16px;
  line-height: 26px;
}
.privacy-dialog-generation {
  padding-bottom: 20px;
  line-height: 26px;
}
.privacy-dialog-generation-word {
  margin-top: 16px;
}
.privacy-dialog-generation-word + section {
  margin-top: 16px;
}
.privacy-dialog-generation textarea {
  resize: none;
}
.privacy-dialog hr {
  border-top: 1px solid var(--td-component-border);
  border-bottom: unset;
  margin-top: 24px;
  margin-bottom: 24px;
}
.privacy-dialog .ten-radio-group .ten-radio {
  display: block;
  margin-top: 14px;
}
.privacy-dialog .ten-radio-group .ten-radio + .ten-radio {
  margin-left: 0;
}
.privacy-dialog-section {
  margin-top: 24px;
}
.privacy-dialog-section > p:nth-child(1) {
  font-weight: bold;
}
.privacy-dialog-section textarea {
  margin-top: 8px;
}
.privacy-dialog-section table {
  margin-top: 8px;
  width: 100%;
  border-radius: var(--td-radius-default);
  border-collapse: collapse;
  border: 1px hidden var(--td-component-stroke);
  -webkit-box-shadow: 0 0 0 1px var(--td-component-stroke);
          box-shadow: 0 0 0 1px var(--td-component-stroke);
}
.privacy-dialog-section table tr {
  height: 40px;
}
.privacy-dialog-section table tr th:nth-child(1),
.privacy-dialog-section table tr td:nth-child(1) {
  text-align: center;
}
.privacy-dialog-section table th,
.privacy-dialog-section table td {
  border: 1px solid var(--td-component-stroke);
  padding: 7px 24px;
  text-align: left;
}
.privacy-dialog-section table th {
  color: var(--td-text-color-placeholder);
  font-weight: normal;
}
.privacy-dialog-section table th:nth-child(1) {
  width: 28px;
  white-space: nowrap;
}
.privacy-dialog-detected .privacy-dialog-section table th:nth-child(3),
.privacy-dialog-detected .privacy-dialog-section table td:nth-child(3) {
  width: 16px;
  border-left: none;
}
.privacy-dialog-detected .privacy-dialog-section table th:nth-child(2),
.privacy-dialog-detected .privacy-dialog-section table td:nth-child(2) {
  border-right: none;
}
.privacy-dialog-section .delete-time {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
}
.privacy-dialog-section .delete-time span {
  line-height: 40px;
}
.privacy-dialog-section .delete-time .coral-input__select {
  width: 64px;
  margin: 0 8px;
}
.privacy-dialog-userinfo .coral-input-wrap {
  display: inline-block;
}
.privacy-dialog-userinfo .input-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  line-height: 40px;
  margin-top: 8px;
  margin-bottom: 40px;
}
.privacy-dialog-userinfo .phone {
  margin-left: 40px;
}
.privacy-dialog__footer-check-preset-agreement {
  position: absolute !important;
  left: 24px;
  bottom: 16px;
}
.ua-mobile .privacy-dialog__footer-check-preset-agreement {
  position: static !important;
  margin-top: 10px;
}
.ua-mobile .privacy-dialog .t-dialog__footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}
.privacy-update-message button {
  background: none;
  color: var(--td-brand-color);
  margin-left: 5px;
}
.privacy-policy-check {
  margin-top: 40px;
}
.survey-mobile .privacy-policy-check {
  padding: 0 20px;
}
.survey-mobile .privacy-policy-check .coral-button {
  font-size: 16px;
}
.privacy-policy-check-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.privacy-policy-check-content .coral-checkbox {
  line-height: 1.5;
}
.privacy-policy-check-content-text {
  margin-left: 8px;
  line-height: 26px;
  font-size: 14px;
}
.privacy-policy-check button,
.privacy-policy-check a {
  border: none;
  margin-left: 0!important;
}
.privacy-policy-check-err {
  margin-top: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: var(--td-error-color);
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.privacy-policy-check-err .coral-icon-alert_fill {
  fill: var(--td-error-color);
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.privacy-policy-respondent {
  line-height: 26px;
}
.privacy-policy-respondent-header {
  text-align: center;
  font-weight: 500;
  font-size: 30px;
  line-height: 48px;
}
.privacy-policy-respondent-time {
  margin-top: 40px;
}
.privacy-policy-respondent section {
  margin-top: 24px;
}
.privacy-policy-respondent section > p:nth-child(1) {
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 8px;
}
@media screen and (max-width: 550px) {
  .privacy-policy-check-content .t-checkbox .t-checkbox__input {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 20px;
    height: 20px;
  }
  .privacy-policy-check-content .t-checkbox .t-checkbox__label {
    margin-left: 15px;
  }
  .privacy-policy-check-content .t-is-checked .t-checkbox__input::after {
    top: 8px;
    left: 4px;
    width: 6px;
    height: 12px;
  }
}

/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/image-gallery/image-gallery.less ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
.lg-backdrop {
  background: rgba(0, 0, 0, 0.8);
}

/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/v3__survey/common/SearchTrafficPrompt.less ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
.search-traffic-prompt {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.search-traffic-prompt .content {
  height: 86px;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-traffic-prompt .content .global-logo {
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
}
.search-traffic-prompt .content .t-button + .t-button {
  margin-left: 12px;
}
.survey-mobile.has-search-traffic-prompt .search-traffic-prompt .content {
  height: 60px;
  padding: 0 10px;
}
.survey-mobile.has-search-traffic-prompt .search-traffic-prompt .content .t-button + .t-button {
  margin-left: 5px;
}
.survey-mobile.has-search-traffic-prompt .question-list::before {
  display: block;
  content: '';
  height: 60px;
}

/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/enter-layout.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 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: constant(safe-area-inset-left);
  padding-left: env(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
  padding-right: env(safe-area-inset-right);
}
.page-background {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
  background-color: rgba(237, 240, 245, 0.6);
}
.page-background::before {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  right: -300px;
  top: -300px;
  background: radial-gradient(50% 50% at 50% 50%, #126bff 0, rgba(253, 216, 53, 0) 100%);
  opacity: 0.1;
}
.page-background::after {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  left: -300px;
  bottom: -300px;
  background: radial-gradient(50% 50% at 50% 50%, #126bff 0, rgba(18, 107, 255, 0) 100%);
  opacity: 0.1;
}
.page .page-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.page .page-content .layout-header .coral-header-logo {
  margin: 8px 0;
}
.page .page-content .layout-content-vertical {
  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-top: 32px;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/v3__survey/common/enter-verify/password/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.enter-verify-password-container {
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: var(--td-radius-default);
  max-width: 500px;
  width: calc(100% - 40px);
  margin: auto;
}
.enter-verify-password-head {
  padding: 16px 24px;
  border-bottom: 1px solid var(--td-border-level-1-color);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--td-text-color-placeholder);
}
.enter-verify-password-head .coral-icon {
  fill: currentColor;
  font-size: var(--td-font-size-body-large);
  margin-right: 8px;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.enter-verify-password-head .enter-verify-password-title {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.enter-verify-password-body {
  padding: 40px 40px 56px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.enter-verify-password-icon {
  width: 48px;
  height: 48px;
  font-size: 24px;
  margin-bottom: 16px;
  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;
  background-color: var(--td-brand-color-1);
  color: var(--td-brand-color-4);
  border-radius: 100%;
}
.enter-verify-password-icon .coral-icon {
  font-size: inherit;
  color: inherit;
  fill: currentColor;
}
.enter-verify-password-text {
  margin-bottom: 32px;
  font-size: var(--td-font-size-title-large);
  font-weight: 600;
  text-align: center;
}
.enter-verify-password-button {
  margin-top: 24px;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/v3__survey/common/enter-verify/identity/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.enter-verify-identity-container {
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: var(--td-radius-default);
  max-width: 500px;
  width: calc(100% - 40px);
  margin: auto;
}
.enter-verify-identity-head {
  padding: 16px 24px;
  border-bottom: 1px solid var(--td-border-level-1-color);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--td-text-color-placeholder);
}
.enter-verify-identity-head .coral-icon {
  fill: currentColor;
  font-size: var(--td-font-size-body-large);
  margin-right: 8px;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.enter-verify-identity-head .enter-verify-identity-title {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.enter-verify-identity-body {
  padding: 40px 40px 56px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.enter-verify-identity-icon {
  width: 48px;
  height: 48px;
  font-size: 24px;
  margin-bottom: 16px;
  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;
  background-color: var(--td-brand-color-1);
  color: var(--td-brand-color-4);
  border-radius: 100%;
}
.enter-verify-identity-icon .coral-icon {
  font-size: inherit;
  color: inherit;
  fill: currentColor;
}
.enter-verify-identity-text {
  margin-bottom: 32px;
  font-size: var(--td-font-size-title-large);
  font-weight: 600;
  text-align: center;
}
.enter-verify-identity-button {
  margin-top: 24px;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/v3__survey/common/WxTpQrcode/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.survey-wx-tp-qrcode {
  width: 100%;
  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;
}
.survey-wx-tp-qrcode-title {
  margin-top: 10vh;
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.survey-wx-tp-qrcode-title img {
  width: 40px;
  height: 40px;
  margin: 0 12px;
}
.survey-wx-tp-qrcode-major {
  display: block;
  line-height: 36px;
  color: #06C963;
  font-size: 24px;
  margin-right: 12px;
}
.survey-wx-tp-qrcode-content {
  margin-top: 36px;
  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;
  width: 482px;
  height: 381px;
  max-width: 80vw;
  border-radius: 9px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.1);
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.survey-wx-tp-qrcode-qrcode {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 240px;
  height: 240px;
  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;
  border-radius: 13.5px;
  border: 1.5px dashed #DCDCDC;
  background-color: #fff;
}
.survey-wx-tp-qrcode-qrcode img {
  display: block;
  width: 208px;
  height: 208px;
}
.survey-wx-tp-qrcode-tips {
  display: none;
}
.survey-wx-tp-qrcode .copyright {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 980px) {
  .survey-wx-tp-qrcode-title {
    font-size: 16px;
    line-height: 24px;
  }
  .survey-wx-tp-qrcode-title img {
    width: 26px;
    height: 26px;
    margin: 0 8px;
  }
  .survey-wx-tp-qrcode-major {
    line-height: 24px;
    font-size: 16px;
    margin-right: 8px;
  }
  .survey-wx-tp-qrcode-content {
    margin-top: 24px;
    width: 295px;
    height: 254px;
  }
  .survey-wx-tp-qrcode-qrcode {
    width: 160px;
    height: 160px;
  }
  .survey-wx-tp-qrcode-qrcode img {
    display: block;
    width: 135px;
    height: 135px;
  }
  .survey-wx-tp-qrcode-tips {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    color: #999999;
  }
  .survey-wx-tp-qrcode-copylink {
    margin-top: 24px;
    font-weight: bold;
  }
}


/*# sourceMappingURL=68445.a8e2401b.css.map*/