body {
  background: rgba(243, 246, 255, 1);
}
.hhh {
  height: 608px !important;
  margin-top: 80px !important;
  opacity: 0.8;
  background-image: url("../../assets/images/saas/saasbg.png") !important;
  background-size: cover;
}
.sass-btn {
  width: 198px !important;
  height: 46px !important;
  /* opacity: 1; */
  background: rgba(0, 82, 217, 1) !important;
  border-radius: 0px;
}
.top-height {
  top: 10% !important;
}
.main-right {
  position: relative;
  padding: 23px 25px;
  width: 400px;
  height: 416px;
  opacity: 0.8;
  background: rgba(255, 255, 255, 1);
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  float: right;
}
.valid-text {
  color: red;
  font-size: 11px;
  text-align: left;
  width: 100%;
  height: 10px;
  padding-left: 13px;
}
.row {
  position: relative;
}

.registerOrTip {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.1);
  display: none;
}
.main-right.main-right1 {
  position: absolute;
  top: calc(50% - 160px);
  left: calc(50% - 200px);
  height: 323px;
  opacity: 1;
}
.main-right.main-tip {
  height: 230px;
}
.right-main-tip {
  margin-top: 20px;
}
#right-main-code-zc {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#login-change {
  cursor: pointer;
}
#login-image {
  position: absolute;
  top: 8px;
  right: 10px;
  height: 59px;
  width: 64px;
}
#login-image .right-img {
  width: 64px;
  height: 59px;
  cursor: pointer;
}

.right-top {
  display: flex;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  align-items: center;
  margin-top: 16px;
  position: relative;
}
.main-right-close {
  position: absolute;
  top: -23px;
  right: -2px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  align-items: center;
}

.right-top-icon {
  display: inline-block;
  background: rgba(222, 233, 255, 1);
  text-align: center;
  margin-right: 4px;
  color: #333;
  height: 24px;
  width: 80px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(56, 56, 56, 1);
}

.login-disabled {
  cursor: not-allowed;
  pointer-events: none;
}

.right-top-img {
  width: 13px;
  height: 18px;
  vertical-align: middle;
}

.right-main {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  text-align: center;
}
#right-main-WxQrCode {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#right-main-code {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 47px;
  margin-bottom: 17px;
}

.right-code {
  position: relative;
  width: 210px;
  height: 210px;
}
.right-code img {
  width: 210px;
  height: 210px;
}

.right-title {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 20px;
  color: #aeadb0;
  text-align: center;
  vertical-align: top;
}

.right-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 16px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 18px;
  color: #797982;
}

.right-btn span {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 18px;
  color: #2974ee;
  cursor: pointer;
}

.right-btn span:hover {
  text-decoration: underline;
}

.banner1 {
  width: 100%;
  height: 500px;
  opacity: 1;
  background: #ffffff;
  padding: 0 44px;
}

.b1-title {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0px;
  color: rgba(56, 56, 56, 1);
  text-align: left;
  vertical-align: top;
  display: flex;
  justify-content: center;
  padding-top: 40px;
  margin-bottom: 74px;
}

.banner2 {
  height: 440px;
  opacity: 1;
  background: #f2f6fe;
}

.flex-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.Subtitle {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #333;
}

.Subtitle-text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  margin-top: 24px;
  color: #666;
}

.banner-img {
  width: 471px;
  height: 309px;
}

.customer-img {
  height: 440px;
  background-image: url("../../assets/images/company/customerbg.png");
  background-size: cover;
  background-position: 0 -40px;
}

.footer-layout {
  padding-top: 105px;
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  padding: 0px !important;
  opacity: 1;
  background: linear-gradient(
    135deg,
    rgba(230, 239, 247, 1) 0%,
    rgba(177, 188, 253, 1) 42.59%,
    rgba(27, 100, 233, 0.79) 100%
  );
}

.footer-flex {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 304px 0 317px;
}

.footer-flex p {
  font-size: 32px;
  color: rgba(31, 102, 233, 1);
  font-weight: bold;
}

