.driver_box {
  background: #f8f8f8;
  padding: 2rem 0;
}
.driver_box .driver_join {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.driver_box .driver_join .join_qrcode {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.driver_box .driver_join .join_qrcode img {
  width: 45%;
}
.driver_box .driver_join .join_qrcode p {
  margin: 0.4rem 0 0 0;
  font-size: 0.8rem;
  color: #333;
}
.driver_box .driver_join .join_text h6 {
  color: #333;
}
.driver_box .driver_join .join_text p {
  font-size: 0.9rem;
  line-height: 1.6rem;
  margin: 0;
  color: #666;
}
.driver_adv .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.driver_adv .col img {
  width: 20%;
}
.driver_adv .col h6 {
  margin: 0.4rem 0;
}
.driver_adv .col p {
  margin: 0;
  font-size: 0.8rem;
  color: #666;
}
.driver_activity .col {
  text-align: center;
}
.driver_activity .col img {
  width: 100%;
}
.driver_order .table {
  text-align: center;
  color: #666;
}
.driver_order .table .thead-bg {
  background: #f7f7f7;
}
.driver_order .table td {
  word-break: keep-all;
  vertical-align: middle;
  color: #333;
}
@media (max-width: 576px) {
  .driver_box {
    margin-top: 0!important;
  }
  .driver_box .driver_join .join_qrcode img {
    width: 80%;
  }
  .driver_adv .col img {
    width: 50%;
  }
  .driver_activity .col {
    text-align: center;
  }
  .driver_activity .col img {
    width: 100%;
  }
}