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

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

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

/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/components/Enterprise/IntroductionList/index.less ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
/** pc端 **/
@media (min-width: 981px) {
  .is-mobile {
    display: none !important;
  }
  .introduction-wrap {
    max-width: 1152px;
    width: 100%;
    margin: 0 auto;
  }
  .introduction-wrap .icon-arrow {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAAKlBMVEUAAAAjeP8mev8lef8keP8kef8le/8jef8kef8jeP8le/8kef8mev8jeP/bNxj5AAAADXRSTlMA9kNu48k68+raZmNJGTz4SQAAAEhJREFUKM9joCZgC01AFeC8K4QqwHH3ogKKAPdddCW26EqYqankyF1ksICBwRdFoABDAEMLXnsR1lKuABFAeIMQEciY0UA5AACwIlMDm9WN3gAAAABJRU5ErkJggg==);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .introduction-wrap .introduction-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 120px;
    overflow: visible;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    max-width: 1152px;
    padding: 0 32px;
    width: 100%;
  }
  .introduction-wrap .introduction-content.introduction-content-ltr:nth-of-type(2n + 1),
  .introduction-wrap .introduction-content.introduction-content-rtl:nth-of-type(2n) {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .introduction-wrap .introduction-content.introduction-content-ltr:nth-of-type(2n + 1) .text,
  .introduction-wrap .introduction-content.introduction-content-rtl:nth-of-type(2n) .text {
    -webkit-flex: 1 1;
        -ms-flex: 1 1;
            flex: 1 1;
  }
  .introduction-wrap .introduction-content.introduction-content-ltr:nth-of-type(2n + 1) .text-description,
  .introduction-wrap .introduction-content.introduction-content-rtl:nth-of-type(2n) .text-description {
    width: 90%;
  }
  .introduction-wrap .introduction-content.introduction-content-ltr:nth-of-type(2n),
  .introduction-wrap .introduction-content.introduction-content-rtl:nth-of-type(2n + 1) {
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .introduction-wrap .introduction-content.introduction-content-ltr:nth-of-type(2n) .text,
  .introduction-wrap .introduction-content.introduction-content-rtl:nth-of-type(2n + 1) .text {
    margin-left: 134px;
  }
  .introduction-wrap .introduction-content .picture {
    position: relative;
    max-width: 560px;
  }
  .introduction-wrap .introduction-content .picture .picture-main {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .introduction-wrap .introduction-content .picture .picture-aid {
    position: absolute;
    z-index: 1;
    overflow: hidden;
  }
  .introduction-wrap .introduction-content .picture .picture-aid div {
    width: 100%;
    height: 100%;
    border-radius: 4px;
  }
  .introduction-wrap .introduction-content .picture .picture-aid img {
    width: 100%;
    height: 100%;
  }
  .introduction-wrap .introduction-content .text {
    position: relative;
    z-index: 3;
    -webkit-flex: 1 1;
        -ms-flex: 1 1;
            flex: 1 1;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
  .introduction-wrap .introduction-content .text h3 {
    font-size: 36px;
    line-height: 52px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.9);
  }
  .introduction-wrap .introduction-content .text-description {
    display: block;
    margin-top: 40px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.9);
  }
  .introduction-wrap .introduction-content .text a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
  }
  .introduction-wrap .introduction-content .text a.no-span {
    margin-top: 60px;
  }
  .introduction-wrap .introduction-content + .introduction {
    margin-top: 160px;
  }
}
@media (min-width: 981px) and (min-width: 1252px) {
  .introduction-wrap .introduction-content .picture {
    width: 50%;
  }
}
@media (min-width: 981px) and (min-width: 981px) and (max-width: 1251px) {
  .introduction-wrap .introduction-content .picture {
    width: 40%;
  }
}
/** 移动端 **/
@media (max-width: 980px) {
  .is-pc {
    display: none !important;
  }
  .introduction-wrap {
    width: 100%;
  }
  .introduction-wrap .introduction-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 64px;
  }
  .introduction-wrap .introduction-content .picture {
    position: relative;
    width: 280px;
    height: 200px;
    margin-top: 32px;
  }
  .introduction-wrap .introduction-content .picture .picture-main {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .introduction-wrap .introduction-content .picture .picture-aid {
    position: absolute;
    z-index: 1;
    overflow: hidden;
  }
  .introduction-wrap .introduction-content .picture .picture-aid div {
    width: 100%;
    height: 100%;
    border-radius: 4px;
  }
  .introduction-wrap .introduction-content .picture .picture-aid img {
    width: 100%;
    height: 100%;
  }
  .introduction-wrap .introduction-content .text {
    -webkit-flex: 1 1;
        -ms-flex: 1 1;
            flex: 1 1;
    text-align: center;
    position: relative;
    z-index: 3;
  }
  .introduction-wrap .introduction-content .text h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.9);
    height: 72px;
  }
  .introduction-wrap .introduction-content .text span {
    display: block;
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.9);
  }
  .introduction-wrap .introduction-content .is-mobile {
    margin-top: 24px;
    position: relative;
    z-index: 3;
  }
}

