/* Button
-------------------------- */
/* Button
-------------------------- */
/* Button
-------------------------- */
/* BEM
 -------------------------- */
.e-home-container {
  width: 100%;
  min-width: 1260px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.e-home-banner {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
}
.in-big-scale .e-home-banner {
  height: 350px;
}

.e-home-banner .e-home-banner__wrapper {
  height: 350px;
  width: 100%;
  min-width: 1260px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.e-home-banner .e-home-banner__swiper {
  width: 100%;
  height: 350px;
}
.e-home-banner .e-home-banner__swiper .swiper-wrapper {
  width: 100%;
  height: 350px;
}
.e-home-banner .e-home-banner__swiper .e-home-banner__swiper-slide {
  position: relative;
  height: 350px;
  background: #ffffff;
  overflow: hidden;
}
.in-big-scale .e-home-banner .e-home-banner__swiper .e-home-banner__swiper-slide {
  height: 350px;
}

.e-home-banner .e-home-banner__swiper .e-home-banner__swiper-bg {
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.e-home-banner .e-home-banner__swiper .e-home-banner__swiper-content {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 37px 0 100px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  width: 100%;
  min-width: 1260px;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  transition: padding 0.2s, max-width 0.3s;
}

.e-home-banner .e-home-banner__swiper .e-home-banner__swiper-content::before,
.e-home-banner .e-home-banner__swiper .e-home-banner__swiper-content::after {
  display: table;
  content: "";
}

.e-home-banner .e-home-banner__swiper .e-home-banner__swiper-content::after {
  clear: both;
}

.e-home-banner .e-home-banner__pagination {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.e-home-banner .e-home-banner__pagination .swiper-pagination-bullet,
.e-home-banner .e-home-banner__pagination .swiper-pagination-switch {
  display: inline-block;
  position: relative;
  margin: 5px;
  width: 40px;
  height: 2px;
  background: #ffffff;
  transition: width 0.4s;
  cursor: pointer;
  opacity: .8;border-radius: 0;
}
.e-home-banner .e-home-banner__pagination .swiper-pagination-bullet::after,
.e-home-banner .e-home-banner__pagination .swiper-pagination-switch::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #ffc819;
  transform: translateY(-50%);
  transition: width 0.4s;
  cursor: pointer;
  content: "";
}
.e-home-banner .e-home-banner__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  opacity: 1;
}
.e-home-banner .e-home-banner__pagination .swiper-pagination-bullet.swiper-active-switch, .e-home-banner .e-home-banner__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.e-home-banner .e-home-banner__pagination .swiper-pagination-switch.swiper-active-switch,
.e-home-banner .e-home-banner__pagination .swiper-pagination-switch.swiper-pagination-bullet-active {
  width: 50px;
}
.e-home-banner .e-home-banner__pagination .swiper-pagination-bullet.swiper-active-switch::after, .e-home-banner .e-home-banner__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after,
.e-home-banner .e-home-banner__pagination .swiper-pagination-switch.swiper-active-switch::after,
.e-home-banner .e-home-banner__pagination .swiper-pagination-switch.swiper-pagination-bullet-active::after {
  width: 100%;
  animation: pagination-bullet-progress 10s linear;
  animation-duration: inherit;
}

.e-home-banner .e-home-banner__pagination .swiper-pagination-bullet::before,
.e-home-banner .e-home-banner__pagination .swiper-pagination-switch::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  transform: translateY(-50%);
  cursor: pointer;
  content: "";
}

.e-home-banner .e-home-banner__container {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 37px 0 100px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 10;
  width: 100%;
  min-width: 1260px;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  transition: padding 0.2s, max-width 0.3s;
}

.e-home-banner .e-home-banner__container::before,
.e-home-banner .e-home-banner__container::after {
  display: table;
  content: "";
}

.e-home-banner .e-home-banner__container::after {
  clear: both;
}

.e-home-banner .e-home-banner__right {
  float: right;
}
.e-home-banner .e-home-banner__right > * {
  pointer-events: all;
}

.e-home-banner-guide {
  width: 300px;
  border-top: 4px solid #ffc819;
  opacity: 1;
  transform: translate(20px);
  transition: 1s 0.6s;
}
.e-home-banner-guide .e-home-banner-guide__content {
  background: #005096;
  background-image: url("../assets/images/banner_guide_bg.png;vpn_img");
  background-repeat: no-repeat;
  background-size: cover;
}

.e-home-banner-guide .e-home-banner-guide__item > a {
  display: inline-block;
  position: relative;
  width: 100%;
  height:  350px;
  padding: 0 calc(70rem / 14) 0 calc(90rem / 14);
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  height: 98px;
  line-height: 98px;
}
.e-home-banner-guide .e-home-banner-guide__item > a, .e-home-banner-guide .e-home-banner-guide__item > a:hover {
  text-decoration: none;
}
.e-home-banner-guide .e-home-banner-guide__item > a::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 8px;
  height: 15px;
  background: url("../assets/images/icons/icon_arrow.png;vpn_img") no-repeat center;
  background-size: cover;
  transform: translate(-8px, -50%);
  content: "";
}
.e-home-banner-guide .e-home-banner-guide__item > a::before {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #005ea0;
  content: "";
}
.e-home-banner-guide .e-home-banner-guide__item > a > i, .e-home-banner-guide .e-home-banner-guide__item > a > [class*=e-icon-] {
  transform: translateY(2px);
}
.e-home-banner-guide .e-home-banner-guide__item > a > span {
}

