html,
body.erp-page-body {
  min-width: 1200px;
  margin: 0;
  color: #252c39;
  font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  background: #fff;
}

.erp-redesign,
.erp-redesign * {
  box-sizing: border-box;
  font-family: inherit;
}

.erp-redesign h1,
.erp-redesign h2,
.erp-redesign h3,
.erp-redesign p,
.erp-redesign ul,
.erp-redesign ol {
  margin: 0;
  padding: 0;
}

.erp-redesign li {
  list-style: none;
}

.erp-redesign button {
  font: inherit;
}

.erp-redesign input,
.erp-redesign textarea,
.erp-redesign select {
  font: inherit;
}

.erp-container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.erp-hero {
  position: relative;
  height: 526px;
  min-height: 526px;
  max-height: 526px;
  margin-top: 85px;
  overflow: hidden;
  color: #fff;
  background: #0764d5 url("/pages/img/erp/erp-banner-bg@2x.png") center top /
    cover no-repeat;
}

.erp-hero::before,
.erp-hero::after {
  position: absolute;
  content: "";
  pointer-events: none;
  display: none;
}

.erp-hero::before {
  inset: 0;
  opacity: 0.82;
  background: linear-gradient(107deg, #0756bc 4%, #0873e5 51%, #116bd9 100%);
}

.erp-hero::after {
  right: -145px;
  bottom: -230px;
  width: 1080px;
  height: 620px;
  border: 1px solid rgba(194, 237, 255, 0.3);
  border-radius: 50%;
  box-shadow: 0 0 0 48px rgba(194, 237, 255, 0.06),
    0 0 0 108px rgba(194, 237, 255, 0.05), 0 0 0 185px rgba(194, 237, 255, 0.04);
}

.erp-hero__rays {
  display: none;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.erp-hero__rays::before,
.erp-hero__rays::after {
  position: absolute;
  content: "";
  width: 1150px;
  height: 2px;
  right: -80px;
  opacity: 0.35;
  transform-origin: right center;
  background: #b6ebff;
  box-shadow: 0 38px 0 rgba(182, 235, 255, 0.36),
    0 76px 0 rgba(182, 235, 255, 0.24), 0 114px 0 rgba(182, 235, 255, 0.2),
    0 152px 0 rgba(182, 235, 255, 0.15);
}

.erp-hero__rays::before {
  top: 2px;
  transform: rotate(-26deg);
}
.erp-hero__rays::after {
  top: 130px;
  transform: rotate(12deg);
  opacity: 0.2;
}

.erp-hero__rings {
  display: none;
  position: absolute;
  bottom: -40px;
  right: calc(50% - 580px);
  width: 560px;
  height: 160px;
  border: 2px solid rgba(163, 239, 255, 0.55);
  border-radius: 50%;
  transform: perspective(320px) rotateX(65deg);
}

.erp-hero__rings i {
  position: absolute;
  top: 17px;
  left: 30px;
  right: 30px;
  bottom: 17px;
  border: 1px solid rgba(185, 246, 255, 0.5);
  border-radius: 50%;
}

.erp-hero__rings i:nth-child(2) {
  top: 34px;
  left: 62px;
  right: 62px;
  bottom: 34px;
}
.erp-hero__rings i:nth-child(3) {
  top: 53px;
  left: 94px;
  right: 94px;
  bottom: 53px;
}

.erp-hero__content {
  z-index: 1;
  display: flex;
  height: 100%;
  align-items: center;
}

.erp-hero__copy {
  width: 550px;
  padding: 2px 0 0 5px;
}

.erp-hero__copy h1 {
  color: #fff;
  font-size: 50px;
  line-height: 1.25;
  letter-spacing: 0;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 52, 138, 0.28);
}

.erp-hero__copy h1 span {
  padding: 0 3px;
  font-weight: 400;
}

.erp-hero__subtitle {
  margin-top: 6px !important;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 2px;
}

.erp-hero__subtitle strong {
  color: #fbec4f;
  font-weight: 700;
  letter-spacing: 0;
}

.erp-hero__summary {
  width: max-content;
  margin-top: 43px !important;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  white-space: nowrap;
}

.erp-hero__stats {
  display: flex;
  margin-top: 31px !important;
  gap: 38px;
}

.erp-hero__stats li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 58px;
  border: 1px solid rgba(209, 238, 255, 0.27);
  border-radius: 8px;
  background: rgba(15, 119, 226, 0.33);
  text-align: center;
}

