.banner {
  width: 100%;
  height: 640px;
  background: url(../images/mallSolution/banner.png) no-repeat;
  background-size: cover;
}
.mall-solutions {
  width: 100%;
  height: 835px;
  background: #fff;
  padding: 80px 0 78px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.mall-solutions .title h3 {
  height: 32px;
  font-size: 34px;
  font-family: PingFang;
  font-weight: 500;
  color: #444444;
  line-height: 32px;
  text-align: center;
}
.mall-solutions .title .line {
  width: 470px;
  height: 1px;
  background: #dddddd;
  margin: 0 auto;
  margin-top: 26px;
}
.mall-solutions .title .line p {
  width: 145px;
  height: 1px;
  background: #f86e61;
  margin: 0 auto;
}
.mall-solutions .title > p {
  height: 20px;
  font-size: 20px;
  font-family: PingFang;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  text-align: center;
  margin-top: 23px;
}
.mall-solutions .content {
  flex: 1;
  display: flex;
  margin: 0 auto;
}
.mall-solutions .content .left {
  display: flex;
  align-items: center;
}
.mall-solutions .content .left .system {
  width: 142px;
  height: 506px;
  background: #f86e61;
  text-align: center;
  font-size: 0;
}
.mall-solutions .content .left .system i {
  display: inline-block;
  width: 40px;
  height: 36px;
  background: url(../images/mallSolution/零售量.png) no-repeat;
  background-size: cover;
  margin-top: 153px;
}
.mall-solutions .content .left .system p {
  width: 80px;
  height: 51px;
  line-height: 36px;
  font-size: 20px;
  font-family: PingFang;
  font-weight: 500;
  color: #ffffff;
  margin: 0 auto;
  margin-top: 25px;
}
.mall-solutions .content .left .solution {
  width: 326px;
  height: 410px;
  background: #fff6f5;
  padding: 65px 0 0 38px;
  box-sizing: border-box;
}
.mall-solutions .content .left .solution p:nth-child(1) {
  height: 27px;
  font-size: 28px;
  font-family: PingFang;
  font-weight: 500;
  color: #f86e61;
  line-height: 28px;
}
.mall-solutions .content .left .solution p:nth-child(2) {
  width: 164px;
  height: 1px;
  background: #f86e61;
  opacity: 0.4;
  margin-top: 15px;
}
.mall-solutions .content .left .solution p:nth-child(3) {
  height: 16px;
  font-size: 20px;
  font-family: PingFang;
  font-weight: 400;
  color: #f86e61;
  line-height: 20px;
  margin-top: 13px;
}
.mall-solutions .content .left .solution p:nth-child(4) {
  width: 243px;
  font-size: 16px;
  font-family: PingFang;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  margin-top: 40px;
}
.mall-solutions .content .left .solution i {
  display: inline-block;
  width: 94px;
  height: 84px;
  background: url('../images/mallSolution/零售量 拷贝.png') no-repeat;
  background-size: cover;
  margin-top: 50px;
}
.mall-solutions .content .right {
  flex: 1;
  display: flex;
  align-items: center;
}
.mall-solutions .content .right ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mall-solutions .content .right ul li {
  width: 142px;
  height: 506px;
  background: #f5f5f5;
  text-align: center;
  font-size: 0;
  margin-left: 10px;
}
.mall-solutions .content .right ul li p {
  font-size: 20px;
  font-family: PingFang;
  font-weight: 500;
  margin: 0 auto;
}
.mall-solutions .content .right ul li p:nth-child(1) {
  width: 79px;
  color: #f86e61;
  margin-top: 215px;
}
.mall-solutions .content .right ul li p:nth-child(2) {
  color: #666666;
  margin-top: 5px;
}
.rich-marketing-functions {
  width: 100%;
  height: 655px;
  background-image: url('../images/mallSolution/组 26.png');
  background-position: 0 -67px;
  background-origin: padding-box;
  padding-top: 64px;
  box-sizing: border-box;
  text-align: center;
}
.rich-marketing-functions .title h3 {
  height: 32px;
  font-size: 34px;
  font-family: PingFang;
  font-weight: 500;
  color: #ffffff;
  line-height: 32px;
  text-align: center;
}
.rich-marketing-functions .title .line {
  width: 470px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  margin: 0 auto;
  margin-top: 26px;
}
.rich-marketing-functions .title .line p {
  width: 145px;
  height: 1px;
  background: #ffffff;
  margin: 0 auto;
}
.rich-marketing-functions .title > p {
  height: 20px;
  font-size: 20px;
  font-family: PingFang;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
  margin-top: 23px;
}
.rich-marketing-functions .content {
  display: inline-block;
  position: relative;
}
.rich-marketing-functions .content img {
  margin-top: 70px;
}
.rich-marketing-functions .content ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.rich-marketing-functions .content ul li {
  align-items: center;
  margin-right: 8px;
  padding: 11px 25px;
  background: #4fa8a1;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  position: absolute;
}
.rich-marketing-functions .content ul li:nth-child(1) {
  left: -86px;
  top: 51px;
}
.rich-marketing-functions .content ul li:nth-child(2) {
  left: -157px;
  top: 172px;
}
.rich-marketing-functions .content ul li:nth-child(3) {
  left: -242px;
  top: 287px;
}
.rich-marketing-functions .content ul li:nth-child(4) {
  left: -150px;
  top: 399px;
}
.rich-marketing-functions .content ul li:nth-child(5) {
  right: -146px;
  top: 49px;
}
.rich-marketing-functions .content ul li:nth-child(6) {
  right: -245px;
  top: 173px;
}
.rich-marketing-functions .content ul li:nth-child(7) {
  right: -220px;
  top: 285px;
}
.rich-marketing-functions .content ul li:nth-child(8) {
  right: -155px;
  top: 402px;
}
.rich-marketing-functions .content ul li i {
  display: inline-block;
  width: 27px;
  height: 14px;
  background: url('../images/mallSolution/生鲜 (1).png') no-repeat;
  background-size: cover;
}
.rich-marketing-functions .content ul li p {
  height: 20px;
  font-size: 20px;
  font-family: PingFang;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
  white-space: nowrap;
}
.independent-display {
  width: 100%;
  height: 610px;
  background: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.independent-display .title h3 {
  height: 32px;
  font-size: 34px;
  font-family: PingFang;
  font-weight: 500;
  color: #444444;
  line-height: 32px;
  text-align: center;
}
.independent-display .title .line {
  width: 470px;
  height: 1px;
  background: #dddddd;
  margin: 0 auto;
  margin-top: 26px;
}
.independent-display .title .line p {
  width: 145px;
  height: 1px;
  background: #f86e61;
  margin: 0 auto;
}
.independent-display .title > p {
  height: 20px;
  font-size: 20px;
  font-family: PingFang;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  text-align: center;
  margin-top: 23px;
}
.independent-display .content {
  flex: 1;
  background: url(../images/mallSolution/independent_bg.png) no-repeat;
  background-size: cover;
  background-position: 0 -70px;
}
.independent-display .content ul {
  width: 1200px;
  height: 100%;
  position: relative;
  padding: 0 68.5px;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
}
.independent-display .content ul li {
  text-align: center;
  position: absolute;
  left: 69px;
  top: 70px;
}
.independent-display .content ul li:nth-child(1) {
  animation: pump 6s linear 0s infinite;
}
.independent-display .content ul li:nth-child(2) {
  left: 364px;
  top: 49px;
  animation: pump 6.5s linear 0s infinite;
}
.independent-display .content ul li:nth-child(2) i {
  background-image: url('../images/mallSolution/组 30.png');
}
.independent-display .content ul li:nth-child(3) {
  left: 648px;
  top: 52px;
  animation: pump 4s linear 0.2s infinite;
}
.independent-display .content ul li:nth-child(3) i {
  background-image: url('../images/mallSolution/组 31.png');
}
.independent-display .content ul li:nth-child(4) {
  left: 227px;
  top: 210px;
  animation: pump 5s linear 0.3s infinite;
}
.independent-display .content ul li:nth-child(4) i {
  background-image: url('../images/mallSolution/组 29.png');
}
.independent-display .content ul li:nth-child(5) {
  left: 469px;
  top: 264px;
  animation: pump 5.5s linear 0.4s infinite;
}
.independent-display .content ul li:nth-child(5) i {
  background-image: url('../images/mallSolution/组 30.png');
}
.independent-display .content ul li:nth-child(6) {
  left: 826px;
  top: 76px;
  animation: pump 4.5s linear 0.5s infinite;
}
.independent-display .content ul li:nth-child(6) i {
  background-image: url('../images/mallSolution/组 32.png');
}
.independent-display .content ul li:nth-child(7) {
  left: auto;
  right: 113px;
  top: 250px;
  animation: pump 3.5s linear 0.6s infinite;
}
.independent-display .content ul li:nth-child(7) i {
  background-image: url('../images/mallSolution/组 33.png');
}
.independent-display .content ul li i {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url('../images/mallSolution/组 28.png') no-repeat;
  background-size: cover;
}
.independent-display .content ul li p {
  font-size: 20px;
  font-family: PingFang;
  font-weight: 400;
  color: #666666;
  line-height: 52px;
}
@keyframes pump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0);
  }
}
.applicable-industry {
  background: #6F9AFB;
  width: 100%;
  height: 602px;
  background: #709afc;
  padding-top: 57px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.applicable-industry .title h3 {
  height: 32px;
  font-size: 34px;
  font-family: PingFang;
  font-weight: 500;
  color: #ffffff;
  line-height: 32px;
  text-align: center;
}
.applicable-industry .title .line {
  width: 470px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  margin: 0 auto;
  margin-top: 26px;
}
.applicable-industry .title .line p {
  width: 145px;
  height: 1px;
  background: #ffffff;
  margin: 0 auto;
}
.applicable-industry .title > p {
  height: 20px;
  font-size: 20px;
  font-family: PingFang;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
  margin-top: 23px;
}
.applicable-industry .content {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  margin-top: 54px;
}
.applicable-industry .content ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.applicable-industry .content ul li {
  width: 200px;
  height: 90px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 28px;
}
.applicable-industry .content ul li:nth-child(1) i {
  background-image: url('../images/mallSolution/食品 拷贝 2.png');
}
.applicable-industry .content ul li:nth-child(2) i {
  width: 37px;
  height: 27px;
  background-image: url('../images/mallSolution/生鲜 (1).png');
}
.applicable-industry .content ul li:nth-child(3) i {
  width: 25px;
  height: 25px;
  background-image: url('../images/mallSolution/服务 (1).png');
}
.applicable-industry .content ul li:nth-child(4) i {
  width: 27px;
  height: 27px;
  background-image: url('../images/mallSolution/家装家饰.png');
}
.applicable-industry .content ul li:nth-child(5) i {
  width: 26px;
  height: 26px;
  background-image: url('../images/mallSolution/汽车.png');
}
.applicable-industry .content ul li:nth-child(6) i {
  width: 26px;
  height: 28px;
  background-image: url('../images/mallSolution/百货.png');
}
.applicable-industry .content ul li:nth-child(7) i {
  width: 17px;
  height: 41px;
  background-image: url('../images/mallSolution/美容 (1).png');
}
.applicable-industry .content ul li:nth-child(8) i {
  width: 30px;
  height: 26px;
  background-image: url('../images/mallSolution/服饰.png');
}
.applicable-industry .content ul li:nth-child(9) i {
  width: 26px;
  height: 26px;
  background-image: url('../images/mallSolution/运动 (1).png');
}
.applicable-industry .content ul li:nth-child(10) i {
  width: 30px;
  height: 26px;
  background-image: url('../images/mallSolution/视频 (6).png');
}
.applicable-industry .content ul li:nth-child(11) i {
  width: 27px;
  height: 27px;
  background-image: url('../images/mallSolution/箱包.png');
}
.applicable-industry .content ul li:nth-child(12) i {
  width: 29px;
  height: 29px;
  background-image: url('../images/mallSolution/母婴.png');
}
.applicable-industry .content ul li:nth-child(13) i {
  width: 27px;
  height: 29px;
  background-image: url('../images/mallSolution/饰品-01.png');
}
.applicable-industry .content ul li:nth-child(14) i {
  width: 24px;
  height: 28px;
  background-image: url('../images/mallSolution/保健.png');
}
.applicable-industry .content ul li:nth-child(15) i {
  width: 25px;
  height: 25px;
  background-image: url('../images/mallSolution/综合.png');
}
.applicable-industry .content ul li i {
  display: inline-block;
  width: 29px;
  height: 30px;
  background: url(../images/mallSolution/食品1.png) no-repeat;
  background-size: cover;
  margin-right: 17px;
}
.applicable-industry .content ul li span {
  font-size: 20px;
  font-family: PingFang;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  line-height: 20px;
}
.technical-highlights {
  width: 100%;
  height: 753px;
  padding: 79px 0 0 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.technical-highlights .title h3 {
  height: 32px;
  font-size: 34px;
  font-family: PingFang;
  font-weight: 500;
  color: #444444;
  line-height: 32px;
  text-align: center;
}
.technical-highlights .title .line {
  width: 470px;
  height: 1px;
  background: #dddddd;
  margin: 0 auto;
  margin-top: 26px;
}
.technical-highlights .title .line p {
  width: 145px;
  height: 1px;
  background: #f86e61;
  margin: 0 auto;
}
.technical-highlights .title > p {
  height: 20px;
  font-size: 20px;
  font-family: PingFang;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  text-align: center;
  margin-top: 23px;
}
.technical-highlights .content {
  width: 1200px;
  margin: 0 auto;
}
.technical-highlights .content ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.technical-highlights .content ul li {
  text-align: center;
  font-size: 0;
  flex-basis: 25%;
  margin-top: 98px;
}
.technical-highlights .content ul li:nth-child(2) i {
  background-image: url(../images/mallSolution/形状结合.png);
}
.technical-highlights .content ul li:nth-child(3) i {
  background-image: url(../images/mallSolution/适配.png);
}
.technical-highlights .content ul li:nth-child(4) i {
  background-image: url(../images/mallSolution/扩展.png);
}
.technical-highlights .content ul li:nth-child(5) i {
  background-image: url(../images/mallSolution/模块.png);
}
.technical-highlights .content ul li:nth-child(6) i {
  background-image: url('../images/mallSolution/安全 copy.png');
}
.technical-highlights .content ul li:nth-child(7) i {
  background-image: url('../images/mallSolution/检索 (1).png');
}
.technical-highlights .content ul li:nth-child(8) i {
  background-image: url('../images/mallSolution/日志.png');
}
.technical-highlights .content ul li i {
  display: inline-block;
  width: 41px;
  height: 46px;
  background: url('../images/mallSolution/app (1).png') no-repeat;
  background-size: cover;
}
.technical-highlights .content ul li p {
  margin: 0 auto;
}
.technical-highlights .content ul li p:nth-of-type(1) {
  height: 19px;
  font-size: 20px;
  font-family: PingFang;
  font-weight: 500;
  color: #444444;
  line-height: 20px;
  margin-top: 22px;
}
.technical-highlights .content ul li p:nth-of-type(2) {
  width: 237px;
  font-size: 14px;
  font-family: PingFang;
  font-weight: 500;
  color: #999999;
  line-height: 24px;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.footer_info {
  display: flex;
}
.footer_info .footer_link {
  flex: 1;
}
.footer_info .footer_link dl dd,
.footer_info .footer_link dl dt {
  white-space: nowrap;
}
