@charset "UTF-8";
.leat_fixed_form {
  transform: translateX(calc(-150% + 50px));
  transition: all 0.9s cubic-bezier(0.62, -0.32, 0.37, 1.32);
}
.leat_fixed_form.angleAniBackingDone {
  transform: translateX(0);
}

.ry {
  width: 100%;
  max-width: 100%;
  height: 980px;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  box-sizing: border-box;
  overflow: hidden;
  background: linear-gradient(180deg, #F9FBFF 0%, #EFFAFF 100%);
}
.ry .title {
  font-size: 48px;
  color: rgb(27, 37, 74);
  line-height: 70px;
  font-weight: 700;
  color: #333333;
}
.ry .tips {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 32px;
}
.ry .ryzs1 {
  max-width: 1200px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.ry .ryzs1 img {
  display: block;
  width: 234px;
}
.ry .ryzs2 {
  max-width: 1200px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.ry .ryzs2 img {
  display: block;
  width: 234px;
}
.ry .bottom_btn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.ry .bottom_btn .more_btn {
  width: 200px;
  height: 54px;
  background: rgba(255, 255, 255, 0.3);
  font-size: 20px;
  color: rgb(255, 255, 255);
  line-height: 54px;
  text-align: center;
}

.system-architecture {
  background-color: #EEF8FD;
  padding: 60px 0;
  box-sizing: border-box;
}
.system-architecture .architecture-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.system-architecture .architecture-title {
  font-size: 32px;
  font-weight: 700;
  color: #333333;
  text-align: center;
  margin-bottom: 10px;
}
.system-architecture .architecture-subtitle {
  font-size: 16px;
  color: #666666;
  text-align: center;
  margin-bottom: 40px;
}
.system-architecture .architecture-diagram {
  width: 100%;
  overflow: hidden;
}
.system-architecture .diagram-header {
  border-radius: 4px;
  background-color: #1890ff;
  color: white;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 10px;
}
.system-architecture .diagram-section {
  margin-bottom: 20px;
}
.system-architecture .layer-title {
  background-color: #1890ff;
  color: white;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 0;
  width: 100px;
  margin-right: 10px;
  flex-shrink: 0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.system-architecture .module-item {
  border: none;
  background-color: #f5f5f5;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 14px;
  white-space: nowrap;
  text-align: center;
}
.system-architecture .layer-modules {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.system-architecture .layer-modules .module-item {
  background-color: #fff !important;
  width: 24%;
}
.system-architecture .service-layer,
.system-architecture .platform-layer {
  display: flex;
}
.system-architecture .layer-content {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.system-architecture .business-block {
  flex: 1;
  min-width: 0;
  margin-right: 10px;
  border: 1px dashed #d9d9d9;
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .system-architecture .business-block {
    min-width: 300px;
  }
}
.system-architecture .business-block.border-blue {
  border: 1px solid #1890ff;
}
.system-architecture .business-block:last-child {
  margin-right: 0;
}
.system-architecture .block-title {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 0;
  text-align: center;
}
.business-block.border-blue .system-architecture .block-title {
  background-color: #e6f7ff;
  border-bottom: 1px solid #1890ff;
}
.system-architecture .block-content {
  padding: 10px;
  flex: 1;
  display: flex;
}
.system-architecture .business-module {
  display: inline-block;
  width: 32%;
  margin-right: 1%;
  border: 1px dashed #f0f0f0;
  border-radius: 4px;
  overflow: hidden;
  vertical-align: top;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.system-architecture .module-header {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  padding: 6px 10px;
  text-align: center;
}
.system-architecture .module-items {
  padding: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}
.system-architecture .item {
  width: 100%;
  height: 36px;
  background-color: #f5f5f5;
  border-radius: 3px;
  padding: 5px 8px;
  margin: 2px 0;
  font-size: 16px;
  text-align: center;
}
.system-architecture .business-modules-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
}
.system-architecture .business-modules-grid-left {
  grid-template-columns: repeat(5, 1fr);
}
.system-architecture .business-modules-grid .module-item {
  height: 36px;
  margin: 0;
  font-size: 16px;
  padding: 6px;
  text-align: center;
  margin: 2.5px 5px;
  border-radius: 3px;
}
.system-architecture .platform-layer .block-content {
  flex: initial;
}
.system-architecture .display-layer {
  display: flex;
  align-items: stretch;
}
.system-architecture .display-layer .layer-modules {
  flex: 1;
}

.core-advantages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}
.core-advantages-grid .card {
  border-radius: 14px;
  padding: 20px;
}
.core-advantages-grid .title {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 10px;
}
.core-advantages-grid .sub_title {
  font-size: 16px;
  font-weight: 500;
  color: #666666;
}
.core-advantages-grid .icon {
  width: 50px;
  height: 50px;
}

#core-product-features {
  background-color: #ffffff;
}
#core-product-features .core-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}
#core-product-features .core-feature-card {
  border-radius: 8px;
  padding: 30px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
#core-product-features .core-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
#core-product-features .core-feature-icon {
  margin-bottom: 20px;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
}
#core-product-features .core-feature-icon img {
  width: 40px;
  height: 40px;
}
#core-product-features .core-feature-icon img {
  max-width: 100%;
  max-height: 100%;
}
#core-product-features .core-feature-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
#core-product-features .core-feature-description {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}
#core-product-features .core-feature-cta {
  width: 1200px;
  margin: 0 auto;
  background: linear-gradient(135deg, #1890ff 0%, #40a9ff 100%);
  border-radius: 8px;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
}
#core-product-features .core-feature-cta-boxes {
  width: 146px;
  height: 146px;
}
#core-product-features .core-feature-cta-content {
  flex: 1;
  min-width: 300px;
}
#core-product-features .core-feature-cta-title {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
}
#core-product-features .core-feature-cta-text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
}
#core-product-features .core-feature-cta-button {
  flex-shrink: 0;
}
#core-product-features .core-feature-cta-button .el-button {
  background-color: #ffffff;
  color: #1890ff;
  border: none;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.3s ease;
}
#core-product-features .core-feature-cta-button .el-button:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
}
#core-product-features {
  /* 响应式设计 */
}
@media (max-width: 768px) {
  #core-product-features .core-features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  #core-product-features .core-feature-card {
    padding: 20px;
  }
  #core-product-features .core-feature-cta {
    padding: 30px 20px;
    flex-direction: column;
    text-align: center;
  }
  #core-product-features .core-feature-cta-title {
    font-size: 20px;
  }
  #core-product-features .core-feature-cta-text {
    font-size: 14px;
  }
}

