@charset "UTF-8";
@font-face {
  font-family: CH-RARE-WORDS;
  src: url(../fonts/CH_RARE_WORDS.TTF) format("truetype");
}

.chRareWords {
  font-family: CH-RARE-WORDS, "微軟正黑體", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "Noto Sans", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.chRareWords-fix {
  position: relative;
  top: 1.5px;
}

#htmlDiv span {
  margin: auto;
  line-height: normal;
}

body {
  color: #222;
  font-family: "微軟正黑體", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "Noto Sans", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1;
}

img {
  max-width: 100%;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

input:not([type="checkbox"]) {
  padding: 12px 10px;
  width: 100%;
  outline: none;
  color: #787887;
  font-size: 14px;
  -webkit-transition: 1s;
  transition: 1s;
}

select {
  color: #555;
  font-size: 14px;
  font-family: "微軟正黑體", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "Noto Sans", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

a {
  text-decoration: none;
  font-family: "微軟正黑體", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "Noto Sans", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

samp {
  font-family: "微軟正黑體", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "Noto Sans", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

button {
  font-family: "微軟正黑體", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "Noto Sans", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

h1 {
  font-size: 38px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-weight: normal;
  font-size: 15px;
}

p {
  font-size: 14px;
}

/*menu*/
#navbar {
  position: relative;
  /* Make it stick/fixed */
  top: 0;
  /* Stay on top */
  width: 100%;
  /* Full width */
  background-color: #fff;
  /* Black background color */
  -webkit-transition: top 5s;
  transition: top 5s;
  /* Transition effect when sliding down (and up) */
}

.animenu__toggle {
  position: absolute;
  top: 21px;
  right: 0;
  z-index: 5;
  display: none;
  margin: 0;
  padding: 10px 12px;
  width: 38px;
  height: 38px;
  border: 0;
  cursor: pointer;
}

@media (max-width: 991px) {
  .animenu__toggle {
    display: inline-block;
    background-color: #fff;
  }
}

@media (max-width: 575.98px) {
  .animenu__toggle {
    top: 13.5px;
  }
}

.animenu__toggle:focus {
  outline: none;
}

.animenu__toggle:hover {
  background-color: #d0121b;
}

@media (max-width: 991px) {
  .animenu__toggle:hover {
    background-color: #fff;
  }
}

.animenu__toggle__bar {
  position: relative;
  right: 15px;
  display: block;
  width: 25px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);
  transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);
}

@media (max-width: 991px) {
  .animenu__toggle__bar {
    background-color: #333;
  }
}

.animenu__toggle__bar + .animenu__toggle__bar {
  margin-top: 5px;
}

.animenu__toggle--active .animenu__toggle__bar {
  position: absolute;
  margin: 0;
}

.animenu__toggle--active .animenu__toggle__bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.animenu__toggle--active .animenu__toggle__bar:nth-child(2) {
  opacity: 0;
}

.animenu__toggle--active .animenu__toggle__bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.fixAnchorPoint {
  background-color: white !important;
  color: #0083ca !important;
}

.member-login {
  position: relative;
  top: 0;
  right: 0;
  display: block;
  margin: 20px 0;
  padding: 8px 0 8px 0 !important;
  width: 140px !important;
  border: 1px solid #075baa;
  border-radius: 18px;
  background-color: #fff;
  color: #075baa !important;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
}

.member-login:hover {
  background-color: #075baa;
  color: #fff !important;
}

.member-login:hover:before {
  width: 0 !important;
}

.china-life-logo {
  height: 80px;
  width: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.china-life-header {
  display: block;
}

@media (max-width: 991px) {
  .china-life-header {
    display: none;
  }
}

.animenu {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  width: 74%;
}

.animenu ul {
  padding: 0;
  width: 100%;
  list-style: none;
  font: 0 "Open Sans", Arial, Helvetica;
}

@media (max-width: 991px) {
  .animenu ul {
    overflow-y: scroll;
    max-height: 75vh;
    -webkit-box-shadow: 0 0 3px 1px #999;
            box-shadow: 0 0 3px 1px #999;
  }
}

.animenu li,
.animenu a {
  display: inline-block;
  font-size: 15px;
}

.animenu a {
  color: #aaa;
  text-decoration: none;
}

.background-Color {
  background-color: white;
  color: #0083ca;
}

.text-Decoration-U {
  text-decoration: underline !important;
}

.animenu__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
  width: 100%;
}

@media (max-width: 991px) {
  .animenu__nav {
    position: absolute;
    top: 80px;
    right: 0;
    z-index: 999;
    display: none;
    margin: 0;
    width: 100%;
    background: #fff;
    color: #333;
  }
}

@media (max-width: 575.98px) {
  .animenu__nav {
    top: 65px;
  }
}

.animenu__nav > li {
  margin-left: 5%;
  margin-bottom: 0 !important;
}

@media (max-width: 991px) {
  .animenu__nav > li {
    margin: 0;
    padding: 0 0;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #ddd;
    background-image: none;
  }
}

.animenu__nav > li:hover > a {
  color: orange;
}

@media (max-width: 991px) {
  .animenu__nav > li:hover > a {
    opacity: 1;
  }
}

.animenu__nav > li:hover > a:before {
  width: 100%;
}

.animenu__nav > li:hover > div {
  z-index: 101;
  visibility: visible;
  margin: 0;
  padding: 0;
  opacity: 1;
}

.animenu__nav > li:last-child {
  background-image: none;
  font-weight: bold;
}

@media (max-width: 991px) {
  .animenu__nav > li:last-child {
    margin: 0 auto;
    padding: 10px 20px;
    border: 0;
  }
}

@media (max-width: 991px) {
  .animenu__nav > li:last-child a {
    top: 0;
    text-align: center;
  }
}

@media (min-width: 991px) {
  .animenu__nav > li.li:hover a.issubmenu {
    background: none;
    color: #f15a23;
  }
  .animenu__nav > li.li:hover a.issubmenu:before {
    width: 100%;
  }
}

.animenu__nav > li.li > a {
  position: relative;
  left: 0;
  display: block;
  width: 100%;
  color: #888;
  text-align: center;
  white-space: nowrap;
  font-size: 15px;
  line-height: 80px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

@media (max-width: 991px) {
  .animenu__nav > li.li > a {
    position: relative;
    margin: 0;
    padding: 20px;
    width: calc(100% - 20px);
    color: #333;
    text-align: left;
    font-weight: 600;
    line-height: 20px;
  }
}

@media (max-width: 991px) {
  .animenu__nav > li.li > a.active {
    background: none;
    color: #f15a23;
  }
  .animenu__nav > li.li > a.active:before {
    width: calc(100% + 20px);
  }
}

@media (max-width: 991px) {
  .animenu__nav > li.li > a.active i {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.animenu__nav > li.li > a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  border-radius: 1px;
  background: #f15a23;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

@media (max-width: 991px) {
  .animenu__nav > li.li > a td:before {
    content: attr(data-issubmenu);
  }
}

@media (max-width: 991px) {
  .animenu__nav > li.li > a i {
    position: absolute;
    top: 25px;
    right: 0;
    display: inline-block !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

@media (max-width: 991px) {
  .animenu__nav > li:first-child > a:after {
    content: "";
    position: absolute;
    left: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 0;
    border-bottom-color: inherit;
  }
}

.animenu__nav > li.li-login {
  display: none;
}

.animenu__nav > li.li-login:hover > a:before {
  width: 0;
}

@media (max-width: 991px) {
  .animenu__nav > li.li-login {
    display: block;
  }
}

.animenu__nav > li.li-login-web {
  display: block;
}

@media (max-width: 991px) {
  .animenu__nav > li.li-login-web {
    display: none;
  }
}

@media (max-width: 991px) {
  .animenu__nav > li > ul {
    display: none;
    border-top: 1px solid #ddd;
  }
}

@media (max-width: 991px) {
  .animenu__nav > li > div {
    z-index: 101;
    visibility: visible;
    margin: 0;
    padding: 0;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .animenu__nav > li .popover {
    display: none;
  }
}

.animenu__nav__child {
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 100;
  visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0 !important;
  width: 100% !important;
  border-top: 1px solid #e5e5e5;
  background: #fff;
  opacity: 0;
  -webkit-transition: margin 0.3s, opacity 0.3s;
  transition: margin 0.3s, opacity 0.3s;
  text-align: center;
}

.animenu__nav__child > div:first-child {
  display: inline-block;
  width: 1100px;
}

.animenu__nav__child ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px auto;
  width: 110%;
}

@media (max-width: 991px) {
  .animenu__nav__child ul {
    width: 100%;
  }
}

.animenu__nav__child ul > li:last-child {
  border: 0;
}

.animenu__nav__child ul li {
  margin: 0 !important;
  width: auto;
  padding-right: 123px;
}

@media (max-width: 991px) {
  .animenu__nav__child ul li {
    display: block;
    padding: 10px 20px;
    width: 100%;
  }
}

.animenu__nav__child ul li a {
  position: relative;
  left: 0;
  padding: 10px 0;
  width: 100%;
  color: #333;
  color: #00367c;
  font-size: 14px;
  font-family: "微軟正黑體";
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

@media (max-width: 1199.98px) {
  .animenu__nav__child > div:first-child {
    width: 960px;
  }
  .animenu__nav__child ul li {
    padding-right: 98px;
  }
}

@media (max-width: 991.98px) {
  .animenu__nav__child {
    position: static;
    display: none;
    text-align: left;
  }
  .animenu__nav__child > div:first-child {
    width: 100%;
  }
  .animenu__nav__child ul {
    margin: 0;
  }
}

.animenu__nav > li > .animenu__nav__child ul li a:hover {
  opacity: 0.7;
}

.m-display {
  display: none !important;
}

.advertising i {
  position: relative;
  top: -1px;
  margin-left: 10px;
  font-size: 12px;
}

.advertising a {
  padding: 20px 0;
  width: 100%;
  background: #0d83ca;
  color: #fff;
  text-align: center;
}

.advertising a:hover {
  opacity: 0.7;
}

.child-button a {
  position: relative;
  padding: 3px 0 3px 10px !important;
  color: #888 !important;
}

.child-button a::before {
  content: "";
  position: absolute;
  bottom: 13px;
  left: 0;
  width: 3px;
  height: 1px;
  background: #888;
}

.headerDiv {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 80px;
  background: #fff;
}

@media (max-width: 575.98px) {
  .headerDiv {
    height: 65px;
  }
}

.FundNameDiv.fixed {
  position: fixed;
  top: 65px;
  z-index: 10;
  width: 100%;
  height: 140px;
}

@media screen and (min-width: 576px) {
  .FundNameDiv.fixed {
    top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .FundNameDiv.fixed {
    top: 80px;
    height: 140px;
  }
  .DetailNavDiv-h {
    height: 130px;
  }
}

.DetailNavDiv.fixed {
  position: fixed;
  top: 220px;
  z-index: 10;
  display: block;
  padding-top: 10px;
  width: 100%;
  background: white;
}

@-webkit-keyframes oxxo {
  from {
    top: -70px;
  }
  to {
    top: 0;
  }
}

@keyframes oxxo {
  from {
    top: -70px;
  }
  to {
    top: 0;
  }
}

.owl-carousel {
  margin: 80px 0 0;
}

.Group-members {
  right: -130px;
}

@media (min-width: 992px) {
  .animenu__nav {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .animenu__nav__child {
    display: block !important;
  }
}

@media (max-width: 1030px) {
  .announcement,
  .index-Calendar {
    width: 50%;
  }
  section {
    padding: 0 15px;
  }
  .Immediate-equity {
    bottom: 0px;
    z-index: 3;
  }
}

@media (max-width: 991px) {
  .m-display {
    display: block !important;
  }
  .Subscribe-now {
    position: relative;
    left: 5px;
    display: block;
    margin: 20px auto 60px auto !important;
    padding: 12px 0 12px 0 !important;
    width: 190px !important;
    border: 1px solid #ddd;
    border-radius: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px 1px rgba(51, 51, 51, 0.1);
            box-shadow: 0 0 8px 1px rgba(51, 51, 51, 0.1);
    color: #333 !important;
    text-align: center !important;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
  }
  .Subscribe-now i {
    top: 17px !important;
    right: 20px !important;
  }
  .owl-carousel {
    top: 0;
    margin: 50px 0 0;
  }
  .net-worth-bottom h2 {
    font-size: 20px;
  }
  .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-link {
    padding: 0 0 10px;
    width: 90%;
  }
  .footer-link a {
    margin: 0 1%;
    white-space: nowrap;
  }
  .Group-members {
    right: 0;
  }
  .Group-members:before,
  .Group-members:after {
    left: 90%;
  }
  .hot-key-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16.25px 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 50%;
  }
  .hot-key-left a:nth-of-type(1),
  .hot-key-left a:nth-of-type(2) {
    margin-bottom: 10px;
  }
  .Immediate-equity {
    bottom: 24px;
  }
}

@media (max-width: 767.98px) {
  .DetailNavDiv-h {
    height: 0px;
  }
  section,
  footer {
    padding: 0 15px;
  }
  footer {
    background: #f1f4f8;
  }
  .animenu .animenu__nav__child > ul {
    margin: 0;
  }
  @-webkit-keyframes oxxo {
    from {
      top: -30px;
    }
    to {
      top: 0;
    }
  }
  @keyframes oxxo {
    from {
      top: -30px;
    }
    to {
      top: 0;
    }
  }
  .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*height: 40px;*/
    margin: 0;
  }
  .animenu {
    height: 40px;
  }
  .animenu__nav > li:last-child {
    padding: 10px 20px;
  }
  .animenu__nav > li:last-child a {
    top: 0;
    text-align: center;
  }
  /*owl-carousel*/
  .owl-carousel {
    top: 0;
    margin: 60px 0 0;
  }
  .owl-theme .owl-controls .owl-page span {
    margin: 2px;
  }
  .index-bg::before,
  .index-bg-right::before {
    width: 100%;
  }
  .hot-key {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hot-key-left,
  .hot-key-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    width: 100%;
  }
  .hot-key-left {
    margin: 0 0 10px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .hot-key-left a {
    margin: 2px !important;
    padding: 5px;
    font-size: 12px;
  }
  .hot-key-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hot-key-right a {
    margin: 0 auto;
    padding: 5px 0;
    width: 100px;
    border: 1px solid #03367c;
    border-radius: 15px;
    text-align: center;
    text-decoration: none;
  }
  .newValue {
    border: none !important;
  }
  .Immediate-equity {
    position: relative;
    top: 0;
    bottom: 0;
    margin: 0 0 10px;
    width: 100%;
    height: auto;
  }
  .index-title-box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 0;
  }
  .index-title-box.CalendarDiv {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .index-title {
    margin: 10px 0;
    padding: 0;
    height: 18px;
    font-size: 20px;
  }
  .pignose-calendar .pignose-calendar-top {
    height: 28px;
  }
  .Investment-view-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .Investment-view {
    display: none;
    width: 100%;
  }
  .Investment-view:first-child {
    display: block;
  }
  .buttom-box {
    margin: 10px 0;
  }
  .buttom-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    padding: 4px 10px;
    width: 120px;
    border: 1px solid #03367c;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
  }
  .buttom-more i {
    display: none;
  }
  .index-search {
    width: 100%;
  }
  .net-worth-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .net-worth {
    display: none;
    width: 100%;
  }
  .net-worth:first-child {
    display: block;
  }
  .buttom-l {
    width: 100px;
    height: 30px;
    font-size: 12px;
    line-height: 24px;
  }
  .space-between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .announcement {
    width: 100%;
  }
  .announcement-time,
  .announcement-link a,
  .announcement-link span {
    font-size: 14px;
  }
  .announcement-link a {
    margin: 0 0 5px;
  }
  .announcement-link span {
    line-height: 12px;
  }
  .announcement ul li {
    margin: 10px 0 0;
  }
  .buttom-box-left {
    margin: 10px 0;
    text-align: center;
  }
  .index-Calendar {
    width: 100%;
  }
  .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 0;
  }
  .footer-link {
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 0 10px;
    width: 100%;
  }
  .footer-link a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0;
    padding: 0 10px 10px 0;
    white-space: normal;
  }
  .footer-link a:nth-child(1) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .footer-link a:nth-child(2) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .footer-link a:nth-child(3) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .footer-link a:nth-child(4) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .footer-link a:nth-child(5) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .footer-link a:nth-child(6) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
  }
  .footer-bottom {
    padding: 15px 0 25px 0;
  }
  .Group-members {
    position: static;
    z-index: 10;
    right: 0;
    bottom: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
    margin: 0;
    height: auto;
    -webkit-transition: 0s;
    transition: 0s;
    border: solid 1px #0083ca;
  }
  .Group-members:before {
    display: none;
    top: 85px;
    bottom: 0;
    left: 50%;
    -webkit-transition: 0s;
    transition: 0s;
    border-color: #0083ca transparent transparent;
  }
  .Group-members:after {
    display: none;
    top: 84px;
    bottom: 0;
    left: 50%;
    -webkit-transition: 0s;
    transition: 0s;
  }
  .Group-members ul {
    margin: 10px;
  }
  .Group-members ul li a {
    color: #0083ca;
    -webkit-transition: 0s;
    transition: 0s;
  }
  .footer-bottom h4 {
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer-bottom h4 span {
    padding: 0 0 10px;
    font-size: 14px;
  }
  .footer-bottom h4 span:nth-child(odd) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44%;
            flex: 0 0 44%;
  }
  .footer-bottom h4 span:nth-child(even) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 2%;
            flex: 0 0 2%;
  }
}

/* The Modal (background) */
.modal-open {
  overflow-y: scroll !important;
  padding: 0 0 0 0 !important;
}

.modal {
  position: fixed;
  /* Stay in place */
  top: 0;
  left: 0;
  z-index: 999;
  /* Sit on top */
  display: none;
  /* Hidden by default */
  overflow: auto;
  /* Enable scroll if needed */
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 0 12px 28px;
  width: 75%;
  /* Could be more or less, depending on screen size */
  border: 1px solid #888;
  background-color: #fefefe;
}

.modal-content .cke_editable p {
  margin: 0 0;
}

/* The Close Button */
.close {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  float: right;
  color: #aaa;
  text-align: right;
  font-weight: bold;
  font-size: 28px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

a span {
  /*text-decoration: underline;*/
}

/*編輯器專用*/
.cke_editable p,
.cke_editable span,
.cke_editable td {
  letter-spacing: 6px;
  line-height: 1.6;
}

.cke_editable p,
.cke_editable p span,
.cke_editable td {
  font-size: 18px;
}

.cke_editable p {
  display: block;
  margin: 1em 1em 0 0;
}

.cke_editable sub {
  vertical-align: sub;
  font-size: smaller;
}

.cke_editable table {
  display: table;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-spacing: 2px;
  border-collapse: separate;
  border-color: grey;
  text-indent: initial;
}

.cke_editable img {
  height: auto !important;
}

.switch-img {
  padding: 5px;
  width: 43px;
  text-align: center;
}

.rediousDiv {
  border-radius: 35px/30px;
  background-color: #eee;
}

.rediousDiv-c {
  border-radius: 35px/30px;
  background-color: #0083ca;
  color: white !important;
}

.color-Gray {
  color: #6c6c6c;
}

.color-Green {
  border-color: #00ec00 !important;
  color: #00ec00 !important;
}

.color-Green-D {
  border-color: #0b0 !important;
  color: #0b0 !important;
}

.ETF-Div {
  color: #02327f !important;
  font-weight: 600;
}

@media (min-width: 768px) {
  .pr-r10 {
    position: relative;
    right: 10px;
  }
}

/*行事曆類型*/
.calander-span {
  text-decoration: underline;
  font-weight: 600;
  cursor: default;
}

/*行事曆套件至中*/
.fc-event-title-container {
  text-align: center;
}

.font-weight-600 {
  font-weight: 600;
}

.login-popover {
  min-width: 379.5px !important;
}

.login-popover input {
  line-height: 0 !important;
}

.dividendListTableWrap {
  overflow-x: visible;
}

@media (min-width: 768px) {
  .dividendListTableWrap {
    overflow-x: scroll;
  }
}

@media (min-width: 992px) {
  .dividendListTableWrap {
    overflow-x: visible;
  }
}

.dividendListTableWrap .dividendListTableWrap__fundTable thead th:nth-child(1) {
  min-width: 90px;
}

.dividendListTableWrap .dividendListTableWrap__fundTable thead th:nth-child(3) {
  min-width: 90px;
}

.dividendListTableWrap .dividendListTableWrap__fundTable thead th:nth-child(4) {
  min-width: 90px;
}

.dividendListTableWrap .dividendListTableWrap__fundTable thead th:nth-child(5) {
  min-width: 102px;
}

.dividendListTableWrap .dividendListTableWrap__fundTable thead th:nth-child(6) {
  min-width: 120px;
}

.dividendListTableWrap .dividendListTableWrap__ETFTable thead th:nth-child(1) {
  min-width: 90px;
}

.dividendListTableWrap .dividendListTableWrap__ETFTable thead th:nth-child(2) {
  min-width: 100px;
}

.dividendListTableWrap .dividendListTableWrap__ETFTable thead th:nth-child(3) {
  min-width: 90px;
}

.dividendListTableWrap .dividendListTableWrap__ETFTable thead th:nth-child(4) {
  min-width: 90px;
}

.ETFDiv-dateTitle-RWD {
  padding: 0 0 0 0 !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ETFDiv-dateTitle-RWD div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ETFDiv-dateTitle-RWD p {
  text-align: center;
}

.Redemption01-wrap {
  overflow-x: visible;
}

@media screen and (max-width: 1199.98px) {
  .Redemption01-wrap {
    overflow-x: scroll;
  }
}

.SMCBannerInfo {
  display: block;
  position: absolute;
  background-color: transparent;
  bottom: 60px;
  right: 15px;
}

@media screen and (max-width: 767.98px) {
  .SMCBannerInfo {
    display: none;
  }
}

.SMCBannerInfo .SMCBannerInfo-item-wrap {
  width: 400px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

.SMCBannerInfo .SMCBannerInfo-item-wrap:first-child .SMCBannerInfo-item {
  border-left: 10px solid #e4551f;
}

.SMCBannerInfo .SMCBannerInfo-item-wrap:last-child .SMCBannerInfo-item {
  border-left: 10px solid #0aa193;
}

.SMCBannerInfo .SMCBannerInfo-date {
  font-size: 12px;
  color: #0083ca;
}

.SMCBannerInfo .SMCBannerInfo-title a {
  color: #00367c;
}

.SMCBannerInfo .SMCBannerInfo-more a {
  color: #0083ca;
  text-decoration: underline;
  font-size: 12px;
}

.cookieBlock {
  z-index: 9999;
  position: fixed;
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: left;
  bottom: 0;
  left: 0;
}

.cookieBlock .cookieBlock__info {
  padding: 20px 15px;
}

@media (max-width: 575.98px) {
  .cookieBlock .cookieBlock__info {
    padding: 10px 10px;
  }
}

.cookieBlock .cookieBlock__info p {
  font-size: 14px !important;
  color: #fff !important;
}

@media (max-width: 575.98px) {
  .cookieBlock .cookieBlock__info p {
    font-size: 12px !important;
  }
}

.cookieBlock .cookieBlock__info a {
  text-decoration: underline;
  color: #fff;
}

.cookieBlock .cookieBlock__line {
  border-left: 0.25px solid #fff;
  border-right: 0.25px solid #fff;
}

.cookieBlock .cookieBlock__btn {
  padding: 20px 15px;
}

@media (max-width: 575.98px) {
  .cookieBlock .cookieBlock__btn {
    padding: 10px 10px;
  }
}

.cookieBlock .cookieBlock__btn button {
  min-width: 160px;
  height: 40px;
  border: none;
  background-color: #81aa67;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cookieBlock .cookieBlock__btn button:hover {
  background-color: #688e50;
}

@media (max-width: 1199.98px) {
  .cookieBlock .cookieBlock__btn button {
    min-width: 140px;
  }
}

@media (max-width: 991.98px) {
  .cookieBlock .cookieBlock__btn button {
    min-width: 120px;
  }
}

@media (max-width: 767.98px) {
  .cookieBlock .cookieBlock__btn button {
    min-width: 100px;
  }
}

@media (max-width: 575.98px) {
  .cookieBlock .cookieBlock__btn button {
    min-width: 80px;
    height: 30px;
    font-size: 12px;
  }
}

.loadingSpinnerBlock {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99999;
}

.loadingSpinnerBlock .spinner-border {
  width: 5rem;
  height: 5rem;
  opacity: 0.5;
  border-width: 0.4rem;
}

@media (max-width: 575.98px) {
  .loadingSpinnerBlock .spinner-border {
    width: 3rem;
    height: 3rem;
  }
}

.accountFormSection input {
  line-height: 0 !important;
}

.accountFormSection .accountFormSection__captcha--mobile img {
  padding-right: 15px;
  height: 35px;
}

.accountFormSection .accountFormSection__captcha--desktop img {
  height: 35px;
}

.accountFormSection .accountFormSection__submit button {
  font-size: 16px;
}

@media (max-width: 767.98px) {
  .accountFormSection .accountFormSection__submit button {
    font-size: 13px;
    padding: 10.75px 0;
  }
}

@media (max-width: 767.98px) {
  .accountFormSection .accountFormSection__submit .accountFormSection__submit--backToHome a {
    font-size: 13px;
    padding: 10.75px 0;
  }
}
/*# sourceMappingURL=style.css.map */