.index-container {
  background-color: #f7f8fa;
  color: #030a1a;
}

.index-container .w-index {
  width: 80%;
  margin: 0 auto;
}

.index-container .section1 {
  margin-top: 2.6904rem;
}

.index-container .section {
  margin-top: 100px;
}

.index-container .section .title {
  text-align: center;
}

.index-container .section .title h3 {
  font-size: 40px;
  font-weight: 500;
  color: #030a1a;
  margin-bottom: 40px;
}

.index-container .section .title p.desc {
  color: #767676;
  font-size: 20px;
  line-height: 1.6;
}

.index-container .toUseBtn {
  display: inline;
  padding: 0.35rem 0;
  background-color: #1a64ff;
  border-radius: 0.375rem;
  width: 5.4rem;
  text-align: center;
  font-size: 0.5381rem;
  color: #fff;
  cursor: pointer;
}

.index-container .click-enter {
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
  transform-style: preserve-3d;
}

.index-container .click-enter:hover {
  border-color: transparent;
}

.index-container .click-enter:hover:after {
  transform: translateX(-50%) translateY(-50%) scale(1);
  opacity: 1;
}

.index-container .click-enter:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110%;
  height: 0;
  padding-top: 110%;
  content: '';
  transition: opacity 0.3s cubic-bezier(0.35, 0.755, 0.42, 0.95), -webkit-transform 0.3s cubic-bezier(0.35, 0.755, 0.42, 0.95), -webkit-border-radius 0.3s cubic-bezier(0.35, 0.755, 0.42, 0.95);
  transition: transform 0.3s cubic-bezier(0.35, 0.755, 0.42, 0.95), opacity 0.3s cubic-bezier(0.35, 0.755, 0.42, 0.95), border-radius 0.3s cubic-bezier(0.35, 0.755, 0.42, 0.95);
  transition: transform 0.3s cubic-bezier(0.35, 0.755, 0.42, 0.95), opacity 0.3s cubic-bezier(0.35, 0.755, 0.42, 0.95), border-radius 0.3s cubic-bezier(0.35, 0.755, 0.42, 0.95), -webkit-transform 0.3s cubic-bezier(0.35, 0.755, 0.42, 0.95), -moz-transform 0.3s cubic-bezier(0.35, 0.755, 0.42, 0.95), -o-transform 0.3s cubic-bezier(0.35, 0.755, 0.42, 0.95), -webkit-border-radius 0.3s cubic-bezier(0.35, 0.755, 0.42, 0.95), -moz-border-radius 0.3s cubic-bezier(0.35, 0.755, 0.42, 0.95);
  transform: translateX(-50%) translateY(-50%) scale(0);
  opacity: 0;
  border-radius: 100%;
  background: rgba(66, 120, 232, 0.6);
  background-size: 400%;
  z-index: -1;
}

.index-container .banner {
  background: url('/assets/images/product_digitalPlatform/banner.jpg') center center no-repeat;
  background-size: cover;
  height: 25.15rem;
  color: #fff;
}

.index-container .banner .banner-content {
  margin-top: 2.6904rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 68%;
}

.index-container .banner .banner-content .text p {
  font-family: Arial, "Microsoft YaHei";
  font-size: 1.6815rem;
  font-weight: 600;
  margin: 0;
  margin-bottom: 0.5rem;
  color: #fff;
  line-height: 1.4;
}

.index-container .banner .banner-content .text p:last-child {
  margin-bottom: 0;
}

.index-container .banner .banner-content .desc {
  font-family: Arial, "Microsoft YaHei";
  font-size: 0.6726rem;
  color: rgba(255, 255, 255, 0.8);
  margin: 40px 0 60px;
}

.index-container .improvement .improvement-item {
  background-color: #fff;
  color: #030a1a;
  border-radius: 0.34rem;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.6726rem;
}

.index-container .improvement .improvement-item .num-box .unit1 {
  font-family: Arial, "Microsoft YaHei";
  font-size: 1.21rem;
}

.index-container .improvement .improvement-item .num-box .num {
  padding: 0 0.34rem;
  font-family: Arial, "Microsoft YaHei";
  font-size: 2.6rem;
  font-weight: 700;
}

.index-container .improvement .improvement-item .num-box .unit2 {
  font-size: 0.8071rem;
  font-family: Arial, "Microsoft YaHei";
}

