.header {
  width: 100%;
}

.header:hover {
  width: 100%;
  background-color: #fff;
  transition: background-color 0.8s ease;

}

.header:hover .nav-links a.active::after {
  background-color: rgba(0, 65, 135, 1);
}

.header:hover .search-box input {
  border: 1px solid rgba(0, 65, 135, 0.1);
}

.header:hover .search-box input::placeholder {
  color: rgba(0, 13, 27, 0.6);
}

.header:hover .nav-links a {
  color: rgba(0, 65, 135, 1);
}

.header:hover .top-links a {
  color: rgba(0, 13, 27, 0.8);
  text-decoration: none;
  margin-left: 20px;
}

.header:hover .contact-number {
  color: rgba(0, 13, 27, 0.8);
  margin-left: 20px;
}

.marquee-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.marquee {
  display: flex;
  width: max-content;
  animation: scroll 30s linear infinite;
}

.marquee:hover {
  animation-play-state: paused;
}

.marquee-item {
  display: flex;
  align-items: center;
  width: 1000px;
  padding: 0 2rem;
  color: rgba(0, 13, 27, 1);
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 20px;
  white-space: nowrap;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.fade-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.tips_icon {
  width: 24px;
  height: 24px;
  margin-right: 20px;
}

.jingxuan {
  background: url("../asset/img/home/jijinbg.png") no-repeat top;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}

.common_title {
  margin-top: 50px;
  font-size: 48px;
  font-weight: 500;
  color: rgba(0, 65, 135, 1);
  text-align: center;
}

.common_tips {
  margin-top: 20px;
  font-size: 24px;
  color: rgba(0, 65, 135, 1);
  text-align: center;
}

.common_title1 {
  margin-top: 50px;
  font-size: 48px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  text-align: center;
}

.common_tips1 {
  margin-top: 20px;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.jingxuan_box {
  width: 1600px;
  /* padding: 0 100px; */
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 40px;
}

.jingxuan_box_item:hover {
  padding-bottom: 200px;
  background: linear-gradient(to left,
      rgba(104, 134, 213, 1),
      rgba(0, 65, 135, 1));

  transition: all 0.5s ease;
}

.jingxuan_box_item:hover .fund-name {
  color: #fff;
}

.jingxuan_box_item:hover .fund-return {
  /* color: #fff; */
  margin-top: 20px;
}

.jingxuan_box_item:hover .return-label {
  color: rgba(255, 255, 255, 1);
}

.jingxuan_box_item:hover .return-label-tips {
  color: rgba(255, 255, 255, 0.4);
}


.jingxuan_box_item:hover .jingxuan-buy-btn {
  display: block;
}

.jingxuan-buy-btn {
  position: absolute;
  background: url("../asset/img/home/details.png") center/cover no-repeat;
  border-radius: 4px;
  width: 80%;
  height: 40px;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%);
  z-index: 10;
  display: none;
}

.jingxuan_relace {
  cursor: pointer;
  width: 60px;
  height: 60px;
  background: url("../asset/img/home/replace1.png");
  background-size: cover;
}

.jingxuan_relace:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

.jingxuan_relace_box {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jingxuan_relace_tips {
  display: none;
  top: -40px;
  position: absolute;
  background: #fff;
  color: rgba(0, 65, 135, 1);
  font-size: 16px;
  width: 80px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

.fund-feature {
  font-size: 18px;
  width: fit-content;
  color: rgba(104, 134, 213, 1);
  background-color: rgba(104, 134, 213, 0.1);
  padding: 4px 10px;
  border-radius: 4px;
  margin-top: 20px;
}

.fund-risk {
  width: fit-content;
  font-size: 18px;
  color: rgba(104, 134, 213, 1);
  background-color: rgba(104, 134, 213, 0.1);
  padding: 4px 10px;
  border-radius: 4px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.fund-return {
  font-size: 42px;
  font-weight: 700;
  color: #dc2626;
  margin-top: 76px;
  white-space: nowrap;
}

.fund-return span {
  font-size: 72px;
}

.return-label {
  font-size: 18px;
  color: rgba(0, 13, 27, 1);
}

@media (max-width: 1500px) {
  .fund-return span {
    font-size: 60px;
  }

  .return-label {
    font-size: 16px;
  }
}

.return-label-tips {
  color: rgba(0, 13, 27, 0.4);
}

.jijin_tab {
  padding: 0 100px;
  background: url("../asset/img/home/jijincp.png") no-repeat center;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}

.jijin_tab_head {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fund-tabs {
  display: flex;
  padding: 10px 20px;
}

.fund-tab {
  padding: 8px 0;
  margin-right: 50px;
  font-size: 26px;
  color: rgba(0, 13, 27, 1);
  cursor: pointer;
  border-bottom: 4px solid transparent;
  transition: all 0.2s ease;
}

.fund-tab.active {
  color: rgba(0, 65, 135, 1);
  border-bottom-color: rgba(0, 65, 135, 1);
  font-weight: 500;
}

.fund-tab:hover {
  color: rgba(0, 65, 135, 1);
}

.jijin_sousuo {
  padding-left: 64px;
  height: 48px;
  line-height: 48px;
  width: 25%;
  border: 1px solid rgba(0, 13, 27, 0.1);
  border-radius: 8px;
  position: relative;
}

.jijin_sousuo input {
  width: 100%;
  border: none;
  outline: none;
  background: inherit;
  height: 100%;
}

.jijin_sousuo img {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 8px;
  left: 16px;
}

.xinxi {
  background: url("../asset/img/home/xinxi.png") no-repeat center;
  background-size: cover;
  width: 100%;
  height: fit-content;
  overflow: hidden;
  position: relative;
}

.xinxi_more {
  cursor: pointer;
  margin: 300px auto 0px;
  width: 60px;
  height: 60px;
  background: url("../asset/img/home/more1.png");
  background-size: cover;
}

.xinxi_more:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

.touyan_more {
  cursor: pointer;
  margin: 60px auto;
  width: 60px;
  height: 60px;
  background: url("../asset/img/home/more1.png");
  background-size: cover;
}

.touyan_more:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

.xinxi_con_box {
  padding: 0 100px;
  display: flex;
  margin-bottom: 60px;
  justify-content: space-between;
}

.xinxi_con_item {
  color: rgba(0, 65, 135, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  height: 160px;
  width: 152px;
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0.4),
      rgba(231, 239, 255, 1));
}

/* 容器样式 */
.steps-container {
  position: absolute;
  width: 100%;
  bottom: 40px;
  /* padding: 2rem; */
  overflow: hidden;
}

/* 背景遮罩，增强文字可读性 */
.steps-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

/* 步骤项基础样式 */
.step {
  transition: all 0.3s linear;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  height: 160px;
}

/* 步骤编号样式 */
.step-number {
  font-size: 60px;
  font-weight: bold;
  color: white;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 152px;
  position: relative;
}

.step-number::after {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  width: 1px;
  height: 112px;
  top: 24px;
  left: 136px;
}

/* 步骤内容样式 */
.step-content {
  padding: 1rem;
  padding-right: 70px;
  flex-grow: 1;
  flex-shrink: 0;
  color: white;
  /* flex: 1; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* 步骤时间样式 */
.step-time {
  font-size: 0.9rem;
  margin-top: 0.5rem;
  opacity: 0.9;
}

.step.expanded::after {
  content: "";
  position: absolute;
  background: url("../asset/img/home/tou_tit_h.png") center/cover no-repeat;
  width: 30px;
  height: 30px;
  top: 66px;
  right: 24px;
  z-index: 10;
}

/* 缩略状态的步骤项 */
.step.collapsed {
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0.4),
      rgba(231, 239, 255, 1));
  width: 152px;
}

/* 缩略状态的编号样式 */
.step.collapsed .step-number {
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0.4),
      rgba(231, 239, 255, 1));
  width: 152px;
  color: rgba(0, 65, 135, 0.8);
}

/* 隐藏缩略状态的内容 */
.step.collapsed .step-content {
  display: none;
}

/* 云朵滚动样式 */
.scroll-container {
  width: 100%;
  height: 320px;
  /* 容器高度 */
  overflow: hidden;
  position: relative;
}

.bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  /* 宽度设为200%以容纳两份相同的背景图 */
  width: 200%;
}

