#content {
  width: 100%;
  padding: 24px 16px;
  box-sizing: border-box;
}
#content h2 {
  font-size: 24px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  text-align: center;
  margin-bottom: 16px;
}
#content .top_text {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 24px;
  margin-bottom: 20px;
}
#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 .tests_handbook .tag_list {
  width: 100%;
  background: #F7F7F7;
  border-radius: 6px 6px 6px 6px;
  margin: 0 auto 32px;
  padding: 2px;
  display: flex;
  align-items: center;
}
#content .tests_handbook .tag_list .tag_item {
  width: calc(100% / 3);
  height: 50px;
  border-radius: 6px 6px 6px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
#content .tests_handbook .tag_list .tag_item span {
  font-size: 16px;
  font-family: s;
  font-weight: 500;
  color: #666666;
}
#content .tests_handbook .tag_list .car::after,
#content .tests_handbook .tag_list .motuo::after {
  width: 1px;
  height: 38px;
  background: #E5E5E5;
  border-radius: 0px 0px 0px 0px;
  position: absolute;
  top: 6px;
  right: 0;
  content: "";
}
#content .tests_handbook .hand_btm {
  display: none;
}
#content .tests_handbook .hand_btm .handbook_list {
  margin-bottom: 32px;
}
#content .tests_handbook .hand_btm .handbook_list h3 {
  margin-bottom: 16px;
  font-size: 24px;
  font-family: b;
  font-weight: bold;
  color: #333333;
}
#content .tests_handbook .hand_btm .handbook_list .handbook_item {
  margin-bottom: 16px;
  width: 100%;
  padding: 16px;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  opacity: 1;
  border: 1px solid #EEEEEE;
  display: flex;
  flex-direction: column;
  position: relative;
}
#content .tests_handbook .hand_btm .handbook_list .handbook_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#content .tests_handbook .hand_btm .handbook_list .handbook_item .handbook_item_l h4 {
  margin-bottom: 12px;
  font-size: 20px;
  font-family: b;
  font-weight: bold;
  color: #333333;
}
#content .tests_handbook .hand_btm .handbook_list .handbook_item .handbook_item_l .text {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 24px;
  margin-bottom: 8px;
}
#content .tests_handbook .hand_btm .handbook_list .handbook_item .handbook_item_l .btm_box img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
#content .tests_handbook .hand_btm .handbook_list .handbook_item .handbook_item_l .btm_box span {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #666666;
}
#content .tests_handbook .hand_btm .handbook_list .handbook_item .btn {
  width: 100%;
  height: 50px;
  border-radius: 6px 6px 6px 6px;
  opacity: 1;
  border: 1px solid #999;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}
#content .tests_handbook .hand_btm .handbook_list .handbook_item .btn span {
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #999;
  margin-right: 4px;
}
#content .tests_handbook .hand_btm .handbook_list .handbook_item .btn img {
  width: 16px;
  height: 16px;
}
#content .tests_handbook .hand_btm .handbook_list .handbook_item:last-child {
  margin-bottom: 0;
}
#content .tests_handbook .hand_btm .test h3 {
  font-size: 24px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  margin-bottom: 16px;
}
#content .tests_handbook .hand_btm .test .lei-a {
  width: 100%;
  padding: 16px;
  background: #EEEEEE;
  border-radius: 6px 6px 6px 6px;
  font-family: b;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  margin-bottom: 14px;
}
#content .tests_handbook .hand_btm .test .type {
  padding: 16px 24px;
  background: #EEEEEE;
  border-radius: 6px 6px 6px 6px;
  font-size: 22px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  margin-bottom: 16px;
}
#content .tests_handbook .hand_btm .test .test_list {
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: repeat(1, minmax(100px, 1fr));
  grid-gap: 16px;
}
#content .tests_handbook .hand_btm .test .test_list .test_item {
  padding: 16px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  border: 1px solid #EEEEEE;
  position: relative;
}
#content .tests_handbook .hand_btm .test .test_list .test_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#content .tests_handbook .hand_btm .test .test_list .test_item h4 {
  font-size: 20px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  margin-bottom: 12px;
}
#content .tests_handbook .hand_btm .test .test_list .test_item .text {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
}
#content .tests_handbook .hand_btm .test .test_list .test_item .btm_box {
  margin-bottom: 16px;
}
#content .tests_handbook .hand_btm .test .test_list .test_item .btm_box img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
#content .tests_handbook .hand_btm .test .test_list .test_item .btm_box span {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #666666;
}
#content .tests_handbook .hand_btm .test .test_list .test_item .btn {
  width: 100%;
  padding: 16px 0;
  border-radius: 6px 6px 6px 6px;
  opacity: 1;
  border: 1px solid #999;
  display: flex;
  align-items: center;
  justify-content: center;
}
#content .tests_handbook .hand_btm .test .test_list .test_item .btn span {
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #999;
  margin-right: 4px;
}
#content .tests_handbook .hand_btm .test .test_list .test_item .btn img {
  width: 16px;
  height: 16px;
}
#content .locations {
  width: 100%;
  padding: 12px;
  border-radius: 16px 16px 16px 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(235, 102, 152, 0.05);
  margin-bottom: 32px;
}
#content .locations .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
#content .locations .test_l {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#content .locations .test_l .title {
  text-align: center;
  font-size: 28px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
}
#content .locations .test_l .introduce {
  text-align: center;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
  margin-bottom: 14px;
}
#content .locations .test_l .btn {
  width: 163px;
  height: 50px;
  background: #EB6698;
  border-radius: 6px 6px 6px 6px;
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 50px;
  text-align: center;
}
#content .locations .car_img {
  width: 300px;
  height: 240px;
}
#content .more_test h2 {
  font-size: 24px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  margin-bottom: 16px;
}
#content .more_test .more_test_list {
  display: grid;
  grid-template-columns: repeat(1, minmax(100px, 1fr));
  grid-gap: 16px;
}
#content .more_test .more_test_list .more_test_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #EEEEEE;
  position: relative;
}
#content .more_test .more_test_list .more_test_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
#content .more_test .more_test_list .more_test_item .xin_qian,
#content .more_test .more_test_list .more_test_item .xin_shen {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}
#content .more_test .more_test_list .more_test_item .xin_shen,
#content .more_test .more_test_list .more_test_item .arrow_lan {
  display: none;
}
#content .more_test .more_test_list .more_test_item h3 {
  flex: 1;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #666666;
}
#content .more_test .more_test_list .more_test_item .arrow_hui,
#content .more_test .more_test_list .more_test_item .arrow_lan {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}
.lan {
  background: #0072FC;
}
.lan .hui {
  display: none !important;
}
.lan .bai {
  display: block !important;
}
.lan span {
  color: #fff !important;
}
.lan::after {
  display: none;
}
.active {
  display: block !important;
}