#features {
  width: 100%;
}
#features .container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
#features .feature-tabs-container {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}
#features .feature-tabs-wrapper {
  display: flex;
  width: 100%;
  max-width: 1400px;
  justify-content: space-between;
  border-radius: 25px;
  padding: 4px;
  box-sizing: border-box;
}
#features .feature-tab {
  width: 100px;
  padding: 8px 10px;
  border-radius: 25px;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.031372549);
}
#features .feature-tab img {
  width: 25px;
  height: 25px;
  margin-right: 4px;
  transition: all 0.3s ease;
}
#features .feature-tab svg {
  margin-right: 4px;
  transition: all 0.3s ease;
  color: #999;
}
#features .feature-tab .featureTabIcon3 {
  font-size: 18px;
}
#features .feature-tab:not(.active) {
  color: #666;
}
#features .feature-tab:not(.active):hover {
  color: #fff;
  background: #1890ff;
}
#features .feature-tab:not(.active):hover img {
  fill: #fff;
}
#features .feature-tab:not(.active):hover svg {
  fill: #fff;
}
#features .feature-tab.active {
  color: #fff;
  background: #1890ff;
}
#features .feature-tab.active svg {
  fill: #fff;
}
#features {
  /* 功能内容样式 */
}
#features .feature-content {
  margin-bottom: 20px;
}
#features .feature-card {
  height: 580px;
  background-color: white;
  border-radius: 12px;
  padding: 32px;
  position: relative;
}
#features .feature-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
#features .feature-text-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#features .feature-title {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 24px;
}
#features .feature-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#features .feature-item {
  display: flex;
  align-items: flex-start;
}
#features .feature-icon {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  margin-top: 13px;
  flex-shrink: 0;
}
#features .feature-icon.blue {
  background-color: #1890ff;
  color: #1890ff;
}
#features .feature-icon.green {
  background-color: #f6ffed;
  color: #52c41a;
}
#features .feature-icon.purple {
  background-color: #f9f0ff;
  color: #722ed1;
}
#features .feature-description {
  flex: 1;
}
#features .feature-item-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
  line-height: 40px;
}
#features .feature-item-text {
  color: #666;
  line-height: 1.6;
  font-size: 16px;
}
#features .feature-actions .nav_tip_buttons_phone {
  margin-top: 20px;
}
#features .feature-image-section {
  width: 100%;
}
#features .feature-image-wrapper {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  /* 与默认 feature*.png（600x334）同比例，上传图不撑开卡片 */
  aspect-ratio: 600 / 334;
  height: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#features .feature-image {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 22px;
}
#features .feature-image-accent {
  position: absolute;
  bottom: -16px;
  right: -16px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  opacity: 0.7;
}
#features {
  /* 响应式样式 */
}
@media (min-width: 768px) {
  #features .feature-content-wrapper {
    flex-direction: row;
  }
  #features .feature-text-section,
  #features .feature-image-section {
    width: 50%;
  }
}

