body {
  background-color: #eff1f4;
}
.container {
  width: 1400px;
  margin: 80px auto 0;
  padding-bottom: 50px;
}

.wrapper-title {
  font-size: 0;
}

.wrapper-title .r {
  text-align: right;
  position: relative;
}

.wrapper-title .r p {
  position: relative;
}

.wrapper-title .r .search-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 10px;
}

.wrapper-title .r input {
  width: 298px;
  outline: none;
  padding-left: 40px;
  border: 0.5px solid rgba(191, 0, 8, 1);
  height: 40px;
  box-sizing: border-box;
  font-size: 14px;
  color: #9197a3;
  line-height: 18px;
  font-weight: 400;
}

.wrapper-title .r button {
  background-color: #bf0008;
  outline: none;
  border: none;
  color: #ffffff;
  text-align: center;
  font-weight: 400;
  width: 80px;
  height: 40px;
  cursor: pointer;
  vertical-align: bottom;
}

.fund-info {
  padding: 30px 40px;
  font-size: 0;
  background: url("../assets/product-bg.png") center right no-repeat #bf0008;
  margin-top: 19px;
  position: sticky;
  top: 0;
  z-index: 10;
}

.buy-time {
  height: 116px;
  background-color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  padding-bottom: 33px;
}

.buy-time .time-box {
  display: flex;
  align-items: flex-end;
  font-size: 16px;
  color: #333333;
  text-align: justify;
  line-height: 16px;
  font-weight: 400;
}

.buy-time .time-box span {
  width: 51px;
  height: 50px;
  line-height: 50px;
  background: rgba(230, 0, 10, 0.07);
  border-radius: 3.83px;
  font-size: 32px;
  color: #bf0008;
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
  margin-left: 30px;
}

.buy-time .time-box span:first-child {
  margin-left: 0;
}

.buy-time .time-tip {
  font-size: 16px;
  margin-top: 16px;
  color: #6d7179;
  line-height: 16px;
  font-weight: 600;
  text-align: center;
}

.buy-time .sure-time-text {
  font-size: 26px;
  color: #333333;
  font-weight: 700;
}

.width-60 {
  width: 60%;
}

.width-40 {
  width: 40%;
}

.fund-info .name {
  font-size: 30px;
  color: #ffffff;
  text-align: justify;
  font-weight: 600;
}

.fund-info .fx {
  font-size: 18px;
  color: #ffffff;
  line-height: 22px;
  font-weight: 400;
  margin-top: 16px;
}

.margin-l-r-20 {
  margin: 0 20px;
}

.fund-info .btn {
  width: 210px;
  height: 50px;
  outline: none;
  border: 1px solid rgba(255, 255, 255, 1);
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  background-color: #bf0008;
  cursor: pointer;
  letter-spacing: 2px;
}

.fund-info .nbtn {
  width: 210px;
  height: 50px;
  outline: none;
  border: 1px solid rgba(191, 0, 8, 0.5);
  font-size: 20px;
  color: rgba(255, 255, 255, 0.52);
  text-align: center;
  font-weight: 600;
  background-color: #d94b51;
  cursor: default;
  letter-spacing: 2px;
  margin-left: 15px;
}
.hide {
  display: none;
}
.btn.btn-active {
  color: #bf0008;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  margin-left: 15px;
}
.fund-info-box .fund-info-tips {
  padding-left: 30px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #1d2088;
  font-weight: 400;
  background-color: #edf0f9;
}

.fund-status {
  font-size: 0;
  height: 132px;
  background-color: #fff;
}

.width-25 {
  width: 25%;
}

.fund-status-list {
  margin-top: 27px;
}

.fund-status .text {
  font-size: 16px;
  color: #6d7179;
  line-height: 16px;
  font-weight: 400;
  margin-top: 8px;
  text-align: center;
}

.fund-echarts-box {
  background-color: #fff;
  padding: 30px;
  font-size: 0;
}

.fund-echarts-tab-box {
  border-bottom: 1px solid rgba(191, 0, 8, 1);
}

.fund-echarts-tab-item,
.bottom-nav-item {
  width: 152px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #333;
  text-align: center;
  font-weight: 400;
  cursor: pointer;
}

.fund-echarts-tab-item.active,
.bottom-nav-item.active {
  background: rgba(191, 0, 8, 0.03);
  border-radius: 2px 2px 0 0;
  color: #bf0008;
}

.fund-echarts-tab-item:hover {
  background: rgba(191, 0, 8, 0.03);
  border-radius: 2px 2px 0 0;
  color: #bf0008;
}
.fund-echarts-tab-item:first-child {
  border-right: 1px solid rgb(234 234 234);
}
.bottom-nav-item.active:hover {
  background: rgba(191, 0, 8, 0.03);
  border-radius: 2px 2px 0 0;
  color: #bf0008;
}
.fund-echarts {
  width: 100%;
  height: 570px;
}

