.prodList {
  list-style: none;
  display: block;
  margin: 24px auto 36px;
  padding: 0px;
  background-color: #fff;
  border-radius: 16px;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.prodList-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: solid 1px #ddd;
  padding: 20px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
.prodList-li-name {
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  color: #28a16f;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: inline-block;
}
.prodList-li-name strong, .prodList-li-name a {
  color: #333333;
  font-weight: normal;
}
.prodList-li .investColumn {
  text-align: left;
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #ff8000;
  font-weight: normal;
}
.prodList-li .riskColumn {
  width: 3em;
  display: inline-block;
  font-size: 18px;
  color: #444444;
  border: 2px solid #28a16f;
  border-radius: 30px;
  padding: 0.3em 0.5em;
  margin: 4px 8px 4px 0px;
  text-align: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.prodList-li.hide {
  display: none;
}
.prodList-li > .btnArea {
  width: auto;
  text-align: right;
  white-space: nowrap;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.prodList-li-warn {
  display: none;
  font-size: 16px;
  line-height: 1.4;
  color: #333333;
  margin: 0px;
  padding: 16px 16px 16px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.prodList-li:hover {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1), 0px -4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1), 0px -4px 4px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .prodList-li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .prodList-li-name {
    font-size: 18px;
    line-height: 26px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 6em);
  }
  .prodList-li .riskColumn {
    width: 3em;
    display: inline-block;
    font-size: 14px;
    border-radius: 30px;
    padding: 0.3em 0.5em;
    margin: 2px auto 2px 0px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .prodList-li .btnArea {
    width: 100%;
  }
}

.subNav1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 16px auto 0px;
  padding: 8px 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.subNav1 > span {
  font-size: 28px;
  color: #001a4f;
  line-height: 1;
  padding: 0.5em 1.5em;
  background-color: transparent;
  border-radius: 30px;
  cursor: pointer;
  text-align: center;
}
.subNav1 > span.act {
  color: #ffffff;
  font-weight: 900;
  background-color: #001a4f;
}
@media screen and (max-width: 991px) {
  .subNav1 > span {
    font-size: 20px;
  }
}
.subNav1 > strong {
  font-size: 20px;
  color: #ffffff;
  line-height: 1;
  padding: 0.5em 1.5em;
  margin: 0px 8px;
  background-color: #9eacb7;
  border-radius: 30px;
  cursor: pointer;
  text-align: center;
}
.subNav1 > strong.act {
  color: #ffffff;
  font-weight: 900;
  background-color: #001a4f;
}
@media screen and (max-width: 991px) {
  .subNav1 > strong {
    font-size: 18px;
  }
}

::-moz-selection {
  background: #28a16f;
  color: #ffffff;
}

::selection {
  background: #28a16f;
  color: #ffffff;
}

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 24px 0 10px;
  font-size: 16px;
  line-height: 50px;
  height: 54px;
  max-width: 90%;
  min-width: 280px;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #ffffff url(https://www.ezfunds.com.tw/Advertisement/commonResources/images/website/icon/icon-dropdown.png) right center no-repeat;
  background-size: 18px;
  border-radius: 10px;
  border: solid 1px #c7c7c7;
  outline: none;
  font-family: Arial, "Microsoft JhengHei", "Helvetica Neue", Helvetica, sans-serif;
}
select::-ms-expand {
  display: none;
}

.filter {
  border-radius: 16px;
  padding: 16px;
  background-color: #ffffff;
}
.filter-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  row-gap: 16px;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.filter-list > li {
  width: 48%;
  text-align: center;
}
.filter-list > li label {
  font-size: 16px;
  line-height: 24px;
  color: #444444;
  font-weight: bold;
  padding-right: 8px;
  display: inline-block;
  margin: 4px 0px;
}
.filter-list > li select {
  width: 100%;
  max-width: 280px;
}
@media screen and (max-width: 830px) {
  .filter {
    padding: 16px;
  }
  .filter-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    row-gap: 16px;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
  .filter-list > li {
    width: 48%;
    text-align: left;
  }
  .filter-list > li select {
    max-width: 90%;
    min-width: 200px;
  }
}
@media screen and (max-width: 640px) {
  .filter-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 16px;
  }
  .filter-list > li {
    width: 100%;
    text-align: left;
  }
  .filter-list > li select {
    max-width: 100%;
    min-width: auto;
  }
}

.btn.type1 > a {
  background-color: #28a16f;
}