.case_num {
  background: url("../../assets/syImg/home/gssl.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  color: #333333;
}
.case_num .stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.case_num .stat-card {
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.6392156863);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 30px 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.case_num .stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.case_num .stat-number {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.2;
  color: #1890ff;
}
.case_num .stat-number .unit {
  font-size: 20px;
  margin-left: 7px;
}
.case_num .stat-description {
  font-size: 1rem;
  line-height: 1.5;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .case_num .stats-grid {
    grid-template-columns: 1fr;
  }
}

.suc_case {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: bottom;
  font-size: 18px;
  font-weight: 400;
  background: #f5f7fa;
  padding-bottom: 40px;
}
.suc_case .tips {
  text-align: center;
}
.suc_case .head_portrait {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.suc_case .container {
  margin-bottom: 20px;
}
.suc_case {
  /* 成功案例网格布局 */
}
.suc_case .cases-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 16px;
}
.suc_case .cases-grid .law_firm_name {
  font-size: 22px;
  font-weight: 700;
  color: #333;
}
.suc_case .cases-grid .introduction {
  margin-top: 4px;
  font-size: 14px;
  color: #333;
}
.suc_case .case_top {
  width: 100%;
  position: relative;
  padding-top: 60px;
  margin-bottom: 60px;
}
.suc_case .case_top .english {
  width: 100%;
  text-align: center;
  font-size: 80px;
  color: rgb(232, 232, 232);
  position: absolute;
  top: 65px;
}
.suc_case .case_top .chinese {
  width: 100%;
  text-align: center;
  font-size: 48px;
  color: rgb(27, 37, 74);
  position: absolute;
  top: 80px;
  z-index: 2;
}
@media screen and (min-width: 2559px) {
  .suc_case .case_top .english {
    font-size: 80px;
  }
  .suc_case .case_top .chinese {
    font-size: 48px;
  }
}
@media screen and (min-width: 1919px) {
  .suc_case .case_top .english {
    font-size: 80px;
  }
  .suc_case .case_top .chinese {
    font-size: 48px;
  }
}
.suc_case .news {
  width: 100%;
  height: 1487px;
  background-image: url("../../assets/syImg/home/newsBg.png");
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding-top: 204px;
  position: relative;
}
.suc_case .news .news_top {
  font-weight: 700;
  position: relative;
  margin-bottom: 100px;
}
.suc_case .news .news_top .english {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 80px;
  color: rgba(232, 232, 232, 0.1);
  position: absolute;
  top: 0;
}
.suc_case .news .news_top .chinese {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 48px;
  color: rgb(255, 255, 255);
  position: absolute;
  top: 15px;
}
@media screen and (min-width: 2559px) {
  .suc_case .news .news_top .english {
    font-size: 80px;
  }
  .suc_case .news .news_top .chinese {
    font-size: 48px;
  }
}
@media screen and (min-width: 1919px) {
  .suc_case .news .news_top .english {
    font-size: 80px;
  }
  .suc_case .news .news_top .chinese {
    font-size: 48px;
  }
}
.suc_case .news .contact {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 40px;
  left: 10%;
  color: #fff;
  width: 80%;
}
.suc_case .news .contact .con_time {
  float: right;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  line-height: 52px;
}
.suc_case .news .contact .con_time div {
  display: flex;
  align-items: center;
}
.suc_case .news .contact .con_time .comments {
  margin-right: 18px;
}
.suc_case .news .contact .con_time .comments img {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 12px;
}
.suc_case .news .contact .con_time .comments_phone img {
  display: block;
  width: 34px;
  height: 34px;
  margin-right: 12px;
  margin-left: 38px;
}
.suc_case .news .contact .con_time .comments_phone span {
  font-size: 30px;
}
.suc_case .news .contact .phone_input {
  width: 100%;
  height: 100%;
  font-size: 16px;
  border: 2px solid rgb(27, 37, 74) !important;
  border-radius: none;
}
.suc_case .news .contact .submit_btn {
  display: block;
  width: 96px;
  height: 52px;
  background: rgb(27, 37, 74);
  border-radius: none;
  color: #fff;
  border: 1px solid rgb(27, 37, 74) !important;
  font-size: 16px;
  font-weight: 700;
}
.suc_case .news .contact .input {
  width: 624px;
  height: 52px;
  display: flex;
  margin-right: 52px;
}
.suc_case .news .new_content {
  box-sizing: border-box;
  padding: 0 10%;
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.suc_case .news .new_content .left_news {
  width: 755px;
  text-align: left;
  color: rgb(255, 255, 255);
  font-weight: 400;
}
.suc_case .news .new_content .left_news img {
  display: block;
  width: 755px;
  height: 412px;
  object-fit: cover;
}
.suc_case .news .new_content .left_news .time {
  font-size: 28px;
  line-height: 40px;
  margin-top: 20px;
}
.suc_case .news .new_content .left_news .year {
  font-size: 16px;
  line-height: 24px;
}
.suc_case .news .new_content .left_news .title11 {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 16px;
  margin-top: 12px;
}
.suc_case .news .new_content .left_news .text {
  font-size: 16px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.8);
}
.suc_case .news .new_content .left_news:hover {
  animation-name: scaleDraw;
  /*关键帧名称*/
  animation-timing-function: ease-in-out;
  /*动画的速度曲线*/
  animation-iteration-count: infinite;
  /*动画播放的次数*/
  animation-duration: 2s;
  /*动画所花费的时间*/
}
.suc_case .news .new_content .right_list {
  width: 726px;
  height: 100px;
  text-align: left;
}
.suc_case .news .new_content .right_list .list_content {
  display: flex;
  margin-bottom: 48px;
}
.suc_case .news .new_content .right_list .list_content .right_content {
  width: 480px;
  color: rgba(255, 255, 255, 0.8);
}
.suc_case .news .new_content .right_list .list_content .right_content .p_title {
  color: rgb(255, 255, 255);
}
.suc_case .news .new_content .right_list .list_content .list_item {
  width: 222px;
  height: 123px;
  margin-right: 24px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 28px;
}
.suc_case .news .new_content .right_list .list_content .list_item img {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.suc_case .news .new_content .right_list .list_content .p_title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
.suc_case .news .new_content .right_list .list_content .p_text {
  margin-bottom: 12px;
}
@media screen and (min-width: 2559px) {
  .suc_case .news .new_content .right_list .list_content .list_item {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 28px;
  }
  .suc_case .news .new_content .right_list .list_content .p_title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1919px) {
  .suc_case .news .new_content .right_list .list_content .list_item {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 28px;
  }
  .suc_case .news .new_content .right_list .list_content .p_title {
    font-size: 24px;
  }
}
.suc_case .news .new_content .list_content:hover {
  animation-name: scaleDraw;
  /*关键帧名称*/
  animation-timing-function: ease-in-out;
  /*动画的速度曲线*/
  animation-iteration-count: infinite;
  /*动画播放的次数*/
  animation-duration: 2s;
  /*动画所花费的时间*/
}
@keyframes scaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    transform: scale(1.05);
    /*放大1.1倍*/
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.05);
  }
}
.suc_case .news .title {
  font-weight: 700;
  font-size: 48px;
  color: rgb(255, 255, 255);
  position: absolute;
  top: 227px;
  left: 788px;
}
.suc_case .news .title_tips {
  font-weight: 400;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
}
.suc_case .news .news_tab {
  display: flex;
  justify-content: center;
  margin-top: 58px;
}
.suc_case .news .news_tab div {
  width: 152px;
  height: 52px;
  background: rgb(255, 255, 255);
  line-height: 52px;
  cursor: pointer;
  margin-right: 24px;
}
.suc_case .news .news_tab .btnA {
  background: rgb(24, 144, 255);
  color: #fff;
}
.suc_case .detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  margin-top: 52px;
}
.suc_case .detail .detail_item {
  width: 21%;
  height: 316px;
  margin-right: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  margin-bottom: 24px;
  cursor: pointer;
  transform: scale(1);
  transition: all 2s ease 0s;
}
.suc_case .detail .detail_item .text {
  width: calc(100% - 64px);
  font-size: 24px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  display: block;
  position: absolute;
  bottom: 35px;
  left: 32px;
}
.suc_case .detail .detail_item .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  text-align: left;
  box-sizing: border-box;
  padding: 54px 32px;
  font-size: 16px;
  letter-spacing: 2px;
}
.suc_case .detail .detail_item .mask .title {
  width: 100%;
  font-size: 24px;
  color: rgb(255, 255, 255);
  font-weight: 700;
}
.suc_case .detail .detail_item .mask .description {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 16px;
  margin-bottom: 50px;
  line-height: 28px;
}
.suc_case .detail .detail_item .mask .btn {
  width: 122px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.4);
}
.suc_case .detail .detail_item .mask:hover {
  opacity: 1;
}
.suc_case .detail .detail_item:hover {
  transform: scale(1.05);
  transition: all 2s ease 0s;
}
.suc_case .detail .detail_item:hover .text {
  display: none;
}
.suc_case .detail .case1 {
  background-image: url("../../assets/syImg/home/case1.svg");
}
.suc_case .detail .case2 {
  background-image: url("../../assets/syImg/home/case2.svg");
}
.suc_case .detail .case3 {
  background-image: url("../../assets/syImg/home/case3.svg");
}
.suc_case .detail .case4 {
  background-image: url("../../assets/syImg/home/case4.svg");
}
.suc_case .detail .case5 {
  background-image: url("../../assets/syImg/home/case5.svg");
}
.suc_case .detail .case6 {
  background-image: url("../../assets/syImg/home/case6.svg");
}
.suc_case .detail .case7 {
  background-image: url("../../assets/syImg/home/case7.svg");
}
.suc_case .detail .case8 {
  background-image: url("../../assets/syImg/home/case8.svg");
}
.suc_case .container {
  display: flex;
  justify-content: center;
}
.suc_case .container .title_img {
  display: block;
  width: 637px;
  height: 116px;
  margin-top: 66px;
}