.bg-image {
  height: 100%;
  width: 50%;
  float: left;
  background-image: url("../asset/img/home/yunduo.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.touyan {
  background: url("../asset/img/home/touyan.png") no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 300px;
  overflow: hidden;
}

.touyan_con {
  padding: 80px 100px;
  display: flex;
  display: flex;
  justify-content: center;
}

.touyanBox {
  margin-left: 8px;
  flex: 1;
}

.touyan_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 78px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 20px;
  margin-left: 20px;
  cursor: pointer;
  min-width: 600px;
  padding: 20px;
  position: relative;
}

.touyan_item:hover {
  background-image: linear-gradient(to left,
      rgba(104, 134, 213, 1),
      rgba(0, 65, 135, 1));
  /* background-color: rgba(0, 65, 135, 1) ; */
  transition: all 0.3s ease;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  padding-right: 70px;
}

.touyan_item:hover::after {
  content: "";
  position: absolute;
  background: url("../asset/img/home/tou_tit_h.png") center/cover no-repeat;
  width: 30px;
  height: 30px;
  top: 24px;
  right: 24px;
}

.toujiao {
  background: url("../asset/img/home/toujiao.png") no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 300px;
  overflow: hidden;
}

.tou_tit_img {
  width: 48px;
  height: 48px;
  background: url("../asset/img/home/tou_tit.png") no-repeat;
  background-size: cover;
  transition: transform 0.3s ease;
}

