body {
  font-family: PingFang SC, Source Sans Pro, Helvetica Neue, Microsoft Yahei,
    Helvetica, Arial, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei,
    sans-serif, serifserifserif;
  /* font-variant-ligatures: no-common-ligatures;
  -webkit-font-smoothing: antialiased; */
}

.mobile {
  display: none !important;
}

a {
  text-decoration: none;
  color: #fd8e32;
}

:root {
  --bs-body-color: #222;
}

ul {
  list-style: none;
}

/* header */
.navbar-brand {
  padding: 0;
  display: flex;
  align-items: center;
  margin-right: 40px;
}

.navbar-brand img {
  height: 22px;
}

.navbar-brand .pc-logo {
  display: block;
}

.navbar-brand .mb-logo {
  display: none;
}

.sign-btns {
  display: none;
}

.navbar {
  position: fixed;
  width: 100%;
  height: 60px;
  --bs-navbar-padding-y: 0;
  --bs-navbar-nav-link-padding-x: 16px;
  --bs-nav-link-font-size: 14px;
  --bs-nav-link-color: #222;
  transition: all 0.2s linear;
  background: rgba(255, 255, 255, 0.5);
}

.navbar-white-transparent {
  background: rgba(255, 255, 255, 0.8);
}

.navbar-white {
  background: #fff;
  box-shadow: 0 2px 4px -4px rgba(0, 0, 0, 0.02), 0 4px 8px rgba(0, 0, 0, 0.02),
    0 4px 16px 4px rgba(0, 0, 0, 0.03);
  transition: all 0.2s linear;
}

.navbar:hover {
  background: #fff;
  transition: all 0.2s linear;
}

.navbar .container,
.navbar-collapse,
.navbar-nav {
  height: 100%;
}
.navbar .container{
  flex-wrap: nowrap;
}
.navbar-collapse {
  justify-content: space-between;
}

.nav-item .nav-link {
  display: flex;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-item .nav-link span {
  font-size: 16px;
  font-weight: 500;
  line-height: 60px;
  color: #222;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.nav-item .nav-link .dropdown-toggle {
  margin-left: 4px;
  text-decoration: none;
}

.nav-item:hover {
  cursor: pointer;
}

.nav-item:hover .nav-link span,
.nav-item.active .nav-link span {
  color: #fd8e32;
}

.nav-item .nav-link span::before,
.nav-item.active .nav-link span::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fd8e32;
  left: 0;
  opacity: 0;
  transition: all linear 0.2s;
}

.nav-item:hover .nav-link span::before {
  opacity: 1;
  transition: all linear 0.2s;
}

.nav-link {
  --bs-nav-link-padding-y: 0.5rem;
}

.navbar .container .phone {
  /* padding: 5px 5px; */
  line-height: 38px;
  margin-right: 20px;
  display: flex;
  flex: 1;
  align-items: center;
}

.navbar .container .phone .icon-tellphone {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../images/nav/icon-tellphone.png);
  background-size: cover;
  vertical-align: middle;
  margin-right: 6px;
}

.navbar .container .phone .phone-num {
  vertical-align: middle;
  font-weight: bold;
  white-space: nowrap;
}

.navbar .dropdown .dropdown-menu {
  transition: all linear 0.2s;
}

