html,

body {

  font-family: "" PingFang SC "", "" Calibri "", "" opensans "",

    "" GothicArial "", "" Arial "", "" Microsoft YaHei "", "" San Francisco "",

    "Hiragino Sans GB", "" Helvetica Neue "", Helvetica, sans-serif !important;

}





.scrolled {

  background-color: black !important;

  color: white;

}

#aboutHover::before {

  content: "";

  width: 100%;

  bottom: 0%;

  left: 0%;

  position: absolute;

  height: 1px;

  background-color: #673b92;

  transform: translateX(-100%);

  transition: all 0.5s ease;

}

#aboutHover:hover::before {

  transform: translateX(0%);

}

#manHover::before {

  content: "";

  width: 100%;

  bottom: 0%;

  left: 0%;

  position: absolute;

  height: 1px;

  background-color: #673b92;

  transform: translateX(-100%);

  transition: all 0.5s ease;

}

#manHover:hover::before {

  transform: translateX(0%);

}

#solHover::before {

  content: "";

  width: 100%;

  bottom: 0%;

  left: 0%;

  position: absolute;

  height: 1px;

  background-color: #673b92;

  transform: translateX(-100%);

  transition: all 0.5s ease;

}

#solHover:hover::before {

  transform: translateX(0%);

}

#esgHover::before {

  content: "";

  width: 100%;

  bottom: 0%;

  left: 0%;

  position: absolute;

  height: 1px;

  background-color: #673b92;

  transform: translateX(-100%);

  transition: all 0.5s ease;

}

#esgHover:hover::before {

  transform: translateX(0%);

}

#contactHover::before {

  content: "";

  width: 100%;

  bottom: 0%;

  left: 0%;

  position: absolute;

  height: 1px;

  background-color: #673b92;

  transform: translateX(-100%);

  transition: all 0.5s ease;

}

#contactHover:hover::before {

  transform: translateX(0%);

}



#contact:hover span path {

  fill: #673b92;

}



#backgroundImage::before {

  content: "";

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background-image: url("../images/herobanner.png");
  /* Background image */

  filter: brightness(0.8);
  /* Brightness effect */

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center;

  z-index: 0;
  /* Behind the content */

}



.invest-active {

  color: #3e027a;

}

.invest-active::before {

  content: "";

  width: 8px;

  height: 8px;

  background-color: #3e027a;

  border-radius: 50%;

  position: absolute;

  bottom: -40%;

  left: 50%;

}

#ceo_combine {

  background: linear-gradient(180deg,

      rgba(118, 76, 155, 0.2) 54.23%,

      rgba(251, 255, 193, 0.2) 127.23%);

  background-clip: text;

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

}

.contactBox:hover img {

  scale: 1.2;

}

.contactBox:hover p {

  margin-bottom: 5px;

  margin-top: -5px;

}













.reportHover:hover .reportHoverAble {

  opacity: 1;

  visibility: visible;

}



.reportHover {

  transition: all 0.5s ease;

}



.reportHoverAble {

  opacity: 0;

  visibility: hidden;

  transition: opacity 0.5s ease, visibility 0.5s ease;

}













/* 查看PDF遮罩层弹窗 */

/* 弹窗样式 */

.modal {

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-color: rgba(0, 0, 0, 0.6);

  display: flex;

  justify-content: center;

  align-items: center;

  z-index: 9999;

}



.modal.hidden {

  display: none;

}



.modal-overlay {

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

}



.modal-content {

  position: relative;

  background: white;

  border-radius: 8px;

  width: 80%;

  max-width: 800px;

  height: 80%;

  overflow: hidden;

  z-index: 10000;

}



.modal-close {

  position: absolute;

  top: 10px;

  right: 10px;

  background: none;

  border: none;

  font-size: 24px;

  cursor: pointer;

}



.pdf-frame {

  width: 100%;

  height: 100%;

  border: none;

}

.modal .loader {

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  font-size: 16px;

  color: #333;

  display: none;
  /* 默认隐藏 */

}

/* .contactBox {

  width: 33%;

} */

.stockImages {

  overflow: hidden;

}

.stockImages-hover1 .stock-pic1 {

  transition: all 0.5s ease;

}

.stockImages-hover2 .stock-pic2 {

  transition: all 0.5s ease;

}

.stockImages-hover3 .stock-pic3 {

  transition: all 0.5s ease;

}

.stockImages-hover1:hover .stock-pic1 {

  transform: scale(1.1);

}

.stockImages-hover2:hover .stock-pic2 {

  transform: scale(1.1);

}

.stockImages-hover3:hover .stock-pic3 {

  transform: scale(1.1);

}

.stockImages-hover2 .btn-icon1 {

  transition: all 0.5s ease;

}

.stockImages-hover3 .btn-icon2 {

  transition: all 0.5s ease;

}

.stockImages-hover2:hover .btn-icon1 {

  transform: rotate(-45deg);

}

.stockImages-hover3:hover .btn-icon2 {

  transform: rotate(-45deg);

}

/* 滚动滑轨 */
.invester-ul-nav {
  overflow-x: auto;
  overflow-y: hidden;
}

.invester-ul-nav ul {
  min-width: 1424px;
}

.invester-ul-nav::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* 设置滚动条的轨道样式（即背景） */
.invester-ul-nav::-webkit-scrollbar-track {
  background-color: #f4f4f4;
  border-radius: 10px;
}

/* 设置滚动条的滑块样式（即可拖动的部分） */
.invester-ul-nav::-webkit-scrollbar-thumb {
  background-color: #673b92;
  border-radius: 10px;
  /* border: 2px solid #fff;  */
}

@media (max-width: 1424px) {
  .invester-ul-nav ul {
    border: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    justify-content: space-between !important;
  }

  .invester-ul-nav ul {
    min-width: 0;
    width: max-content;
  }
}







@media (max-width: 1280px) {
  .marquee-group {
    bottom: 20px !important;
  }
  .contactBox {
    width: 33%;
  }
}



@media (max-width: 1023px) {

  .contactBox {

    width: 100% !important;

  }

  .contactBox:nth-child(2) {

    border: 0;

  }

  #reportsText {

    margin-bottom: 30px;

  }

}