.erp-hero__stats b {
  font-size: 18px;
  line-height: 21px;
}
.erp-hero__stats span {
  margin-top: 2px;
  font-size: 12px;
  color: rgba(237, 250, 255, 0.86);
}

.erp-device {
  display: none;
}

.erp-device__laptop {
  position: absolute;
  top: 12px;
  right: 74px;
  width: 470px;
  height: 286px;
  padding: 10px;
  border: 4px solid #e1edf7;
  border-radius: 14px 14px 7px 7px;
  background: #d9e7f2;
  box-shadow: 0 24px 26px rgba(0, 31, 95, 0.42),
    0 0 28px rgba(222, 252, 255, 0.66);
  transform: perspective(1100px) rotateY(-6deg) rotateX(2deg);
}

.erp-device__camera {
  position: absolute;
  z-index: 2;
  top: 4px;
  left: 50%;
  width: 5px;
  height: 5px;
  margin-left: -3px;
  border-radius: 50%;
  background: #98b1c0;
}

.erp-device__screen {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
}
.erp-device__topbar {
  display: flex;
  align-items: center;
  height: 24px;
  padding: 0 9px;
  background: #f4f8fb;
  color: #4b5c6d;
  font-size: 7px;
}
.erp-device__topbar i {
  width: 5px;
  height: 5px;
  margin-right: 3px;
  border-radius: 50%;
  background: #ee7565;
}
.erp-device__topbar i:nth-child(2) {
  background: #edc35d;
}
.erp-device__topbar i:nth-child(3) {
  margin-right: 9px;
  background: #71c683;
}
.erp-device__topbar em {
  margin-left: auto;
  color: #7790a5;
  font-style: normal;
}
.erp-device__layout {
  display: flex;
  height: calc(100% - 24px);
}
.erp-device__layout aside {
  width: 64px;
  padding-top: 11px;
  background: #103554;
  text-align: center;
}
.erp-device__layout aside b {
  display: block;
  width: 22px;
  height: 22px;
  margin: 0 auto 11px;
  border-radius: 5px;
  color: #fff;
  background: #1aa4d6;
  line-height: 22px;
  font-size: 12px;
}
.erp-device__layout aside span {
  display: block;
  width: 37px;
  height: 7px;
  margin: 10px auto;
  border-radius: 5px;
  background: rgba(235, 246, 255, 0.45);
}
.erp-device__layout aside .is-active {
  background: #21a9dd;
}
.erp-device__dashboard {
  flex: 1;
  padding: 14px 14px 10px;
  background: #fbfcfe;
}
.erp-device__cards {
  display: flex;
  gap: 8px;
}
.erp-device__cards i {
  flex: 1;
  height: 38px;
  border-radius: 3px;
  background: #ebf5fd;
  box-shadow: inset 0 0 0 1px #dcecf9;
}
.erp-device__cards i:nth-child(2) {
  background: #eefbf8;
}
.erp-device__cards i:nth-child(3) {
  background: #fff7e9;
}
.erp-device__cards i:nth-child(4) {
  background: #f6f2ff;
}
.erp-device__charts {
  display: flex;
  height: 96px;
  margin-top: 10px;
  gap: 12px;
}
.erp-device__line,
.erp-device__bars {
  position: relative;
  flex: 1;
  overflow: hidden;
  border: 1px solid #e3edf5;
  background: #fff;
}
.erp-device__line::before,
.erp-device__line::after {
  position: absolute;
  content: "";
  left: 10px;
  right: 10px;
  height: 1px;
  background: #eaf0f6;
  box-shadow: 0 23px 0 #eaf0f6, 0 46px 0 #eaf0f6;
}
.erp-device__line::before {
  top: 14px;
}
.erp-device__line::after {
  display: none;
}
.erp-device__line span {
  position: absolute;
  z-index: 1;
  bottom: 24px;
  width: 42px;
  height: 3px;
  border-radius: 3px;
  background: #20a8db;
  transform-origin: left center;
}
.erp-device__line span:nth-child(1) {
  left: 12px;
  transform: rotate(24deg);
}
.erp-device__line span:nth-child(2) {
  left: 49px;
  bottom: 40px;
  transform: rotate(-40deg);
}
.erp-device__line span:nth-child(3) {
  left: 82px;
  bottom: 13px;
  transform: rotate(31deg);
}
.erp-device__line span:nth-child(4) {
  left: 117px;
  bottom: 31px;
  transform: rotate(-24deg);
}
.erp-device__line span:nth-child(5) {
  left: 153px;
  bottom: 47px;
  transform: rotate(17deg);
}
.erp-device__bars {
  display: flex;
  align-items: flex-end;
  padding: 12px 13px;
  gap: 9px;
}
.erp-device__bars i {
  width: 17px;
  border-radius: 2px 2px 0 0;
  background: #38b9e4;
}
.erp-device__bars i:nth-child(1) {
  height: 29px;
}
.erp-device__bars i:nth-child(2) {
  height: 47px;
}
.erp-device__bars i:nth-child(3) {
  height: 65px;
}
.erp-device__bars i:nth-child(4) {
  height: 39px;
}
.erp-device__bars i:nth-child(5) {
  height: 57px;
}
.erp-device__table {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 11px;
  gap: 3px;
  margin-top: 9px;
}
.erp-device__table i {
  border-radius: 2px;
  background: #edf2f6;
}
.erp-device__table i:nth-child(1),
.erp-device__table i:nth-child(2),
.erp-device__table i:nth-child(3),
.erp-device__table i:nth-child(4) {
  background: #dce9f4;
}
.erp-device__base {
  position: absolute;
  left: -30px;
  right: -30px;
  bottom: -19px;
  height: 22px;
  border-radius: 2px 2px 20px 20px;
  background: linear-gradient(180deg, #edf6fc, #9bb2c4);
  box-shadow: 0 8px 11px rgba(2, 30, 73, 0.44);
}
.erp-device__phone {
  position: absolute;
  z-index: 3;
  right: 21px;
  bottom: 8px;
  width: 86px;
  height: 166px;
  padding: 8px 5px;
  border: 4px solid #eef5f9;
  border-radius: 15px;
  background: #e0ebf1;
  box-shadow: 0 13px 20px rgba(3, 33, 78, 0.42);
}
.erp-device__phone-speaker {
  width: 22px;
  height: 3px;
  margin: 0 auto 5px;
  border-radius: 3px;
  background: #8ca3b3;
}
.erp-device__phone-screen {
  position: relative;
  height: 139px;
  padding: 13px 9px;
  overflow: hidden;
  background: #fff;
}
.erp-device__phone-screen b {
  display: block;
  color: #263d52;
  font-size: 8px;
}
.erp-device__phone-screen i {
  display: block;
  height: 18px;
  margin-top: 7px;
  border-radius: 2px;
  background: #e8f4fb;
}
.erp-device__phone-screen i:nth-of-type(2) {
  height: 42px;
  background: repeating-linear-gradient(
    to bottom,
    #f1f5f7 0 1px,
    transparent 1px 10px
  );
}
.erp-device__phone-screen i:nth-of-type(3) {
  height: 24px;
  background: #f6f9fc;
}
.erp-device__phone-screen span {
  position: absolute;
  bottom: 24px;
  width: 5px;
  background: #26afe0;
}
.erp-device__phone-screen span:nth-of-type(1) {
  left: 20px;
  height: 22px;
}
.erp-device__phone-screen span:nth-of-type(2) {
  left: 32px;
  height: 36px;
}
.erp-device__phone-screen span:nth-of-type(3) {
  left: 44px;
  height: 29px;
}

.erp-section {
  padding: 45px 0 50px;
  background: #fff;
}
.erp-heading {
  text-align: center;
}
.erp-heading h2 {
  color: #333;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
}
.erp-heading h2 span {
  color: #186cea;
  font-size: 30px;
}
.erp-heading p {
  margin-top: 5px !important;
  color: #666;
  font-size: 14px;
  line-height: 20px;
}
.erp-heading--light h2,
.erp-heading--light p {
  color: #fff;
}
.erp-heading--light p {
  color: rgba(255, 255, 255, 0.76);
}

.erp-pains {
  padding-top: 50px;
  padding-bottom: 30px;
}
.erp-pains__grid {
  display: grid;
  grid-template-columns: repeat(3, 380px);
  justify-content: space-between;
  row-gap: 24px;
  margin-top: 35px;
}
.erp-pain-card {
  display: flex;
  width: 380px;
  height: 314px;
  flex-direction: column;
  padding: 20px 30px 12px;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.16);
}
.erp-pain-card__title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.erp-pain-card h3 {
  margin: 0;
  color: #333;
  font-size: 18px;
  line-height: 24px;
}
.erp-pain-card__icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.erp-pain-card ul {
  display: grid;
  row-gap: 15px;
  margin: 25px 0 0 !important;
}
.erp-pain-card li {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 24px;
  color: #666;
  font-size: 14px;
  line-height: 18px;
}
.erp-pain-card li::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  content: "";
  background: url("/pages/img/erp/erp-cross@2x.png") center / contain no-repeat;
  transform: translateY(-50%);
}
.erp-pain-card__answer {
  box-sizing: border-box;
  flex: 0 0 94px;
  width: 320px;
  height: 94px;
  min-height: 94px;
  max-height: 94px;
  margin-top: 23px;
  padding: 13px 11px 10px;
  overflow: hidden;
  border: 1px solid #deeafc;
  border-radius: 10px;
  background: #f0f5fe;
}
.erp-pain-card__answer b {
  display: block;
  margin-bottom: 10px;
  color: #186cea;
  font-size: 16px;
  line-height: 16px;
}
.erp-pain-card__answer p {
  margin: 0 !important;
  color: #666;
  font-size: 14px;
  line-height: 20px;
}
.erp-outline-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  padding: 0 21px;
  border: 1px solid #2d82f5;
  border-radius: 18px;
  color: #287aed;
  background: #fff;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s ease, background 0.2s ease;
}
.erp-outline-button:hover {
  color: #fff;
  background: #287aed;
}
.erp-scroll-button {
  margin: 26px auto 0;
}
.erp-scroll-button span {
  margin-right: 7px;
  font-size: 17px;
}

