.e-fund-sm .e-fund-sm-table .e-fund-sm-table__body tbody tr:hover {
  background: #f8fafd;
}

.e-home-block-container {
  /* padding-left: 1.8rem; */
  /* padding-right: 1.8rem; */
  /* max-width: 1420px; */
  /* width: 100%; */
  /* min-width: 1260px; */
  /* margin-left: auto; */
  /* margin-right: auto; */
  /* padding-left: 10px; */
  /* padding-right: 10px; */
  /* transition: padding 0.2s, max-width 0.3s; */
  margin: 0 auto;
}

.e-home-block-container .mt-3, .my-3 {
  margin-top: 1rem !important;
}

.e-fund-sm .e-fund-sm-table .e-fund-sm-table__body {
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
}

.e-fund-sm .e-fund-sm-table .e-fund-sm-table__body thead tr {
  border-bottom: 1px solid #cacaca;
}

.e-fund-sm .e-fund-sm-table .e-fund-sm-table__body thead th, .e-fund-sm .e-fund-sm-table .e-fund-sm-table__body thead td {
  color: #2b3b56;
  font-size: 14px;
  font-weight: bold;
}

.e-fund-sm .e-fund-sm-table .e-fund-sm-table__body thead th {
  white-space: nowrap;
}

.e-fund-sm .e-fund-sm-table .e-fund-sm-table__body thead th > span, .e-fund-sm .e-fund-sm-table .e-fund-sm-table__body thead td > span {
  display: inline-block;
  padding: 15px 10px;
}

.e-fund-sm .pl-5, .px-5 {
  padding-left: 3rem !important;
}

.e-fund-sm .e-fund-sm-table .e-fund-sm-table__body thead th[data-sortable] > span, .e-fund-sm .e-fund-sm-table .e-fund-sm-table__body thead td[data-sortable] > span {
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}

.e-fund-sm .e-fund-sm-table .e-fund-sm-table__body thead th > span, .e-fund-sm .e-fund-sm-table .e-fund-sm-table__body thead td > span {
  display: inline-block;
  padding: 15px 10px;
  font-size: 14px;
  color: #333333;
}

.e-fund-sm .e-fund-sm-table .e-fund-sm-table__body thead th[data-sortable] > span::after, .e-fund-sm .e-fund-sm-table .e-fund-sm-table__body thead td[data-sortable] > span::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 5px;
  height: 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../assets/images/icons/table_sortable_arrow.png);
  transform: translateY(-50%);
  z-index: 1;
  content: "";
}

.e-fund-sm .e-fund-sm-table .e-fund-sm-table__body thead th[data-sortable].is-asc > span::after,
.e-fund-sm .e-fund-sm-table .e-fund-sm-table__body thead td[data-sortable].is-asc > span::after {
  background-image: url("../assets/images/icons/table_sortable_arrow_asc.png");
}

.e-fund-sm .e-fund-sm-table .e-fund-sm-table__body thead th[data-sortable].is-desc > span::after,
.e-fund-sm .e-fund-sm-table .e-fund-sm-table__body thead td[data-sortable].is-desc > span::after {
  background-image: url("../assets/images/icons/table_sortable_arrow_desc.png");
}

.e-fund-sm .e-fund-sm-table .e-fund-sm-table__body tbody tr {
  border-bottom: 1px solid #e4e4e4;
}

