.nav-header {
  width: 100%;
  height: 60px;
  flex-shrink: 0;
  backdrop-filter: blur(12px);
  background: transparent;
  /* box-shadow: 0px 2px 4px 1px rgba(8, 19, 74, 0.16); */
  border: 1px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: rgb(0 0 0 / 10%) 0px 2px 12px 0px;
}

.sticky {
  position: fixed;
  top: 0px;
  z-index: 9999;
}

.nav-header .container {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}
.nav-header .container .left {
  display: flex;
  align-items: center;
  height: 100%;
}
.nav-header .container .left .logo {
  display: flex;
  align-items: center;
  margin-right: 60px;
  height: 100%;
}
.nav-header .container .left .logo img {
  height: 30px;
  margin-right: 10px;
}

.nav-header .container .left .others {
  display: flex;
  align-items: center;
  height: 100%;
}

.nav-header .container .left a {
  cursor: pointer;
  margin-right: 40px;

  font-size: 16px;
  color: #000000;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-header .container .left a:last-child {
  margin-right: 0;
}
.nav-header .container .left a:hover {
  color: #3762ec;
}

.nav-header .container .left a .image-box {
  background-image: url('/assets/zk (2).png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 8px;
  margin-left: 10px;
}
.nav-header .container .left .solution:hover .image-box {
  background-image: url('/assets/sq (2).png');
}
.nav-header .container .left .solution:hover .industry-solution {
  display: flex;
}
.nav-header .container .left .solution {
  position: relative;
}
.nav-header .container .left .solution .industry-solution {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: fit-content;
  background: #ffffff;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 10px 10px 10px 10px;
  position: absolute;
  top: 55px;
  padding: 17px 0;
  z-index: 999;
  display: none;
}
.nav-header
  .container
  .left
  .solution
  .industry-solution
  .industry-solution-button {
  height: 36px;
  width: 100%;
  font-size: 16px;
  margin-bottom: 8px;
  color: #000000;
  text-align: left;
  padding-left: 32px;
  display: flex;
  align-items: center;
}
.nav-header
  .container
  .left
  .solution
  .industry-solution
  .industry-solution-button:last-child {
  margin-bottom: 0;
}
.nav-header
  .container
  .left
  .solution
  .industry-solution
  .industry-solution-button:hover {
  background-color: #f5f5f5;
  color: #3762ec;
  font-weight: bold;
}

.nav-header .container .right {
  display: flex;
  align-items: center;
  position: relative;
}
.nav-header .container .right .phone {
  display: flex;
  align-items: center;
  margin-right: 32px;
  cursor: pointer;
}
.nav-header .container .right .phone img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.nav-header .container .right .phone span {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
}

.nav-header .container .right .phone span:hover {
  color: #5d94ff;
}

.nav-header .container .right .contact-us {
  width: 100px;
  height: 36px;
  background: #3378fe;
  border-radius: 4px 4px 4px 4px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
}
.nav-header .container .right .contact-us:hover {
  background-color: #5d94ff;
}

.banner-part {
  height: 740px;
  background-image: url('/assets/banner (2).png');
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 60px;
}
.banner-part .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner-part .container .left {
  display: flex;
  flex-direction: column;
}

.banner-part .container .left .title {
  font-weight: bold;
  font-size: 40px;
  color: #000000;
  margin-bottom: 20px;
}
.banner-part .container .left .problems {
  display: flex;
  flex-direction: column;
}

.banner-part .container .left .problems .problem {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.banner-part .container .left .problems .problem:last-child {
  margin-bottom: 0;
}

.banner-part .container .left .problems .problem img {
  margin-right: 16px;
  width: 24px;
  height: 24px;
}
.banner-part .container .left .problems .problem span {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
}
.banner-part .container .right img {
  height: 560px;
}

.container .get-scheme {
  width: 178px;
  height: 60px;
  background: #3762ec;
  border-radius: 10px 10px 10px 10px;
  font-size: 20px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
}
.container .get-scheme span {
  margin-right: 11px;
}
.container .get-scheme img {
  width: 22px;
  height: 22px;
}
.container .get-scheme:hover {
  background-color: #587ef9;
  border: 1px solid #ffffff;
}
.banner-part .container .right img {
  width: 530px;
}

.problems-list .container .get-scheme {
  margin-top: 40px;
}
.solve-scheme .container .get-scheme {
  margin-top: 40px;
}
.diagrammatize .container .get-scheme {
  margin-top: 40px;
}
.improve-efficiency .container .get-scheme {
  margin-top: 40px;
}
.figure-out .container .get-scheme {
  margin-top: 40px;
}

.problems-list {
  height: 1976px;
  background: #E9EDFA;
}

.problems-list .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.problems-list .container .top-tip-box {
  width: 1200px;
  height: 900px;
  background: linear-gradient(
    187deg,
    rgba(253, 254, 255, 0.73) 0%,
    rgba(232, 240, 255, 0.28) 100%
  );
  box-shadow: 0px 3px 6px 1px rgba(8, 47, 174, 0.16);
  border-radius: 30px 30px 30px 30px;
  border: 1px solid #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -90px;
}
.problems-list .container .top-tip-box .title {
  font-weight: bold;
  font-size: 36px;
  color: #2f334d;
  margin-bottom: 24px;
}
.problems-list .container .top-tip-box .tip {

  font-size: 20px;
  color: #6a7481;
  margin-bottom: 48px;
}

.problems-list .container .top-tip-box .banner-image {
  height: 600px;
}

.problems-list .container .problems-list-center-part {
  margin-top: 1000px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.problems-list .container .problems-list-center-part .title {
  font-weight: bold;
  font-size: 36px;
  color: #2f334d;
  margin-bottom: 24px;
}
.problems-list .container .problems-list-center-part .tip {

  font-size: 20px;
  color: #6a7481;
  margin-bottom: 48px;
}
.problems-list .container .list {
  display: flex;
  flex-wrap: wrap;
}
.problems-list .container .list .items {
  width: 216px;
  height: 352px;
  background: linear-gradient(
    353deg,
    rgba(253, 254, 255, 0.73) 0%,
    rgba(232, 240, 255, 0.28) 100%
  );
  box-shadow: 0px 3px 6px 1px rgba(8, 47, 174, 0.16);
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #ffffff;
  margin-right: 30px;
  margin-bottom: 30px;
}
.problems-list .container .list .items:nth-child(5n) {
  margin-right: 0;
}
.problems-list .container .list .items {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 15px;
  padding-top: 34px;
  position: relative;
}
.problems-list .container .list .items .remark {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 216px;
  height: 352px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 16px 16px 16px 16px;
}

.problems-list .container .list .items .remark .solve {
  position: absolute;
  bottom: 48px;
  width: 160px;
  height: 48px;
  border-radius: 24px;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: bolder;
}
.problems-list .container .list .items .remark .solve:hover {
  color: #5d94ff;
}

.problems-list .container .list .items:hover .remark {
  opacity: 1;
}
.problems-list .container .list .items img {
  height: 90px;
  margin-bottom: 20px;
}
.problems-list .container .list .items .item-title {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  margin-bottom: 8px;
}
.problems-list .container .list .items .item-title.no-margin {
  margin-bottom: 0;
}
.problems-list .container .list .items .message {
  margin-top: 16px;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  text-align: center;
}

.solve-scheme {
  padding: 80px 0;
  background: #fafbff;
}

.solve-scheme .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.solve-scheme .container .title {
  font-weight: bold;
  font-size: 40px;
  color: #333333;
  margin-bottom: 20px;
}
.solve-scheme .container .tip {
  font-size: 18px;
  color: #666666;
  margin-bottom: 48px;
}
.solve-scheme .container .list {
  display: flex;
}
.solve-scheme .container .list .items {
  width: 285px;
  height: 437px;
  background: #f0f5ff;
  border-radius: 10px 10px 10px 10px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-image: url('/assets/module_3_back.png');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.solve-scheme .container .list .items:last-child {
  margin-right: 0;
}

.solve-scheme .container .list .items img {
  width: 44px;
  margin-bottom: 25px;
}
.solve-scheme .container .list .items .item-title {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  margin-bottom: 14px;
  align-self: center;
  margin-top: 26px;
  margin-bottom: 56px;
}
.solve-scheme .container .list .items .message {
  font-size: 16px;
  color: #666666;
  margin-bottom: 12px;
  position: relative;
  padding-left: 12px;
  margin-left: 30px;
}
.solve-scheme .container .list .items .message::after {
  content: '';
  width: 6px;
  height: 6px;
  background: #3378fe;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.solve-scheme .container .list .items .notice-more {
  font-size: 18px;
  color: #3762ec;
  position: absolute;
  bottom: 30px;
  left: 30px;
}

/* 适用于不同行业应用流程 */
.figure-out.multiple-industries {
  padding: 80px 0;
  background-color: #E9EDFA;
}

.figure-out.multiple-industries .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.figure-out.multiple-industries .container .title {
  font-weight: bold;
  font-size: 36px;
  color: #2f334d;
  margin-bottom: 24px;
}
.figure-out.multiple-industries .container .tip {

  font-size: 20px;
  color: #6a7481;
  margin-bottom: 48px;
}
.figure-out.multiple-industries .container .industries-list-part {
  width: 100%;
  height: 900px;
  background: linear-gradient(
    187deg,
    rgba(253, 254, 255, 0.73) 0%,
    rgba(232, 240, 255, 0.28) 100%
  );
  box-shadow: 0px 3px 6px 1px rgba(8, 47, 174, 0.16);
  border-radius: 30px 30px 30px 30px;
  border: 1px solid #ffffff;
  display: flex;
  flex-direction: column;
  padding: 64px 48px;
}
.figure-out.multiple-industries .container .industries-list-part .change-nav {
  width: 1200px;
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}
.figure-out.multiple-industries
  .container
  .industries-list-part
  .change-nav
  button {
  font-size: 20px;
  color: #333333;
  text-align: center;
  border-bottom: 1px solid #e5ebef;
  padding: 0 31px;
  padding-bottom: 20px;
}
.figure-out.multiple-industries .container .change-nav button:last-child {
  margin-right: 0;
}

.figure-out.multiple-industries .container .change-nav button.active {
  color: #3762ec;
  border-bottom: 2px solid #3762ec;
}
.figure-out.multiple-industries .container .center-case {
  display: flex;
  align-items: center;
}
.figure-out.multiple-industries .container .figure-out-case {
  display: none;
}
.figure-out.multiple-industries .container .figure-out-case.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.figure-ou.multiple-industries .container .figure-out-case .center {
  display: flex;
  /* align-items: center; */
}

/* 全域资金分账 */
.global-fund-allocation {
  padding: 80px 0;
  background: #fafbff;
}
.global-fund-allocation .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.global-fund-allocation .container .left {
  display: flex;
  flex-direction: column;
  width: 562px;
}
.global-fund-allocation .container .right img {
  height: 425px;
}
.global-fund-allocation .container .left .title {
  width: 580px;
  margin-bottom: 31px;
}
.global-fund-allocation .container .left .title {
  font-weight: bold;
  font-size: 32px;
  color: #2f334d;
  display: flex;
  flex-direction: column;
}
.global-fund-allocation .container .left .list {
  display: flex;
  align-items: center;
  margin-bottom: 26px;
}
.global-fund-allocation .container .left .list:last-child {
  margin-bottom: 0;
}
.global-fund-allocation .container .left .list .item {
  display: flex;
  align-items: center;
  margin-right: 48px;
}
.global-fund-allocation .container .left .list .item img {
  margin-right: 10px;
}
.global-fund-allocation .container .left .list .item span {
  font-size: 16px;
  color: #666666;
  white-space: nowrap;
  width: 100px;
}

.solve-payment-problem {
  padding: 80px 0;
  background-color: #E9EDFA;
}
.solve-payment-problem .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.solve-payment-problem .container .title {
  font-weight: bold;
  font-size: 36px;
  color: #2f334d;
  margin-bottom: 24px;
}
.solve-payment-problem .container .tip {

  font-size: 20px;
  color: #6a7481;
  margin-bottom: 48px;
}
.solve-payment-problem .container .list {
  display: flex;
  margin-bottom: 80px;
}
.solve-payment-problem .container .list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
  justify-content: center;
  width: 285px;
  height: 316px;
  background: linear-gradient(
    353deg,
    rgba(253, 254, 255, 0.73) 0%,
    rgba(232, 240, 255, 0.28) 100%
  );
  box-shadow: 0px 3px 6px 1px rgba(8, 47, 174, 0.16);
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #ffffff;
  margin-right: 20px;
}
.solve-payment-problem .container .list .item:last-child {
  margin-right: 0;
}
.solve-payment-problem .container .list .item img {
  height: 90px;
  margin-bottom: 20px;
}
.solve-payment-problem .container .list .item .item-title {
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  margin-bottom: 16px;
}
.solve-payment-problem .container .list .item .item-message {
  font-size: 16px;
  color: #666666;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.solve-payment-problem .container .list .item .item-message span {
  line-height: 30px;
}

.solve-payment-problem .container .title-two {
  margin-bottom: 48px;
}
.solve-payment-problem .container .various-industries {
  width: 880px;
  height: 880px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0px 10px 40px 1px rgba(8, 47, 174, 0.12);
  background-image: url('/assets/module_7_back.png');
  background-repeat: no-repeat;
  background-size: contain;
}

/* 帮您解决分账难题 */
.solve-problem {
  padding: 80px 0;
  background: #fafbff;
}
.solve-problem .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.solve-problem .container .title {
  font-weight: bold;
  font-size: 36px;
  color: #2f334d;
  margin-bottom: 48px;
}
.solve-problem .container .center-image {
  height: 620px;
  width: 100%;
  background-image: url('/assets/module_8_back.png');
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.solve-problem .container .center-image .item {
  display: flex;
  align-items: center;
  position: absolute;
}
.solve-problem .container .center-image .item img {
  width: 32px;
  height: 32px;
  margin-right: 6px;
}
.solve-problem .container .center-image .item span {
  font-weight: bold;
  font-size: 18px;
  color: #000000;
}
.solve-problem .container .center-image .one {
  top: 101px;
  left: 65px;
}
.solve-problem .container .center-image .two {
  top: 298px;
  left: 65px;
}
.solve-problem .container .center-image .three {
  bottom: 100px;
  left: 65px;
}
.solve-problem .container .center-image .four {
  top: 101px;
  left: 930px;
}
.solve-problem .container .center-image .five {
  top: 298px;
  left: 930px;
}
.solve-problem .container .center-image .six {
  bottom: 100px;
  left: 930px;
}

/* 分账业务流程 */
.business-process {
  padding: 80px 0;
  background-color: #E9EDFA;
}
.business-process .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.business-process .container .title {
  font-weight: bold;
  font-size: 36px;
  color: #333333;
  margin-bottom: 20px;
}
.business-process .container .tip {
  font-size: 20px;
  color: #666666;
  margin-bottom: 48px;
}
.business-process .container .list {
  display: flex;
}
.business-process .container .list .items {
  width: 216px;
  height: 356px;
  background: #f0f5ff;
  border-radius: 16px 16px 16px 16px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.business-process .container .list .items:nth-child(1) {
  background-image: url('/assets/module_9_back_1.png');
}
.business-process .container .list .items:nth-child(2) {
  background-image: url('/assets/module_9_back_2.png');
}
.business-process .container .list .items:nth-child(3) {
  background-image: url('/assets/module_9_back_3.png');
}
.business-process .container .list .items:nth-child(4) {
  background-image: url('/assets/module_9_back_4.png');
}
.business-process .container .list .items:nth-child(5) {
  background-image: url('/assets/module_9_back_5.png');
}

.business-process .container .list .items:last-child {
  margin-right: 0;
}

.business-process .container .list .items img {
  width: 46px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
  z-index: 99;
}
.business-process .container .list .items .item-title {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  margin-bottom: 14px;
  align-self: center;
  margin-top: 20px;
  margin-bottom: 56px;
}
.business-process .container .list .items .message {
  font-size: 16px;
  color: #666666;
  margin-bottom: 12px;
  position: relative;
  padding-left: 12px;
  margin-left: 20px;
  padding-right: 20px;
}
.business-process .container .list .items .message::after {
  content: '';
  width: 6px;
  height: 6px;
  background: #3378fe;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}

/* 我们的优势 */
.our-advantage {
  padding: 80px 0;
  background-color: #fafbff;
}
.our-advantage .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.our-advantage .container .title {
  font-weight: bold;
  font-size: 36px;
  color: #333333;
  margin-bottom: 108px;
}
.our-advantage .container .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
}
.margin-zero {
  margin-bottom: 0 !important;
}
.our-advantage .container .list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 380px;
  height: 278px;
  box-shadow: 0px 3px 6px 1px rgba(8, 47, 174, 0.16);
  border-radius: 16px 16px 16px 16px;
  background-image: url('/assets/module_10_back.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.our-advantage .container .list .item img {
  position: absolute;
  top: -60px;
  width: 136px;
  height: 136px;
  left: 50%;
  transform: translateX(-50%);
}
.our-advantage .container .list .item .item-title {
  font-weight: bold;
  font-size: 22px;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 16px;
}
.our-advantage .container .list .item .item-message {
  font-size: 16px;
  color: #666666;
  padding: 0 25px;
  line-height: 30px;
}

/* 主要行业案例解析 */
.case-analysis {
  padding: 80px 0;
  background-color: #E9EDFA;
}
.case-analysis .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.case-analysis .container .title {
  font-weight: bold;
  font-size: 36px;
  color: #333333;
  margin-bottom: 48px;
}
.case-analysis .container .case-analysis-center {
  border-radius: 20px 20px 20px 20px;
  display: flex;
  overflow: hidden;
  background: linear-gradient(
    132deg,
    rgba(253, 254, 255, 0.73) 0%,
    rgba(255, 255, 255, 0.28) 100%
  );
  box-shadow: 0px 0px 30px 1px rgba(8, 47, 174, 0.16);
  height: 748px;
  width: 100%;
}
.case-analysis .container .left {
  width: 200px;
  height: 100%;
  background: #3762ec;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 0;
  border-radius: 10px 0px 0px 10px;
}
.case-analysis .container .left button {
  width: 160px;
  height: 56px;
  border-radius: 6px 6px 6px 6px;
  display: flex;
  align-items: center;
  margin-bottom: 23px;
  padding-left: 12px;
}
.case-analysis .container .left button img {
  margin-right: 10px;
  width: 24px;
  height: 24px;
}
.case-analysis .container .left button span {
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
}
.case-analysis .container .left button:last-child {
  margin-bottom: 0;
}
.case-analysis .container .left button.active {
  background: #ffffff;
}
.case-analysis .container .left button.active span {
  color: #3762ec;
  display: inline-block;
  padding-right: 40px;
  border-right: 2px solid #3762ec;
}
.case-analysis .container .right {
  width: 1000px;
  height: 100%;
  border: 2px solid #ffffff;
  border-left: 0;
  padding: 32px;
}
.case-analysis .container .right .various-industries-case {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  display: none;
}
.case-analysis .container .right .various-industries-case.active {
  display: flex;
}

.case-analysis .container .right .various-industries-case .top {
  width: 100%;
  height: 94px;
  background: linear-gradient(130deg, #3762ec 0%, #bfceff 100%);
  border-radius: 16px;
  padding: 16px 20px;
  margin-bottom: 20px;
  background-image: url('/assets/module_11_img.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.case-analysis .container .right .various-industries-case .top .top-title {
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 12px;
}
.case-analysis .container .right .various-industries-case .top .top-tip {
  font-size: 16px;
  color: #ffffff;
}
.case-analysis .container .right .various-industries-case .before-use {
  display: flex;
  flex-direction: column;
}
.case-analysis
  .container
  .right
  .various-industries-case
  .before-use
  .before-use-title {
  font-weight: bold;
  font-size: 20px;
  color: #ff2121;
  margin-bottom: 16px;
}
.case-analysis
  .container
  .right
  .various-industries-case
  .before-use
  .before-use-banner {
  width: 100%;
  height: 70px;
  background-color: rgba(255, 33, 33, 0.1);
  border-radius: 6px 6px 6px 6px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  margin-bottom: 16px;
}
.case-analysis
  .container
  .right
  .various-industries-case
  .before-use
  .before-use-banner
  img {
  width: 26px;
  height: 26px;
  margin-right: 10px;
}
.case-analysis
  .container
  .right
  .various-industries-case
  .before-use
  .before-use-banner
  span {
  font-size: 16px;
  color: #333333;
}

.case-analysis
  .container
  .right
  .various-industries-case
  .before-use
  .before-use-message {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

.case-analysis
  .container
  .right
  .various-industries-case
  .before-use
  .before-use-message
  span {
  margin-left: 18px;
  font-size: 16px;
  color: #333333;
  margin-bottom: 14px;
  position: relative;
}
.case-analysis
  .container
  .right
  .various-industries-case
  .before-use
  .before-use-message
  span:last-child {
  margin-bottom: 0;
}
.case-analysis
  .container
  .right
  .various-industries-case
  .before-use
  .before-use-message
  span::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: #ff2121;
  border-radius: 50%;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}
.case-analysis .container .right .various-industries-case .after-use {
  display: flex;
  flex-direction: column;
}
.case-analysis
  .container
  .right
  .various-industries-case
  .after-use
  .after-use-title {
  font-weight: bold;
  font-size: 20px;
  color: #00b516;
  margin-bottom: 16px;
}
.case-analysis
  .container
  .right
  .various-industries-case
  .after-use
  .after-use-banner {
  width: 100%;
  height: 70px;
  background-color: rgba(0, 181, 22, 0.1);
  border-radius: 6px 6px 6px 6px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  margin-bottom: 16px;
}
.case-analysis
  .container
  .right
  .various-industries-case
  .after-use
  .after-use-banner
  img {
  width: 26px;
  height: 26px;
  margin-right: 10px;
}
.case-analysis
  .container
  .right
  .various-industries-case
  .after-use
  .after-use-banner
  span {
  font-size: 16px;
  color: #333333;
}

.case-analysis
  .container
  .right
  .various-industries-case
  .after-use
  .after-use-message {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

.case-analysis
  .container
  .right
  .various-industries-case
  .after-use
  .after-use-message
  span {
  margin-left: 18px;
  font-size: 16px;
  color: #333333;
  margin-bottom: 14px;
  position: relative;
}
.case-analysis
  .container
  .right
  .various-industries-case
  .after-use
  .after-use-message
  span:last-child {
  margin-bottom: 0;
}
.case-analysis
  .container
  .right
  .various-industries-case
  .after-use
  .after-use-message
  span::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: #00b516;
  border-radius: 50%;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}

.brand-customer {
  padding: 80px 0;
  background: #fafbff;
}
.brand-customer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.brand-customer .container .title {
  font-weight: bold;
  font-size: 36px;
  color: #333333;
  margin-bottom: 48px;
}
.brand-customer .container .list {
  display: flex;
  margin-bottom: 20px;
}
.brand-customer .container .list img {
  width: 224px;
  height: 200px;
  margin-right: 20px;
  box-shadow: 0px 3px 6px 1px rgba(8, 47, 174, 0.16);
  border-radius: 6px 6px 6px 6px;
}
.brand-customer .container .list img:last-child {
  margin-right: 0;
}

/* 安全合规 */
.safe-compliance {
  padding: 80px 0;
  background: #E9EDFA;
}
.safe-compliance .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.safe-compliance .container .title {
  font-weight: bold;
  font-size: 36px;
  color: #333333;
  margin-bottom: 112px;
}
.safe-compliance .container .center {
  background-image: url('/assets/module_13_back.png');
  width: 716px;
  height: 716px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.safe-compliance .container .center .item {
  display: flex;
  flex-direction: column;
  width: 330px;
  height: 148px;
  box-shadow: 0px 3px 6px 1px rgba(8, 47, 174, 0.16);
  border-radius: 9px 9px 9px 9px;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px 0;
}
.safe-compliance .container .center .item.three {
  background-image: url('/assets/module_13_back_3.png');
}
.safe-compliance .container .center .item.two {
  background-image: url('/assets/module_13_back_2.png');
}
.safe-compliance .container .center .item.one {
  background-image: url('/assets/module_13_back_1.png');
}
.safe-compliance .container .center .item .item-title {
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  align-self: center;
  margin-bottom: 30px;
}
.safe-compliance .container .center .item .item-message {
  padding-left: 34px;
  display: flex;
  flex-direction: column;
}
.safe-compliance .container .center .item .item-message span {
  position: relative;
  font-size: 16px;
  color: #666666;
  margin-bottom: 14px;
}
.safe-compliance .container .center .item .item-message span::after {
  content: '';
  width: 6px;
  height: 6px;
  background: #33d5bf;
  border-radius: 50%;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}
.safe-compliance .container .center .item.one .item-message span::after {
  background: #3762ec;
}
.safe-compliance .container .center .item.three .item-message span::after {
  background: #16d843;
}

.safe-compliance .container .center .item.one {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.safe-compliance .container .center .item.two {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30%;
}
.safe-compliance .container .center .item.three {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30%;
}
.safe-compliance .container .center .center-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.improve-efficiency {
  padding: 80px 0;
  background-color: #fff;
}

.improve-efficiency .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.improve-efficiency .container .title {
  font-weight: bold;
  font-size: 40px;
  color: #333333;
  margin-bottom: 50px;
}
.improve-efficiency .container .tip {
  font-size: 20px;
  color: #666666;
  margin-bottom: 48px;
}
.improve-efficiency .container .list {
  display: flex;
  flex-wrap: wrap;
}
.improve-efficiency .container .list .item {
  width: 180px;
  height: 266px;
  background: linear-gradient(180deg, #f0f5ff 0%, #f0f5ff 100%);
  border-radius: 10px 10px 10px 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 30px;
  padding-left: 18px;
  padding-right: 18px;
  margin-right: 24px;
  margin-bottom: 24px;
}
.improve-efficiency .container .list .item:nth-child(6n) {
  margin-right: 0;
  margin-bottom: 0;
}
.improve-efficiency .container .list .item img {
  width: 64px;
  margin-bottom: 14px;
}
.improve-efficiency .container .list .item .item-title {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  margin-bottom: 12px;
}
.improve-efficiency .container .list .item .message {
  font-size: 16px;
  color: #666666;
}

.cooperative-agency {
  padding: 80px 0;
  background: #fafbff;
}

.cooperative-agency .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url('/assets/module_13_img.png');
  background-repeat: no-repeat;
  background-position: center;
}
.cooperative-agency .container .title {
  font-weight: bold;
  font-size: 36px;
  color: #333333;
  margin-bottom: 24px;
}
.cooperative-agency .container .tip {
  font-size: 20px;
  color: #666666;
  margin-bottom: 48px;
}

.cooperative-agency .container #outer-container {
  width: 100%;
  overflow: hidden;
}

.cooperative-agency .container #inner-container {
  white-space: nowrap;
}

.cooperative-agency .container #inner-container .swiper-slide {
  display: flex;
  flex-wrap: wrap;
}

.cooperative-agency .container #inner-container img {
  margin-right: 20px;
  margin-bottom: 24px;
  width: 180px;
  height: 80px;
  border-radius: 10px 10px 10px 10px;
}

.cooperative-agency .container .scroll-item {
  display: inline-block;
}

.footer {
  padding: 80px 0;
  background-color: #0f1420;
}

.footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer .container .left .title {
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  position: relative;
  padding-left: 15px;
  display: inline-block;
  margin-bottom: 30px;
}
.footer .container .left .title::after {
  content: '';
  width: 2px;
  height: 18px;
  background: #3378fe;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.footer .container .left .row {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.footer .container .left .row img {
  width: 16px;
  margin-right: 8px;
}

.footer .container .left .row span {
  font-size: 16px;
  color: #ffffff;
}
.footer .container .right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer .container .right img {
  height: 150px;
  margin-bottom: 10px;
}
.footer .container .right span {
  font-size: 16px;
  color: #ffffff;
}

/* 悬浮窗 */
.right-float-nav {
  position: fixed;
  right: 0;
  top: 100px;
  z-index: 99;
}
.new-nav {
  width: 68px;
  position: fixed;
  right: 24px;
  top: 50%;
  /* bottom:auto; */
  left: auto;
  z-index: 99999999;
  margin-top: -257px;
}

.new-nav .nav-list {
  text-align: center;
  position: relative;
  cursor: pointer;
  width: 68px;
  height: 68px;
  margin-bottom: 2px;
  background-color: #fff;
  border-radius: 3px;
  background-position: 50% 32%;
  background-repeat: no-repeat;
  box-shadow: 0 0 8px 0 rgba(44, 107, 234, 0.16);
}

.new-nav .nav-list.kefuks {
  width: 120px;
  height: 120px;
  background-image: url('/assets/kefu.png');
  box-shadow: none;
  position: relative;
  right: 27px;
  background-color: transparent;
}

.new-nav .nav-list.kefuks:hover {
  background-color: transparent;
}

.new-nav .nav-list.kefuks a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.new-nav .nav-list.gouwuche {
  background-image: url('/assets/icon_gouwuche.png');
}

.new-nav .nav-list.gouwuche:hover {
  background-image: url('/assets/icon_gouwucheh.png');
}

.new-nav .nav-list.beixuanpk {
  background-image: url('/assets/icon_beixuan.png');
}

.new-nav .nav-list.beixuanpk:hover {
  background-image: url('/assets/icon_beixuanh.png');
}

.new-nav .nav-list.saoyisao {
  background-image: url('/assets/icon_saoyisao.png');
}

.new-nav .nav-list.saoyisao:hover {
  background-image: url('/assets/icon_saoyisaoh.png');
}

.new-nav .nav-list.fankui {
  background-image: url('/assets/icon_fankui.png');
}

.new-nav .nav-list.fankui:hover {
  background-image: url('/assets/icon_fankuih.png');
}

.new-nav .nav-list .P1 {
  font-size: 12px;
  font-weight: 400;
  color: #2c6bea;
  line-height: 30px;
  padding: 35px 0 6px 0;
}

.new-nav .nav-list:hover {
  background-color: #2c6bea;
}

.new-nav .nav-list:hover .P1 {
  color: #fff;
}

.new-nav .nav-box {
  position: relative;
  width: 68px;
}

.nav-ewm-box {
  padding-top: 20px;
  width: 160px;
  background: #ffffff;
  box-shadow: -20px 0 20px 0 rgba(0, 0, 0, 0.05);
}

.nav-ewm-box .ewm-list {
  border-bottom: 1px solid #eeeeee;
  text-align: center;
}

.nav-ewm-box .ewm-list img {
  width: 150px;
  height: 150px;
  margin-top: 10px;
}

.nav-ewm-box .ewm-list p {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  text-align: center;
  padding-bottom: 4px;
  margin-bottom: 10px;
}

.nav-list .nav-show {
  width: 0;
  overflow: hidden;
  transition: all 0.3s;
  position: absolute;
  right: 60px;
  /* bottom: auto; */
  left: auto;
  top: 50%;
}

.nav-list .nav-show.staff {
  width: 0;
  overflow: hidden;
  transition: all 0.3s;
  position: absolute;
  right: 60px;
  left: auto;
  top: 10px;
}
.nav-list .nav-show.staff .staff-phone {
  font-size: 16px;
  font-weight: bold;
}

.nav-list .nav-show > div {
  float: right;
  margin-right: 20px;
}

.nav-list:hover .nav-show {
  width: 280px;
  text-align: right;
}

.gaode-about-us {
  width: 100vw;
  height: 732px;
  background-image: url(/assets/back_bottom1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.gaode-about-us .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.gaode-about-us .container .about-us-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.gaode-about-us .container .about-us-title img {
  height: 28px;
}

.gaode-about-us .container .about-us-title span {
  font-weight: bold;
  font-size: 40px;
  color: #ffffff;
  margin: 0 20px;
}

.gaode-about-us .container .about-us-center {
  display: flex;
  align-items: center;
}

.gaode-about-us .container .about-us-left {
  display: flex;
  flex-wrap: wrap;
  width: 400px;
}
.gaode-about-us .container .about-us-left .about-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 175px;
  height: 160px;
  background: #ffffff;
  border-radius: 6px 6px 6px 6px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.gaode-about-us .container .about-us-left .about-item img {
  height: 48px;
  margin-bottom: 12px;
}
.gaode-about-us .container .about-us-left .about-item span {
  font-weight: bold;
  font-size: 15px;
  color: #333333;
}

.gaode-about-us .container .about-us-right {
  display: flex;
  flex-direction: column;
  width: 792px;
  height: 520px;
  background: #ffffff;
  border-radius: 6px 6px 6px 6px;
  padding: 30px;
  margin-bottom: 20px;
}

.gaode-about-us .container .about-us-right .right-top {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.gaode-about-us .container .about-us-right .right-top img {
  height: 220px;
  margin-right: 20px;
}

.gaode-about-us .container .about-us-right .right-top .right-top-message {
  display: flex;
  flex-direction: column;
}

.about-us-right .right-top .message-title {
  font-weight: bold;
  font-size: 26px;
  color: #333333;
  margin-bottom: 18px;
}

.about-us-right .right-top .message {
  font-size: 15px;
  color: #666666;
  line-height: 22px;
}
.about-us-right .right-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-us-right .right-footer img {
  height: 220px;
}
.gaode-contact-us {
  width: 100vw;
  height: 298px;
  background: #060f2c;
  background-image: url(/assets/back_bottom2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

/* 微信扫一扫 */
.wechat-code {
  width: 100%;
  height: 372px;
  background: #121b2e;
}
.wechat-code .container {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.wechat-code .container .left {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  align-items: flex-start;
}
.wechat-code .container .left .title {
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  position: relative;
  margin-left: 10px;
  margin-bottom: 24px;
}
.wechat-code .container .left .title::after {
  content: '';
  width: 2px;
  height: 18px;
  background: #2d70f5;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.wechat-code .container .left .phone {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 24px;
}
.wechat-code .container .left .contact-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.wechat-code .container .left .contact-list .contact {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}

.wechat-code .container .left .contact-list .contact:hover span {
  font-weight: bolder;
}
.wechat-code .container .left .contact-list .contact .icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-size: cover;
  background-repeat: no-repeat;
}
.wechat-code .container .left .contact-list .contact span {
  font-size: 16px;
  color: #ffffff;
}
.wechat-code .container .left .contact-list .contact .icon.weixin {
  background-image: url('/assets/m15_1_def.png');
}
.wechat-code .container .left .contact-list .contact .icon.shouji {
  background-image: url('/assets/m15_2_def.png');
}
.wechat-code .container .left .contact-list .contact .icon.rexian {
  background-image: url('/assets/m15_3_def.png');
}
.wechat-code .container .left .contact-list .contact .icon.qq {
  background-image: url('/assets/qq@2x.png');
}

.wechat-code .container .left .contact-list .contact:hover .weixin {
  background-image: url('/assets/m15_1_hover.png');
}
.wechat-code .container .left .contact-list .contact:hover .shouji {
  background-image: url('/assets/m15_2_hover.png');
}
.wechat-code .container .left .contact-list .contact:hover .rexian {
  background-image: url('/assets/m15_3_hover.png');
}
.wechat-code .container .left .contact-list .contact:hover .qq {
  background-image: url('/assets/qq_hover@2x.png');
}
.wechat-code .container .center {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}
.wechat-code .container .center img {
  margin-bottom: 15px;
  height: 180px;
}
.wechat-code .container .center span {
  font-size: 16px;
  color: #ffffff;
}

.wechat-code .container .right {
  display: flex;
  margin-top: 60px;
  justify-content: flex-end;
}

.wechat-code .container .right .system {
  display: flex;
  flex-direction: column;
  margin-right: 64px;
}
.wechat-code .container .right .system:last-child {
  margin-right: 0;
}
.wechat-code .container .right .system .title {
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 24px;
  position: relative;
}

.wechat-code .container .right .system .title::after {
  content: '';
  width: 2px;
  height: 18px;
  background: #2d70f5;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.wechat-code .container .right .system .system-list-center {
  display: flex;
}
.wechat-code .container .right .system .system-list {
  display: flex;
  flex-direction: column;
}

.wechat-code .container .right .system .system-list a {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 16px;
  width: 90px;
}
.wechat-code .container .right .system .system-list a:hover {
  cursor: pointer;
  font-weight: bolder;
  color: #ffff01;
}

/* 备案号 */
.beian {
  width: 100%;
  height: 80px;
  background: #0f1523;
}
.beian .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.beian .container .top {
  display: flex;
  align-items: center;
}
.beian .container .top .company {
  margin-right: 10px;
}
.beian .container .top .qiye {
  display: flex;
  align-items: center;
}
.beian .container .top .qiye img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.beian .container .top span {
  font-size: 16px;
  color: #999999;
}

.beian .container .top a {
  font-size: 16px;
  color: #999999;
}
.beian .container .top a:hover {
  color: #fff;
}

.beian .container .footer {
  margin-right: 10px;
}

.beian .container .footer img {
  margin-right: 5px;
}
