﻿/* ---reset.css--- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tfoot,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;

  padding: 0;

  border: 0;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
li {
  list-style: none;
}

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

.bnp_funds a {
  color: #333333;
}

body {
  line-height: 1;

  font-family: "Open Sans", "Noto Sans TC", "Microsoft JhengHei",
    "Source Sans Pro", sans-serif;

  color: #3e3a39;

  display: relative;

  width: 100%;

  height: 100%;

  word-wrap: break-word;

  word-break: break-all;
}

/* --選單------------------------------------- */

.header {
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  position: fixed;
  padding: 0;
  background-color: #ffffff;
  z-index: 9999;
  -webkit-box-shadow: 0px 1px 2px #cccccc;
  box-shadow: 0px 1px 2px #cccccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header-area {
  width: 100%;
  height: 80px;
  margin: 0px;
  position: relative;
}

nav {
  width: 100%;
  height: 80px;
  position: relative;
  color: #ecedee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

nav .logo {
  display: inline-block;
  width: 260px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  margin-left: 20px;
}

nav .logo img,
nav .logo picture {
  display: block;
  width: 100%;
}

nav .logo img img,
nav .logo picture img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 840px) {
  nav .logo {
    width: 120px;
    margin-left: 10px;
  }
}

#main-menu {
  position: relative;
  text-align: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}

#main-menu .toggle {
  display: none;
  cursor: pointer;
  position: relative;
  width: 30px;
  height: 30px;
  right: 20px;
}

#main-menu .toggle div {
  width: 30px;
  height: 3px;
  background: #9e9e9e;
  margin: 6px 0;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  display: block;
  position: relative;
}

@media screen and (max-width: 1199px) {
  #main-menu .toggle {
    display: inline-block;
  }
}

#main-menu #drop {
  display: none;
}

#main-menu #drop ~ ul {
  position: relative;
  list-style: none;
  text-align: right;
  letter-spacing: 0;
  font-size: 0;
  margin: 0;
  top: 0;
  right: 0;
  z-index: 999;
}

#main-menu #drop ~ ul li {
  display: inline-block;
  margin: 0;
  padding: 3px 0px 0px;
  position: relative;
}

#main-menu #drop ~ ul li a,
#main-menu #drop ~ ul li span {
  width: 140px;
  font-size: 20px;
  cursor: pointer;
  display: block;
  text-align: left;
  background: #ffffff;
  color: #3c3c3c;
  padding: 0px 10px 0px 0px;
}

#main-menu #drop ~ ul li a:hover {
  color: #f26119;
}

#main-menu #drop ~ ul li span:hover {
  color: #f26119;
}

#main-menu #drop ~ ul li a.act,
#main-menu #drop ~ ul li span.act {
  color: #005598;
}

#main-menu #drop ~ ul li .subNav {
  position: absolute;
  width: 140%;
  left: 0px;
  top: 51px;
  background-color: #ffffff;
  list-style: none;
  display: none;
  z-index: 999;
  -webkit-transform: translateY("100%");
  transform: translateY("100%");
  padding: 0px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #cccccc;
  border-top: none;
}

#main-menu #drop ~ ul li .subNav li {
  display: block;
  text-align: left;
  padding: 8px 10px;

}

#main-menu #drop ~ ul li .subNav li a:hover {
  color: #f26119;
}

#main-menu #drop ~ ul:active {
  display: block;
}

@media screen and (max-width: 1199px) {
  #main-menu #drop ~ ul {
    min-width: 120px;
    position: absolute;
    top: 80px;
    right: -200px;
    border-radius: 8px;
    border: 1px solid #cccccc;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #main-menu #drop ~ ul li {
    display: block;
  }
  #main-menu #drop ~ ul li a,
  #main-menu #drop ~ ul li span {
    font-size: 16px;
    text-align: left;
    color: #3c3c3c;
    padding: 20px 5px;
    border-top: 1px solid #cccccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
  }
  #main-menu #drop ~ ul li a.act,
  #main-menu #drop ~ ul li span.act {
    color: #005598;
  }
  #main-menu #drop ~ ul li:first-child a,
  #main-menu #drop ~ ul li:first-child span {
    border-top: none;
  }
  #main-menu #drop ~ ul li .subNav {
    position: relative;
    width: auto;
    left: 0px;
    top: -20px;
    z-index: 1;
    -webkit-transform: translateY("0px");
    transform: translateY("0px");
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border: none;
  }
  #main-menu #drop ~ ul li .subNav li {
    display: block;
    text-align: center;
    padding: 0px;
  }
  #main-menu #drop ~ ul li .subNav li a {
    padding: 15px 0 0 15px;
    text-align: left;
    border: none;
  }
  #main-menu #drop:checked ~ ul {
    min-width: 160px;
    padding: 0 10px;
    top: 80px;
    right: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

@media screen and (max-width: 1199px) and (max-width: 1199px) {
  #main-menu #drop:checked ~ ul {
    display: block;
  }
}

@media screen and (max-width: 1199px) {
  #main-menu #drop:checked ~ .toggle div:first-of-type,
  #main-menu #drop:checked ~ .toggle div:nth-of-type(2) {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    background: #ee5c45;
  }
  #main-menu #drop:checked ~ .toggle div:first-of-type {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 9px;
  }
  #main-menu #drop:checked ~ .toggle div:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #main-menu #drop:checked ~ .toggle div:nth-of-type(3) {
    opacity: 0;
  }
}

/* --主視覺------------------------------------- */

.BG {
  width: 100%;

  min-height: 1000px;

  background-repeat: no-repeat;

  background-position: center bottom;

  text-align: center;

  background-image: url(image/KV_pc_1.png);
}

.KV_tit_pc {
  width: 100%;

  max-width: 605px;

  padding: 80px 0 30px 0;

  text-align: center;

  margin: 0 auto;
}

.KV_tit_mobile {
  display: none;
}

.KV_topic {
  display: inline-block;
}

.KV_topic_pic {
  width: 195px;
  padding: 10px 5px;
}

.KV_infinity img {
  width: 85%;

  max-width: 650px;

  padding: 20px 0 0 0;
}

@media screen and (max-width: 667px) {
  .BG {
    min-height: 750px;

    background-image: url(image/KV_mobile.png);
  }

  .KV_tit_pc {
    display: none;
  }

  .KV_tit_mobile {
    width: 75%;

    max-width: 400px;

    padding: 30px 0 15px 0;

    display: block;

    text-align: center;

    margin: 0 auto;
  }

  .KV_topic {
    width: 95%;
  }

  .KV_topic_pic {
    width: 40%;

    padding: 4px 2px;
  }

  .KV_infinity img {
    width: 90%;

    padding: 20px 0;
  }
}

/* --分頁主視覺------------------------------------- */

#KV_pagination {
  width: 100%;
  min-height: 600px;
  background-repeat: no-repeat;
  background-position: center bottom;
  text-align: center;
  background-image: url(image/KV_pc_1.png);
  padding: 40px 0 0 0;
}

.KV_pagination_all {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}

.KV_block {
  width: 85%;
  max-width: 560px;
  float: left;
  padding: 90px 0 0 90px;
  text-align: left;
  font-weight: bold;
}

.KV_block.type2 {
  padding: 0 0 0 90px;
}

.KV_pagination_tit {
  font-size: 74px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.3;
  font-weight: 900;
}

.KV_pagination_text {
  width: 75%;
  max-width: 480px;
  font-size: 23px;
  color: #ffffff;
  background-color: #ff5859;
  border-radius: 50px;
  text-align: center;
  padding: 10px 30px;
  margin: 20px 0 0 0;
  letter-spacing: 2px;
  line-height: 1.3;
  font-weight: normal;
}

.KV_text {
  display: inline-block;
  padding: 100px 0 20px 0;
}

.KV_text.type2 {
  display: block;
  font-size: 28px;
  text-align: center;
  letter-spacing: 2px;
  padding: 100px 0 10px 0;
}

.KV_text.type3 {
  display: inline-block;
  width: 50%;
  max-width: 200px;
  font-size: 23px;
  color: #ffffff;
  background-color: #ff5859;
  border-radius: 50px;
  text-align: center;
  padding: 15px 30px;
  margin: 20px 5px 0 5px;
  letter-spacing: 2px;
  line-height: 1.3;
  font-weight: normal;
}

.KV_text img {
  width: 90%;
  max-width: 620px;
}

@media screen and (min-width: 1920px) {
}

