@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 {
  margin: 64px 16px 16px 16px;
  flex: 1;
}
.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 {
  font-family: 'SourceHanSansCN-Medium';
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0px;
  color: #262626;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 设置显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.enterpriseDetail-content-top-subtitle {
  margin-top: 10px;
  font-family: 'SourceHanSansCN-Regular';
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  align-items: center;
  letter-spacing: 0px;
  padding-bottom: 20px;
  color: #474f5e;
}

.enterpriseDetail-content-top-date {
  font-family: 'SourceHanSansCN-Regular';
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0px;
  margin-left: 10px;
  color: #a7aebc;
}

.enterpriseDetail-content-bottom {
  margin-top: 50px;
}

.enterpriseDetail-content-bottom-text {
  text-align: center;
}

.enterpriseDetail-content-bottom-text img {
  width: 56px;
  height: 56px;
}

.enterpriseDetail-content-bottom-desc {
  margin-top: 8px;
  font-family: 'SourceHanSansCN-Regular';
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0em;
  color: var(--text-color);
}

.enterpriseDetail-content-bottom-button {
  margin: 0 auto;
  width: 80px;
  height: 24px;
  border-radius: 100px;
  margin-top: 17px;
  font-family: 'SourceHanSansCN-Regular';
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0em;
  color: var(--primary-color);
  border: 0.5px solid var(--primary-color);
  line-height: 22px;
}
