body {
  font-family: "Alibaba PuHuiTi 2.0";
  font-size: 16px;
}
.overview {
  width: 100%;
  text-align: center;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
}
.overview .title {
  font-size: 36px;
  color: #141414;
  font-weight: 500;
  -webkit-text-stroke: 0.3px #000;
}
.coreFunctions .title {
  font-size: 36px;
  color: #141414;
  font-weight: 500;
  margin-bottom: 20px;
  -webkit-text-stroke: 0.3px #000;
}
.overview .content {
  font-size: 18px;
  color: #262626;
  font-weight: 400;
  width: 55%;
  margin-bottom: 42px;
  line-height: 24px;
}
.specificItem {
  display: flex;
  width: 1201px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.specificItem .item {
  display: flex;
  align-items: center;
  margin-bottom: 56px;
}
.specificItem .item .right {
  text-align: left;
  width: 243px;
  margin-left: 9px;
}
.icon {
  width: 80px;
  height: 80px;
  background-color: #2990ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon img {
  width: 48px;
  height: 48px;
}
.itemName {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 20px;
}
.specificContent {
  font-size: 16px;
  color: #595959;
}
.coreFunctions {
  width: 100%;
  text-align: center;
  background-color: #f7f9fb;
  padding-top: 71px;
  padding-bottom: 31px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.oneMapVisible {
  width: 1200px;
  color: #434343;
  font-weight: 400;
  font-size: 18px;
  margin-top: 15px;
  line-height: 24px;
  margin-bottom: 17px;
}
.stepPart {
  width: 1058px;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  font-weight: 700;
  font-size: 18px;
  color: #56616c;
}
.act {
  color: #2990ff;
}
.stepPart .part {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.stepPart img {
  width: 37px;
  height: 67px;
}
.step {
  width: 64px;
  height: 64px;
  border: 1px solid #f0f0f0;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
}
.part .active {
  border: none;
  box-shadow: 0px 0px 9px rgba(43, 81, 103, 0.15);
}
.step img {
  /* display: none; */
  width: 64px;
  height: 64px;
}

.stepDetails {
  width: 1118px;
  height: 356px;
  background-color: #fff;
  margin-top: 13px;
  border-radius: 4px;
  padding: 22px 0;
  padding-left: 61px;
  padding-right: 21px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  margin-bottom: 97px;
}
.stepDetails .left {
  width: 489px;
}
.stepDetails .right {
  display: flex;
  align-items: center;
}
.stepDetails .right img {
  width: 602px;
  height: 320px;
}
.stepDetails .line1 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 21px;
  -webkit-text-stroke: 0.3px #000;
}
.stepDetails .line2 {
  line-height: 23px;
  margin-bottom: 36px;
}
.stepDetails .line3 {
  color: #2990ff;
  margin-bottom: 15px;
  -webkit-text-stroke: 0.3px #2990ff;
}
.stepDetails .line4 img {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}
.line4 .item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.hide {
  display: none;
}

.runStatus .content {
  width: 1148px;
  font-size: 18px;
  color: #434343;
}

.carsStatus {
  width: 100%;
  height: 663px;
  margin-bottom: 60px;
}
.cars {
  background: url(/upload/images/2023/05-201/banner2.png) center top no-repeat;
  background-size: cover;
}
.people {
  background: url(/upload/images/2023/05-201/banner3.png) center top no-repeat;
  background-size: cover;
}
.titleTabs {
  display: flex;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  padding-top: 39px;
}
.titleTabs img {
  width: 42px;
  height: 42px;
}
.titleTabs .tabs {
  width: 564px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 37px;
}
.tabs .top {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.tabs2Ext {
  width: 1172px;
  padding: 10px 14px;
  background: rgba(23, 37, 47, 0.5);
  border-radius: 4px;
  margin: 0 auto;
  margin-top: 29px;
  font-size: 14px;
  color: #fff;
}
.tabs2Ext .top {
  display: flex;
  padding: 0 90px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.topIcon {
  display: flex;
  align-items: center;
}
.splitLine {
  width: 1px;
  height: 39px;
  background-color: rgba(255, 255, 255, 0.1);
}
.topIcon img {
  width: 42px;
  height: 42px;
  margin-right: 7px;
}
.tabs2Ext .bottom {
  font-size: 14px;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 10px;
}
.word {
  font-size: 24px;
}
.active {
  border-bottom: 3px solid #2990ff;
}
.active .word {
  color: #2990ff;
}
.vehicleOperations {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
}
.vehicleOperations .content {
  width: 1148px;
  text-align: center;
  margin-bottom: 41px;
  font-size: 18px;
  color: #434343;
}
.title {
  font-size: 36px;
  line-height: 50px;
  -webkit-text-stroke: 0.3px #000;
  margin-bottom: 20px;
  text-align: center;
}
.tabsArea {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  width: 1165px;
}
.tabsArea .tabsItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;

  padding: 20px;
}
.tabsOn {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.tabsOn .tabsT {
  color: #2990ff;
}

.tabsText {
  width: 396px;
}
.tabsT {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  color: #1f1f1f;
}
.tabsItem img {
  width: 41px;
  height: 41px;
}
.leftIcon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 100%;
  margin-right: 10px;
}
.statisticAnalysis {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.statisticAnalysis .content {
  width: 1148px;
  text-align: center;
  margin-bottom: 41px;
  font-size: 18px;
  color: #434343;
}

.bIcon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f0f0f0;
  margin-bottom: 10px;
  border-radius: 100%;
}
.detailsRight img {
  width: 41px;
  height: 41px;
}
.show .tabsT {
  font-size: 18px;
  line-height: 25px;
  color: #2990ff;
  font-weight: 700;
}
.bContent {
  width: 455px;
  font-size: 14px;
  color: #434343;
}
.block {
  padding: 20px;
}
.show {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.statisticAnalysis .details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1165px;
  height: 460px;
}
.framework {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}
.framework img {
  width: 1200px;
  height: 518px;
  margin-top: 35px;
  margin-bottom: 90px;
}