.footer-input {
  width: 300px;
  height: 54px;
  padding: 0 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
}

.footer-btn {
  width: 194px;
  height: 54px;
  margin-left: 11px;
  opacity: 1;
  font-size: 22px;
  color: #ffffff;
  border: none;
  background: linear-gradient(
    90deg,
    rgba(253, 107, 0, 1) 0%,
    rgba(255, 156, 9, 1) 100%
  );
  border-radius: 4px;
  cursor: pointer;
}

.footer-btn:hover {
  opacity: 0.9;
}

/* 滚动条样式 */
.scrollbar {
  height: 1000px;
  overflow-y: auto;
}

.main-content {
  height: 2500px;
}

.form-input-item {
  height: 40px;
  width: 326px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.item-box {
  flex: 1;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(40, 47, 54, 0.15);
}
.telephone-icon {
  display: block;
  width: 18px;
  height: 18px;
}
.line {
  width: 1px;
  height: 20px;
  opacity: 1;
  background: rgba(40, 47, 54, 0.15);
  margin: 0 4px 0 10px;
}
.input-tel-field {
  height: 28px;
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: rgba(56, 56, 56, 1);
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
}

.flex-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
.code-icon {
  width: 20px !important;
  height: 20px !important;
}
#code-btn {
  width: 108px;
  height: 40px;
  opacity: 1;
  border-radius: 5px;
  background: rgba(242, 246, 254, 1);
  border: 1px solid rgba(40, 47, 54, 0.15);
  font-size: 13px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  margin-left: 6px;
  cursor: pointer;
}
.confirm-btn {
  margin: 20px auto;
  width: 326px;
  height: 40px;
  opacity: 1;
  background: linear-gradient(
    90deg,
    rgba(60, 124, 235, 1) 0%,
    rgba(105, 103, 251, 1) 100%
  );
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  cursor: pointer;
}
.border-highlight {
  border-color: #3466e3 !important;
}
.disabled-style {
  cursor: not-allowed !important;
}

.bind-tel {
  width: 100vw;
  height: 100vh;
  background-image: url("../../assets/images/company/bg.png");
  background-size: 100% 100%;
}

.bind-tel-modal {
  height: auto !important;
  width: 400px !important;
  margin-top: 160px;
}

.bind-tel-content {
  position: relative;
  padding: 23px 25px;
  width: 400px;
}
.open-bind-tel {
  width: 100vw;
  height: 100vh;
  background-image: url("../../assets/images/company/open-bg.jpg");
  background-size: 100% 100%;
}

.open-bind-tel-modal {
  height: auto !important;
  width: 400px !important;
  margin-top: 160px;
}

.open-bind-tel-content {
  position: relative;
  padding: 23px 25px;
  width: 400px;
}
.bind-main-code {
  margin-top: 45px;
}

.bind-main-code .form-input-item {
  margin-top: 15px;
}
.confirm-box {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}
.cancel-btn {
  width: 147px;
  height: 40px;
  background: linear-gradient(
    90deg,
    rgb(225, 228, 232) 0%,
    rgb(197, 197, 198) 100%
  );
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  color: #606266;
  cursor: pointer;
}
.jump-btn {
  width: 147px;
  height: 40px;
  background: linear-gradient(
    90deg,
    rgba(60, 124, 235, 1) 0%,
    rgba(105, 103, 251, 1) 100%
  );
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
}
#expire-box {
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #000;
  opacity: 0.9;
  cursor: pointer;
  color: #ffffff;
}
.refresh-btn {
  margin-top: 10px;
  color: #3466e3;
}

/* 抖动动画定义 */
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  50%,
  90% {
    transform: translateX(-5px);
  }
  20%,
  60% {
    transform: translateX(5px);
  }
}

/* 抖动动画类 */
.shake {
  animation: shake 0.5s ease-in-out; /* 0.5秒完成抖动 */
}

.user-icon {
  display: block;
  width: 16px;
  height: 16px;
}
.pass-change-icon {
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin-left: 10px;
}

