@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 {
  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;
  padding-bottom: 20px;
  font-family: 'SourceHanSansCN-Regular';
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  align-items: center;
  letter-spacing: 0px;
  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: 20px;
}

.enterpriseDetail-content-bottom p {
  font-family: 'SourceHanSansCN-Regular';
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  letter-spacing: 0px;
  color: #474f5e;
  margin-bottom: 10px;
}

.enterpriseDetail-content-bottom img:nth-of-type(1) {
  width: 100%;
  height: 185px;
  margin: 10px 0px;
  object-fit: cover;
}

.enterpriseDetail-content-bottom img:nth-of-type(2) {
  width: 100%;
  height: 808px;
  object-fit: cover;
}

/* 分享按钮 */
.enterpriseDetail-content-share {
  position: fixed;
  top: 530px;
  right: 16px;
}

/* 弹出层样式 */
.popup-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.popup-content {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 170px;
  background-color: var(--white);
}

/* 弹出层中二维码 */
.popup-content-erweima {
  display: flex;
  justify-content: space-between;
  margin: 40px 88px 65px 82px;
}
.road {
  margin: 0 auto;
  width: 33px;
  height: 27px;
}
.send {
  margin-top: 17px;
  font-family: 'SourceHanSansCN-Regular';
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0em;
}
.popup-content-erweima-left {
  display: flex;
  flex-direction: column;
}

.popup-content-erweima-right {
  display: flex;
  flex-direction: column;
}

.link {
  width: 29px;
  height: 29px;
  margin: 0 auto;
}

.copy {
  margin-top: 14px;
  font-family: 'SourceHanSansCN-Regular';
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0em;
}

.toast {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 116px;
  height: 44px;
  border-radius: 4px;
  opacity: 1;
  padding: 12px 16px;
  color: var(--white);
  font-family: 'SourceHanSansCN-Regular';
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0em;
  background: rgba(0, 0, 0, 0.8);
}