.tou_bg {
  /* width: 430px; */
  height: 240px;
  margin: 20px auto;
  overflow: hidden;
}

.tou_bg img {
  transition: transform 0.3s ease;
}

.touTitBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tou_con_title {
  margin: 20px 0;
  font-size: 20px;
  font-weight: bold;
}

.toujiao_con_item:hover {
  background: linear-gradient(to left,
      rgba(104, 134, 213, 1),
      rgba(0, 65, 135, 1));
  color: rgba(255, 255, 255, 0.8);

}


.toujiao_con_item:hover .tou_tit_img {
  background: url("../asset/img/home/tou_tit_h.png") no-repeat;
  width: 48px;
  height: 48px;
  background-size: cover;
  transform: scale(1.1);
}

.toujiao_con_item:hover img {
  transform: scale(1.1);
}

.table {
  border-radius: 8px;
  border: 1px solid rgba(0, 13, 27, 0.1);
  background: #fff;
  box-shadow: 0 8px 16px 0 rgba(0, 62, 141, 0.06);
  margin-bottom: 0px;
}

.table th {
  background: linear-gradient(to bottom, #e7efff, #fff);
  color: rgba(0, 13, 27, 0.6);
  font-weight: 400;
  text-align: center;
  padding: 12px 15px;
  /* border-bottom: 1px solid #e6e6e6; */
  font-size: 20px;
}

.table-responsive {
  margin-bottom: 50px;
}

.table td {
  padding: 16px 8px;
  text-align: center;
  /* border-bottom: 1px solid #e6e6e6; */
  font-size: 24px;
  /* color: rgba(0, 13, 27, 0.6); */
  font-weight: 400;
}

.table {
  --bs-table-hover-bg: none;
}

.table tr:hover {
  background: #e7efff;
}

.table tr:hover .positive {
  /* color: #fff; */
}

.table tr:hover .tabel-date {
  color: #fff;
}

.table tr:hover .risk-tag {
  /* color: #fff;
  border: 1px solid #fff; */
}

.table tr:hover .buy-btn {
  /* background: rgba(255, 255, 255, 1); */
  border-radius: 4px;
  /* color: rgba(0, 65, 135, 1); */
  background: linear-gradient(271.84deg, #6886D5 -0.06%, #004187 100%);
  color: #ffffff;
}

.table tr:hover .buy-btn.buy-disabled {
  background: none;
  color: rgba(0, 13, 27, 0.2);
}

/* 购买按钮样式 */
.buy-btn {
  border: 0;
  outline: none;
  color: rgba(0, 65, 135, 1);
  background: none;
  padding: 15px;
}

.buy-disabled {
  color: rgba(0, 13, 27, 0.2);
}

.buy-disabled .fund_data {
  color: rgb(33, 37, 41);
}

.buy-disabled .nav_date {
  color: rgba(0, 13, 27, 0.2) !important;
}

.fund-code {
  color: #999;
  font-size: 0.85rem;
  margin-top: 3px;
}

.risk-tag {
  /* width: 90px;
      height: 26px;
      display: flex; */
  padding: 2px 8px;
  /* justify-content: center;
      align-items: center; */
  /* gap: 10px; */
  border-radius: 4px;
  border: 1px solid rgba(104, 134, 213, 0.4);
  font-size: 16px;
  color: #6886d5;
}

.positive {
  color: #e63946;
  line-height: 64px;
}

.table td.normal {
  line-height: 64px;
}

/*.status {*/
/*  line-height: 64px;*/
/*}*/
.status {
  white-space: nowrap;
  line-height: 64px;
}

.table td .small {
  white-space: nowrap;
}

.table tbody td {
  text-align: center;
}

.swiperBtnBox {
  position: absolute;
  bottom: 158px;
  right: 120px;
  width: 184px;
}

.swiperLeft {
  width: 72px;
  height: 72px;
  background: url(../asset/img/home/swiper_left.png);
  background-size: cover;
}

.swiperLeft:hover {
  background: url(../asset/img/home/swiper_left_h.png);
  background-size: cover;
}

.swiperRight {
  width: 72px;
  height: 72px;
  background: url(../asset/img/home/swiper_right.png);
  background-size: cover;
}

.swiperRight:hover {
  background: url(../asset/img/home/swiper_right_h.png);
  background-size: cover;
}

/* 进度条容器 */
.progress-indicators {
  position: absolute;
  bottom: 120px;
  left: 160px;
  z-index: 10;
}

/* 单个进度条样式 */
.progress-bar-item {
  height: 4px;
  width: 60px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 4px;
  flex: 1;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* 进度条填充部分 */
.progress-bar-fill {
  height: 100%;
  background-color: rgba(255, 255, 255, 1);
  width: 0%;
  transition: width 0.1s linear;
}

.progress-bar-item.active {
  flex: 2;
  /* 活跃状态时占据更多空间 */
  max-width: 120px;
  background-color: rgba(255, 255, 255, 0.4);
}

/* 表格排序 */
.filterIcon {
  height: 24px;
  margin-left: 8px;
  display: inline-block;
}


.filterIcon img {
  width: 12px;
  height: 7px;
  display: block;
  position: relative;
  top: 8px;
  cursor: pointer;
}

/* 首页修改样式 */
.jingxuan_box_item {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 25%;
  margin-left: 12px;
  height: 480px;
  background-image: url(../asset/img/home/jijin_card.png);
  background-color: #fff;
  background-size: cover;
  border-radius: 8px;
  position: relative;
  padding: 20px 40px;
}

.fund-name {
  height: 80px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  color: #1a56db;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 限制文本显示为两行 */
  overflow: hidden;
  text-overflow: ellipsis;
}

.toujiao_con {
  padding: 40px 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toujiao_con_item {
  height: 500px;
  margin-right: 20px;
  background: linear-gradient(to left,
      rgba(255, 255, 255, 0.4),
      rgba(231, 239, 255, 1));
  width: 30%;
  padding: 20px 20px;
  border-radius: 8px;
  color: rgba(0, 13, 27, 0.8);
  font-size: 16px;
}

.steps {
  position: relative;
  padding: 0 100px;
  /* justify-content: space-between; */
  z-index: 2;
  display: flex;
  margin: 0 auto;
  width: 90%;
  gap: 12px;
}

/* 展开状态的步骤项 */
.step.expanded {
  /* width: 500px; */
  background: linear-gradient(to left,
      rgba(104, 134, 213, 1),
      rgba(0, 65, 135, 1));
  position: relative;
  flex-shrink: 0;
  flex-grow: 1;
}


.low {
  color: #28a677 !important;
  line-height: 64px;
}


.buy-disabled .low,
.buy-disabled .positive {
  color: rgba(0, 13, 27, 0.2) !important;
}

.NormalCss .table-arrow {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  background: url("../asset/img/home/filter.png") no-repeat;
  background-size: cover;
  cursor: pointer;
}

.SortDescCss .table-arrow {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  background: url("../asset/img/home/filter1.png") no-repeat;
  background-size: cover;
  cursor: pointer;
}

.SortAscCss .table-arrow {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  background: url("../asset/img/home/filter2.png") no-repeat;
  background-size: cover;
  cursor: pointer;
}