.customer-module {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 184px 0;
}

.customer-module-bg {
  background: url(../images/customer/banner.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

/* .customer-banner-info {} */

.customer-banner-title {
  font-size: 44px;
  font-weight: 600;
  color: #333;
  line-height: 62px;
  letter-spacing: 5px;
  margin-bottom: 40px;
}

.customer-banner-desc {
  font-size: 28px;
  color: #333;
  letter-spacing: 2px;
  font-weight: 400;
  line-height: 46px;
}

.customer-cate-f img:first-child {
  width: 148px;
  height: 148px;
  margin: 25px 40px 22px 167px;
  float: left;
}

.customer-cate-f img:nth-child(2) {
  width: 164px;
  height: 164px;
}

.customer-cate-s img:nth-child(1) {
  width: 124px;
  height: 124px;
  float: left;
  margin: 28px 44px 0 92px;
}

.customer-cate-s img:nth-child(2) {
  width: 148px;
  height: 148px;
  margin-top: 22px;
  float: left;
}

.customer-cate-t img:first-child {
  width: 148px;
  height: 148px;
  margin-left: 375px;
  float: left;
}

.customer-digit-bg {
  background: url(../images/bg.jpg) no-repeat;
  background-size: cover;
  background-position: left bottom;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  opacity: 0.07;
}

.customer-module-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 64px;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 20px;
}

.customer-module-desc {
  font-size: 24px;
  font-weight: 400;
  line-height: 64px;
  text-align: center;
  color: #666;
  margin-bottom: 64px;
}

.customer-digit-wrap {
  display: flex;
}

.customer-digit-list {
  flex: 1;
  margin-right: 26px;
  display: flex;
  flex-direction: column;
}

.customer-digit-list>div {
  margin-bottom: 24px;
}

.customer-digit-list>div:last-child {
  margin-bottom: 0;
}

.customer-digit-wrap .customer-digit-list:last-child {
  margin-right: 0;
}

.customer-digit-column {
  flex: 1;
  display: flex;
}

.customer-digit-item {
  flex: 1;
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  z-index: 1;
}

.customer-digit-item4-title {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.90);
  margin-bottom: 12px;
}

.customer-digit-item4-title img {
  width: 40px;
  height: 40px;
  margin-right: 16px;
}

.customer-digit-item4-desc {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.90);
  line-height: 32px;
}

.customer-digit-item2 {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fff;
  margin-bottom: 24px;
  border-radius: 16px;
  z-index: 1;
}

.customer-digit-item2 img {
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
}

.customer-digit-item2-title {
  font-size: 24px;
  line-height: 40px;
  color: rgba(0, 0, 0, 0.90);
  font-weight: 500;
  text-align: center;
  margin-bottom: 12px;
}

.customer-digit-item2-desc {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.90);
  text-align: center;
  margin: 0 46px;
  line-height: 32px;
}

.customer-solve-bg {
  background: url(../images/customer/jjtd.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.customer-solve-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 64px;
  color: rgba(0, 0, 0, 0.90);
  text-align: center;
  margin-bottom: 64px;
}

.customer-solve-content {
  display: flex;
  position: relative;
}

.customer-solve-content-mobile {
  display: none;
}

.customer-sc-left {
  width: 50%;
}

.customer-scl-item {
  width: 79%;
  height: 72px;
  text-indent: 32px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.90);
  position: relative;
  width: 475px;
  line-height: 72px;
  border-radius: 72px;
  margin-bottom: 36px;
}

.customer-sc-left .customer-scl-item {
  background: linear-gradient(270deg, #F9FCFF 0%, #FFFFFF 100%);
  box-shadow: 0px 0px 3px 2px rgba(125, 194, 246, 0.1);
}

.customer-sc-left .customer-scl-item span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #F7B500;
  position: absolute;
  left: 9px;
  top: 30px;
  box-shadow: 0px 0px 10px rgba(247, 181, 0, .7);
  -webkit-box-shadow: 0px 0px 10px rgba(247, 181, 0, .7);
}

.customer-solve-content .customer-scl-item:last-child {
  margin-bottom: 0;
}

.customer-sc-left .customer-scl-item:first-child,
.customer-sc-left .customer-scl-item:last-child {
  margin-left: 79px;
}

.customer-sc-left .customer-scl-item:nth-child(2),
.customer-sc-left .customer-scl-item:nth-child(4) {
  margin-left: 39px;
}

