@import 'base.css';
@font-face {
  font-family: SourceHanSansCN-Medium;
  src: url('../fonts/SourceHanSansCN-Medium.otf');
}
@font-face {
  font-family: SourceHanSansCN-Regular;
  src: url('../fonts/SourceHanSansCN-Regular.otf');
}

.enterpriseDetail-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* 内容区域 */
.enterpriseDetail-content {
  flex: 1;
  margin: 64px 16px 16px 16px;
}
.enterpriseDetail-content-top {
  position: relative;
}
.enterpriseDetail-content-top::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e9eef3;
}

.enterpriseDetail-content-top-title {
  display: flex;
  justify-content: space-between;
  font-family: 'SourceHanSansCN-Medium';
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0em;
  color: var(--text-color);
}

.money {
  font-family: 'SourceHanSansCN-Regular';
  font-size: 14px;
  line-height: normal;
  margin-top: 12px;
  letter-spacing: 0em;
  color: var(--primary-color);
}

.enterpriseDetail-content-top-name {
  font-family: 'SourceHanSansCN-Regular';
  font-size: 14px;
  margin-top: 10px;
  line-height: normal;
  letter-spacing: 0em;
  color: var(--text-color);
}

.enterpriseDetail-content-top-date {
  font-family: 'SourceHanSansCN-Regular';
  font-size: 14px;
  line-height: normal;
  margin-top: 10px;
  padding-bottom: 12px;
  letter-spacing: 0em;
  color: var(--text-color);
}

.enterpriseDetail-content-bottom {
  margin-top: 16px;
}

.enterpriseDetail-content-bottom-line-title {
  position: relative;
  font-family: 'SourceHanSansCN-Medium';
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0em;
  color: var(--text-color);
}
.enterpriseDetail-content-bottom-line-title::before {
  position: absolute;
  content: '';
  left: 0;
  top: 3px;
  width: 4px;
  height: 14px;
  background-color: var(--primary-color);
}

.title-desc {
  margin-left: 10px;
}

.enterpriseDetail-content-bottom-line-text {
  margin-top: 16px;
}

.enterpriseDetail-content-bottom-line-text-line {
  font-family: 'SourceHanSansCN-Regular';
  font-size: 14px;
  font-weight: normal;
  line-height: 28px;
  letter-spacing: 0em;
  color: var(--text-color);
}

.enterpriseDetail-content-bottom-line:not(:first-child) {
  margin-top: 24px;
}

/* 底部申请按钮 */
.apply {
  margin-top: 14px;
  border-radius: var(--border-radius);
  background-color: var(--primary-color);
}

.apply-text {
  padding: 8px 17px 8px 17px;
  font-family: 'SourceHanSansCN-Regular';
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0em;
  color: var(--white);
}