.navbar .dropdown.open .dropdown-menu {
  display: block;
  transition: all linear 0.2s;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.active span {
  color: #fd8e32;
  /* font-weight: 600; */
}

.navbar-expand-lg .navbar-nav .dropdown-menu.nav-dropdown-menu {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100vw;
  border: none;
  margin: 0;
  background-color: #fff;
  box-shadow: 0 14px 24px -4px rgba(0, 0, 0, 0.12);
  padding: 0;
  border-radius: 0;
  transition: all linear 0.2s;
}

.navbar-expand-lg .navbar-nav .dropdown-menu.nav-dropdown-menu.nav-pro-menu,
.navbar-expand-lg .navbar-nav .dropdown-menu.nav-dropdown-menu.nav-scheme-menu {
  border-top: 1px solid #eee;
}

/* .navbar-expand-lg .navbar-nav .dropdown-menu.nav-dropdown-menu.nav-scheme-menu {
  padding: 40px 0;
} */
.navbar-expand-lg .navbar-nav .dropdown-menu.nav-dropdown-menu.nav-dropdown-menu-s {
  width: 160px;
  position: absolute;
  padding: 20px 10px;
  border-radius: 0 0 10px 10px;
}

.nav-pro-menu.nav-dropdown-menu .container {
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.nav-scheme-menu.nav-dropdown-menu .container {
  padding: 0;
  display: flex;
}

.nav-scheme-menu.nav-dropdown-menu .container .nav-scheme-menu-left {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  padding: 40px 40px;
  width: 20%;
  background: linear-gradient(270deg,
      rgba(216, 223, 255, 0.2) 0%,
      rgba(106, 131, 252, 0) 100%);
  box-shadow: 4px 0 10px 0px rgba(72, 78, 87, 0.08);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  min-height: 360px;
  /* padding: 20px 0 160px 0; */
}

.nav-scheme-menu.nav-dropdown-menu .container .nav-scheme-menu-right {
  padding: 30px 40px 40px 40px;
  display: flex;
}

.nav-case-dropdown-menu .nav-sub-menu {
  margin: 0;
  width: calc(90% / 6);
}

.nav-pro-menu.adjust-first-menu,
.navbar-expand-lg .navbar-nav .dropdown-menu.nav-dropdown-menu.nav-dropdown-menu-s .nav-pro-menu:first-child {
  padding-left: 0;
}

.nav-sub-menu {
  font-size: 14px;
  margin: 0 0 0 0;
  padding: 0;
}

.nav-sub-menu .nav-sub-menu-title {
  height: 40px;
  display: flex;
  align-items: center;

  font-size: 14px;
  color: #999;
  margin-bottom: 12px;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  border-bottom: 1px solid #eee;
  text-decoration: none;
  cursor: default;
}

.nav-sub-menu a.nav-sub-menu-title:hover {
  color: #fd8e32;
  cursor: pointer;
}

.nav-sub-menu .nav-sub-menu-list {
  display: flex;
  flex-wrap: wrap;
  /* flex-direction: column; */
}

.nav-sub-menu .nav-sub-menu-list .dropdown-item {
  position: relative;
  display: flex;
  align-items: center;
  color: #333;
  background: none;
  font-size: 16px;
  height: 50px;
  margin-bottom: 12px;
  width: 172px;
  font-weight: 500;
}

.nav-scheme-menu .nav-sub-menu .nav-sub-menu-list .dropdown-item {
  padding-left: 20px;
  width: 25%;
}

.nav-pro-menu .nav-pro-menu-list {
  display: flex;
  flex-wrap: wrap;
}

.nav-pro-menu .nav-pro-menu-list .dropdown-item {
  display: flex;
  /* align-items: center; */
  color: #333;
  background: none;
  font-size: 14px;
  /* margin-bottom: 24px; */
  flex-direction: column;
  /* padding: 20px 20px 20px 30px; */
  padding: 20px;
  border-radius: 8px;
  /* min-width: 330px; */
  width: 33.33%;
  cursor: pointer;
  /* width: 172px; */
}

.nav-pro-menu .nav-pro-menu-list .dropdown-item:hover {
  background: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  cursor: pointer;
}

.nav-pro-menu .nav-pro-menu-list .dropdown-item .nav-pro-title {
  position: relative;
  font-size: 16px;
  margin-bottom: 6px;
  color: #111;
  font-weight: 500;
}

/* .nav-pro-menu .nav-pro-menu-list .dropdown-item .nav-pro-title::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 16px;
  top: 50%;
  left: -10px;
  background: #fd8e32;
  transform: translateY(-50%);
} */
.nav-pro-menu .nav-pro-menu-list .dropdown-item .nav-pro-des {
  font-size: 12px;
  color: #666;
  margin-bottom: 6px;
  padding-left: 26px;
}

.nav-pro-menu .nav-pro-menu-list .dropdown-item .nav-pro-link {
  font-size: 0;
  padding-left: 26px;
}

.nav-pro-menu .nav-pro-menu-list .dropdown-item .nav-pro-link span {
  position: relative;
  font-size: 13px;
  /* border-right: 1px solid #ddd; */
  padding-left: 8px;
  padding-right: 8px;
  color: #fd8e32;
}

.nav-pro-menu .nav-pro-menu-list .dropdown-item .nav-pro-link span::after {
  content: "";
  position: absolute;
  display: block;
  top: 4px;
  right: 0;
  width: 2px;
  height: 12px;
  background-color: #ddd;
}

.nav-pro-menu .nav-pro-menu-list .dropdown-item .nav-pro-link span:last-child::after {
  display: none;
}

.nav-pro-menu section:nth-child(2) .nav-pro-menu-list .dropdown-item .nav-pro-link span {
  color: #4e83fd;
}

.nav-pro-menu section:nth-child(2) .nav-pro-menu-list .dropdown-item .nav-pro-title::before {
  background: #4e83fd;
}

.nav-pro-menu section:nth-child(4) .nav-pro-menu-list .dropdown-item .nav-pro-link span {
  color: #a082fe;
}

.nav-pro-menu section:nth-child(4) .nav-pro-menu-list .dropdown-item .nav-pro-title::before {
  background: #a082fe;
}

.nav-pro-menu section:nth-child(6) .nav-pro-menu-list .dropdown-item .nav-pro-link span {
  color: #00cfb2;
}

.nav-pro-menu section:nth-child(6) .nav-pro-menu-list .dropdown-item .nav-pro-title::before {
  background: #00cfb2;
}

.nav-pro-menu .nav-pro-menu-list .dropdown-item .nav-pro-link span:first-child {
  padding-left: 0;
}

.nav-pro-menu .nav-pro-menu-list .dropdown-item .nav-pro-link span:last-child {
  border-right: none;
}

.dropdown-menu.nav-dropdown-menu.nav-dropdown-menu-s .nav-sub-menu .nav-sub-menu-list .dropdown-item {
  margin-bottom: 0;
  width: 140px;
}

.dropdown-menu.nav-dropdown-menu.nav-dropdown-menu-s .nav-sub-menu .nav-sub-menu-list .dropdown-item:last-child {
  margin-bottom: 0;
}

.nav-sub-menu .dropdown-item:hover {
  /* background: #fef8f3; */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.nav-sub-menu .nav-sub-menu-list .dropdown-item .nav-icon {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

.nav-pro-menu-list .dropdown-item .nav-icon {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

.nav-sub-menu .logo-item img {
  height: 48px;
}

.btn:focus-visible {
  box-shadow: none;
  background: #fff;
  color: #fd8e32;
}

.btn-check:checked+.btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check)+.btn:active:focus-visible {
  box-shadow: none;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  background: #fff;
  color: #fd8e32;
}

.btn-lg {
  font-size: 18px;
  font-weight: 500;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 35px;
  padding-right: 35px;
  line-height: initial;
  height: 48px;
  line-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-link {
  text-decoration: none;
}

.navbar .btn-link {
  margin-right: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #4e83fd;
  border: 1px solid #4e83fd;
  min-width: 100px;
  border-radius: 50px;
  height: 36px;
  line-height: 36px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar .btn-link:hover {
  background-color: rgba(78, 131, 253, 0.1);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #fd8e32;
  --bs-btn-border-color: rgb(253, 142, 50);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgba(253, 142, 50, 0.9);
  --bs-btn-hover-border-color: rgba(253, 142, 50, 0.9);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgba(253, 142, 50, 0.9);
  --bs-btn-active-border-color: rgba(253, 142, 50, 0.9);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #fd8e32;
  --bs-btn-disabled-border-color: #fd8e32;
  background: #fd8e32;
  border: none;
  transition: all linear 0.2s;
}

.btn-outline-primary {
  --bs-btn-color: #fd8e32;
  --bs-btn-border-color: #fd8e32;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #fd8e32;
  --bs-btn-hover-border-color: #fd8e32;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #fd8e32;
  --bs-btn-active-border-color: #fd8e32;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fd8e32;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fd8e32;
  --bs-gradient: none;
}

.btn-primary:hover,
.btn-primary:focus {
  transition: all linear 0.2s;
  background: rgba(253, 142, 50, 0.9);
  /* background: #31bef7; */
  /* background: linear-gradient(131.68deg, #FD8E32 2.55%, #31bef7 131.96%); */
}

.btn-outline-primary {}

.btn-white {
  background: #fff !important;
  color: #fd8e32 !important;
}

.btn-white:hover {
  color: #fd8e32 !important;
  background: rgba(255, 255, 255, 0.9) !important;
}

.btn-border {
  background: rgba(255, 255, 255, 0.2);
  border: solid 1px #fff;
  color: #fff;
}

.btn-border:hover {
  background: rgba(255, 255, 255, 0.8);
  border: solid 1px #fd8e32;
  color: #fd8e32;
}

.btn {
  border-radius: 8px;
}

.navbar .btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
padding: 0;
  border-radius: 50px;
  min-width: 100px;
  height: 36px;
  line-height: 36px;
  background: #4e83fd;
}

/* banner */
.home .banner .caption-pic img {
  max-width: 130%;
  max-height: 600px;
  margin-top: 40px;
  margin-left: -8%;
}

.banner .caption-title {
  color: #222;
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 20px;
  white-space: nowrap;
}

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

.banner .des-txt {
  color: #666;
  font-size: 18px;
  line-height: 32px;
  /* max-width: 520px; */
}

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

.banner-btns .btn-primary {
  margin-right: 20px;
}

.banner .btn-lg {
  font-size: 18px;
  font-weight: 500;
  min-width: 168px;
  height: 48px;
  /* box-shadow: 0 20px 30px -15px rgba(13, 110, 253, 0.5); */
  margin-top: 40px;
  line-height: initial;
  display: inline-flex;
  border-radius: 100px;
}

.banner-logos {
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 120px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #eee;
  backdrop-filter: blur(16px);
  padding: 24px 0;
}

.banner-logo {
  width: calc(100% / 9);
}

.banner-logos .container {
  justify-content: space-between;
}

.home-section {
  padding-bottom: 80px;
  padding-top: 80px;
}

.text-align-left {
  text-align: left !important;
}

.text-align-center {
  text-align: center !important;
}

.text-align-right {
  text-align: right !important;
}

.model-title {
  text-align: center;
  margin-bottom: 50px;
}

.model-title .title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 30px;
  color: #000;
}

.model-title .title-desc {
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 400;
  color: #555;
  display: block;
}

.home-section h1 {
  color: #222;
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.home-section.section-dark h1 {
  color: #222;
}

.home-section .section-sub-title {
  font-size: 18px;
  line-height: 36px;
  color: #666;
  margin-bottom: 50px;
  text-align: center;
}

.icon-f {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

/* banenr-home */
.banner-home {
  background: url(/assets/images/home/home-banner-bg.png);
  /* background: linear-gradient(0deg,#fff 0%, #eaefff 11.74%,#dfe9ff 48.21%,#d4e3ff 94.64%); */
  background-clip: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center 50%;
  background-blend-mode: normal;
  position: relative;
  overflow: hidden;
  padding-top: 140px;
  padding-bottom: 70px;
  height: 660px;
  background: #fff;
  height: calc(100vh - 90px);
}

.banner-home .container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.banner-home .container .caption {
  padding-right: 0%;
  margin-top: -60px;
  padding-left: 0px;
}

.banner-home .caption-pic {
  position: relative;
  flex: 1;
  text-align: center;
  /* visibility: hidden; */
}

.banner-home .caption-title {
  font-size: 50px;
  line-height: 1.4;
}

.banner-home .des-txt {
  font-size: 19px;
  font-weight: bold;
  color: #666;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.4;
}
.banner-home .des-txt br{
  display: none;
}
.banner-home .des-txt.typing-act {
  position: relative;
  color: #fd8e32;
  line-height: 1em;
  white-space: nowrap;
  overflow: hidden;
  font-stretch: ultra-condensed;
}

.banner-home .des-txt.typing-act.typing-act-1 {
  width: 168px;
  animation: typing 2s steps(7, end);
}

.banner-home .des-txt.typing-act.typing-act-2 {
  width: 144px;
  animation: typing 2s steps(6, end);
}

.banner-home .des-txt.typing-act.typing-act-3 {
  width: 168px;
  animation: typing 2s steps(7, end);
}

.banner .des-txt.typing-act.typing-act-4 {
  width: 144px;
  animation: typing 2s steps(6, end);
}

.banner-home .des-txt.typing-act.typing-act-5 {
  width: 168px;
  animation: typing 2s steps(7, end);
}

.banner-home .typing-act-4 span {
  display: inline-block;
  width: 24px;
  text-align: center;
}

.banner-home .des-txt.typed-cursor {
  animation: blink 0.7s infinite;
  opacity: 1;
  color: #fd8e32;
  height: 24px;
  line-height: 24px;
  color: #fd8e32;
  line-height: 1em;
  /* display: none; */
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes typing {
  from {
    width: 0;
  }
}

/* feature-section */
.feature-tab-content {
  display: flex;
  align-items: center;
  /* width: calc(100% - 220px - 10rem); */
  height: 600px;
  flex-direction: row;
  justify-content: center;
  padding-left: 8%;
}

.section-feature {
  background: linear-gradient(#fff, #fff);
  /* background: url(/assets/images/home/section-feature-bg.png) no-repeat top left, linear-gradient(#fff8ed, #fff);
    background-size: 65%; */
}

.section-feature .nav .nav-link {
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 6px 42px 6px 28px;
  margin: 10px 0;
  border-radius: 8px;
}

.section-scene .nav .nav-link:focus-visible {
  border: none;
}

.section-feature-swiper-title {
  width: 220px;
  flex: 0 0 200px;
}

.section-feature-swiper-title .swiper-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.section-feature-swiper-title .swiper-wrapper .swiper-slide {
  height: calc(100% / 8) !important;
}

.section-feature .nav .nav-link.active {
  height: 100%;
  box-shadow: 0 6px 12px -10px rgba(0, 0, 0, 0.06),
    0 8px 24px rgba(0, 0, 0, 0.04), 0 10px 36px 10px rgba(0, 0, 0, 0.04);
  cursor: pointer;

  background: #fd8e32;
}

.section-feature .nav .nav-link .nav-title {
  font-size: 20px;
  font-weight: 500;
  color: #222;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.section-feature .nav .nav-link .nav-title img {
  margin-right: 12px;
  width: 50px;
  transition: all linear 0.2s;
  transform: rotateY(0);
}

.section-feature .nav .nav-link .nav-title:hover img {
  transform: rotateY(180deg);
}

.section-feature .nav .nav-link .nav-title .iconfont {
  font-size: 24px;
  margin-right: 8px;
}

.section-feature .nav .nav-link .nav-title:hover {
  color: #fd8e32;
}

.section-feature .nav .nav-link .nav-des {
  display: none;
  font-size: 16px;
  line-height: 24px;
  color: #666;
  text-align: left;
}

.section-feature .nav .nav-link.active .nav-des {
  display: block;
  color: #fff;
}

.section-feature .nav .nav-link.active .nav-title {
  color: #fff;
}

.section-feature-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-feature-content p {
  width: 90%;
  font-size: 15px;
  line-height: 1.8;
  margin: 30px auto 0 auto;
  color: #666;
}

.section-feature-content .nav {
  flex-direction: column;
}

.section-feature-content .tab-content>.active {
  animation-name: fly-up;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.section-feature-content .tab-pane-title {
  display: none;
}

.pic-main {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0px 10px 20px 0px rgba(202, 202, 202, 0.15);
}

.pic-srm-pop-1 {
  position: absolute;
  bottom: 30px;
  width: 180px;
  right: -50px;
  z-index: 2;
  border: 2px solid #4e83fd;
  border-radius: 10px;
}

.pic-srm-pop-2 {
  position: absolute;
  bottom: -20px;
  width: 80%;
  right: -40px;
  border: 2px solid #4e83fd;
  border-radius: 10px;
  z-index: 2;
}

.pic-srm-pop-3 {
  position: absolute;
  bottom: -20px;
  width: 50%;
  right: -40px;
  border: 2px solid #4e83fd;
  border-radius: 10px;
  z-index: 2;
}

.pic-srm-pop-4 {
  position: absolute;
  bottom: -20px;
  width: 80%;
  right: -80px;
  border: 2px solid #4e83fd;
  border-radius: 10px;
  z-index: 2;
}

.pic-srm-pop-5 {
  position: absolute;
  bottom: -20px;
  width: 80%;
  right: -80px;
  border: 2px solid #4e83fd;
  border-radius: 10px;
  z-index: 2;
}

.pic-buy-pop-2 {
  position: absolute;
  bottom: -20px;
  width: 80%;
  right: 0px;
  border: 2px solid #4e83fd;
  border-radius: 10px;
  z-index: 2;
}

.pic-buy-pop-3 {
  position: absolute;
  bottom: -30px;
  width: 70%;
  right: -10px;
  border: 2px solid #4e83fd;
  border-radius: 10px;
  z-index: 2;
}

.pic-buy-pop-4 {
  position: absolute;
  bottom: -30px;
  width: 80%;
  right: 0px;
  border: 2px solid #4e83fd;
  border-radius: 10px;
  z-index: 2;
}

.pic-buy-pop-5 {
  position: absolute;
  bottom: -20px;
  width: 75%;
  right: -20px;
  border: 2px solid #4e83fd;
  border-radius: 10px;
  z-index: 2;
}

.pic-bi-pop-1 {
  position: absolute;
  top: 55px;
  width: 35%;
  right: -50px;
  border: 2px solid #4e83fd;
  border-radius: 10px;
  z-index: 2;
}

.pic-bi-pop-2 {
  position: absolute;
  top: 150px;
  width: 25%;
  right: -40px;
  border: 2px solid #4e83fd;
  border-radius: 10px;
  z-index: 2;
}

.pic-bi-pop-3 {
  position: absolute;
  top: 140px;
  width: 45%;
  right: -40px;
  border: 2px solid #4e83fd;
  border-radius: 10px;
  z-index: 2;
}

.pic-bi-pop-4 {
  position: absolute;
  bottom: -20px;
  right: -30px;
  width: 25%;
  z-index: 2;
}

.pic-platform-talkding {
  width: 10%;
  position: absolute;
  bottom: 20.94%;
  left: -2.55%;
  z-index: 3;
}

.pic-platform-wechat {
  width: 10%;
  position: absolute;
  top: -5.85%;
  right: 31.1%;
  z-index: 3;
}

.pic-platform-Ewechat {
  width: 10%;
  position: absolute;
  top: -10.09%;
  left: 29.79%;
  z-index: 3;
}

.pic-platform-feishu {
  width: 10%;
  position: absolute;
  top: 6.24%;
  right: -5.46%;
  z-index: 3;
}

@-webkit-keyframes fly-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(27px);
    transform: translateY(27px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fly-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(27px);
    transform: translateY(27px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* 原因 */
.section-reason {
  padding: 0 0 40px 0;
  position: relative;
  z-index: 1;
  margin-top: -120px;
}

.section-reason-panes {
  background: rgba(255, 255, 255, 0.25);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: 0 10px 30px rgba(176, 191, 231, 0.15);
  border-radius: 8px;
  overflow: hidden;
  /* box-shadow: 0 5px 20px -5px rgba(0,0,0, .06); */
  /* border: 1px solid #eee; */
}

.pane {
  position: relative;
  /* background: #fff; */
  /* border-right: 1px solid #eee; */
  padding: 30px 16px;
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pane::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 80%;
  top: 10%;
  right: 0;
  background: #eee;
}

.pane:last-child::before {
  display: none;
}

.pane:last-child {
  border-right: none;
}

.pane img {
  display: none;
  width: 46px;
  height: 46px;
  margin-right: 10px;
}

.pane:hover {
  background: linear-gradient(-45deg, #fef8f3, transparent);
}

.pane .pane-title {
  white-space: nowrap;
  color: #1f2d3d;
  font-size: 14px;
  /* font-weight: 600; */
  line-height: 30px;
  /* margin-bottom: 18px; */
  text-align: center;
}

.pane .pane-content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}

.pane .pane-content .content-left {
  text-align: center;
}

.pane .pane-content .content-left .big {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  margin-left: 6px;
}

.pane .pane-content .content-left .left-des {
  color: #222;
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.pane .pane-content .content-left .left-des .small-img {
  height: 13px;
  margin-left: 3px;
  width: 11px;
}

.pane:nth-child(2) .pane-content .content-left .left-des .small-img,
.pane:nth-child(4) .pane-content .content-left .left-des .small-img {
  transform: rotate(180deg);
}

.pane .pane-content .content-right img {
  width: 80px;
}

/* 模块 */

.home-section-solution {
  padding: 80px 0;
  /* background: linear-gradient(180deg, #fff 0, rgba(255, 255, 255, 0) 100%),
    linear-gradient(110deg, #e0edff 0, #f9f9ff 51.04%, #f2f9ff 100%); */
  background: linear-gradient(180deg, #fff 0, rgba(255, 255, 255, 0) 100%),
    linear-gradient(110deg, #e0edff 0, #f9f9ff 51.04%, #f2f9ff 100%);
}

.home-solution-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
}

/* 
.home-solution-item {
  position: relative;
  width: 30%;
  height: 90px;
  border-radius: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 90px;
  text-align: center;
  transition: transform 0.3s ease;
  cursor: pointer;
  border-radius: 12px;
  backdrop-filter: blur(10px);
  color: #222;
  box-shadow: 0 10px 30px rgba(176, 191, 231, 0.15);
  border-radius: 50px;

  background: linear-gradient(154.25deg, #f7e4d5 -6.92%, #fff 55.65%);
}
.home-solution-item::before {
  content: "";
  inset: 0;
  position: absolute;
  background: linear-gradient(90deg, #fd8e32 0, #fbddc5 100%);
  padding: 1px;
  border-radius: 50px;
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  -webkit-mask-clip: content-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.home-solution-item span {
  background: linear-gradient(56deg, #fd8e32 50.44%, #ffbc84 78.52%);
  background-clip: text;
  display: inline-block;
  color: transparent;
} */

.home-solution-item#btn-HomeBI {
  background: linear-gradient(154.25deg, #bef6f3 -6.92%, #fff 55.65%);
}

.home-solution-item#btn-HomeBI::before {
  content: "";
  inset: 0;
  position: absolute;
  background: linear-gradient(90deg, #78d0c8 0, #9fe3df 100%);
  padding: 1px;
  border-radius: 50px;
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  -webkit-mask-clip: content-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.home-solution-item#btn-HomeBI span {
  background: linear-gradient(56deg, #78d0c8 50.44%, #9fe3df 78.52%);
  background-clip: text;
  display: inline-block;
  color: transparent;
}

.home-solution-item#btn-HomeBuy {
  background: linear-gradient(154.25deg, #e2e0fc -6.92%, #fff 55.65%);
}

.home-solution-item#btn-HomeBuy span {
  background: linear-gradient(56deg, #a082fe 50.44%, #bfbafa 78.52%);
  background-clip: text;
  display: inline-block;
  color: transparent;
}

.home-solution-item#btn-HomeBuy::before {
  content: "";
  inset: 0;
  position: absolute;
  background: linear-gradient(90deg, #a082fe 0, #bfbafa 100%);
  padding: 1px;
  border-radius: 50px;
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  -webkit-mask-clip: content-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.home-solution-item {
  position: relative;
  width: 30%;
  height: 90px;
  border-radius: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 90px;
  text-align: center;
  transition: transform 0.3s ease;
  cursor: pointer;
  border-radius: 12px;
  backdrop-filter: blur(10px);
  color: #222;
  box-shadow: 0 10px 30px rgba(176, 191, 231, 0.15);
  border-radius: 50px;
  background: linear-gradient(154.25deg, #d6e8fe -6.92%, #fff 55.65%);
  overflow: hidden;
}

.home-solution-item span {
  background: linear-gradient(56deg, #4e83fd 50.44%, #a0caff 78.52%);
  background-clip: text;
  display: inline-block;
  color: transparent;
}

.home-solution-item::before {
  content: "";
  inset: 0;
  position: absolute;
  background: linear-gradient(90deg, #4e83fd 0, #d6e8fe 100%);
  padding: 1px;
  border-radius: 50px;
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  -webkit-mask-clip: content-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

/* .home-solution-item:nth-child(2) {
  background: linear-gradient(154.25deg, #f1eaff -6.92%, #fff 55.65%);
}

.home-solution-item:nth-child(3) {
  background: linear-gradient(154.25deg, #ddf5f3 -6.92%, #fff 55.65%);
} */

.home-solution-item:hover {
  transition: transform 0.3s ease;
  transform: translateY(-10px);
  /*box-shadow: -5px 20px 35.62px 0 rgba(116, 148, 252, 0.4);*/
  box-shadow: 0 8px 40px rgba(213, 216, 218, 0.7);
}

.home-solution-item .tag {
  width: 114px;
  height: 40px;
  position: absolute;
  color: #fff;
  background: linear-gradient(100deg, #7696ff -20%, #0c56ff 26%, #7679dd 100%);
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  top: 0;
  right: 0;
  line-height: 40px;
  border-radius: 0 12px 0 40px;
  padding-right: 8px;
}

/* 模块介绍 */
/* section-intro */
.section-intro {
  /* background: url(https://p1-hera.feishucdn.com/tos-cn-i-jbbdkfciu3/9ad072121ca04b2ca196258444996b96~tplv-jbbdkfciu3-png:0:0.png); */
  /* background: url(/assets/images/home/home-intro.png), linear-gradient(to bottom, #fff, #f8f9fd); */
  background: linear-gradient(180deg, #fff 0, rgba(255, 255, 255, 0) 100%),
    linear-gradient(110deg, #f2f9ff 0, #f9f9ff 51.04%, #e0edff 100%);
  padding: 80px 0;
  overflow: hidden;
  background-size: 100%;
  min-height: 821px;
}

.section-intro.section-intro-device {
  background: linear-gradient(180deg, #fff 0, rgba(255, 255, 255, 0) 100%),
    linear-gradient(-110deg, #f2f9ff 0, #f9f9ff 51.04%, #e0edff 100%);
  /* background: url(https://p1-hera.feishucdn.com/tos-cn-i-jbbdkfciu3/9ad072121ca04b2ca196258444996b96~tplv-jbbdkfciu3-png:0:0.png); */
  /* background: #fff; */
  /*background: url(/assets/images/home/home-intro-device.png);*/
}

.section-intro.section-intro-wms {
  /* background: #f8f9fd url(/assets/images/home/home-intro-wms.png); */
  background: linear-gradient(180deg, #fff 0, rgba(255, 255, 255, 0) 100%),
    linear-gradient(110deg, #f2f9ff 0, #f9f9ff 51.04%, #e0edff 100%);
  padding: 80px 0;
}

.section-intro .model-title .title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-intro .btn-link-more {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #fd8e32;
  margin: 24px 0;
  display: flex;
  text-decoration: none;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.section-intro.section-intro-device .btn-link-more {
  color: #fd8e32;
}

.section-intro.section-intro-wms .btn-link-more {
  color: #fd8e32;
}

.section-intro .btn-link-more i {
  font-size: 12px;
  margin-left: 6px;
}

.section-intro .model-title .title .title-left {
  position: relative;
  /*padding-right: 24px;*/
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.section-intro .model-title .title .title-left img {
  width: 42px;
  height: 42px;
  /*margin-right: 12px;*/
}

.section-intro .model-title .title .title-right {
  position: relative;
  padding-left: 24px;
}

/*.section-intro .model-title .title .title-left::before {
  position: absolute;
  content: '';
  width: 2px;
  height: 40px;
  background: #222;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}*/
.section-intro-right-tabs {
  padding-bottom: 80px;
}

.section-intro-right-tabs .pic-main {
  box-shadow: 0px 0px 20px 3px rgba(202, 202, 202, 0.35);
}

.intro-tabs {
  width: 100%;
  display: flex;
  align-items: center;
}

.intro-tabs .tab-content {
  position: relative;
  width: calc(100% - 380px - 50px);
  align-items: center;
  display: flex;
  flex: 1;
  min-height: 482px;
  /*width: calc(100% - 240px - 10%);*/
}

.section-intro.section-intro-device .intro-tab-title {
  min-height: 502px;
}

.intro-tabs .tab-content .tab-pane {
  width: 100%;
}

.intro-tabs .pic-wrap {
  position: relative;
  width: 100%;
}

.intro-tabs .circle {
  position: absolute;
  left: -50px;
  bottom: -50px;
  width: 200px;
  opacity: 0.2;
  /*    filter: blur(10px);*/
}

.intro-tabs .circle2 {
  position: absolute;
  right: -100px;
  top: -50px;
  width: 320px;
  opacity: 0.3;
  /*    filter: blur(10px);*/
}

.intro-tab-title {
  width: 380px;
  margin-right: 50px;
  display: flex;
  flex-direction: column;
}

.intro-tab-title .nav-link {
  display: flex;
  padding: 24px;
  font-size: 20px;
  font-weight: 500;
  color: #222;
  text-decoration: none;
  flex-direction: column;
  cursor: pointer;
}

.intro-tab-title .nav-link.active {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 14px 28px rgba(116, 148, 252, 0.2);
  /* background: linear-gradient(180deg, rgba(255, 255, 255, .1) 0, rgba(255, 208, 208, .05) 100%);
    box-shadow: 0 40px 70px 0 rgba(91, 40, 202, .1);
    border: 1px solid rgba(255, 255, 255, .8); */
}

.intro-des {
  display: none;
  margin-top: 9px;
  margin-left: 46px;
  font-size: 15px;
  line-height: 24px;
  color: #999;
  font-weight: 400;
}

.intro-title {
  display: flex;
  align-items: center;
  color: #222;
  font-size: 20px;
}

.intro-title .glyphicon-menu-right {
  display: none;
}

img.intro-img-active {
  display: none;
}

.intro-tab-title .nav-link.active img.intro-img-normal {
  display: none;
}

.intro-tab-title .nav-link.active img.intro-img-active {
  display: block;
}

.intro-tab-title .nav-link.active .intro-des {
  display: block;
}

.intro-tab-title .intro-des p {
  color: #fd8e32;
  font-size: 15px;
  line-height: 22px;
  margin-top: 16px;
  margin-bottom: 0;
}

#HomeSRM .intro-tab-title .intro-des p {
  color: #4e83fd;
}

#HomeBuy .intro-tab-title .intro-des p {
  color: #a082fe;
}

#HomeBI .intro-tab-title .intro-des p {
  color: #00cfb2;
}

a.btn-overseas {
  width: 250px;
  height: 56px;
  grid-gap: 10px;
  gap: 10px;
  border-radius: 35px;
  border: 1px solid #4e83fd;
  cursor: pointer;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #4e83fd;
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  margin: 60px auto 80px auto;
  text-decoration: none;
}

a.btn-overseas.collapsed .iconfont {
  transform: rotate(90deg);
}

a.btn-overseas .iconfont {
  transform: rotate(270deg);
  font-size: 20px;
}

.home-section-overseas {
  padding-bottom: 80px;
}

.home-section-overseas .model-title .title {
  font-size: 24px;
  margin-bottom: 10px;

}

.home-section-overseas .model-title .title .title-left {
  position: relative;
  padding-right: 20px;
  font-size: 28px;
  text-transform: uppercase;
}

.home-section-overseas .model-title .title .title-left img {
  width: auto;
  height: 24px;
  margin-right: 0px;
}

.home-section-overseas .model-title .title .title-right {
  padding-left: 20px;
  color: #000;
  font-size: 28px;
  line-height: 30px;
}

.home-section-overseas .model-title .title .title-left::before {
  position: absolute;
  content: '';
  width: 2px;
  height: 24px;
  background: #222;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.section-overseas-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-overseas-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #ffffff;
  width: 23.4%;
  box-shadow: 0 14px 28px rgb(133 162 255 / 10%);
}

.section-overseas-item img {
  width: 46px;
  height: 46px;
  margin-bottom: 30px;
}

.section-overseas-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 50.4px;
  text-align: center;
  color: #222;
  margin-bottom: 8px;
}

.section-overseas-des {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #555;
}


.section-intro.section-intro-wms {
  padding-bottom: 80px;
}

.section-intro.section-intro-wms .intro-tab-title .intro-des p {
  color: #fd8e32;
}

.intro-tab-title .intro-des p i {
  font-size: 12px;
  margin-left: 2px;
}

.intro-tab-title .nav-link img {
  margin-right: 16px;
  width: 26px;
  height: 26px;
}

.section-intro .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 10px;
  background: #004cf9;
}

/* section-bester */
.home-section-bester {
  /* background: linear-gradient(
    177deg,
    #eaefff 11.74%,
    #dfe9ff 48.21%,
    #d4e3ff 94.64%
  ); */
  /* background-image: url(https://p1-hera.feishucdn.com/tos-cn-i-jbbdkfciu3/9ad072121ca04b2ca196258444996b96~tplv-jbbdkfciu3-png:0:0.png);
  background-clip: padding-box;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: bottom center;
  background-blend-mode: normal; */
  background: linear-gradient(180deg, #fff 0, rgba(255, 255, 255, 0) 100%),
    linear-gradient(110deg, #f2f9ff 0, #f9f9ff 51.04%, #e0edff 100%);
}

.section-bester-content {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}

.section-bester-item {
  width: 32%;
  background: #fff;
  box-shadow: 0 14px 28px 0 #edf6ff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 10px 30px rgba(176, 191, 231, 0.15);
}

.section-bester-pic {
  position: relative;
  height: 150px;
  margin-bottom: 30px;
  border-radius: 16px 16px 0 0;
}

.bester-pic-1 {
  background: url(/assets/images/home/bester-bg-1.png);
  background-size: cover;
}

.bester-pic-2 {
  background: url(/assets/images/home/bester-bg-2.png);
  background-size: cover;
}

.bester-pic-3 {
  background: url(/assets/images/home/bester-bg-3.png);
  background-size: cover;
}

.section-bester-pic img {
  width: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.section-bester-title {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  line-height: 150px;
  text-indent: 20px;
}

.section-bester-des {
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  padding-left: 50px;
  text-align: left;
  color: #666;
  white-space: nowrap;
}

.section-bester-des li {
  position: relative;
}

.section-bester-des li::before {
  position: absolute;
  font-family: "iconfont";
  content: "\e615";
  left: -20px;
  font-weight: 300;
  top: 0;
  color: #fd8e32;
  font-size: 12px;
}

/* 案例 */
/* section-othercase */
.section-othercase {
  padding: 80px 0;
  background: linear-gradient(360deg, #fff 0, rgba(255, 255, 255, 0) 100%),
    linear-gradient(110deg, #f2f9ff 0, #f9f9ff 51.04%, #e0edff 100%);
  /* background: linear-gradient(
    177deg,
    #eaefff 11.74%,
    #dfe9ff 48.21%,
    #d4e3ff 94.64%
  ); */
}

.othercase-item {
  display: flex;
  align-items: center;
  /* margin: 0 -15px; */
  /* border-bottom: 1px solid #f9e9cc; */
}

.othercase-item .container {
  display: flex;
  align-items: center;
  padding: 24px 0;
}

.othercase-item:nth-child(2n) {
  background: #f3f6fe;
}

.othercase-item:nth-child(2) {
  padding-top: 0;
}

.othercase-item:last-child {
  border-bottom: none;
}

.othercase-item-title {
  font-size: 20px;
  font-weight: 500;
  color: #222;
  margin-right: 20px;
  text-align: right;
  white-space: nowrap;
}

.othercase-item-title.title-long {
  margin-left: -20px;
}

.cg-logo-item {
  width: 20%;
  margin-bottom: 24px;
}

.cg-logo-item img {
  height: 92px;
}

.logo-item {
  margin: 8px;
  position: relative;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
}

.logo-item img {
  height: 60px;
}

.show-case {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  font-size: 14px;
  line-height: 20px;
  display: none;
}

.logo-item:hover .show-case {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  background: #fff;
  color: #454545;
  text-decoration: none;
}

.logo-item:hover .show-case.txt-primary {
  color: #fd8e32;
}

.othercase-logos {
  display: flex;
  flex-wrap: wrap;
}

.solution-page .othercase-logos {
  align-items: center;
  justify-content: center;
  padding: 0;
}

/* try */

.section-try {
  position: relative;
  z-index: 2;
  background: #ecf1fe url(/assets/images/home/try-bg.png) no-repeat 50% / cover;
  color: #fff;
}

.section-try .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.section-try h1 {
  margin-bottom: 0;
}

.section-try p {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #222;
  margin-top: 12px;
  margin-bottom: 26px;
}

.section-try ul {
  padding: 0;
  display: flex;
  gap: 48px;
  margin-bottom: 56px;
}

.section-try ul li {
  display: flex;
  align-items: center;
  flex-direction: row;
  color: #666;
  column-gap: 6px;
}

.section-try ul li .icon-try-list {
  width: 16px;
}

.section-try .try-btns {
  display: flex;
  gap: 24px;
}

.section-try .btn {
  width: 176px;
  height: 60px;
  background: #fd8e32 !important;
  color: #fff !important;
  border-radius: 100px;
}

.section-try .btn.btn-outline {
  background: none !important;
  color: #fd8e32 !important;
  border: 1px solid #fd8e32 !important;
}

/* footer */
.iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.footer-contact {
  display: none;
}

.foot-wrap {
  background: #2f3135;
  padding: 0 0 0 0;
  padding-top: 60px;
}

.foot-wrap .collapse:not(.show) {
  display: block;
}

.foot-wrap .collapsing {
  height: initial;
  overflow: hidden;
  transition: none;
}

.foot-nav {
  width: 100%;
}

.foot-nav,
.foot-nav-item-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  cursor: default;
}

.foot-wrap .foot-nav-item-title a {
  /* color: #161616; */
}

.foot-nav-item-content:last-child {
  flex-direction: column;
  align-items: flex-start;
}

.foot-nav-item-title {
  font-size: 20px;
  margin-bottom: 20px;
  color: #fff;
  /* font-weight: 500; */
  align-items: center;
}

.foot-nav-item-title strong {
  font-weight: 500;
}

.foot-nav-item-title .icon-arrow {
  display: none;
}

.foot-nav-item-content {
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.foot-nav-item-content ul {
  /* opacity: 0.65; */
  list-style: none;
  margin: 0;
  padding: 0;
}

.foot-nav-item-content ul li {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}

.foot-nav-item-content ul li.hide {
  font-size: 0;
  line-height: 0;
  height: 0;
  margin: 0 !important;
}

.foot-nav-item-content ul li a {
  /* color: #161616; */
  text-decoration: none;
}

.foot-nav-item-content ul li a:hover {
  /* color: #000; */
}

/* .foot-nav-item-content ul li + li {
  margin-top: 12px;
} */

.foot-nav-item-content .tel-label {
  font-size: 12px;
  line-height: 20px;
  opacity: 0.65;
}

.foot-nav-item-content .tel-number {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.foot-nav-item-content .tel-number a,
.foot-nav-item-content .tel-number a:hover {
  color: inherit;
  text-decoration: none;
}

.foot-nav-item .qrcode {
  display: flex;
  flex-direction: row;
}

.foot-nav-item-content .qrcode {
  display: none;
}

.foot-nav-item .qrcode .qrcode-item-thumb {
  width: 120px;
  height: 120px;
  margin-top: 0px;
  margin-bottom: 6px;
  padding: 8px;
  /* background-color: #fff; */
  border-radius: 8px;
  box-sizing: border-box;
}

.foot-nav-item .qrcode .qrcode-item-thumb img {
  display: block;
  width: 100%;
  height: 100%;
}

.foot-nav-item .qrcode .qrcode-item-title {
  opacity: 1;
  font-size: 12px;
  line-height: 20px;
  margin-top: 0;
  margin-right: 0;
  text-align: right;
  color: #fff;
}

.foot-nav-item .qrcode .qrcode-item+.qrcode-item {
  margin-left: 16px;
}

.foot-wrap a {
  font-size: 14px;
  line-height: 32px;
  text-decoration: none;
  color: #fff;
}

.foot-wrap a:hover {
  /* color: #000; */
}

.foot-link {
  /* height: 64px; */
  margin-top: 35px;
  padding: 16px 0;
  overflow: hidden;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
}

.foot-link ul+ul {
  margin-top: 4px;
}

.foot-link ul+ul li+li {
  position: relative;
}

.foot-link ul+ul li+li:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  height: 14px;
  width: 1px;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.foot-link ul {
  list-style: none;
  margin: 0 0 0 -16px;
  padding: 0;
}

.foot-link ul li {
  display: inline-block;
  padding: 0 16px;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 4px;
  color: #bcbfc8;
}

.foot-link ul li a {
  color: #bcbfc8;
}

.foot-link ul li a:hover {
  color: #fff;
}

.foot-created {
  font-size: 14px;
  line-height: 22px;
}

.foot-created a {
  font-weight: 500;
}

.foot-copyright {
  /* display: flex; */
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 28px;
  padding-top: 6px;
  text-align: center;
  color: #bcbfc8;
}

.foot-copyright a {
  margin-left: 16px;
  color: #bcbfc8;
}

.foot-copyright a:first-child {
  margin-left: 0;
}

.qrcode-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.qrcode-item-title {
  margin-top: 10px;
}

.qrcode-item-thumb {
  width: 96px;
  height: 96px;
}

.qrcode-item-thumb img {
  width: 100%;
}

.foot-police {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 价格 */
/* 定价 */
.price-page {
  /* background: linear-gradient(180deg, #FFE5CE 0%, #FFFFFF 98%); */
  /* background-image: url(../images/price/banner-price.png);
  background-repeat: no-repeat; */
}

.price-page .show {
  display: block !important;
}

.banner-price {
  position: relative;
  background: linear-gradient(180deg, #ffe5ce 0%, #ffffff 98%);
}

.banner-price br {
  display: none;
}

.banner-price .container .caption {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 160px;
  margin-bottom: 35px;
}

.func-group {
  display: flex;
  margin-top: 44px;
  margin-bottom: 80px;
}

.func-group .func-item {
  margin: 0 16px;
}

.func-group .func-item img {
  margin: 0 8px 12px;
  width: 48px;
}

.purchasing {
  padding: 10px;
  overflow: visible;
}

.purchasing .swiper-wrapper {
  display: flex;
  height: auto;
  justify-content: space-between;
  align-items: stretch;
}

.purchasing .choice {
  background: #fff;
  border-radius: 0;
  box-shadow: 0 6px 12px -10px rgba(0, 0, 0, 0.06),
    0 8px 24px rgba(0, 0, 0, 0.04), 0 10px 36px 10px rgba(0, 0, 0, 0.04);
  /* border: 1px solid #eee; */
  color: #222;
  height: initial;
  overflow: hidden;
  padding: 34px 18px 34px 18px;
  position: relative;
  transition: all 0.2s linear;
  width: 20%;
  text-align: center;
}

.purchasing .choice.choice1 {
  margin-right: 10px;
  /* margin-left: -10px; */
}

.purchasing .choice.choice5 {
  /* margin-right: -10px; */
  margin-left: 10px;
}

.purchasing .choice .item-sub-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  margin: 0 0 4px;
}

.purchasing .choice .item-sub-detail {
  font-size: 14px;
  color: #333;
  margin-bottom: 20px;
  margin-top: 8px;
}

.purchasing .choice .btn-lg {
  width: 168px;
  margin: 40px auto 0 auto;
}

.purchasing .choice .recommend {
  height: 24px;
  right: 0;
  position: absolute;
  top: 0;
  width: 52px;
}

.purchasing .choice .recommend .tip {
  background: url(/assets/images/price/recommend.png) no-repeat 50%;
  background-size: cover;
  height: 24px;
  width: auto;
}

.purchasing .choice .top-bar {
  height: 10px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  display: none;
}

.purchasing .choice.choice1 .top-bar {
  background: #838892;
}

.purchasing .choice.choice1 .item-description .des-item:before {
  color: #666;
}

.purchasing .choice.choice2 .recommend {
  display: none;
}

/* .purchasing .choice.choice2 .top-bar {
  background: #fd8e32;
}

.purchasing .choice.choice2 .color,
.purchasing .choice.choice2 .item-description .des-item:before {
  color: #fd8e32;
}

.purchasing .choice.choice3 .top-bar {
  background: #fd8e32;
}

.purchasing .choice.choice3 .color,
.purchasing .choice.choice3 .item-description .des-item:before {
  color: #fd8e32;
}

.purchasing .choice.choice4 .top-bar {
  background: #fd8e32;
}

.purchasing .choice.choice4 .color,
.purchasing .choice.choice4 .item-description .des-item:before {
  color: #fd8e32;
} */

.purchasing .choice .contact-us {
  display: none;
}

.purchasing .choice .item-description {
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  padding: 0;
  text-align: left;
  min-height: 130px;
}

.purchasing .choice .item-description .des-item:before {
  content: "\e615";
  font-family: "iconfont";
  margin-right: 13px;
  color: #00c9a8;
}

.purchasing .item-info {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 24px;
}

.purchasing .item-info .small {
  font-size: 16px;
}

.purchasing-note {
  color: #666;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 24px;
}

.purchasing-note .primary {
  color: #fd8e32;
  display: inline;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

/* 具体功能 */
.fx-price .price-content {
  margin: 0 auto;
  width: 1192px;
}

.color-green {
  color: #fd8e32;
}

.package-main {
  padding-top: 20px;
}

.package-main-mobile {
  display: none;
  overflow: hidden;
}

.section-pric-detail {
  padding-top: 80px;
}

.price-detail-title {
  align-items: center;
  color: #fd8e32;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  justify-content: center;
  display: none;
}

.price-detail-title .konw-detail,
.price-detail-title .pickup-detail {
  background: hsla(0, 0%, 100%, 0.2);
  border: 1px solid #fd8e32;
  border-radius: 4px 4px 4px 4px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  width: 204px;
  display: none;
}

.price-detail-title .konw-detail:hover,
.price-detail-title .pickup-detail:hover {
  background-color: #fff8ed;
}

.price-detail-title i {
  font-size: 18px;
  margin-left: 8px;
  margin-top: 5px;
}

.show-row-group {
  display: table-row-group !important;
}

.show-row {
  display: table-row !important;
}

.hidden {
  display: none !important;
}

/* .price-detail-all {
  display: none;
} */
.section-pric-detail tr td:nth-child(3) .item-sub-title {
  color: #222;
}

.section-pric-detail tr td:nth-child(4) .item-sub-title {
  color: #222;
}

.section-pric-detail tr td:nth-child(5) .item-sub-title {
  color: #222;
}

.section-pric-detail .price-body {
  position: relative;
  margin: 0;
}

.section-pric-detail .price-body .extra-line-top {
  position: relative;
  top: 0;
  display: none;
}

.section-pric-detail .price-body .extra-line-top td:nth-child(n + 2) {
  background-color: #f8f8f8;
  border-radius: 8px 8px 0 0;
  height: 12px;
}

/* .section-pric-detail .price-body .main-body:last-child tr:last-of-type td {
  border-radius: 0 0 8px 8px;
} */

.section-pric-detail .price-body tr td:first-child .expand-icon {
  margin-left: 8px;
  vertical-align: middle;
}

.section-pric-detail .price-body tr td .iconfont.icon-correct {
  color: #00c9a8;
}

.section-pric-detail .price-body tr td .iconfont.icon-minus {
  color: #ccc;
}

.section-pric-detail .price-body tr td:nth-child(3) .iconfont {
  /* color: #fd8e32; */
}

.section-pric-detail .price-body tr td:nth-child(4) .iconfont {
  /* color: #fd8e32; */
}

.section-pric-detail .price-body tr td:nth-child(5) .iconfont {
  /* color: #fd8e32; */
}

.section-pric-detail .price-body .icon-wenhao-xian {
  color: #999;
  cursor: pointer;
  font-size: 20px;
}

.section-pric-detail .price-body .icon-icon_kongxingou,
.section-pric-detail .price-body .icon-icon_shixingou {
  font-size: 12px;
}

.section-pric-detail .price-body .tip {
  cursor: pointer;
  display: inline-block;
  margin-left: 8px;
  position: relative;
  vertical-align: middle;
}

.section-pric-detail .price-body .tip:hover .msg-content {
  visibility: visible;
  z-index: 99;
}

.section-pric-detail .price-body .tip .msg-content {
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  color: #5e6d82;
  font-size: 12px;
  left: -11px;
  line-height: 18px;
  max-width: 240px;
  padding: 12px;
  position: absolute;
  top: 45px;
  visibility: hidden;
  white-space: pre;
}

.section-pric-detail .price-body .tip .msg-content:after {
  background: #fff;
  -webkit-box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  content: "";
  height: 10px;
  left: 16px;
  margin-top: -5px;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 10px;
}

.section-pric-detail .price-detail-sub {
  align-items: center;
  border-bottom: 1px solid #e7e7e7;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  padding: 0 20px;
  display: none;
}

.section-pric-detail .price-detail-sub .pickup-all,
.section-pric-detail .price-detail-sub .strech-all {
  color: #fd8e32;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;

  display: none;
}

.section-pric-detail .price-detail-sub .item-icon-wrapper .item-icon span {
  color: #838892;
}

.section-pric-detail .price-detail-sub .iconfont {
  margin-right: 8px;
}

.section-pric-detail .first-order tr td:first-child {
  font-weight: 600;
}

.section-pric-detail .contact-wrapper {
  font-size: 16px;
  margin: 25px 0 43px;
  text-align: center;
}

.section-pric-detail .contact-wrapper a {
  color: #fd8e32;
  cursor: pointer;
}

.fixed-content {
  background: #fff;
  height: 116px;
  position: sticky;
  top: 60px;
  z-index: 1;
  display: flex;
  align-items: center;
  margin: 0;
}

.fixed-content .header-item .recommend {
  display: inline-flex;
}

.fixed-content .header-item .recommend .intro {
  display: inline-block;
  height: 24px;
  margin-left: 4px;
  vertical-align: middle;
  width: 52px;
}

.fixed-content .header-item:nth-child(3) .recommend {
  display: none;
}

.fixed-content .header-item .item-button.hover-active {
  background: #fd8e32;
  color: #fff;
  border-radius: 4px;
}

.item-icon-wrapper {
  height: 60px;
  display: flex;
  align-items: center;
}

.item-icon-wrapper .item-icon {
  display: inline-block;
  margin-left: 22px;
}

.item-icon-wrapper .item-icon i {
  vertical-align: middle;
}

.item-icon-wrapper .item-icon img {
  height: 16px;
  margin-right: 8px;
  width: 16px;
}

.item-icon-wrapper .item-icon span {
  color: #999;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
}

td {
  text-align: center;
  width: 20.5%;
}

td:first-child {
  width: 18%;
}

.main-header,
.main-header-fixed {
  border-collapse: separate;
  border-spacing: 0 0;
  height: 70px;
  /* margin-left: -10px; */
  table-layout: fixed;
  width: 100%;
}

.main-header .header-item,
.main-header-fixed .header-item {
  position: relative;
  text-align: center;
  width: 20%;
  border-bottom: 1px solid #eee;
}

.main-header .header-item:first-child,
.main-header-fixed .header-item:first-child {
  line-height: 90px;
  padding-left: 40px;
  text-align: left;
}

.main-header .header-item .item-sub-title,
.main-header .header-item .item-sub-title-first,
.main-header-fixed .header-item .item-sub-title,
.main-header-fixed .header-item .item-sub-title-first {
  color: #222;
  font-size: 20px;
  font-weight: 600;
  width: 100%;
}

.main-header .header-item .item-sub-title-first,
.main-header-fixed .header-item .item-sub-title-first {
  font-size: 24px;
}

.main-header .header-item .item-sub-title.recommend-title,
.main-header-fixed .header-item .item-sub-title.recommend-title {
  position: relative;
}

.main-header .header-item .item-sub-title.recommend-title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-header .item-button,
.main-header-fixed .item-button {
  background: #ffe5ce;
  border-radius: 2px;
  color: #fd8e32;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  height: 28px;
  line-height: 27px;
  margin-top: 12px;
  text-align: center;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  width: 88px;
  cursor: pointer;
  border-radius: 4px;
}

.main-header .item-button:hover,
.main-header-fixed .item-button:hover {
  background: #fd8e32;
  color: #fff;
}

.main-header .item-button i,
.main-header-fixed .item-button i {
  font-size: 14px;
}

.main-header-fixed {
  background: #fff;
  height: 116px;
  position: absolute;
  top: 56px;
  visibility: hidden;
}

.main-header-fixed .header-item {
  border-radius: 4px;
}

.main-header-fixed .header-item:not(:first-child) {
  cursor: pointer;
}

.main-header-fixed .header-item .item-sub-title {
  width: 100%;
}

.main-header-fixed .header-item .item-sub-title.recommend-title {
  position: relative;
}

.main-body {
  background: #fff;
  border-collapse: separate;
  border-spacing: 0;
  /* margin-left: -28px; */
  table-layout: fixed;
  width: 100%;
}

.main-body tbody tr:not(.extra-line-top):hover,
.main-body thead tr:not(.extra-line-top):hover {
  border-radius: 0 0 0 0;
  -webkit-box-shadow: 0 1px 4px 0 rgba(20, 30, 49, 0.1);
  box-shadow: 0 1px 4px 0 rgba(20, 30, 49, 0.1);
  position: relative;
  width: 100%;
  /* width: 1192px; */
}

.main-body tbody tr:not(.extra-line-top):hover td,
.main-body thead tr:not(.extra-line-top):hover td {
  background: #fff !important;
}

.main-body tbody tr td:first-child,
.main-body thead tr td:first-child {
  width: 20%;
}

.main-body tbody tr td:nth-child(n + 2),
.main-body thead tr td:nth-child(n + 2) {
  background: #fff;
  width: 20%;
}

.main-body .first-order {
  cursor: pointer;
  height: 60px;
}

.main-body .first-order td {
  color: #222;
  font-size: 20px;
  font-weight: 500;
  line-height: 60px;
  border-bottom: 1px solid #eee;
}

.main-body .first-order td img {
  height: 16px;
  width: 16px;
}

.main-body .first-order td:first-child {
  padding-left: 40px;
  text-align: left;
}

.main-body .first-order td:first-child i {
  color: #999;
  font-size: 20px;
  margin-right: 6px;
}

.main-body .first-order td:first-child span {
  vertical-align: middle;
}

.main-body .first-order-detail {
  display: none;
}

.main-body .first-order-detail .second-order {
  cursor: pointer;
}

.main-body .first-order-detail .second-order .second-padding {
  padding-left: 40px;
}

.main-body .first-order-detail .second-order .second-padding i {
  color: #999;
  font-size: 20px;
  margin-right: 8px;
}

.main-body .first-order-detail .second-order .second-padding span {
  vertical-align: middle;
}

.main-body .first-order-detail .second-order-detail {
  background: #fff;
  display: none;
  height: 48px;
}

.main-body .first-order-detail .second-order-detail td {
  color: #222;
  font-size: 16px;
  line-height: 48px;
  border-bottom: 1px solid #eee;
}

.main-body .first-order-detail .second-order-detail td:first-child {
  font-size: 14px;
  padding-left: 66px;
  text-align: left;
}

.main-body .first-order-detail .second-order-detail td img {
  height: 16px;
  width: 16px;
}

.main-body .body-item {
  color: #222;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.main-body .body-item .expand-icon {
  font-weight: 600;
}

.main-body .body-item:first-child {
  font-size: 18px;
  padding-left: 40px;
  text-align: left;
}

.main-body .body-item.service-time {
  line-height: 26px;
  padding-bottom: 14px;
}

.price-banner-wrapper {
  background: #f8f8f8;
  color: #666;
  font-size: 16px;
  line-height: 32px;
  margin-top: 24px;
  padding: 30px 44px;
}

.price-banner-wrapper .extra {
  color: #222;
  font-weight: 600;
}

.price-banner-wrapper>span {
  vertical-align: middle;
}

.price-banner-wrapper .wrapper-btn {
  color: #fd8e32;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  margin-left: 4px;
  margin-right: 4px;
  cursor: pointer;
}

.price-wrapper-item {
  background: #fff;
  display: inline-block;
  margin: 0 1%;
  padding: 20px;
  position: relative;
  -webkit-transition: height 218ms;
  transition: height 218ms;
  vertical-align: top;
  width: 23%;
}

.price-wrapper-item .item-header {
  text-align: center;
}

.price-wrapper-item .item-header .version-name {
  font-size: 20px;
  overflow: hidden;
  padding: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.price-wrapper-item .item-header .version-price {
  font-size: 32px;
  overflow: hidden;
  padding: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.price-wrapper-item .item-section {
  padding: 10px 0;
}

.price-wrapper-item .item-section .section-row {
  font-size: 14px;
  padding: 12px 0;
  position: relative;
  width: 100%;
}

.price-wrapper-item .item-section.for-mobile {
  display: none;
}

.price-wrapper-item .item-footer {
  padding: 30px 0 20px;
  text-align: center;
}

.price-wrapper-item .item-footer .footer-msg-mobile {
  color: #ccd1d9;
  display: none;
  padding: 14px 0;
  text-align: left;
}

.price-wrapper-item .footer-arrow-wrapper {
  bottom: 10px;
  display: none;
  left: 0;
  position: absolute;
  width: 100%;
}

.price-wrapper-item .footer-arrow-wrapper>i,
.price-wrapper-item .my-lighter {
  display: none;
}

/* 用处 */
.use-list {
  margin-top: 40px;
  display: flex;
  justify-content: space-evenly;
}

.use-list .use-item {
  font-weight: 600;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.use-list .use-item .use-item-up {
  display: flex;
  justify-content: center;
}

.use-list .use-item .use-item-up .up-left {
  font-size: 80px;
  margin-left: 10px;
}

.use-list .use-item .use-item-up .up-left span {
  font-size: 24px;
}

.use-list .use-item .use-item-down {
  color: #222;
  font-size: 24px;
  margin-top: 8px;
}

.color-primary {
  color: #fd8e32;
}

.color-green {
  color: #fd8e32;
}

.color-orange {
  color: #fd8e32;
}

.use-list .use-item .icon1:before {
  background: linear-gradient(180deg, rgba(0, 194, 154, 0), #fd8e32);
  content: "\e843";
}

.use-list .use-item .icon2:before {
  background: linear-gradient(0deg, rgba(46, 161, 255, 0), #fd8e32);
  content: "\e65f";
}

.use-list .use-item .icon3:before {
  background: linear-gradient(180deg, rgba(255, 169, 58, 0), #fd8e32);
  content: "\e65f";
}

.use-list .use-item .icon1:before,
.use-list .use-item .icon2:before,
.use-list .use-item .icon3:before {
  background-clip: text;
  font-family: "iconfont";
  position: absolute;
  top: 30px;
  transform: scale(1.2);
}

/* 关于 */
.about-page .banner-about {
  background: url(/assets/images/home/home-banner-bg.png);
  background-clip: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  height: 450px;
  background-size: cover;
}

.about-page .banner-about .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-page .banner-about .caption {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-page .banner-about .aption-title span {
  font-size: 64px;
}

.about-intro {
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06);
  padding: 100px 100px;
  font-size: 20px;
  border-radius: 20px;
  margin-top: -120px;
  background: #fff;
}

/*news*/
.news .news-list {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.05);
  padding: 0 40px;
  font-size: 20px;
  border-radius: 16px;
  margin-top: -390px;
  background: #fff;
  position: relative;
  z-index: 9;
  min-height: 600px;
}

.news .media-row:last-child {
  border-bottom: none;
}

.news .media-row {
  text-decoration: none;
  display: flex;
  align-items: stretch;
  margin: 0;
  padding: 40px 0;
  border-bottom: 1px solid #eee;
}

.news .media-row:hover .media-heading {
  color: #fd8e32;
}

.news .media-row .media-object {
  max-width: inherit;
}

.news .media-row .media-left {
  margin-right: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 300px;
  height: 150px;
  border-radius: 8px;
}

.news .media-row .media-heading {
  color: #333;
  font-size: 19px;
  margin-bottom: 10px;
  margin-top: 5px;
}

.news .media-row .media-body p {
  font-size: 16px;
  line-height: 1.75em;
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 56px;
}

.news .media-row .media-body {
  position: relative;
  flex: 1;
}

.news .media-row .list-inline {
  margin-top: 20px;
  display: flex;
}

.news .media-row .list-inline li {
  color: #888;
  font-size: 14px;
  border-right: 1px solid #999;
  padding: 0 20px;
}

.news .media-row .list-inline li:first-child {
  padding-left: 0;
}

.news .media-row .list-inline li:last-child {
  border-right: none;
}

.news-detail {
  background: #fff;
}

.news-detail .container {}

.news-detail .news-top {
  padding-top: 150px;
  margin: 0 0 50px 0;
  color: #333;
}

.news-detail .news-top a {
  color: #666;
  text-decoration: none;
}

.news-detail .news-content {
  padding: 25px 36px;
  border: solid 1px #e5e5e5;
  margin-bottom: 60px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.05);
}

.news-detail .news-content .title {
  color: #222;
  font-size: 24px;
  padding-bottom: 15px;
  line-height: 1.6em;
}

.news-detail .news-content .month-day,
.news-detail .news-content .year {
  font-size: 14px;
  line-height: 32px;
  color: #888;
  display: inline-block;
}

.news-detail .news-content .author {
  color: #888888;
  font-size: 14px;
  padding-left: 36px;
}

.news-detail .news-content h2 {
  font-size: 20px;
  margin-bottom: 30px;
}

.news-detail .news-content h3 {
  font-size: 18px;
  margin-bottom: 30px;
}

.news-detail .news-content .detail p {
  font-size: 16px;
  color: #333;
  margin-bottom: 30px;
  line-height: 1.8em;
}

.news-detail .news-content .detail p img {
  display: inline-block;
}

.news-detail .news-content .detail ul,
.news-detail .news-content .detail ol {
  padding-left: 20px;
  margin-bottom: 20px;
}

.news-detail .news-content .detail li {
  font-size: 16px;
  color: #333;
  line-height: 1.8em;
}

.news-detail .news-content .detail ul li {
  list-style: disc;
}

.swiper-pagination-bullet-active {
  background: #fd8e32;
  width: 20px;
  border-radius: 100px;
}

/* partner */

/* .partner-bg{
  position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 58px;
    height: 900px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background-attachment: fixed;
    background-image: url(https://imgs.699pic.com/images/402/647/451.jpg!seo.v1);
}

.partner-bg2{
  position: absolute;
  z-index: -2;
  left: 0;
  right: 0;
  top: 58px;
  height: 900px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background-attachment: fixed;
  background-image: url(https://imgs.699pic.com/images/402/647/451.jpg!seo.v1);
}
.partner-bg:before, .partner-bg2:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 485px;
  background-image: linear-gradient(180deg, rgba(243, 244, 247, 0) 0%, #fff 100%);
  z-index: 2;
} */
.banner-partner {
  /* background: linear-gradient(180deg, #ffe5ce 0%, #ffffff 98%); */
  background: url(/assets/images/partner/partner-banner.png) center;
  background-size: cover;
}

.banner-partner .caption {
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 120px;
}

.banner-partner .caption .caption-title {
  font-size: 54px;
}

.section-benefit-content {}

.section-benefit-list {
  display: flex;
  background: linear-gradient(180deg, #dfebff 0%, #ffffff 98%);
  border-radius: 8px;
  justify-content: space-around;
  padding: 60px 0;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06);
}

.section-benefit-item {
  flex: 0 0 33.33%;
  padding: 0 40px;
  text-align: center;
}

.section-benefit-item img {
  width: 120px;
  margin-bottom: 24px;
  opacity: 0.9;
}

.section-benefit-item .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 12px;
}

.section-benefit-item .des {
  font-weight: 400;
  font-size: 18px;
  color: #666;
  line-height: 1.5;
}

.section-contact-list {
  display: flex;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  padding: 40px;
  background: linear-gradient(180deg, #dfebff 0%, #ffffff 98%);
}

.section-contact-item {
  display: flex;
  width: 50%;
  /* box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06);
  margin-right: 30px; */
  border-radius: 8px;
}

.section-contact-item:last-child {
  margin-right: 0;
}

.section-contact-item img {
  width: 80px;
  margin-right: 40px;
}

.section-contact-item .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.section-contact-item .des {
  font-size: 14px;
  color: #666;
  margin-bottom: 24px;
}

.section-contact-item .phone {
  color: #fd8e32;
  font-size: 14px;
}

.section-contact-item .phone a {
  cursor: pointer;
}

.section-join-item {
  background: url(/assets/images/partner/partner-bg.png);
  background-size: 100% 100%;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06);
  height: 310px;
  padding-left: 300px;
  display: flex;
  align-items: center;
}

.section-join-content {
  display: flex;
  flex-direction: column;
}

.section-join-item .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
}

.section-join-item .des {
  font-size: 16px;
  color: #666;
}

/* 产品页 */
.section-product-scheme {
  text-align: center;
}

.product-page .banner-product {
  display: flex;
  padding-top: 60px;
  padding-bottom: 0;
  background: linear-gradient(177deg,
      #eaefff 11.74%,
      #dfe9ff 48.21%,
      #d4e3ff 94.64%);
  /* background-image: url(../images/home/banner-bg.png); */
  height: 540px;
}

.product-page .banner-product .container {
  display: flex;
  align-items: center;
}

.product-page .banner-product .caption {
  width: 50%;
  padding-right: 60px;
}

.product-page .banner-product .caption-pic {
  padding: 12px;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.1) 0,
      rgba(255, 208, 208, 0.05) 100%);
  box-shadow: 0 40px 70px 0 rgba(91, 40, 202, 0.1);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.product-page .banner-product .caption-pic img {
  width: 500px;
  border-radius: 16px;
  margin-top: 0;
}

.section-product-solution .pro-item {
  padding: 80px 0;
}

.section-product-solution .pro-item:nth-child(odd) {
  background: linear-gradient(110deg, #f2f9ff 0, #f9f9ff 51.04%, #e0edff 100%);
}

.section-product-solution .pro-item:nth-child(even) {
  background: #fff;
}

.section-product-solution .pro-item:nth-child(even) .container {
  flex-direction: row-reverse;
}

/* .product-page.pro-special .pro-item:nth-child(odd){
  background: #fff;
} */
/* .product-page.pro-special .pro-item:nth-child(even) {
  background: #f7f9ff;
} */

.section-product-solution .pro-item .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-product-solution .pro-item-intro {
  flex: 0 0 40%;
}

.section-product-solution .pro-item-intro .btn-lg {
  margin-top: 24px;
  display: inline-block;
  background: none;
  color: #fd8e32;
  border: 1px solid #fd8e32;
}

.section-product-solution .pro-item-intro-title {
  color: #222;
  font-size: 32px;
  font-weight: 600;
  line-height: 45px;
  margin-bottom: 24px;
}

.section-product-solution .pro-item-intro-sub-title {
  color: #222;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 24px;
  margin-top: -10px;
}

.section-product-solution .pro-item-intro-title span {
  display: block;
  margin-bottom: 20px;
  /* color: #0d6efd; */
}

.section-product-solution .pro-item-list {
  padding-left: 0;
}

.section-product-solution .pro-item li {
  position: relative;
  list-style: none;
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 16px;
  font-weight: 400;
  padding-left: 30px;
}

.section-product-solution .pro-item li::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  /* top: 50%;
  transform: translateY(-50%); */
  top: 8px;
  left: 0;
  background: url(/assets/images/list-item.png) no-repeat;
  background-size: 100%;
}

.section-product-solution .pro-item-pic {
  flex: 0 0 55%;
}

.section-product-solution .pro-item-pic img {
  width: 100%;
}

.product-scheme-pic {
  /* max-width: 550px; */
  max-height: 420px;
}

/* 解决方案 */
.solution-page .banner .caption-title {
  color: #fff;
}

.solution-page .banner .des-txt {
  color: #fff;
}

.banner-solution {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
}

.banner-solution-retail {
  background: url(/assets/images/solution/banner-solution-retail.jpg) 0 -300px no-repeat;
}

.banner-solution-manufacture {
  background: url(../images/solution/banner-solution-manufacture.jpg) 0 -300px no-repeat;
}

.banner-solution-it {
  background: url(../images/solution/banner-solution-it.jpg) 0 -400px no-repeat;
}

.banner-solution-medicine {
  background: url(../images/solution/banner-solution-medicine.jpg) 0 -200px no-repeat;
}

.banner-solution-dining {
  background: url(../images/solution/banner-solution-dining.jpg) 0 -500px no-repeat;
}

.banner-solution-energy {
  background: url(../images/solution/banner-solution-energy.jpg) 0 -400px no-repeat;
}

.banner-solution-household {
  background: url(../images/solution/banner-solution-household.jpg) 0 0 no-repeat;
}

.banner-solution-realestate {
  background: url(../images/solution/banner-solution-realestate.jpg) 0 -100px no-repeat;
}

.banner-solution-electron {
  background: url(../images/solution/banner-solution-electron.jpg) 0 -100px no-repeat;
}

.banner-solution .caption {
  position: relative;
}

.section-hard .container {
  display: flex;
  justify-content: space-between;
}

.section-hard-box {
  position: relative;
  align-items: center;
  flex-direction: column;
  border-radius: 8px;

  cursor: pointer;
  display: flex;
  padding: 60px 30px;

  width: 23.5%;
  background: url(/assets/images/solution/solution-hard.png),
    linear-gradient(342deg, #eff2fe 0%, #fff 40%);
  /* background: rgba(255, 255, 255, 0.6); */
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
  background-size: contain;
  background-repeat: no-repeat;
}

/* .section-hard-box:hover{
  background: linear-gradient(154.25deg, #f9ebe4 -6.92%, #fff 25.65%); 
   box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
} */

.section-hard-box .content-title {
  color: #222;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  white-space: nowrap;
}

.section-hard-box .hard-box-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 1;
  /* position: absolute; */
  transition: all 0.2s ease-in-out;
}

.section-hard-box .hard-box-content img {
  width: 56px;
  height: 56px;
  margin-bottom: 30px;
}

.section-hard-box .hard-box-content .content-bar {
  margin: 22px 0;
}

.section-hard-box .hard-box-content-hover {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  opacity: 1;
  padding: 0 34px 24px;
  transition: all 0.2s ease-in-out;
}

.section-hard-box .hard-box-content-hover .content-title {
  margin: 40px 0 12px;
}

.section-hard-box .content-text {
  color: #666;
  font-size: 16px;
  line-height: 1.8em;
  text-align: left;
}

/* .section-hard-box:hover .hard-box-content {
  opacity: 0;
  transition: all 0.3s ease-in-out;
} */

.section-hard-box:hover .hard-box-content-hover {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

.section-solution {
  position: relative;
  background: url(/assets/images/solution/banner-solution.png) top right no-repeat;
}

.masker1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  /* z-index: 1;
    width: 756px;
    height: 100%;
    left: 0;
    top: 0; */

  /* background: linear-gradient(90deg, #ffe5ce 0%, transparent 100%); */
  /* background: radial-gradient(49.93% 49.92% at 41.8% 39.17%, #ffe5ce 0, rgba(231, 240, 255, 0) 100%); */
}

.section-solution .masker {
  width: 100%;
  z-index: -1;
}

.masker {
  position: absolute;
  /* width: 100%;
  height: 100%;
  top:0;
  left:0; */
  z-index: 1;
  width: 756px;
  height: 100%;
  left: 0;
  top: 0;

  background: linear-gradient(110deg, #f2f9ff 0, #f9f9ff 51.04%, #e0edff 100%);
  /* background: radial-gradient(49.93% 49.92% at 41.8% 39.17%, #ffe5ce 0, rgba(231, 240, 255, 0) 100%); */
}

.problem-list {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.problem-list .problem-item {
  width: 48%;
  height: 320px;
  flex: 0 0 48%;
  margin: 1%;
  /* background: #fef8f3 url(/assets/images/solution/banner-solution.png) bottom right no-repeat; */
  border-radius: 4px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  overflow: hidden;
  border-radius: 8px;
  background-size: 70%;
  background: rgba(255, 255, 255, 0.9);
}

.problem-list .problem-item .left-box {
  width: 100%;
  /* text-align: center; */
  padding: 40px;
}

.problem-list .problem-item .left-box img {
  height: 64px;
}

.problem-list .problem-item .left-box .name {
  font-size: 22px;
  line-height: 32px;
  color: #000;
  font-weight: 600;
  padding-top: 24px;
}

.problem-list .problem-item .right-box {
  position: relative;
  text-align: left;

  width: 60%;
  overflow: hidden;
}

.problem-list .problem-item .right-box img {
  height: 100%;
}

.problem-list .problem-item .desc {
  /* position: absolute;
  bottom: 24px; */
  width: 100%;
  /* padding: 0 20px; */
  color: #666;
  font-size: 16px;
  line-height: 1.8;
}

.swiper-industry-img {
  max-width: 100%;
  border-radius: 8px;
}

.m-swiper-industry-img {
  display: none;
}

/* 行业 */
.section-industry {
  /* background: #fef8f3; */
}

.swiper-industry {
  margin-top: -40px;
}

.swiper-industry .swiper-wrapper {
  margin: 40px auto;
}

.swiper-industry .swiper-slide {
  padding: 0;
  border-radius: 8px;
  cursor: pointer;
  /* box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06); */
  background: #fff;
  font-size: 18px;
  font-weight: 400;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-industry .swiper-slide-thumb-active {
  /* background: #fd8e32; */
  color: #fd8e32;
  font-size: 20px;
}

.swiper-industry .swiper-slide-thumb-active span {
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #fd8e32;
}

.swiper-industry .swiper-slide:last-child {
  margin-right: 0 !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fd8e32;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
  display: none;
}

.swiper-industry2:hover .swiper-button-next,
.swiper-industry2:hover .swiper-button-prev {
  display: flex;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 24px;
}

.swiper-industry2 .swiper-slide {
  height: 416px;
}

.swiper-industry-img {
  background: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.swiper-industry-content {
  height: 100%;
  margin-bottom: 48px;
  padding: 60px 0 62px 56px;
  position: relative;
  width: 388px;
  color: #fff;
  z-index: 2;
}

.swiper-industry-title {
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 16px;
}

.swiper-industry-subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 30px;
}

.swiper-industry-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: 18px;
  height: 48px;
  line-height: 24px;
  width: 168px;
  cursor: pointer;
}

.swiper-industry-data {
  display: flex;
  flex-direction: column;

  font-size: 14px;
  line-height: 22px;
  margin-bottom: 36px;
}

.swiper-industry-num {
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
}

.swiper-industry2.swiper {
  padding-bottom: 50px;
}

/* 产品导航 */

.navbar-nav .product-tab-content section {
  display: none;
}

.navbar-nav .selected {
  background: linear-gradient(to left, #ffedde, transparent);
  border-radius: 10px 0 0 10px;
}

.navbar-nav .selected:first-child {
  background: linear-gradient(to left, #e3edfb, transparent);
}

.navbar-nav .selected:nth-child(2) {
  background: linear-gradient(to left, #e2dffd, transparent);
}

.navbar-nav .selected:nth-child(3) {
  background: linear-gradient(to left, #e2f6fb, transparent);
}

.navbar-nav .product-tab-content .show {
  display: block;
}

.navbar-nav .product-tab-wrap {
  padding: 0;
  overflow: hidden;
  display: flex;
  /*    min-height:500px;*/
}

.navbar-nav .product-tab-head {
  width: 20%;
  /*background: linear-gradient(270deg, rgba(106, 131, 252, 0.2) 0%, rgba(106, 131, 252, 0) 100%);*/
  /* background: linear-gradient(
    270deg,
    rgba(0, 76, 249, 0.15) 0%,
    rgba(0, 76, 249, 0) 100%
  ); */
  box-shadow: 4px 0 10px 0px rgba(72, 78, 87, 0.08);
  display: flex;
  flex-direction: column;
  padding: 20px 0 160px 0;
  /*   align-items: flex-end;*/
}

.navbar-nav .product-head-item {
  display: flex;
  /* min-width: 280px; */
  padding: 20px 20px 20px 15px;
  align-items: center;
}

.navbar-nav .product-head-item img {
  width: 36px;
  height: 36px;
  margin-right: 16px;
}

.navbar-nav .product-head-item-content {
  display: flex;
  flex-direction: column;
}

.navbar-nav .product-head-item .product-head-title {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  /*  margin-bottom:4px;*/
}

.navbar-nav .product-head-item .product-head-des {
  font-size: 12px;
  color: #545454;
}

.navbar-nav .product-tab-content {
  flex: 1;
  padding: 20px;
}

.navbar-nav .product-tab-content .product-class-link {
  display: inline-flex;
  align-items: center;
  padding-left: 12px;
  margin: 0 0 16px 0;
  font-size: 18px;
  font-weight: 500;
  color: #715ee8;
  line-height: 22px;
  cursor: pointer;
  text-decoration: none;
}

.navbar-nav .product-tab-content .product-class-link .arrow-icon {
  height: 12px;
  width: 12px;
  margin-left: 4px;
}

.navbar-nav .product-tab-content .solution-item {
  width: calc(25% - 16px);
  box-shadow: none;
  padding: 12px;
  align-items: flex-start;
}

.navbar-nav .product-tab-content .product-last .solution-item {
  width: calc(38% - 16px);
}

.navbar-nav .product-tab-content .solution-item-title {
  font-size: 16px;
  color: #111;
}

.navbar-nav .product-tab-content .solution-item-des {
  font-size: 12px;
  color: #555;
}

.navbar-nav .product-tab-content .solution-item-txt {
  margin-left: 10px;
}

.navbar-nav .product-tab-content .solution-item img {
  width: 24px;
}

.navbar-nav .product-tab-content .solution-item:hover {
  background: rgba(106, 131, 252, 0.1);
}

.navbar-nav .product-tab-content .nav-pro-list {
  width: 100%;
  display: flex;
  align-items: center;
}

.navbar-nav .product-tab-content .nav-other-app {
  padding: 20px;
  cursor: pointer;
}

.navbar-nav .product-tab-content .nav-other-app:hover {
  background: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  cursor: pointer;
}

.navbar-nav .product-tab-content .nav-pro-link {
  display: flex;
  align-items: center;
  border-radius: 8px;
  width: 28%;
  text-decoration: none;

}


.navbar-nav .product-tab-content .nav-pro-link img {
  width: 30px;
  margin-right: 10px;
  border-radius: 6px;
}

.navbar-nav .product-tab-content .nav-pro-link-left {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  color: #777;
}

.navbar-nav .product-tab-content .nav-pro-link-left span {
  color: #222;
  font-size: 18px;
}

.home-section-logos {
  position: relative;
  height: 90px;
  /* padding: 30px 30px; */
  bottom: 0;
  left: 0;
  z-index: 9;
  margin: 0px auto;
  overflow: hidden;
  width: calc(100% - 64px);
}

.scroll-logos {
  position: absolute;
  left: -10px;
  top: 0px;
  width: calc(180px*31);
  display: flex;
  flex-wrap: nowrap;
  animation: scroll-left 80s linear infinite;
}

.home-section-logos:hover .scroll-logos {
  animation-play-state: paused;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.home-section-logos .logo-item {
  box-shadow: none;
  margin: 0;
  border-radius: 0;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
}

.home-section-logos .logo-item {
  display: flex;
  align-items: center;
}

.home-section-logos .logo-item img {
  width: auto;
  height: 60px;
  /* filter: brightness(0) invert(1); */
}

/* 临时 */
.banner-home .caption-title {
  font-size: 60px;
  font-family: Helvetica Neue, Microsoft Yahei, Helvetica, Arial, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif, serifserifserif;
}

.banner-home .caption-title span {
  /* background: linear-gradient(50deg, #ffb460 0%, #ff6000 100%); */
  background: linear-gradient(50deg, #ffaa4b 0%, #fb5f00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-home .des-txt {
  color: #121212;
}

.banner .btn-lg {
  background: #121212;
}

.banner .btn-lg:focus,
.banner .btn-lg:hover,
.navbar .btn-primary:hover,
.navbar .btn-primary:focus {
  background: #333;
  color: #fff;
}

.banner .btn-lg.btn-outline-primary {
  background: transparent;
  border: solid 1px #121212;
  color: #121212;
}

.banner .btn-lg.btn-outline-primary:focus,
.banner .btn-lg.btn-outline-primary:hover,
.navbar .btn-link:focus,
.navbar .btn-link:hover {
  background: rgba(18, 18, 18, 0.02);
}

.home .banner .caption-pic img {
  margin-top: 0px;
  margin-left: 0px;
}

.navbar .btn-primary {
  background: #121212;
}

.navbar .btn-link {
  color: #121212;
  border: 1px solid #121212;
}

.navbar .container .phone .icon-tellphone {
  filter: brightness(10%);
}