.type-content {
  /* margin-top: 10px; */
}
.type-box {
  display: flex;
  align-items: center;
  justify-content: space-between !important;
  cursor: pointer;
  padding: 0 10px;
}
.type-box img {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.type-box span {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.type-box .getCode {
  color: #3466e3;
  margin-left: 6px;
}
.vertical-line {
  width: 15px;
  height: 0;
  opacity: 1;
  transform: rotate(90deg);
  border: 1px solid rgba(196, 196, 196, 1);
  margin: 0 24px;
}
.sabg {
  background: rgba(243, 246, 255, 1);
  z-index: 1;
  width: 100%;
  height: 60px;
  position: absolute;
}
.content-title {
  font-size: 24px;
  font-weight: 600;
}
.saas-box {
  width: 630px;
  height: 449.88px;
  opacity: 1;
  background: rgba(255, 255, 255, 1);

  border: 1px solid rgba(230, 232, 237, 1);

  box-shadow: 0px 3px 17px rgba(3, 52, 133, 0.17);
  padding: 44px 39px 0px 35px;
  position: relative !important;
  overflow: hidden;
}
.top-box {
  margin-bottom: 17px;
}
.saas-box .ins-box {
  height: 142px !important;
  border: 0px;
  z-index: 2;
  position: relative !important;
}
.saas-box h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  padding-top: 34px;
}
.saas-box h6 {
  margin-top: 30px;
}
.saas-box h3 {
  font-size: 24px;
  font-weight: 600;
  position: relative;
}
.saas-box h3::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 15px;
  width: 100%;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(229, 229, 229, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.saas-box h3 img {
  width: 4px;
  height: 22px;
  margin-right: 10px;
  vertical-align: sub;
}
.saas-box h5 {
  padding-left: 14px;
}
.saas-box h5 img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: sub;
}
.saas-box p {
  /* margin-bottom: 36px; */
  margin-top: 16px;
  line-height: 23px;
  padding-left: 14px;
}
.ins-bg {
  width: 175px;
  height: 210px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1; /* 关键：置于底层 */
}
.main-title {
  width: 100%;
  height: 170px;
  background-image: url("/assets/images/saas/saas-main-title.png");
  background-size: cover;
  margin-top: 107px;
}
.main-title p {
  line-height: 170px;
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  color: #ffffff;
}
.saas-steps {
  height: 792px;
  /* background-color: pink; */
  display: flex;
  justify-content: center; /* 水平居中 */
  align-items: center;
}
.image-container {
  position: relative; /* 文字框的定位基准 */
  width: fit-content; /* 宽度适应图片 */
  z-index: 9;
  background: rgba(243, 246, 255, 1);
  isolation: isolate;
}
.saas-steps img {
  width: 431px;
  height: 432px;
}
.left-top-box {
  position: absolute;
  width: 396px;
  height: 167px;
  padding: 25px 52px 44px 23px;
}
.left-top-box h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  margin-bottom: 14px;
}
.left-top-box p {
  font-size: 14px;
  padding-left: 17px;
  position: relative;
}
.left-top-box p::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 10px;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #1c64e9;
  border-radius: 50%;
}
.left-shadow {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );

  z-index: 1;
  box-shadow: -14px 0px 9px rgba(0, 0, 0, 0.06); /* 阴影在右侧 */
}
.right-shadow {
  opacity: 1;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 1) 0%,
    /* 左侧纯白 */ rgba(255, 255, 255, 0) 100% /* 右侧完全透明 */
  );
  box-shadow: 14px 0px 9px rgba(0, 0, 0, 0.06);
}
.saas-tabs {
  height: 772px;
  background-color: #ffffff;
}
.stepper-btn {
  width: 198px;
  height: 46px;
  opacity: 1;
  background: #0052d9;
  color: #ffffff;
  border: none;
  position: absolute;
  left: 100px;
  bottom: 85px;
}
.tabs-container {
  max-width: 1307px;
  margin: 0 auto;
  background: white;
  /* border-radius: 8px; */
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
  overflow: hidden;
}
/* Tabs 导航 */
.tabs-header {
  display: flex;
  background: #e5eaf7;
  justify-content: center;
  width: 100%;
  height: 66px;
  align-items: center;
}
.tabs-title {
  margin-top: 64px;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 66px;
  text-align: center;
}
.tab {
  /* padding: 12px 20px; */
  color: white;
  cursor: pointer;
  transition: background 0.3s;
  width: 326px;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 66px;
}

