.base-title .index-title {
  font-size: 28px;
  font-weight: bold;
  color: #464646;
}
.base-title .index-title-second {
  padding: 10px 0;
  color: #aaa;
}
.base-title .tip-title {
  padding: 10px 0;
}
.base-title .tip-title .tip {
  position: relative;
  line-height: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  padding: 0 12px;
}
.base-title .tip-title .tip:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  bottom: 1px;
  width: 4px;
  background: #118cec;
}
.base-title .tip-title .line {
  height: 1px;
  background: #eee;
}
.base-title .common-title {
  border-bottom: 1px solid #dbdbdb;
}
.base-title .common-title .label {
  padding: 8px;
  font-size: 24px;
  color: #333;
  border-bottom: 2px solid #118cec;
}