.home_advantage {
  width: 100%;
  /* 添加功能板块标签样式 */
}
.home_advantage .feature-tabs-container {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}

.firm-carousel {
  width: 100%;
  max-width: 100%;
  background-color: #ffffff;
  padding-top: 64px;
  padding-bottom: 64px;
  box-sizing: border-box;
  overflow: hidden;
}
@media (min-width: 768px) {
  .firm-carousel {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
.firm-carousel .container {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 640px) {
  .firm-carousel .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1024px) {
  .firm-carousel .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.firm-carousel .text-center-wrapper {
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.firm-carousel .text-center-wrapper .section-title {
  font-size: clamp(24px, 3vw, 40px);
  font-weight: bold;
  margin-bottom: 16px;
}
.firm-carousel .text-center-wrapper .firm-tabs {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 32px;
  margin-top: 20px;
  width: 100%;
  border-bottom: 1px solid #ccd4e0;
}
@media (min-width: 769px) {
  .firm-carousel .text-center-wrapper .firm-tabs {
    flex-wrap: nowrap;
  }
}
.firm-carousel .text-center-wrapper .firm-tabs .firm-tab {
  padding: 8px 24px;
  font-size: 18px;
  font-weight: 500;
  transition: all 300ms;
  color: #666666;
  cursor: pointer;
  background: none;
  border: none;
}
.firm-carousel .text-center-wrapper .firm-tabs .firm-tab:hover {
  color: #1890ff;
}
.firm-carousel .text-center-wrapper .firm-tabs .firm-tab.active {
  color: #1890ff;
  border-bottom: 3px solid #1890ff;
}
.firm-carousel .firm-details {
  display: flex;
  gap: 32px;
  background: #fff;
}
.firm-carousel .firm-details .firm-image {
  width: 40%;
  flex-shrink: 0;
  /* 与默认 firmCarousel*.png（450x340）同比例，上传图不撑开 */
  aspect-ratio: 450 / 340;
  overflow: hidden;
  border-radius: 8px;
}
.firm-carousel .firm-details .firm-image .firm-image-img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 8px;
  display: block;
}
.firm-carousel .firm-details .firm-info {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
.firm-carousel .firm-details .firm-info .firm-logo-container {
  display: flex;
  margin-bottom: 24px;
}
.firm-carousel .firm-details .firm-info .firm-logo-container .firm-logo {
  width: auto;
  height: 64px;
}
.firm-carousel .firm-details .firm-info .firm-description {
  font-size: 18px;
  color: #4b5563;
  line-height: 1.6;
  z-index: 10;
  position: relative;
}
.firm-carousel .firm-details .firm-info .firm-name {
  margin-top: 20px;
  color: #888d91;
}
.firm-carousel .firm-details .firm-info .experience-button-container {
  margin-top: 32px;
}
.firm-carousel .firm-details .firm-info .featureComma {
  width: 200px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.feature-tabs-wrapper {
  display: inline-flex;
  border-radius: 8px;
  padding: 4px;
}

.feature-tab {
  padding: 8px 24px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: none;
  border: none;
}

.feature-tab:not(.active) {
  color: #666;
}

.feature-tab:not(.active):hover {
  color: #1890ff;
}

.feature-tab.active {
  color: #1890ff;
  background-color: rgba(24, 144, 255, 0.1);
}

.nav_tip_buttons_phone .el-input,
.nav_tip_buttons_phone .el-button {
  height: 40px;
}
.nav_tip_buttons_phone .el-button {
  width: 100px;
}
.nav_tip_buttons_phone .el-form-item {
  margin-right: 10px;
}
.nav_tip_buttons_phone .el-input {
  border-color: #409eff;
}
.nav_tip_buttons_phone .el-input .el-input__wrapper {
  border-width: 1px;
  border-color: #409eff;
}
.nav_tip_brief_box {
  width: 100%;
  height: 100vh;
  transition: all 1s;
  box-sizing: border-box;
  overflow: hidden;
}
.nav_tip_brief_box .nav_tip_brief_bg {
  position: relative;
  height: 100vh;
  background: url("../../images/syImg/banner/bannerBg1.jpg") no-repeat center center;
  background-size: cover;
  transition: all 1s;
}
.nav_tip_brief_box .nav_tip_brief_bg .nav_tip_shadow {
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 8.02%, #fff 73.47%);
  bottom: 0;
  height: 430px;
  position: absolute;
  transition: opacity 1s ease-in-out;
  width: 100%;
  z-index: 2;
}
.nav_tip_brief_box .nav_tip_brief_bg .nav_tip_shadow.angleAniBackingDone {
  opacity: 0;
}
.nav_tip_brief_box .nav_tip_container {
  align-items: center;
  backdrop-filter: blur(60px);
  background-color: hsla(0, 0%, 100%, 0.7);
  border: 1px solid;
  border-image-source: linear-gradient(138.73deg, rgba(148, 167, 204, 0.42) -17.98%, hsla(0, 0%, 100%, 0.98) 19.75%, #e3ebff 158.72%);
  border-radius: 24px;
  box-shadow: -30px 30px 60px 0 rgba(23, 60, 130, 0.2);
  display: flex;
  flex-direction: column;
  height: 340px;
  left: calc(50% + 320px);
  padding: 24px 22px 33px;
  position: absolute;
  top: 48vh;
  transform: translateZ(0);
  width: 468px;
  z-index: 3;
  transition: all 1s ease-out;
}
.nav_tip_brief_box .nav_tip_container .free-trial-btn {
  transition: all 0.3s ease-out;
  opacity: 0;
}
.nav_tip_brief_box .nav_tip_container.angleAniDone {
  top: 12vh;
  height: 463px;
}
.nav_tip_brief_box .nav_tip_container.angleAniDone .free-trial-btn {
  transition: all 1s ease-out 0.7s;
  opacity: 1;
}
.nav_tip_brief_box .nav_tip_container h3 {
  font-weight: 700;
  font-size: 26px;
  text-align: center;
  color: #333333;
}
.nav_tip_brief_box .nav_tip_container {
  /* 九宫格图标样式 */
}
.nav_tip_brief_box .nav_tip_container .icon-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 16px;
  width: 100%;
  height: 250px;
  padding: 20px 0;
  margin-bottom: 40px;
  flex-shrink: 0;
}
.nav_tip_brief_box .nav_tip_container .grid-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  border: 1px solid #EEEEEE;
  cursor: pointer;
  color: #666666;
}
.nav_tip_brief_box .nav_tip_container .grid-icon-item svg {
  color: #C1CBD8;
}
.nav_tip_brief_box .nav_tip_container .grid-icon-item.active {
  border: 1px solid #1890FF;
  background: #EFF7FF;
  color: #1890FF;
}
.nav_tip_brief_box .nav_tip_container .grid-icon-item.active svg {
  color: #1890FF;
}
.nav_tip_brief_box .nav_tip_container .grid-icon-item:hover {
  background: rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.nav_tip_brief_box .nav_tip_container .grid-icon-placeholder {
  width: 20px;
  height: 20px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav_tip_brief_box .nav_tip_container .grid-icon-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.nav_tip_brief_box .nav_tip_container .grid-icon-name {
  font-size: 12px;
  color: #333;
  text-align: center;
  font-weight: 500;
  line-height: 1.2;
}
.nav_tip_brief_box .nav_tip_img_view {
  display: flex;
  justify-content: center;
  perspective: 350px;
  position: absolute;
  transform-style: preserve-3d;
  width: 100%;
  display: flex;
  height: 800px;
  justify-content: center;
  perspective: 350px;
  position: absolute;
  top: 40vh;
  transition: all 0.9s ease-out;
}
.nav_tip_brief_box .nav_tip_img_view.angleAniDone {
  display: flex;
  height: auto;
  height: min(45vw, 785px);
  justify-content: center;
  margin-top: 0 !important;
  top: calc(50% + 40px);
  transform: translateY(-50%);
}
.nav_tip_brief_box .nav_tip_img_view .img_wrapper {
  background: hsla(0, 0%, 100%, 0.4);
  border-radius: 32px;
  display: block;
  max-width: 1632px;
  opacity: 1;
  padding: 40px 30px;
  transform: translateZ(0);
  transform-style: preserve-3d;
  transition: transform 0.9s cubic-bezier(0.22, 0.53, 0.58, 1) 0s, width 0.9s cubic-bezier(0.22, 0.53, 0.58, 1) 0s;
  width: 100%;
  will-change: transform, opacity, width, height;
  position: relative;
}
.nav_tip_brief_box .nav_tip_img_view .img_wrapper.angleAniBackingDone {
  transform: translateZ(0) rotateX(9deg) scale(0.92);
  animation: backingAnimation 1s ease-in-out 0s forwards;
}
.nav_tip_brief_box .nav_tip_img_view .img_wrapper.angleAniDone {
  animation: doneAnimation 1s ease-in-out 0s forwards;
}
@keyframes doneAnimation {
  0% {
    transform: translateZ(0) rotateX(9deg) scale(0.92);
    width: 100%;
  }
  55% {
    transform: translateZ(0) rotateX(0deg) scale(1);
  }
  90% {
    width: min(65vw, 1134px);
  }
  100% {
    transform: translateZ(0) rotateX(0deg) scale(1);
    width: min(65vw, 1134px);
  }
}
@keyframes backingAnimation {
  0% {
    transform: translateZ(0) rotateX(0deg) scale(1);
    width: min(65vw, 1134px);
  }
  65% {
    width: 100%;
  }
  100% {
    transform: translateZ(0) rotateX(9deg) scale(0.92);
    width: 100%;
  }
}
.nav_tip_brief_box .nav_tip_img_view .img_wrapper {
  /* 从下往上渐入动画 */
}
@keyframes slideUpFadeIn {
  0% {
    opacity: 0;
    transform: translateZ(100px) translateY(100px) rotateX(30deg) scale(0.92);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateY(0) rotateX(9deg) scale(0.92);
  }
}
.nav_tip_brief_box .nav_tip_img_view .img_wrapper {
  /* 初始状态样式 */
}
.nav_tip_brief_box .nav_tip_img_view .img_wrapper.slideUpInitial {
  opacity: 0;
  transform: translateZ(0) translateY(100px) rotateX(9deg) scale(0.92);
}
.nav_tip_brief_box .nav_tip_img_view .img_wrapper {
  /* 应用渐入动画 */
}
.nav_tip_brief_box .nav_tip_img_view .img_wrapper.slideUpAnimate {
  animation: slideUpFadeIn 1.2s ease-out forwards;
}
.nav_tip_brief_box .nav_tip_img_view .img_wrapper {
  /* 图片渐入动画 */
}
@keyframes fadeInFromBottom {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.nav_tip_brief_box .nav_tip_img_view .img_wrapper .custom-image-container {
  width: 100%;
  height: 100%;
}
.nav_tip_brief_box .nav_tip_img_view .img_wrapper .custom-image-item {
  width: 100%;
  height: 100%;
}
.nav_tip_brief_box .nav_tip_img_view .img_wrapper .custom-image-item.active {
  animation: fadeInFromBottom 0.6s ease-out forwards;
}
.nav_tip_brief_box .nav_tip_img_view .img_wrapper .img_wrapper_operation {
  position: absolute;
  top: 20px;
  left: 40px;
  display: flex;
  gap: 10px;
}
.nav_tip_brief_box .nav_tip_img_view .img_wrapper .img_wrapper_operation .red {
  width: 10px;
  height: 10px;
  background: #FF4D4F;
  border-radius: 50%;
}
.nav_tip_brief_box .nav_tip_img_view .img_wrapper .img_wrapper_operation .yellow {
  width: 10px;
  height: 10px;
  background: #FFD54F;
  border-radius: 50%;
}
.nav_tip_brief_box .nav_tip_img_view .img_wrapper .img_wrapper_operation .green {
  width: 10px;
  height: 10px;
  background: #43C069;
  border-radius: 50%;
}
.nav_tip_brief_box .nav_tip_img_view .img_wrapper .nav_tip_swiper_image {
  width: 100%;
  height: 100%;
}

.nav_tip_brief {
  position: absolute;
  z-index: 2;
  top: calc(7vh + 60px);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 1;
  transition: all 1s ease-in-out;
}
.nav_tip_brief.angleAniBackingDone {
  opacity: 0;
}
.nav_tip_brief .logo {
  margin: 0 auto;
  margin-bottom: 23px;
  width: 200px;
}
.nav_tip_brief .nav_tip_content {
  color: #191b1c;
  text-align: center;
}
.nav_tip_brief .nav_tip_title {
  font-size: 68px;
  font-weight: 700;
  text-align: center;
}
.nav_tip_brief .nav_tip_subtitle {
  margin: 0 0 30px 0;
  opacity: 0.9;
  font-weight: 400;
  font-size: 20px;
  color: #3C3C3C;
  text-align: center;
  letter-spacing: 10px;
}
.nav_tip_brief .nav_tip_features {
  margin-top: 20px;
}
.nav_tip_brief .feature_row {
  display: flex;
  gap: 40px;
  margin-bottom: 15px;
}
.nav_tip_brief .feature_item {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #191b1c;
  opacity: 0.9;
}
.nav_tip_brief .feature_item img {
  width: 20px;
  height: 20px;
}
.nav_tip_brief .feature_item i {
  font-size: 14px;
  color: #1890ff;
}
.nav_tip_brief .nav_tip_buttons {
  margin-top: 60px;
}

.nav_tip {
  position: absolute;
  z-index: 98;
  top: 50%;
  left: 50%;
  transform: translate(50%, 50%);
}
.nav_tip .login_content {
  display: flex;
  position: relative;
  box-sizing: border-box;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.nav_tip .login_content .ditu_content {
  width: 30vw;
  margin-right: 63px;
  flex-shrink: 0;
}
.nav_tip .login_content .ditu_content .title {
  width: 260px;
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  position: relative;
  margin-bottom: 10px;
}
.nav_tip .login_content .ditu_content .title .air_bubble {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #1890ff;
  height: 30px;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 7px;
}
.nav_tip .login_content .ditu_content .sub_title {
  font-weight: 500;
  font-size: 26px;
  margin-bottom: 20px;
}
.nav_tip .login_content .ditu_content .left_content_item3 {
  padding-right: 180px;
}
.nav_tip .login_content .ditu_content .left_content {
  height: 600px;
  border-radius: 22px;
  border-width: 1px;
  background: rgba(255, 255, 255, 0.4705882353);
  border: 1px solid #ffffff;
  padding: 23px;
  position: relative;
}
.nav_tip .login_content .ditu_content .left_content .ditu_img {
  width: 224px;
  height: 219px;
  position: absolute;
  bottom: -50px;
  right: -50px;
}
.nav_tip .login_content .ditu_content .left_content .left_content_title {
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  display: flex;
  align-items: center;
}
.nav_tip .login_content .ditu_content .left_content .left_content_title img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.nav_tip .login_content .ditu_content .left_content .left_content_text {
  padding-left: 50px;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-bottom: 21px;
  line-height: 28px;
}
.nav_tip .login_title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 54px;
  color: #333;
  height: 830px;
  width: 30vw;
  margin-left: 63px;
  backdrop-filter: blur(40px);
  background-color: #ffffff;
  border: 1px solid;
  border-image-source: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  font-size: 24px;
  flex-shrink: 0;
  border-radius: 16px;
  overflow: hidden;
}
.nav_tip .login_title .login_header {
  width: 100%;
  height: 106px;
  background: linear-gradient(180deg, #e2f1ff -9.96%, rgba(232, 244, 255, 0) 100%);
  font-weight: 900;
  font-size: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.nav_tip .login_title .login_header .sub_title {
  font-weight: 400;
  font-size: 14px;
}
.nav_tip .login_title .el-form {
  width: 100%;
  padding: 0 71px;
  box-sizing: border-box;
  padding-bottom: 10px;
  flex: 1;
}
.nav_tip .login_title .el-input {
  --el-component-size-large: 60px;
}
.nav_tip .login_title .el-form-item__label {
  color: #333;
}
.nav_tip .login_title .el-select__input-wrapper {
  font-weight: 400px;
}
.nav_tip .login_title .el-input--large {
  font-size: 18px;
}
.nav_tip .login_title .el-select__wrapper {
  height: 60px;
  font-size: 18px;
}
.nav_tip .login_title .el-button--large {
  padding: 1.625vw 0.98958vw;
  font-size: 18px;
}
.nav_tip .login_title .submitBtn {
  width: 100%;
}

.top_nav {
  height: 60px;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 99;
}

.bgUrl {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.get-code {
  height: 25px;
  line-height: 25px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background: none !important;
  border: none !important;
  color: rgb(153, 153, 153) !important;
}

.left_logo {
  position: absolute;
  top: 10px;
  left: 150px;
}
.left_logo img {
  display: block;
  width: 150px;
}

.free-trial-btn {
  display: block;
  margin: 0 auto;
  background-color: #1890FF;
  color: white;
  border: none;
  padding: 12px 40px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
}

.free-trial-btn:hover {
  background-color: #79bbff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(30, 136, 229, 0.3);
}

.free-trial-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(30, 136, 229, 0.3);
}

.bg-custom-gradient {
  background: linear-gradient(180deg, #F9FBFF 0%, #EFFAFF 100%);
}

.bg-custom-gradient-fff {
  background: linear-gradient(360deg, #F5FCFF 0%, #FFFFFF 100%);
}

/* 多端互联模块样式 */
#multi-platform-section {
  background: linear-gradient(180deg, #FFFFFF 0%, #EFFAFF 100%);
}
#multi-platform-section .multi-platform-title {
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 16px;
  text-align: center;
}
#multi-platform-section .multi-platform-subtitle {
  font-size: 18px;
  color: #666666;
  text-align: center;
  margin-bottom: 48px;
}
#multi-platform-section .multi-platform-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
  max-width: 1200px;
}
#multi-platform-section .left-panel {
  width: clamp(400px, 30vw, 500px);
}
#multi-platform-section .feature-buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}
#multi-platform-section .feature-button {
  color: #2b2f36;
  cursor: pointer;
  height: 78px;
  overflow: hidden;
  padding: 24px;
  transition: all 0.3s cubic-bezier(0.34, 0.63, 0, 0.99), height 0.4s ease-in-out;
  width: 100%;
}
#multi-platform-section .feature-button:hover {
  color: #409eff;
}
#multi-platform-section .feature-button.active {
  backdrop-filter: blur(10px);
  box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.0509803922);
  background: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0));
  border-radius: 16px;
  color: #1f2329;
  height: 152px;
  padding: 24px 24px 24px 24px;
  transition: height 0.4s ease-in-out;
}
#multi-platform-section .feature-icon {
  font-size: 24px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
#multi-platform-section .feature-content {
  flex: 1;
}
#multi-platform-section .feature-title {
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
}
#multi-platform-section .feature-description {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 16px;
}
#multi-platform-section .feature-description li {
  font-size: 16px;
  color: #666666;
  margin-bottom: 4px;
  position: relative;
  padding-left: 16px;
}
#multi-platform-section .feature-description li:before {
  content: "•";
  position: absolute;
  left: 4px;
  color: #666666;
}
#multi-platform-section .action-buttons {
  display: flex;
  gap: 16px;
}
#multi-platform-section .online-consult-btn {
  background-color: #ffffff;
  color: #1e88e5;
  border: 1px solid #1e88e5;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}
