@charset "UTF-8";
.topBar[data-v-ccdf3a20] {
  width: 72%;
  padding-top: 16px;
  padding-bottom: 16px;
}
.topBar .pageButton[data-v-ccdf3a20] {
  border-radius: 24px;
  padding: 5px 16px;
  font-size: 16px;
  font-weight: 500;
  color: #262626;
  line-height: 19px;
  margin-right: 22px;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.blur-header[data-v-ccdf3a20] {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(10px);
}
.topBarMobile[data-v-ccdf3a20] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 12px 0 16px;
  position: absolute;
  z-index: 1;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.topBarMobile .logo[data-v-ccdf3a20] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.topBarMobile .logo img[data-v-ccdf3a20] {
  width: 84px;
  height: 28px;
}
.topBarMobile .buttonsGroup[data-v-ccdf3a20] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
}
.topBarMobile .buttonsGroup .loginButton[data-v-ccdf3a20] {
  width: 60px;
  height: 34px;
  background: #262626;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-size: 14px;
  font-weight: 600;
  border: none;
}
.topBarMobile .buttonsGroup .userPhone[data-v-ccdf3a20] {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.topBarMobile .buttonsGroup .menu[data-v-ccdf3a20] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
}
.topBarMobile .buttonsGroup .menu img[data-v-ccdf3a20] {
  width: 100%;
  height: 100%;
}
.topBarSide[data-v-ccdf3a20] {
  position: fixed;
  top: 0;
  right: 0;
  width: 20rem;
  height: 100vh;
  background: #fff;
  z-index: 21;
}
.topBarSide .sideHeader[data-v-ccdf3a20] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px;
}
.topBarSide .sideHeader .sideBarLogo[data-v-ccdf3a20] {
  width: 84px;
  height: 28px;
}
.topBarSide .sideHeader .menuClose[data-v-ccdf3a20] {
  width: 16px;
  height: 16px;
}
.topBarSide .sideDivider[data-v-ccdf3a20] {
  width: 100%;
  height: 0px;
  border: 1px solid rgba(238, 238, 238, 0.3764705882);
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.topBarSide .sideContent[data-v-ccdf3a20] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.topBarSide .sideContent .sideItem[data-v-ccdf3a20] {
  padding: 16px 16px 0;
  font-size: 16px;
  font-weight: 400;
  color: #606060;
  line-height: 19px;
}
.topBarSide .sideContent .active[data-v-ccdf3a20] {
  color: #0bb899;
  font-weight: 500;
}

/* 添加以下动画相关样式 */
.slide-enter-active[data-v-ccdf3a20],
.slide-leave-active[data-v-ccdf3a20] {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.slide-enter-from[data-v-ccdf3a20],
.slide-leave-to[data-v-ccdf3a20] {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-enter-to[data-v-ccdf3a20],
.slide-leave-from[data-v-ccdf3a20] {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@charset "UTF-8";
.corporation[data-v-71b3eb73] {
  position: fixed;
  top: 80%;
  right: 20px;
  z-index: 20;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.corporation .corporationContent[data-v-71b3eb73] {
  width: 70px;
  height: 170px;
  border-radius: 56px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.corporation .corporationContent .corporationImg[data-v-71b3eb73] {
  width: 36px;
  height: 36px;
  margin-bottom: 4px;
}
.corporation .corporationContent .corporationTitle[data-v-71b3eb73] {
  width: 36px;
  height: 50px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #000;
  line-height: 21px;
}
.corporation .corporationContent .corporationTitle.vertical-en[data-v-71b3eb73] {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  height: auto;
  line-height: 36px;
}
.corporation .corporationContentMobile[data-v-71b3eb73] {
  width: 36px;
  height: 110px;
  border-radius: 32px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 22.86px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 22.86px 0px rgba(0, 0, 0, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
.corporation .corporationContentMobile .corporationContentMobileItem[data-v-71b3eb73] {
  font-size: 11px;
  font-weight: 600;
  color: #000;
}
.corporation .corporationContentMobile .corporationContentMobileLine[data-v-71b3eb73] {
  width: 24px;
  height: 1px;
  background-color: #eee;
}
.corporation .corporationQrCode[data-v-71b3eb73] {
  position: absolute;
  top: 50%;
  left: -187px;
  width: 170px;
  height: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 12px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.06);
  padding: 8px 20px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.corporation .corporationQrCode[data-v-71b3eb73]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
}
.corporation .corporationQrCode .corporationQrCodeImg[data-v-71b3eb73] {
  width: 130px;
  height: 130px;
  margin-bottom: 4px;
}
.corporation .corporationQrCode .corporationQrCodeTitle[data-v-71b3eb73] {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #000;
  line-height: 16px;
}
.corporation .corporationQrCodeMobile[data-v-71b3eb73]::after {
  top: 33%;
}

/* 添加淡入淡出动画 */
.fade-enter-active[data-v-71b3eb73],
.fade-leave-active[data-v-71b3eb73] {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.fade-enter-from[data-v-71b3eb73],
.fade-leave-to[data-v-71b3eb73] {
  opacity: 0;
}
.fade-enter-to[data-v-71b3eb73],
.fade-leave-from[data-v-71b3eb73] {
  opacity: 1;
}
@charset "UTF-8";
.root[data-v-7670cbbf] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("https://cdn.ix5j.net/saas_assets/index/bg_saas_index.webp"); /* 背景图片的URL */
  background-size: cover; /* 背景图片覆盖整个元素 */
  background-position: center; /* 背景图片居中显示 */
  background-repeat: no-repeat; /* 背景图片不重复 */
}
.trialBtn[data-v-7670cbbf] {
  width: 188px;
  height: 66px;
  background: #fff;
  border-radius: 33px;
  cursor: pointer;
  margin-right: 20px;
  font-size: 18px;
  font-weight: 500;
  text-align: CENTER;
  color: #0BB899;
  line-height: 21px;
}
.trialBtn[data-v-7670cbbf]:hover {
  font-size: 19px;
}
.enterBtn[data-v-7670cbbf] {
  width: 188px;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 35px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  text-align: CENTER;
  color: #fff;
  line-height: 21px;
}
.enterBtn[data-v-7670cbbf]:hover {
  font-size: 19px;
}
.bottom-bg[data-v-7670cbbf] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 31px;
  min-height: 300px;
}
@charset "UTF-8";
@media screen and (max-width: 1080px) {
.root[data-v-100e0522] {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-image: url("https://cdn.ix5j.net/saas_assets/index/bg_saas_index.webp"); /* 背景图片的URL */
    background-size: cover; /* 背景图片覆盖整个元素 */
    background-position: center; /* 背景图片居中显示 */
    background-repeat: no-repeat; /* 背景图片不重复 */
}
}
.trialBtn[data-v-100e0522] {
  width: 104px;
  height: 37px;
  background: #fff;
  border-radius: 33px;
  cursor: pointer;
  margin-right: 20px;
  font-size: 12px;
  font-weight: 500;
  text-align: CENTER;
  color: #0BB899;
  line-height: 21px;
}
.trialBtn[data-v-100e0522]:hover {
  font-size: 13px;
}
.enterBtn[data-v-100e0522] {
  width: 104px;
  height: 33px;
  border: 2px solid #fff;
  border-radius: 35px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  text-align: CENTER;
  color: #fff;
  line-height: 21px;
}
.enterBtn[data-v-100e0522]:hover {
  font-size: 13px;
}
.bottom-bg[data-v-100e0522] {
  width: 100%;
  margin-top: 80px;
}
@charset "UTF-8";
.root[data-v-4fe01b71] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("https://cdn.ix5j.net/saas_assets/index/bg_saas_index2.webp"); /* 背景图片的URL */
  background-size: cover; /* 背景图片覆盖整个元素 */
  background-position: center; /* 背景图片居中显示 */
  background-repeat: no-repeat; /* 背景图片不重复 */
}
.trialBtn[data-v-4fe01b71] {
  width: 188px;
  height: 66px;
  background: #fff;
  border-radius: 33px;
  cursor: pointer;
  margin-right: 20px;
  font-size: 18px;
  font-weight: 500;
  text-align: CENTER;
  color: #0bb899;
  line-height: 21px;
}
.trialBtn[data-v-4fe01b71]:hover {
  font-size: 19px;
}
.trialDigitalBtn[data-v-4fe01b71] {
  width: 200px;
  height: 45px;
  background: #0FD7B3;
  border-radius: 33px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  text-align: CENTER;
  color: #262626;
  line-height: 21px;
  margin-top: 20px;
}
.trialDigitalBtn[data-v-4fe01b71]:hover {
  font-size: 17px;
}
.enterBtn[data-v-4fe01b71] {
  width: 188px;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 35px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  text-align: CENTER;
  color: #fff;
  line-height: 21px;
}
.enterBtn[data-v-4fe01b71]:hover {
  font-size: 19px;
}
.bottom-bg[data-v-4fe01b71] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 200px;
}
.type-title[data-v-4fe01b71] {
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  font-size: 16px;
  font-weight: 500;
  text-align: CENTER;
  color: #262626;
  line-height: 19px;
}
.responsive-div[data-v-4fe01b71] {
  height: 100%; /* 固定高度 */
  min-height: 300px;
  aspect-ratio: 1.53;
  overflow: hidden; /* 确保内容不会溢出 */
  background: #e5e5e5;
  border-radius: 12px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}
@charset "UTF-8";
@media screen and (max-width: 1080px) {
.root[data-v-1025ca26] {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
}
.container[data-v-1025ca26] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-flex: 0.9;
      -ms-flex: 0.9;
          flex: 0.9;
  background-image: url("https://cdn.ix5j.net/saas_assets/index/bg_saas_index2.webp"); /* 背景图片的URL */
  background-size: cover; /* 背景图片覆盖整个元素 */
  background-position: center; /* 背景图片居中显示 */
  background-repeat: no-repeat; /* 背景图片不重复 */
}
.trialBtn[data-v-1025ca26] {
  width: 188px;
  height: 66px;
  background: #fff;
  border-radius: 33px;
  cursor: pointer;
  margin-right: 20px;
  font-size: 18px;
  font-weight: 500;
  text-align: CENTER;
  color: #0bb899;
  line-height: 21px;
}
.trialBtn[data-v-1025ca26]:hover {
  font-size: 19px;
}
.trialDigitalBtn[data-v-1025ca26] {
  width: 80%;
  height: 44px;
  background: #0FD7B3;
  border-radius: 33px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  text-align: CENTER;
  color: #262626;
  line-height: 21px;
  margin-top: 15px;
}
.trialDigitalBtn[data-v-1025ca26]:hover {
  font-size: 15px;
}
.enterBtn[data-v-1025ca26] {
  width: 188px;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 35px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  text-align: CENTER;
  color: #fff;
  line-height: 21px;
}
.enterBtn[data-v-1025ca26]:hover {
  font-size: 19px;
}
.bottom-bg[data-v-1025ca26] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 31px;
  min-height: 500px;
}
.type-title[data-v-1025ca26] {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  font-size: 12px;
  font-weight: 500;
  text-align: CENTER;
  color: #262626;
  line-height: 19px;
}
.responsive-div[data-v-1025ca26] {
  height: 196px; /* 固定高度 */
  aspect-ratio: 1.53;
  overflow: hidden; /* 确保内容不会溢出 */
  background: #e5e5e5;
  border-radius: 12px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}
.bottom-container[data-v-5dd6fc9d] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 230px;
  background: -webkit-gradient(linear, left top, right top, from(#2bc1c4), to(#52d9b6));
  background: linear-gradient(90deg, #2bc1c4, #52d9b6 100%);
}
.bottom-container .bottom-info[data-v-5dd6fc9d] {
  font-size: 14px;
  font-weight: 400;
  text-align: LEFT;
  color: #ffffff;
  line-height: 16px;
}
.bottom-container .bottom-company[data-v-5dd6fc9d] {
  font-size: 14px;
  font-weight: 400;
  text-align: LEFT;
  color: #ffffff;
  line-height: 16px;
  margin-top: 16px;
  margin-bottom: 24px;
}
.bottom-container .bottom-company .bottom-link[data-v-5dd6fc9d] {
  color: #fff;
  text-decoration: none;
  margin-left: 8px;
}
.bottom-container .bottom-company .bottom-link[data-v-5dd6fc9d]:hover {
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 1080px) {
.bottom-container[data-v-5d82e82b] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 600px;
    background: -webkit-gradient(linear, left top, right top, from(#2bc1c4), to(#52d9b6));
    background: linear-gradient(90deg, #2bc1c4, #52d9b6 100%);
}
.bottom-container .bottom-info[data-v-5d82e82b] {
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #ffffff;
    line-height: 16px;
}
.bottom-container .bottom-company[data-v-5d82e82b] {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #ffffff;
    line-height: 16px;
}
.bottom-container .bottom-company .bottom-link[data-v-5d82e82b] {
    color: #fff;
    text-decoration: none;
    margin-left: 8px;
}
.bottom-container .bottom-company .bottom-link[data-v-5d82e82b]:hover {
    border-bottom: 1px solid #fff;
}
}

.active-transtion[data-v-4f13c8dd] {
  -webkit-transition: all 0ms ease 0s !important;
  transition: all 0ms ease 0s !important;
}
.active[data-v-4f13c8dd] {
  display: inline-block;
  width: 12px !important;
  height: 12px !important;
}
.outer-box[data-v-4f13c8dd] {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.outer-box .inner-box[data-v-4f13c8dd] {
  position: absolute;
  width: 100%;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.outer-box .inner-box .scroll-element[data-v-4f13c8dd] {
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
}
.outer-box .aside[data-v-4f13c8dd] {
  list-style: none;
  position: fixed;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.outer-box .aside li[data-v-4f13c8dd] {
  height: 14px;
  width: 14px;
  margin: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.outer-box .aside li .show-dec[data-v-4f13c8dd] {
  position: absolute;
  width: 150px;
  right: 20px;
  padding: 1px;
  text-align: center;
  color: #000;
  -webkit-transition: all linear 0.1s;
  transition: all linear 0.1s;
  font-size: 12px;
  background-color: #fff;
}
.outer-box .aside li span[data-v-4f13c8dd] {
  border-radius: 100%;
  border: #fff solid 1px;
  width: 4px;
  height: 4px;
  display: inline-block;
  background-color: #ccc;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.outer-box .aside li:hover span[data-v-4f13c8dd] {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  cursor: pointer;
}
.root[data-v-0cfe7dec] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow-x: hidden;
}
.background-container[data-v-0cfe7dec] {
  width: 100%;
  min-height: 560px;
  background-image: url('https://cdn.ix5j.net/saas_assets/index/bg_saas_index_product1.webp');
  /* 背景图片的URL */
  background-size: cover;
  /* 背景图片覆盖整个元素 */
  background-position: center;
  /* 背景图片居中显示 */
  background-repeat: no-repeat;
  /* 背景图片不重复 */
}
.trialBtn[data-v-0cfe7dec] {
  width: 188px;
  height: 66px;
  background: #0fd7b3;
  border-radius: 33px;
  cursor: pointer;
  margin-right: 20px;
  font-size: 18px;
  font-weight: 500;
  text-align: CENTER;
  color: #262626;
  line-height: 21px;
}
.trialBtn[data-v-0cfe7dec]:hover {
  font-size: 19px;
}
.enterBtn[data-v-0cfe7dec] {
  width: 188px;
  height: 60px;
  border: 2px solid #262626;
  border-radius: 35px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  text-align: CENTER;
  color: #262626;
  line-height: 21px;
}
.enterBtn[data-v-0cfe7dec]:hover {
  font-size: 19px;
}
.product-title[data-v-0cfe7dec] {
  font-size: 48px;
  font-weight: 600;
  text-align: LEFT;
  color: #262626;
  line-height: 56px;
  margin-top: 50px;
  margin-left: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.product-type-bg[data-v-0cfe7dec] {
  height: 37px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  border-radius: 8px;
  z-index: 0;
  top: 0;
}
.product-type-text[data-v-0cfe7dec] {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 0;
  right: 0;
}
.product-content[data-v-0cfe7dec] {
  font-size: 16px;
  font-weight: 400;
  text-align: LEFT;
  color: #000000;
  line-height: 30px;
  margin-top: 44px;
}

.root[data-v-bde4d4ea] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow-x: hidden;
}
.background-container[data-v-bde4d4ea] {
  width: 100%;
  height: 450px;
  background-image: url('https://cdn.ix5j.net/saas_assets/index/bg_saas_index_product1.webp');
  /* 背景图片的URL */
  background-size: cover;
  /* 背景图片覆盖整个元素 */
  background-position: center;
  /* 背景图片居中显示 */
  background-repeat: no-repeat;
  /* 背景图片不重复 */
}
.trialBtn[data-v-bde4d4ea] {
  width: 104px;
  height: 37px;
  background: #0fd7b3;
  border-radius: 33px;
  cursor: pointer;
  margin-right: 20px;
  font-size: 12px;
  font-weight: 500;
  text-align: CENTER;
  color: #262626;
  line-height: 21px;
}
.trialBtn[data-v-bde4d4ea]:hover {
  font-size: 13px;
}
.trialBigBtn[data-v-bde4d4ea] {
  width: 90%;
  height: 44px;
  background: #0fd7b3;
  border-radius: 33px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  text-align: CENTER;
  color: #262626;
  line-height: 21px;
}
.enterBtn[data-v-bde4d4ea] {
  width: 104px;
  height: 33px;
  border: 2px solid #262626;
  border-radius: 35px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  text-align: CENTER;
  color: #262626;
  line-height: 21px;
}
.enterBtn[data-v-bde4d4ea]:hover {
  font-size: 13px;
}
.product-title[data-v-bde4d4ea] {
  font-size: 20px;
  font-weight: 600;
  text-align: LEFT;
  color: #262626;
  line-height: 23px;
  margin-top: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.product-type-bg[data-v-bde4d4ea] {
  height: 37px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  border-radius: 8px;
  z-index: 0;
  top: 0;
}
.product-type-text[data-v-bde4d4ea] {
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 0;
  right: 0;
}
.product-content[data-v-bde4d4ea] {
  font-size: 15px;
  font-weight: 400;
  text-align: LEFT;
  color: #000000;
  line-height: 30px;
}

.root[data-v-41588381] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  overflow-x: hidden;
}
.background-container[data-v-41588381] {
  width: 100%;
  height: 714px;
  background-image: url('https://cdn.ix5j.net/saas_assets/index/bg_saas_index_company1.webp');
  /* 背景图片的URL */
  background-size: cover;
  /* 背景图片覆盖整个元素 */
  background-position: center;
  /* 背景图片居中显示 */
  background-repeat: no-repeat;
  /* 背景图片不重复 */
}
.content-title[data-v-41588381] {
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
  font-size: 22px;
  font-weight: 500;
  text-align: CENTER;
  color: #262626;
  line-height: 26px;
}
.content-img[data-v-41588381] {
  width: 80px;
  height: 80px;
  margin-top: 26px;
  margin-bottom: 29px;
}
.content-desc[data-v-41588381] {
  font-size: 15px;
  font-weight: 400;
  text-align: CENTER;
  color: #262626;
  line-height: 18px;
}
.learn-img[data-v-41588381] {
  width: 100%;
  height: 330px;
}
.learn-title[data-v-41588381] {
  font-size: 18px;
  font-weight: 500;
  text-align: CENTER;
  color: #262626;
  line-height: 21px;
  margin-top: 20px;
  margin-bottom: 12px;
}
.learn-desc[data-v-41588381] {
  font-size: 13px;
  font-weight: 400;
  color: #262626;
  line-height: 26px;
}
.isMobile .content-title[data-v-41588381] {
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #262626;
  line-height: 19px;
}
.isMobile .content-img[data-v-41588381] {
  width: 60px;
  height: 60px;
  margin-top: 23px;
  margin-bottom: 21px;
}
.isMobile .content-desc[data-v-41588381] {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #262626;
  line-height: 14px;
}
.isMobile .learn-img[data-v-41588381] {
  width: calc(100% - 20px);
  height: 200px;
}
.isMobile .learn-title[data-v-41588381] {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #262626;
  line-height: 19px;
  margin-top: 20px;
  margin-bottom: 12px;
}
.isMobile .learn-desc[data-v-41588381] {
  font-size: 12px;
  font-weight: 400;
  color: #262626;
  text-align: justify;
  line-height: 22px;
  margin: 0 10px 36px;
}
.tool-container[data-v-41588381] {
  width: 200px;
  height: 190px;
  background: #f2f2f2;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tool-container .tool-title[data-v-41588381] {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tool-container .tool-desc-img[data-v-41588381] {
  width: 100%;
  height: 140px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tool-desc[data-v-41588381] {
  margin-top: 36px;
  font-size: 18px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  text-align: justified;
  color: #ffffff;
  line-height: 36px;
  letter-spacing: 0.11px;
}

@charset "UTF-8";
/* 改变主题色变量 */
html[data-v-39e5b994] {
  --color-primary: #1E69FA;
  --color-primary-light: #e9f0ff;
  --color-gradient: linear-gradient(90deg, #2a73ff, #724fff);
  --color-assist: #7a70fd;
  --container-color-tab-selected: #d9e1fc;
  --border-color-secondary: rgba(63, 113, 246, 50%);
  --container-card-blue-light3-gradient: linear-gradient(90deg, #f0f3ff 0%, #e1e8ff 100%);
}

/* 输入框全局样式 */
[data-v-39e5b994] .el-input__inner {
  height: 32px;
  padding: 12px 6px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.9);
  background-color: #fff;
}
[data-v-39e5b994] .el-input__inner:hover {
  border-color: var(--color-primary);
}
[data-v-39e5b994] .el-input__inner:focus {
  border-color: var(--color-primary);
}
[data-v-39e5b994] .el-input__inner[disabled] {
  border-color: rgba(0, 0, 0, 0.06);
  background-color: #fff;
  color: #ccc;
  cursor: not-allowed;
}
[data-v-39e5b994] .el-input__inner::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
[data-v-39e5b994] .el-input__inner::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
[data-v-39e5b994] .el-input__inner:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
[data-v-39e5b994] .el-input__inner::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
[data-v-39e5b994] .el-input__inner::placeholder {
  color: rgba(0, 0, 0, 0.2);
}

/* 表格 Table
-------------------------- */
/* Tab
-------------------------- */
/* Dialog
-------------------------- */
[data-v-39e5b994] .el-pagination.is-background .el-pager li {
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
[data-v-39e5b994] .el-pagination.is-background .btn-next,[data-v-39e5b994] .el-pagination.is-background .btn-prev {
  background-color: #fff;
  border: none;
}
[data-v-39e5b994] .el-pagination.is-background.el-pagination--small .btn-next,[data-v-39e5b994] .el-pagination.is-background.el-pagination--small .btn-prev,[data-v-39e5b994] .el-pagination.is-background.el-pagination--small .el-pager li {
  width: 24px;
  height: 24px;
  font-size: 12px;
  border-radius: 4px;
}
[data-v-39e5b994] .el-pagination.is-background.el-pagination--small .el-select .el-input .el-input__inner {
  height: 26px;
  font-size: 14px;
}
[data-v-39e5b994] .el-table {
  border-radius: 12px;
}
[data-v-39e5b994] .el-table th {
  background-color: #f6f7fb;
  padding: 12px 0 10px 0;
}
[data-v-39e5b994] .el-table__header th:first-child,[data-v-39e5b994] .el-table tbody tr td:first-child {
  padding-left: 12px;
}
[data-v-39e5b994] .el-table__header th:last-child,[data-v-39e5b994] .el-table tbody tr td:nth-last-child(1) {
  padding-right: 12px;
}
[data-v-39e5b994] .el-table .el-button {
  padding: 2px 0 2px 5px;
  font-weight: 600;
}
[data-v-39e5b994] .el-table tbody tr {
  background-color: #fbfbfb;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
[data-v-39e5b994] .el-tabs__item {
  height: 38px;
  padding: 0 12px;
  font-size: 16px;
}
[data-v-39e5b994] .el-tabs__active-bar,[data-v-39e5b994] .el-tabs__item.is-active::after {
  height: 3px;
  border-radius: 1.5px;
}
[data-v-39e5b994] .el-tabs__nav-wrap::after {
  display: none;
}
[data-v-39e5b994] .el-tabs__header {
  margin: 0 0 16px;
}
[data-v-39e5b994] .first-tabs .el-tabs__item {
  height: 48px;
  font-size: 20px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.4);
}
[data-v-39e5b994] .first-tabs .el-tabs__active-bar,[data-v-39e5b994] .first-tabs .el-tabs__item.is-active::after {
  display: none;
}
[data-v-39e5b994] .first-tabs .el-tabs__item.is-active {
  color: rgba(0, 0, 0, 0.9);
}
[data-v-39e5b994] .first-tabs .el-tabs__nav-wrap::after {
  display: block;
  height: 1px;
  color: rgba(0, 0, 0, 0.06);
}
[data-v-39e5b994] .first-tabs .el-tabs__header {
  margin: 0 0 8px;
}
[data-v-39e5b994] .el-divider--horizontal {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.06);
}
[data-v-39e5b994] .el-divider--vertical {
  height: 10px;
  background-color: rgba(0, 0, 0, 0.15);
  vertical-align: inherit;
}
[data-v-39e5b994] .el-link.el-link--primary {
  color: var(--color-primary);
}
[data-v-39e5b994] .el-link.el-link--info {
  color: rgba(0, 0, 0, 0.6);
}
[data-v-39e5b994] .el-tag--small {
  border-radius: 6px;
}
[data-v-39e5b994] .el-tag--mini {
  border-radius: 4px;
}
[data-v-39e5b994] .el-tag-special {
  border-top-left-radius: 0;
}
[data-v-39e5b994] .el-tag.el-tag--info {
  background-color: rgba(0, 0, 0, 0.5);
  border-color: transparent;
  color: rgba(255, 255, 255, 0.8);
}
[data-v-39e5b994] .el-popper {
  padding: 4px 0;
}
[data-v-39e5b994] .el-popper .el-dropdown-menu__item {
  color: rgba(0, 0, 0, 0.9);
}
[data-v-39e5b994] .el-popper .deleted {
  color: #f24b55;
}
[data-v-39e5b994] .el-dropdown-menu .popper__arrow {
  display: none;
}
[data-v-39e5b994] .el-range-editor--mini.el-input__inner {
  height: 24px;
}
[data-v-39e5b994] .el-date-editor .el-range-input {
  background: transparent;
}
[data-v-39e5b994] .el-input--prefix .el-input__inner {
  padding-left: 30px;
}
[data-v-39e5b994] .el-input--prefix .el-input__inner {
  padding-right: 30px;
}
[data-v-39e5b994] .el-date-picker, .el-picker-panel[data-v-39e5b994] {
  border: 1px solid rgba(0, 0, 0, 0.06);
}
[data-v-39e5b994] .el-range-editor--mini {
  border-radius: 4px;
}
[data-v-39e5b994] .el-range-editor--small {
  border-radius: 6px;
}
[data-v-39e5b994] .el-range-editor--large {
  border-radius: 8px;
}
[data-v-39e5b994] .el-popover {
  padding: 12px;
}
[data-v-39e5b994] .el-popover .el-popconfirm__main {
  margin: 10px 0;
}
[data-v-39e5b994] .el-popover .popper__arrow {
  display: none;
}
[data-v-39e5b994] .el-dialog {
  border-radius: 12px;
  font-weight: 600;
}
[data-v-39e5b994] .el-dialog__header {
  padding-bottom: 16px;
}
[data-v-39e5b994] .el-dialog__body {
  overflow: auto;
  padding-top: 0;
  padding-bottom: 24px;
}
[data-v-39e5b994] .el-page-header {
  padding: 16px;
}
.root[data-v-39e5b994] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  overflow-x: hidden;
}
.background-container[data-v-39e5b994] {
  width: 100%;
  height: 714px;
  background: -webkit-gradient(linear, left top, left bottom, from(#C7DCFE), to(transparent));
  background: linear-gradient(to bottom, #C7DCFE, transparent);
  background-size: cover; /* 背景图片覆盖整个元素 */
  background-position: center; /* 背景图片居中显示 */
  background-repeat: no-repeat; /* 背景图片不重复 */
}
.top-nav[data-v-39e5b994] {
  position: fixed;
  top: 110px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  background: #e9f0ff;
  border: 1px solid #ffffff;
  border-radius: 30px;
  z-index: 999;
}
.top-nav .top-nav-item[data-v-39e5b994],
.top-nav .top-nav-item-select[data-v-39e5b994] {
  margin: 4px;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 18px;
  color: #000;
}
.top-nav .top-nav-item-select[data-v-39e5b994] {
  background: linear-gradient(114deg, #2a73ff 0%, #724fff 100%);
  color: #fff;
}
.item-div[data-v-39e5b994] {
  padding-top: 56px;
}
.item-div .item-title[data-v-39e5b994] {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  color: #000;
  padding-bottom: 48px;
}
.item-div .card-bg[data-v-39e5b994] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 960px;
}
.item-div .card-bg .card-div[data-v-39e5b994] {
  border-radius: 12px;
  background-color: #fff;
  padding: 28px;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  width: 464px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.item-div .card-bg .card-div .card-title[data-v-39e5b994] {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  padding-bottom: 12px;
}
.item-div .card-bg .card-div .card-price-symbol[data-v-39e5b994] {
  font-size: 18px;
  font-weight: bold;
  padding-top: 10px;
  color: var(--color-primary);
}
.item-div .card-bg .card-div .card-price[data-v-39e5b994] {
  padding: 20px 0;
  font-size: 40px;
  letter-spacing: -1px;
  font-weight: 600;
  color: var(--color-primary);
}
.item-div .card-bg .card-div .info-value[data-v-39e5b994] {
  color: var(--color-primary);
  text-align: right;
  padding-bottom: 12px;
}
.item-div .card-bg .card-div .card-pay-btn[data-v-39e5b994] {
  border-radius: 8px;
  padding: 14px 0;
  width: 100%;
  background-color: var(--color-primary);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.item-div .card-bg .card-div .services[data-v-39e5b994] {
  position: relative;
  height: 80px;
  background: #f6f7fb;
  border-radius: 8px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  color: var(--color-primary);
  padding: 3px 28px 0;
}
.item-div .card-bg .card-div .services .services-tag[data-v-39e5b994] {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 13px;
  color: #fff;
  padding: 2px 12px;
  background: var(--color-primary);
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.container[data-v-d8f1ccc6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  background: white;
}

.money_con[data-v-ef5bd246] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
}
.money_con > div[data-v-ef5bd246] {
  width: 50%;
}
[data-v-ef5bd246] .liststatus1 {
  font-weight: 400;
  font-size: 14px;
  color: #0C1916;
  cursor: pointer;
  margin: 0 5px;
}
[data-v-ef5bd246] .liststatus1:hover {
  color: #24C4CC;
}
[data-v-ef5bd246] .maindivtitle {
  font-weight: 600;
  font-size: 22px;
  color: #0C1916;
  padding: 32px 0 20px 40px;
}
[data-v-ef5bd246] .zhxxxqdivyrz {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #24C4CC;
  float: left;
}
[data-v-ef5bd246] .maindiv {
  background-color: #FFF;
  margin: 16px 0 16px 0;
  width: 100%;
}
[data-v-ef5bd246] .ppsqxxtitle {
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 31px;
  color: #0C1916;
}
[data-v-ef5bd246] .el-table {
  font-weight: 400;
  font-size: 16px;
  color: #0C1916;
}
[data-v-ef5bd246] .el-table td > .cell {
  padding-left: 0;
}
[data-v-ef5bd246] .el-table th > .cell {
  padding-left: 0;
}
.auth-button[data-v-ef5bd246] {
  z-index: 1000;
  font-size: 14px;
  color: #26C9AA;
  min-width: 94.5px;
  height: 36px;
  background: rgba(38, 201, 170, 0.0994549);
  border: 1px solid rgba(38, 201, 170, 0.3);
  border-radius: 4px;
  line-height: 10px;
}
.auth-button[data-v-ef5bd246]:hover {
  background: rgba(38, 201, 170, 0.28);
  color: #26C9AA;
}