@media screen and (min-width: 668px) and (max-width: 1279px) {
  .KV_block {
    float: none;
    padding: 80px 0 0 0px;
    text-align: center;
    margin: 0 auto;
  }

  .KV_text {
    padding: 40px 0;
  }

  .KV_pagination_text {
    margin: 20px auto 0 auto;
  }
}

@media screen and (max-width: 667px) {
  #KV_pagination {
    min-height: 560px;
  }

  .KV_block {
    float: none;
    padding: 0;
    margin: 0 auto;
    text-align: center;
  }

  .KV_block.type2 {
    padding: 0;
  }

  .KV_text {
    padding: 30px 0;
  }

  .KV_text.type2 {
    display: block;
    font-size: 21px;
    text-align: center;
    letter-spacing: 2px;
    padding: 0 0 10px 0;
  }

  .KV_text.type3 {
    display: inline-block;
    width: 80%;
    max-width: 200px;
    font-size: 19px;
    padding: 15px 30px;
    margin: 20px 5px 0 5px;
    letter-spacing: 1px;
  }

  .KV_pagination_tit {
    font-size: 40px;
    letter-spacing: 0;
  }

  .KV_pagination_text {
    font-size: 20px;
    margin: 20px auto 0 auto;
  }
}

/* --內容區共同設定------------------------------------ */

.content_section {
  width: 100%;

  padding: 80px 0;

  text-align: center;

  line-height: 1.2;
}

.content_section.type2 {
  padding: 20px 0;
  margin: 0 auto;
}

h3 {
  width: 85%;

  font-size: 40px;

  letter-spacing: 2px;

  color: #3e3a39;

  font-weight: bold;

  padding: 20px 0;

  margin: 0 auto;
}

h4 {
  font-size: 24px;
  padding: 20px 0 0 0;
}

h4.type2 {
  padding: 15px 0 8px 0;
  letter-spacing: 2px;
}

h4.type3 {
  font-size: 22px;
  padding: 15px 0 8px 0;
  margin: 0 auto;
}

h4.type4{
  font-size: 30px;
  color: #005598;
  letter-spacing: 2px;
  padding: 0 0 15px 0;
}

.content_section p {
  font-size: 22px;

  line-height: 1.3;

  width: 85%;

  max-width: 820px;

  margin: 0 auto;

  text-align: justify;
}

.content_infotex {
  width: 80%;

  max-width: 1000px;

  margin: 0 auto;

  text-align: justify;

  font-size: 16px;

  letter-spacing: 1px;

  color: #8c898a;

  padding: 20px 0;
}

.content_infotex_all {
  font-weight: bold;

  text-align: center;

  color: #005a9d;

  padding: 40px 0 0 0;
}

.content_bg {
  width: 100%;

  height: 101px;

  background-size: cover;
}

.fivego_top {
  background-image: url(image/conrent_bg3_top.png);
}

.fivego_bottom {
  background-image: url(image/conrent_bg3_bottom.png);
}

.imgArea {
  margin: 0 auto;
}

.imgArea .item {
  display: inline-block;
  width: 65%;
  max-width: 240px;
  padding: 20px;
}

.font_center {
  text-align: center;
}

@media screen and (min-width: 668px) and (max-width: 1199px) {
  .content_section {
    padding: 60px 0;
  }
}

@media screen and (max-width: 736px) {
  .content_section {
    padding: 40px 0;
  }

  h3 {
    width: 80%;
    font-size: 24px;
    letter-spacing: 1px;
    padding: 10px 0;
  }

  h4.type4{
  font-size: 24px;
  color: #005598;
}

  .content_section.type2 {
    width: 95%;
    padding: 0;
  }

  .content_section p {
    font-size: 16px;

    width: 80%;

    max-width: 780px;

    text-align: justify;
  }

  .content_infotex {
    width: 85%;

    font-size: 14px;
  }

  .imgArea .item {
    max-width: 200px;
  }
}

/* --什麼是母子基金------------------------------------- */

.content1_block {
  width: 80%;

  max-width: 1000px;

  min-height: 280px;

  border-radius: 30px;

  margin: 0 auto;

  margin-top: 40px;
}

.content1_pic {
  width: 370px;

  padding: 0 20px 0 20px;
}

.content1_text {
  width: 70%;

  max-width: 470px;

  font-size: 20px;

  line-height: 1.5;

  text-align: justify;

  padding: 40px;

  background-color: #fff1ec;

  border-radius: 20px;
}

.content1_text p {
  font-size: 26px;
  color: #ff595a;
  font-weight: bold;
  letter-spacing: 2px;
  width: 100%;
  text-align: center;
  padding: 0 0 10px 0;
}

@media screen and (min-width: 2000px) {
  .content1_block_pc {
    display: flex;

    align-items: center;

    justify-content: space-between;
  }
}

@media screen and (min-width: 1200px) {
  .content1_block_pc {
    display: inline-flex;

    align-items: center;

    justify-content: space-between;
  }

  .content1_block_mobile {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .content1_block {
    margin-top: 20px;
  }

  .content1_pic {
    width: 90%;

    max-width: 370px;
  }

  .content1_block_pc {
    display: none;
  }

  .content1_text {
    width: 80%;

    margin: 0 auto;
  }

  .content1_text p {
    font-size: 22px;
  }
}

@media screen and (max-width: 667px) {
  .content1_text {
    font-size: 16px;

    padding: 25px 30px;
  }

  .content1_text p {
    font-size: 19px;
  }
}

/* --卡片------------------------------------- */

.cardArea_section {
  margin: 0 auto;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 1600px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cardArea_section .type2 {
  margin: 0 auto;
  width: 85%;
  max-width: 1600px;
  text-align: center;
}

.cardArea_section .type3 {
  margin-top: 0;
  width: 95%;
  max-width: 1600px;
}

.cardArea {
  width: 80%;
  max-width: 340px;
  margin: 20px;
}

.cardArea.type2 {
  max-width: 380px;
  border: 2px solid #4e9983;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 10px 15px 25px 15px;
}

.cardArea.type3 {
  max-width: 380px;
  border: 2px solid #4e9983;
  border-radius: 20px;
  padding: 10px 5px 25px 5px;
}

.cardArea.type4 {
  max-width: 380px;
  padding: 15px 5px;
}

.cardArea p {
  width: 85%;
  font-size: 18px;
  color: #363535;
  text-align: justify;
  margin: 0 auto;
  line-height: 1.5em;
}

.cardArea p.type2 {
  font-size: 19px;
  width: 95%;
  text-align: justify;
  padding: 10px 0 0 0;
}
.cardArea.icon img {
  max-width: 90px;
}

.cardArea .icon {
  max-width: 160px;
  width: 85%;
}

.cardArea_pic {
  border-radius: 10px;
  background-color: #ffffff;
  padding: 0 0 35px 0;
}

.cardArea_pic.shadow {
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 5px 0px rgba(196, 196, 196, 0.3);
}

.cardArea_pic.board {
  border: 1px solid #aaaaaa;
}

.cardArea_pic img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.cardArea li {
  width: 80%;
  font-size: 19px;
  text-align: justify;
  line-height: 1.8;
  list-style: none;
  margin: 0 auto;
}

.imgArea {
  margin: 0 auto;
}

.imgArea .item {
  display: inline-block;
  width: 65%;
  max-width: 240px;
  padding: 20px;
}

@media screen and (max-width: 811px) {
  .cardArea {
    margin: 20px 10px;
  }

  .cardArea p {
    font-size: 16px;
    line-height: 1.5em;
  }

  .cardArea p.type2 {
    font-size: 17px;

}

  .cardArea li {
    width: 90%;
    font-size: 16px;
  }

  .imgArea .item {
    max-width: 200px;
  }
}

/* --卡片------------------------------------- */

.methods {
  display: inline-block;
  width: 80%;
  max-width: 320px;
  text-align: center;
  padding: 30px;
  border-radius: 30px;
  margin: 15px;
  vertical-align: top;
}

.methods.type2 {
  max-width: 500px;
  padding: 0px;
}

.methods.type3 {
  background-color: #f3f3f3;
  padding: 10px 25px 25px 25px;
}

.methods img {
  width: 95%;
  padding: 10px 0;
}

.methods-2 img {
  max-width: 100px;
}

.methods ul {
  list-style: none;
  text-align: justify;
  padding-left: 0;
  padding-bottom: 0;
}

.methods li {
  padding-bottom: 0;
  text-indent: -5px;
}

.methods p {
  width: 100%;
  font-size: 21px;
  line-height: 1.4;
  margin: 0px;
}

.checklist {
  display: inline-block;
  max-width: 26px;
  vertical-align: middle;
}

@media screen and (min-width: 767px) {
  .methods {
    min-height: 150px;
  }
}

@media screen and (max-width: 811px) {
  .methods {
    margin: 15px auto;
    padding: 10px 0;
  }

  .methods p {
    font-size: 18px;
    text-align: center;
  }
}

/* --對話框標題------------------------------------- */

.event-tit {
  font-size: 36px;
  line-height: 1.75;
  font-weight: bold;
  text-align: center;
  margin: 0px auto 24px;
  padding: 0px;
}

.event-tit .tag {
  padding: 0.3em 0.6em;
  color: #ffffff;
  font-size: 21px;
  letter-spacing: 2px;
  font-weight: bold;
  border-radius: 6px;
  position: relative;
}

.event-tit .tag-area {
  position: relative;
}

.event-tit .tag :after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-width: 8px 8px 0px 8px;
  border-style: solid;
  left: 0;
  bottom: 0;
  transform: translate(100%, 100%);
}

.event-tit.close {
  margin: 0px auto;
}

.event-tit.orange {
  color: #ff8d16;
}

.event-tit.orange .tag {
  background-color: #ff8d16;
  padding: 0.5em 1em;
}

.event-tit.orange .tag :after {
  border-color: #ff8d16;
  border-color: #ff8d16 transparent transparent transparent;
}

.event-tit.purple {
  color: #424ea5;
}

.event-tit.purple .tag {
  background-color: #424ea5;
}

.event-tit.purple .tag :after {
  border-color: #424ea5;
  border-color: #424ea5 transparent transparent transparent;
}

.event-tit.purple2 {
  color: #3c3c3c;
}

.event-tit.purple .tag {
  background-color: #424ea5;
}

.event-tit.purple .tag :after {
  border-color: #424ea5;
  border-color: #424ea5 transparent transparent transparent;
}

.event-tit.green {
  color: #00be7f;
}

.event-tit.green .tag {
  background-color: #00be7f;
  padding: 0.5em 1em;
}

.event-tit.green .tag :after {
  border-color: #00be7f;
  border-color: #00be7f transparent transparent transparent;
}

.event-tit.brown {
  color: #ac8885;
}

.event-tit.brown .tag {
  background-color: #ac8885;
}

.event-tit.brown .tag :after {
  border-color: #ac8885;
  border-color: #ac8885 transparent transparent transparent;
}

.event-tit.brown2 {
  color: #3c3c3c;
}

.event-tit.brown2 .tag {
  background-color: #ac8885;
}

.event-tit.brown2 .tag :after {
  border-color: #ac8885;
  border-color: #ac8885 transparent transparent transparent;
}

.event-tit.black {
  color: #3c3c3c;
}

.event-tit.black .tag {
  background-color: #4477c1;
}

.event-tit.black .tag :after {
  border-color: #4477c1;
  border-color: #4477c1 transparent transparent transparent;
}

.event-tit .cyan {
  color: #00aaba;
}

.event-tit.cyan .tag {
  background-color: #00aaba;
  padding: 0.5em 1em;
}

.event-tit.cyan .tag :after {
  border-color: #00aaba;
  border-color: #00aaba transparent transparent transparent;
}

@media screen and (max-width: 767px) {
  .event-tit {
    font-size: 22px;
    margin: 0px auto 18px;
  }
  .event-tit .tag {
    font-size: 18px;
  }
}

/* --投資母子基金的好處------------------------------------- */

#advantage {
  background-color: #f7f5f0;
}