.e-fund-sm .e-fund-sm-table .e-fund-sm-table__body tbody td {
  color: #333333;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}

.e-fund-sm .e-fund-sm-table .e-fund-sm-table__body tbody td > span.dtbtn {
  padding-right: 0px;
}

.e-fund-sm .e-fund-sm-table .e-fund-sm-table__body tbody td > span {
  display: inline-block;
  padding: 20px 5px;
}

.e-fund-sm .e-fund-sm-table .e-fund-sm-table__top {
  margin-bottom: calc(10rem / 14);
}

.e-fund-sm .e-fund-sm-table .e-fund-sm-table__title {
  color: #2c3c57;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.4;
}

.e-fund-sm .e-fund-sm-table .e-fund-sm-table__infos {
  display: flex;
  white-space: nowrap;
}

.e-fund-sm .clearfix::before, .clearfix::after {
  display: table;
  content: "";
}

.e-fund-sm .clearfix::after {
  clear: both;
}

.e-fund-sm .e-fund-sm-table .e-fund-sm-table__infos > li:first-child {
  padding-left: 0;
}

.e-fund-sm .e-fund-sm-table .e-fund-sm-table__infos > li {
  float: left;
  padding: 0 15px;
  color: #7a7a7a;
  font-size: 14px;
  position: relative;
}

.e-fund-sm .e-fund-sm-table .e-fund-sm-table__infos > li {
  float: left;
  padding: 0 15px;
  color: #7a7a7a;
  font-size: 14px;
  position: relative;
}

.e-fund-sm .e-fund-sm-table .e-fund-sm-table__infos > li:last-child {
  padding-right: 0;
  border: none;
}

.e-fund-sm  .e-fund-sm-table__tag {
  display: block;
  margin-top: 10px;
}

.e-fund-sm .fund-tag-memo {
  display: inline-block;
  padding: 3px 6px;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  background: #24bbe1;
}

.e-fund-pane-popover {
  position: fixed;
  top: 0;
  left: 100%;
  width: 340px;
  transform: scaleX(0.8);
  transform-origin: 100% 0%;
  opacity: 0;
  transition: opacity 211ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, transform 141ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  pointer-events: none;
  z-index: 2;
}

.e-fund-pane-popover .e-fund-pane-popover__wrapper {
  padding: 26px 30px;
  color: #eff2f6;
  font-size: 16px;
  line-height: 1.5;
  background-color: #005096;
  border-bottom: 3px solid #ffc819;
}

.e-fund-pane-popover [x-arrow] {
  color: #005096;
}

[x-arrow] {
  position: absolute;
  width: 0;
  height: 0;
  margin: 5px;
  border-style: solid;
  border-color: transparent;
}

.e-fund-sm .e-fund-sm-table .e-fund-sm-table__body {
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
}

.e-fund-sm .e-fund-sm-table .e-fund-sm-table__title {
  color: #2c3c57;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.4;
}

.e-fund-sm a {
  color: inherit;
  text-decoration: none;
}

.e-fund-sm .e-fund-sm-table .e-fund-sm-table__top {
  margin-bottom: calc(10rem / 14);
}

.e-fund-sm .e-fund-sm-table .e-fund-sm-table__infos > li.right-line:after {
  position: absolute;
  top: 6px;
  right: 0px;
  width: 1px;
  height: 10px !important;
  background-color: #DCDFE6;
  content: "";
}

.e-fund-sm .e-fund-sm-table .e-fund-sm-table__data {
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
}

.e-fund-sm .e-fund-sm-table .e-fund-sm-table__top {
  margin-bottom: calc(10rem / 14);
}

.e-fund-sm .e-fund-sm-table .e-fund-sm-table__data {
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
}

.e-fund__color--increase {
  color: #ee1533;
}

.e-fund__color--decrease {
  color: #009b6d;
}

.e-fund-sm .e-fund-sm-table .e-fund-sm-table__body th button, .e-fund-sm .e-fund-sm-table .e-fund-sm-table__body td button {
  padding-left: 16px;
  padding-right: 16px;
  height: 28px;
}

.e-fund-sm .e-fund-sm-table .e-fund-sm-table__date {
  color: #999999;
  font-size: 14px;
  white-space: nowrap;
}

.e-fund-sm .e-button {
  display: inline-block;
  margin: 0;
  color: #333333;
  background: #ffffff;
  border: 1px solid #dcdfe6;
  border-color: #dcdfe6;
  text-align: center;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 6px 16px;
  font-size: 14px;
  border-radius: 0;
  height: 36px;
}

.e-fund-sm .e-button--small {
  padding: 4px 10px;
  font-size: 14px;
  border-radius: 0;
  height: 32px;
}

.e-fund-sm .e-button--primary {
  color: #ffffff;
  background-color: #005096;
  border-color: #005096;
}
.e-button--primary:hover {
  background: #296CA6;
  border-color: #296CA6;
  color: #fff;
}
.e-fund-sm .e-button--info {
  color: #ffffff;
  background-color: #1EB9E1;
  border-color: #1EB9E1;
}

.e-fund-sm .e-button.is-disabled, .e-button.is-disabled:hover {
  color: #ffffff;
  cursor: not-allowed;
  background-image: none;
  background-color: #C1C6CB;
  border-color: #C1C6CB;
}

.e-fund-sm .ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}

