.help-container .main {
  display: block;
}
.help-container {
  background-color: #fff;
}
.breadcrumb {
  background-color: #f1f4fc;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
.breadcrumb .container {
  color: #666;
  width: 1024px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.breadcrumb .container a {
  color: #999999;
  text-decoration: none;
}
h3 {
  margin-top: 10px;
  font-size: 20px;
}
.echart-block {
  margin: 0 auto;
}
.tooltip-time {
  font-size: 12px;
}
.tooltip-name {
  font-size: 13px;
}
.tooltip-price {
  font-size: 14px;
  font-weight: 500;
}
.price-table {
  width: 924px;
  margin: 0 auto;
}
.table-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f1f4fc;
  line-height: 50px;
}
.table-header div {
  width: 12.5%;
  text-align: center;
  color: #666;
  font-size: 14px;
}
.table-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 57px;
  border-bottom: 1px solid #eaecf0;
}

.table-content div {
  width: 12.5%;
  font-size: 14px;
  text-align: center;
  color: #666;
}
.table-content div:not(:first-child) {
  color: #333;
  font-size: 16px;
  font-weight: 500;
}