.advantage_block {
  padding: 0 0 80px 0;
}

.advantage_block img {
  display: inline-block;

  width: 80%;

  max-width: 280px;

  margin: 20px;
}

@media screen and (max-width: 667px) {
  .advantage_block {
    padding: 0 0 20px 0;
  }

  .advantage_block img {
    max-width: 250px;

    margin: 10px auto;
  }
}

/* --一次看懂各種投資方式------------------------------------- */

.comparison_btn {
  width: 70%;

  max-width: 400px;

  font-size: 26px;

  color: #fff;

  background-color: #005a9d;

  letter-spacing: 2px;

  padding: 20px;

  border-radius: 40px;

  cursor: pointer;

  margin: 20px auto;
}

.comparison_btn img {
  width: 22px;

  padding-left: 5px;
}

.comparison_block {
  padding: 30px 0;
}

.comparison_block img {
  display: block;

  width: 85%;

  max-width: 500px;

  margin: 0 auto;
}

.comparison_table {
  width: 90%;

  max-width: 1000px;

  font-size: 17px;

  margin: 0 auto;

  border-collapse: collapse;

  border: 1px solid #c6c6c6;
}

.comparison_table tr:nth-child(even) {
  background: #eeeeee;
}

.comparison_table tr:nth-child(odd) {
  background-color: #fff;
}

.comparison_table th {
  font-size: 20px;

  font-weight: bold;

  color: #fff;

  background-color: #666666;

  border-color: #666666;

  border-width: 2px;

  text-align: left;

  padding: 20px 12px;

  text-align: center;
}

.comparison_table td {
  border: 1px solid #c6c6c6;

  padding: 12px;
}

.comparison_table_tit {
  color: #fff;

  background-color: #939393;
}

.comparison_table_1 {
  text-align: justify;
}

@media screen and (max-width: 667px) {
  .comparison_btn {
    font-size: 20px;
  }

  .comparison_btn img {
    width: 16px;

    padding-left: 5px;
  }

  .comparison_table {
    font-size: 14px;
  }

  .comparison_table th {
    font-size: 15px;

    padding: 12px 5px;
  }

  .comparison_table td {
    padding: 6px;
  }
}

/* --中租5GO厲害！------------------------------------- */

.fivego_border {
  width: 80%;

  max-width: 1400px;

  background-color: #fff6f5;

  display: inline-block;

  position: relative;

  padding: 0 0 40px 0;

  border-radius: 40px;

  margin: 30px auto;
}

.fivego_border_tit p {
  font-size: 24px;

  font-weight: bold;

  text-align: center;

  padding: 0 25px;
}

.fivego_block {
  max-width: 280px;

  min-height: 280px;

  display: inline-block;

  margin: 15px auto;

  vertical-align: top;
}

.fivego_tit {
  font-size: 25px;

  font-weight: bold;

  letter-spacing: 1px;

  padding: 20px 0 8px 0;
}

.fivego_tit b {
  font-size: 30px;

  color: #ff595a;

  font-weight: 900;
}

.fivego_tit img {
  width: 80px;

  vertical-align: sub;

  padding-right: 5px;
}

.fivego_line {
  width: 80%;

  max-width: 220px;

  height: 3px;

  background-color: #ff595a;

  margin: 0 auto;
}

.fivego_icon {
  width: 80%;

  max-width: 110px;

  padding: 8px 0 0 0;

  margin: 0 auto;
}

.fivego_text {
  font-size: 22px;

  color: #ff5859;

  padding: 10px 0;
}

.fivego_block p {
  width: 80%;

  font-size: 18px;

  line-height: 1.4;

  text-align: justify;
}

.fivego_btn {
  display: inline-block;

  font-size: 20px;

  color: #fff;

  padding: 18px 50px;

  background-color: #ff595a;

  border-radius: 50px;

  transition: 0.4s;

  margin: 15px;
}

.fivego_btn:hover {
  background-color: #ff6f11;

  transition: 0.4s;
}

@media screen and (max-width: 667px) {
  .fivego_border_tit p {
    font-size: 18px;
  }

  .fivego_border {
    padding: 0 0 40px 0;

    border-radius: 20px;

    margin: 10px auto;
  }

  .fivego_border_tit {
    font-size: 20px;

    border-radius: 20px 20px 0px 0px;
  }

  .fivego_text {
    font-size: 20px;
  }

  .fivego_tit {
    font-size: 22px;
  }

  .fivego_tit b {
    font-size: 28px;
  }

  .fivego_block p {
    font-size: 16px;
  }

  .fivego_icon {
    max-width: 90px;
  }
}

/* --母子新功能------------------------------------- */

#newplg {
  background-color: #fff5ee;
}

.newplg_tit {
  width: 85%;
  margin: 0 auto;
  font-size: 24px;
  font-weight: bold;
  padding: 25px 0 0 0;
}

.newplg_tit_2 {
  padding: 5px 0 10px 0;
}

.newplg_block {
  display: inline-block;
  width: 80%;
  max-width: 300px;
  min-height: 390px;
  background-color: #ffffff;
  border: 5px solid #f7ca77;
  border-radius: 20px;
  margin: 20px;
  vertical-align: top;
}

.newplg_block.type2 {
  min-height: 350px;
}

