/* 新版导航 */
.new-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  transition: background-color 0.2s ease;
}

.new-header.white_bg {
  background: white;
  box-shadow: 0 2px 14px 0px rgba(0, 0, 0, 0.04);
}

.new-header-perch {
  height: 62px;
  width: 100%;
}

.new-header-white {
  background: white;
  box-shadow: 0 2px 14px 0px rgba(0, 0, 0, 0.04);
}

.new-header .new-nav-container {
  max-width: 1340px;
  height: 62px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.new-header .new-nav-container.new-nav-container-no-login{
  max-width: 1200px;
}

.new-header .new-navbar-header .logo-box {
  height: 32px;
  margin-bottom: 0;
}

.new-header .new-navbar-header .logo {
  height: 32px;
}

.new-header .new-navbar-header .new-navbar-brand {
  display: inline-flex;
  height: 32px;
}

.new-header .new-collapse {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 32px;
  margin-left: 36px;
}

.new-header .new-collapse .new-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.new-header .new-collapse .dropdown-icon {
  width: 16px;
  height: 16px;
}

.new-header .new-nav-container .new-collapse .new-nav .active .link {
  color: #2475fc;
  font-weight: 600;
}

.new-header .new-collapse .new-nav li .link:hover {
  color: #2475fc;
  font-weight: 600;
}

.new-header .new-collapse .new-nav .new-product {
  cursor: pointer;
}

.new-header .new-collapse .new-nav .new-product a {
  display: flex;
  align-items: center;
  gap: 4px;
}

.new-header .new-product-icon {
  width: 16px;
  height: 16px;
}

.new-header .new-login-box {
  cursor: pointer;
  height: 36px;
  display: flex;
  width: 100px;
  padding: 5px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  background: #2475fc;
  box-sizing: border-box;
}

.new-header .new-login-box a {
  color: white;
}

.new-header .new-login-box:hover {
  opacity: 0.8;
}

.new-header .new-login-box:hover a {
  color: white;
}

.new-header .new-collapse .new-navbar-right {
  gap: 8px;
  margin-bottom: 0;
}

.new-header .new-collapse .new-to-backstage-btn {
  position: relative;
  height: 34px;
  display: flex;
  width: 100px;
  padding: 5px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: #2475fc;
  box-sizing: border-box;
  color: white;
}

.new-header .new-collapse .new-to-backstage-btn .new-hot-dot {
  top: -2px;
  right: -15px;
}

.new-header .new-collapse .new-to-backstage-btn:hover {
  opacity: 0.8;
  color: white;
}

.new-header .new-collapse .new-navbar-right li a .username,
.caret {
  color: #595959;
}

.new-header .new-collapse .new-navbar-right li a:hover .username {
  color: #2475fc;
}

.new-header .new-collapse .new-navbar-right li a:hover .caret {
  color: #2475fc;
}

.new-header .new-collapse .new-navbar-right .nav-phone-box {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-right: 16px;
}

.new-header .new-collapse .new-navbar-right img {
  width: 24px;
}

.new-header .new-dropdown {
  cursor: pointer;
  position: relative;
}

.new-header .new-dropdown-menu {
  display: none;
  width: max-content;
  position: absolute;
  top: 30px;
  left: 0;
  padding: 2px;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 6px 30px 5px #0000000d, 0 16px 24px 2px #0000000a,
    0 8px 10px -5px #00000014;
}

.new-header .new-nav-container .new-collapse .new-nav .new-more-box {
  color: #595959;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 5px 0;
  margin-top: -2px;
}

.new-header .new-dropdown:hover .new-dropdown-menu {
  display: inline-flex;
}

.new-header .new-collapse .new-nav li .link {
  color: #595959;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-left: 0;
  padding-right: 0;
}

.new-header .new-channel-box {
  display: none;
  transform: translateX(-50%);
  position: fixed;
  z-index: 3;
  top: 46px;
  left: 50%;
  width: 100%;
  box-shadow: 0 24px 24px 0 #254e901f;
  border-radius: 0 0 12px 12px;
  background-color: transparent;
}

.new-header .new-channel-footer{
  background: #fff;
  text-align: left;
  margin-top: -6px;
}

.new-header .new-channel-footer .new-channel-footer-container{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px 32px 32px;
}

.new-header .new-channel-footer .footer-title{
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 32px;
  padding-top: 16px;
  border-top: 1px solid #e9e9e9;
}
.new-header .new-channel-footer .new-channel-footer-list{
  display: flex;
  align-items: center;
  gap: 16px;

}

.new-header .new-channel-footer .new-channel-footer-list .new-channel-footer-list-item{
  padding: 0 8px;
  height: 24px;
  display: flex;
  align-items: center;
  border-radius: 6px;
  transition: all 0.2s ease;
  color: #595959;
  font-size: 14px;
  line-height: 22px;
}

.new-header .new-channel-footer .new-channel-footer-list .new-channel-footer-list-item:hover{
  background: #E5EFFF;
}

.new-header .new-channel-content {
  width: 100%;
  background-color: white;
}

.new-header .new-channel {
  margin: 0 auto;
  width: 1200px;
  display: flex;
  justify-content: space-between;
  padding: 16px 32px;
  box-sizing: border-box;
  margin-top: 12px;
}
.new-header .new-channel .new-channel-content {
  display: flex;
  width: 400px;
  flex-direction: column;
  flex-shrink: 0;
  background: #fff;
  gap: 8px;
}

.new-header .new-channel .new-channel-content .new-channel-content-label {
  text-align: left;
  color: #000000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  padding-bottom: 10px;
  width: 362px;
  border-bottom: 1px solid #e9e9e9;
}

.new-header .new-channel .new-channel-content .new-channel-item {
  cursor: pointer;
  width: 362px;
  height: 72px;
  padding: 12px 0px 12px 16px;
  box-sizing: border-box;
  border-radius: 12px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
  box-sizing: border-box;
  border: 1px solid transparent;
}

.new-header .new-channel .new-channel-content .new-channel-item:hover {
  border: 1px solid #fff;
  background: #e5efff;
}
.new-header
  .new-channel
  .new-channel-content
  .new-channel-item
  .new-channel-item-icon {
  width: 48px;
}
.new-header
  .new-channel
  .new-channel-content
  .new-channel-item
  .new-channel-item-content {
  display: flex;
  flex-direction: column;
  align-items: self-start;
  gap: 2px;
}
.new-header
  .new-channel
  .new-channel-content
  .new-channel-item
  .new-channel-item-content
  .new-channel-item-title {
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.new-header
  .new-channel
  .new-channel-content
  .new-channel-item
  .new-channel-item-content
  .new-channel-item-info {
  color: #595959;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  white-space: nowrap;
}
.new-header .new-channel .new-channel-content .new-channel-item:hover {
  background: #e5efff;
}

.new-header
  .new-nav-container
  .new-collapse
  .new-nav
  .new-product:hover
  .new-channel-box {
  display: block;
}

.zmwk-product-box {
  width: 100%;
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  background-image: url(/static/home/img/home2.1/banner-bg1.png?v=20260106);
}

.zmwk-product-box .zmwk-product-content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.zmwk-product-box .zmwk-product-content .main-title {
  color: #242933;
  font-size: 32px;
  font-weight: 900;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0 44px 0;
}

.zmwk-product-box .main-content-box {
  display: flex;
  gap: 24px;
}

.zmwk-product-box .left-tabs-box {
  width: 496px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.zmwk-product-box .left-tabs-box .tab {
  width: 240px;
  height: 242px;
  border-radius: 40px 12px;
  box-shadow: 0 4px 24px 0 #0000000f;
  background: #fff;
  padding: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border: 2px solid #fff;
}

.zmwk-product-box .left-tabs-box .tab:hover,
.zmwk-product-box .left-tabs-box .tab.active {
  transform: translateY(-5px);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.12);
}

.zmwk-product-box .left-tabs-box .tab.active {
  border: 2px solid var(---, #2475fc);
  background: #e5efff;
}

.zmwk-product-box .left-tabs-box .icon-box img {
  width: 48px;
  height: 48px;
}

.zmwk-product-box .left-tabs-box .title-block {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 12px;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.zmwk-product-box .left-tabs-box .title-block .ai-tag {
  padding: 0 6px;
  width: fit-content;
  height: 16px;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  align-items: center;
  border-radius: 6px 6px 6px 2px;
  background: var(
    ---ai,
    linear-gradient(94deg, #2475fc 0.65%, #3c01ff 53.2%, #c20cff 100%)
  );
}

.zmwk-product-box .left-tabs-box .desc-block {
  color: #595959;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  margin-top: 8px;
  height: 66px;
}

.zmwk-product-box .left-tabs-box .new-product-item-btn {
  font-size: 14px;
  margin-top: 8px;
  width: fit-content;
}
.zmwk-product-box .left-tabs-box .new-product-item-btn .btn-icon {
  width: 16px;
}

.zmwk-product-box .right-img-box {
  width: 680px;
  height: 500px;
  box-shadow: 0 4px 36px 0 #0000001f;
  border-radius: 16px;
  background: #eaf0f8;
  padding: 4px;
  position: relative;
  overflow: hidden;
}
.zmwk-product-box .right-img-box img {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  object-fit: cover;
  border-radius: 12px;
  opacity: 0;
  transform: scale(0.95);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.zmwk-product-box .right-img-box img.active {
  opacity: 1;
  transform: scale(1);
}

/* ai赋能 */

.ai-empowerment-block {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}

.ai-empowerment-block .main-title-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #242933;
  font-size: 32px;
  font-weight: 900;
  line-height: 40px;
  margin: 0 0 40px 0;
}

.ai-empowerment-block .main-title-block img {
  width: 40px;
}

.ai-empowerment-block .tabs-box {
  display: flex;
  padding: 0 40px;
  gap: 32px;
  overflow: hidden;
  position: relative;
}

.ai-empowerment-block .tabs-box .tab-item {
  flex: 1;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 16px;
  color: #262626;
  line-height: 24px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  user-select: none;
}

.ai-empowerment-block .tabs-box .tab-item:hover {
  color: #2475fc;
}

.ai-empowerment-block .tabs-box .tab-item.active {
  color: #2475fc;
  font-weight: 600;
}

.ai-empowerment-block .tabs-box .tab-item.active::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #2475fc;
  transform-origin: left center;
  animation: tabIndicator 12s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

@keyframes tabIndicator {
  0% {
    transform: scaleX(0);
    opacity: 0;
  }
  10% {
    transform: scaleX(0);
    opacity: 1;
  }
  90% {
    transform: scaleX(1);
    opacity: 1;
  }
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}

.ai-empowerment-block .tab-content-box {
  margin-top: 24px;
  width: 1200px;
  height: 500px;
  position: relative;
}

.ai-empowerment-block .tab-content-box .tab-content-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  border: 1px solid var(--10, #fff);
  background: linear-gradient(180deg, #eaf3ff 0%, #fff 51.7%);
  box-shadow: 0 4px 24px 0 #0000000f;
  border-radius: 12px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  pointer-events: none;
  z-index: 0;
}

.ai-empowerment-block .tab-content-box .tab-content-item.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  z-index: 2;
}

.ai-empowerment-block .tab-content-box .tab-content-item.leaving {
  opacity: 0;
  transform: translateY(-20px);
  z-index: 1;
}

.ai-empowerment-block .tab-content-box .tab-content-item .left-info-box {
  width: 500px;
  height: 500px;
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ai-empowerment-block .left-info-box .card-icon {
  width: 80px;
  height: 80px;
}

.ai-empowerment-block .left-info-box .title-block {
  color: #242933;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-top: 16px;
}

.ai-empowerment-block .left-info-box .desc-block {
  color: #7a8699;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 16px;
}

.ai-empowerment-block .left-info-box .list-box {
  margin-top: 16px;
  gap: 4px;
  display: flex;
  align-items: center;
  color: #242933;
  font-size: 16px;
  line-height: 24px;
}

.ai-empowerment-block .left-info-box .list-box img {
  width: 24px;
  height: 24px;
}

.ai-empowerment-block .left-info-box .new-product-item-btn {
  margin-top: 40px;
}

.ai-empowerment-block .tab-content-box .tab-content-item .right-img-box {
  width: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.ai-empowerment-block
  .tab-content-box
  .tab-content-item
  .right-img-box
  .gif-img-box1 {
  width: 438px;
  height: 320px;
  border-radius: 16px;
  box-shadow: 0 8px 24px 0 #0000001a;
  position: absolute;
  left: 230px;
  top: 90px;
}

.ai-empowerment-block
  .tab-content-box
  .tab-content-item
  .right-img-box
  .gif-img-box2 {
  width: 438px;
  height: 320px;
  border-radius: 16px;
  box-shadow: 0 8px 24px 0 #0000001a;
  position: absolute;
  left: 32px;
  top: 92px;
}

.ai-empowerment-block
  .tab-content-box
  .tab-content-item
  .right-img-box
  .gif-img {
  width: 100%;
  height: 100%;
  box-shadow: 0 8px 24px 0 #0000001a;
  border-radius: 16px;
}

.ai-empowerment-block .tab-content-box .tab-content-item .right-img-box .img {
  display: block;
  width: 100%;
  border-radius: 0 12px 12px 0;
}

.ai-empowerment-block,
.tab-content-box,
.tab-content-item.active,
.right-img-box,
.ai-empowerment-block img {
  animation: fadeInImage 0.6s ease-out;
}

@keyframes fadeInImage {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* 多渠道消息聚合 */

.message-aggregation-box {
  width: 1200px;
  padding-bottom: 40px;
  margin: 0 auto;
}

.message-aggregation-box .main-title {
  margin: 60px auto 40px auto;
  text-align: center;
  color: #242933;
  font-size: 32px;
  font-weight: 900;
  line-height: 40px;
}

.message-aggregation-box .main-content-box {
  display: flex;
}

.message-aggregation-box .left-info-box {
  width: 500px;
  padding-right: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.message-aggregation-box .left-info-box .title-block {
  color: #000000;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
}

.message-aggregation-box .left-info-box .desc-block {
  color: #595959;
  font-size: 16px;
  line-height: 24px;
  margin-top: 40px;
}

.message-aggregation-box .left-info-box .icon-list-box {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.message-aggregation-box .left-info-box .icon-list-box img {
  width: 40px;
  height: 40px;
}

.message-aggregation-box .left-info-box .multiterminal-btn {
  margin-top: 40px;
  width: fit-content;
}

.message-aggregation-box .right-img-box {
  width: 700px;
  height: 528px;
  border-radius: 12px;
}

.message-aggregation-box .right-img-box img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 24px 0 #eeeeee;
}

/*banner*/
.new-banner .new-bn-item {
  height: 605px;
  width: 100%;
  padding-top: 165px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  background-image: url(/static/home/img/home2.1/new_banner1.jpg?v=2026010601);
}

.new-banner .new_bn_1 {
  background-image: url(/static/home/img/home2.1/new_banner1.jpg?v=2026010601);
}
/* 
.new-banner .new_bn_2 {
  background-image: url(/static/home/img/home2.1/banner2.png?v=20250530);
}

.new-banner .new_bn_3 {
  background-image: url(/static/home/img/home2.1/banner3.png?v=20250530);
}

.new-banner .new_bn_4 {
  background-image: url(/static/home/img/home2.1/banner4.png?v=2026010601);
}

.new-banner .new_bn_5 {
  background-image: url(/static/home/img/home2.1/banner5.png?v=20250530);
}

.new-banner .new_bn_6 {
  background-image: url(/static/home/img/home2.1/banner6.png?v=20250530);
} */

.new-banner .new-home_pages .new-home-info {
  color: #3a4559;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.new-banner .swiper-banner-container {
  overflow: hidden;
  position: relative;
}

/* 页面切换时的渐变效果 */
.new-banner .swiper-banner-container .swiper-slide {
  opacity: 0 !important; /* 初始隐藏 */
  transition: opacity 0.5s ease !important;
}

.new-banner .swiper-banner-container .swiper-slide-active {
  opacity: 1 !important; /* 当前页显示 */
}

/* 内容从下往上滑入的动画 */
.new-banner .swiper-banner-container .swiper-content-text {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease 0.3s; /* 延迟 0.3s 触发 */
}
.new-banner .swiper-banner-container .swiper-slide-active .swiper-content-text {
  opacity: 1;
  transform: translateY(0);
}

.new-banner .bn-content {
  position: relative;
  width: 1170px;
  height: 100%;
  margin: 0 auto;
}

.new-banner .bn-content .new-title {
  color: #242933;
  font-size: 34px;
  font-style: normal;
  font-weight: 900;
  margin-top: 32px;
}

.new-banner .bn-content .white {
  color: white;
}

.new-banner .new-home_pages {
  color: #595959;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  padding: 24px 0 50px 0;
  line-height: 22px;
}
.new-banner .new-home_pages_desc{
  color: #242933;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
}

.new-banner .bn-item .bn-content p.text_1 {
  padding-bottom: 20px;
}

.new-banner .bn-content .new-add_app-btn {
  display: inline-block;
  padding: 12px 50px;
  border-radius: 12px;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.new-banner .bn-content .new-add_app-btn:hover {
  opacity: 0.8 !important;
}

.new-banner .bn-content .free-btn {
  background: #fff;
  color: #2475fc;
  /* position: relative; */
  /* overflow: hidden; */
}

.new-banner .bn-content .free-btn-violet {
  background: linear-gradient(
    94deg,
    #2475fc 0.65%,
    #3c01ff 53.2%,
    #c20cff 100%
  );
  color: #ffffff;
}

.new-banner .bn-content .free-btn-assistance {
  background: linear-gradient(90deg, #2497fc 0%, #2453fc 100%);
  color: #ffffff;
}

.new-banner .bn-content .free-btn-green {
  background: #00b152;
  color: #ffffff;
}

.new-banner .bn-content .wx-btn {
  display: inline-block;
  padding: 12px 50px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #fff;
  color: #fff;
}

.new-banner .bn-content .wx-btn-violet {
  display: inline-block;
  padding: 12px 50px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #6524fc;
  color: #6524fc;
}

.new-banner .bn-content .wx-btn-assistance {
  display: inline-block;
  padding: 12px 50px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #2475fc;
  color: #2475fc;
}

.new-banner .bn-content .wx-btn-green {
  display: inline-block;
  padding: 12px 50px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #21a665;
  color: #21a665;
}

.flex-align-center {
  display: flex;
  align-items: center;
}

.flex-column-center {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.gap16 {
  gap: 16px;
}

.gap24 {
  gap: 24px;
}

.new-banner .bn-content .btn-icon {
  width: 24px;
  height: 24px;
  vertical-align: sub;
  margin-right: 2px;
}

.new-banner .bn_1 .bn_img {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* 修改分页器的样式 */
.new-banner .swiper-banner-container .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #505050;
}

/* 激活状态下的分页器样式 */
.new-banner .swiper-banner-container .swiper-pagination-bullet-active {
  width: 48px;
  height: 12px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #2475fc;
}

/* 立即体验 */
.new-home-main {
  background-color: white;
}

.new-home-main .experience-box {
  position: relative;
  z-index: 1;
  top: -40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  width: 1200px;
  height: 76px;
  padding: 8px 12px;
  flex-shrink: 0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 24px 0 #00000014;
}

.new-home-main .experience-item {
  display: inline-flex;
  padding: 16px 24px;
  justify-content: space-between;
  align-items: center;
  border-radius: 16px;
  border: 1px solid #fff;
  width: 384px;
  height: 56px;
  background: #f5f9ff;
  transition: padding-bottom 0.3s ease;
}

.new-home-main .experience-item:hover {
  background: #e0ecff;
}

.new-home-main .experience-label {
  color: #262626;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.new-home-main .experience-label .icon {
  width: 24px;
  margin-left: 4px;
  padding-bottom: 2px;
}

.new-home-main .experience-content {
  margin: 8px 0 16px;
  width: 336px;
  color: #595959;
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.new-home-main .experience-btn {
  color: #8c8c8c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  height: 24px;
  cursor: pointer;
  transition: opacity 0.6s ease, visibility 0.3s;
}

.new-home-main .experience-item:hover .experience-btn {
  color: #2475fc;
  opacity: 0.8;
}

.new-home-main .experience-btn .btn-icon {
  width: 24px;
  height: 24px;
}

.new-home-main .experience-item:hover .btn-icon {
  display: none;
}

.new-home-main .experience-btn .btn-icon-avtive {
  width: 24px;
  height: 24px;
}

.new-home-main .experience-item:hover .btn-icon-avtive {
  display: inline-block !important;
}

/* 产品 */
.new-home-main .new-product-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
  margin-top: 60px;
}

.new-home-main .new-product-title {
  color: #242933;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 40px;
}

.new-home-main .new-product-info {
  padding: 16px 0 48px;
  color: #595959;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.margintop46 {
  margin-top: 46px;
}

.margintop24 {
  margin-top: 24px;
}

.new-home-main .new-product-item {
  border-radius: 16px;
  background: #f5f9ff;
}

/* .new-home-main .new-product-item:hover {
    box-shadow: 0 4px 24px 0 #00000014;
} */

.new-home-main .new-product-item-block {
  align-items: flex-start;
}

.new-home-main .new-product-item-left {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 85px 42px;
}

.new-home-main .new-product-item-left-block {
  padding: 40px 40px 32px;
}

.new-home-main .new-product-item-img {
  width: 588px;
  height: 348px;
}

.new-home-main .new-product-item-label {
  height: 45px;
  align-self: stretch;
  color: #000000;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
}

.new-home-main .new-product-item-info {
  align-self: stretch;
  color: #3a4559;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.new-home-main .max-width {
  max-width: 588px;
}

.new-home-main .new-product-item-btn {
  cursor: pointer;
  display: flex;
  gap: 8px;
  align-items: center;
  color: #2475fc;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.new-home-main .new-product-item-btn:hover {
  opacity: 0.8;
}

.new-home-main .new-product-item-btn .btn-icon {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}

.new-home-main .new-product-item-btn:hover .btn-icon {
  transform: translateX(10px);
}

/* 9 大特色功能 */
.new-home-main .feature-main {
  margin-top: 60px;
  background: url("../img/home2.1/feature-bg.png?v=01") center center no-repeat;
  width: 100%;
  padding: 60px 0 100px;
}
.new-home-main .feature-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
}

.new-home-main .feature-title {
  color: #242933;
  font-size: 48px;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.new-home-main .feature-info {
  color: #595959;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 16px 0 48px;
}

.new-home-main .feature-item-box {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.new-home-main .feature-item {
  display: flex;
  width: 388px;
  padding: 32px 24px;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  flex-shrink: 0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 16px 0 #254a8214;
  padding: 32px 24px;
}

/* .new-home-main .feature-item:hover {
    box-shadow: 0 4px 24px 0 #00000014;
} */

.new-home-main .feature-item-img {
  width: 80px;
  height: 80px;
}

.new-home-main .feature-item-right {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.new-home-main .feature-item-right .feature-item-label {
  align-self: stretch;
  color: #262626;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.new-home-main .feature-item-right .feature-item-info {
  align-self: stretch;
  color: #595959;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

/* 多终端高效使用 */
.new-home-main .multiterminal-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
  padding-top: 60px;
}

.new-home-main .multiterminal-title {
  color: #242933;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.new-home-main .multiterminal-info {
  color: #595959;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 16px 0 25px;
}

.new-home-main .multiterminal-item-box {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-bottom: 60px;
}

.new-home-main .multiterminal-item {
  display: flex;
  align-items: center;
  gap: 80px;
}

.new-home-main .multiterminal-item-title {
  height: 43px;
  align-self: stretch;
  color: #000000;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
}

.new-home-main .multiterminal-item-info {
  align-self: stretch;
  color: #595959;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 40px 0;
}

.new-home-main .multiterminal-btn {
  height: 36px;
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px;
  border-radius: 8px;
  background: linear-gradient(90deg, #2497fc 0%, #2475fc 100%);
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.new-home-main .multiterminal-btn:hover {
  opacity: 0.8;
}

.new-home-main .multiterminal-btn .btn-icon {
  width: 16px;
  height: 16px;
  vertical-align: sub;
  margin-left: 6px;
}

.new-home-main .multiterminal-item-img {
  width: 700px;
  height: 528px;
}

/* 3 种订购方案灵活选择 */
.new-home-main .plan-box-main {
  width: 100%;
  background: #f4fbff;
  padding-bottom: 60px;
}

.new-home-main .plan-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
}

.new-home-main .plan-title {
  padding-top: 60px;
  color: #262626;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.new-home-main .plan-info {
  color: #595959;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 16px 0 46px;
}

.new-home-main .plan-item-box {
  display: flex;
  align-items: center;
  gap: 24px;
}

.new-home-main .plan-item {
  position: relative;
  width: 384px;
  height: 444px;
  flex-shrink: 0;
  border-radius: 16px;
  border: 1px solid var(--10, #fff);
  background: var(--10, #fff);
  box-shadow: 0 4px 24px 0 #00000014;
  padding: 32px 62px 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.new-home-main .plan-item-img {
  width: 114px;
  height: 32px;
}

.new-home-main .plan-item-price-box {
  display: flex;
  align-items: end;
  padding: 32px 0;
  gap: 5px;
}

.new-home-main .plan-item-price-label {
  line-height: normal;
  color: #262626;
  font-size: 16px;
}

.new-home-main .plan-item-price-num {
  display: flex;
  color: #262626;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 36px;
}

.new-home-main .plan-item-price-time {
  color: #262626;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.new-home-main .plan-item-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.new-home-main .plan-item-content-p {
  align-self: stretch;
  color: #595959;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.new-home-main .plan-item-btn {
  cursor: pointer;
  position: absolute;
  bottom: 56px;
  margin-top: 64px;
  display: flex;
  width: 260px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  background: var(---, #2475fc);
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.new-home-main .plan-item-btn:hover {
  opacity: 0.8;
}

.new-home-main .plan-item-btn2 {
  background: #5365f2;
}

.new-home-main .plan-item-btn3 {
  background: #2f2314;
}

.new-home-main .plan-view {
  margin-top: 32px;
  display: flex;
  width: 200px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  background: var(--07, #e4e6eb);
  color: #2475fc;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.new-home-main .plan-view .btn-icon {
  width: 18px;
  height: 18px;
}

/* 选择我们的 4 大理由 */
.new-home-main .reason-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0 68px;
}

.new-home-main .reason-title {
  color: #262626;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.new-home-main .reason-info {
  color: #595959;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 16px 0 48px;
}

.new-home-main .reason-item-box {
  display: flex;
  align-items: center;
  gap: 24px;
}

.new-home-main .reason-item {
  width: 282px;
  height: 348px;
  flex-shrink: 0;
  border-radius: 6px;
  border: 1.09px solid var(--07, #f0f0f0);
  background: #fafafc;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.new-home-main .reason-img-box {
  margin-top: 32px;
}

.new-home-main .reason-img {
  width: 76px;
  height: 76px;
}

.new-home-main .reason-item-title {
  color: #262626;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  padding: 20px 0 16px;
}

.new-home-main .reason-item-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.new-home-main .reason-item-content-list {
  align-self: stretch;
  color: #595959;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.new-home-main .reason-view {
  margin-top: 32px;
  display: flex;
  width: 200px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  color: #2475fc;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.new-home-main .reason-view .btn-icon {
  width: 18px;
  height: 18px;
}

/* 共同选择 */
.new-home-main .co-selection {
  width: 1200px;
  padding: 60px 0 80px;
  box-sizing: border-box;
  background: #f4f6fe;
}

.new-home-main .co-selection .co-selection-title {
  text-align: center;
  color: #242933;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.new-home-main .co-selection .co-selection-info {
  color: #595959;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 16px 0 48px;
}

.new-home-main .co-selection {
  width: 100%;
  box-sizing: border-box;
  padding: 40px 0 80px;
  overflow: hidden;
  position: relative;
}
.new-home-main .co-selection .overlay-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 160px;
  height: 100%;
  flex-shrink: 0;
  z-index: 1;
  background: linear-gradient(90deg, #f3f5fe 49.59%, #f4f6ff00 100%);
}
.new-home-main .co-selection .overlay-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 160px;
  height: 100%;
  flex-shrink: 0;
  z-index: 1;
  background: linear-gradient(270deg, #f3f5fe 49.59%, #f4f6ff00 100%);
}
.new-home-main .co-selection .co-selection-wrapper {
  width: fit-content;
  height: 520px;
}
.new-home-main .co-selection .boxes {
  display: flex;
  align-items: center;
  height: 176px;
  gap: 16px;
}
.new-home-main .co-selection .boxes .box {
  box-sizing: border-box;
  display: flex;
  width: 160px;
  height: 160px;
  padding: var(---0, 0) 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 16px;
  background: var(--10, #fff);
  box-shadow: 0 4px 24px 0 #254e9029;
}
.new-home-main .co-selection .boxes .box .box-icon {
  width: 62px;
}
.new-home-main .co-selection .boxes .box .box-title {
  align-self: stretch;
  color: #3a4559;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.new-home-main .marquee {
  width: fit-content;
  white-space: nowrap;
  box-sizing: border-box;
  animation: marquee 50s linear infinite;
}

.new-home-main .second {
  padding-left: 88px;
  width: fit-content;
  white-space: nowrap;
  box-sizing: border-box;
  animation: second 47s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-2992px);
  }
}

@keyframes second {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-2816px);
  }
}

/* 客服系统/公众号助手/企业微信运营指南 */
.new-home-main .fingerpost-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0 60px;
}

.new-home-main .fingerpost-title {
  color: #242933;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.new-home-main .fingerpost-info {
  color: #595959;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 16px 0 48px;
}

.new-home-main .fingerpost-item-box {
  display: flex;
  align-items: center;
  gap: 32px;
}

.new-home-main .fingerpost-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 268px;
  height: 362px;
  border-radius: 16px;
  border: 1px solid var(--10, #fff);
  background: linear-gradient(189deg, #e0eeff 6.79%, #fff 27.4%);
  box-shadow: 0 4px 16px 0 #00000014;
}

.new-home-main .fingerpost-item-title-box {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.new-home-main .fingerpost-item-title-box .fingerpost-item-icon {
  width: 40px;
  height: 40px;
}

.new-home-main .fingerpost-item-title {
  color: #262626;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

.new-home-main .fingerpost-item-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 32px;
}

.new-home-main .fingerpost-item-p {
  align-self: stretch;
  cursor: pointer;
  color: #262626;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.new-home-main .fingerpost-item-p:hover {
  color: #2475fc;
}

.new-home-main .fingerpost-item-btn-box {
  margin-top: 62px;
  display: flex;
  width: 221px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 6px;
  color: #2475fc;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.new-home-main .fingerpost-item-btn-box:hover {
  background: #f2f4f7;
}

.new-home-main .fingerpost-item-btn-box .btn-icon {
  width: 18px;
  height: 18px;
}

.new-home-main .fingerpost-view {
  margin-top: 48px;
  display: inline-block;
  text-align: center;
  width: 200px;
  padding: 8px 16px;
  border-radius: 6px;
  background: #2475fc;
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.new-home-main .fingerpost-view .btn-icon {
  width: 18px;
  height: 18px;
  vertical-align: sub;
  margin-left: 6px;
}

/* 内容 */
.solution-container {
  width: 100%;
  padding-bottom: 60px;
  background-color: white;
}

.solution-content {
  display: none;
  width: 1200px;
  height: 390px;
  margin: 0 auto;
  flex-shrink: 0;
  border-radius: 16px;
  background: #f5f9ff;
  padding: 48px;
  position: relative;
  margin-top: 70px;
}

.solution-content-left {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 613px;
}

.solution-content-info-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.solution-content-label {
  align-self: stretch;
  color: #262626;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

.solution-content-text-box {
  align-self: stretch;
  color: #3a4559;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.solution-content-btn-main {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.solution-content-btn-label {
  align-self: stretch;
  color: #000000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.solution-content-btn-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}

.solution-content-btn {
  display: flex;
  padding: 1px 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  border-radius: 6px;
  border: 1px solid #e4e6eb;
  color: #3a4559;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.solution-content-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 459px;
  height: 459px;
  border-radius: 32px;
}

/* 底部 */
.new-footer-box {
  width: 100%;
  background: #242527;
}
.new-footer-box .new-footer {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}

.new-footer-box .new-footer-left-item-box {
  display: flex;
  width: 819px;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
}

.new-footer-box .new-footer-left-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.new-footer-box .new-footer-left-item-label {
  align-self: stretch;
  color: #ffffff;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

.new-footer-box .new-footer-left-item-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.new-footer-box .new-footer-left-item-content li a {
  color: #a1a7b3;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-right: 24px;
}

.new-footer-box .new-footer-left-item-content li a:hover {
  color: #2475fc;
}

.new-footer-box .new-footer-left-item-content li:last-child a {
  margin-right: 0;
}

.new-footer-box .new-footer-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.new-footer-box .new-footer-right-label {
  align-self: stretch;
  color: #262626;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

.new-footer-box .new-footer-right-tel-box {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.new-footer-box .new-footer-right-tel-label {
  color: #a1a7b3;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.new-footer-box .new-footer-right-tel-number {
  color: #fafafa;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.new-footer-box .new-footer-right-tel-site {
  color: #f2f4f7;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.new-footer-box .qr-box {
  margin-top: 28px;
  display: flex;
  align-items: center;
  width: 326px;
  height: 128px;
  flex-shrink: 0;
  border-radius: 12px;
  background: #36383c;
  box-shadow: 0 4px 16px 0 #00000014;
}

.new-footer-box .qr-box img {
  width: 128px;
  height: 128px;
  border-radius: 12px;
}

.new-footer-box .qr-info-box {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: center;
  gap: 5px;
}

.new-footer-box .qr-box .qr-info {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a1a7b3;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.new-footer-box .qr-box .qr-strong {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin: 0 4px;
}

/* 备案 */
.new-footer-box .new-footer-copyright {
  width: 100%;
  background: #081023;
  height: 60px;
}

.new-footer-box .new-block_content {
  width: 1200px;
  margin: 0 auto;
}

.new-footer-box .new-copyright-inner {
  line-height: 60px;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
}

.new-footer-box .new-copyright-inner .new-version-conversion {
  color: #ffffff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
}

.new-footer-box .new-copyright-inner .new-site {
  color: #a1a7b3;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.new-footer-box .new-copyright-inner .new-record {
  color: #a1a7b3;
  font-size: 12px;
}

.ml16 {
  margin-left: 16px;
}

/* 解决方案 */
.new-solution-main {
  background-color: white;
}
.new-solution-main .solution-experience-box {
  position: relative;
  z-index: 1;
  top: -60px;
  display: flex;
  align-items: center;
  gap: 24px;
  width: 1200px;
  margin: 0 auto;
}

.new-solution-main .solution-experience-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 9px;
  align-items: center;
  padding: 24px;
  width: 282px;
  height: 114px;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff7a 0%, #fff 55.23%);
  box-shadow: 0 4px 24px 0 #00000014;
  cursor: pointer;
}

.new-solution-main .solution-experience-label-box {
  display: flex;
  align-items: center;
  gap: 9px;
}

.new-solution-main .solution-experience-icon {
  width: 24px;
  height: 24px;
}

.new-solution-main .solution-experience-item .active-img {
  display: none;
}

.new-solution-main .solution-experience-box .highlight .active-img {
  display: inline-block;
}

.new-solution-main .solution-experience-box .highlight .default-img {
  display: none;
}

.new-solution-main .solution-experience-label {
  color: #262626;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.new-solution-main .solution-experience-btn-box {
  display: flex;
  align-items: center;
  gap: 4px;
}

.new-solution-main .solution-experience-btn-item {
  display: flex;
  padding: 1px 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  border-radius: 6px;
  border: 1px solid #e4e6eb;
  color: #3a4559;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.new-solution-main
  .solution-experience-box
  .highlight
  .solution-experience-label {
  color: #2475fc;
}

.new-solution-main .hover-content {
  display: none;
}

.new-solution-main .hover-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 234px;
  height: 6px;
  border-radius: 8px;
  background: #2475fc;
}

.new-solution-main .solution-experience-box .highlight ::after {
  width: 234px;
  height: 6px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #2475fc;
}

.new-solution-main .solution-experience-box .highlight .hover-content {
  display: block;
}

.opacity08:hover {
  opacity: 0.8 !important;
  cursor: pointer !important;
}

/* 丰富的API开放接口 */

.new-home-main .open-interface-box {
  background: white;
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0 80px;
}

.new-home-main .open-interface-title {
  color: #242933;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.new-home-main .open-interface-info {
  color: #595959;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 16px 0 25px;
}

.new-home-main .open-interface-item {
  display: flex;
  align-items: center;
  gap: 32px;
}

.new-home-main .open-interface-item-right {
  display: flex;
  flex-direction: column;
  align-items: self-start;
}

.new-home-main .open-interface-item-img {
  width: 768px;
}

.new-home-main .open-interface-item-label {
  color: #262626;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

.new-home-main .open-interface-item-content-box {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.new-home-main .open-interface-item-content-item {
  display: flex;
  gap: 6px;
}

.new-home-main .open-interface-item-content-img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.new-home-main .open-interface-item-content-text {
  width: 374px;
  color: #595959;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.new-home-main .open-interface-btn {
  height: 36px;
  margin-top: 48px;
  display: inline-block;
  padding: 8px 16px;
  border-radius: 8px;
  background: linear-gradient(90deg, #2497fc 0%, #2475fc 100%);
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.new-home-main .open-interface-btn:hover {
  color: white;
}

.new-home-main .open-interface-btn .btn-icon {
  width: 16px;
  height: 16px;
  vertical-align: sub;
  margin-left: 6px;
}

/* 自定义更长距离的 fadeInUp 动画 */
@keyframes fadeInUpLong {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0); /* 滑动距离 100px */
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpLong {
  animation-name: fadeInUpLong;
  animation-duration: 1s; /* 动画时长 */
  animation-fill-mode: both;
}

/* 芝麻微信小店客服官网 */
.wechat-shop-official-main {
  background: white;
}

/* 产品核心功能 */
.wechat-shop-official-main .multiterminal-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
  padding-top: 60px;
}

.wechat-shop-official-main .options .btn:hover {
  color: white;
}

.wechat-shop-official-main .multiterminal-title {
  color: #262626;
  font-size: 48px;
  line-height: 48px;
  font-style: normal;
  font-weight: 900;
  padding-bottom: 57px;
}

.wechat-shop-official-main .multiterminal-info {
  color: #595959;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 16px 0 25px;
}

.wechat-shop-official-main .multiterminal-item-box {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-bottom: 60px;
}

.wechat-shop-official-main .multiterminal-item {
  display: flex;
  align-items: center;
  gap: 80px;
}

.wechat-shop-official-main .multiterminal-item-title {
  height: 43px;
  align-self: stretch;
  color: #000000;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
}

.wechat-shop-official-main .multiterminal-item-info {
  align-self: stretch;
  color: #595959;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 40px 0;
}

.wechat-shop-official-main .multiterminal-btn {
  height: 36px;
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px;
  border-radius: 8px;
  background: linear-gradient(90deg, #2497fc 0%, #2475fc 100%);
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.wechat-shop-official-main .multiterminal-btn:hover {
  opacity: 0.8;
}

.wechat-shop-official-main .multiterminal-btn .btn-icon {
  width: 16px;
  height: 16px;
  vertical-align: sub;
  margin-left: 6px;
}

.wechat-shop-official-main .multiterminal-item-img {
  width: 700px;
  height: 528px;
}

.new-banner .wechat-shop-official-bn {
  background-image: url(/static/home/img/home2.1/weChatShopOfficial/banner1.png);
}

.new-banner .bn-content .free-btn-wechat {
  background: linear-gradient(90deg, #00c1a8 0%, #00add8 100%);
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.new-banner .bn-content .free-btn-wechat:active {
  background: linear-gradient(90deg, #00c1a8 0%, #00add8 100%) !important;
}

/* 相比微信小店官方客服，服务效率提升300 */
.comparison-main {
  width: 100%;
  background: #f5f8ff;
}

.comparison-box {
  width: 1200px;
  margin: 0 auto;
  padding-top: 60px;
}

.comparison-title {
  color: #262626;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.comparison-info {
  color: #595959;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 16px 0 4px;
}

.comparison-content {
  width: 100%;
}

.comparison-content-img {
  width: 1200px;
}

/* 他们都在使用芝麻微信小店客服 */
.user-benefit-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0 90px;
  gap: 80px;
}

.user-benefit-title {
  color: #262626;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.user-benefit-item-box {
  display: flex;
  align-items: center;
}

.user-benefit-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.user-benefit-item-img {
  height: 35px;
}

.user-benefit-item-text {
  color: #262626;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.home-announcement-box {
  height: 70px;
  width: 100%;
  background-color: #ddecff;
  box-shadow: 0 -6px 16px 0 #3363c314;
  border-top: 1px solid var(--10, #fff);
  backdrop-filter: blur(5px);
  padding: 24px 0;
}

.home-announcement-box .announcement-content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.home-announcement-box .announcement-title {
  color: #262626;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.home-announcement-box .v-line {
  width: 1px;
  height: 12px;
  border-radius: 1px;
  background: var(--06, #d9d9d9);
  margin: 0 12px;
}

.home-announcement-box p {
  margin: 0;
}

.home-announcement-box .scroll-text-container {
  width: 1135px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  box-sizing: border-box;
}

.home-announcement-box .scroll-text-container .global_homepage_notice_content {
  display: inline-block;
  position: relative;
  transition: transform 0.3s ease;
  font-size: 16px;
  line-height: 24px;
}

.home-announcement-box
  .scroll-text-container
  .global_homepage_notice_content
  .scrollable {
  padding-right: 20px; /* 给滚动留出一些空间 */
}

/* 鼠标悬停时的滚动效果 */
.home-announcement-box
  .scroll-text-container:hover
  .global_homepage_notice_content.scrolling {
  /* animation: scrollText 10s linear infinite; */
}

@keyframes scrollText {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% + 1135px));
  }
}

.diy-feature-cards-box {
  width: 1200px;
  padding-bottom: 60px;
  margin: 0 auto;
}

.diy-feature-cards-box .main-title-block {
  text-align: center;
  padding: 60px 0 32px 0;
  color: #242933;
  font-size: 32px;
  font-weight: 900;
  line-height: 40px;
}

.diy-feature-cards-box .diy-feature-card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.diy-feature-cards-box .diy-feature-card-list .diy-feature-card {
  width: 384px;
  height: 274px;
  border-radius: 16px;
  border: 1px solid var(--07, #f0f0f0);
  background: var(--10, #fff);
  box-shadow: 0 0 16px 0 #1e457314;
  overflow: hidden;
}

.diy-feature-cards-box .diy-feature-card-list .diy-feature-card-img {
  width: 100%;
  height: 128px;
}
.diy-feature-cards-box .diy-feature-card-list .diy-feature-card-img img {
  width: 100%;
  height: 100%;
}

.diy-feature-cards-box .diy-feature-card-list .diy-feature-card-info {
  padding: 16px 24px 24px 24px;
  background-color: #fff;
}

.diy-feature-cards-box .diy-feature-card-list .diy-feature-card-title {
  width: 100%;
  color: #242933;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.diy-feature-cards-box .diy-feature-card-list .diy-feature-card-desc {
  width: 100%;
  color: #595959;
  font-size: 14px;
  line-height: 22px;
  margin-top: 12px;
  /* 最多显示两行 */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