.e-home-banner-guide .e-home-banner-guide__bottom {
  background-color: #005ea0;
}
.e-home-banner-guide .e-home-banner-guide__bottom > a {
  display: inline-block;
  padding: calc(18rem / 14) 0;
  width: 100%;
  color: #ffffff;
  text-align: center;
}
.e-home-banner-guide .e-home-banner-guide__bottom > a, .e-home-banner-guide .e-home-banner-guide__bottom > a:hover {
  text-decoration: none;
}

.e-home-banner-guide.is-animated {
  opacity: 1;
  transform: translate(0);
}

.e-home-block-content {
  position: relative;
  padding: calc(40rem / 14) 0;
  width: 100%;
  min-width: 1260px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.e-home-block-title {
  color: #333333;
  font-size: 32px;
  margin-bottom: calc(25rem / 14);
}
.e-home-title_letter{
  letter-spacing: 5px;
}
.e-home-block-title a {
  color: #005096;
  font-size: 14px;
}
.e-home-block-title a, .e-home-block-title a:hover {
  text-decoration: none;
}
.e-home-block-title a > i, .e-home-block-title a > [class*=e-icon-] {
  margin-left: 5px;
  transform: translateY(6px);
}

.e-home-block-container {
  width: 100%;
  min-width: 1260px;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  transition: padding 0.2s, max-width 0.3s;
}
.banner-preview-1 {
  float: left;
  width: 600px;
  padding-top: 10px;
  transition-duration: all 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.banner-preview-1 > h2 {
  position: relative;
  padding: 30px 0;
  color: #005096;
  font-size: 54px;
  letter-spacing: 8px;
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.6s;
}
.banner-preview-1 > h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(to right, #ffcc00, transparent);
  opacity: 0;
  transition: all 0.4s;
  content: "";
}
.banner-preview-1 > p {
  padding: 30px 0;
  padding-right: 90px;
  color: #000000;
  font-size: 30px;
  text-align-last: justify;
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.6s;
}

.swiper-slide-active .banner-preview-1 > h2 {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.8s;
}
.swiper-slide-active .banner-preview-1 > h2::after {
  width: 100%;
  opacity: 1;
  transition: all 0.6s;
}
.swiper-slide-active .banner-preview-1 > p {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.8s;
}

.banner-preview-2 {
  float: left;
  width: 600px;
  padding-top: 10px;
  transition-duration: all 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.banner-preview-2 > h2 {
  position: relative;
  padding: 10px 0;
  color: #333333;
  font-size: 42px;
  letter-spacing: 2px;
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.6s;
}
.banner-preview-2 > p {
  position: relative;
  padding: 20px 0 60px;
  padding-right: 90px;
  color: #f58433;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.6s;
}

.swiper-slide-active .banner-preview-2 > h2 {
  opacity: 1;
  transform: translateX(0);
}
.swiper-slide-active .banner-preview-2 > p {
  opacity: 1;
  transform: translateX(0);
}

.banner-preview-3 {
  float: left;
  width: 600px;
  padding-top: 10px;
  transition-duration: all 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.banner-preview-3 > h2 {
  position: relative;
  padding: 5px 0;
  color: #ffffff;
  font-size: 36px;
  letter-spacing: 8px;
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.6s;
}
.banner-preview-3 > p {
  padding: 30px 0;
  padding-right: 90px;
  color: #fbdc73;
  font-size: 24px;
  text-align-last: justify;
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.6s;
}
.banner-preview-3 > p::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 3px;
  background: #1cadd7;
  opacity: 0;
  transition: all 0.8s;
  content: "";
}

.swiper-slide-active .banner-preview-3 > h2 {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.8s;
}
.swiper-slide-active .banner-preview-3 > p {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.8s;
}
.swiper-slide-active .banner-preview-3 > p::after {
  width: 30px;
  opacity: 1;
  transition: all 0.6s;
}

.e-rank {
  position: relative;
  width: 100%;
  height: calc(850rem / 14);
}
.e-rank .e-rank-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.e-rank .e-rank-bg .e-rank-bg__left {
  position: absolute;
  top: 0;
  left: 0;
  width: 46%;
  height: calc(100% - 60px);
  background-image: url(../assets/images/rank_img_1.jpg;vpn_img);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.e-rank .e-rank-bg .e-rank-bg__right {
  position: absolute;
  top: 60px;
  right: 0;
  width: 60%;
  height: calc(100% - 60px);
  background: #f8fafd;
  z-index: -2;
}
.e-rank .e-rank-wrapper {
  width: 100%;
  min-width: 1260px;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  transition: padding 0.2s, max-width 0.3s;
  position: relative;
  height: 740px;
  margin-top: calc(40rem / 14);
  padding: calc(85rem / 14) 0 calc(65rem / 14);
  z-index: 1;
}

.e-rank .e-rank-content {
  float: right;
  width: 75%;
  padding: 45px 0;
}

.e-fund-rank + .e-fund-rank {
  margin-top: 40px;
}
.e-fund-rank .e-fund-rank__header {
  position: relative;
}
.e-fund-rank .e-fund-rank__header::before,
.e-fund-rank .e-fund-rank__header::after {
  display: table;
  content: "";
}

.e-fund-rank .e-fund-rank__header::after {
  clear: both;
}

.e-fund-rank .e-fund-rank__header > h2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #333333;
  font-size: 24px;
  font-weight: bold;
}

.e-fund-rank .e-fund-rank__tabs {
  float: right;
}

.e-fund-rank .e-fund-rank__tab-list {
  border-bottom: 1px solid #dcdfe6;
  font-weight: 700;
}
.e-fund-rank .e-fund-rank__tab-list::before,
.e-fund-rank .e-fund-rank__tab-list::after {
  display: table;
  content: "";
}

.e-fund-rank .e-fund-rank__tab-list::after {
  clear: both;
}

.e-fund-rank .e-fund-rank__tab-list .e-fund-rank__tab {
  position: relative;
  float: left;
  padding: 10px 20px;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 3px solid transparent;
  transition: all 0.25s;
  cursor: pointer;
}
.e-fund-rank .e-fund-rank__tab-list .e-fund-rank__tab:hover {
  font-weight: 700;
}
.e-fund-rank .e-fund-rank__tab-list .e-fund-rank__tab:hover::after {
  width: 100%;
}
.e-fund-rank .e-fund-rank__tab-list .e-fund-rank__tab + .e-fund-rank__tab {
  /* margin-left: 10px; */
}
.e-fund-rank .e-fund-rank__tab-list .e-fund-rank__tab::before{
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 14px;
  background: #dcdfe6;
  transform: translateY(-50%);
  content: "";
}
.e-fund-rank .e-fund-rank__tab-list .e-fund-rank__tab::after {
  position: absolute;
  bottom: -4px;
  left: 50%;
  width: 0;
  height: 3px;
  background-color: #ffc819;
  transform: translateX(-50%);
  transition: width 0.25s;
  content: "";
}
.e-fund-rank .e-fund-rank__tab-list .e-fund-rank__tab.is-active {
  font-weight: 700;
}
.e-fund-rank .e-fund-rank__tab-list .e-fund-rank__tab.is-active::after {
  width: 100%;
}

.e-fund-rank .e-fund-rank__table {
  width: 100%;
}
.e-fund-rank .e-fund-rank__table tr {
  border-bottom: 1px solid #e0ecf6;
}
.e-fund-rank .e-fund-rank__table td {
  height: 80px;
}
.e-fund-rank .e-fund-rank__table td:last-child .e-fund-rank-data {
  padding-right: 0;
}

.e-fund-rank .e-fund-rank-data {
  height: 100%;
  padding: calc(18rem / 14) calc(24rem / 14);
  color: #7a7a7a;
  text-align: right;
}
@media screen and (max-width: 1480px) {
  .e-fund-rank .e-fund-rank-data {
    padding: calc(16rem / 14) calc(22rem / 14);
  }
}
.e-fund-rank .e-fund-rank-data .e-fund-rank-data__number {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

.e-fund-rank .e-fund-rank-data .e-fund-rank-data__desc {
  color: #7a7a7a;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}

.e-fund-rank .e-fund-rank-data--name {
  padding-left: 10px;
}
.e-fund-rank .e-fund-rank-data--name .e-fund-rank-data__number {
  position: relative;
  font-size: 14px;
  text-align: left;
}
.e-fund-rank .e-fund-rank-data--name .e-fund-rank-data__number::after {
  display: inline-block;
  position: absolute;
  top: 4px;
  left: -10px;
  width: 4px;
  height: 4px;
  background-color: #1eb9e1;
  line-height: 1;
  content: "";
}

.e-fund-rank .e-fund-rank-data--name .e-fund-rank-data__desc {
  text-align: left;
}

.e-fund-rank-data-button {
  padding-left: 18px;
  padding-right: 18px;
  height: 30px;
  border-color: #ccdcea;
  transform: translateY(calc(50% - 6px));
}
.e-fund-rank-data-button:not(.is-disabled):hover, .e-fund-rank-data-button:not(.is-disabled):focus, .e-fund-rank-data-button:not(.is-disabled):active {
  border-color: #005096;
}

.e-fund-rank .e-fund-rank-data__color--increase {
  color: #db2626;
}

.e-fund-rank .e-fund-rank-data__color--decrease {
  color: #26dba6;
}

.e-fund-rank .e-fund-rank-data__color--info {
  color: #005096;
}

.e-fund-sm .e-fund-sm-search .e-fund-sm-search__input {
  display: inline-block;
  position: relative;
  margin-bottom: 26px;
  padding: 0 10px 0 52px;
  width: 65%;
  height: 44px;
  border: 1px solid #dcdfe6;
}
.e-fund-sm .e-fund-sm-search .e-fund-sm-search__input > input {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #333333;
  font-size: 14px;
  border: none;
}
.e-fund-sm .e-fund-sm-search .e-fund-sm-search__input:hover{
  border: 1px solid #296CA6;
}
.e-fund-sm .e-fund-sm-search .e-fund-sm-search__input:active{
  border: 1px solid #005096;
}
.e-fund-sm .e-fund-sm-search .e-fund-sm-search__input > input::placeholder {
  color: #999999;
  font-size: 14px;
}
.e-fund-sm .e-fund-sm-search .e-fund-sm-search__input::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 20px;
  height: 20px;
  background: url("../assets/images/icons/icon_search.png;vpn_img") center no-repeat;
  transform: translateY(-50%);
  content: "";
}
.e-fund-sm .e-fund-sm-search .e-fund-sm-search__input.has-button {
  /*border-right: 0;*/
}

.e-fund-sm .e-fund-sm-search .e-fund-sm-search__input-button {
  display: inline-block;
  width: 10%;
  height: 44px;
  margin-left: -5px;
  background-color: #ffc819;
  color: #000000;
  font-size: 14px;
  line-height: 44px;
  text-align: center;
  border: none;
  outline: none;
  transition: opacity 0.2s;
}
.e-fund-sm .e-fund-sm-search .e-fund-sm-search__input-button:hover {
  opacity: 0.8;
}

.e-fund-sm .e-fund-sm-search .e-fund-sm-search__buttons {
  display: inline-block;
  float: right;
  width: 23%;
}
.e-fund-sm .e-fund-sm-search .e-fund-sm-search__buttons .e-fund-sm-search__input-button {
  position: relative;
}
.e-fund-sm .e-fund-sm-search .e-fund-sm-search__buttons .e-fund-sm-search__input-button.filter-btn {
  width: 55%;
  background-color: #1eb9e1;
  color: #ffffff;
}
.e-fund-sm .e-fund-sm-search .e-fund-sm-search__buttons .e-fund-sm-search__input-button.classification-btn {
  float: right;
  width: 47%;
  background-color: transparent;
  color: #7a7a7a;
}
.e-fund-sm .e-fund-sm-search .e-fund-sm-search__buttons .e-fund-sm-search__input-button.classification-btn > i, .e-fund-sm .e-fund-sm-search .e-fund-sm-search__buttons .e-fund-sm-search__input-button.classification-btn > [class*=e-icon-] {
  transform: translateY(calc(50% - 6px));
}

.e-fund-sm .e-fund-sm-category {
  padding: 15px 20px 10px;
  background-color: #f8fafd;
  border-top: 2px solid #005096;
}
.e-fund-sm .e-fund-sm-category .e-fund-sm-category__list {
  margin-left: calc(-20rem / 14);
  margin-right: calc(-20rem / 14);
}
@media screen and (max-width: 1480px) {
  .e-fund-sm .e-fund-sm-category .e-fund-sm-category__list {
    margin-left: calc(-15rem / 14);
    margin-right: calc(-15rem / 14);
  }
}
.e-fund-sm .e-fund-sm-category .e-fund-sm-category__list::before,
.e-fund-sm .e-fund-sm-category .e-fund-sm-category__list::after {
  display: table;
  content: "";
}

.e-fund-sm .e-fund-sm-category .e-fund-sm-category__list::after {
  clear: both;
}

.e-fund-sm .e-fund-sm-category .e-fund-sm-category__list.is-second {
  margin-left: 0;
  margin-right: 0;
}
.e-fund-sm .e-fund-sm-category .e-fund-sm-category__list.is-second .e-fund-sm-category__item {
  margin: 0 14px;
  padding: 15px 0 5px;
  font-size: 14px;
}
.e-fund-sm .e-fund-sm-category .e-fund-sm-category__list.is-second .e-fund-sm-category__item:hover, .e-fund-sm .e-fund-sm-category .e-fund-sm-category__list.is-second .e-fund-sm-category__item.is-active {
  color: #005096;
}
.e-fund-sm .e-fund-sm-category .e-fund-sm-category__list.is-second .e-fund-sm-category__item:hover > span::after, .e-fund-sm .e-fund-sm-category .e-fund-sm-category__list.is-second .e-fund-sm-category__item.is-active > span::after {
  background-color: transparent;
}

.e-fund-sm-category__item {
  position: relative;
  float: left;
  margin: 0 calc(20rem / 14);
  padding: 10px 0;
  color: #58667e;
  font-size: 15px;
  transition: all 0.25s;
  cursor: pointer;
}
.e-fund-sm-category__item > span {
  position: relative;
}
.e-fund-sm-category__item > span::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: transparent;
  transform: translateY(-100%);
  transition: all 0.25s;
  content: "";
}
.e-fund-sm-category__item:hover, .e-fund-sm-category__item.is-active {
  color: #005096;
  font-weight: bold;
}
.e-fund-sm-category__item:hover > span::after, .e-fund-sm-category__item.is-active > span::after {
  background-color: #ffc819;
}
.e-fund-sm-category__remarkList {
  display: none;
}
.e-fund-sm-category__remarkList.is-show {
  display: block;
}

.e-fund-sm-category__remark {
  display: inline-block;
  position: absolute;
  margin: 10px 0;
  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;
}
.e-fund-sm-category__remark[x-placement^=top] [x-arrow] {
  border-top-color: #24bbe1;
}

.e-fund-sm-category__remark[x-placement^=bottom] [x-arrow] {
  border-bottom-color: #24bbe1;
}

.e-fund-sm-category__remark[x-placement^=right] [x-arrow] {
  border-right-color: #24bbe1;
}

.e-fund-sm-category__remark[x-placement^=left] [x-arrow] {
  border-left-color: #24bbe1;
}

.e-fund-sm-category__remark.is-show {
  position: relative;
  visibility: visible;
  z-index: 1;
}

.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;
}

.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 th {
  white-space: nowrap;
}
.e-fund-sm .e-fund-sm-table .e-fund-sm-table__body th,
.e-fund-sm .e-fund-sm-table .e-fund-sm-table__body td {
  text-align: center;
}
.e-fund-sm-table-button {
  padding-left: 16px;
  padding-right: 16px;
  height: 28px;
}

.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__body thead tr {
  border-bottom: 1px solid #cacaca;
}
.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,
.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 > 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 .e-fund-sm-table .e-fund-sm-table__body thead th.is-sortable > span,
.e-fund-sm .e-fund-sm-table .e-fund-sm-table__body thead td.is-sortable > span {
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}
.e-fund-sm .e-fund-sm-table .e-fund-sm-table__body thead th.is-sortable > span::after,
.e-fund-sm .e-fund-sm-table .e-fund-sm-table__body thead td.is-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;vpn_img");
  transform: translateY(-50%);
  z-index: 1;
  content: "";
}

.e-fund-sm .e-fund-sm-table .e-fund-sm-table__body thead th.is-sortable.is-asc > span::after,
.e-fund-sm .e-fund-sm-table .e-fund-sm-table__body thead td.is-sortable.is-asc > span::after {
  background-image: url("../assets/images/icons/table_sortable_arrow_asc.png;vpn_img");
}

.e-fund-sm .e-fund-sm-table .e-fund-sm-table__body thead th.is-sortable.is-desc > span::after,
.e-fund-sm .e-fund-sm-table .e-fund-sm-table__body thead td.is-sortable.is-desc > span::after {
  background-image: url("../assets/images/icons/table_sortable_arrow_desc.png;vpn_img");
}

.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[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;vpn_img");
  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;vpn_img");
}

.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;vpn_img");
}