#multi-platform-section .online-consult-btn:hover {
  background-color: #f5f5f5;
}
#multi-platform-section .right-panel {
  flex: 1;
  min-width: 0;
}
@media (min-width: 769px) {
  #multi-platform-section .right-panel {
    min-width: 500px;
  }
}
#multi-platform-section .feature-images {
  position: relative;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#multi-platform-section .feature-images .feature-phone {
  position: absolute;
  right: -50px;
  bottom: -50px;
  height: 300px;
  width: auto;
  opacity: 0;
  z-index: 2;
  transform: translateY(60px);
  animation: featurePhoneSlideUpFadeIn 0.8s ease-out forwards 1s;
  /* 从下往上渐显动画 */
}
@keyframes featurePhoneSlideUpFadeIn {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#multi-platform-section .feature-image-box {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#multi-platform-section .feature-image {
  width: 100%;
  border-radius: 8px;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 0;
}
#multi-platform-section .feature-shell-layer {
  position: absolute;
  left: 20px;
  top: 30px;
  height: 140px;
  width: auto;
  opacity: 0;
  transform: translateX(-30px);
  animation: slideInLeft 0.8s ease-out forwards;
  z-index: 2;
}
@keyframes slideInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
#multi-platform-section .multiPlatformFeatureContent {
  position: absolute;
  opacity: 0;
  width: auto;
  z-index: 2;
}
#multi-platform-section .multiPlatformFeatureFloat13 {
  left: 50%;
  top: 50%;
  height: 140px;
  transform: translate(-50%, -50%);
  animation: fadeIn 0.8s ease-out forwards 0.6s;
}
#multi-platform-section .multiPlatformFeatureFloat11 {
  left: 10%;
  top: 34%;
  height: 80px;
  animation: fadeIn 0.8s ease-out forwards 0.6s;
}
#multi-platform-section .multiPlatformFeatureFloat12 {
  left: 24%;
  top: 54%;
  height: 60px;
  animation: fadeIn 0.8s ease-out forwards 0.6s;
}
#multi-platform-section .multiPlatformFeatureFloat21 {
  left: 42%;
  top: 42%;
  height: 40px;
  transform: translate(-50%, -50%);
  animation: fadeIn 0.8s ease-out forwards 0.6s;
}
#multi-platform-section .multiPlatformFeatureFloat22 {
  left: 18%;
  top: 43%;
  height: 35px;
  animation: fadeIn 0.8s ease-out forwards 0.6s;
}
#multi-platform-section .multiPlatformFeatureFloat23 {
  left: 54%;
  top: 44%;
  height: 58px;
  animation: fadeIn 0.8s ease-out forwards 0.6s;
}
#multi-platform-section .multiPlatformFeatureFloat24 {
  left: 30%;
  top: 56%;
  height: 40px;
  animation: fadeIn 0.8s ease-out forwards 0.6s;
}
#multi-platform-section .multiPlatformFeatureFloat31 {
  left: 14%;
  top: 30%;
  height: 140px;
  animation: fadeIn 0.8s ease-out forwards 0.6s;
}
#multi-platform-section .multiPlatformFeatureFloat32 {
  left: 38%;
  top: 44%;
  height: 140px;
  animation: fadeIn 0.8s ease-out forwards 0.6s;
}
#multi-platform-section {
  /* 淡入动画 */
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#multi-platform-section .feature-image.active {
  opacity: 1;
  z-index: 1;
}
#multi-platform-section {
  /* 响应式设计 */
}
@media (max-width: 768px) {
  #multi-platform-section .multi-platform-container {
    flex-direction: column;
    align-items: center;
  }
  #multi-platform-section .left-panel,
  #multi-platform-section .right-panel {
    min-width: auto;
    width: 100%;
  }
  #multi-platform-section .feature-images {
    height: 300px;
  }
  #multi-platform-section .feature-image {
    max-width: 100%;
  }
}

.sub-title {
  font-size: 17px;
  font-family: math;
}