#fund-echarts {
  height: 100%;
}

#fund-echarts-inczs {
  height: 100%;
}

#fund-echarts-dwjz {
  height: 100%;
}

#fund-echarts-ljjz {
  height: 100%;
}

.change-fund-echarts-box {
  margin: 47px auto 0;
  width: 1147px;
  font-size: 0;
  background: #f7f9fc;
  border-bottom: 0.5px solid #BF0008;
}

.change-fund-echarts-item {
  font-size: 14px;
  color: #333333;
  height: 46px;
  line-height: 46px;
  width: 191px;
  cursor: pointer;
  font-weight: 400;
  box-sizing: border-box;
  border-right: 1px solid rgb(234 234 234);
}

.change-fund-echarts-item:last-child {
  border: 0;
}

.change-fund-echarts-item.active {
  /* background: #ffffff;
  box-shadow: 0 0 6px 0 rgba(47, 10, 12, 0.09); */
  /* border-radius: 2px; */
  color: #bf0008;
  font-weight: 400;
  /* width: 179px; */
  /* height: 34px;
  line-height: 34px; */
  /* margin: 6px; */
  background: rgba(191,0,8,0.03);
  
}

.change-fund-echarts-item:hover {
  /* background: #ffffff;
  box-shadow: 0 0 6px 0 rgba(47, 10, 12, 0.09); */
  border-radius: 2px;
  color: #bf0008;
  font-weight: 400;
  /* width: 179px; */
  /* height: 34px;
  line-height: 34px; */
  /* margin: 6px; */
  background: rgba(191,0,8,0.03);
}

.echarts-tooltips-box {
  width: 210px;
  background-color: #fff;
  padding: 0 0 15px 16px;
}

.echarts-tooltips-title {
  font-size: 16px;
  color: #333333;
  font-weight: 600;
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid rgba(161, 166, 176, 0.5);
}

.echarts-tooltips-body {
  margin-top: 11px;
}

.echarts-badge {
  margin-right: 8px;
  width: 8px;
  height: 8px;
  background-color: #bf0008;
}
.echarts-badge.default {
  background-color: #1d2088;
}

.rose {
  font-size: 16px;
  font-weight: 600;
  margin-left: 8px;
}

.fall {
  font-size: 16px;
  color: #0d9e64;
  margin-left: 8px;
  font-weight: 600;
}

.bottom-nav-box {
  margin-top: 15px;
  background-color: #fff;
}

.bottom-nav {
  padding: 35px 30px 0;
  position: sticky;
  top: 135px;
  z-index: 10;
  box-shadow: 0 4px 14px 0 rgba(138, 19, 24, 0.05);
  background-color: #fff;
}

.bottom-nav-content-box {
  padding: 0 30px 30px 30px;
}

.nav-title {
  font-size: 30px;
  color: #bf0008;
  font-weight: 700;
  padding-bottom: 6px;
  border-bottom: 1px solid #d7d9dc;
}

.nav-title > span {
  padding-bottom: 4px;
  border-bottom: 3px solid #bf0008;
}

.nav-content {
}

.nav-content-item {
  margin-top: 50px;
}

.nav-content > .fund-profile {
  border: 1px solid rgba(161, 166, 176, 1);
  border-collapse: collapse;
  margin-top: 30px;
}

.nav-content > .fund-profile tr {
  height: 48px;
  text-align: center;
  color: #333;
  font-size: 16px;
  /* font-weight: 600; */
  border-bottom: 1px solid rgba(161, 166, 176, 1);
}

.nav-content > .fund-profile tr td {
  border-right: 1px solid rgba(161, 166, 176, 1);
}

.nav-content > .fund-profile tr td:last-child {
  border-right: none;
}

.nav-content > .fund-profile tr td:nth-child(1),
.nav-content > .fund-profile tr td:nth-child(3) {
  color: #1d2088;
  background-color: #c4cae0;
}

.nav-content > .fund-profile tr:last-child {
  border-bottom: none;
}

.ul {
}

.li {
  margin-top: 30px;
}

.tips-title {
  font-size: 20px;
  color: #1d2088;
  /* font-weight: 600; */
}

.tips-title > .badge {
  width: 4px;
  height: 18px;
  margin-right: 12px;
  background-color: #bf0008;
}

.tips-content {
  padding-top: 12px;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  text-align: justify;
  font-weight: 400;
  text-indent: 16px;
}

.fund-manage-box {
  font-size: 0;
  /*position: relative;*/
  /*padding-left: 138px;*/
}
.left-photo {
  width: 138px;
  height: 138px;
  vertical-align: top;
  /*position: absolute;*/
  /*left: 0;*/
  /*top: 0;*/
}