.newplg_text {
  width: 80%;
  font-size: 18px;
  color: #666666;
  line-height: 1.4;
  padding: 10px 0;
  margin: 0 auto;
}

.newplg_item {
  width: 70%;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0 auto;
}

.newplg_img {
  width: 80%;
  max-width: 110px;
  padding: 10px 0 0 0;
}

.newplg_btn {
  display: inline-block;
  width: 60%;
  max-width: 240px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #fff;
  background-color: #473531;
  border-radius: 40px;
  padding: 15px;
  margin: 10px auto;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}

.newplg_btn_2 {
  width: 90%;
  padding: 15px 10px;
  max-width: 140px;
  margin: 0 auto;
}

.newplg_pic {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.newplg_pic_pc {
  display: block;
}

.newplg_pic_mobile {
  display: none;
}

.newplg_comparison {
}

.newplg_comparison_btn {
  width: 80%;

  max-width: 520px;

  font-size: 26px;

  color: #fff;

  background-color: #005a9d;

  letter-spacing: 2px;

  padding: 20px;

  border-radius: 40px;

  cursor: pointer;

  margin: 20px auto;
}

.newplg_comparison_btn img {
  width: 22px;

  padding-left: 5px;
}

.newplg_table_bg1 {
  background-color: #e9f3f4;
}

.newplg_table_bg2 {
  background-color: #eaf5e9;
}

.newplg_table_bg3 {
  background-color: #fffaf0;
}

@media screen and (min-width: 812px) and (max-width: 1199px) {
}

@media screen and (max-width: 811px) {
  .newplg_img {
    max-width: 100px;
  }

  .newplg_pic_pc {
    display: none;
  }

  .newplg_pic_mobile {
    display: block;
  }

  .newplg_tit {
    width: 70%;
    font-size: 21px;
  }

  .newplg_block {
    max-width: 280px;
    min-height: auto;
    padding: 10px 0;
  }

  .newplg_block.type2 {
    min-height: auto;
  }

  .newplg_text {
    font-size: 16px;
  }

  .newplg_item {
    width: 70%;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0 auto;
  }

  .newplg_btn {
    font-size: 18px;
  }

  .newplg_btn_2 {
    width: 90%;
    max-width: 75px;
    font-size: 13px;
    letter-spacing: 1px;
    border-radius: 10px;
    padding: 10px 5px;
  }

  .newplg_comparison_btn {
    font-size: 18px;
  }

  .newplg_comparison_btn img {
    width: 16px;

    padding-left: 5px;
  }
}

/* --影音區桌機------------------------------------- */

.cardList_video {
  width: 90%;

  max-width: 1200px;

  display: flex;

  margin: 0 auto;

  padding: 30px 0 0 0;

  align-items: stretch;

  justify-content: space-between;

  flex-direction: row;

  flex-wrap: nowrap;

  list-style: none;
}

.video_pc {
  display: block;
}

.video_mobile {
  display: none;
}

.cardList_video > li {
  width: 100%;

  margin: 0 auto 30px;
}

.cardList_video.two > li {
  width: 45%;
}

.cardList_video.three > li {
  width: 30%;
}

@media screen and (max-width: 1079px) {
  .cardList_video {
    flex-direction: column;
  }

  .cardList_video.two > li {
    width: 80%;
  }

  .cardList_video.three > li {
    width: 80%;
  }
}

/* --影音區手機------------------------------------- */

#video {
  /* background-image: url(image/fivego_bg-10-2.png); */
  background-color: #fff9e1;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.content_slider_video {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0 0 0;
}

.video_slide {
  max-width: 700px;
  position: relative;
}

.mvBox-video {
  position: relative;
  width: 100%;
  aspect-ratio: 56/31.5;
  margin-bottom: 29px;
}

.mvBox-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;

  top: 0;
  left: 0;
  z-index: 1;
}
.mvBox-warnText {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  z-index: 2;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  padding: 2px 8px 6px;
  text-align: right;
}

.mvBox-warnText.size2 {
  bottom: 7px;
}

@media screen and (max-width: 640px) {
}
.mvBox-video-img img {
  width: 100%;
}

.mvBox-tit {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  display: inline-block;
  border-bottom: 2px solid #ff5859;
  margin-bottom: 8px;
}

@media screen and (max-width: 811px) {
  .content_slider_video {
    width: 85%;
  }

  .mvBox-tit {
    font-size: 16px;
  }

  .video_pc {
    display: none;
  }

  .video_mobile {
    display: block;
  }
}

/* --嚴選基金------------------------------------- */

#choose {
  background-color: #ffecce;
}

.choose_tit {
  display: block;

  width: 80%;

  max-width: 650px;

  margin: 0 auto;
}

.choose_section {
  width: 95%;

  max-width: 1200px;

  background-color: #fff;

  padding: 60px 0;

  margin: 0 auto 60px auto;

  border-radius: 30px 140px 30px 140px;
}

.choose_pic_1 {
  width: 90%;

  padding: 20px 0;
}

.choose_pic_1_mobile {
  display: none;
}

.choose_pic_2 {
  width: 90%;

  max-width: 850px;
}

.choose_pic_2_mobile {
  display: none;
}

@media screen and (max-width: 667px) {
  .choose_section {
    padding: 40px 0;

    margin: 0 auto 30px auto;

    border-radius: 10px 40px 10px 40px;
  }

  .choose_pic_1 {
    display: none;
  }

  .choose_pic_1_mobile {
    display: block;

    width: 90%;

    margin: 0 auto;
  }

  .choose_pic_2 {
    display: none;
  }

  .choose_pic_2_mobile {
    display: block;

    width: 85%;

    margin: 0 auto;
  }
}

/* --多元配組------------------------------------- */

#group {
  width: 100%;

  position: relative;

  background-color: #fdfdfd;
}

.content_all {
  width: 85%;

  max-width: 360px;

  font-size: 0;

  display: inline-block;

  margin: 40px 0 10px 0;
}

.content_pic {
  display: inline-block;

  width: 85%;

  max-width: 360px;

  overflow: hidden;
}

.content_pic img {
  width: 100%;

  display: block;
}

.content_block {
  width: 85%;

  max-width: 360px;

  display: inline-block;

  vertical-align: top;

  font-size: 18px;
}

.content_block_range {
  text-align: left;

  padding: 30px 10px 0 0;
}

.content_tit {
  font-size: 28px;

  letter-spacing: 3px;
}

.content_text {
  text-align: justify;

  padding: 10px 0;

  line-height: 1.4;
}

.content_group_text {
  min-height: 100px;
}

.content_btn {
  display: block;

  color: #ff5859;

  margin: 15px 0;

  transition: 0.2s ease-in-out;
}

.content_btn_2 {
  display: block;

  max-width: 280px;

  width: 70%;

  font-size: 22px;

  letter-spacing: 1px;

  background-color: #ff5859;

  color: #fff;

  padding: 20px;

  margin: 15px auto;

  border-radius: 40px;

  transition: 0.2s ease-in-out;
}

.content_btn_3 {
  display: inline-block;

  width: 90%;

  padding: 15px;

  color: #ff5859;

  border: 2px solid #ff5859;

  transition: 0.2s ease-in-out;
}

.content_btn_4 {
  display: inline-block;
  max-width:300px;
  width: 70%;
  margin: 10px;
}

.content_btn:hover {
  color: #005a9d;
  transition: 0.1s ease-in-out;
}

.content_btn_2:hover {
  background-color: #cc2e12;
  transition: 0.1s ease-in-out;
}

.content_btn_3:hover {
  color: #ffffff;
  border: 2px solid #ff5859;
  background-color: #ff5859;
  transition: 0.2s ease-in-out;
}

@media screen and (max-width: 667px) {
  .content_group_text {
    min-height: auto;
  }
}

/* --多元配組 popup------------------------------------- */

.img-replace {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
}

.cd-nugget-info {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  bottom: 0;
  left: 0;
}

