.banner {
  height: 355px;
  box-sizing: border-box;
  background-image: url('../../images/business/usedcar/banner.png');
  background-size: cover;
  position: relative;
}

.nav-bar {
  background-color: #6666662c !important;
}

.main {
  background-color: #F8F8F8;
  padding-bottom: 30px;
}

.banner-text {
  display: flex;
  width: 556px;
  height: 190px;
  background: rgba(0, 0, 0, 0.1);
  color: #333333;
  position: absolute;
  left: 22%;
  top: 31%;
  padding-right: 36px;
}

.text-box>p:nth-child(1) {
  font-size: 24px;
  margin: 30px 0 20px 0;
  font-weight: 600;

}

.text-box>p:nth-child(2) {
  font-size: 14px;
  font-weight: 500;
}

.card-box {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 33px;
  width: 282px;
  height: 228px;
  margin-right: 24px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.card img {
  height: 48px;
  width: 48px;
}

.card-title {
  font-size: 20px;
  font-weight: 600;
  color: #3D3D3D;
  margin-bottom: 16px;

}

.card-describe {
  font-size: 12px;
  font-weight: 400;
  color: #3D3D3D;
  line-height: 20px;
}

.title-cn {
  font-size: 24px;
  font-weight: 700;
  color: #3D3D3D;
}

.title-en {
  font-size: 12px;
  font-weight: 400;
  color: #CCCCCC;
}

.flowsheet-img {
  display: flex;
  padding-right: 22px;
  margin-top: 32px;
}

.flowsheet-img li {
  width: 240px;
  height: 280px;
  display: block;
  margin: 0;
  background-size: cover;
  background-position: center;
  transition: all 0.5s;
}

.flowsheet-img li:first-child {
  width: 480px;
}

.sellIngCar li:first-child {
  width: 480px;
}

.flowsheet {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}

.selectCar {
  background-image: url("../../images/business/usedcar/selectCar.png");
}

.consult {
  background-image: url("../../images/business/usedcar/consult.png");
}

.reservation {
  background-image: url("../../images/business/usedcar/reservation.png");
}

.transferOwnership1 {
  background-image: url("../../images/business/usedcar/transferOwnership1.png");
}

.selectCar {
  background-image: url("../../images/business/usedcar/selectCar.png");
}

.consult {
  background-image: url("../../images/business/usedcar/consult.png");
}

.reservation {
  background-image: url("../../images/business/usedcar/reservation.png");
}

.transferOwnership1 {
  background-image: url("../../images/business/usedcar/transferOwnership1.png");
}

.release {
  background-image: url("../../images/business/usedcar/release.png");
}

.matchingBuyers {
  background-image: url("../../images/business/usedcar/matchingBuyers.png");
}

.communicate {
  background-image: url("../../images/business/usedcar/communicate.png");
}

.transferOwnership2 {
  background-image: url("../../images/business/usedcar/transferOwnership2.png");
}