.menu-item {
  display: flex;
  justify-content: center;
  /* align horizontal */
  align-items: center;
  /* align vertical */
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

.menu-item:hover {
  background: #ecedee;
}

.menu-item-active {
  background: #e6e6e6;
  border-top: 3px solid #0099f8;
  color: #2f2725;
  font-weight: bold;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

.clearFloat {
  clear: both;
  height: 0;
}

.head-bg {
  width: 100%;
}

.market {
  height: 378px;
  width: 100%;
}

.title {
  font-size: 45px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #2f2725;
  line-height: 46px;
  padding: 70px 0 0 0;
  text-align: center;
}

.media-title {
  font-size: 45px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #2f2725;
  /* margin-top: 70px; */
  text-align: center;
}

.sign {
  margin-top: 18px;
  width: 68px;
  height: 2px;
  background: #00b9ef;
  float: left;
  margin-left: 48%;
}

.market-con {
  width: 100%;
  margin: 73px auto 0 auto;
}

.market-text {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #2f2725;
  line-height: 29px;
}

.business {
  height: 379px;
  width: 100%;
}

.platform-items {
  width: 200px;
  height: 169px;
}

.business-items {
  margin: 0 100px;
  width: 10%;
}

.businessIcon {
  width: 100%;
  /* width: 162px;
  height: 185px; */
  margin-top: 42px;
}

.business-text-l {
  margin-top: 22px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #00b8ee;
  line-height: 34px;
}

.business-text-s {
  margin-top: 11px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #595757;
  line-height: 21px;
}

.business-item-sign {
  margin-top: 11px;
  width: 28px;
  height: 2px;
  background: #00b8eeff;
}

.plan {
  height: 831px;
  width: 100%;
}

.plan-bg {
  min-width: 784px;
  height: 528px;
  margin: 61px auto 0 auto;
}

.platform {
  width: 100%;
  height: 645px;
  background-image: linear-gradient(to right, #0081ef, #00b5ef);
}

.title-white {
  color: #ffffff;
}

.platform-Icon {
  width: 95px;
  height: 94px;
}

.bms {
  padding-bottom: 40px
}

.bms-text {
  text-align: center;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #2f2725;
  line-height: 63px;
}

.bms-bg {
  width: 50%;
}

.carPlan {
  padding-bottom: 40px;
  width: 100%;
  background: #f3f3f3;
}

.carPlan-bg {
  width: 63%;
  margin-top: 40px;
}

.scenes {
  height: 0;
  padding-bottom: 33%;
  width: 100%;
}

.scenes-bg {
  margin: 0 auto;
  width: 71%;
}

.merchants {
  width: 100%;
  height: 433px;
  background-image: url("../assets/rental/merchants-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 99.9%;
  text-align: center;
}

.join-p {
  font-size: 65px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #ffffff;
  line-height: 63px;
  margin-top: 133px;
}

.join-p {
  font-size: 4rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #ffffff;
  margin-top: 133px;
}

.join-btn {
  margin: 36px auto 0 auto;
  width: 294px;
}

footer {
  background: #2e2e2e;
  color: #fff;
  padding: 60px 50px;
}

.content-div {
  margin-top: 90px;
  width: 150px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
  line-height: 23px;
}

.vsCarousel {
  height: 500px;
}

.font-12 {
  font-size: 12px;
}

.QRCode {
  width: 82px;
  height: 82px;
}