.e-fund-sm .e-icon-chart {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(../assets/images/icons/icon_chart.png) no-repeat;
}

.sx-fundStyle {
  position: relative;
  width: calc(100% - 90px);
  /* margin-left: 104px; */
}

.sx-fundStyle li {
  height: 26px;
  padding: 0 5px;
  margin: 0 6px 0 0;
  line-height: 24px;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  margin-right: 32px;
}

.sx-sprit {
  width: 10px;
  height: 10px;
  border-left: 1px solid #005096;
  border-bottom: 1px solid #005096;
  transform: rotate(135deg);
  position: absolute;
  top: 45px;
  z-index: 99;
  background: #f8fafd;
  display: none;
  margin-left: 20px;
}

.sx-fundStyle li.on {
  color: #005096;
  font-weight: bold;
  /* margin-bottom: 30px; */
  border-bottom: 2px solid #FFC819;
}

.sx-fundStyle-box {
  /* margin: 14px 0 0 106px; */
  display: none;
  top: 36px;
  width: calc(100% - 106px);
}

.sx-fundStyle-box-ul {
  /* border: 1px solid #005096; */
  /* background: #f8fafd; */
  /* padding: calc(10rem / 14); */
}

.sx-fundStyle-box li.on {
  color: #005096;
  font-weight: bold;
  position: relative;
}
.sx-fundStyle-box li:not(.unlimit):not(.no-arrow).on::after{
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #24bbe1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  z-index: 9999;
}

.sx-fundStyle-box-ul li {
  padding: 0px 7px;
  margin: 6px 32px 8px 6px;
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.sx-marks{
  display: none;
  padding: 0px 8px;
  color: rgb(255, 255, 255);
  font-size: 12px;
  line-height: 27px;
  overflow-wrap: break-word;
  background: rgb(36, 187, 225);
}
.e-fund-sm-category__remark {
  display: inline-block;
  position: absolute;
  margin: 0 0 10px;
  padding: 4px 8px;
  min-width: 30px;
  min-height: 32px;
  color: #ffffff;
  font-size: 12px;
  line-height: 24px;
  word-wrap: break-word;
  background: #24bbe1;
  visibility: hidden;
  z-index: -1;
  box-sizing: border-box;
}

.e-fund-sm-category__remarkList.is-show {
  display: block;
}

.e-fund-sm .e-fund-sm-category .e-fund-sm-category__list.is-second {
  margin-left: 0;
  margin-right: 0;
}

.e-fund-sm-category__remark.is-show {
  position: relative;
  visibility: visible;
  z-index: 1;
}

.e-button--info:hover {
  background: #4bc7e7;
  border-color: #4bc7e7;
  color: #fff;
}
.e-fund-sm-category__remark [data-role=arrow] {
  position: absolute;
  top: -5px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #24bbe1;
}
.sx-fundStyle-remarkList{
  display: none;
}
.sx-fundStyle-remarkList.is-show{
  display: block;
}