main {
  /* background: linear-gradient(to right, #f0eff9, #f8f1f3); */
  width: 100%;
  padding: 2rem;
}

.flex {
  display: flex;
}

.page_center {
  width: 1200px;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 0.8rem;
  /* padding: 0 2.4rem; */
}

/* .content{
    margin: 0 auto;
    width:80%
} */
.detail_wrap {
  width: 730px;
  margin: 0 auto;
}

.con_title h1{
  
}

.con_title>p {
  margin: 12px 0 0;
  color: #969aa0;
  font-size: 13px;
}

.con_title>p span {
  margin-right: 1rem;
}

.detail_wrap .con {
  /* margin: 2rem 0; */
  font-size: 14px;
}

.con>p {
  text-align: center;
  font-size: 1.3rem;
}

.con_row {
  justify-content: space-between;
  font-size: 1.4rem;
}

.left_a,
.right_a {
  width: 50%;
  height: 50px;
  line-height: 2rem;
}

.bullet {
  color: #000080;
  font-size: 2rem;
}

.text {
  margin-left: .5rem;
}
.text a {
  color:#333;
}
.text a:hover {
  color: #860D8A;
}
.qqhome-link-visited {
  color: #999;
}

.text p {
  font-size: 12px;
  color: #999;
  /* color:#333; */
  /* color: #222DAC; */
}

.top_info {
  width: 100%;
  /* padding-bottom: 0.5rem; */
}

.time_box {
  /* margin-right: 2rem; */
  justify-content: end;
}

.time_box span {
  font-size: 1.2rem;
}

#reportrange {
  width: 180px;
  background: #fff;
  cursor: pointer;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 3.2rem;
  font-size: 1.2rem;
}

.btn-cancel:hover {
  background-color: #e9ecef;
}

.btn-cancel {
  background-color: #f8f9fa;
  color: #333;
  margin-right: 10px;
}

.btn-apply {
  background-color: #2E73DC;
  color: white;
}

.buttonClass {
  padding: 5px 8px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}


/* 指数 */
.index_module {
  /* height: 90px; */
  padding: 1rem 0 2rem 0;
  justify-content: space-between;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 2rem;
}

.index_border {
  width: 50px;
  height: 90px;
  border-right: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 8px 8px 0;
  position: relative;
}

.index_border_icon {
  position: absolute;
  /* top: 50%;
    right: -10px; */
  right: 0px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  font-size: 20px;
  box-shadow: 0 2px 4px #0003;
  /* font-weight: 600; */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: fill 0.3s;
  cursor: pointer;
}

.index_border_icon a {
  width: 13px;
  height: 20px;
}

.index_border_icon svg {
  width: 16px;
  height: 16px;
  fill: #131722;
}

.index_border_icon:hover svg {
  /* color: #109aff; */
  fill: #E3271C;
}

.index_module ul {
  /* flex-wrap: wrap; */
  font-size: 1.4rem;
  justify-content: space-between;
}

.index_module ul li {
  padding: 7px;
  background-color: white;
  border-radius: 8px;
  border: 1px solid rgb(218, 220, 224);
  white-space: nowrap;
  margin: 0 2.1rem 0 0;
}

.index_module ul li:last-child {
  margin-right: 0;
  /* 最后一个 li 不需要底部边距 */
}

.index_module a {
  color: #333;
}

.fall .index_module_l {
  background: rgb(230, 244, 234);
  color: rgb(19, 115, 51);
}

.index_module_l {
  justify-content: center;
}

.index_module_l {
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 8px;
  margin-right: 8px;
}

.fall .index_module_l {
  background: rgb(230, 244, 234);
  color: rgb(19, 115, 51);
}

.fall .index_module_r>div em {
  color: rgb(19, 115, 51);
}

.rise .index_module_r>div em {
  color: rgb(197, 34, 31);
}

.rise .index_module_l {
  background: rgb(252, 232, 230);
  color: rgb(197, 34, 31);
}

.index_module_r .top span {
  font-weight: bold;
}

.index_module_r span {
  display: inline-block;
  margin-right: 8px;
  max-width: 9rem;
  min-width: 64px;
}

.index_module_l img {
  width: 2rem;
}

.index_module li:nth-of-type(6):hover,
.index_module li:nth-of-type(5):hover,
.index_module li:nth-of-type(4):hover,
.index_module li:nth-of-type(3):hover,
.index_module li:nth-of-type(2):hover,
.index_module li:nth-of-type(1):hover {
  transition: border 0.2s;
  box-shadow: 0 0 5px #109aff, 0 0 10px #b3dbfb;
  background: linear-gradient(to bottom, #e5effc, #FFFFFF);
  border-image-slice: 1;
  cursor: pointer;
}

.top {
  padding-bottom: 5px;
}

.top,
.bottom {
  justify-content: space-between;
}

/* 分页 */
/* 分页下拉框 */
.page-box {
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #2e2b29;
  margin-top: 3rem;
}

.page-box .button-group {
  margin: 0 16px;
}

.page-box .custom-dropdown-list {
  width: 90px;
  margin-right: 8px;
}

.custom-dropdown-list .custom-dropdown-menu-list {
  display: none;
  position: absolute;
  background: #fff;
  width: 90px;
  padding: 4px 0;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.custom-dropdown-list .custom-dropdown-menu-list li {
  padding: 0 8px;
  height: 34px;
  line-height: 34px;
  font-size: 12px;
  cursor: pointer;
}

.custom-dropdown-list .custom-dropdown-button-list {
  align-items: center;
  padding: 0 8px;
  height: 30px;
  background: #f8f8f9 !important;
  border: none;
  border-radius: 4px;
  box-shadow: none;
  font-size: 12px;
  outline: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
}


.point_out {
  background: #FFFCF0;
  padding: 1.6rem;
  color: #D99116;
  line-height: 2rem;
  font-size: 1.2rem;
  margin-top: 2rem;
  border-top: 1px solid #D99116;
  display: none;
}

.ai_title {
  margin-bottom: 2rem;
}
.ai_title .sort_text {
  width: 50%;
}
.fund-module-title {
  color: #2e2b29;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.4rem;
  /* margin-bottom: 1.6rem; */
}
.fund-module-title::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 18px;
  margin-right: 0.4rem;
  background: linear-gradient(90deg, #e3271c 0%, #ff5b27 100%);
}

.hot{
  color: #E3271C;
  background-color: #FFEFEB;
  padding: .5rem .6rem;
  font-size: 10px;
  font-weight: 700;
}