#content .banner {
  height: 400px;
  background-image: url(../images/index_bg.png);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#content .banner h2 {
  width: 840px;
  height: 64px;
  font-size: 56px;
  font-family: b;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 40px;
}
#content .banner .banner_b {
  display: flex;
}
#content .banner .banner_b .location {
  width: 297px;
  height: 60px;
  background: #0072FC;
  border-radius: 6px 6px 6px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  margin-right: 16px;
}
#content .banner .banner_b .location img {
  width: 24px;
  height: 24px;
}
#content .banner .banner_b .location .text {
  font-size: 14px;
  font-family: s;
  color: #fff;
  line-height: 19px;
  margin-left: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#content .banner .banner_b .choose_div {
  width: 297px;
  height: 60px;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #FFFFFF;
  padding: 0 24px;
  display: flex;
  align-items: center;
}
#content .banner .banner_b .choose_div .choose_state {
  width: 100%;
  font-size: 16px;
  font-family: s;
  color: #fff;
  border: none;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("../images/dwon_bai.png") right center no-repeat;
  background-size: 20px 20px;
  padding: 0 20px 0 8px;
}
#content .banner .banner_b .choose_div .choose_state option {
  background: #01132A;
}
#content .cont {
  width: 1280px;
  margin: 0 auto;
  padding: 32px 60px;
}
#content .cont .ad {
  margin-bottom: 32px;
}
#content .cont .ad .ad_title {
  text-align: center;
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #D7D7D7;
  line-height: 14px;
}
#content .cont .ad .ad_cont {
  width: 100%;
  min-height: 90px;
}
#content .cont .select {
  margin-bottom: 33px;
}
#content .cont .select h3 {
  text-align: center;
  font-size: 28px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  margin-bottom: 24px;
}
#content .cont .select .select_list {
  display: grid;
  grid-template-columns: repeat(6, minmax(100px, 180px));
  grid-gap: 16px;
}
#content .cont .select .select_list .select_item {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  padding: 16px;
  border: 1px solid #EEEEEE;
}
#content .cont .select .select_list .select_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
#content .cont .select .select_list .select_item span {
  width: 126px;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #666;
}
#content .cont .select .select_list .select_item img {
  width: 20px;
  height: 20px;
}
#content .cont .select .select_list .select_item:hover {
  background: #0072FC;
}
#content .cont .select .select_list .select_item:hover span {
  color: #fff;
}
#content .cont .handbooks {
  width: 100%;
  padding: 0 70px;
  background: rgba(86, 18, 220, 0.05);
  border-radius: 16px 16px 16px 16px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
#content .cont .handbooks .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
#content .cont .handbooks .hand_l .title {
  width: 223px;
  height: 32px;
  font-size: 28px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
}
#content .cont .handbooks .hand_l .introduce {
  width: 258px;
  height: 48px;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
  margin-bottom: 14px;
}
#content .cont .handbooks .hand_l .btn {
  width: 163px;
  height: 50px;
  background: #5612DC;
  border-radius: 6px 6px 6px 6px;
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 50px;
  text-align: center;
}
#content .cont .handbooks .car_img {
  width: 370px;
  height: 240px;
}
#content .cont .car_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
#content .cont .car_box .tests,
#content .cont .car_box .locations {
  width: calc((100% - 24px) / 2);
  padding: 0 30px;
  border-radius: 16px 16px 16px 16px;
  position: relative;
  display: flex;
  justify-content: end;
}
#content .cont .car_box .tests .coverlink,
#content .cont .car_box .locations .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
#content .cont .car_box .tests .test_l,
#content .cont .car_box .locations .test_l {
  position: absolute;
  top: 43px;
  left: 30px;
  z-index: 1;
}
#content .cont .car_box .tests .test_l .title,
#content .cont .car_box .locations .test_l .title {
  height: 32px;
  font-size: 28px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
}
#content .cont .car_box .tests .test_l .introduce,
#content .cont .car_box .locations .test_l .introduce {
  width: 258px;
  height: 48px;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
  margin-bottom: 14px;
}
#content .cont .car_box .tests .test_l .btn,
#content .cont .car_box .locations .test_l .btn {
  width: 163px;
  height: 50px;
  border-radius: 6px 6px 6px 6px;
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 50px;
  text-align: center;
}
#content .cont .car_box .tests .car_img,
#content .cont .car_box .locations .car_img {
  width: 300px;
  height: 240px;
}
#content .cont .car_box .tests {
  background: rgba(0, 114, 252, 0.05);
}
#content .cont .car_box .tests .btn {
  background: #0072FC;
}
#content .cont .car_box .locations {
  background: rgba(235, 102, 152, 0.05);
}
#content .cont .car_box .locations .btn {
  background: #EB6698;
}
#content .cont .guarantee h3 {
  font-size: 28px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  margin-bottom: 24px;
  text-align: center;
}
#content .cont .guarantee .guarantee_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content .cont .guarantee .guarantee_list .guarantee_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#content .cont .guarantee .guarantee_list .guarantee_item img {
  width: 56px;
  height: 56px;
  margin-bottom: 12px;
}
#content .cont .guarantee .guarantee_list .guarantee_item .title {
  margin-bottom: 10px;
  text-align: center;
  width: 336px;
  height: 18px;
  font-size: 16px;
  font-family: s;
  font-weight: 600;
  color: #333333;
}
#content .cont .guarantee .guarantee_list .guarantee_item .text {
  width: 336px;
  height: 126px;
  font-size: 13px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 21px;
  text-align: center;
}