.index-container .improvement .improvement-item .title {
  margin: 0.34rem 0 0.6726rem;
}

.index-container .improvement .improvement-item .title img {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.16rem;
  margin-top: -0.2rem;
}

.index-container .improvement .improvement-item .title span {
  font-size: 24px;
  font-weight: 500;
}

.index-container .improvement .improvement-item .desc,
.index-container .improvement .improvement-item .desc p {
  font-size: 18px;
  color: #424242;
  font-family: Arial, "Microsoft YaHei";
}

.index-container .improvement .improvement-item .desc .num {
  padding: 0 5px;
  font-size: 28px;
  font-weight: 700;
  color: #030a1a;
}

.index-container .platform .content {
  margin-top: 60px;
}

.index-container .platform .content .platform-item .image img {
  width: 100%;
}

.index-container .platform .content .platform-item .info {
  background-color: #fff;
  padding: 80px 60px;
  color: #030a1a;
  justify-content: space-around;
}

.index-container .platform .content .platform-item .info .icon {
  width: 50px;
}

.index-container .platform .content .platform-item .info .name h3 {
  font-family: Arial, "Microsoft YaHei";
  color: #030a1a;
  font-size: 50px;
  font-weight: 500;
  margin: 0;
}

.index-container .platform .content .platform-item .info .desc p {
  font-size: 20px;
  color: #424242;
  line-height: 2;
}

.index-container .platform .content .platform-item .info .click-enter::after {
  background-color: #fbcd7b;
}

.index-container .platform .content .platform-item:nth-of-type(2n) .image {
  order: 1;
}

.index-container .serviceMode {
  margin-bottom: 60px;
}

.index-container .serviceMode > .title h3 {
  margin-bottom: 88px;
}

.index-container .serviceMode .content {
  margin-top: 60px;
}

.index-container .serviceMode .content .mode-item {
  background-color: #fff;
  color: #424242;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 100%;
  box-sizing: border-box;
}

.index-container .serviceMode .content .mode-item:hover {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
}

.index-container .serviceMode .content .mode-item h4 {
  font-size: 38px;
  font-weight: 500;
  color: #030a1a;
  margin-bottom: 20px;
}

.index-container .serviceMode .content .mode-item div.desc {
  font-size: 20px;
  line-height: 1.6;
  height: 140px;
  font-family: Arial, "Microsoft YaHei";
}

.index-container .serviceMode .content .mode-item p {
  font-size: 18px;
}

.index-container .serviceMode .content .mode-item p span {
  display: inline-block;
  font-size: 34px;
  margin-right: 5px;
}

.index-container .serviceMode .content .mode-item .registerBtn {
  width: 100%;
  padding: 22px 0;
  font-size: 20px;
  color: #030a1a;
  background-color: #efefef;
  border: 1px solid #efefef;
  border-radius: 5px;
  text-align: center;
  margin-top: 40px;
  cursor: pointer;
}

/* .index-container .serviceMode .content .mode-item .registerBtn.click-enter:hover {
  color: #fff;
}

.index-container .serviceMode .content .mode-item .registerBtn.click-enter::after {
  background-color: #1a64ff;
} */

