#content {
  width: 100%;
  padding: 24px 16px;
  box-sizing: border-box;
}
#content h2 {
  font-size: 24px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  margin-bottom: 24px;
}
#content .ad {
  margin-bottom: 32px;
}
#content .ad .ad_title {
  text-align: center;
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #D7D7D7;
  line-height: 14px;
}
#content .ad .ad_cont {
  width: 100%;
  min-height: 90px;
}
#content .pdf-wrap {
  margin-bottom: 24px;
}
#content .down {
  display: flex;
  background: #0072FC;
  border-radius: 6px 6px 6px 6px;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
  margin-bottom: 24px;
}
#content .down img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
#content .down span {
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #FFFFFF;
}
#content .driver {
  margin-bottom: 24px;
}
#content .driver h2 {
  font-size: 24px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  margin-bottom: 16px;
}
#content .driver .driver_list .driver_item {
  position: relative;
  width: 100%;
  padding: 12px 16px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  border: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  margin-bottom: 12px;
}
#content .driver .driver_list .driver_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
#content .driver .driver_list .driver_item .xinshen {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}
#content .driver .driver_list .driver_item h3 {
  flex: 1;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #666666;
}
#content .driver .driver_list .driver_item .arrow_hui,
#content .driver .driver_list .driver_item .arrow_lan {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}
#content .driver .driver_list .driver_item .arrow_lan {
  display: none;
}
#content .driver .driver_list .driver_item:last-child {
  margin-bottom: 0;
}
#content .about h2 {
  font-size: 24px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  margin-bottom: 16px;
}
#content .about .text {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #999;
  line-height: 24px;
}
