@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');
}
@font-face {
  font-family: SourceHanSansCN-Bold;
  src: url('../fonts/SourceHanSansCN-Bold.otf');
}

.InvestorRelations-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* 顶部区域 */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 44px;
  opacity: 1;
  background: var(--white);
}

.right {
  padding: 11px 19px;
}

.logo {
  width: 108px;
  height: 22px;
  margin: 12px 10px 16px;
}

.search {
  width: 24px;
  height: 24px;
  padding: 2px;
  margin-right: 20px;
}

/* 内容区域 */
.InvestorRelations-content {
  flex: 1;
  overflow: hidden;
  margin-top: 35px;
  margin-bottom: 16px;
}

.select-container {
  background-color: var(--white);
  height: 33px;
}

.select-content-title {
  font-family: 'SourceHanSansCN-Regular';
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0px;
  color: var(--text-color-3);
  margin-top: 10px;
  margin-left: 12px;
}

.dropdown {
  position: relative;
}

.selectFlex {
  display: flex;
  height: 100%;
  margin-left: 12px;
  background-color: var(--white);
}

.selectFlex img {
  margin-left: 3px;
}
.select {
  cursor: pointer;
  font-family: 'SourceHanSansCN-Regular';
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0px;
  color: #333333;
}

.options {
  position: absolute;
  display: none;
  width: 138px;
  left: 12px;
  border-radius: var(--border-radius);
  background: var(--white);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

.selected-color {
  color: var(--primary-minor);
}

.options div {
  padding: 10px;
  cursor: pointer;
}

.options div:hover {
  background-color: #e0e0e0;
}

/* tab切换 */
.tab-container {
  height: 44px;
  display: flex;
  overflow: auto;
  background-color: var(--white);
}

.tab {
  font-family: 'SourceHanSansCN-Regular';
  font-size: 12px;
  flex-shrink: 0;
  line-height: 12px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  overflow: hidden;
  letter-spacing: 0px;
  color: #858e9f;
  padding: 16px;
  cursor: pointer;
}

.tab.active {
  color: var(--primary-color);
}

.alltabContent {
  position: relative;
  margin: 21px 16px;
  height: 100%;
}
.alltabContent::before {
  position: absolute;
  content: '';
  left: 36px;
  top: 0;
  height: 100%;
  width: 0.5px;
  background-color: #e5e5e5;
}

/* 发展历程部分 */
.tab-desc {
  display: flex;
}
.tab-desc:last-child {
  margin-bottom: 20px;
}
.content-date {
  margin-left: 55px;
}
.tab-content-right {
  margin-left: 24px;
  flex: 1;
}
.content-date {
  position: relative;
  font-family: 'SourceHanSansCN-Medium';
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0em;
  color: var(--primary-color);
}
.content-subDate {
  font-family: 'SourceHanSansCN-Regular';
  font-size: 14px;
  width: 30px;
  text-align: right;
  line-height: 44px;
  letter-spacing: 0em;
  color: var(--text-color);
}
.content-date::before {
  position: absolute;
  content: '';
  left: -25px;
  top: 0px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid var(--primary-color);
  background-color: var(--white);
}
.content-desc {
  margin-top: 8px;
  background-color: var(--white);
}

.content-desc-flex {
  display: flex;
  flex-direction: column;
}

.content-desc-flex img {
  height: 140px;
  object-fit: contain;
  margin: 6px 33px 4px 8px;
}

.content-desc-text {
  position: relative;
  padding: 4px 8px;
  font-family: 'SourceHanSansCN-Regular';
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0em;
  color: var(--text-color);
}

.content-desc-date {
  margin-right: 20px;
}

.content-desc-text::before {
  position: absolute;
  content: '';
  left: -20px;
  top: 12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--text-color-3);
}

/* 集团介绍部分 */
.option2-content-top {
  margin-top: 16px;
  margin-left: 12px;
}
.option2-contentBox {
  display: flex;
  overflow: auto;
}