.btn-sheet-banner-learn {
  display: inline-flex;
  width: 149px;
  height: 36px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #186cea;
  color: #186cea;
  border-radius: 18px;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}
.btn-sheet-banner-learn img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.btn-sheet-banner-learn:hover {
  transform: scale(1.1);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.erp-learn-button {
  display: flex;
  margin: 30px auto 0;
}

.erp-feature-section {
  position: relative;
  overflow: hidden;
  padding: 50px 0 42px;
  background: #0a55bc url("/pages/img/erp/erp-feature-bg@2x.png") center center /
    cover no-repeat;
}
.erp-feature-section::before,
.erp-feature-section::after {
  display: none;
}
.erp-feature-section__pattern {
  display: none;
}
.erp-feature-section .erp-container {
  z-index: 1;
}
.erp-feature-section .erp-heading h2 {
  color: #fff;
  font-size: 30px;
}
.erp-feature-section .erp-heading p {
  color: #fff;
  font-size: 14px;
}
.erp-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 285px);
  justify-content: space-between;
  row-gap: 15px;
  margin-top: 59px;
}
.erp-feature-card {
  width: 285px;
  height: 245px;
  padding: 20px 12px;
  border-radius: 17px;
  background: #fff;
}
.erp-feature-card__head {
  display: flex;
  align-items: center;
  gap: 12px;
}
.erp-feature-card__icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.erp-feature-card h3 {
  margin: 0;
  color: #333;
  font-size: 18px;
  line-height: 24px;
}
.erp-feature-card ul {
  display: grid;
  row-gap: 20px;
  margin-top: 28px !important;
}
.erp-feature-card li {
  position: relative;
  padding-left: 23px;
  color: #666;
  font-size: 14px;
  line-height: 14px;
  white-space: nowrap;
}
.erp-feature-card li::before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 11px;
  content: "";
  background: url("/pages/img/erp/erp-check@2x.png") center / contain no-repeat;
}
.erp-feature-card > p {
  display: flex;
  margin-top: 19px !important;
  padding-left: 11px;
  gap: 8px;
}
.erp-feature-card > p b {
  display: inline-flex;
  height: 28px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-radius: 14px;
  color: #186cea;
  background: #f0f5fe;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 700;
}
.erp-feature-button {
  width: 149px;
  height: 36px;
  margin: 40px auto 0;
  gap: 8px;
  padding: 0;
  border-radius: 18px;
  color: #186cea;
  background: #fff;
  border-color: #186cea;
  font-size: 17px;
  font-weight: 400;
}
.erp-redesign .erp-feature-button {
  font-size: 17px;
  font-weight: 400;
}
.erp-feature-button img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.erp-feature-button:hover img {
  filter: brightness(0) invert(1);
}