.right-info {
  padding-left: 47px;
  width: 1155px;
}

.left-photo > img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgba(239, 241, 244, 1);
}

.fund-manage {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(224, 128, 132, 1);
  color: #333333;
  font-weight: 400;
}

.fund-manage > .name {
  font-size: 22px;
}

.fund-manage > .job-time {
  font-size: 18px;
  text-align: right;
}
.fund-manage-introduction {
  padding-top: 15px;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  text-align: justify;
  line-height: 26px;
  font-weight: 400;
}

.net-fund-value,
.fund-income,
.fund-rate {
  border-collapse: collapse;
  margin-top: 32px;
}

.net-fund-value tr th,
.fund-income tr th,
.fund-rate tr th {
  height: 50px;
  background: rgba(26, 64, 178, 0.08);
  font-size: 16px;
  color: #1d2088;
  text-align: center;
  font-weight: 400;
  border-right: 2px solid #fff;
}

.net-fund-value tr th:last-child,
.fund-rate tr th:last-child {
  border-right: none;
}

.net-fund-value tr td,
.fund-income tr td,
.fund-rate tr td {
  height: 60px;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  line-height: 22px;
  font-weight: 400;
  border-bottom: 1px solid rgba(161, 166, 176, 1);
}

.page-box {
  padding-top: 16px;
  padding-bottom: 50px;
  text-align: right;
  font-size: 0;
}

.start-page,
.total-page {
  font-size: 14px;
  color: #333333;
  text-align: right;
  font-weight: 400;
}

.total-page {
  margin-right: 28px;
}

.page {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #6d7179;
  font-weight: 400;
  border: 1px solid rgba(208, 211, 216, 1);
  cursor: pointer;
  margin: 0 8px;
}

.page.active {
  color: #fff;
  background: #bf0008;
}

.search-page-box {
  font-size: 14px;
  color: #6d7179;
  font-weight: 400;
  margin-left: 18px;
}

.search-page {
  width: 60px;
  height: 32px;
  outline: none;
  margin: 0 6px;
  text-align: center;
  border: 1px solid rgba(208, 211, 216, 1);
}

#echarts-pie-hy {
  display: none;
}

.fund-rate {
  margin-top: 20px;
}

.circle-icon0 {
  width: 14px;
  height: 14px;
  background: #198af4;
  border-radius: 1px;
}

.circle-icon1 {
  width: 14px;
  height: 14px;
  background: #cd2b32;
  border-radius: 1px;
}

.circle-icon2 {
  width: 14px;
  height: 14px;
  background: #9e6eea;
  border-radius: 1px;
}

.circle-icon3 {
  width: 14px;
  height: 14px;
  background: #ffb317;
  border-radius: 1px;
}

.circle-icon4 {
  width: 14px;
  height: 14px;
  background: #1869a0;
  border-radius: 1px;
}

.circle-icon5 {
  width: 14px;
  height: 14px;
  background: #08c8cd;
  border-radius: 1px;
}

.circle-icon6 {
  width: 14px;
  height: 14px;
  background: #33ca66;
  border-radius: 1px;
}

.circle-icon7 {
  width: 14px;
  height: 14px;
  background: #ade081;
  border-radius: 1px;
}

.circle-icon8 {
  width: 14px;
  height: 14px;
  background: #facc14;
  border-radius: 1px;
}

.circle-icon9 {
  width: 14px;
  height: 14px;
  background: #eba676;
  border-radius: 1px;
}

.circle-icon10 {
  width: 14px;
  height: 14px;
  background: #dc83d5;
  border-radius: 1px;
}

.circle-icon11 {
  width: 14px;
  height: 14px;
  background: #8543e0;
  border-radius: 1px;
}

.circle-icon12 {
  width: 14px;
  height: 14px;
  background: #9f8bf0;
  border-radius: 1px;
}

.pie-value-table .zclx-date {
  width: calc(100% - 20px);
  text-align: center;
}

.nav-content .tipss {
  /*margin-top: 30px;*/
}

.no-data {
  font-size: 16px;
  color: #333333;
  text-align: center;
  font-weight: 600;
}

.net-asset-value-box {
  margin-top: 30px;
  font-size: 0;
}

.net-asset-value-box .select {
  font-size: 14px;
  color: #1d2088;
  width: 126px;
  height: 36px;
  line-height: 36px;
  margin-right: 8px;
  border: 1px solid rgba(29, 32, 136, 0.5);
  cursor: pointer;
}
.net-asset-value-box .select:last-child {
  margin-right: 0;
}

.net-asset-value-box .select:hover {
  background: rgba(242, 244, 246, 1);
}

.triangle {
  vertical-align: middle;
  margin-left: 5px;
}

.data-source-text {
  color: #333333;
  font-weight: 400;
  margin-right: 8px;
}