/*隐藏横向滚动条*/
::-webkit-scrollbar {
  display: none;
}

.options2-content {
  flex-shrink: 0;
  overflow: hidden;
}

.options2-content video {
  width: 240px;
  height: 135px;
  object-fit: cover;
  border-radius: 8px;
}

.options2-desc-title {
  font-family: 'SourceHanSansCN-Medium';
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0em;
  color: var(--text-color);
}

.options2-desc-date {
  margin-top: 8px;
  font-family: 'SourceHanSansCN-Regular';
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0em;
  color: var(--text-color-3);
}

.options2-content:not(:first-child) {
  margin-left: 14px;
}

.option2-content-bottom {
  position: relative;
  margin: 16px 16px 0px 16px;
  overflow: hidden;
  height: 350px;
  text-align: center;
}

.option2-content-bottom-title {
  font-family: 'SourceHanSansCN-Medium';
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0em;
  color: var(--primary-minor);
}

.option2-content-bottom-desc {
  font-family: 'SourceHanSansCN-Regular';
  font-size: 12px;
  font-weight: normal;
  text-indent: 2em;
  line-height: 20px;
  text-align: left;
  letter-spacing: 0em;
  color: var(--text-color);
}

.option2-content-bottom-desc:first-of-type {
  margin-top: 16px;
}

/* 查看更多 */
.showMore {
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 50px;
  background: linear-gradient(180deg, rgba(248, 250, 253, 0.7) 0%, #f8fafd 100%, #f8fafd 100%);
}

.showMore-content {
  font-family: 'SourceHanSansCN-Regular';
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0em;
  color: var(--primary-color);
}

.showMore img {
  display: inline-block;
  vertical-align: -3px;
  width: 16px;
  height: 16px;
}

/* 底部致辞区域 */
.option2-content-bottom-img {
  overflow: hidden;
  margin: 24px 16px 0px 16px;
  background-color: var(--white);
}

.options2-content {
  width: 240px;
}

.option2-content-bottom-img-content {
  box-sizing: border-box;
  border: 0.5px solid #fac790;
  margin: 8px;
  padding: 8px;
}

.option2-content-bottom-img-title {
  font-family: 'SourceHanSansCN-Medium';
  text-align: center;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0em;
  color: var(--active-color);
}

.option2-content-bottom-img-desc {
  margin-top: 10px;
  font-family: 'SourceHanSansCN-Regular';
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0em;
  color: var(--text-color);
}

.option2-content-bottom-imgBox {
  position: relative;
  display: flex;
  margin-left: 70px;
}
.option2-content-bottom-imgBox-text {
  margin-left: 25px;
  margin-top: 71px;
}

.option2-content-bottom-imgBox img {
  width: 97px;
  height: 142px;
  object-fit: cover;
}
.name {
  font-family: 'SourceHanSansCN-Medium';
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0em;
  color: var(--text-color);
}

.level {
  margin-top: 8px;
  font-family: 'SourceHanSansCN-Regular';
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0em;
  color: var(--text-color);
}

/* 社会责任部分 */
.option3-container {
  margin-top: 10px;
}
.options3-content {
  width: 100%;
  background-color: var(--white);
  padding: 8px 16px;
  margin-top: 10px;
}
.options3-content-date {
  position: relative;
  font-family: 'SourceHanSansCN-Bold';
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0em;
  margin-left: 16px;
  color: var(--text-color);
}
.options3-content-date::before {
  position: absolute;
  content: '';
  top: 6px;
  left: -16px;
  width: 6px;
  height: 6px;
  background: url('../imgs/polygonal.svg') no-repeat;
}
.options3-content-desc {
  font-family: 'SourceHanSansCN-Regular';
  font-size: 14px;
  margin-top: 8px;
  line-height: normal;
  letter-spacing: 0em;
  color: var(--text-color);
}