.erp-industry {
  padding: 40px 0 26px;
}
.erp-industry .erp-heading h2 {
  color: #333;
  font-size: 30px;
}
.erp-industry .erp-heading p {
  color: #666;
  font-size: 14px;
}
.erp-industry__tabs {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 0;
  width: 100%;
  margin-top: 50px;
}
.erp-industry__tabs button {
  display: flex;
  flex: 0 0 90px;
  width: 90px;
  height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border: 1px solid #ddd;
  border-radius: 49px;
  color: #666;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
}
.erp-industry__tabs button.is-active {
  position: relative;
  border-color: #ddd;
  color: #fff;
  background: #186cea;
}
.erp-industry__tabs button.is-active::after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid #186cea;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  content: "";
  transform: translateX(-50%);
}
.erp-industry__panel {
  position: relative;
  width: 1200px;
  height: 842px;
  margin-top: 25px;
}
.erp-industry__panel::before,
.erp-industry__panel::after {
  position: absolute;
  z-index: 1;
  top: 482px;
  width: 382px;
  height: 277px;
  border: 1px solid #e5eaf0;
  border-radius: 14px;
  box-sizing: border-box;
  content: "";
  pointer-events: none;
}
.erp-industry__panel::before {
  left: 0;
}
.erp-industry__panel::after {
  right: 0;
}
.erp-industry__panel img {
  display: block;
  width: 1200px;
  height: 842px;
  object-fit: contain;
}
.erp-industry__content {
  width: 1200px;
  margin-top: 25px;
}
.erp-industry__banner {
  position: relative;
  height: 168px;
  overflow: hidden;
  border-radius: 8px;
  background: #cce2ea;
}
.erp-industry__banner::after {
  position: absolute;
  inset: 0;
  content: "";
  display: none;
}
.erp-industry__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.erp-industry__banner div {
  display: none;
}
.erp-industry__banner h3 {
  margin-bottom: 12px;
  color: #fff;
  font-size: 27px;
  line-height: 36px;
}
.erp-industry__banner p {
  margin: 0 !important;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
.erp-industry__brands {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  margin-top: 30px;
}
.erp-industry__brands img {
  width: 1200px;
  height: 55px;
  object-fit: contain;
}
.erp-industry__details {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 70px;
  margin-top: 34px;
}
.erp-industry__details article h3,
.erp-case-title h3 {
  position: relative;
  padding-left: 12px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.erp-industry__details article h3::before,
.erp-case-title h3::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 4px;
  height: 17px;
  background: #186cea;
  content: "";
}
.erp-industry__details article p {
  margin: 12px 0 24px !important;
  color: #666;
  font-size: 14px;
  line-height: 22px;
}
.erp-industry__details article:first-child p:first-of-type {
  margin-bottom: 28px !important;
}
.erp-industry__details article p.erp-question {
  position: relative;
  padding-left: 0;
}
.erp-industry__details article:nth-child(2) h3 {
  margin-bottom: 18px;
}
.erp-industry__details article:nth-child(2) p.erp-question {
  margin: 0 0 14px !important;
}
.erp-question img {
  display: none;
}
.erp-question strong,
.erp-question span {
  display: block;
}
.erp-question strong {
  display: flex;
  align-items: center;
  color: #666;
  line-height: 22px;
}
.erp-question span {
  margin-top: 6px;
  color: #666;
  padding-left: 26px;
  text-indent: -26px;
}
.erp-case-title {
  margin-top: 38px;
}
.erp-case-grid {
  display: grid;
  grid-template-columns: repeat(3, 380px);
  gap: 30px;
  margin-top: 22px;
}
.erp-case-card {
  position: relative;
  width: 380px;
  height: 274px;
  overflow: hidden;
  padding: 20px 20px 20px;
  border: 1px solid #e5e5e5;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  border-radius: 15px;
}
.erp-case-card__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  pointer-events: none;
}
.erp-case-card__logo {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  max-width: 95px;
  height: 32px;
  object-fit: contain;
  object-position: left center;
}
.erp-case-card__logo.is-hidden {
  display: none;
}
.erp-case-card__logo-text {
  position: relative;
  z-index: 1;
  display: none;
  height: 32px;
  align-items: center;
  color: #1d2b3a;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}
.erp-case-card__logo-text.is-visible {
  display: inline-flex;
}
.erp-case-card:nth-child(3) .erp-case-card__logo {
  height: 34px;
}
.erp-case-card h3 {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.erp-case-card__label {
  position: relative;
  z-index: 1;
  margin-top: 35px !important;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
.erp-case-card__value {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 4px;
  margin-bottom: 34px;
  color: #186cea;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
.erp-case-card__tags {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 12px;
  margin-top: 0;
  margin-bottom: 16px;
}
.erp-case-card__tags span {
  display: inline-flex;
  height: 24px;
  align-items: center;
  padding: 5px 15px;
  border-radius: 16px;
  color: #7f8999;
  background: #f0f5fe;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  white-space: nowrap;
}
.erp-case-card a {
  position: relative;
  z-index: 1;
  display: flex;
  width: 340px;
  height: 36px;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #186cea;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
}

.erp-compare {
  padding: 66px 0 62px;
  background: #eff5ff;
}
.erp-compare__table {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-height: 579px;
  margin-top: 26px;
  text-align: center;
}
.erp-compare__panel {
  position: relative;
  z-index: 1;
  flex: 1 1 0;
  height: 505px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 2px 10px rgba(49, 117, 191, 0.08);
  cursor: pointer;
  outline: none;
  transform: translateY(0);
  transform-origin: center;
  transition: flex-basis 0.42s ease, height 0.42s ease, transform 0.42s ease,
    box-shadow 0.42s ease, border-color 0.42s ease, background 0.42s ease,
    opacity 0.28s ease;
}
.erp-compare__panel::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255, 255, 255, 0.68) 45%,
    transparent 72%
  );
  transform: translateX(-115%);
}
.erp-compare__panel.is-active {
  z-index: 2;
  flex: 0 0 502px;
  width: 502px;
  height: 579px;
  border: 1px solid #cee2ff;
  border-radius: 17px;
  background: linear-gradient(137deg, #ffffff 0%, #f4fbff 53.26%, #ffffff 100%);
  box-shadow: 0 0 7px 1px rgba(0, 60, 121, 0.16);
  transform: translateY(0);
  animation: none;
}
.erp-compare__panel.is-active::after {
  animation: erpCompareShine 0.72s ease both;
}
.erp-compare__panel:focus-visible {
  border-color: #7bb3ff;
  box-shadow: 0 0 0 3px rgba(35, 123, 240, 0.16);
}
.erp-compare__panel.is-active:focus-visible {
  border-color: #cee2ff;
  box-shadow: 0 0 7px 1px rgba(0, 60, 121, 0.16);
}
.erp-compare__labels {
  flex: 0 0 155px;
  display: grid;
  grid-template-rows: 64px 72px repeat(6, 64px);
  padding: 26px 10px 44px;
  border: 0;
  border-radius: 0;
  color: #333;
  background: transparent;
  box-shadow: none;
  font-size: 14px;
  font-weight: 400;
  opacity: 1;
}
.erp-compare__labels.is-active {
  flex-basis: 502px;
  grid-template-rows: 64px 72px repeat(6, 64px);
}
.erp-compare__labels b {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ddd;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  transition: opacity 0.16s ease, transform 0.16s ease;
}
.erp-compare__labels span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  transition: opacity 0.16s ease, transform 0.16s ease;
}
.erp-compare__labels.is-active b {
  border-bottom: 2px solid #186cea;
  color: #186cea;
  font-size: 22px;
  font-weight: 700;
}
.erp-compare__labels.is-active span {
  color: #186cea;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}
.erp-compare__jackyun {
  padding: 26px 16px 44px;
}
.erp-compare__jackyun h3,
.erp-compare__column h3 {
  display: flex;
  height: 64px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding-top: 0;
  border-bottom: 1px solid #ddd;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  transition: opacity 0.16s ease, transform 0.16s ease;
}
.erp-compare__jackyun p,
.erp-compare__column p {
  height: 64px;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  transition: height 0.32s ease, color 0.2s ease, opacity 0.16s ease,
    transform 0.16s ease;
}
.erp-compare__column {
  padding: 26px 10px 44px;
}
.erp-compare__panel.is-active h3 {
  height: 64px;
  margin-top: 0;
  padding-top: 0;
  border-bottom: 2px solid #186cea;
  color: #186cea;
  font-size: 22px;
  font-weight: 700;
  transform: translateY(-4px);
}
.erp-compare__panel.is-active p {
  height: 64px;
  color: #186cea;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  opacity: 1;
}
.erp-compare__jackyun p:first-of-type,
.erp-compare__column p:first-of-type {
  height: 72px;
}
.erp-compare__panel:not(.is-active) {
  height: 579px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  opacity: 1;
}
.erp-compare__panel:not(.is-active):hover {
  opacity: 1;
  transform: none;
  box-shadow: none;
}
.erp-compare__labels:not(.is-active):hover {
  box-shadow: none;
  transform: none;
}
.erp-compare__table.is-switching .erp-compare__labels b,
.erp-compare__table.is-switching .erp-compare__labels span,
.erp-compare__table.is-switching .erp-compare__panel h3,
.erp-compare__table.is-switching .erp-compare__panel p {
  opacity: 0.72;
  transform: translateY(1px);
}

@keyframes erpComparePop {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-8px);
  }
}
@keyframes erpCompareShine {
  0% {
    opacity: 0;
    transform: translateX(-115%);
  }
  35% {
    opacity: 0.58;
  }
  100% {
    opacity: 0;
    transform: translateX(115%);
  }
}

