.container {
  margin-bottom: 64px;
}

.guideHeader {
  overflow-x: scroll;
  background: #fff;
}
.guideHeader ul {
  border-bottom: 1px solid #e4e4e4;
  line-height: 44px;
  padding: 0 54px 0 20px;
  display: flex;
  white-space: nowrap;
  width: 100%;
}
.guideHeader ul li {
  font-size: 14px;
  color: #7f7f7f;
  margin-right: 20px;
  padding: 0 10px;
}
.guideHeader ul .isHeader {
  border-bottom: 3px solid #5383ec;
}

.listContainer {
  padding-left: 26px;
  background: #fff;
}
.listContainer .titleList {
  display: none;
}
.listContainer .titleList a {
  padding-right: 20px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e4e4e4;
}
.listContainer .titleList a .titleLabel {
  display: flex;
  align-items: center;
}
.listContainer .titleList a .titleLabel img {
  width: 25px;
  margin-right: 11px;
}
.listContainer .titleList a .titleLabel > span {
  font-size: 16px;
  font-weight: bold;
}
.listContainer .titleList a .titleLabel p span {
  font-size: 16px;
  font-weight: bold;
  display: block;
}
.listContainer .titleList a .titleLabel p i {
  font-size: 13px;
  color: #929598;
}
.listContainer .titleList a > img {
  width: 7px;
}
.listContainer .titleList li:last-of-type a {
  border-bottom-color: transparent;
}
.listContainer .titleList2 a {
  height: 84px;
}

.goTest {
  display: none;
  background: #fff;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.goTest a {
  font-size: 18px;
  background: #5383ec;
  color: #fff;
  width: 80%;
  height: 32px;
  display: flex;
  margin: 15px auto;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}/*# sourceMappingURL=guide.css.map */