.tips {
  padding: 40px 10px;
  margin-bottom: 5px;
  background: #fff;
}
.tips p {
  margin-bottom: 10px;
}
.tips p b {
  font-weight: bold;
}
.filter-box {
  margin-bottom: 5px;
  padding: 20px 40px;
  background: #fff;
}
.filter-box .type {
  position: relative;
  margin-bottom: 20px;
}
.filter-box .type h3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 14px;
  line-height: 20px;
  padding: 3px 0;
  color: #888;
}
.filter-box .type .type-category {
  padding-left: 100px;
  margin-left: 15px;
}
.filter-box .type .type-category ulbefore,
.filter-box .type .type-category ul:after {
  content: " ";
  display: table;
  zoom: 1;
}
.filter-box .type .type-category ul:after {
  clear: both;
}
.filter-box .type .type-category ul li {
  float: left;
}
.filter-box .type .type-category ul li a {
  display: block;
  padding: 3px 12px;
  color: #333;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transform: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.filter-box .type .type-category ul li a:hover,
.filter-box .type .type-category ul li.active a {
  color: #fff;
  background: #1D428A;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .filter-box .type .type-category ul li a {
    margin: 0 6px;
  }
}
.Driver-box .item {
  margin-bottom: 5px;
  padding: 0 40px;
  background: #fff;
}
.Driver-box .item h3 {
  width: 85%;
  line-height: 42px;
  font-size: 22px;
  color: #1D428A;
  border-bottom: 1px solid #eaeaea;
  text-transform: capitalize;
}
.Driver-box .item h3 span:after {
  content: ">";
  padding: 0 5px;
}
.Driver-box .item h3 span:nth-last-of-type(1):after {
  content: "";
  padding: 0;
}
.Driver-box .item .mode {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px 0;
}
.Driver-box .item .modebefore,
.Driver-box .item .mode:after {
  content: " ";
  display: table;
  zoom: 1;
}
.Driver-box .item .mode:after {
  clear: both;
}
.Driver-box .item .mode h4 {
  width: 20%;
  padding: 10px 10px;
  font-size: 14px;
}
.Driver-box .item .mode h4 a {
  color: #333;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transform: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.Driver-box .item .mode h4 a:hover {
  color: #1D428A;
  text-decoration: underline;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .Driver-box .item h3 {
    width: 100%;
    font-size: 16px;
  }
  .Driver-box .item .mode {
    width: 100%;
  }
  .Driver-box .item .mode p {
    width: 33%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1365px) {
  .Driver-box .item h3 {
    width: 100%;
    font-size: 16px;
  }
  .Driver-box .item .mode {
    width: 100%;
  }
  .Driver-box .item .mode p {
    width: 25%;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1800px) {
  .Driver-box .item h3 {
    width: 90%;
    font-size: 20px;
  }
  .Driver-box .item .mode {
    width: 90%;
  }
  .Driver-box .item .mode p {
    width: 20%;
  }
}
blockquote {
  font-size: 14px;
}
.btn-lg {
  font-size: 14px;
}
/*# sourceMappingURL=driver-index-cn.css.map */