/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/promoteDialog/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
.promote-dialog-wrap .t-dialog {
  position: relative;
  overflow: visible;
  width: 640px;
  height: 480px;
  border: none;
  background: transparent;
}
.promote-dialog-wrap .t-dialog__header {
  position: absolute;
  z-index: 1;
  top: 12px;
  right: 12px;
}
.promote-dialog-wrap .t-dialog__header .t-dialog__close {
  width: 24px;
  height: 24px;
}
.promote-dialog-wrap .t-dialog__body {
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 640px;
  height: 480px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}
.promote-dialog-wrap.hide {
  display: none;
}
.promote-dialog-wrap--view {
  -webkit-transform: translate(-50%, 50%) scale(1);
      -ms-transform: translate(-50%, 50%) scale(1);
          transform: translate(-50%, 50%) scale(1);
  border-radius: 20px;
  position: fixed;
  bottom: 50%;
  left: 50%;
  width: 600px;
  z-index: 1001;
  overflow: hidden;
  display: none;
}
.promote-dialog-wrap--view.show {
  -webkit-animation: anmt-dialog 300ms ease-in-out forwards;
          animation: anmt-dialog 300ms ease-in-out forwards;
  display: block;
}
.promote-dialog-wrap--view__page__link {
  display: block;
}
.promote-dialog-wrap--view__page__pic {
  border-radius: 6px;
  width: 100%;
}
.promote-dialog-wrap--view .dialog-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 1;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
}
.promote-dialog-text-dialog-wrap a {
  text-decoration: none;
}
@-webkit-keyframes anmt-dialog {
  0% {
    -webkit-transform: translate(-50%, 50%) scale(0);
            transform: translate(-50%, 50%) scale(0);
  }
  100% {
    -webkit-transform: translate(-50%, 50%) scale(1);
            transform: translate(-50%, 50%) scale(1);
  }
}
@keyframes anmt-dialog {
  0% {
    -webkit-transform: translate(-50%, 50%) scale(0);
            transform: translate(-50%, 50%) scale(0);
  }
  100% {
    -webkit-transform: translate(-50%, 50%) scale(1);
            transform: translate(-50%, 50%) scale(1);
  }
}
@-webkit-keyframes anmt-dialog2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes anmt-dialog2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(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/scenes/index/components/banner/banner.less ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/

/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/style/common.less ***!
  \************************************************************************************************************************************************************************************************************************************************************/
.ai-common--border {
  color: #027BF4;
  border-width: 1px;
  border-radius: 6px;
  font-weight: bold;
  letter-spacing: 1px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#66a1ff), to(#66cda2)), -webkit-gradient(linear, left top, right top, from(#66a1ff), to(#66cda2)) #fff;
  background: linear-gradient(to right, #66a1ff, #66cda2), linear-gradient(to right, #66a1ff, #66cda2) #fff;
  background-position: 6px 0, 6px 100%;
  background-repeat: no-repeat;
  background-size: calc(100% - 6px - 6px) 1px;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(224, 229, 236, 0.4);
          box-shadow: 0px 3px 8px 0px rgba(224, 229, 236, 0.4);
  border: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.ai-common--border .t-ripple {
  opacity: 0.1;
}
.ai-common--border:hover {
  background-color: #fff;
}
.ai-common--border:before,
.ai-common--border:after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  top: 0;
  bottom: 0;
  -webkit-transition: border-color 0.1s;
  transition: border-color 0.1s;
}
.ai-common--border .t-button__text {
  background-image: -webkit-gradient(linear, left top, right top, from(#027BF4), color-stop(65%), to(#00a0ba));
  background-image: linear-gradient(0.25turn, #027BF4, 65%, #00a0ba);
  -webkit-background-clip: text;
  color: transparent;
}
.ai-common--border:before {
  left: 0px;
  border: 1px solid #66a1ff;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-right-color: transparent;
}
.ai-common--border:after {
  right: 0px;
  border: 1px solid #66cda2;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-left-color: transparent;
}
.ai-common--border.ai-common--border-hover:hover {
  background: -webkit-gradient(linear, left top, right top, from(#b2d0ff), to(#b2e6d0)), -webkit-gradient(linear, left top, right top, from(#b2d0ff), to(#b2e6d0)) #fff;
  background: linear-gradient(to right, #b2d0ff, #b2e6d0), linear-gradient(to right, #b2d0ff, #b2e6d0) #fff;
  background-position: 6px 0, 6px 100%;
  background-repeat: no-repeat;
  background-size: calc(100% - 6px - 6px) 1px;
}
.ai-common--border.ai-common--border-hover:hover:before {
  border-color: #b2d0ff;
  border-right-color: transparent;
}
.ai-common--border.ai-common--border-hover:hover:after {
  border-color: #b2e6d0;
  border-left-color: transparent;
}
.ai-common--border.t-button {
  color: #027BF4;
  border-width: 1px;
  border-radius: 6px;
  font-weight: bold;
  letter-spacing: 1px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#66a1ff), to(#66cda2)), -webkit-gradient(linear, left top, right top, from(#66a1ff), to(#66cda2)) #fff;
  background: linear-gradient(to right, #66a1ff, #66cda2), linear-gradient(to right, #66a1ff, #66cda2) #fff;
  background-position: 6px 0, 6px 100%;
  background-repeat: no-repeat;
  background-size: calc(100% - 6px - 6px) 1px;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(224, 229, 236, 0.4);
          box-shadow: 0px 3px 8px 0px rgba(224, 229, 236, 0.4);
  border: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.ai-common--border.t-button .t-ripple {
  opacity: 0.1;
}
.ai-common--border.t-button:hover {
  background-color: #fff;
}
.ai-common--border.t-button:before,
.ai-common--border.t-button:after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  top: 0;
  bottom: 0;
  -webkit-transition: border-color 0.1s;
  transition: border-color 0.1s;
}
.ai-common--border.t-button .t-button__text {
  background-image: -webkit-gradient(linear, left top, right top, from(#027BF4), color-stop(65%), to(#00a0ba));
  background-image: linear-gradient(0.25turn, #027BF4, 65%, #00a0ba);
  -webkit-background-clip: text;
  color: transparent;
}
.ai-common--border.t-button:before {
  left: 0px;
  border: 1px solid #66a1ff;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-right-color: transparent;
}
.ai-common--border.t-button:after {
  right: 0px;
  border: 1px solid #66cda2;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-left-color: transparent;
}
.ai-common--border.t-button.ai-common--border-hover:hover {
  background: -webkit-gradient(linear, left top, right top, from(#b2d0ff), to(#b2e6d0)), -webkit-gradient(linear, left top, right top, from(#b2d0ff), to(#b2e6d0)) #fff;
  background: linear-gradient(to right, #b2d0ff, #b2e6d0), linear-gradient(to right, #b2d0ff, #b2e6d0) #fff;
  background-position: 6px 0, 6px 100%;
  background-repeat: no-repeat;
  background-size: calc(100% - 6px - 6px) 1px;
}
.ai-common--border.t-button.ai-common--border-hover:hover:before {
  border-color: #b2d0ff;
  border-right-color: transparent;
}
.ai-common--border.t-button.ai-common--border-hover:hover:after {
  border-color: #b2e6d0;
  border-left-color: transparent;
}
.ai-common--linear-text {
  background-image: -webkit-gradient(linear, left top, right top, from(#027BF4), color-stop(65%), to(#00a0ba));
  background-image: linear-gradient(0.25turn, #027BF4, 65%, #00a0ba);
  -webkit-background-clip: text;
  color: transparent;
}
.ai-common--border-padding {
  background: #fff;
  border-radius: inherit;
}
.ai-common--border-radius-6 {
  border-radius: 6px;
}

/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scenes/index/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;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
#header .global-header .site-header .header-inner {
  max-width: 100%;
}
#header .global-header-transparent .site-header {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#header .global-header-transparent .site-header .user-btnmake {
  background-color: #ffffff;
  color: #1F6FFF;
}
#header .global-header-transparent .site-header:after {
  border: 0;
}
#header .global-header-transparent .site-header .nav-item.active::after,
#header .global-header-transparent .site-header .nav-item:hover::after {
  border-color: transparent;
}
html .page_index .wrapper {
  max-width: 1200px;
}
html .index_banner {
  background: rgba(0, 82, 217, 0.01);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.ttq-title-img {
  margin-top: 30px;
  margin-bottom: 15px;
}
#get_enterprise_btn {
  float: right;
  height: 48px;
  line-height: 48px;
  padding: 0 41px;
  background-color: #0f6bff;
  color: #fff;
  border: 1px solid #0f6bff;
  margin-left: 10px;
}
#get_enterprise_btn:hover {
  background-color: #297bff;
  border: 1px solid #297bff;
}
.fnt-tct {
  font-weight: normal;
  font-style: normal;
}

/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scenes/index/index.less ***!
  \****************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
/* size */
/* color */
.cont-container {
  max-width: 1138px;
  margin: 0 auto;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #1F6FFF;
  text-decoration: none;
}
.clr_red {
  color: #EC584F;
}
.clr_blue {
  color: #1F6FFF;
}
.g_wrapper .g_footer,
.g_wrapper .g_container:after {
  height: 0;
}
.pd_l48 {
  padding-left: 48px;
}
.coral-header.coral-header--transparent-all .user-login {
  color: #ffffff;
}
.coral-header.coral-header--transparent-all .user-login:hover {
  color: #ffffff;
}
.page_index {
  overflow: hidden;
}
.page_index:after {
  content: ' ';
  display: block;
  height: calc(constant(safe-area-inset-bottom) - 20px);
  height: calc(env(safe-area-inset-bottom) - 20px);
}
.page_index .g-mask {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 67;
  display: none;
}
.page_index .g-mask.show {
  display: block;
}
.page_index .header_bg_wrap {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 999;
  height: 60px;
  overflow: hidden;
}
.page_index #container {
  margin-top: 0;
}
.page_index .wrapper {
  max-width: 1040px;
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page_index .mainbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  background-color: #ffffff;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page_index .infobox {
  padding-top: 80px;
  text-align: center;
}
.page_index .infobox.special {
  padding-top: 138px;
  color: #ffffff;
}
.page_index .infobox.special .cont_title {
  color: #ffffff;
}
.page_index .infobox.special .cont_info {
  color: #ffffff;
  padding-top: 36px;
}
.page_index .infobox .cont_title {
  font-style: normal;
  font-size: 42px;
  font-weight: normal;
  line-height: 50px;
  display: block;
  color: #000000;
  margin: 0 auto;
}
.page_index .infobox .cont_title_mobile,
.page_index .infobox .cont_info_mobile,
.page_index .infobox .usage_title_mobile {
  display: none;
}
.page_index .infobox .cont_info {
  color: #000000;
  font-size: 20px;
  line-height: 28px;
  display: block;
  margin: 24px auto 4px auto;
  max-width: 630px;
  opacity: 0.8;
}
.page_index .infobox .article_title {
  color: #000;
  font-weight: 500;
  font-size: 42px;
  line-height: 50px;
  margin: 0 auto;
}
.page_index .index_banner {
  background-color: transparent;
  background-image: url(../statics/bannerbg.adea3e54.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  height: 866px;
}
.page_index .index_banner .index_banner_l {
  padding: 112px 0 40px;
  margin: 0 auto;
}
.page_index .index_banner .index_banner_l .ai-gen-loading {
  display: inline-block;
  vertical-align: -5px;
  margin-right: 12px;
  height: 40px;
  width: 40px;
}
.page_index .index_banner .index_banner_l .img-edit {
  width: 80px;
  height: 40px;
  -webkit-box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  display: block;
  margin-bottom: 24px;
}
.page_index .index_banner .index_banner_l .tagline {
  display: block;
  min-height: 48px;
  font-size: 48px;
  line-height: 48px;
  font-style: normal;
  color: #ffffff;
  text-align: center;
}
.page_index .index_banner .index_banner_l .tagline b {
  position: relative;
  font-weight: normal;
  font-size: 44px;
  line-height: 44px;
}
@-webkit-keyframes blink-caret1 {
  100% {
    background-color: transparent;
  }
}
@keyframes blink-caret1 {
  100% {
    background-color: transparent;
  }
}
@-webkit-keyframes blink-caret2 {
  50% {
    background-color: transparent;
  }
}
@keyframes blink-caret2 {
  50% {
    background-color: transparent;
  }
}
.page_index .index_banner .index_banner_l .index_banner_desc {
  color: #ffffff;
  font-size: 18px;
  line-height: 18px;
  padding: 20px 0 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
}
.page_index .index_banner .index_banner_l .index_banner_desc_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page_index .index_banner .index_banner_l .index_banner_btnbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.page_index .index_banner .index_banner_l .index_banner_btnbox:not(:has(.index_banner_btnbox_btn2)) {
  grid-template-columns: repeat(1, 1fr);
}
.page_index .index_banner .index_banner_l .index_banner_btnbox a {
  display: inline-block;
  padding: 0 16px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 46px;
  font-weight: 500;
}
.page_index .index_banner .index_banner_l .index_banner_btnbox a.index_banner_btnbox_btn1 {
  background: #FFFFFF;
  border: #ffffff 1px solid;
  color: #1F6FFF;
  position: relative;
}
.page_index .index_banner .index_banner_l .index_banner_btnbox a.index_banner_btnbox_btn1:hover:before {
  content: '';
  position: absolute;
  background: rgba(35, 120, 255, 0.1);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 8px;
}
.page_index .index_banner .index_banner_l .index_banner_btnbox a.index_banner_btnbox_btn2 {
  background: rgba(35, 120, 255, 0.1);
  border: 1px solid #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: #ffffff;
  position: relative;
}
.page_index .index_banner .index_banner_l .index_banner_btnbox a.index_banner_btnbox_btn2:hover:before {
  content: '';
  position: absolute;
  background: rgba(35, 120, 255, 0.1);
  border-radius: 8px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.page_index .index_banner .index_banner_r {
  position: relative;
  height: 492px;
  width: 864px;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.5px solid rgba(255, 255, 255, 0.2);
}
.page_index .index_banner .index_banner_r img {
  width: 648px;
  height: 520px;
  position: absolute;
  left: 0;
  bottom: -170px;
}
.page_index .index_banner .index_banner_r--video {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 8px;
}
.page_index .index_banner .index_banner_r video {
  width: 100%;
}
.page_index .get_started .wrapper {
  padding-top: 63px;
  padding-bottom: 67px;
  overflow: hidden;
}
.page_index .get_started .stat {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-align: center;
  display: block;
}
.page_index .get_started .stat .usernum {
  color: #1F6FFF;
  font-size: 32px;
  line-height: 50px;
  margin: 0 8px;
}
.page_index .get_started .stat-mobile {
  display: none;
}
.page_index .enter_scene {
  position: relative;
}
.page_index .enter_scene .blue-mask1 {
  width: 25%;
  height: 35%;
  background: rgba(35, 120, 255, 0.2);
  -webkit-filter: blur(60px);
          filter: blur(60px);
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 1;
}
.page_index .enter_scene .blue-mask2 {
  width: 25%;
  height: 35%;
  background: rgba(35, 120, 255, 0.2);
  -webkit-filter: blur(60px);
          filter: blur(60px);
  position: absolute;
  bottom: 30px;
  right: 0;
  z-index: 1;
}
.page_index .enter_scene .enter_scenebox {
  background: rgba(237, 240, 245, 0.6);
  position: relative;
  z-index: 2;
}
.page_index .enter_scene .card-flexbox {
  display: block;
}
.page_index .enter_scene .card-flexbox-mobile {
  display: none;
}
.page_index .enter_scene .card-item {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 10px rgba(230, 233, 241, 0.5);
          box-shadow: 0px 10px 10px rgba(230, 233, 241, 0.5);
  border-radius: 20px;
  margin-right: 24px;
  padding: 40px 30px;
}
.page_index .enter_scene .card-item:last-child {
  margin-right: 0;
}
.page_index .enter_scene .card-item h3 {
  font-size: 24px;
  line-height: 20px;
  padding: 24px 0 16px;
  color: #000000;
}
.page_index .enter_scene .card-item p {
  font-size: 16px;
  color: #666666;
}
.page_index .enter_scene .card-item img {
  height: 60px;
}
.page_index .enter_scene .card-item .card-datalist {
  border-top: 1px #E5E5E5 solid;
  margin-top: 24px;
  padding: 24px 0 32px;
  font-size: 16px;
  line-height: 16px;
}
.page_index .enter_scene .card-item .card-datalist li {
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page_index .enter_scene .card-item .card-datalist li:not(:last-child) {
  padding-bottom: 20px;
}
.page_index .enter_scene .card-item .a-lookdetail {
  background: rgba(35, 120, 255, 0.1);
  border-radius: 8px;
  color: #1F6FFF;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  padding: 9px 16px;
  display: inline-block;
  border: none;
  outline: none;
}
.page_index .enter_scene .card-item .a-lookdetail:hover {
  background: rgba(35, 120, 255, 0.18);
}
.page_index .step_tabwrapper {
  height: 160px;
  overflow: hidden;
}
.page_index .step_tabbox {
  height: 80px;
  background: #ffffff;
  padding: 21px 0 59px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
}
.page_index .step_tabbox #tabtitle {
  margin: 0 auto;
}
.page_index .step_tabbox.stepfix {
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  z-index: 3;
  height: 80px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-transition: 0.5s top ease;
  transition: 0.5s top ease;
}
.page_index .step_tabbox.hideUp {
  top: 0!important;
}
.page_index .step_tab {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 19px 0;
  gap: 8px;
}
.page_index .step_tab li {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  display: block;
  font-size: 16px;
  line-height: 14px;
  text-align: center;
  padding: 13px 22px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 10px rgba(230, 233, 241, 0.5);
          box-shadow: 0px 10px 10px rgba(230, 233, 241, 0.5);
  border: 1px solid #E5E5E5;
  cursor: pointer;
}
.page_index .step_tab li a {
  color: #666666;
  font-weight: 400;
}
.page_index .step_tab li:hover {
  background: rgba(247, 252, 255, 0.6);
  border: 1px solid rgba(215, 229, 240, 0.6);
}
.page_index .step_tab li.active {
  background: #2378FF;
  border: 1px solid #2378FF;
  font-weight: 600;
}
.page_index .step_tab li.active a {
  color: #ffffff;
  font-weight: 600;
}
.page_index .step_cont {
  position: relative;
  overflow: hidden;
}
.page_index .step_cont .site-page-funcIntro-title {
  font-size: 36px;
  line-height: calc(100% + 8px);
}
@media (max-width: 980px) {
  .page_index .step_cont .site-page-funcIntro-title {
    white-space: nowrap;
  }
}
.page_index .step_cont .tab-title-item-header {
  position: relative;
  margin-bottom: 34px;
}
.page_index .step_cont .tab-title-item-header-icon {
  width: 64px;
  height: 64px;
  position: relative;
}
.page_index .step_cont .tab-title-item-header-icon img {
  width: 124px;
  -webkit-transform: translateX(-25%) translateY(-20px);
      -ms-transform: translateX(-25%) translateY(-20px);
          transform: translateX(-25%) translateY(-20px);
}
.page_index .step_cont .tab-title-item-header-index {
  font-size: 100px;
  line-height: 58px;
  position: absolute;
  top: 12px;
  left: 0;
}
.page_index .step_cont .tab-title-item-header-content {
  margin-top: 24px;
  padding-left: 62px;
  position: relative;
}
.page_index .step_cont .tab-title-item-header-title,
.page_index .step_cont .tab-title-item-header-subtitle {
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
}
.page_index .step_cont .step_contone,
.page_index .step_cont .step_conttwo,
.page_index .step_cont .step_contthree,
.page_index .step_cont .step_contfour {
  width: 100%;
  height: 740px;
  min-width: 1138px;
  position: relative;
  margin: 0 auto;
}
.page_index .step_cont .step_contonebg,
.page_index .step_cont .step_conttwobg,
.page_index .step_cont .step_contthreebg,
.page_index .step_cont .step_contfourbg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.page_index .step_cont .step_contone {
  background: #F4F6F9;
  position: relative;
}
.page_index .step_cont .step_contone:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 740px;
  background: #F4F6F9;
  z-index: 1;
}
.page_index .step_cont .step_contone:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 740px;
  background: #e3f0fa;
  z-index: 1;
}
.page_index .step_cont .step_contone .step_contonebg {
  width: 1440px;
  height: 740px;
  position: relative;
}
.page_index .step_cont .step_contone .step_contonebg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../statics/step1bg.8c235149.png);
  background-position: 0px 5px;
  background-size: contain;
  z-index: 1;
}
.page_index .step_cont .step_conttwo {
  background: #ffffff;
  position: relative;
}
.page_index .step_cont .step_conttwo .img-title {
  width: 271px;
  height: 174px;
  margin-top: 164px;
  margin-bottom: 34px;
}
.page_index .step_cont .step_conttwo .step_conttwobg {
  width: 1440px;
  height: 740px;
  position: relative;
}
.page_index .step_cont .step_conttwo .step_conttwobg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url(../statics/step2bg.7037dc6a.png);
  background-position: 0 8px;
  background-size: contain;
}
.page_index .step_cont .step_contthree {
  background: #f4f6f9;
  position: relative;
}
.page_index .step_cont .step_contthree .img-title {
  width: 273px;
  height: 174px;
  margin-top: 204px;
  margin-bottom: 34px;
}
.page_index .step_cont .step_contthree:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 740px;
  background: #e3f0fa;
  z-index: 1;
}
.page_index .step_cont .step_contthree .step_contthreebg {
  width: 1440px;
  height: 740px;
  position: relative;
}
.page_index .step_cont .step_contthree .step_contthreebg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url(../statics/step3bg.210dc858.png);
  background-position: 0 8px;
  background-size: contain;
}
.page_index .step_cont .step_contfour {
  background: #ffffff;
  position: relative;
}
.page_index .step_cont .step_contfour .img-title {
  width: 274px;
  height: 174px;
  margin-top: 184px;
  margin-bottom: 34px;
}
.page_index .step_cont .step_contfour .step_contfourbg {
  width: 1440px;
  height: 740px;
  position: relative;
}
.page_index .step_cont .step_contfour .step_contfourbg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
  background-image: url(../statics/step4bg.998fac0c.png);
  background-size: 200% 100%;
  background-position: left center;
}
.page_index .step_cont .step_contfour .step_contfourbg::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
  background-image: url(../statics/step4bg.998fac0c.png);
  background-size: 200% 100%;
  background-position: right center;
}
.page_index .step_cont .step_sliders {
  height: 520px;
  padding: 120px 0;
}
.page_index .step_cont .step_sliders .sliders {
  margin: 0;
  position: relative;
  height: 520px;
}
.page_index .step_cont .step_sliders .slider {
  text-align: center;
  height: 520px;
}
.page_index .step_cont .step_sliders .slider h2 {
  color: #fff;
  padding-top: 110px;
  margin-top: 0;
  font-weight: normal;
  font-size: 50px;
  margin-bottom: 0;
}
.page_index .step_cont .step_sliders .slider h3 {
  margin-top: -3px;
  font-size: 20px;
  color: #fff;
  font-weight: normal;
}
.page_index .step_cont .step_sliders .slider img {
  display: inline-block;
  margin-top: 13px;
}
.page_index .step_cont .step_sliders .bx-wrapper .bx-viewport {
  border: 0;
  left: auto;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.page_index .step_cont .step_sliders .bx-wrapper .bx-pager,
.page_index .step_cont .step_sliders .bx-wrapper .bx-controls-auto {
  bottom: 20px;
}
.page_index .step_cont .step_sliders .bx-wrapper .bx-pager-link {
  background-color: #fff;
  width: 10px;
  height: 10px;
  opacity: 0.9;
}
.page_index .step_cont .step_sliders .bx-wrapper .bx-pager-link:hover {
  background-color: #fff;
}
.page_index .step_cont .step_sliders .bx-wrapper .bx-pager-link.active,
.page_index .step_cont .step_sliders .bx-wrapper .bx-pager-link.active:hover {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 1px #fff;
          box-shadow: 0 0 0 1px #fff;
}
.page_index .look_codebox {
  position: relative;
}
.page_index .look_codebox .blue-mask1 {
  width: 25%;
  height: 25%;
  background: rgba(35, 120, 255, 0.2);
  -webkit-filter: blur(50px);
          filter: blur(50px);
  position: absolute;
  top: 226px;
  left: 0;
  z-index: 1;
}
.page_index .look_codebox .blue-mask2 {
  width: 30%;
  height: 30%;
  background: rgba(35, 120, 255, 0.2);
  -webkit-filter: blur(50px);
          filter: blur(50px);
  position: absolute;
  bottom: 50px;
  right: 0;
  z-index: 1;
}
.page_index .look_code {
  background-color: rgba(237, 240, 245, 0.6);
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.page_index .look_code .lookcode-flexbox {
  margin: 50px auto 90px;
  display: block;
}
.page_index .look_code .lookcode-flexbox .lookcode-flex:last-child .lookcode-flex-m:last-child {
  cursor: none;
}
.page_index .look_code .lookcode-flexbox .lookcode-flex:last-child .lookcode-flex-m:last-child .code-cont {
  display: block;
  background: #F6F7FA;
  border-radius: 14px;
  cursor: initial;
}
.page_index .look_code .lookcode-flexbox .lookcode-flex:last-child .lookcode-flex-m:last-child .code-cont:before {
  background: none;
}
.page_index .look_code .lookcode-flexbox .lookcode-flex:last-child .lookcode-flex-m:last-child .code-cont img {
  margin: 0;
  top: 54px;
}
.page_index .look_code .lookcode-flexbox .lookcode-flex:last-child .lookcode-flex-m:last-child .code-cont p {
  line-height: 24px;
  bottom: 64px;
}
.page_index .look_code .lookcode-flexbox-mobile {
  display: none;
}
.page_index .look_code .lookcode-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_index .look_code .lookcode-flex:not(:last-child) {
  padding-bottom: 24px;
}
.page_index .look_code .lookcode-flex:last-child .lookcode-flex-m:last-child .code-cont {
  opacity: 1;
}
.page_index .look_code .lookcode-flex-m {
  height: 330px;
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 10px rgba(230, 233, 241, 0.5);
          box-shadow: 0px 10px 10px rgba(230, 233, 241, 0.5);
  border-radius: 20px;
  position: relative;
  cursor: pointer;
}
.page_index .look_code .lookcode-flex-m:not(:last-child) {
  margin-right: 24px;
}
.page_index .look_code .lookcode-flex-m:hover .code-cont {
  opacity: 1;
}
.page_index .look_code .lookcode-flex-m .code-cont {
  border-radius: 14px;
  height: 310px;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  overflow: hidden;
}
.page_index .look_code .lookcode-flex-m .code-cont:before {
  border-radius: 14px;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
.page_index .look_code .lookcode-flex-m .code-cont img {
  width: 126px;
  height: 126px;
  display: block;
  position: absolute;
  top: 65px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  mix-blend-mode: multiply;
  z-index: 2;
}
.page_index .look_code .lookcode-flex-m .code-cont p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  bottom: 66px;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.page_index .look_code .lookcode-flex-m .lookcode-picinfo {
  cursor: pointer;
  padding: 11px 11px 0 11px;
}
.page_index .look_code .lookcode-flex-m .lookcode-picinfo img {
  width: 100%;
  border-radius: 14px;
  display: block;
}
.page_index .look_code .lookcode-flex-m .lookcode-picinfo h4 {
  font-size: 18px;
  line-height: 20px;
  margin: 26px 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #000000;
}
.page_index .look_code .lookcode-flex-m .lookcode-picinfo h4 span {
  font-size: 14px;
  line-height: 14px;
  padding: 7px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  display: inline-block;
  font-weight: 500;
  margin-left: 6px;
}
.page_index .look_code .lookcode-flex-m .lookcode-picinfo p {
  font-size: 16px;
  line-height: 26px;
  margin: 10px 10px 82px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #666666;
}
.page_index .look_code .lookcode-flex-m .lookcode-picinfo .lookcode-bottom-l,
.page_index .look_code .lookcode-flex-m .lookcode-picinfo .lookcode-bottom-r {
  position: absolute;
  bottom: 24px;
}
.page_index .look_code .lookcode-flex-m .lookcode-picinfo .lookcode-bottom-l {
  left: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #1F6FFF;
}
.page_index .look_code .lookcode-flex-m .lookcode-picinfo .lookcode-bottom-r {
  right: 20px;
  font-size: 14px;
  line-height: 16px;
  color: #999999;
}
.page_index .user_feedback {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 247, 250, 0)), color-stop(36.64%, #EBEEF7));
  background: linear-gradient(180deg, rgba(246, 247, 250, 0) 0%, #EBEEF7 36.64%);
  width: 100%;
}
.page_index .user_feedback h2,
.page_index .user_feedback p {
  margin: 0;
  padding: 0;
}
.page_index .user_feedback .userfeedback-flexcontainer {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  overflow: hidden;
}
.page_index .user_feedback .userfeedback-flex {
  padding: 50px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}
.page_index .user_feedback .userfeedback-flex.uf-animate {
  -webkit-animation: right-to-left 120s linear infinite;
          animation: right-to-left 120s linear infinite;
}
.page_index .user_feedback .userfeedback-flex:first-child {
  margin-left: 32px;
}
.page_index .user_feedback .userfeedback-flex .card-box {
  width: 380px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 10px rgba(230, 233, 241, 0.5);
          box-shadow: 0px 10px 10px rgba(230, 233, 241, 0.5);
  border-radius: 20px;
  margin: 0 10px 24px;
}
.page_index .user_feedback .userfeedback-flex .card-box .card-cont {
  padding: 29px 20px 34px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page_index .user_feedback .userfeedback-flex .card-box .card-cont-hd {
  padding-right: 10px;
}
.page_index .user_feedback .userfeedback-flex .card-box .card-cont-hd img {
  width: 48px;
  height: 48px;
  border-radius: 8px;
}
.page_index .user_feedback .userfeedback-flex .card-box .card-cont-m {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.page_index .user_feedback .userfeedback-flex .card-box .card-cont-m .co-leader {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}
.page_index .user_feedback .userfeedback-flex .card-box .card-cont-m .co-title {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 15px;
}
.page_index .user_feedback .userfeedback-flex .card-box .card-cont-m .co-info {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}
.page_index .create_wj {
  background-image: url(../statics/createwjbg.361f6398.png);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 480px;
}
.page_index .create_wj .btn-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page_index .create_wj .btn-box {
  padding: 40px 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
  gap: 16px;
}
.page_index .create_wj .btn-box:has(:only-child) {
  grid-template-columns: repeat(1, 1fr);
}
.page_index .create_wj .btn-box a {
  display: inline-block;
  border-radius: 8px;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  padding: 11px 32px;
}
.page_index .create_wj .btn-box a.btn-whitebg {
  background: #FFFFFF;
  color: #1F6FFF;
  border: #ffffff 2px solid;
  position: relative;
}
.page_index .create_wj .btn-box a.btn-whitebg:hover:before {
  content: '';
  position: absolute;
  background: rgba(35, 120, 255, 0.1);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 8px;
}
.page_index .create_wj .btn-box a.btn-whiteborder {
  background: rgba(35, 120, 255, 0.1);
  border: 2px solid #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: #ffffff;
  position: relative;
}
.page_index .create_wj .btn-box a.btn-whiteborder:hover:before {
  content: '';
  position: absolute;
  background: rgba(35, 120, 255, 0.1);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 8px;
}
.page_index .mix-bx-wrapper {
  margin: 0;
}
.page_index .mix-bx-wrapper .bx-viewport {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  left: 0;
}
.page_index .mix-bx-wrapper .bx-controls {
  position: relative;
  z-index: 1;
  bottom: 40px;
}
.page_index .mix-bx-wrapper .bx-controls .bx-pager-link {
  background-color: #999 !important;
}
.page_index .mix-bx-wrapper .bx-controls .bx-pager-link.active {
  background-color: #fff !important;
}
.page_index .footerbox {
  background: #121212;
}
@media (min-width: 981px) {
  .only-mobile {
    display: none !important;
  }
}
@media (max-width: 980px) {
  .only-pc {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .page_index .info .contact_us {
    margin-left: 100px;
  }
}
@-webkit-keyframes right-to-left {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
@keyframes right-to-left {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes step-anmt {
  0% {
    top: 0;
  }
  100% {
    top: 90px;
  }
}
@keyframes step-anmt {
  0% {
    top: 0;
  }
  100% {
    top: 90px;
  }
}
@-webkit-keyframes step-hide {
  0% {
    top: 90px;
  }
  100% {
    top: 0;
  }
}
@keyframes step-hide {
  0% {
    top: 90px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes animatetoright {
  0% {
    left: 0;
    margin-right: auto;
  }
  100% {
    left: 100%;
    margin-left: 16px;
    margin-right: -16px;
  }
}
@keyframes animatetoright {
  0% {
    left: 0;
    margin-right: auto;
  }
  100% {
    left: 100%;
    margin-left: 16px;
    margin-right: -16px;
  }
}
@-webkit-keyframes animatetotop {
  0% {
    top: 0;
  }
  100% {
    top: -180px;
  }
}
@keyframes animatetotop {
  0% {
    top: 0;
  }
  100% {
    top: -180px;
  }
}
/* 判断ipad */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* style */
  .cont-container {
    max-width: 974px;
  }
  .page_index .enter_scene .card-item {
    padding: 40px 20px;
    margin-right: 12px;
  }
}
/*移动端重置*/
@media (max-width: 980px) {
  body {
    min-width: auto;
  }
  .swiper-pagination-fraction,
  .swiper-pagination-custom,
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 40px;
  }
  .bx-wrapper .bx-viewport {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    background: transparent;
  }
  #header .header-fix.global-header-transparent .nav-btn {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAcCAYAAAATFf3WAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB8SURBVHgB7dXBDYAwDANAlwVgBDaDFWAC2IAJgQmgExDS8uFfIVnCJ1ntM8ojDmbWAVg8Dbjsnin4gJt/WnCKFfg295YHHPCsk030zBAR+bmgLi6Tq64Grzzg6ElbNLKcUBeLyPdSk+QXnCwd6tTFh+ciy+rp1cWF+Lv4BvMDlssBs1/OAAAAAElFTkSuQmCC);
  }
  #header .header-fix .nav-btn {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAcCAYAAAATFf3WAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABqSURBVHgB7dWxDYAwEENRBwaAEdgANoI1YFlqKm4DcBCioI0iufCTnKRM9wFg5k7uEtue/5bexwBN0fDooStaHgc3Qe+jwa0wMzO3uMTT4g66vhaP0GzxBjOzutLvVpOTJ93ixS0upN/iG++NhM7tcqjXAAAAAElFTkSuQmCC);
  }
  .page_index .index_banner {
    height: 740px;
  }
  .page_index .index_banner .index_banner_l {
    width: 68%;
  }
  .page_index .index_banner .index_banner_l #first-words,
  .page_index .index_banner .index_banner_l .index_banner_desc {
    text-align: left !important;
  }
  .page_index .index_banner .index_banner_l #first-words .ai-gen-loading,
  .page_index .index_banner .index_banner_l .index_banner_desc .ai-gen-loading {
    width: 23px;
    height: 23px;
    display: block;
    margin-bottom: 8px;
  }
  .page_index .index_banner .index_banner_l #first-words b {
    font-size: 40px;
    line-height: 40px;
  }
  .page_index .index_banner .index_banner_l .index_banner_desc {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .page_index .index_banner .index_banner_l .index_banner_btnbox {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .page_index .index_banner .index_banner_l .index_banner_btnbox a {
    -webkit-flex: 1 1;
        -ms-flex: 1 1;
            flex: 1 1;
  }
  .page_index .index_banner .index_banner_r {
    padding: 8px 8px 3px;
    border-radius: 8px;
    width: 68%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .page_index .index_banner .index_banner_r--video,
  .page_index .index_banner .index_banner_r video {
    border-radius: 8px;
  }
  .page_index .get_started .wrapper {
    padding-top: 43.5px;
    padding-bottom: 47.5px;
  }
  .page_index .get_started .stat {
    display: none;
  }
  .page_index .get_started .stat-mobile {
    color: #000;
    text-align: center;
    display: block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .page_index .get_started .stat-mobile-item {
    -webkit-flex: 1 1;
        -ms-flex: 1 1;
            flex: 1 1;
    position: relative;
    padding: 0 10px;
  }
  .page_index .get_started .stat-mobile-item:first-child:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 50px;
    background: #E5E5E5;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .page_index .get_started .stat-mobile-item p {
    font-size: 16px;
    margin: 0;
  }
  .page_index .get_started .stat-mobile-item p:first-child {
    color: #1F6FFF;
    font-size: 24px;
    line-height: 25px;
    padding-bottom: 10px;
  }
  .page_index .infobox {
    padding-top: 50px;
  }
  .page_index .infobox .article_title {
    color: #000;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    padding: 0 24px;
  }
  .page_index .infobox.special {
    color: #ffffff;
    padding-top: 70px;
  }
  .page_index .infobox.special .cont_info_mobile {
    padding: 28px 20px 35px 20px;
  }
  .page_index .infobox.special .cont_title_mobile {
    color: #ffffff;
  }
  .page_index .infobox .usage_title_mobile {
    display: block;
  }
  .page_index .infobox .cont_info {
    display: none;
  }
  .page_index .infobox .cont_info_mobile {
    font-size: 16px;
    line-height: 24px;
    padding: 20px 25px 0;
    display: block;
    margin: 0;
  }
  .page_index .enter_scene .card-flexbox {
    display: none;
  }
  .page_index .enter_scene .card-flexbox-mobile {
    display: block;
    padding: 40px 0 80px 0;
  }
  .page_index .enter_scene .card-flexbox-mobile .card-flex {
    padding: 0;
  }
  .page_index .enter_scene .card-flexbox-mobile .card-item {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    padding: 0;
    margin-right: 20px;
  }
  .page_index .enter_scene .card-flexbox-mobile .card-item .card-itembox {
    padding: 25px;
  }
  .page_index .enter_scene .card-flexbox-mobile .card-item img {
    height: 45px;
  }
  .page_index .enter_scene .card-flexbox-mobile .card-item h3 {
    font-size: 20px;
    padding: 20px 0 13px;
  }
  .page_index .enter_scene .card-flexbox-mobile .card-item p {
    font-size: 16px;
  }
  .page_index .enter_scene .card-flexbox-mobile .card-item .card-datalist {
    margin-top: 20px;
    padding: 20px 0 20px 0;
    font-size: 16px;
    line-height: 1;
  }
  .page_index .enter_scene .card-flexbox-mobile .card-item .a-lookdetail {
    font-size: 14px;
    line-height: 14px;
    padding: 9px 12px;
  }
  .page_index .step_tabwrapper {
    height: 110.5px;
  }
  .page_index .step_tabbox {
    padding: 10px 25px 30px ;
    height: 70px;
  }
  .page_index .step_tabbox.stepfix {
    top: 75px;
    height: 70px;
    padding: 0 25px;
    -webkit-transition: 0.5s top ease;
    transition: 0.5s top ease;
  }
  .page_index .step_tabbox #tabtitle {
    width: 100%;
  }
  .page_index .step_tab {
    width: auto;
    margin: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .page_index .step_tab li {
    width: auto;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    padding: 9px 0px;
    border-radius: 18px;
    -webkit-box-shadow: 0px 5px 5px rgba(230, 233, 241, 0.5);
            box-shadow: 0px 5px 5px rgba(230, 233, 241, 0.5);
  }
  .page_index .step_cont {
    position: relative;
  }
  .page_index .step_cont .tab-title-item-header {
    zoom: 0.8;
  }
  .page_index .step_cont .step_contone,
  .page_index .step_cont .step_conttwo,
  .page_index .step_cont .step_contthree,
  .page_index .step_cont .step_contfour {
    width: 100%;
    min-width: auto;
    position: relative;
    overflow: hidden;
    height: auto !important;
  }
  .page_index .step_cont .step_contonebg,
  .page_index .step_cont .step_conttwobg,
  .page_index .step_cont .step_contthreebg,
  .page_index .step_cont .step_contfourbg {
    height: auto;
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: 0;
    overflow: hidden;
    padding: 50px 0 30px;
  }
  .page_index .step_cont .step_contone {
    background: #f4f6f9;
    position: relative;
  }
  .page_index .step_cont .step_contone .step_contonebg {
    width: 100%;
    height: 100%;
    background-image: url(../statics/step1bg-mobile.7f2a0a26.jpg);
    background-size: cover;
    background-position: center;
  }
  .page_index .step_cont .step_conttwo {
    background: #ffffff;
    position: relative;
  }
  .page_index .step_cont .step_conttwo .step_conttwobg {
    width: 100%;
    height: 100%;
    background-image: url(../statics/step2bg-mobile.f89ced6c.jpg);
    background-size: cover;
  }
  .page_index .step_cont .step_contthree {
    background: #f5f6fa;
    position: relative;
  }
  .page_index .step_cont .step_contthree .step_contthreebg {
    width: 100%;
    height: 100%;
    background-image: url(../statics/step3bg-mobile.ced4746a.jpg);
    background-size: cover;
    background-position: center;
  }
  .page_index .step_cont .step_contfour {
    background: #ffffff;
    position: relative;
  }
  .page_index .step_cont .step_contfour .step_contfourbg {
    width: 100%;
    height: 100%;
    background-image: url(../statics/step4bg-mobile.66ac4cb9.jpg);
    background-size: cover;
  }
  .page_index .step_cont .step_sliders {
    height: 520px;
    padding: 120px 0;
  }
  .page_index .step_cont .step_sliders .sliders {
    margin: 0;
    position: relative;
    height: 520px;
  }
  .page_index .step_cont .step_sliders .slider {
    text-align: center;
    height: 520px;
  }
  .page_index .step_cont .step_sliders .slider h2 {
    color: #fff;
    padding-top: 110px;
    margin-top: 0;
    font-weight: normal;
    font-size: 50px;
    margin-bottom: 0;
  }
  .page_index .step_cont .step_sliders .slider h3 {
    margin-top: -3px;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
  }
  .page_index .step_cont .step_sliders .slider img {
    display: inline-block;
    margin-top: 13px;
  }
  .page_index .step_cont .step_sliders .bx-wrapper .bx-viewport {
    border: 0;
    left: auto;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .page_index .step_cont .step_sliders .bx-wrapper .bx-pager,
  .page_index .step_cont .step_sliders .bx-wrapper .bx-controls-auto {
    bottom: 20px;
  }
  .page_index .step_cont .step_sliders .bx-wrapper .bx-pager-link {
    background-color: #fff;
    width: 10px;
    height: 10px;
    opacity: 0.9;
  }
  .page_index .step_cont .step_sliders .bx-wrapper .bx-pager-link:hover {
    background-color: #fff;
  }
  .page_index .step_cont .step_sliders .bx-wrapper .bx-pager-link.active,
  .page_index .step_cont .step_sliders .bx-wrapper .bx-pager-link.active:hover {
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 1px #fff;
            box-shadow: 0 0 0 1px #fff;
  }
  .page_index .user_feedback .userfeedback-flex {
    padding: 40px 0;
  }
  .page_index .user_feedback .userfeedback-flex:first-child {
    margin-left: 16px;
  }
  .page_index .user_feedback .userfeedback-flex.uf-animate {
    -webkit-animation: right-to-left 100s linear infinite;
            animation: right-to-left 100s linear infinite;
  }
  .page_index .user_feedback .userfeedback-flex .card-box {
    width: 243px;
    border-radius: 10px;
    margin: 0 10px 12px;
  }
  .page_index .user_feedback .userfeedback-flex .card-box .card-cont {
    padding: 20px 15px;
  }
  .page_index .user_feedback .userfeedback-flex .card-box .card-cont-hd img {
    width: 31px;
    height: 31px;
  }
  .page_index .user_feedback .userfeedback-flex .card-box .card-cont-m .co-leader {
    font-size: 14px;
  }
  .page_index .user_feedback .userfeedback-flex .card-box .card-cont-m .co-title,
  .page_index .user_feedback .userfeedback-flex .card-box .card-cont-m .co-info {
    font-size: 10px;
    line-height: 17px;
  }
  .page_index .user_feedback .userfeedback-flex .card-box .card-cont-m .co-title {
    padding-bottom: 10px;
  }
  .page_index .create_wj {
    background-image: url(../statics/createwjbg2.d11503ab.png);
    height: auto;
    padding-bottom: 70px;
  }
  .page_index .create_wj .btn-box {
    padding: 44px 10px 0;
  }
  .page_index .create_wj .btn-box a {
    font-size: 16px;
    line-height: 44px;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .page_index .look_code .lookcode-flexbox {
    display: none;
  }
  .page_index .look_code .lookcode-flex {
    padding: 0;
  }
  .page_index .look_code .lookcode-flexbox-mobile {
    display: block;
    padding: 40px 0 59px 0;
  }
  .page_index .look_code .lookcode-flexbox-mobile .swiper-pagination {
    position: absolute;
    height: 10px;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
  }
  .page_index .look_code .lookcode-flexbox-mobile .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 0.5;
    display: inline-block;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    margin-right: 10px;
  }
  .page_index .look_code .lookcode-flexbox-mobile .swiper-pagination-bullet-active {
    background: #2378FF;
  }
  .page_index .look_code .lookcode-flex-m {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    height: auto;
    margin-right: 20px;
    border-radius: 15px;
  }
  .page_index .look_code .lookcode-flex-m .lookcode-picinfo {
    padding: 8px 10px 28px 10px;
  }
  .page_index .look_code .lookcode-flex-m .lookcode-picinfo img {
    border-radius: 10px;
  }
  .page_index .look_code .lookcode-flex-m .lookcode-picinfo h4 {
    font-size: 19px;
    line-height: 18px;
    margin: 25px 15px 0;
  }
  .page_index .look_code .lookcode-flex-m .lookcode-picinfo p {
    margin: 16px 15px 35px;
  }
  .page_index .look_code .lookcode-flex-m .lookcode-picinfo .lookcode-bottom-l {
    left: 25px;
  }
  .page_index .look_code .lookcode-flex-m .lookcode-picinfo .lookcode-bottom-r {
    right: 25px;
  }
}
@media screen and (max-width: 520px) {
  .page_index .index_banner {
    min-height: 625px;
    background-image: url(../statics/bannerbg-mobile.a44a906a.jpg);
  }
  .page_index .index_banner .index_banner_l {
    width: calc(100vw - 50px);
  }
  .page_index .index_banner .index_banner_r {
    width: calc(100vw - 34px);
  }
}
.card-flex-full {
  overflow-x: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.card-flex-full::-webkit-scrollbar {
  display: none;
}
.card-pc-style {
  max-width: 360px;
  min-width: 360px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}


/*# sourceMappingURL=index.2377b32f.css.map*/