.cd-nugget-info a {
  position: relative;
  font-size: 14px;
  color: #5e6e8d;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.no-touch .cd-nugget-info a:hover {
  opacity: 0.8;
}
.cd-nugget-info span {
  vertical-align: middle;
  display: inline-block;
}
.cd-nugget-info span svg {
  display: block;
}
.cd-nugget-info .cd-nugget-info-arrow {
  fill: #5e6e8d;
}
.warn {
  color: #ff5859;
}
.bold {
  font-weight: 700;
}
.fund_list_section {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10000;
  line-height: 1.4;
  background-color: rgba(94, 110, 141, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.fund_list_section.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.fund_list {
  position: relative;
  width: 95%;
  height: 80%;
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 60px 0;
  top: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.fund_list_tit {
  font-size: 28px;
  letter-spacing: 2px;
  font-weight: bold;
}

.fund_list_item {
  font-size: 18px;
  padding: 10px 0;
}

.fund_list_area {
  width: 60%;
  max-width: 200px;
  font-size: 20px;
  padding: 10px;
  color: #fff;
  background-color: #858585;
  border-radius: 30px;
  margin: 0 auto;
}

.fund_list_block {
  width: 85%;
  padding: 15px 0 30px 0;
  margin: 0 auto;
}

.fund_list_scroll {
  height: 90%;
  overflow-y: scroll;
}

.fund_list_type {
  font-size: 20px;
  color: #fff;
  letter-spacing: 2px;
  background-color: #ff595a;
  padding: 10px 0;
}

.fund_list_block li {
  font-size: 16px;
  text-align: left;
  padding: 15px;
  border-bottom: 1px solid #c2c2c2;
  list-style: none;
}

.fund_list .popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}

.fund_list .popup-close::before,
.fund_list .popup-close::after {
  content: "";
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5;
}

.fund_list .popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}

.fund_list .popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}

.is-visible .fund_list {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (max-width: 667px) {
  .content_block {
    min-height: auto;

    display: inline-block;

    vertical-align: top;

    font-size: 16px;
  }

  .content_tit {
    font-size: 24px;
  }

  .content_btn_2 {
    font-size: 18px;

    padding: 15px;
  }

  .group li {
    padding: 20px 30px;

    margin: 0 auto;
  }

  .fund_list_tit {
    font-size: 22px;

    letter-spacing: 2px;

    font-weight: bold;
  }

  .fund_list_item {
    font-size: 16px;
  }

  .fund_list_area {
    font-size: 18px;

    padding: 10px;
  }

  .fund_list_type {
    font-size: 18px;

    padding: 10px 0;
  }

  .fund_list_block li {
    font-size: 15px;

    text-align: justify;

    padding: 10px;
  }

  .fund_list {
    top: 40px;

    height: 70%;
  }

  .fund_list_scroll {
    height: 90%;
  }
}

/* --母子鎖利GO績效試算------------------------------------- */

#performance {
  line-height: 1.4;

  font-size: 19px;
}

.performance_simulation {
  width: 95%;

  max-width: 1200px;

  padding: 30px 0px;

  background-color: #ffebe2;

  margin: 20px auto;
}

.performance_btn {
  display: inline-block;

  color: #fff;

  padding: 15px 50px;

  background-color: #ff595a;

  border-radius: 50px;

  margin-left: 10px;

  transition: 0.4s;

  letter-spacing: 1px;
}

.performance_btn:hover {
  background-color: #ff6f11;

  transition: 0.4s;
}

.performance_text {
  width: 75%;

  font-size: 20px;

  font-weight: normal;

  max-width: 1000px;

  letter-spacing: 1px;

  text-align: justify;

  padding: 15px;

  margin: 15px auto;
}

.performance_text_a {
  background-color: #fdf2f3;
}

.performance_text_b {
  background-color: #e8f7ff;
}

.performance_text_c {
  text-align: center;

  font-weight: bold;
}

.performance_chart {
  width: 90%;

  max-width: 1000px;

  margin: 0 auto;

  background-color: #eeefef;

  padding: 40px 0;
}

.performance_chart img {
  width: 90%;

  max-width: 720px;
}

.tabs_all {
  width: 100%;

  padding: 30px 0 0 0;
}

.tabs {
  width: 95%;

  max-width: 1200px;

  margin: 0 auto;

  text-align: center;
}

.tab_link p {
  text-align: center;
}

.tabs-nav li {
  font-size: 24px;

  float: left;

  width: 50%;

  list-style: none;
}

.tabs-nav li:first-child a {
  border-right: 0;

  border-top-left-radius: 6px;
}

.tabs-nav li:last-child a {
  border-top-right-radius: 6px;
}

.tab_link {
  background: #fff;

  border: 1px solid #ff5859;

  color: #999999;

  display: block;

  padding: 20px 0;

  text-align: center;

  text-decoration: none;
}

.tab-active a {
  background: #ff5859;

  border-bottom-color: transparent;

  color: #fff;

  cursor: default;
}

.tabs-stage {
  border: 1px solid #ff5859;

  border-radius: 0 0 6px 6px;

  border-top: 0;

  clear: both;

  padding: 30px 0px 50px 0px;

  position: relative;

  top: -1px;
}

.tab_text {
  width: 75%;

  font-size: 20px;

  font-weight: normal;

  color: #727171;

  line-height: 1.5;

  text-align: justify;

  margin: 0 auto;

  padding: 25px 0;
}

.tab_chart {
  max-width: 75%;

  padding: 40px 0 0 0;
}

@media screen and (max-width: 667px) {
  .performance_simulation {
    width: 85%;

    padding: 30px 20px;

    margin: 20px auto;
  }

  .performance_btn {
    display: inline-block;

    font-size: 18px;

    color: #fff;

    padding: 15px 50px;

    background-color: #ff595a;

    border-radius: 50px;

    margin: 20px 10px 15px 10px;
  }

  .tab_text {
    font-size: 16px;
  }

  .performance_text {
    font-size: 16px;
  }

  .tab_chart {
    max-width: 95%;

    padding: 20px 0 0 0;
  }
}

/* --母子鎖利GO最新優惠------------------------------------- */

#discount {
  background-color: #d84427;

  background-image: url(image/discount_bg.png);

  background-position: center bottom;

  background-repeat: no-repeat;
}

.discount_tit {
  color: #fff;

  margin: 0 auto;

  max-width: 700px;

  padding: 0 0 20px 0;
}

.discount_tit_2 {
  width: 80%;

  color: #d84427;

  color: #ffffff;

  border: 2px solid #ffffff;

  padding: 40px 20px;

  border-radius: 10px 40px;

  margin-bottom: 30px;
}

.discount_block_1 {
  width: 380px;

  min-height: 270px;

  display: inline-block;

  background-color: #fff;

  border: 4px solid #fb7217;

  border-radius: 60px;

  vertical-align: top;

  margin: 0px 20px 30px 20px;
}

.discount_block_1 img {
  width: 60px;

  height: auto;

  padding: 30px 0 10px 0;
}

.discount_block_2 {
  max-width: 280px;

  min-height: 200px;

  display: inline-block;

  background-color: #fff;

  border: 4px solid #fff;

  border-radius: 20px;

  vertical-align: top;

  margin: 0px 15px 30px 15px;
}

.discount_text_1 {
  font-size: 24px;

  color: #fb7217;

  font-weight: bold;
}

.discount_text_2 {
  width: 80%;

  font-size: 22px;

  color: #fff;

  letter-spacing: 1px;

  background-color: #d84427;

  border-radius: 25px;

  padding: 10px 5px;

  margin: 15px auto;
}

.discount_item_1 {
  font-size: 20px;

  padding: 8px 15px 0 15px;
}

.discount_item_2 {
  width: 75%;

  font-size: 17px;

  color: #3e3a39;

  line-height: 1.4;

  text-align: justify;

  margin: 0 auto;
}

.discount_btn {
  max-width: 300px;

  display: block;

  font-size: 21px;

  font-weight: bold;

  color: #3e3a39;

  background-color: #f9d41e;

  border: 4px solid #f9d41e;

  border-radius: 30px;

  margin: 0px auto 30px auto;

  padding: 15px 0;

  transition: 0.3s ease-in-out;
}

.discount_btn:hover {
  background-color: #fcb725;

  border: 4px solid #fcb725;

  transition: 0.3s ease-in-out;
}

.Attention_text {
  width: 75%;

  max-width: 620px;

  font-size: 18px;

  line-height: 1.6;

  color: #fff;

  padding: 30px 0;

  text-align: justify;

  margin: 0 auto;
}

@media screen and (max-width: 667px) {
  .Attention_text {
    font-size: 14px;
  }

  .discount_tit {
    padding: 0 0 25px 0;
  }

  .discount_block_1 {
    min-height: 250px;

    width: 80%;

    margin: 15px 0 15px 0;
  }

  .discount_block_2 {
    min-height: 150px;
  }

  .discount_tit_2 {
    width: 70%;

    color: #d84427;

    background-color: #ffffff;

    padding: 20px;

    border-radius: 10px 40px;

    margin-bottom: 30px;
  }

  .discount_text_1 {
    font-size: 22px;

    color: #fb7217;

    font-weight: bold;
  }

  .discount_text_2 {
    font-size: 18px;
  }

  .discount_item_1 {
    font-size: 16px;
  }

  .discount_item_2 {
    font-size: 16px;

    padding: 0 0 25px 0;
  }

  .discount_btn {
    max-width: 70%;

    font-size: 18px;

    margin: 20px auto 0px auto;
  }
}

