.business-info {
  padding-bottom: 104px;
}

.head {
  position: relative;
  background-image: url("/static/Public/images/businessInfo/01-1.png?t=1-1");
  padding-top: 48px;
  padding-bottom: 84px;
  background-position: center;
  background-size: 100% 100%;
  margin-bottom: 50px;
  width: 100%;
  text-align: center;
  margin-top: 0;
}

.head > h4 {
  font-size: 28px;
  margin-bottom: 30px;
  line-height: 42px;
  font-weight: 500;
}

.search {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}

.search > * {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

.search .keywords {
  height: 46px;
  border-radius: 8px 0 0 8px;
  background-color: #fff;
  border-right: none;
  padding: 0 12px;
  width: 631px;
  border: none;
  font-size: 14px;
  color: #333;
  line-height: 46px;
}

.search .field {
  padding: 0;
  background: transparent;
}

.search .submit-button {
  position: inherit;
  padding: 0 12px;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 0 8px 8px 0;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  background: var(--theme-primary-color);
  line-height: 46px;
  height: auto;
}

.column {
  background: #fff;
  border-radius: 8px;
  padding: 12px 16px;
  width: 428px;
  display: flex;
  flex-direction: column;
}
.column .t {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 16px;
  color: var(--theme-dark-text-color);
  font-weight: 600;
  flex-shrink: 0;
}

.column .t p {
  margin-right: 12px;
}

.column .b {
  background-color: #f6faff;
  color: var(--theme-dark-text-color);
  padding: 12px;
  border-radius: 8px;
  line-height: 24px;
  font-size: 16px;
  flex: 1;
}

.column .b ul {
  padding-left: 20px;
}
.column .b ul,
.column .b li {
  list-style: outside;
}
.column .b li::marker {
  color: var(--theme-primary-color);
}