.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 tr:last-child {
  border-color: transparent;
}
.e-fund-sm .e-fund-sm-table .e-fund-sm-table__body tbody tr:hover {
  background: #f8fafd;
}
.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 {
  display: inline-block;
  padding: 20px 0 20px 10px;
}
.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 .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.right-line:after {
  position: absolute;
  top: 6px;
  right: 0px;
  width: 1px;
  height: 10px !important;
  background-color: #999999;
  content: "";
}
.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:last-child {
  padding-right: 0;
  border: none;
}

.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__text {
  min-width: 52px;
  color: #333333;
  font-size: 13px;
  line-height: 1.75;
}

.e-fund-sm .e-fund-sm-table .e-fund-sm-table__date {
  color: #999999;
  font-size: 13px;
  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__bottom {
  padding: 14px 0;
  background-color: #f8fafd;
  color: #005096;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.e-fund-sm .e-fund-sm-table .e-fund-sm-table__bottom > i, .e-fund-sm .e-fund-sm-table .e-fund-sm-table__bottom > [class*=e-icon-] {
  transform: translateY(-2px) rotateZ(180deg);
}

.e-fund-sm .e-fund-sm-table.is-show-less .e-fund-sm-table__body tbody tr:nth-child(n+7) {
  display: none;
}

.e-fund-sm .e-fund-sm-table.is-show-less .e-fund-sm-table__bottom > i, .e-fund-sm .e-fund-sm-table.is-show-less .e-fund-sm-table__bottom > [class*=e-icon-] {
  transform: translateY(-2px);
}

.e-fund-sm .e-fund-sm-table.is-show-less .e-fund-sm-notes {
  display: none;
}

.e-fund-sm-tooltip {
  padding: 25px 20px 0;
  color: #005096;
  font-size: 14px;
  font-weight: bold;
}
.e-fund-sm-tooltip > span {
  cursor: pointer;
}
.e-fund-sm-tooltip__table {
  position: absolute;
  padding: 20px 20px;
  background: #ffffff;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 5px 16px rgba(0, 0, 0, 0.08);
}
.e-fund-sm-tooltip__table table th > span,
.e-fund-sm-tooltip__table table td > span {
  display: inline-block;
  padding: 8px 15px;
  color: #333333;
  font-size: 14px;
  font-weight: normal;
}
.e-fund-sm-tooltip__table table thead th > span,
.e-fund-sm-tooltip__table table thead td > span {
  color: #7a7a7a;
  font-size: 14px;
}
.e-fund-sm-tooltip__table[x-placement^=top] [x-arrow] {
  border-top-color: #ffffff;
}

.e-fund-sm-tooltip__table[x-placement^=bottom] [x-arrow] {
  border-bottom-color: #ffffff;
}

.e-fund-sm-tooltip__table[x-placement^=right] [x-arrow] {
  border-right-color: #ffffff;
}

.e-fund-sm-tooltip__table[x-placement^=left] [x-arrow] {
  border-left-color: #ffffff;
}

.e-fund-sm-notes {
  padding: 15px 20px;
}
.e-fund-sm-notes li {
  padding: 5px 0;
  color: #999999;
  font-size: 14px;
  line-height: 1.5;
}

.e-fund-sm-classification .e-fund-sm-classification__wrapper {
  padding: 0 30px 20px;
}
.e-fund-sm-classification .e-fund-sm-classification__wrapper > p {
  color: #666666;
  font-size: 14px;
  line-height: 1.75;
}
.e-fund-sm-classification .e-fund-sm-classification__wrapper > p > span {
  color: #005096;
  font-weight: bold;
  cursor: pointer;
}
.e-fund-sm-classification .e-fund-sm-classification__wrapper > ul {
  margin: 10px 0;
}
.e-fund-sm-classification .e-fund-sm-classification__wrapper > ul li {
  margin: 5px 0;
  color: #666666;
  font-size: 14px;
  line-height: 1.5;
}
.e-fund-sm-classification .e-fund-sm-classification__wrapper > ul li::before,
.e-fund-sm-classification .e-fund-sm-classification__wrapper > ul li::after {
  display: table;
  content: "";
}

.e-fund-sm-classification .e-fund-sm-classification__wrapper > ul li::after {
  clear: both;
}

.e-fund-sm-classification .e-fund-sm-classification__wrapper > ul li > span {
  float: left;
  width: 125px;
  color: #333333;
  font-weight: bold;
  margin-left: 8px;
}
.e-fund-sm-classification .e-fund-sm-classification__wrapper > ul li > span > span{
  letter-spacing: 2.8px;
}
.e-fund-sm-classification .e-fund-sm-classification__wrapper > ul li > p {
  float: left;
  width: calc(100% - 135px);
}

.e-rate-table-popover {
  width: 956px;
  max-width: 75vw;
  padding: 20px 50px;
  background: #ffffff;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.015), 0 6px 16px rgba(0, 0, 0, 0.014), 0 9px 28px 8px rgba(0, 0, 0, 0.07);
  opacity: 0;
  transform: scaleX(0.8);
  transform-origin: 100% 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-rate-table-popover .e-rate-table-popover__header {
  position: relative;
  padding: 20px 0 25px;
  border-bottom: 1px solid #dcdfe6;
}

.e-rate-table-popover .e-rate-table-popover__title {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
}

.e-rate-table-popover .e-rate-table-popover__body {
  padding: 20px 0 30px;
}

.e-rate-table-popover .closeable-button {
  position: absolute;
  top: 5px;
  right: 0;
  transform: translateX(100%);
  cursor: pointer;
}
.e-rate-table-popover [x-arrow] {
  color: #ffffff;
}
.e-rate-table-popover[x-placement^=left] [x-arrow] {
  right: -9px;
  border-width: 9px 0 8px 9px;
  border-left-color: #ffffff;
}
.e-rate-table-popover[x-placement^=right] [x-arrow] {
  left: -9px;
  border-width: 9px 8px 9px 0;
  border-right-color: #ffffff;
}
.e-rate-table-popover.is-popover-show {
  transform: scaleX(1);
  transform-origin: 100% 0%;
  opacity: 1;
  pointer-events: all;
}

.e-rate-table-popover[x-placement^=left] {
  transform: scaleX(0.7);
  transform-origin: 100% 0%;
}
.e-rate-table-popover[x-placement^=left].is-popover-show {
  transform: scaleX(1);
  transform-origin: 100% 0%;
}

.e-rate-table-popover[x-placement^=right] {
  transform-origin: 0% 0%;
  transform: scaleX(0.7);
}
.e-rate-table-popover[x-placement^=right].is-popover-show {
  transform-origin: 0% 0%;
  transform: scaleX(1);
}

.e-rate-table .e-rate-table__title {
  margin-top: 25px;
  margin-bottom: 10px;
  color: #333333;
  font-size: 17px;
  font-weight: bold;
}

.e-rate-table .e-rate-table__table {
  width: 100%;
}
.e-rate-table .e-rate-table__table th,
.e-rate-table .e-rate-table__table td {
  color: #333333;
  font-size: 15px;
  text-align: center;
  border: 1px solid #dcdfe6;
}
.e-rate-table .e-rate-table__table th {
  padding: 14px 20px;
  color: #ffffff;
  background: #005096;
}
.e-rate-table .e-rate-table__table td {
  padding: 20px 20px;
}
.e-rate-table .e-rate-table__table.is-horizontal tr td:first-child {
  color: #ffffff;
  background: #005096;
}

.e-home-id-image {
  position: relative;
  width: 100%;
  height: 450px;
  padding: calc(80rem / 14) 0 calc(80rem / 14);
  border-bottom: 1px solid #dcdfe6;
}
.e-home-id-image > img {
  width: 100%;
  height: 100%;
}

.e-home-id-box {
  margin-top: 30px;
  padding-bottom: calc(30rem / 14);
  width: 100%;
  height: 120px;
  border-bottom: 1px solid #dcdfe6;
  cursor: pointer;
}
.e-home-id-box .e-home-id-box__title {
  margin-bottom: 10px;
  color: #999999;
  font-size: 13px;
  white-space: nowrap;
}

.e-home-id-box .e-home-id-box__content {
  max-height: 80px;
  color: #005096;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1px;
  display: -webkit-box;
  white-space: normal;
  word-wrap: break-word;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.banner-link{
  position: absolute;
  bottom: 26%;
  max-width: 1420px;
  left:50%;
  margin-left: -785px;
  color: #005096;
  font-weight: bold;
  font-size: 16px;
}
.banner-link a{
  padding: 10px 50px 10px 20px;
  border-radius: 30px;
  background: #005096;
  font-size: 16px;
  color: #fff;
  position: relative;}
.banner-link a:after{
  position: absolute;
  top: 11px;
  right: 17px;
  width: 20px;
  height: 20px;
  background:url("../assets/images/icons/radio.png;vpn_img") no-repeat;
  background-size: cover;content: "";
}