/* --概要------------------------------------- */
#intro {
  color: #ffffff;
  background-color: #dd4444;
}

/* --各族群每月可提領金額試算------------------------------------- */
#rate-calculator {
  background-color: #efefef;
}

.rate-calculator_tab {
  padding: 40px 0 0 0;
}

.cardArea_section_tab {
  flex-wrap: nowrap;
}

.cardArea_tab {
  width: calc(30% - 30px);
  background-color: #ffffff;
  padding: 30px 30px 40px 35px;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 60px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 5px 5px 0px rgb(218 235 207 / 40%);
}

.tabArea {
  padding: 40px 0 20px 0;
}

.tabArea p {
  width: 100%;
}

.tabArea ul {
  font-size: 18px;
  text-align: left;
  list-style: decimal;
  padding: 10px 0;
  line-height: 1.7em;
  letter-spacing: 1px;
  color: #626262;
}

.topicNav {
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px auto;
  padding: 0px;
  display: block;
  text-align: center;
  letter-spacing: 0px;
}

.topicNav > li {
  max-width: 320px;
  cursor: pointer;
  display: inline-grid;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.6em 3em !important;
  margin: 5px 12px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  border-radius: 10px;
  color: #969696;
  background-color: #ffffff;
  border: 2px solid #0070ba;
  white-space: nowrap;
  -webkit-box-shadow: 2px 5px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 5px 2px 0px rgba(200, 233, 255, 0.4);
}

.topicNav > li {
  max-width: 320px;
  cursor: pointer;
  display: inline-grid;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.6em 3em !important;
  margin: 5px 12px;
  font-size: 26px;
  line-height: 1.2;
  border-radius: 10px;
  color: #6fb8e7;
  background-color: #ffffff;
  white-space: nowrap;
  -webkit-box-shadow: 2px 5px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 5px 2px 0px rgba(200, 233, 255, 0.4);
}

.topicNav > li b {
  font-size: 30px;
}

.topicNav > li.act {
  background-color: #0070ba;
  color: #fff;
}

.tabBox {
  width: 100%;
  overflow: hidden;
  height: 0px;
}
.tabBox.act {
  width: 95%;
  max-width: 1200px;
  height: 100%;
  /*border:3px solid #696aad;
	background-color: #FFFFFF;*/
  border-radius: 20px;
  padding: 30px 0 20px 0;
  margin: 0 auto;
}

.tabBox img {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.account_step_pc {
  display: block;
}

.account_step_mobile {
  display: none;
}

@media screen and (max-width: 931px) {
  .rate-calculator_tab {
    padding: 20px 10px;
  }

  .tabArea ul {
    list-style-position: inside;
  }

  .topicNav > li {
    padding: 1em 2em !important;
    font-size: 19px;
    white-space: normal;
    display: inline-block;
    margin: 5px 4px;
    max-width: 200px;
  }

  .cardArea_tab {
    width: 100%;
    max-width: 600px;
    padding: 30px 30px 40px 50px;
  }

  .cardArea_section_tab {
    width: 100%;
    flex-wrap: wrap;
  }

  .tabBox.act {
    width: 90%;
    padding: 20px 0;
  }

  .account_step_pc {
    display: none;
  }

  .account_step_mobile {
    display: block;
  }

  .bankArea {
    font-size: 16px;
    padding: 20px 25px 40px 25px;
  }

  .cardAreaQA .tit {
    font-size: 18px;
    padding: 0;
  }

  .cardAreaQA {
    padding: 30px 20px;
  }

  .cardAreaQA p {
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  .cardArea_tab {
    width: 80%;
    max-width: 600px;
    padding: 30px 20px 30px 25px;
  }

  .tabArea ul {
    font-size: 16px;
    list-style-position: outside;
  }

  .topicNav > li {
    padding: 1em 0.5em !important;
    font-size: 17px;
    max-width: 160px;
  }

  .topicNav > li b {
    font-size: 22px;
  }
}

/* --母子鎖利GO Q&A------------------------------------- */

#FAQ {
  background-color: #fef6f2;
}

.accordions {
  width: 85%;

  max-width: 1000px;

  margin: 60px auto;
}

.accordion-item {
  background-color: #fff;

  margin-bottom: 20px;

  border: 1px solid #ddd;

  border-radius: 5px;
}

.accordion-item .accordion-title {
  cursor: pointer;

  padding: 20px;

  transition: all 0.4s;

  border-radius: 5px 5px 0 0;
}

.accordion-item .accordion-title.active-title {
  background-color: #ff5859;

  color: #fff;
}

.accordion-item .accordion-title h2 {
  margin: 0;

  font-size: 20px;

  display: flex;

  justify-content: space-between;

  text-align: initial;

  line-height: 1.3;

  font-weight: normal;
}

.accordion-item .accordion-title i.fa-chevron-down {
  transform: rotate(0);

  transition: 0.4s;

  background-image: url("image/icon_arrow.svg");

  width: 22px;

  height: 13px;

  background-repeat: no-repeat;

  padding: 0 5px 0 10px;

  background-position: center right;
}

.accordion-item .accordion-title i.fa-chevron-down.chevron-top {
  transform: rotate(-180deg);

  transition: 0.4s;

  background-image: url("image/icon_arrow_up.svg");

  width: 22px;

  height: 13px;

  background-repeat: no-repeat;

  padding: 0 5px 0 10px;

  background-position: center left;
}

.accordion-item .accordion-content {
  display: none;

  line-height: 1.7;

  padding: 20px;

  background-color: #fff;

  border-radius: 0 0 5px 5px;
}

.accordion-item .accordion-content.active {
  display: block;
}

.accordion-content-text {
  font-size: 18px;

  text-align: justify;
}

.accordion-content-item {
  list-style-type: decimal;

  list-style-position: inside;
}

.QA_img img {
  width: 90%;

  max-width: 650px;

  text-align: left;
}

#QA_link {
  background-color: #fef6f2;

  height: 70px;
}

@media screen and (max-width: 667px) {
  .accordions {
    margin: 10px auto;
  }

  .accordion-item .accordion-title h2 {
    font-size: 14px;
  }

  .accordion-item .accordion-title {
    cursor: pointer;

    padding: 20px 12px;

    transition: all 0.4s;

    border-radius: 5px 5px 0 0;
  }

  .accordion-item .accordion-content {
    line-height: 1.5;

    padding: 20px 12px;
  }

  .accordion-content-text {
    font-size: 13px;

    text-align: justify;
  }
}

/* -- 月領多少由你決定 ------------------------------------- */
#withdrawal-guide {
  width: 100%;
  background-image: url();
  background-repeat: no-repeat;
  background-position: center top;
}

/* -- 二種母子基金提領機制 ------------------------------------- */
#mechanism-compare {
  width: 100%;
  background-color: #f7f5f0;
}

/* -- 年化提領率設定眉角大公開 ------------------------------------- */
#rate-tips {
  width: 100%;
  background-image: url(image/rate-tips_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

/* -- 母子基金升級版！結合循環複利+資金提領優勢 ------------------------------------- */

#fund-upgrade {
  width: 100%;
  background-color: #fff5f5;
}

/* -- 跳脫配息課稅的隱藏優勢 ------------------------------------- */

/* -- 新戶專屬好禮 ------------------------------------- */

#account {
  background-color: #ffebe2;
}

#gift {
  width: 100%;
  background-color: #ffe98a;
  background-image: url(image/gift_bg_pc.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
}

.gift_section {
  width: 85%;
  max-width: 700px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
}

.gift_area {
  max-width: 1000px;
  margin: 0 auto;
}

.gift_section img {
  width: 40%;
  max-width: 100px;
}

.gift_block {
  width: 80%;
  margin: 0 auto;
}

.gift_tit {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #ffffff;
  background-color: #f26119;
  border-radius: 5px;
  padding: 15px 0;
}

.gift_tit b {
  font-size: 30px;
  color: #ffe98a;
}

.gift_block p {
  font-size: 20px;
  text-align: justify;
  line-height: 1.5;
  padding: 20px 0;
}

.gift_item {
  width: 75%;
  margin: 0 auto;
}

.gift_item img {
  width: 22px;
  padding-right: 4px;
}

