#content {
  width: 1280px;
  margin: 0 auto;
  padding: 24px 60px;
}
#content h2 {
  font-size: 30px;
  font-family: b;
  font-weight: bold;
  color: #333;
  margin-bottom: 24px;
}
#content .contact,
#content .hours,
#content .holid,
#content .services,
#content .options {
  margin-bottom: 24px;
}
#content .contact h3,
#content .hours h3,
#content .holid h3,
#content .services h3,
#content .options h3 {
  font-size: 24px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  margin-bottom: 16px;
}
#content .contact h3 {
  font-size: 24px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  margin-bottom: 16px;
}
#content .contact .location {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
#content .contact .location .location_l {
  display: flex;
  align-items: center;
}
#content .contact .location .location_l img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
#content .contact .location .location_l span {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #666666;
}
#content .contact .location .copy {
  width: 44px;
  height: 24px;
  opacity: 0;
}
#content .contact .location:hover .copy {
  opacity: 1;
}
#content .contact .call {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
#content .contact .call .call_l {
  display: flex;
  align-items: center;
}
#content .contact .call .call_l img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
#content .contact .call .call_l span {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #666666;
}
#content .contact .call .copy1 {
  width: 44px;
  height: 24px;
  opacity: 0;
}
#content .contact .call:hover .copy1 {
  opacity: 1;
}
#content .contact .map-item {
  margin-bottom: 24px;
}
#content .hours .hours_cont {
  display: flex;
}
#content .hours .hours_cont .list1 {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
#content .hours .hours_cont .hours_cont_r h4 {
  font-size: 18px;
  font-family: m;
  font-weight: 500;
  color: #333333;
  margin-bottom: 12px;
}
#content .hours .hours_cont .hours_cont_r .time_list {
  display: flex;
  align-items: center;
}
#content .hours .hours_cont .hours_cont_r .time_list span {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #666666;
  margin-right: 24px;
}
#content .hours .hours_cont .hours_cont_r .time_list span:last-child {
  margin-right: 0;
}
#content .hours .tishi img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
#content .hours .tishi span {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  vertical-align: middle;
  color: #999999;
}
#content .holid .holid_cont {
  display: flex;
}
#content .holid .holid_cont .list1 {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
#content .holid .holid_cont .holid_cont_r h4 {
  font-size: 18px;
  font-family: m;
  font-weight: 500;
  color: #333333;
  margin-bottom: 12px;
}
#content .holid .holid_cont .holid_cont_r .text {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #666666;
  line-height: 24px;
}
#content .services .services_cont {
  display: flex;
}
#content .services .services_cont .list1 {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
#content .services .services_cont .services_cont_r h4 {
  font-size: 18px;
  font-family: m;
  font-weight: 500;
  color: #333333;
  margin-bottom: 12px;
}
#content .services .services_cont .services_cont_r .time_list {
  display: flex;
  align-items: center;
}
#content .services .services_cont .services_cont_r .time_list span {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #666666;
  margin-right: 24px;
}
#content .services .services_cont .services_cont_r .time_list span:last-child {
  margin-right: 0;
}
#content .services .services_cont:last-child {
  margin-top: 16px;
}
#content .options .options_cont {
  display: flex;
}
#content .options .options_cont .list1 {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
#content .options .options_cont .options_cont_r h4 {
  font-size: 18px;
  font-family: m;
  font-weight: 500;
  color: #333333;
  margin-bottom: 12px;
}
#content .options .options_cont .options_cont_r .table {
  margin-bottom: 24px;
}
#content .options .options_cont .options_cont_r .table .tr {
  display: flex;
  margin-bottom: 12px;
}
#content .options .options_cont .options_cont_r .table .tr .td1 {
  width: 146px;
  height: 18px;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #666666;
  line-height: 19px;
  margin-right: 16px;
}
#content .options .options_cont .options_cont_r .table .tr .td2 img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
#content .options .options_cont .options_cont_r .table .tr .td2 span {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #333333;
}
#content .options .driver_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content .options .driver_list .driver_item {
  position: relative;
  width: calc((100% - 12px) / 2);
  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;
}
#content .options .driver_list .driver_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
#content .options .driver_list .driver_item .xinshen {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}
#content .options .driver_list .driver_item h3 {
  flex: 1;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #666666;
  margin-bottom: 0;
}
#content .options .driver_list .driver_item .arrow_hui,
#content .options .driver_list .driver_item .arrow_lan {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}
#content .options .driver_list .driver_item .arrow_lan {
  display: none;
}
#content .options .driver_list .driver_item:hover {
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.05);
}
#content .options .driver_list .driver_item:hover h3 {
  color: #0072FC;
}
#content .options .driver_list .driver_item:hover .arrow_hui {
  display: none;
}
#content .options .driver_list .driver_item:hover .arrow_lan {
  display: block;
}