.index-container .serviceMode .content .mode-item .features {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.index-container .serviceMode .content .mode-item .features li {
  font-size: 18px;
  margin-bottom: 20px;
  display: inline-flex;
  line-height: 1;
  font-family: Arial, "Microsoft YaHei";
}

.index-container .serviceMode .content .mode-item .features li img {
  width: 30px;
  height: 30px;
}

.index-container .serviceMode .content .mode-item .features li > div span {
  font-size: 26px;
  margin-right: 2px;
}

.index-container .serviceMode .content .mode-item.recommend {
  position: relative;
}

.index-container .serviceMode .content .mode-item.recommend .registerBtn {
  background-color: #1855d5;
  color: #fff;
}

.index-container .serviceMode .content .mode-item.recommend .features li {
  font-size: 18px;
  margin-bottom: 15px;
  display: inline-flex;
}

.index-container .serviceMode .content .mode-item.recommend .features li img {
  width: 30px;
  height: 30px;
}

.index-container .serviceMode .content .mode-item.recommend .features li > div span {
  font-size: 26px;
  margin-right: 2px;
}

.index-container .serviceMode .content .recommend-title {
  position: absolute;
  top: -44px;
  left: 0;
  right: 0;
  background-color: #1855d5;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 10px;
  text-align: center;
  font-size: 20px;
}

.index-container .serviceMode .content .mode-item-2 h4 {
  color: #1a64ff;
}

.index-container .serviceMode .content .mode-item-3 h4 {
  color: #fbcd7b;
}

.index-container .advertise {
  margin-top: 60px;
  position: relative;
}

.index-container .advertise .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index-container .advertise .content h4 {
  font-size: 28px;
  color: #fff;
  margin: 0;
}

.index-container .advertise .content .contact-btn {
  font-size: 16px;
  color: #fff;
  padding: 10px 50px;
  border-radius: 4px;
  border: 1px solid #fff;
  text-align: center;
  cursor: pointer;
  letter-spacing: 2px;
}

.index-container .advertise .content .contact-btn:hover {
  border-color: transparent;
  color: rgb(14, 37, 107);
}

.index-container.en-container {
  background-color: #0c0c0c;
  color: #fff;
}

.index-container.en-container .section .title h3 {
  color: #fff;
}

.index-container.en-container .section .title p.desc {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  line-height: 1.6;
}

.index-container.en-container .banner {
  background: url('/assets/images/product_analysisPlatform/banner-en.jpg') center center no-repeat;
  background-size: cover;
  height: 852px;
  color: #fff;
}

.index-container.en-container .banner .banner-content .text p {
  font-size: 56px;
  margin: 0;
  margin-bottom: 10px;
}

.index-container.en-container .banner .banner-content .text p:last-child {
  margin-bottom: 0;
}

.index-container.en-container .improvement .improvement-item {
  background-color: #0c0c0c;
  color: #fff;
  box-shadow: 0 2px 12px 0 rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.index-container.en-container .improvement .improvement-item .num-box .num {
  color: #1a64ff;
}

.index-container.en-container .improvement .improvement-item .desc {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
}

.index-container.en-container .improvement .improvement-item .desc .num {
  color: #fff;
}

.index-container.en-container .platform .content .platform-item .info {
  background-color: #0c0c0c;
  color: #fff;
}

.index-container.en-container .platform .content .platform-item .info .name h3 {
  font-size: 36px;
}

.index-container.en-container .platform .content .platform-item .info .desc p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 1.6;
}

.index-container.en-container .platform .content .platform-item .info .click-enter::after {
  background-color: #fff;
}

.index-container.en-container .serviceMode .content .mode-item {
  background-color: #0c0c0c;
  color: #fff;
  box-shadow: 0 2px 12px 0 rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.index-container.en-container .serviceMode .content .mode-item:hover {
  box-shadow: 0 2px 12px 0 rgba(255, 255, 255, 0.3);
}

.index-container.en-container .serviceMode .content .mode-item h4 {
  color: #fff;
}

.index-container.en-container .serviceMode .content .mode-item div.desc {
  font-size: 18px;
  line-height: 1.2;
  height: 140px;
}

.index-container.en-container .serviceMode .content .mode-item .registerBtn {
  color: #fff;
  background-color: #0c0c0c;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.index-container.en-container .serviceMode .content .mode-item .registerBtn.click-enter:hover {
  color: #fff;
}

.index-container.en-container .serviceMode .content .mode-item.recommend .registerBtn {
  background-color: #1a64ff;
  color: #fff;
}

.index-container.en-container .advertise .content {
  width: 60%;
}

h4.tags {
  margin-top: 25px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tc {
  text-align: center;
}
.w65 {
  width: 65%;
}
.w60 {
  width: 60%;
  margin: 0 auto;
}
.w90 {
  width: 90%;
  margin: 0 auto;
}
.w1180 {
  width: 85%;
  margin: 0 auto;
}
.w1480 {
  width: 100%;
  margin: 0 auto;
}
.mb-15 {
  margin-bottom: 15px!important;
}
.mb-50 {
  margin-bottom: 50px!important;
}
.mt-50 {
  margin-top: 50px!important;
}
.wisdom-copyright span {
  font-size: 0.4708rem;
  position: relative;
  bottom: 0.4708rem;
}

.banner .text-content {
  color: #fff;
}
.banner .text-content h3 {
  font-size: 1.5470rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.4;
}
.banner .text-content h3 span {
  font-size: 0.8071rem;
  position: relative;
  bottom: 0.6726rem;
}
.banner .text-content p {
  margin-top: 1.2rem;
  font-size: 0.7399rem;
  line-height: 2;
}
.banner {
  margin-top: 2.6904rem;
  position: relative;
}
.banner .img-box img {
  display: block;
  width: 100%;
}
.banner .text-content {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
}
.section2 {
  padding-top: 4.2rem;
  background-color: #F7F8FA;
  text-align: center;
}
.section2 h3 {
  font-size: 1.0762rem;
  color: #030a1a;
  font-weight: 700;
  margin-bottom: 0.6726rem;
}
.section2 .desc {
  color: #858c99;
  font-size: 0.5381rem;
  margin: 0.6726rem 0 1.6815rem;
  line-height: 1.4;
}
.section2 .bottom {
  /* width: 70%; */
  display: flex;
  justify-content: center;
  margin: 0 auto;
  text-align: left;
}
.section2 .left-part .left-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
}
.section2 .left-bottom .bottom-item:first-child {
  margin-left: -45px;
}
.section2 .left-bottom .bottom-item .count {
  display: flex;
  align-items: flex-end;
  margin-top: 35px;
  margin-bottom: 10px;
}
.section2 .left-bottom .bottom-item img {
  margin-left: 5px;
}
.section2 .left-bottom .bottom-item div:last-child {
  color: #A1A2A6;
}
.section2 .bottom .right-part {
  margin-left: 2%;
}
.section2 .bottom .right-part.ml-0 {
  margin-left: 0;
}
.section2 .bottom .right-part h4 {
  color: #0059FB;
  font-size: 0.7399rem;
}
.section2 .bottom .right-part h3 {
  font-size: 0.9417rem;
  font-weight: 500;
  margin-top: 15px;
  line-height: 1.5;
}
.section2 .bottom .right-part .sub-title {
  margin-top: 10px;
  font-size: 0.5381rem;
  color: #565658;
  line-height: 1.5;
}
.section2 .bottom .right-part .item-wrap {
  margin-right: 30px;
}
.section2 .bottom .right-part .right-item {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.section2 .bottom.RFIDMachine .right-part .right-item {
  margin-top: 55px;
}
.section2.mt20 .bottom .right-part .right-item {
  margin-top: 20px;
}
.section2.mt30 .bottom .right-part .right-item {
  margin-top: 30px;
}
.section2 .bottom .right-part .right-item div {
  margin-left: 20px;
}
.section2 .bottom .right-part .right-item h3 {
  margin: 0;
  color: #303539;
  font-size: 0.7399rem;
  font-weight: 600;
}
.section2 .bottom .right-part .right-item p {
  font-size: 0.4708rem;
  color: #A0A0A2;
  line-height: 1.4;
}
.scenes {
  text-align: center;
  background-color: #F7F8FA;
}
.scenes h3 {
  font-size: 1.0762rem;
  color: #030a1a;
  font-weight: 700;
  padding: 4.2rem 0;
}
.scene-image {
  display: flex;
  align-items: flex-end;
}
.scene-image .img-wrap {
  width: 25%;
  text-align: center;
}
.scene-wrap .scene-item,
.scene-image .scene-item {
  text-align: center;
  float: left;
  width: 25%;
}
.scene-wrap .scene-item h4 {
  font-size: 0.8071rem;
  font-weight: normal;
  color: #242321;
  margin: 25px 0;
}
.scene-wrap .scene-item p {
  color: #747476;
  font-size: 0.4708rem;
  line-height: 1.6;
}
.scene-wrap .scene-item p:nth-child(2) {
  margin-top: 25px;
}
/* .scene-wrap .scene-item p:nth-child(3) {
  margin-bottom: 65px;
} */
.scene-wrap .scene-item p:last-child {
  margin-bottom: 65px;
}
.scene-wrap.ptl .scene-item {
  width: 33.3%;
}
.scene-wrap.array {
  width: 60%;
  margin: 0 auto;
}
.scene-wrap.array .scene-item {
  width: 50%;
}
.scene-wrap.wisdom {
  padding-bottom: 85px;
}
.scene-wrap.wisdom .scene-item {
  width: 20%;
}

.news-center {
  background-color: #F7F8FA;
  padding-bottom: 3.2rem;
}
.news-center .news-content {
  padding: 1.4rem 1.6rem 3.2rem;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  justify-content: space-around;
}
.news-center .news-content .right-part {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.news-center .news-content .right-part h4 {
  margin: 30px 0 20px;
  font-size: 0.8071rem;
  font-weight: 600;
  color: #0067FF;
  letter-spacing: 2px;
}
.news-center .news-content .right-part p {
  font-size: 0.6726rem;
  letter-spacing: 2px;
  color: #79797B;
  line-height: 2;
}
.news-center .news-content .right-part p span {
  font-weight: 600;
  color: #303539;
}
.news-center .news-content .right-part p strong {
  margin-left: 5px;
  font-size: 0.8071rem;
  font-weight: 600;
  color: #303539;
}
.news-content .right-part p strong.news-copyright {
  text-decoration: underline;
  text-decoration-color: #0466ff;
}
.news-center .operate button {
  border: none;
  padding: 0;
  margin-top: 50px;
}
.news-center .operate a {
  display: block;
  font-size: 0.6054rem;
  letter-spacing: 2px;
  padding: 0.6054rem 1.4rem;
  color: #fff;
  background-color: #0466ff;
  border-radius: 2px;
  transition: .1s;
}
.news-center .operate a:hover {
  background: #66b1ff;
  border-color: #66b1ff;
  color: #fff;
}
.application {
  padding: 50px 0;
  background-color: #F7F8FA;
  text-align: center;
}
.application h3 {
  font-weight: normal;
  font-size: 0.9417rem;
  color: #252324;
  padding-bottom: 75px;
}
.application .application-image {
  display: flex;
  align-items: flex-end;
}
.application .application-wrap {
  display: flex;
}
.application .application-image .img-wrap {
  width: 33%;
  text-align: center;
}
.application .application-item {
  width: 33%;
  text-align: center;
}
.application.w50 .application-item {
  width: 50%;
}
.application .application-item h4 {
  font-size: 0.8071rem;
  margin-top: 1.68rem;
  font-weight: 500;
  letter-spacing: 1px;
  padding-bottom: 1rem;
}
.application .application-item p {
  color: #5A5A5C;
  line-height: 1.5;
  letter-spacing: 1px;
}
.application .application-outer.pc {
  display: block;
}
.application .application-outer.mobile {
  display: none;
}
/* .application .application-item img {
  width: 100%;
  height: auto;
} */
.core-function {
  text-align: center;
  background-color: #F7F8FA;
}
.core-function h3 {
  font-size: 1.0762rem;
  color: #030a1a;
  font-weight: 700;
  padding: 4.2rem 0;
  letter-spacing: 2px;
}
.function-wrap {
  position: relative;
  /* background: url('/i/images/product_wisdom/core-function.png') no-repeat center center;
  min-height: 580px;
  max-width: 1309px; */
  margin: 0 auto;
  background-color: #F7F8FA;
  /* background-size: contain; */
}
.function-wrap .img-box img {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.function-wrap h4 {
  color: #fff;
  font-size: 0.9417rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.4;
  position: absolute;
  left: 50%;
  top: 19%;
  transform: translateX(-50%);
}
.function-item {
  text-align: left;
  position: absolute;
  width: 11%;
}
.function-item h5 {
  font-size: 0.6726rem;
  color: #000;
  font-weight: 500;
  margin-bottom: 5px;
}
.function-item p {
  color: #B8B8B8;
  font-size: 0.4708rem;
  line-height: 1.5;
}
.function-item.dispatch {
  top: 7.5%;
  left: 31.5%;
}
.function-item.process {
  top: 7%;
  left: 61%;
}
.function-item.predict {
  top: 33%;
  left: 20.5%;
}
.function-item.digital {
  top: 47%;
  left: 36.5%;
}
.function-item.map {
  top: 46.5%;
  left: 54.5%;
}
.function-item.manager {
  top: 32.5%;
  left: 72%;
}
.function-item.analysis {
  top: 67.5%;
  left: 25.5%;
  width: 14%;
}
.function-item.schedule {
  top: 81%;
  left: 47%;
  width: 12%;
}
.function-item.evaluate {
  top: 69.5%;
  left: 66.5%;
}