@media screen and (max-width: 811px) {
  #gift {
    background-image: url(image/gift_bg_mobile.svg);
    padding-bottom: 120px;
  }

  .gift_section {
    width: 80%;
    padding: 30px 15px;
    display: inline-block;
    margin: 10px auto;
  }

  .gift_tit {
    font-size: 20px;
    padding: 12px 0;
  }

  .gift_tit b {
    font-size: 24px;
    color: #ffe98a;
  }

  .gift_block {
    width: 85%;
  }

  .gift_block p {
    width: 90%;
    font-size: 16px;
  }

  .gift_section img {
    max-width: 90px;
  }

  .gift_section img {
    padding: 0 0 15px 0;
  }

  .gift_item {
    width: 100%;
  }

  .gift_item img {
    padding-right: 4px;
    vertical-align: top;
  }
}

/* --側邊按鈕------------------------------------- */

.fixedRightBtn-area {
  position: fixed;

  top: 50%;

  right: 0%;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  z-index: 999;

  display: none;

  text-align: -webkit-right;
}

.fixedRightBtn a {
  display: block;

  text-align: center;

  width: 48px;

  color: #ffffff;

  padding: 20px 9px;

  box-sizing: border-box;

  font-size: 17px;

  line-height: 20px;

  transition: 0.3s ease-in-out;

  position: relative;

  left: 0%;

  margin-bottom: 10px;

  border-radius: 20px 0px 0 20px;
}

.fixedRightBtn b {
  writing-mode: tb-rl;
}

.btn_pig {
  width: 50px;
}

.btn_coin {
  position: absolute;

  left: 15px;

  animation: coin 1.2s infinite ease-in-out;
}

@keyframes coin {
  0% {
    top: -30px;
  }
  50% {
    top: -24px;
  }
  100% {
    top: -30px;
  }
}

.link {
  background: #ff5859;
}

.link_2 {
  background: #14b64a;
}

.link:hover {
  background: #df3e22;
}

.link_2:hover {
  background: #098a34;
}

@media screen and (max-width: 667px) {
  .fixedRightBtn-area {
    top: auto;

    bottom: 0;

    width: 100%;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    font-size: 0px;

    -webkit-transform: translateY(0);

    -ms-transform: translateY(0);

    transform: translateY(0);

    display: none;

    text-align: -webkit-right;
  }

  .fixedRightBtn a {
    display: inline-block;

    width: 50%;

    font-size: 18px;

    margin-bottom: 0px;

    border-radius: 0;
  }

  .fixedRightBtn b {
    writing-mode: horizontal-tb;
  }

  .btn_icon {
    display: none;
  }
}

/* --footer------------------------------------- */
/*
footer {

	background: #3D3D3D;

	color: #F7F7F7;

	line-height: 1.8;

	margin:0;

	padding: 40px 0 50px;

	box-sizing: border-box;

}



footer > div {

	max-width: 1140px;

	margin: 0 auto;

	box-sizing: border-box;

	padding:0 30px;

}



footer > div > dl {

	padding: 10px 0 10px 1.5em;

	margin: 10px auto;

	border-top: 2px solid #F7F7F7;

	border-bottom: 2px solid #F7F7F7;

	display: block;

}

footer > div > dl dt,

footer > div > dl dd{

	margin: 0;

	line-height: 1.5;

	font-size: 16px;

	display: list-item;

}

footer > div > dl dt {

	list-style-type: square;

}



footer > div > dl dd:nth-of-type(even) {

	font-size: 16px;

}



footer > div > dl dd a,

footer > div > dl dt a {

	color: #F7F7F7;

	text-decoration: none;

}



footer > div > p {

	font-size: 18px;

	font-weight: 700;

	margin: 0;

	padding: 0;

	text-align: left;

	position: relative;

}

footer > div > p b{

	display: inline-block;

	padding: 0 0 0 16px;

}

footer > div > p > .socialBox{

	display: inline-block;

	text-align: right;

	position: absolute;

	right:0;

	bottom:0;

	z-index: 2;	

	letter-spacing: 5px;

	padding: 0;	

}

footer > div > p > .socialBox > a{

	display: inline-block;

}

footer > div > p > .socialBox > a i{

	font-size:30px;

	color:#c8a973;

}

footer > div > p > .socialBox > a:hover i{

	color:#b49560;

}

footer > div > p > .socialBox > a .footIcon{

	font-size:36px;

	height:36px;

	display: inline-block;

	vertical-align: 0;

	border:none;

}





footer > div > .text_scroll {

	overflow-y: scroll;

	overflow-x: hidden;

	height: 122px;

	width:100%;

	margin: 0;

	padding:0 16px 0 0;

	box-sizing: border-box;

}



footer > div > .text_scroll > p {

	margin: 0;

	font-weight:normal;

}



footer > div > .text_scroll span {

	color: #A89878;

	font-weight: bold;

}



.text_scroll{

	font-size: 15px;

}	



@media screen and (max-width: 669px){

	footer {

		padding: 20px 0;

		margin-bottom:48px;

	}

	footer > div > p {

		text-align: center;

	}

	footer > div > p b{

		display: block;

		padding: 0;

	}

	footer > div > p > .socialBox{

		display: block;

		text-align: center;

		position: relative;

		right:0;

		bottom:0;

		z-index: 1;	

		padding: 8px 0 0;

		letter-spacing: 16px;		

	}

	footer > div > p > .socialBox > a .footIcon{

		font-size:48px;

		height:48px;

		display: inline-block;

		vertical-align: 0;

		border:none;

	}



}

*/

/* --分頁CSS------------------------------------- */

#EZpick {
  background-color: #f1f1f1;
}

#EZtrends {
  background-color: #fff5f4;
}

.tit-type1 {
  margin: 15px 0;
  font-size: 40px;
  line-height: 1.3;
  text-align: center;
  color: #333333;
  position: relative;
  font-weight: 900;
}
.tit-type1 .focus {
  color: #3266a6;
}
.tit-type1 .sTit {
  font-size: 22px;
  line-height: 1.6;
  color: #444;
  font-weight: normal;
}
.tit-type1 .content {
  display: inline-block;
  border-radius: 15px;
  color: #333;
  background: #f6c35a;
  padding: 3px 20px;
}
.tit-type1-content {
  background: #fff;
  display: inline-block;
  border: solid 2px #7f9abf;
  padding: 5px 30px;
}
.tit-type1 .hasTag {
  position: relative;
  margin-top: 42px;
  display: inline-block;
}
.tit-type1 .hasTag .tag {
  position: absolute;
  top: -42px;
  left: 0;
  color: #fff;
  background: #800000;
  border-radius: 5px;
  font-size: 21px;
  font-weight: bold;
  padding: 3px 11px;
}
.tit-type1 .hasTag .tag:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 13px;
  border-top: solid 5px #800000;
  border-left: solid 6px transparent;
  border-right: solid 6px transparent;
}
.tit-type1-tag {
  display: inline-block;
  color: #fff;
  background: #ff532f;
  border-radius: 0 30px;
  padding: 10px 24px;
}
.tit-type1.hasBubble {
  margin-top: 57px;
}
.tit-type1-bubble {
  font-size: 48px;
  font-size: 40px;
  position: absolute;
  left: 0;
  top: calc(-100% - 15px);
  background: #fff;
  border-radius: 10px;
  padding: 2px 15px;
}
.tit-type1-bubble:before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 28px;
  border-top: solid 14px #fff;
  border-left: solid 18px transparent;
  border-right: solid 18px transparent;
}
.tit-type1-bubble-outside {
  display: inline-block;
  position: relative;
}
.tit-type1.blue {
  color: #3266a6;
}
.tit-type1.white {
  color: #ffffff;
}
.tit-type2 {
  width: 100%;
  margin: 20px 0px;
  padding: 0px;
  text-align: center;
  font-size: 24px;
  line-height: 1.4;
  color: #3c3935;
  position: relative;
}
.tit-type2-tag {
  display: inline-block;
  color: #fff;
  background: #ff725c;
  padding: 3px 10px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 24px;
  border-radius: 15px 0px;
  margin-right: 5px;
}
.tit-type2 .content {
  display: inline-block;
  border-radius: 15px;
  background: #7e5847;
  color: #fff;
  padding: 5px 15px;
}
.tit-type3 {
  margin: 15px 0px;
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .tit-type1 {
    font-size: 26px;
  }
  .tit-type1 .sTit {
    font-size: 17px;
  }
  .tit-type1 .hasTag {
    margin-top: 36px;
  }
  .tit-type1 .hasTag .tag {
    top: -35px;
    font-size: 18px;
  }
  .tit-type1-content {
    padding: 5px 10px;
  }
  .tit-type1 .content {
    padding: 3px 15px;
  }
  .tit-type1-bubble {
    font-size: 22px;
  }
  .tit-type2 {
    font-size: 21px;
  }
  .tit-type2-tag {
    font-size: 20px;
  }
}