.erp-partners {
  padding: 45px 0 39px;
  overflow: hidden;
}
.erp-logo-grid {
  position: relative;
  display: flex;
  justify-content: center;
  width: 1567px;
  max-width: 100vw;
  margin-left: 50%;
  margin-top: 29px;
  overflow: hidden;
  transform: translateX(-50%);
}
.erp-logo-grid::before,
.erp-logo-grid::after {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 245px;
  content: "";
  pointer-events: none;
}
.erp-logo-grid::before {
  left: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(255, 255, 255, 0.72) 48%,
    rgba(255, 255, 255, 0) 100%
  );
}
.erp-logo-grid::after {
  right: 0;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(255, 255, 255, 0.72) 48%,
    rgba(255, 255, 255, 0) 100%
  );
}
.erp-logo-grid img {
  display: block;
  width: 100%;
  max-width: none;
  height: 229px;
  padding: 0;
  border: 0;
  border-radius: 0;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 14%,
    #000 86%,
    transparent 100%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 14%,
    #000 86%,
    transparent 100%
  );
  object-fit: contain;
}
.erp-more-button {
  width: 128px;
  margin: 39px auto 0;
}

.erp-faq {
  padding: 38px 0 45px;
  background: #f7f7f7;
}
.erp-faq .erp-heading p {
  margin-top: 2px !important;
}
.erp-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, 575px);
  justify-content: center;
  gap: 50px;
  margin-top: 49px;
}
.erp-faq__group h3 {
  margin-bottom: 14px;
  padding-left: 11px;
  border-left: 4px solid #297cef;
  color: #363e49;
  font-size: 16px;
  line-height: 18px;
}
.erp-faq .erp-faq__item {
  position: relative;
  display: block;
  width: 100%;
  min-height: 56px;
  margin-top: 16px;
  padding: 0 48px 0 15px;
  overflow: hidden;
  border: 1px solid #e3e7ef;
  border-radius: 5px;
  color: #69727d;
  background: #fff;
  cursor: pointer;
  text-align: left;
  font-size: 12px;
}
.erp-faq__item span {
  display: block;
  height: 54px;
  line-height: 54px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}
