.footer__contact-info,
.footer__logo {
  vertical-align: middle;
  display: inline-block;
}
.footer-content,
.footer__contact-info,
.footer__logo,
.header-logo-container {
  display: inline-block;
}
#driver.container .info__wrapper.right .info__bg,
#passenger.container .info__wrapper.right .info__bg {
  right: 100px;
}
body {
  padding: 0;
  margin: 0;
  min-width: 1024px;
  font-family: PingFangSC-Light, Arial, Helvetica, 'Hiragino Sans GB', STXiHei,
    'Microsoft YaHei', sans-serif;
}
.header {
  width: 1200px;
  height: 100px;
  margin: 0 auto;
}
.header-logo-container {
  line-height: 100px;
  font-size: 20px;
  font-weight: 700;
  color: #0096ff;
}
.header__logo {
  height: 46px;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.header__menu {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__menu-item {
  float: left;
  line-height: 100px;
  margin-right: 30px;
}
.header__menu-item.active a {
  color: #00a0e9;
}
.header__menu-item a {
  text-decoration: none;
  color: #000;
}
.header__menu-item a:hover {
  color: #00a0e9;
}
.footer {
  margin-top: 58px;
  margin-bottom: 58px;
  text-align: center;
  font-size: 0;
}
.footer__logo {
  padding-right: 20px;
  border-right: 1px solid #00a0e9;
}
.footer__logo img {
  height: 37px;
  max-width: 100%;
}
.footer__contact-info {
  padding-left: 20px;
  text-align: left;
}
.footer__contact-info__detail {
  font-size: 12px;
  color: #9b9c9c;
}
.footer__contact-info__detail p {
  margin: 0;
}
.footer__contact-method-list {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}
.footer__contact-method {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.download__body__bg {
  padding-top: 55%;
  background-size: cover;
}
#driver.container {
  width: 100%;
  padding-top: 200px;
}
#driver.container .body__bg {
  width: 100%;
  height: 710px;
}
#driver.container .download-btn {
  margin-top: 50px;
  text-align: center;
  margin-bottom: 0;
  position: relative;
}
#driver.container .download-btn a {
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  border: none;
  background: #058dff;
  color: #fff;
  padding: 10px 15px;
}
#driver.container .download-btn .QR__code::after,
#driver.container .download-btn .QR__code::before {
  content: '';
  display: block;
  border-width: 10px;
  position: absolute;
  bottom: -20px;
  left: 67px;
  border-style: solid dashed dashed;
  border-color: #97979766 transparent transparent;
  font-size: 0;
  line-height: 0;
}
#driver.container .download-btn .QR__code::after {
  bottom: -19px;
  border-color: #fff transparent transparent;
}
#driver.container .download-btn:hover .QR__code {
  display: block;
}
#driver.container .info__wrapper {
  width: 100%;
}
#driver.container .info__wrapper.left {
  background: #fff;
}
#driver.container .info__wrapper.left .info__bg {
  left: 100px;
}
#driver.container .info__wrapper.left .info__detail {
  left: 690px;
}
#driver.container .info__wrapper.left .info__detail .content {
  max-width: 100% !important;
}
#driver.container .info__wrapper.right {
  background: #f6f6f6;
}
#driver.container .info__wrapper.right .info__detail {
  left: 150px;
}
#driver.container .info__wrapper .info__item {
  position: relative;
  width: 1200px;
  height: 710px;
  margin: 0 auto;
}
#driver.container .info__wrapper .info__item .info__bg {
  position: absolute;
  bottom: 0;
  width: 320px;
  height: 590px;
}
#driver.container .info__wrapper .info__item .info__detail {
  position: absolute;
  top: 240px;
}
#driver.container .info__wrapper .info__item .info__detail .title {
  position: relative;
  line-height: 1;
  font-size: 48px;
  color: #058dff;
  padding-bottom: 26px;
  margin-bottom: 40px;
}
#driver.container .info__wrapper .info__item .info__detail .title .num {
  border: 1px solid;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#driver.container .info__wrapper .info__item .info__detail .title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 6px;
  background-color: #058dff;
}
#driver.container .info__wrapper .info__item .info__detail .content {
  font-size: 24px;
  line-height: 42px;
  color: #666;
  max-width: 50%;
}
#passenger.container {
  padding-top: 200px;
  width: 100%;
}
#passenger.container .body__bg {
  width: 100%;
  height: 710px;
}
#passenger.container .download-btn {
  margin-top: 50px;
  text-align: center;
  margin-bottom: 0;
  position: relative;
}
#passenger.container .download-btn a {
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  border: none;
  background: #058dff;
  color: #fff;
  padding: 10px 15px;
}
#passenger.container .download-btn .QR__code {
  display: none;
  background: url(../res/image/QR__code.png) center no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: -170px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 150px;
  height: 150px;
  border: 1px solid;
  border-radius: 6px;
  box-sizing: border-box;
  padding-left: 2px;
}
#passenger.container .download-btn .QR__code::after,
#passenger.container .download-btn .QR__code::before {
  content: '';
  display: block;
  border-width: 10px;
  position: absolute;
  bottom: -20px;
  left: 67px;
  border-style: solid dashed dashed;
  border-color: #97979766 transparent transparent;
  font-size: 0;
  line-height: 0;
}
#passenger.container .download-btn .QR__code::after {
  bottom: -19px;
  border-color: #fff transparent transparent;
}
#passenger.container .download-btn:hover .QR__code {
  display: block;
}
#passenger.container .info__wrapper {
  width: 100%;
}
#passenger.container .info__wrapper.left {
  background: #fff;
}
#passenger.container .info__wrapper.left .info__bg {
  left: 100px;
}
#passenger.container .info__wrapper.left .info__detail {
  left: 690px;
}
#passenger.container .info__wrapper.left .info__detail .content {
  max-width: 100% !important;
}
#passenger.container .info__wrapper.right {
  background: #f6f6f6;
}
#passenger.container .info__wrapper.right .info__detail {
  left: 150px;
}
#passenger.container .info__wrapper .info__item {
  position: relative;
  width: 1200px;
  height: 710px;
  margin: 0 auto;
}
#passenger.container .info__wrapper .info__item .info__bg {
  position: absolute;
  bottom: 0;
  width: 320px;
  height: 590px;
}
#passenger.container .info__wrapper .info__item .info__detail {
  position: absolute;
  top: 240px;
}
#passenger.container .info__wrapper .info__item .info__detail .num {
  border: 1px solid;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#passenger.container .info__wrapper .info__item .info__detail .title {
  position: relative;
  line-height: 1;
  font-size: 48px;
  color: #058dff;
  padding-bottom: 26px;
  margin-bottom: 40px;
}
#passenger.container .info__wrapper .info__item .info__detail .title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 6px;
  background-color: #058dff;
}
#passenger.container .info__wrapper .info__item .info__detail .content {
  font-size: 24px;
  line-height: 42px;
  color: #666;
  max-width: 50%;
}
.how-use .download__usage-panel {
  margin: 400px auto 0;
  text-align: center;
}
.how-use .usage-panel__title {
  color: #333;
  text-align: center;
  font-size: 46px;
  margin-bottom: 70px;
}
.how-use h2 {
  color: #333;
  font-size: 22px;
  margin: 26px 0 5px;
}
.how-use .usage-list {
  width: 1140px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  font-size: 0;
}
.how-use .usage-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 340px;
  height: 410px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 4px 18px 0 rgba(238, 238, 238, 0.5);
}
.how-use .usage-item__bg {
  display: inline-block;
  width: 134px;
  height: 134px;
  background-size: cover;
  background-position: center center;
  border-radius: 100%;
}
.how-use .usage-item__text {
  font-size: 14px;
  line-height: 1.5;
  color: #666;
}
.how-use .usage-item__text p {
  margin: 0;
}