.btn {
  display: inline-block;
  vertical-align: top;
  padding: 8px 0px;
}
.btnArea {
  text-align: center;
  font-size: 0px;
  margin: 10px 0px;
}
.btnArea.twoBtn .btn,
.btnArea.threeBtn .btn {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 50%;
}
.btnArea.threeBtn .btn {
  max-width: 33.3333333333%;
}
.btn a,
.btn button,
.btn span {
  font-size: 18px;
  display: block;
  color: #fff;
  line-height: 50px;
  border-radius: 30px;
  transition: 0.3s ease all;
  text-align: center;
  box-sizing: border-box;
  padding: 0px 42px;
  background: #800000;
  overflow: hidden;
  position: relative;
  box-shadow: 0 3px 0 rgba(65, 65, 65, 0.25);
}
.btn a:before,
.btn button:before,
.btn span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.1);
  width: 0px;
  height: 0px;
  transition: 0.6s ease-in-out all;
}
.btn a:hover:before,
.btn button:hover:before,
.btn span:hover:before {
  width: 800px;
  height: 800px;
}
.btn a.short,
.btn button.short,
.btn span.short {
  padding: 0px 1.5em;
}
.btn.twoLines a,
.btn.twoLines button,
.btn.twoLines span {
  line-height: 1.2;
  padding-top: 16px;
  padding-bottom: 16px;
}
.btn.type2 a,
.btn.type2 button,
.btn.type2 span {
  background: #3266a6;
}
.btn.type3 a,
.btn.type3 button,
.btn.type3 span {
  background: #ee5c45;
}
.btn.type4 a,
.btn.type4 button,
.btn.type4 span {
  background: #333333;
}
.btn.red a,
.btn.red button,
.btn.red span {
  background: #c20f2f;
  text-shadow: none !important;
}
.btn.yellow a,
.btn.yellow button,
.btn.yellow span {
  background: #ffff02;
  color: #000;
  text-shadow: none !important;
}
.btn.disable a,
.btn.disable button,
.btn.disable span {
  background: #fff;
  color: rgba(0, 0, 0, 0.21);
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.21);
  cursor: auto;
}
.btn.disable a:hover,
.btn.disable button:hover,
.btn.disable span:hover {
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.21);
}
.btn.fixedWidth {
  width: 250px;
}
.btn-remark {
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
}
.btn.white a,
.btn.white button,
.btn.white span {
  background: none;
  color: #fff;
  border: solid 1px;
}
.btn.borderType a,
.btn.borderType button,
.btn.borderType span {
  color: #3266a6;
  border: solid 2px;
  background: none;
}
.btn.borderType a:hover,
.btn.borderType button:hover,
.btn.borderType span:hover {
  text-shadow: none;
  background-color: #3266a6;
  color: #ffffff;
  border-color: #3266a6;
}
.btn.borderType.whiteStyle a,
.btn.borderType.whiteStyle button,
.btn.borderType.whiteStyle span {
  color: #fff;
}
.btn.borderType.redStyle a,
.btn.borderType.redStyle button,
.btn.borderType.redStyle span {
  color: #d10031;
}
.btn.textBtn a,
.btn.textBtn button,
.btn.textBtn span {
  color: #c8a973;
  background: none;
}
.btn.textBtn a:before,
.btn.textBtn button:before,
.btn.textBtn span:before {
  background: rgba(0, 0, 0, 0.05);
}
.btn.textBtn a:hover,
.btn.textBtn button:hover,
.btn.textBtn span:hover {
  text-shadow: none;
  box-shadow: none;
}
.btn.textBtn.whiteStyle a,
.btn.textBtn.whiteStyle button,
.btn.textBtn.whiteStyle span {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 100%;
  }
  .btnArea.twoBtn .btn,
  .btnArea.threeBtn .btn {
    max-width: none;
    width: 100%;
    box-sizing: border-box;
    padding-left: 0px;
    padding-right: 0px;
  }
  .btn a,
  .btn button,
  .btn span {
    font-size: 17px;
    line-height: 45px;
    width: 100%;
    padding: 0px 20px;
  }
  .btn-remark {
    padding: 5px 0px 10px;
  }
}

.normal a,
.normal button {
  font-size: 24px;
  line-height: 55px;
  padding: 0px 25px;
  border-radius: 18px;
}
@media screen and (max-width: 767px) {
  .normal a,
  .normal button {
    font-size: 17px;
    line-height: 45px;
    padding: 0px 10px;
  }
}

.sBtn a,
.sBtn button,
.sBtn span {
  font-size: 18px;
  line-height: 38px;
  padding: 0px 25px;
}
@media screen and (max-width: 767px) {
  .sBtn a,
  .sBtn button,
  .sBtn span {
    font-size: 16px;
    line-height: 30px;
    padding: 0px 12px;
  }
}

.pushfund-nav {
  list-style: none;
  box-sizing: border-box;
  margin: 40px auto 0 auto;
  padding: 0px;
  display: block;
  text-align: center;
  overflow-x: auto;
  letter-spacing: 0px;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.pushfund-nav > li {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  padding: 0.5em 1em !important;
  margin: 0px 5px 10px;
  font-size: 21px;
  line-height: 1.4;
  border-radius: 10px;
  color: #737373;
  background-color: #ffffff;
  border: 2px solid #ffc7c7;
  white-space: nowrap;
}
.pushfund-nav > li p {
  width: auto;
  font-size: 16px;
  text-align: center;
}
.pushfund-nav > li.act {
  background-color: #ff595a;
  border: 2px solid #ff595a;
  color: #ffffff;
}
.pushfund-box {
  display: none;
}
.pushfund-box.box0 {
  display: block;
}

.container {
  margin: 0 auto;
  padding: 0px;
  max-width: 1140px;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .pushfund-nav > li {
    width: 250px;
  }

  .pushfund-nav-type2 > li {
    width: auto;
  }
}

@media screen and (max-width: 1199px) {
  .container {
    margin: 0px 65px;
    width: auto;
  }
}
@media screen and (max-width: 991px) {
  .container {
    margin: 0px 25px;
  }
  .pushfund-nav > li {
    width: 30%;
  }

  .pushfund-nav-type2 > li {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .container {
    margin: 0px 15px;
  }
  .pushfund-nav {
    margin: 10px auto 0 auto;
  }

  .pushfund-nav > li {
    width: 90%;
    display: block;
    margin: 10px auto;
    font-size: 18px;
    line-height: 1.4;
  }

  .pushfund-nav-type2 {
    display: inline-flex;
    width: 90%;
    max-width: 600px;
  }
}

.ReadArticleType {
  width: 90%;
  max-width: 320px;
  display: inline-block;
  margin: 16px auto;
  padding: 12px 25px;
  font-size: 18px;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 40px;
  border: 2px solid #acacac;
  cursor: pointer;
  background-color: #ffffff;
  color: #5b5b5b;
}

.ReadArticleType .fa-circle-arrow-down {
  transform: rotate(0deg);
  transition: all 0.5s ease;
}

.ReadArticleType.act {
  background-color: #ffffff;
  color: #ff5859;
  border: 3px solid #ff5859;
}

.ReadArticleType.act .fa-circle-arrow-down {
  transform: rotate(180deg);
  transition: all 0.5s ease;
}

@media screen and (max-width: 767px) {
  .ReadArticleType {
    width: 80%;
    font-size: 16px;
  }
}

/* --返回上方------------------------------------- */
.topBtn {
  position: fixed;
  z-index: 1;
  bottom: 35px;
  right: 15px;
  transition: 0.5s ease transform, 0.3s ease opacity;
  opacity: 1;
  cursor: pointer;
  display: none;
}

.topBtn article {
  display: block;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  color: #fff;
  font-size: 12px;
  box-sizing: border-box;
  transition: 0.3s ease all;
  position: relative;
  top: 0px;
  padding-top: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 0px 2px #fff;
}

.topBtn article span {
  position: relative;
}

.topBtn article i {
  display: block;
  margin: 0 auto;
}

.topBtn article:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1199px) {
  .topBtn {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .topBtn {
    bottom: 80px;
  }
  .topBtn article {
    width: 40px;
    height: 40px;
    font-size: 0px;
  }
  .topBtn article i {
    font-size: 20px;
  }
}