.customer-sc-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.customer-sc-right .customer-scl-item {
  padding-right: 25px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.customer-sc-right .customer-scl-item span {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #6DD400;
  box-shadow: 0px 0px 10px rgba(109, 212, 0, .7);
  -webkit-box-shadow: 0px 0px 10px rgba(109, 212, 0, .7);
}

.customer-sc-right .customer-scl-item:first-child,
.customer-sc-right .customer-scl-item:last-child {
  margin-right: 79px;
}

.customer-sc-right .customer-scl-item:nth-child(2),
.customer-sc-right .customer-scl-item:nth-child(4) {
  margin-right: 39px;
}

.customer-sc-right .customer-scl-item {
  background: linear-gradient(90deg, #F9FCFF 0%, #FFFFFF 100%);
  box-shadow: 3px 2px 0px 0px rgba(125, 194, 246, 0.1);
}

.customer-circle {
  width: 39%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.customer-circle-img {
  width: 100%;
  height: auto;
}

.customer-module-content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.customer-module-content p {
  flex: 1;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
}

.customer-service-bg {
  background: url(../images/bg.jpg) no-repeat;
  background-size: cover;
  background-position: bottom right;
  opacity: 0.08;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: -200px;
}

.customer-service-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 64px;
  color: rgba(0, 0, 0, 0.90);
  margin-bottom: 20px;
  text-align: center;
}

.customer-service-desc {
  font-size: 24px;
  color: #666;
  font-weight: 400;
  line-height: 64px;
  text-align: center;
  margin-bottom: 44px;
}

.customer-service-wrap {
  position: relative;
}

.customer-service-wrap-mobile {
  display: none;
}

.customer-service-detail {
  width: 520px;
  height: 520px;
  border: 64px solid #EAEFF5;
  border-radius: 100%;
  position: relative;
  display: flex;
  color: #333;
}

.customer-service-detail::before {
  content: '';
  width: 360px;
  height: 360px;
  border: 1px dashed #DEDEDE;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.customer-service-detail::after {
  content: '';
  width: 240px;
  height: 240px;
  border: 1px dashed #DEDEDE;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.customer-sw-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: space-between;
}

.customer-service-item {
  width: 228px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  font-size: 24px;
  font-weight: 500;
  background: #fff;
  border-radius: 8px;
  position: relative;
}

.customer-service-item img {
  position: absolute;
  top: -24px;
  left: -24px;
  width: 72px;
  height: 72px;
}

.customer-sw-left .customer-service-item:first-child,
.customer-sw-left .customer-service-item:nth-child(3) {
  margin-right: 118px;
}

.customer-sw-left .customer-service-item:nth-child(2) {
  margin-right: 230px;
}

.customer-sw-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.customer-sw-right .customer-service-item:first-child,
.customer-sw-right .customer-service-item:nth-child(3) {
  margin-left: 118px;
}

.customer-sw-right .customer-service-item:nth-child(2) {
  margin-left: 230px;
}

.customer-sw-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 164px;
  height: 164px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.customer-sw-content img {
  width: 56px;
  height: 42px;
  margin-bottom: 16px;
}

.customer-sw-content p {
  font-size: 24px;
  color: #333;
  font-weight: 500;
  line-height: 36px;
}

.customer-case-title {
  font-size: 40px;
  line-height: 64px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.9);
}

.customer-case-desc {
  font-size: 24px;
  font-weight: 400;
  line-height: 64px;
  color: #666;
  margin: 24px 0 64px;
}

.customer-case-content {
  height: 320px;
  background: url(../images/customer/case-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  width: 100%;
}

.customer-case-content p {
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  color: #fff;
  margin: 0 auto;
}

.customer-case-logo {
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
}

.customer-case-logo img {
  max-height: 50px;
  width: auto;
  margin-right: 20px;
}

.customer-case-logo img:last-child {
  margin-right: 0;
}

@media (max-width: 900px) {
  .customer-module-bg {
    flex-direction: column;
  }

  .customer-banner-title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .customer-banner-desc {
    font-size: 16px;
  }

  .customer-cate-f img:first-child {
    width: 100px;
    height: 100px;
    margin: 25px 40px 22px 167px;
    float: left;
  }

  .customer-cate-f img:nth-child(2) {
    width: 110px;
    height: 110px;
  }

  .customer-cate-s img:nth-child(1) {
    width: 90px;
    height: 90px;
  }

  .customer-cate-s img:nth-child(2) {
    width: 100px;
    height: 100px;
  }

  .customer-cate-t img:first-child {
    width: 100px;
    height: 100px;
    margin-left: 150px;
    float: left;
  }

  .customer-module-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 30px;
  }

  .customer-module-desc {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .customer-digit-wrap {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .customer-digit-list {
    margin: 10px 20px;
    /* width: 50%; */
  }

  .customer-digit-item4-title {
    font-size: 16px;
    font-weight: 600;
  }

  .customer-digit-item4-title img {
    width: 25px;
    height: 25px;
  }

  .customer-digit-item {
    padding: 12px;
  }

  .customer-digit-item2 img {
    width: 40px;
    height: 40px;
  }

  .customer-digit-item2-title {
    font-size: 16px;
    font-weight: 600;
  }

  .customer-digit-item2-desc {
    font-size: 16px;
  }

  .customer-digit-item2-desc {
    margin: 0 10px;
  }

  .customer-module {
    padding: 20px 0;
  }

  .customer-module-content p {
    font-size: 12px;
    line-height: 20px;
  }

  .customer-scl-item {
    font-size: 12px;
    height: 30px;
  }

  .customer-solve-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
  }

  .customer-case-title {
    font-size: 20px;
    font-weight: 600;
  }

  .customer-case-desc {
    font-size: 16px;
    margin: 0 0 20px;
  }

  .customer-case-content p {
    font-size: 14px;
    line-height: 24px;
  }

  .customer-case-logo {
    flex-direction: column;
    align-items: center;
  }

  .customer-case-logo img {
    width: 70%;
    height: auto;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .customer-solve-content {
    display: none;
  }

  .customer-solve-content-mobile {
    display: block;
    width: 100%;
  }

  .customer-solve-content-mobile>img {
    width: 100%;
  }

  .customer-service-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
  }

  .customer-service-desc {
    font-size: 16px;
  }

  .customer-service-wrap {
    display: none;
  }

  .customer-service-wrap-mobile {
    display: block;
    width: 100%;
  }

  .customer-service-wrap-mobile>img {
    width: 100%;
  }
}