.tab img {
  width: 30px;
  height: 31px;
  margin-right: 9px;
}
.tab:hover {
  background: #007bff;
  color: #ffffff;
  height: 100%;
}
.tab.active {
  background: #007bff;
  color: #ffffff;
}
/* 内容区域 */
.tabs-content {
  display: flex;
  min-height: 487px;
  background: #f3f6ff;
}
/* 左侧表格和按钮 */
/* 左侧竖向步进条 */
.content-left {
  flex: 0.6;
  padding: 20px;
  padding-left: 100px;
  position: relative;
}
.stepper-container {
  position: relative;
  padding-left: 30px;
}
/* 顶部标题 */
.stepper-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 48px;
  color: #333;
  margin-top: 73px;
}
/* 蓝色连接线 */
.stepper-container::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  height: calc(100% - 20px);
  width: 2px;
  background: #007bff;
}
/* 每个步骤 */
.step {
  position: relative;
  margin-bottom: 30px;
}
.step:last-child {
  margin-bottom: 0;
}
/* 蓝色圆点 */
.step-dot {
  position: absolute;
  left: -23px;
  top: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #007bff;
  /* border: 2px solid white; */
  /* box-shadow: 0 0 0 2px #007bff; */
}
/* 步骤内容 */

.step-desc {
  font-size: 14px;
  color: #666;
}
/* 右侧图片 */
.content-right {
  flex: 1;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 643px;
  height: 323px;
  background-color: #ffffff;
  margin-top: 82px;
  margin-right: 109px;
}
.content-right img {
  max-width: 100%;
  max-height: 350px;
  border-radius: 4px;
}
.course {
  height: 846px;
  opacity: 1;
  background: #0052d9;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.course p {
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  color: #ffffff;
  padding-top: 46px;
  margin-bottom: 20px;
}
.course img {
  width: 1305px;
  height: 695px;
  margin: 0 auto;
}
.compare {
  height: 666px;
  background: white;
}
.compare h2 {
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  padding-top: 78px;
  margin-bottom: 88px;
}
.compare-container {
  display: flex;
  /* max-width: 1200px; */
  height: 454px;
  overflow: hidden;
}
.left-section {
  flex: 3; /* 占 30% */
  padding: 30px;
  /* background-color: #f8f9fa; */
  /* border-right: 1px solid #eee; */
}
.right-section {
  flex: 7; /* 占 70% */
  padding: 30px;
}
.title {
  width: 155px;
  height: 33px;
  opacity: 1;
  background: #0052d9;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 27px;
  text-align: center;
  line-height: 33px;
}
.content p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 24px;
  color: #383838;
  margin-bottom: 15px;
}
.highlight {
  color: #007bff;
  font-weight: bold;
}
.right-section .addsize {
  font-size: 14px;
}
.right-section .addstyle {
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}
.compareline {
  position: absolute;
  height: 46px;
  top: -46px;
  width: 100%;
}
.footer-title {
  position: relative;
  height: 170px;
  background-image: url("/assets/images/saas/footer-bg.png");
  background-size: cover;
  padding-top: 43px;
  /* display: flex;
  justify-content: space-between; */
}
.footer-box {
  width: 380px;
  height: 59px;
  opacity: 1;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0052d9;
  font-weight: 600;
  font-size: 24px;
}
.footer-box img {
  width: 38px;
  height: 38px;
}
.login-btn-now {
  margin-left: 20px;
}