/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/wecom/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.wecom-install-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/** pc端 **/
@media (min-width: 981px) {
  .is-mobile {
    display: none !important;
  }
  body {
    min-width: 980px;
  }
  * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page-wecom-enterprise {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    background-color: #ffffff;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-wecom-enterprise .content {
    overflow: hidden;
  }
  .page-wecom-enterprise .content .content-bannar {
    height: 560px;
    position: relative;
    overflow: hidden;
    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;
  }
  .page-wecom-enterprise .content .content-bannar .banner-background {
    position: absolute;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    top: 0;
    left: 0;
  }
  .page-wecom-enterprise .content .content-bannar .banner-background img {
    min-width: 1680px;
    width: 100%;
  }
  .page-wecom-enterprise .content .content-bannar .banner-background .banner-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(278.58%, rgba(255, 255, 255, 0.23)));
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.23) 278.58%);
    z-index: 2;
  }
  .page-wecom-enterprise .content .content-bannar .banner-shadow-footer {
    position: absolute;
    width: 100%;
    height: 120px;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), color-stop(0%, rgba(255, 255, 255, 0.0001)), to(#FFFFFF));
    background: linear-gradient(180deg, #EEEEEE 0%, rgba(255, 255, 255, 0.0001) 0%, #FFFFFF 100%);
    z-index: 3;
  }
  .page-wecom-enterprise .content .content-bannar .content-bannar-wrap {
    position: relative;
    z-index: 2;
  }
  .page-wecom-enterprise .content .content-bannar .content-bannar-wrap .logo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-wecom-enterprise .content .content-bannar .content-bannar-wrap .title {
    margin: 48px 0;
    font-size: 48px;
    line-height: 48px;
    color: #333333;
    opacity: 0.8;
  }
  .page-wecom-enterprise .content .content-bannar .content-bannar-wrap .wecom-btn-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 48px;
  }
  .page-wecom-enterprise .content .content-bannar .content-bannar-wrap .t-button {
    width: 192px;
    height: 48px;
  }
  .page-wecom-enterprise .content .content-bannar .content-bannar-wrap .t-button + .t-button {
    margin-left: 16px;
  }
  .page-wecom-enterprise .content .content-sub-header {
    text-align: center;
    margin-top: 120px;
  }
  .page-wecom-enterprise .content .content-sub-header h3 {
    font-size: 40px;
    line-height: 40px;
    color: #333333;
    opacity: 0.8;
  }
  .page-wecom-enterprise .content .enterprise-feature {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1152px;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin: auto;
    margin-top: 64px;
  }
  .page-wecom-enterprise .content .enterprise-feature-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-wecom-enterprise .content .enterprise-feature-item p {
    font-size: 20px;
    line-height: 20px;
    margin-top: 24px;
  }
  .page-wecom-enterprise .footer {
    width: 100%;
    overflow: hidden;
    height: 390px;
    position: relative;
    margin-top: 120px;
  }
  .page-wecom-enterprise .footer .footer-background {
    position: absolute;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    top: 0;
    left: 0;
  }
  .page-wecom-enterprise .footer .footer-background img {
    min-width: 1680px;
    width: 100%;
  }
  .page-wecom-enterprise .footer .footer-background .footer-shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #4B4F5F;
    z-index: 2;
    opacity: 0.84;
  }
  .page-wecom-enterprise .footer .content-footer-wrap {
    position: relative;
    z-index: 2;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-wecom-enterprise .footer .content-footer-wrap .wecom-btn-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 1;
        -ms-flex: 1 1;
            flex: 1 1;
    max-width: 1152px;
    width: 100%;
    margin: auto;
  }
  .page-wecom-enterprise .footer .content-footer-wrap .wecom-btn-group .wecom-btn-wrap {
    -webkit-flex: 1 1;
        -ms-flex: 1 1;
            flex: 1 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-wecom-enterprise .footer .content-footer-wrap .wecom-btn-group .wecom-btn-wrap .title {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    margin-top: 20px;
  }
  .page-wecom-enterprise .footer .content-footer-wrap .wecom-btn-group .wecom-btn-wrap .t-button {
    height: 48px;
    margin-top: 32px;
  }
  .page-wecom-enterprise .footer .footer-copyright {
    position: static;
    padding-top: 0;
  }
}
/** 移动端 **/
@media (max-width: 980px) {
  .is-pc {
    display: none !important;
  }
  .page-wecom-enterprise {
    background-color: #ffffff;
  }
  .page-wecom-enterprise .content {
    background-color: #fff;
  }
  .page-wecom-enterprise .content .content-bannar .banner-background {
    position: relative;
    height: 280px;
    overflow: hidden;
    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;
  }
  .page-wecom-enterprise .content .content-bannar .banner-background img {
    width: 100%;
    min-width: 375px;
  }
  .page-wecom-enterprise .content .content-bannar .banner-background .banner-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(278.58%, rgba(255, 255, 255, 0.23)));
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.23) 278.58%);
    z-index: 2;
  }
  .page-wecom-enterprise .content .content-bannar .banner-background .banner-shadow-footer {
    position: absolute;
    width: 100%;
    height: 120px;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), color-stop(0%, rgba(255, 255, 255, 0.0001)), to(#FFFFFF));
    background: linear-gradient(180deg, #EEEEEE 0%, rgba(255, 255, 255, 0.0001) 0%, #FFFFFF 100%);
    z-index: 3;
  }
  .page-wecom-enterprise .content .content-bannar .content-bannar-wrap .logo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-wecom-enterprise .content .content-bannar .content-bannar-wrap .logo svg {
    -webkit-transform: scale(0.68181818);
        -ms-transform: scale(0.68181818);
            transform: scale(0.68181818);
  }
  .page-wecom-enterprise .content .content-bannar .content-bannar-wrap .title {
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    line-height: 50px;
    margin-top: 30px;
    color: #333;
  }
  .page-wecom-enterprise .content .content-bannar .content-bannar-wrap .wecom-btn-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-wecom-enterprise .content .content-bannar .content-bannar-wrap .wecom-btn-group .t-button {
    width: 192px;
    height: 48px;
  }
  .page-wecom-enterprise .content .content-bannar .content-bannar-wrap .wecom-btn-group .wecom-register-btn {
    margin-top: 20px;
    margin-left: 0;
  }
  .page-wecom-enterprise .content .content-sub-header {
    margin-top: 60px;
  }
  .page-wecom-enterprise .content .content-sub-header h3 {
    font-size: 24px;
    text-align: center;
    line-height: 36px;
    color: #000;
    opacity: 0.8;
  }
  .page-wecom-enterprise .content .enterprise-feature {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0 45px;
    margin-top: 12px;
  }
  .page-wecom-enterprise .content .enterprise-feature .enterprise-feature-item {
    width: 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;
    margin-top: 40px;
  }
  .page-wecom-enterprise .content .enterprise-feature .enterprise-feature-item svg {
    zoom: 1.25;
  }
  .page-wecom-enterprise .content .enterprise-feature .enterprise-feature-item p {
    font-size: 18px;
    line-height: 18px;
    margin-top: 16px;
  }
  .page-wecom-enterprise .content .introduction-wrap .introduction-content .text h3 {
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
  }
  .page-wecom-enterprise .footer {
    margin-top: 75px;
    height: 480px;
    position: relative;
    overflow: hidden;
  }
  .page-wecom-enterprise .footer .footer-background {
    position: absolute;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    top: 0;
    left: 0;
  }
  .page-wecom-enterprise .footer .footer-background img {
    min-width: 420px;
  }
  .page-wecom-enterprise .footer .footer-background .footer-shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #4B4F5F;
    z-index: 2;
    opacity: 0.84;
  }
  .page-wecom-enterprise .footer .content-footer-wrap {
    position: relative;
    z-index: 2;
    height: 100%;
    overflow: hidden;
  }
  .page-wecom-enterprise .footer .content-footer-wrap .wecom-btn-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
  .page-wecom-enterprise .footer .content-footer-wrap .wecom-btn-group .wecom-btn-wrap {
    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;
    margin-top: 30px;
  }
  .page-wecom-enterprise .footer .content-footer-wrap .wecom-btn-group .wecom-btn-wrap .title {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    font-weight: 500;
    text-align: center;
  }
  .page-wecom-enterprise .footer .content-footer-wrap .wecom-btn-group .wecom-btn-wrap .t-button {
    width: 192px;
    height: 48px;
    margin-top: 20px;
  }
  .page-wecom-enterprise .footer .footer-copyright {
    position: absolute;
    bottom: 0;
    padding: 24px 60px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) and (min-width: 0px) {
  #header,
  .site-header,
  .site-header .header-inner {
    height: 80px;
  }
  #header .nav-btn {
    display: block;
  }
}


/*# sourceMappingURL=wecom.19de98b9.css.map*/