.date {
  font-size: 16px;
  color: #8d9198;
  font-weight: 400;
  margin-left: 17px;
}

.position-ratio {
  width: 382px;
  margin: 20px 0 0;
}

.position-ratio-box .echarts-pie-box {
  font-size: 0;
}

.position-ratio-box .echarts-pie {
  width: 670px;
  height: 361px;
  vertical-align: top;
}

.position-ratio-box .pie-value-table {
  width: 670px;
}

.echarts-pie-tooltips-box {
  width: 182px;
  height: auto;
  background: #ffffff;
  border-radius: 4px;
}

.echarts-pie-tooltips {
  margin: 13px 14px;
  border-bottom: 1px solid rgba(161, 166, 176, 1);
}

.echarts-pie-tooltips-title {
  font-size: 14px;
  color: #8d9198;
  line-height: 22px;
  font-weight: 400;
}
.echarts-pie-value {
  margin-top: 7px;
  margin-bottom: 14px;
  font-size: 18px;
  color: #333333;
  font-weight: 400;
  white-space: break-spaces;
}
.stock-top-10 {
  margin-top: 20px;
}

.news-title-box {
  font-size: 0;
}

.news-title-box .btn-box {
  width: 764px;
  margin: 0;
}

.right-button {
  width: 568px;
}

.right-button .wrapper-title {
  padding-bottom: 0;
  border-bottom: none;
}

.news-content .news-content-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 73px;
  border-bottom: 1px solid rgba(161, 166, 176, 1);
  cursor: pointer;
}

.news-content-item > .title {
  font-size: 18px;
  color: #333333;
  text-align: justify;
  line-height: 24px;
  font-weight: 400;
  height: auto;
  width: 1200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.news-content-item > .title > .icon {
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  background-color: #333333;
  border-radius: 50%;
  margin-right: 11px;
}

.news-content-item > .date {
  font-size: 14px;
  color: #9197a3;
  text-align: right;
  font-weight: 400;
}

.select-option-box {
  position: absolute;
  top: 42px;
  right: 0;
  width: 126px;
  background: #ffffff;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12),
    0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  display: none;
}

/* .select-option-box:first-child:hover+.select:first-child {
  background: rgba(242, 244, 246, 1);
}  */

.select-option-box .option {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}

#year {
  right: 144px;
}

#quarter {
  right: 8px;
}

.select-option-box .option:hover {
  background: rgba(29, 32, 136, 0.06);
}

.bottom-part {
  border-bottom: 1px solid rgba(224, 128, 132, 1);
}

.bottom-part p:hover {
  background: rgba(242, 244, 246, 1);
  color: #BF0008;
}

#hyfb {
  display: none;
}

#etf .bottom-nav-item {
  width: 128px;
}

.date-box > p {
  height: 40px;
}

.date-box .input {
  width: 220px;
  height: 40px;
  outline: none;
  border: 1px solid rgba(191, 0, 8, 1);
  box-sizing: border-box;
  padding-left: 8px;
  vertical-align: top;
}

.date-box .search-btn {
  width: 80px;
  height: 40px;
  outline: none;
  border: none;
  background-color: #bf0008;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  font-weight: 400;
  cursor: pointer;
  vertical-align: bottom;
}

.date-box .download-file {
  outline: none;
  border: none;
  width: 142px;
  height: 40px;
  background: #1d2088;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  font-weight: 400;
  margin-left: 16px;
  cursor: pointer;
}

.buy-process-box {
  background-color: #fff;
  margin: 20px 0;
  padding: 30px 30px 0;
  height: 610px;
}

.download-icon {
  background: url("../assets/download-four.png");
}

.process-item {
  display: flex;
  margin-left: 63px;
  margin-top: 57px;
  align-items: baseline;
}

.process li:first-child .process-item {
  margin-top: 30px;
}

.process-item .process-left {
  position: relative;
  width: 36px;
  height: 36px;
  font-size: 25px;
  color: #ffffff;
  text-align: center;
  line-height: 36px;
  font-weight: 500;
  background: #bf0008;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 1);
  box-shadow: 0 3px 6px 0 rgba(191, 0, 8, 0.11);
}
.process-item .process-left::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 93px;
  background-color: #f2ccce;
  left: 17px;
  top: 38px;
}

.process li:last-child .process-item .process-left::before {
  display: none !important;
  width: 0;
  height: 0;
}

.process-item .process-right {
  font-size: 16px;
  color: #6d7179;
  font-weight: 400;
  margin-left: 17px;
}

.process-right .text {
  font-size: 18px;
  color: #333333;
  font-weight: 600;
}

.process-right .process-tip {
  margin-top: 12px;
}

.info-noData {
  text-align: center;
  padding: 50px 0px;
}

.notext {
  font-size: 16px !important;
  border-bottom: 0px !important;
}