.erp-faq__item i {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 15px;
  height: 15px;
  color: #999;
  font-style: normal;
  font-size: 0;
  font-weight: 300;
  line-height: 0;
  text-align: center;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}
.erp-faq__item i::before,
.erp-faq__item i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 1px;
  content: "";
  background: #999;
  transform: translate(-50%, -50%);
}
.erp-faq__item i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.erp-faq__item em {
  display: block;
  max-height: 0;
  overflow: hidden;
  color: #6c7580;
  font-size: 12px;
  font-style: normal;
  line-height: 20px;
  transition: max-height 0.24s ease, padding-bottom 0.24s ease;
}
.erp-faq__item[aria-expanded="true"] i {
  transform: translateY(-50%);
}
.erp-faq__item[aria-expanded="true"] i::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.erp-faq__item[aria-expanded="true"] i::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.erp-faq__item[aria-expanded="true"] em {
  max-height: 80px;
  padding-bottom: 11px;
}

.erp-cta {
  position: relative;
  overflow: hidden;
  height: auto;
  padding: 48px 0 27px;
  color: #fff;
  background: #0c55bc url("/pages/img/erp/erp-upgrade-bg@2x.png") center center /
    cover no-repeat;
}
.erp-cta::before {
  display: none;
}
.erp-cta__lines {
  display: none;
}
.erp-cta .erp-container {
  z-index: 1;
}
.erp-cta .erp-heading p {
  margin-top: 2px !important;
}
.erp-steps {
  display: flex;
  justify-content: space-between;
  width: 870px;
  margin: 33px auto 0 !important;
}
.erp-steps li {
  position: relative;
  display: flex;
  width: 240px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.erp-steps li:nth-child(3) {
  transform: translateX(3px);
}
.erp-steps li + li::before {
  position: absolute;
  left: -22px;
  top: 19px;
  width: 24px;
  height: 18px;
  content: "";
  background: url("/pages/img/erp/erp-upgrade-arrow@2x.png") center / contain
    no-repeat;
}
.erp-steps li:nth-child(3)::before {
  left: -24px;
}
.erp-steps span {
  display: flex;
  width: 63px;
  height: 63px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.16);
  font-size: 19px;
}
.erp-steps h3 {
  margin-top: 9px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}
.erp-steps p {
  width: auto;
  margin-top: 6px !important;
  color: #b9cbe8;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  white-space: nowrap;
}
.erp-cta__actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 62px;
}
.erp-primary-button,
.erp-secondary-button {
  display: inline-flex;
  width: 125px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 19px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
}
.erp-primary-button {
  border: 0;
  color: #000;
  background: #ffe200;
}
.erp-secondary-button {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}
.erp-cta__note {
  margin-top: 14px !important;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

@media (max-width: 1280px) {
  .erp-container {
    width: 1100px;
  }
  .erp-device {
    margin-right: -36px;
    transform: scale(0.93);
    transform-origin: right center;
  }
  .erp-feature-card {
    padding-left: 12px;
    padding-right: 12px;
  }
  .erp-feature-card h3 {
    font-size: 14px;
  }
  .erp-feature-card li {
    font-size: 10px;
  }
}
