@charset "UTF-8";
@import url(animate.css);
/* 用法範例
    @include maxWidth-xxl {
        margin: 20px;
    }
*/
body {
  padding: 0px;
  margin: 0px;
  font-family: Arial, "Microsoft JhengHei", "Helvetica Neue", Helvetica, sans-serif;
  color: #212121;
  font-size: 16px;
  line-height: 1.5;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  /*強制瀏覽器不要縮放文字*/ }

/*控制文字選取時的顏色*/
::-moz-selection {
  background: #003e8d;
  color: #fff; }

::selection {
  background: #003e8d;
  color: #fff; }

a {
  text-decoration: none;
  color: #003da0; }

img {
  outline: none;
  border: none; }

p {
  margin: 0px; }

table {
  border-spacing: 0px; }

.checkbox {
  vertical-align: middle;
  display: inline-block; }

.checkbox input[type="checkbox"] {
  display: none; }

.checkbox input[type="checkbox"]:checked + span {
  background: #fae103;
  border-color: #fae103; }

.checkbox input[type="checkbox"]:checked + span i {
  color: #000; }

.checkbox span {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 2px #a4a4a4;
  background: #fff;
  border-radius: 3px;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  position: relative; }

.checkbox span i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  font-size: 15px;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all; }

.radio {
  vertical-align: middle;
  display: inline-block; }

.radio input[type="radio"] {
  display: none; }

.radio input[type="radio"]:checked + .radio-fake {
  border-color: #fe6847; }

.radio input[type="radio"]:checked + .radio-fake i {
  color: #000; }

.radio input[type="radio"]:checked + .radio-fake:before {
  opacity: 1; }

.radio-fake {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #c1c1c1;
  background: #fff;
  border-radius: 100%;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  position: relative; }

.radio-fake i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  font-size: 13px;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all; }

.radio-fake:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 100%;
  opacity: 0;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  background: #fe6847;
  width: 11px;
  height: 11px; }

.radio-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  padding-left: 8px; }

label {
  cursor: pointer; }

button {
  border: none;
  color: #fff;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  border-radius: 5px;
  cursor: pointer; }

button i {
  margin-left: 5px; }

input,
button,
select {
  outline: none;
  font-family: Arial, "Microsoft JhengHei", "Helvetica Neue", Helvetica, sans-serif; }

.inputStyle,
input[type="text"],
input[type="date"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"] {
  border-radius: 2px;
  border: solid 1px #bfbfbf;
  background: #fff;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 10px;
  vertical-align: middle; }

input {
  margin: 0px;
  padding: 0px; }

input[type="date"] {
  padding-top: 12px;
  padding-bottom: 12px; }

select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 24px 0 10px;
  font-size: 16px;
  line-height: 48px;
  height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: #fff url(../images/icon-dropdown.png) right center no-repeat;
  background-size: 18px;
  border-radius: 2px;
  border: solid 1px #bfbfbf;
  vertical-align: middle; }

select::-ms-expand {
  display: none; }

.container {
  margin: 0 auto;
  padding: 0px 50px;
  max-width: 1180px; }

@media screen and (max-width: 1199px) {
  .container {
    padding: 0px 25px; } }

@media screen and (max-width: 767px) {
  .container {
    padding: 0px 15px; } }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.hide {
  display: none !important; }

.mobileShow {
  display: none !important; }

@media screen and (max-width: 767px) {
  .pcShow {
    display: none !important; }
  .mobileShow {
    display: initial !important; }
  .mobileHide {
    display: none !important; } }

.noBlod {
  font-weight: normal; }

.fontAwesomeIcon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.animated {
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards; }

.dividingLine {
  margin: 15px 0px;
  border-bottom: dashed 1px #bbb;
  clear: both; }

.sidePadding,
.btn-area.type2,
.btn-m-area.type2,
.btn-area.type3,
.btn-m-area.type3,
.tit-type2,
.tit-type3,
.tit-type4,
.table-type1 table tr td.tit,
.table-type2 table tr td.tit,
.table-type3 table tr td.tit,
.table-type2.netWorth30Day,
.etfInfoFundName,
.fundCharacteristic,
.dateSearch,
.currencySwitching,
.historicalNetWorthSearch,
.historicalNetWorthSearch-remark,
.trend,
.fundSearchArea {
  padding-left: 30px;
  padding-right: 30px; }

@media screen and (max-width: 991px) {
  .sidePadding,
  .btn-area.type2,
  .btn-m-area.type2,
  .btn-area.type3,
  .btn-m-area.type3,
  .tit-type2,
  .tit-type3,
  .tit-type4,
  .table-type1 table tr td.tit,
  .table-type2 table tr td.tit,
  .table-type3 table tr td.tit,
  .table-type2.netWorth30Day,
  .etfInfoFundName,
  .fundCharacteristic,
  .dateSearch,
  .currencySwitching,
  .historicalNetWorthSearch,
  .historicalNetWorthSearch-remark,
  .trend,
  .fundSearchArea {
    padding-left: 20px;
    padding-right: 20px; } }

@media screen and (max-width: 767px) {
  .sidePadding,
  .btn-area.type2,
  .btn-m-area.type2,
  .btn-area.type3,
  .btn-m-area.type3,
  .tit-type2,
  .tit-type3,
  .tit-type4,
  .table-type1 table tr td.tit,
  .table-type2 table tr td.tit,
  .table-type3 table tr td.tit,
  .table-type2.netWorth30Day,
  .etfInfoFundName,
  .fundCharacteristic,
  .dateSearch,
  .currencySwitching,
  .historicalNetWorthSearch,
  .historicalNetWorthSearch-remark,
  .trend,
  .fundSearchArea {
    padding-left: 15px;
    padding-right: 15px; } }

@media screen and (max-width: 991px) {
  html.mobileMenuShow {
    overflow: hidden; }
  html.mobileMenuShow body {
    overflow: hidden; }
  html.mobileMenuShow body .header .menuBtn {
    display: none; } }

body {
  overflow-x: hidden;
  background: #f7f7f7;
  color: #2f2f2f; }

.content {
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all; }

@media screen and (max-width: 991px) {
  .content.active {
    -webkit-transform: translateX(calc(100vw - 59px));
    -ms-transform: translateX(calc(100vw - 59px));
    transform: translateX(calc(100vw - 59px)); } }

[v-cloak] {
  display: none; }

.header {
  border-bottom: solid 3px #f0f0f0;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff; }

.header-top {
  border-bottom: solid 1px #efefef; }

.header-top-item {
  font-size: 13px;
  color: #8c8c8c;
  float: right;
  border-right: solid 1px #efefef; }

.header-top-item a {
  color: #8c8c8c;
  display: block;
  padding: 10px 17px;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all; }

.header-top-item a img {
  width: 17px;
  height: 100%;
  vertical-align: middle; }

.header-top-item a:hover {
  background: #efefef; }

.header-top-item.search {
  border-left: solid 1px #efefef;
  padding: 0px 20px; }

.header-top-item.search img {
  width: 17px;
  height: 100%;
  vertical-align: middle; }

.header-top-item.search input {
  vertical-align: middle;
  border: none;
  padding: 12px 0px;
  font-size: 13px;
  width: 155px; }

.header .logo {
  float: left;
  padding: 23px 0px;
  width: 120px; }

.header .logo img {
  width: 120%;
  display: block; }

.header-rightIcon {
  float: right;
  display: none; }

.header-rightIcon a {
  display: block;
  padding: 23px 9px; }

.header-rightIcon a img {
  width: 30px; }

.header-rightIcon a:hover .header-rightIcon-base {
  display: none; }

.header-rightIcon a:hover .header-rightIcon-hover {
  display: block; }

.header-rightIcon-base {
  display: block;
  margin: 0 auto; }

.header-rightIcon-hover {
  display: none; }

.header-accountOpenBtn {
  float: right;
  padding: 16px 16px;
  margin-left: 96px;
  display: none; }

.header-accountOpenBtn .btn a,
.header-accountOpenBtn .estimate-viewPastDataBtn a {
  padding: 10px 26px; }

.header .navbar {
  font-size: 0px;
  float: right; }

.header .navbar nav {
  display: inline-block;
  vertical-align: top; }

.header .navbar nav a {
  display: block;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  font-size: 16px;
  color: #313131;
  padding: 26px 10px; }

.header .navbar nav a:hover {
  color: #fe6847; }

@media screen and (max-width: 1199px) {
  .header-accountOpenBtn {
    margin-left: 0px; } }

@media screen and (max-width: 991px) {
  .header {
    border-bottom-width: 1px; }
  .header-top,
  .header-rightIcon,
  .header-accountOpenBtn,
  .header .navbar {
    display: none; }
  .header .logo {
    float: none;
    margin: 0 auto;
    padding: 15px 0px;
    height: 59px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }

.menuBtn {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 23px;
  cursor: pointer;
  display: none;
  padding: 19px 18px;
  border-right: solid 2px #eee; }

.menuBtn span {
  display: block;
  background: #979797;
  height: 2px;
  margin: 4px 0px;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  border-radius: 3px; }

.menuBtn span:nth-of-type(1),
.menuBtn span:nth-of-type(2) {
  position: absolute;
  width: 23px;
  top: 25px; }

.menuBtn.active span {
  opacity: 0;
  background: #fff; }

.menuBtn.active span:nth-of-type(1),
.menuBtn.active span:nth-of-type(2) {
  opacity: 1;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center; }

.menuBtn.active span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.menuBtn.active span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

@media screen and (max-width: 991px) {
  .menuBtn {
    display: block; } }

.mobileMemu {
  background: #fff;
  position: fixed;
  left: calc(-100vw + 59px);
  width: calc(100vw - 59px);
  height: 100vh;
  z-index: 2;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  display: none; }

.mobileMemu.active {
  left: 0px; }

.mobileMemu.active .menuBtn {
  display: block; }

.mobileMemu-info {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%; }

.mobileMemu-link {
  border-bottom: solid 1px #ddd; }

.mobileMemu-link a {
  color: #212121;
  display: block;
  text-align: center;
  font-size: 16px;
  padding: 19px 0px; }

.mobileMemu-link a img {
  vertical-align: middle;
  width: 20px;
  margin-right: 8px; }

.mobileMemu-link a:hover {
  color: #fe6847; }

.mobileMemu-link-space {
  background: #f0f0f0;
  height: 20px; }

.mobileMemu-mask {
  position: fixed;
  left: -100%;
  top: 0px;
  z-index: 1;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  display: none; }

.mobileMemu-mask.active {
  left: 0px; }

.mobileMemu .menuBtn {
  left: auto;
  right: -61px;
  display: none; }

@media screen and (max-width: 991px) {
  .mobileMemu {
    display: block; }
  .mobileMemu-mask {
    display: block; } }

.footer {
  background: #fff; }

.footer-top {
  padding: 64px 0px;
  font-size: 0px;
  text-align: center;
  display: none; }

.footer-top-item {
  display: inline-block;
  vertical-align: top;
  width: 33.33333%; }

.footer-top-item-icon {
  border-radius: 100%;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  position: relative;
  -webkit-box-shadow: 0px 9px 16px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 9px 16px rgba(0, 0, 0, 0.08); }

.footer-top-item-icon img {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.footer-top-item-tit {
  font-size: 20px;
  padding-top: 25px; }

.footer-top-item-text {
  font-size: 14px;
  color: #558cdc;
  padding-top: 3px; }

.footer-top-item-text a {
  color: #558cdc; }

.footer-main {
  background: #03256c;
  color: #fff; }

.footer-main-bottom {
  font-size: 14px;
  line-height: 1.3;
  padding: 45px 0px 20px; }

.footer-main-bottom-logo {
  float: left;
  width: 133px; }

.footer-main-bottom-logo img {
  display: block;
  width: 100%; }

.footer-main-bottom-copyright {
  float: left;
  padding-left: 23px;
  padding-right: 36px; }

.footer-main-bottom-contactInfo {
  float: left;
  padding-left: 28px;
  border-left: solid 1px #355089; }

.footer-main-bottom-otherInfo {
  float: right; }

.footer-main-bottom-otherInfo-socialMediaLink {
  float: left;
  padding: 0px 9px; }

.footer-main-bottom-otherInfo-socialMediaLink-area {
  float: left; }

.footer-main-bottom-otherInfo-socialMediaLink a {
  color: #fff;
  font-size: 30px;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all; }

.footer-main-bottom-otherInfo-socialMediaLink a:hover {
  opacity: 0.7; }

.footer-main-bottom-otherInfo-twca {
  float: left;
  padding-left: 27px;
  margin-top: -18px; }

.footer-main-bottom-otherInfo-twca img {
  display: block; }

.footer-sitemap {
  padding: 48px 0px 25px;
  border-bottom: solid 2px #1c3a7a;
  display: table;
  width: 100%;
  display: none; }

.footer-sitemap-item {
  display: table-cell;
  vertical-align: top; }

.footer-sitemap-item-tit {
  font-size: 20px;
  position: relative;
  padding-bottom: 20px; }

.footer-sitemap-item-tit:before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #fe6847;
  height: 2px;
  width: 26px; }

.footer-sitemap-item ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  padding-top: 20px;
  font-size: 15px; }

.footer-sitemap-item ul li {
  padding-bottom: 15px; }

.footer-sitemap-item ul li:last-of-type {
  padding-bottom: 0px; }

.footer-sitemap-item ul li a {
  color: #fff;
  border-bottom: solid 1px transparent;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all; }

.footer-sitemap-item ul li a:hover {
  border-bottom-color: #fff; }

.footer #footerWarningSlider {
  display: none; }

.footer-warning {
	background: #ebebeb;
	font-size: 16px;
	color: #4a4a4a;
	padding: 48px 0px;
	position: relative;
	font-weight: bold;
}

.footer-warning-list {
  padding: 0px;
  padding-left: 15px;
  margin: 0px; }

.footer-warning-mask {
  display: none;
  text-align: center;
  font-size: 14px;
  color: #919191;
  background: #ebebeb;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  -webkit-box-shadow: 0px 0px 40px 40px #ebebeb;
  box-shadow: 0px 0px 40px 40px #ebebeb; }

.footer-warning-mask label {
  cursor: pointer;
  display: block;
  height: 50px;
  padding-top: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (max-width: 991px) {
  .footer-top,
  .footer-sitemap {
    display: none; }
  .footer-main-bottom-otherInfo {
    width: 100%;
    padding-top: 20px; }
  .footer-main-bottom-otherInfo-socialMediaLink-area {
    float: right;
    padding-top: 18px; }
  .footer-main-bottom-otherInfo-twca {
    padding-left: 0px;
    margin: 0px; } }

@media screen and (max-width: 767px) {
  .footer-main-bottom-logo,
  .footer-main-bottom-copyright,
  .footer-main-bottom-contactInfo {
    float: none;
    line-height: 2; }
  .footer-main-bottom-copyright {
    padding: 0px;
    padding: 10px 0px 2px; }
  .footer-main-bottom-contactInfo {
    border-left: none;
    padding-left: 0px; }
  .footer #footerWarningSlider:checked + .footer-warning {
    max-height: none; }
  .footer #footerWarningSlider:checked + .footer-warning .footer-warning-mask {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .footer #footerWarningSlider:checked + .footer-warning .footer-warning-mask i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .footer-warning {
    overflow: hidden;
    max-height: 300px; }
  .footer-warning-mask {
    display: block; } }

#twcaseal {
  position: relative;
  font-family: arial unicode ms;
  text-align: left; }

#twcaseal #twcad1 {
  position: absolute;
  overflow: hidden;
  text-align: center;
  color: #fff;
  background: #000;
  left: 77px;
  top: 34px;
  width: 50px;
  height: 11px;
  line-height: 11px;
  font-size: 10px; }

#twcaseal #twcad2 {
  left: -10px;
  top: 50px;
  position: absolute;
  visibility: hidden;
  color: #ffffff;
  background: #006;
  padding: 5px;
  border: solid 1px #c0a080;
  width: 200px;
  font-size: 12px;
  text-align: left; }

#twcaseal #twcad3 {
  left: 114px;
  top: 16px; }

.main {
  padding: 46px 0px; }

@media screen and (max-width: 991px) {
  .main {
    padding: 30px 0px; } }

.btn-area,
.btn-m-area {
  margin: 20px -8px;
  font-size: 0px; }

.btn-area .btn,
.btn-area .estimate-viewPastDataBtn,
.btn-m-area .btn,
.btn-m-area .estimate-viewPastDataBtn {
  display: inline-block;
  vertical-align: middle;
  padding: 0px 8px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%; }

.btn-area.type2,
.btn-m-area.type2 {
  margin: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #fff;
  text-align: center; }

.btn-area.type2 .btn,
.btn-area.type2 .estimate-viewPastDataBtn,
.btn-m-area.type2 .btn,
.btn-m-area.type2 .estimate-viewPastDataBtn {
  max-width: 30%; }

.btn-area.type3,
.btn-m-area.type3 {
  margin: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #fff;
  border-bottom: solid 1px #ddd; }

.btn-area.type3 .btn,
.btn-area.type3 .estimate-viewPastDataBtn,
.btn-m-area.type3 .btn,
.btn-m-area.type3 .estimate-viewPastDataBtn {
  width: auto;
  width: 230px;
  padding: 0px; }

.btn a,
.estimate-viewPastDataBtn a,
.btn-m a {
  border-radius: 2px;
  background: #fe6847;
  color: #fff;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  font-size: 16px;
  display: block;
  padding: 13px 0px;
  text-align: center; }

.btn a i,
.estimate-viewPastDataBtn a i,
.btn-m a i {
  color: #fff; }

.btn a:hover,
.estimate-viewPastDataBtn a:hover,
.btn-m a:hover {
  background: #0959cc;
  color: #fff;
  -webkit-box-shadow: 0px 10px 6px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 6px -5px rgba(0, 0, 0, 0.3); }

.btn.type2 a,
.type2.estimate-viewPastDataBtn a,
.btn-m.type2 a {
  background: #fff;
  color: #2f2f2f;
  -webkit-box-shadow: 0px 0px 0px 1px #dfdfdf inset;
  box-shadow: 0px 0px 0px 1px #dfdfdf inset; }

.btn.type2 a:hover,
.type2.estimate-viewPastDataBtn a:hover,
.btn-m.type2 a:hover {
  -webkit-box-shadow: 0px 0px 0px 1px #dfdfdf inset, 0px 10px 6px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 0px 1px #dfdfdf inset, 0px 10px 6px -5px rgba(0, 0, 0, 0.3); }

.btn.type3 a,
.type3.estimate-viewPastDataBtn a,
.btn-m.type3 a {
  background: #aaa; }

.btn.type3 a:hover,
.type3.estimate-viewPastDataBtn a:hover,
.btn-m.type3 a:hover {
  background: #0959cc; }

.btn.type4 a,
.type4.estimate-viewPastDataBtn a,
.btn-m.type4 a {
  background: #fff;
  color: #2f2f2f;
  -webkit-box-shadow: 0px 0px 0px 1px #0a3575 inset;
  box-shadow: 0px 0px 0px 1px #0a3575 inset; }

.btn.type4 a:hover,
.type4.estimate-viewPastDataBtn a:hover,
.btn-m.type4 a:hover {
  -webkit-box-shadow: 0px 0px 0px 1px #0a3575 inset, 0px 10px 6px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 0px 1px #0a3575 inset, 0px 10px 6px -5px rgba(0, 0, 0, 0.3); }

.btn.bigSize a,
.bigSize.estimate-viewPastDataBtn a,
.btn-m.bigSize a {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0px; }

@media screen and (max-width: 767px) {
  .btn-area.type2 .btn,
  .btn-area.type2 .estimate-viewPastDataBtn,
  .btn-m-area.type2 .btn,
  .btn-m-area.type2 .estimate-viewPastDataBtn {
    max-width: none;
    width: 200px; } }

.btn-m a {
  padding: 5px 0px; }

.crumb {
  font-size: 13px;
  color: #666; }

.crumb a {
  color: #666;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all; }

.crumb a:hover {
  color: #fe6847; }

.crumb-now {
  color: #9b9b9b; }

.tit-type1 {
  font-size: 24px;
  margin-bottom: 17px; }

.tit-type2 {
  background: #fff;
  border-bottom: solid 4px #ddd;
  font-size: 24px;
  margin: 0px;
  padding-top: 34px;
  padding-bottom: 10px; }

.tit-type3 {
  background: #fff;
  font-size: 16px;
  border-bottom: solid 1px #ddd;
  margin: 0px;
  padding-top: 23px;
  padding-bottom: 23px; }

.tit-type4 {
  margin: 0px;
  background: #fff;
  font-size: 16px;
  color: #959595;
  border-bottom: solid 1px #ddd;
  padding-top: 25px;
  padding-bottom: 25px; }

.tit-type4.type2 {
  border-bottom: solid 4px #ddd; }

.textArea {
  margin: 15px 0px; }

.textArea p {
  margin: 15px 0px; }

.textArea ol,
.textArea ul {
  margin: 15px 0px;
  padding-left: 17px; }

.pinColTable {
  font-size: 16px;
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 5px; }

.pinColTable:before,
.pinColTable-top:before {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 1px;
  background: rgba(216, 216, 216, 0.55);
  -webkit-box-shadow: 0px 0px 10px black;
  box-shadow: 0px 0px 10px black;
  pointer-events: none;
  display: none; }

.pinColTable.scroll:before,
.pinColTable.scroll .pinColTable-top:before {
  -webkit-transition: 0.3s ease-in-out opacity;
  -o-transition: 0.3s ease-in-out opacity;
  transition: 0.3s ease-in-out opacity;
  opacity: 0; }

.pinColTable.scroll .pinColTable-left,
.pinColTable.scroll .pinColTable-top-left {
  -webkit-transition: 0.3s ease-in-out box-shadow;
  -o-transition: 0.3s ease-in-out box-shadow;
  transition: 0.3s ease-in-out box-shadow;
  -webkit-box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.2); }

.pinColTable table {

  width: 100%;
  border-spacing: 0px; }

.pinColTable table tr {
  -webkit-transition: 0.3s ease background;
  -o-transition: 0.3s ease background;
  transition: 0.3s ease background; }

.pinColTable table tr.hover:not(.pinColTable-tit) {
  background: rgba(0, 62, 140, 0.05);
  background: rgba(216, 246, 255, 0.3);
  background: rgba(254, 104, 71, 0.03); }

.pinColTable table td {
  padding: 24px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 1px -1px 0px #ddd inset;
  box-shadow: 1px -1px 0px #ddd inset; }

.pinColTable table td a {
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all; }

.pinColTable table td a:hover {
  color: #fe6847; }

.pinColTable table td .btn a:hover {
  color: #fff; }

.pinColTable-left,
.pinColTable-top-left {
  float: left;
  width: 43%; }

.pinColTable-left table td:first-of-type,
.pinColTable-top-left table td:first-of-type {
  -webkit-box-shadow: 0px -1px 0px #ddd inset;
  box-shadow: 0px -1px 0px #ddd inset; }

.pinColTable-right,
.pinColTable-top-right {
  float: left;
  width: 57%;
  text-align: center;
  overflow-x: auto; }

.pinColTable-right table,
.pinColTable-top-right table {
  min-width: 532px; }

.pinColTable-tit {
  color: #959595; }

.pinColTable-tit td {
  border-bottom: solid 4px #ddd !important; }

.pinColTable.type2 table td {
  -webkit-box-shadow: 0px -1px 0px #ddd inset;
  box-shadow: 0px -1px 0px #ddd inset; }

.pinColTable-top {
  position: fixed;
  width: 100%;
  z-index: 1;
  top: 0px;
  left: 0;
  overflow: hidden;
  visibility: hidden; }

.pinColTable-top-bg {
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); }

.pinColTable-space {
  background: #fff;
  height: 20px;
  border-bottom: solid 4px #ddd; }

@media screen and (max-width: 991px) {
  .pinColTable:before,
  .pinColTable-top:before {
    display: block; } }

@media screen and (max-width: 767px) {
  .pinColTable {
    font-size: 14px; }
  .pinColTable-space {
    display: none; } }

/*for ie10 、 ie11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .pinColTable {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px); } }

.pinColTable.dividends {
  font-size: 14px; }

.pinColTable.dividends .pinColTable-left,
.pinColTable.dividends .pinColTable-top-left {
  width: 20%; }

.pinColTable.dividends .pinColTable-right,
.pinColTable.dividends .pinColTable-top-right {
  width: 80%;
  width: 100%; }

.pinColTable.dividends .pinColTable-right table,
.pinColTable.dividends .pinColTable-top-right table {
  min-width: 754px; }

.pinColTable.dividends .pinColTable-right td:nth-of-type(1),
.pinColTable.dividends .pinColTable-top-right td:nth-of-type(1) {
  width: 8.5%;
  -webkit-box-shadow: 0px -1px 0px #ddd inset;
  box-shadow: 0px -1px 0px #ddd inset; }

.pinColTable.dividends .pinColTable-right td:nth-of-type(2),
.pinColTable.dividends .pinColTable-top-right td:nth-of-type(2) {
  width: 11%; }

.pinColTable.dividends .pinColTable-right td:nth-of-type(4),
.pinColTable.dividends .pinColTable-top-right td:nth-of-type(4) {
  width: 10%; }

.pinColTable.dividends .pinColTable-right td:nth-of-type(5),
.pinColTable.dividends .pinColTable-top-right td:nth-of-type(5) {
  width: 10%; }

.pinColTable.dividends .pinColTable-right td:nth-of-type(7),
.pinColTable.dividends .pinColTable-top-right td:nth-of-type(7) {
  width: 12.2%; }

.pinColTable.dividends .pinColTable-right td:nth-of-type(8),
.pinColTable.dividends .pinColTable-top-right td:nth-of-type(8) {
  width: 12.2%; }

.pinColTable.dividends .pinColTable-right td:nth-of-type(9),
.pinColTable.dividends .pinColTable-top-right td:nth-of-type(9) {
  width: 8.5%; }

@media screen and (max-width: 767px) {
  .pinColTable.dividends .pinColTable-left,
  .pinColTable.dividends .pinColTable-top-left {
    width: 40%; }
  .pinColTable.dividends .pinColTable-right,
  .pinColTable.dividends .pinColTable-top-right {
    width: 60%;
    width: 100%; } }

.pinColTable.estimate {
  font-size: 13px; }

.pinColTable.estimate .pinColTable-tit {
  font-size: 14px; }

.pinColTable.estimate .pinColTable-tit td {
  padding-top: 8px;
  padding-bottom: 8px; }

.pinColTable.estimate .pinColTable-tit:nth-of-type(1) td:nth-of-type(1),
.pinColTable.estimate .pinColTable-tit:nth-of-type(1) td:nth-of-type(2),
.pinColTable.estimate .pinColTable-tit:nth-of-type(1) td:nth-of-type(3) {
  border-bottom: none !important; }

.pinColTable.estimate .pinColTable-left,
.pinColTable.estimate .pinColTable-top-left {
  width: 15.4%; }

.pinColTable.estimate .pinColTable-left tr:nth-of-type(1) td:nth-of-type(1),
.pinColTable.estimate .pinColTable-top-left tr:nth-of-type(1) td:nth-of-type(1) {
  -webkit-box-shadow: 0px 0px 0px #ddd inset;
  box-shadow: 0px 0px 0px #ddd inset; }

.pinColTable.estimate .pinColTable-left tr:nth-of-type(1) td:nth-of-type(2),
.pinColTable.estimate .pinColTable-top-left tr:nth-of-type(1) td:nth-of-type(2) {
  -webkit-box-shadow: 1px 0px 0px #ddd inset;
  box-shadow: 1px 0px 0px #ddd inset; }

.pinColTable.estimate .pinColTable-left td:nth-of-type(1),
.pinColTable.estimate .pinColTable-top-left td:nth-of-type(1) {
  width: 50px; }

.pinColTable.estimate .pinColTable-right,
.pinColTable.estimate .pinColTable-top-right {
  width: 84.6%; }

.pinColTable.estimate .pinColTable-right tr:nth-of-type(1) td:nth-of-type(4),
.pinColTable.estimate .pinColTable-top-right tr:nth-of-type(1) td:nth-of-type(4) {
  width: 50px; }

.pinColTable.estimate .pinColTable-right tr:nth-of-type(1) td:nth-of-type(5),
.pinColTable.estimate .pinColTable-top-right tr:nth-of-type(1) td:nth-of-type(5) {
  width: 35px; }

.pinColTable.estimate .pinColTable-right tr:nth-of-type(1) td:last-of-type,
.pinColTable.estimate .pinColTable-top-right tr:nth-of-type(1) td:last-of-type {
  width: 38px; }

.pinColTable.estimate .pinColTable-right tr:nth-of-type(2) td:nth-of-type(1),
.pinColTable.estimate .pinColTable-top-right tr:nth-of-type(2) td:nth-of-type(1) {
  width: 8.4%; }

.pinColTable.estimate .pinColTable-right tr:nth-of-type(2) td:nth-of-type(2),
.pinColTable.estimate .pinColTable-top-right tr:nth-of-type(2) td:nth-of-type(2) {
  width: 9.9%; }

.pinColTable.estimate .pinColTable-right tr:nth-of-type(2) td:nth-of-type(3),
.pinColTable.estimate .pinColTable-top-right tr:nth-of-type(2) td:nth-of-type(3) {
  width: 8.6%; }

.pinColTable.estimate .pinColTable-right tr:nth-of-type(2) td:nth-of-type(4),
.pinColTable.estimate .pinColTable-top-right tr:nth-of-type(2) td:nth-of-type(4) {
  width: 8%; }

.pinColTable.estimate .pinColTable-right tr:nth-of-type(2) td:nth-of-type(5),
.pinColTable.estimate .pinColTable-top-right tr:nth-of-type(2) td:nth-of-type(5) {
  width: 9.9%; }

.pinColTable.estimate .pinColTable-right tr:nth-of-type(2) td:nth-of-type(6),
.pinColTable.estimate .pinColTable-top-right tr:nth-of-type(2) td:nth-of-type(6) {
  width: 9.9%; }

.pinColTable.estimate .pinColTable-right tr:nth-of-type(2) td:nth-of-type(7),
.pinColTable.estimate .pinColTable-top-right tr:nth-of-type(2) td:nth-of-type(7) {
  width: 9.8%; }

.pinColTable.estimate .pinColTable-right tr:nth-of-type(2) td:nth-of-type(8),
.pinColTable.estimate .pinColTable-top-right tr:nth-of-type(2) td:nth-of-type(8) {
  width: 8%; }

.pinColTable.estimate .pinColTable-right tr:nth-of-type(2) td:nth-of-type(9),
.pinColTable.estimate .pinColTable-top-right tr:nth-of-type(2) td:nth-of-type(9) {
  width: 7.5%; }

.pinColTable.estimate .pinColTable-right td,
.pinColTable.estimate .pinColTable-top-right td {
  padding-left: 3px;
  padding-right: 3px; }

@media screen and (max-width: 1199px) {
  .pinColTable.estimate .pinColTable-left,
  .pinColTable.estimate .pinColTable-top-left {
    width: 13.5%; }
  .pinColTable.estimate .pinColTable-right,
  .pinColTable.estimate .pinColTable-top-right {
    width: 86.5%; }
  .pinColTable.estimate .pinColTable-left td,
  .pinColTable.estimate .pinColTable-top-left td,
  .pinColTable.estimate .pinColTable-right td,
  .pinColTable.estimate .pinColTable-top-right td {
    padding-left: 3px;
    padding-right: 3px; }
  .pinColTable.estimate .pinColTable-left td:nth-of-type(1),
  .pinColTable.estimate .pinColTable-top-left td:nth-of-type(1) {
    width: 36px; }
  .pinColTable.estimate .pinColTable-right table,
  .pinColTable.estimate .pinColTable-top-right table {
    min-width: 814px; }
  .pinColTable.estimate .pinColTable-right tr:nth-of-type(2) td:nth-of-type(1),
  .pinColTable.estimate .pinColTable-right tr:nth-of-type(2) td:nth-of-type(2),
  .pinColTable.estimate .pinColTable-right tr:nth-of-type(2) td:nth-of-type(5),
  .pinColTable.estimate .pinColTable-right tr:nth-of-type(2) td:nth-of-type(6),
  .pinColTable.estimate .pinColTable-top-right tr:nth-of-type(2) td:nth-of-type(1),
  .pinColTable.estimate .pinColTable-top-right tr:nth-of-type(2) td:nth-of-type(2),
  .pinColTable.estimate .pinColTable-top-right tr:nth-of-type(2) td:nth-of-type(5),
  .pinColTable.estimate .pinColTable-top-right tr:nth-of-type(2) td:nth-of-type(6) {
    width: 9%; }
  .pinColTable.estimate .pinColTable-right tr:nth-of-type(2) td:nth-of-type(3),
  .pinColTable.estimate .pinColTable-right tr:nth-of-type(2) td:nth-of-type(7),
  .pinColTable.estimate .pinColTable-top-right tr:nth-of-type(2) td:nth-of-type(3),
  .pinColTable.estimate .pinColTable-top-right tr:nth-of-type(2) td:nth-of-type(7) {
    width: 9%; } }

@media screen and (max-width: 991px) {
  .pinColTable.estimate .pinColTable-left,
  .pinColTable.estimate .pinColTable-top-left {
    width: 20%; }
  .pinColTable.estimate .pinColTable-right,
  .pinColTable.estimate .pinColTable-top-right {
    width: 80%; } }

@media screen and (max-width: 767px) {
  .pinColTable.estimate .pinColTable-left,
  .pinColTable.estimate .pinColTable-top-left {
    width: 40%; }
  .pinColTable.estimate .pinColTable-right,
  .pinColTable.estimate .pinColTable-top-right {
    width: 60%; } }

.estimate-fundName {
  font-size: 14px; }

.estimate .remark {
  color: #757575; }

.estimate-viewPastDataBtn {
  display: inline-block;
  width: 30px; }

.estimate-viewPastDataBtn a {
  background: #44af35;
  padding: 5px 0px; }

.estimate-viewPastDataBtn a i {
  width: 20px;
  line-height: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 100%;
  border: solid 2px #fff;
  font-size: 12px;
  display: block;
  margin: 0 auto; }

.pinColTable.indexTrack {
  font-size: 13px; }

.pinColTable.indexTrack .pinColTable-tit {
  font-size: 14px; }

.pinColTable.indexTrack .pinColTable-tit td {
  padding-top: 8px;
  padding-bottom: 8px; }

.pinColTable.indexTrack .pinColTable-left,
.pinColTable.indexTrack .pinColTable-top-left {
  width: 34.5%; }

.pinColTable.indexTrack .pinColTable-left table tr:nth-of-type(2n+0) + tr td,
.pinColTable.indexTrack .pinColTable-top-left table tr:nth-of-type(2n+0) + tr td {
  border-bottom: solid 2px #ddd; }

.pinColTable.indexTrack .pinColTable-right,
.pinColTable.indexTrack .pinColTable-top-right {
  width: 65.5%; }

.pinColTable.indexTrack .pinColTable-right table,
.pinColTable.indexTrack .pinColTable-top-right table {
  min-width: 530px; }

.pinColTable.indexTrack .pinColTable-right table tr:nth-of-type(2n+0) td:nth-of-type(3),
.pinColTable.indexTrack .pinColTable-right table tr:nth-of-type(2n+0) td:nth-of-type(6),
.pinColTable.indexTrack .pinColTable-top-right table tr:nth-of-type(2n+0) td:nth-of-type(3),
.pinColTable.indexTrack .pinColTable-top-right table tr:nth-of-type(2n+0) td:nth-of-type(6) {
  background: #fff;
  border-bottom: solid 2px #ddd; }

.pinColTable.indexTrack .pinColTable-right table tr:nth-of-type(2n+0) + tr td,
.pinColTable.indexTrack .pinColTable-top-right table tr:nth-of-type(2n+0) + tr td {
  border-bottom: solid 2px #ddd; }

@media screen and (max-width: 991px) {
  .pinColTable.indexTrack .pinColTable-right td:nth-of-type(2),
  .pinColTable.indexTrack .pinColTable-top-right td:nth-of-type(2) {
    width: auto; }
  .pinColTable.indexTrack .pinColTable-right td:nth-of-type(5),
  .pinColTable.indexTrack .pinColTable-top-right td:nth-of-type(5) {
    width: 18%; } }

@media screen and (max-width: 767px) {
  .pinColTable.indexTrack .pinColTable-left,
  .pinColTable.indexTrack .pinColTable-top-left {
    width: 56%; }
  .pinColTable.indexTrack .pinColTable-right,
  .pinColTable.indexTrack .pinColTable-top-right {
    width: 44%; } }

.indexTrack-fundName {
  font-size: 14px; }

.indexTrack-fundName-currency {
  color: #757575; }

.pinColTable.redemptionInfo {
  font-size: 13px; }

.pinColTable.redemptionInfo .pinColTable-tit {
  font-size: 14px; }

.pinColTable.redemptionInfo .pinColTable-tit td {
  padding-top: 8px;
  padding-bottom: 8px; }

.pinColTable.redemptionInfo .pinColTable-left,
.pinColTable.redemptionInfo .pinColTable-top-left {
  width: 20%; }

.pinColTable.redemptionInfo .pinColTable-right,
.pinColTable.redemptionInfo .pinColTable-top-right {
  width: 80%; }

@media screen and (max-width: 991px) {
  .pinColTable.redemptionInfo .pinColTable-left,
  .pinColTable.redemptionInfo .pinColTable-top-left {
    width: 30%; }
  .pinColTable.redemptionInfo .pinColTable-right,
  .pinColTable.redemptionInfo .pinColTable-top-right {
    width: 70%; }
  .pinColTable.redemptionInfo .pinColTable-right table,
  .pinColTable.redemptionInfo .pinColTable-top-right table {
    min-width: 790px; } }

@media screen and (max-width: 767px) {
  .pinColTable.redemptionInfo .pinColTable-left,
  .pinColTable.redemptionInfo .pinColTable-top-left {
    width: 46%; }
  .pinColTable.redemptionInfo .pinColTable-right,
  .pinColTable.redemptionInfo .pinColTable-top-right {
    width: 54%; } }

.redemptionInfo-fundName {
  font-size: 14px; }

.redemptionInfo-fundName-currency {
  color: #757575; }

.table-type1,
.table-type2,
.table-type3 {
  background: #fff; }

.table-type1 table,
.table-type2 table,
.table-type3 table {
  width: 100%; }

.table-type1 table tr:hover,
.table-type2 table tr:hover,
.table-type3 table tr:hover {
  background: rgba(254, 104, 71, 0.03); }

.table-type1 table tr td,
.table-type2 table tr td,
.table-type3 table tr td {
  padding: 12px 20px;
  border-bottom: solid 1px #ddd;
  border-right: solid 1px #ddd; }

.table-type1 table tr td.tit,
.table-type2 table tr td.tit,
.table-type3 table tr td.tit {
  color: #959595; }

.table-type1 table tr td:last-of-type,
.table-type2 table tr td:last-of-type,
.table-type3 table tr td:last-of-type {
  border-right: none; }

.table-type1 + [class*='table-type'],
.table-type2 + [class*='table-type'],
.table-type3 + [class*='table-type'] {
  padding-top: 26px; }

.table-type1 + [class*='table-type'] table,
.table-type2 + [class*='table-type'] table,
.table-type3 + [class*='table-type'] table {
  border-top: solid 4px #ddd; }

.table-type2 {
  overflow-x: auto; }

.table-type2 table {
  min-width: 715px; }

.table-type2 table tr td {
  padding-left: 30px;
  padding-right: 30px; }

.table-type2.bond2 table {
  min-width: 550px; }

.table-type2.netWorth30Day {
  padding-top: 30px;
  padding-bottom: 28px; }

.table-type2.netWorth30Day table {
  max-width: 755px;
  min-width: 600px;
  margin: 0 auto;
  text-align: center;
  border-left: solid 1px #c4c4c4;
  border-right: solid 1px #c4c4c4;
  font-size: 13px; }

.table-type2.netWorth30Day table tr {
  background: #fafafa; }

.table-type2.netWorth30Day table tr:nth-of-type(2n+0) {
  background: #f4f4f4; }

.table-type2.netWorth30Day table tr td {
  border-color: #c4c4c4; }

.table-type2.netWorth30Day table tr td.tit {
  background: #ddeef4;
  color: #0D389D;
  font-weight: bold;
  border-top: 2px solid #949494;
  border-bottom: 2px solid #949494; }

.table-type2.netWorth30Day.type2 {
  padding-top: 0px; }

.table-type2.netWorth30Day.type2 table {
  min-width: 0; }

.table-type3 table tr td {
  padding-left: 30px;
  padding-right: 30px; }

@media screen and (max-width: 991px) {
  .table-type2.netWorth30Day table tr td {
    padding-left: 15px;
    padding-right: 15px; } }

@media screen and (max-width: 767px) {
  .table-type1 table tr td,
  .table-type2 table tr td,
  .table-type3 table tr td {
    padding: 12px 15px; }
  .table-type1 table tr td {
    display: block;
    border-right: none; }
  .table-type1 table tr td:before {
    content: attr(data-tit);
    display: block;
    color: #959595; }
  .table-type1 table tr td.tit {
    display: none; }
  .table-type3 table tr td {
    display: block;
    border: none;
    padding-bottom: 0px;
    text-align: left; }
  .table-type3 table tr td:before {
    content: attr(data-tit);
    display: block;
    color: #959595; }
  .table-type3 table tr td.tit {
    display: none; }
  .table-type3 table tr td:last-of-type {
    border-bottom: solid 1px #ddd;
    padding-bottom: 12px; } }

.riskRating {
  font-size: 0px; }

.riskRating div {
  width: 4px;
  height: 8px;
  background: #fe6847;
  display: inline-block;
  vertical-align: bottom;
  margin: 0px 1px; }

.riskRating div:nth-of-type(2) {
  height: 10px; }

.riskRating div:nth-of-type(3) {
  height: 12px; }

.riskRating div:nth-of-type(4) {
  height: 14px; }

.riskRating div:nth-of-type(5) {
  height: 16px; }

.riskRating.rating-1 div:nth-of-type(1) ~ div {
  background: #c3c3c3; }

.riskRating.rating-2 div:nth-of-type(2) ~ div {
  background: #c3c3c3; }

.riskRating.rating-3 div:nth-of-type(3) ~ div {
  background: #c3c3c3; }

.riskRating.rating-4 div:nth-of-type(4) ~ div {
  background: #c3c3c3; }

.riskRating.rating-5 div:nth-of-type(5) ~ div {
  background: #c3c3c3; }

.riseColor {
  color: #fe6847; }

.fallColor {
  color: #488106; }

.tabStyleBtn {
  float: left;
  padding: 0px 30px; }

.tabStyleBtn a {
  font-size: 16px;
  color: #959595;
  display: block;
  padding: 23px 17px 17px;
  border-bottom: solid 3px transparent;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all; }

.tabStyleBtn-area {
  background: #fff;
  border-bottom: solid 1px #ddd;
  position: relative; }

.tabStyleBtn.active a,
.tabStyleBtn a:hover {
  border-bottom-color: #fe6847;
  color: #2f2f2f; }

.tabStyleBtn-select {
  display: none;
  position: relative;
  cursor: pointer; }

.tabStyleBtn-select label {
  display: block;
  padding: 12px 10px;
  padding-right: 24px; }

.tabStyleBtn-select:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 10px;
  background: url(../images/icon-dropdown.png) top left no-repeat;
  background-size: 18px; }

#tabStyleBtnSelectOptipn {
  display: none; }

@media screen and (max-width: 1199px) {
  .tabStyleBtn {
    padding: 0px 10px; } }

@media screen and (max-width: 991px) {
  .tabStyleBtn {
    padding: 0px 3px; } }

@media screen and (max-width: 767px) {
  .tabStyleBtn {
    float: none;
    border-bottom: dashed 1px #ddd; }
  .tabStyleBtn:last-of-type {
    border-bottom: none; }
  .tabStyleBtn a {
    padding: 10px 10px;
    border-bottom: none; }
  .tabStyleBtn-area {
    border-radius: 2px;
    margin-bottom: 15px;
    border: solid 1px #bfbfbf; }
  .tabStyleBtn.active a,
  .tabStyleBtn a:hover {
    color: #fe6847; }
  .tabStyleBtn-select {
    display: block; }
  .tabStyleBtn-select-optipn {
    display: none;
    position: absolute;
    z-index: 1;
    top: 101%;
    left: 0px;
    background: #fff;
    border-radius: 2px;
    width: 100%;
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
    border: solid 1px #bfbfbf;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #tabStyleBtnSelectOptipn:checked + .tabStyleBtn-select-optipn {
    display: block; } }

.etfInfoFundName {
  background: #fff;
  padding-top: 55px;
  padding-bottom: 20px;
  border-bottom: solid 1px #ddd; }

.etfInfoFundName-tit {
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  font-size: 24px; }

.etfInfoFundName-download {
  text-align: right;
  font-size: 0px; }

.etfInfoFundName-download select {
  min-width: 280px; }

.etfInfoFundName-download .btn,
.etfInfoFundName-download .estimate-viewPastDataBtn {
  display: inline-block;
  vertical-align: middle;
  width: 90px;
  margin-left: 25px; }

@media screen and (max-width: 767px) {
  .etfInfoFundName-download {
    position: relative;
    padding-right: 90px;
    margin-top: 10px; }
  .etfInfoFundName-download select {
    min-width: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .etfInfoFundName-download .btn,
  .etfInfoFundName-download .estimate-viewPastDataBtn {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0px; } }

.fundCharacteristic {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 46px; }

.fundCharacteristic ul {
  margin: 0px;
  padding: 0px;
  list-style: none; }

.fundCharacteristic ul li {
  padding-bottom: 18px;
  position: relative;
  padding-left: 24px; }

.fundCharacteristic ul li:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 6px;
  border-radius: 100%;
  background: #9b9b9b;
  width: 10px;
  height: 10px; }

.fundCharacteristic ul li:last-of-type {
  padding-bottom: 0px; }

.fundCharacteristic ul li p {
  color: #959595; }

.dateSearch {
  padding-top: 40px;
  padding-bottom: 20px;
  background: #fff;
  position: relative;
  text-align: right;
  font-size: 0px;
  border-bottom: solid 1px #ddd; }

.dateSearch-tit {
  position: absolute;
  top: 54px;
  left: 30px;
  font-size: 16px; }

.dateSearch select,
.dateSearch .pikadayInput {
  margin-right: 15px;
  max-width: 280px; }

.dateSearch .btn,
.dateSearch .estimate-viewPastDataBtn {
  width: 90px;
  display: inline-block;
  vertical-align: middle; }

.dateSearch.type2 {
  padding-top: 20px;
  text-align: left; }

.dateSearch.type2 .dateSearch-tit {
  top: 33px; }

.dateSearch.type2 select {
  margin-left: 214px; }

.dateSearch.type3 {
  padding-top: 20px; }

.dateSearch.type3 .dateSearch-tit {
  top: 33px; }

@media screen and (max-width: 991px) {
  .dateSearch {
    text-align: left; }
  .dateSearch-tit {
    position: relative;
    top: 0px;
    left: 0px;
    padding-bottom: 5px; }
  .dateSearch.type2 .dateSearch-tit {
    position: absolute;
    left: 20px; }
  .dateSearch.type3 .dateSearch-tit {
    position: relative;
    top: 0px;
    left: 0px;
    padding-bottom: 5px; } }

@media screen and (max-width: 767px) {
  .dateSearch select,
  .dateSearch .pikadayInput {
    max-width: none;
    width: 100%;
    margin-bottom: 15px; }
  .dateSearch .btn,
  .dateSearch .estimate-viewPastDataBtn {
    width: auto;
    display: block; }
  .dateSearch.type2 .dateSearch-tit {
    position: relative;
    top: 0px;
    left: 0px; }
  .dateSearch.type2 select {
    margin-left: 0px; } }

.pika-single {
  z-index: 7;
  border-radius: 5px; }

.pika-lendar {
  width: 300px; }

.pika-label:after {
  content: " \25be"; }

.pika-label select {
  line-height: 16px;
  height: 16px; }

.pika-table td {
  padding: 1px; }

.pika-table abbr {
  text-decoration: none;
  cursor: auto; }

input.pikadayInput {
  background: #fff url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiPjxwYXRoIGQ9Ik01NjQgMTgwLjJINDQ4Yy04LjMgMC0xNS02LjctMTUtMTVzNi43LTE1IDE1LTE1aDExNmM4LjIgMCAxNSA2LjcgMTUgMTVzLTYuOCAxNS0xNSAxNXoiIGZpbGw9IiM5ODk4OTgiLz48cGF0aCBkPSJNOTQ1IDk1Mi4ySDgxLjJjLTguMiAwLTE1LTYuNy0xNS0xNVYxNjIuOGMwLTguMyA2LjgtMTUgMTUtMTVIMjk0YzguMiAwIDE1IDYuNyAxNSAxNXMtNi44IDE1LTE1IDE1SDk2LjJ2NzQ0LjRIOTMwVjE3Ny44SDcxMy42Yy04LjMgMC0xNS02LjctMTUtMTVzNi43LTE1IDE1LTE1SDk0NWM4LjIgMCAxNSA2LjcgMTUgMTV2Nzc0LjRjMCA4LjMtNi44IDE1LTE1IDE1eiIgZmlsbD0iIzk4OTg5OCIvPjxwYXRoIGQ9Ik0zMzMuMyA1NTFIMjE2Yy04LjIgMC0xNS02LjgtMTUtMTVzNi44LTE1IDE1LTE1aDExNy4zYzguMyAwIDE1IDYuNiAxNSAxNXMtNi43IDE1LTE1IDE1em0yMzAuMyAwSDQ0Ni4zYy04LjMgMC0xNS02LjgtMTUtMTVzNi43LTE1IDE1LTE1aDExNy4zYzguMiAwIDE1IDYuNiAxNSAxNXMtNi44IDE1LTE1IDE1em0yMzAuMiAwSDY3Ni42Yy04LjMgMC0xNS02LjgtMTUtMTVzNi43LTE1IDE1LTE1aDExNy4yYzguMyAwIDE1IDYuNiAxNSAxNXMtNi43IDE1LTE1IDE1ek0zMzMuMyA3NDBIMjE2Yy04LjIgMC0xNS02LjgtMTUtMTVzNi44LTE1IDE1LTE1aDExNy4zYzguMyAwIDE1IDYuNiAxNSAxNXMtNi43IDE1LTE1IDE1em0yMzAuMyAwSDQ0Ni4zYy04LjMgMC0xNS02LjgtMTUtMTVzNi43LTE1IDE1LTE1aDExNy4zYzguMiAwIDE1IDYuNiAxNSAxNXMtNi44IDE1LTE1IDE1em0yMzAuMiAwSDY3Ni42Yy04LjMgMC0xNS02LjgtMTUtMTVzNi43LTE1IDE1LTE1aDExNy4yYzguMyAwIDE1IDYuNiAxNSAxNXMtNi43IDE1LTE1IDE1ek0zNzAuOCAyNTguNmMtOC4zIDAtMTUtNi43LTE1LTE1Vjg2LjhjMC04LjIgNi43LTE1IDE1LTE1czE1IDYuOCAxNSAxNXYxNTYuOGMwIDguMy02LjcgMTUtMTUgMTV6bTI3MC4yIDBjLTguMyAwLTE1LTYuNy0xNS0xNVY4Ni44YzAtOC4yIDYuNy0xNSAxNS0xNXMxNSA2LjggMTUgMTV2MTU2LjhjMCA4LjMtNi43IDE1LTE1IDE1ek05NDUgMzcyLjJIODEuMmMtOC4yIDAtMTUtNi43LTE1LTE1czYuOC0xNSAxNS0xNUg5NDVjOC4yIDAgMTUgNi43IDE1IDE1cy02LjggMTUtMTUgMTV6IiBmaWxsPSIjOTg5ODk4Ii8+PC9zdmc+) no-repeat 97% 50%; }

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
  background: #fe6847; }

.is-selected .pika-button,
.has-event .pika-button {
  background: #03256c;
  -webkit-box-shadow: inset 0 1px 3px #03256c;
  box-shadow: inset 0 1px 3px #03256c; }

.lightBox {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: none; }

.lightBox-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); }

.lightBox-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 890px;
  box-sizing: border-box;
  -webkit-animation: lightboxContainer 0.3s ease-in-out;
  animation: lightboxContainer 0.3s ease-in-out; }

.lightBox-container .closeBtn {
  z-index: 2; }

.lightBox-container-infoArea {
  background: white;
  border-radius: 2px;
  padding: 30px;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 80vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15); }

.lightBox-container-text {
  font-size: 17px;
  line-height: 30px;
  padding-top: 20px;
  margin-bottom: 20px; }

.lightBox-container-text .focusText {
  color: #ab3533;
  font-size: 20px; }

.lightBox-container-btnArea {
  margin-top: 30px;
  text-align: center;
  font-size: 0px; }

.lightBox-container-btn {
  display: inline-block;
  padding: 0px 24px; }

.lightBox-container.fixedHeight {
  top: 10vh;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.lightBox-container.fixedHeight > div {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 80vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.lightBox-youtube {
  position: relative;
  margin: 0 auto;
  padding-bottom: 56.25%; }

.lightBox-youtube iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }

.lightBox.show {
  display: block; }

.lightBox .tit-type2 {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px; }

.lightBox .btn-area:last-of-type {
  margin-bottom: 0px; }

@media screen and (max-width: 991px) {
  .lightBox-container {
    width: 90%; }
  .lightBox-container-infoArea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 15px; }
  .lightBox-container .tit:before,
  .lightBox-container .tit:after {
    display: none; }
  .lightBox-container .tit > strong {
    max-width: none; } }

@media screen and (max-width: 767px) {
  .lightBox-container-infoArea {
    border-width: 4px; }
  .lightBox-container-btn {
    margin-bottom: 15px; } }

@-webkit-keyframes lightboxContainer {
  0% {
    opacity: 0; } }

@keyframes lightboxContainer {
  0% {
    opacity: 0; } }

.openLightBox {
  cursor: pointer; }

.closeBtn {
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 25px;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 100%;
  color: #fff;
  background: #003e8d;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(0, 62, 141, 0.3);
  box-shadow: 0px 0px 0px 4px rgba(0, 62, 141, 0.3);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.closeBtn:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 0%;
  height: 0%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  border-radius: 100%; }

.closeBtn i {
  position: relative; }

.closeBtn:hover:before {
  width: 100%;
  height: 100%; }

@media screen and (max-width: 767px) {
  .closeBtn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px; } }

#downloadEstimate .lightBox-container {
  max-width: 600px; }

#downloadEstimate .lightBox-container-infoArea {
  padding: 30px 20px; }

.downloadEstimate-selectItem {
  padding-bottom: 15px;
  font-size: 0px; }

.downloadEstimate-selectItem:last-of-type {
  padding-bottom: 0px; }

.downloadEstimate-selectItem input[type="radio"] {
  vertical-align: middle; }

.downloadEstimate-selectItem-text {
  vertical-align: middle;
  padding-right: 6px; }

.downloadEstimate-selectItem select {
  vertical-align: middle; }

.downloadEstimate-selectItem-startEndDateItem {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  position: relative; }

.downloadEstimate-selectItem-startEndDateItem-area {
  display: inline-block;
  vertical-align: middle;
  font-size: 0px; }

.downloadEstimate-selectItem-startEndDateItem i {
  font-size: 25px;
  vertical-align: middle;
  cursor: pointer; }

.downloadEstimate-selectItem-startEndDateItem:nth-of-type(1) {
  padding-right: 24px; }

.downloadEstimate-selectItem-startEndDateItem:nth-of-type(1):after {
  content: '~';
  position: absolute;
  top: 50%;
  right: 7px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px; }

.downloadEstimate-selectItem-startEndDateItem input[type="text"] {
  width: 180px; }

.downloadEstimate-selectItem .radio-text {
  padding-right: 8px; }

.downloadEstimate-notice {
  position: relative;
  padding-left: 33px;
  padding-top: 15px;
  font-size: 15px;
  border-top: dashed 1px #ccc; }

.downloadEstimate-notice:before {
  content: '註：';
  position: absolute;
  top: 15px;
  left: 0px; }

.downloadEstimate-notice ol {
  list-style-type: decimal-leading-zero;
  margin: 0px;
  padding-left: 27px; }

.downloadEstimate-notice ol li {
  padding-bottom: 3px; }

.downloadEstimate-notice ol li:last-of-type {
  padding-bottom: 0px; }

@media screen and (max-width: 767px) {
  .downloadEstimate-selectItem input[type="radio"] {
    width: 20px;
    height: 20px; }
  .downloadEstimate-selectItem-startEndDateItem-area {
    padding-top: 5px;
    display: block; }
  .downloadEstimate-selectItem-startEndDateItem input[type="text"] {
    width: 108px; }
  .downloadEstimate-selectItem-startEndDateItem i {
    font-size: 20px; } }

.precautions {
  font-size: 14px;
  color: #4e4e4e;
  padding-top: 65px;
  padding-top: 35px;
  margin-bottom: -10px; }

.precautions-tit {
  font-size: 20px; }

.precautions-text p,
.precautions-text ul,
.precautions-text ol {
  margin: 10px 0px; }

.precautions-text ul,
.precautions-text ol {
  padding-left: 15px; }

.precautions-text ul li,
.precautions-text ol li {
  padding-bottom: 3px; }

.precautions-text ul li:last-of-type,
.precautions-text ol li:last-of-type {
  padding-bottom: 0px; }

.precautions-text-notice {
  position: relative;
  padding-left: 32px; }

.precautions-text-notice-tit {
  position: absolute;
  top: 0px;
  left: 0px; }

.currencySwitching {
  font-size: 0px;
  text-align: right;
  background: #fff;
  padding-top: 25px;
  padding-bottom: 20px;
  border-bottom: solid 1px #ddd; }

.currencySwitching-tit,
.currencySwitching .btn-m {
  display: inline-block;
  vertical-align: middle; }

.currencySwitching-tit {
  font-size: 16px; }

.currencySwitching .btn-m {
  margin-left: 11px;
  width: 89px; }

.historicalNetWorthSearch {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 40px; }

.historicalNetWorthSearch-info {
  max-width: 755px;
  margin: 0 auto; }

.historicalNetWorthSearch-text {
  padding-bottom: 5px; }

.historicalNetWorthSearch-item {
  font-size: 0px;
  margin: 14px 0px; }

.historicalNetWorthSearch-item:last-of-type {
  margin-bottom: 0px; }

.historicalNetWorthSearch-item select {
  min-width: 292px; }

.historicalNetWorthSearch-item .radio-text {
  padding-right: 8px; }

.historicalNetWorthSearch-item .btn,
.historicalNetWorthSearch-item .estimate-viewPastDataBtn {
  display: inline-block;
  vertical-align: middle;
  width: 90px; }

.historicalNetWorthSearch-remark {
  font-size: 14px;
  background: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #4e4e4e;
  border-top: solid 1px #ddd; }

@media screen and (max-width: 767px) {
  .historicalNetWorthSearch {
    padding-top: 20px;
    padding-bottom: 20px; }
  .historicalNetWorthSearch-item {
    margin: 25px 0px; }
  .historicalNetWorthSearch-item select {
    margin-top: 5px; }
  .historicalNetWorthSearch-item .dateSelectArea {
    margin-top: 5px; }
  .historicalNetWorthSearch-item .dateSelectArea select {
    margin-top: 0px; }
  .historicalNetWorthSearch-item .btn,
  .historicalNetWorthSearch-item .estimate-viewPastDataBtn {
    width: 100%;
    margin-top: 25px; } }

.dateSelectArea {
  display: inline-block;
  vertical-align: middle; }

.dateSelectArea select,
.dateSelectArea span {
  vertical-align: middle; }

.dateSelectArea select {
  min-width: 0; }

.dateSelectArea span {
  font-size: 16px;
  padding: 0px 5px; }

@media screen and (max-width: 767px) {
  .dateSelectArea span {
    font-size: 12px;
    padding: 0px 3px; } }

.trend {
  background: #fff;
  padding-bottom: 30px; }

.trend-chart {
  display: block;
  margin: 0 auto;
  max-width: 760px; }

.trend-top {
  max-width: 760px;
  padding-top: 40px;
  margin: 0 auto;
  position: relative;
  z-index: 1; }

.trend-top-tit {
  float: left;
  background: #e6e6e6;
  color: #999;
  margin-left: 4.5%;
  padding: 0px 10px; }

.trend-top-tit:nth-of-type(2) {
  float: right;
  margin: 0px; }

.trend-top .btn-m {
  position: absolute;
  width: 80px;
  right: 0px;
  top: 73px; }

.trend svg .highcharts-button text,
.trend svg .highcharts-tooltip text {
  font-family: Arial, "Microsoft JhengHei", "Helvetica Neue", Helvetica, sans-serif !important; }

.trend svg .highcharts-button[transform="translate(30,10)"] {
  -webkit-transform: translateX(25px) translateY(10px);
  -ms-transform: translateX(25px) translateY(10px);
  transform: translateX(25px) translateY(10px); }

.trend svg .highcharts-button[transform="translate(60,10)"] {
  -webkit-transform: translateX(55px) translateY(10px);
  -ms-transform: translateX(55px) translateY(10px);
  transform: translateX(55px) translateY(10px); }

.trend svg .highcharts-button[transform="translate(90,10)"] {
  -webkit-transform: translateX(85px) translateY(10px);
  -ms-transform: translateX(85px) translateY(10px);
  transform: translateX(85px) translateY(10px); }

.trend svg .highcharts-button[transform="translate(120,10)"] {
  -webkit-transform: translateX(115px) translateY(10px);
  -ms-transform: translateX(115px) translateY(10px);
  transform: translateX(115px) translateY(10px); }

.trend svg .highcharts-button[transform="translate(150,10)"] {
  -webkit-transform: translateX(145px) translateY(10px);
  -ms-transform: translateX(145px) translateY(10px);
  transform: translateX(145px) translateY(10px); }

.trend svg .highcharts-button[transform="translate(180,10)"] {
  -webkit-transform: translateX(175px) translateY(10px);
  -ms-transform: translateX(175px) translateY(10px);
  transform: translateX(175px) translateY(10px); }

.trend svg .highcharts-button[transform="translate(210,10)"] {
  -webkit-transform: translateX(205px) translateY(10px);
  -ms-transform: translateX(205px) translateY(10px);
  transform: translateX(205px) translateY(10px); }

.trend-bottom {
  background: #ddd;
  max-width: 755px;
  margin: 50px auto 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 45px 0px; }

.trend-bottom-tit,
.trend-bottom-item {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 15px; }

.trend-bottom-item .focus {
  color: #fe6847; }

@media screen and (max-width: 767px) {
  .trend-top {
    padding-top: 20px;
    padding-bottom: 10px; }
  .trend-top-tit {
    margin-left: 0px; }
  .trend-top-tit:nth-of-type(2) {
    display: none; }
  .trend-top .btn-m {
    width: 30px;
    right: -11px;
    display: none; }
  .trend svg {
    margin-right: -15px; }
  .trend svg .highcharts-input-group {
    display: none; }
  .trend svg .highcharts-button[transform="translate(30,10)"] {
    -webkit-transform: scale(1.85) translateX(0px) translateY(0px);
    -ms-transform: scale(1.85) translateX(0px) translateY(0px);
    transform: scale(1.85) translateX(0px) translateY(0px); }
  .trend svg .highcharts-button[transform="translate(60,10)"] {
    -webkit-transform: scale(1.85) translateX(35px) translateY(0px);
    -ms-transform: scale(1.85) translateX(35px) translateY(0px);
    transform: scale(1.85) translateX(35px) translateY(0px); }
  .trend svg .highcharts-button[transform="translate(90,10)"] {
    -webkit-transform: scale(1.85) translateX(70px) translateY(0px);
    -ms-transform: scale(1.85) translateX(70px) translateY(0px);
    transform: scale(1.85) translateX(70px) translateY(0px); }
  .trend svg .highcharts-button[transform="translate(120,10)"] {
    -webkit-transform: scale(1.85) translateX(105px) translateY(0px);
    -ms-transform: scale(1.85) translateX(105px) translateY(0px);
    transform: scale(1.85) translateX(105px) translateY(0px); }
  .trend svg .highcharts-button[transform="translate(150,10)"] {
    -webkit-transform: scale(1.85) translateX(140px) translateY(0px);
    -ms-transform: scale(1.85) translateX(140px) translateY(0px);
    transform: scale(1.85) translateX(140px) translateY(0px); }
  .trend svg .highcharts-button[transform="translate(180,10)"] {
    -webkit-transform: scale(1.85) translateX(175px) translateY(0px);
    -ms-transform: scale(1.85) translateX(175px) translateY(0px);
    transform: scale(1.85) translateX(175px) translateY(0px); }
  .trend svg .highcharts-button[transform="translate(210,10)"] {
    -webkit-transform: scale(1.85) translateX(210px) translateY(0px);
    -ms-transform: scale(1.85) translateX(210px) translateY(0px);
    transform: scale(1.85) translateX(210px) translateY(0px); }
  .trend-bottom {
    margin-top: 20px;
    padding: 20px 0px; }
  .trend-bottom-tit,
  .trend-bottom-item {
    display: block;
    margin: 0px 8px; } }

/*for ie10 、 ie11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .trend-chart {
    width: 760px;
    height: 546px; } }

.fundSearchArea {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #ddd;
  position: relative;
  font-size: 0px; }

.fundSearchArea-select {
  position: relative;
  display: inline-block;
  vertical-align: bottom; }

.fundSearchArea-select-tit {
  font-size: 16px; }

.fundSearchArea-select:nth-of-type(2) {
  position: absolute;
  bottom: 30px;
  left: 176px;
  right: 135px; }

.fundSearchArea-select:nth-of-type(2) select {
  width: 100%; }

.fundSearchArea .btn,
.fundSearchArea .estimate-viewPastDataBtn {
  width: 90px;
  position: absolute;
  right: 30px;
  bottom: 30px; }

@media screen and (max-width: 767px) {
  .fundSearchArea-select:nth-of-type(2) {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    padding-top: 15px;
    padding-bottom: 15px; }
  .fundSearchArea .btn,
  .fundSearchArea .estimate-viewPastDataBtn {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%; } }

/* 首頁 */
.banner {
  margin-top: -46px;
  position: relative;
  height: 426px;
  overflow: hidden; }
  .banner img {
    display: block;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  @media screen and (max-width: 1199px) {
    .banner {
      height: 365px; } }
  @media screen and (max-width: 991px) {
    .banner {
      height: auto;
      margin-top: -30px; }
      .banner img {
        position: relative;
        left: auto;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        height: auto;
        width: 100%; } }

.indexLink {
  font-size: 0px;
  margin: 73px -7px; }
  .indexLink-item {
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    padding: 0px 7px; }
    .indexLink-item a {
      display: block; }
      .indexLink-item a:hover .indexLink-item-top-tit {
        opacity: 0; }
      .indexLink-item a:hover .indexLink-item-top-mask {
        opacity: 1; }
    .indexLink-item-top {
      position: relative;
      text-align: center; }
      .indexLink-item-top-img {
        display: block;
        width: 100%; }
      .indexLink-item-top-tit {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
        color: #fff;
        font-weight: bold;
        font-size: 26px;
        text-shadow: 0px 0px 7px black, 0px 0px 7px black;
        -webkit-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        transition: 0.3s ease all; }
      .indexLink-item-top-mask {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        background: rgba(9, 10, 29, 0.4);
        overflow: hidden;
        -webkit-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        transition: 0.3s ease all;
        opacity: 0; }
        .indexLink-item-top-mask-text {
          font-weight: bold;
          color: #fff;
          font-size: 20px;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 100%; }
        .indexLink-item-top-mask:after {
          content: '';
          position: absolute;
          bottom: -50px;
          left: 0px;
          right: 0px;
          -webkit-box-shadow: 0px 0px 133px 35px #f8c266;
          box-shadow: 0px 0px 133px 35px #f8c266; }
      .indexLink-item-top-arrow {
        position: absolute;
        bottom: 0px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        border-bottom: solid 20px #fff;
        border-left: solid 12px transparent;
        border-right: solid 12px transparent; }
    .indexLink-item-bottom {
      background: #fff;
      border: solid 1px #d8d8d8;
      border-top: none;
      font-size: 18px;
      padding: 17px;
      color: #000;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      min-height: 143px; }
  @media screen and (max-width: 767px) {
    .indexLink {
      margin: 40px -7px; }
      .indexLink-item {
        width: 50%;
        padding: 7px; }
        .indexLink-item-top-tit {
          font-size: 20px; }
        .indexLink-item-bottom {
          font-size: 16px;
          min-height: 131px; } }

.indexQuotesItem {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 0px 9px; }
  .indexQuotesItem-area {
    font-size: 0px;
    margin: 45px -9px;
    padding-bottom: 50px;
    border-bottom: solid 1px #ddd; }
  .indexQuotesItem-header {
    border-bottom: solid 6px #ddd;
    padding: 0px 12px; }
    .indexQuotesItem-header-tit, .indexNews-tit, .indexQuotesItem-header-time {
      display: inline-block;
      vertical-align: middle; }
    .indexQuotesItem-header-tit, .indexNews-tit {
      font-weight: bold;
      font-size: 26px;
      padding-right: 12px; }
    .indexQuotesItem-header-time {
      font-size: 16px;
      line-height: 27px;
      color: #959595;
      border-left: solid 1px #dddddd;
      padding-left: 10px; }
  .indexQuotesItem-main {
    background: #fff;
    font-size: 0px; }
    .indexQuotesItem-main-contentItem {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 22px 15px 15px; }
      .indexQuotesItem-main-contentItem-head {
        position: relative;
        padding: 30px 0px 14px; }
        .indexQuotesItem-main-contentItem-head-num {
          position: absolute;
          font-size: 20px;
          color: #959595;
          top: 0px;
          left: 0px;
          width: 100%; }
        .indexQuotesItem-main-contentItem-head-tit {
          font-weight: bold;
          font-size: 20px; }
          .indexQuotesItem-main-contentItem-head-tit small {
            font-size: 15px;
            font-weight: normal; }
      .indexQuotesItem-main-contentItem-main {
        font-size: 0px;
        background: #f7f7f7;
        padding: 0px 10px; }
        .indexQuotesItem-main-contentItem-main-content {
          display: inline-block;
          vertical-align: top;
          font-size: 15px;
          text-align: center;
          width: 50%; }
          .indexQuotesItem-main-contentItem-main-content.single {
            width: 100%; }
          .indexQuotesItem-main-contentItem-main-content-item {
            padding: 16px 0px 20px; }
            .indexQuotesItem-main-contentItem-main-content-item-tit {
              font-size: 16px;
              color: #959595; }
            .indexQuotesItem-main-contentItem-main-content-item-text {
              font-size: 20px;
              font-weight: bold; }
              .indexQuotesItem-main-contentItem-main-content-item-text.up {
                color: #fe6847; }
              .indexQuotesItem-main-contentItem-main-content-item-text.down {
                color: #488106; }
            .indexQuotesItem-main-contentItem-main-content-item:nth-of-type(2) {
              border-top: solid 1px #ddd; }
              .indexQuotesItem-main-contentItem-main-content-item:nth-of-type(2) .indexQuotesItem-main-contentItem-main-content-item-tit {
                font-size: 15px; }
			 .indexQuotesItem-main .btn {
				width: 90px;
				right: 30px;
				bottom: 30px;
				margin-left: auto;
				margin-right: 15px;
				padding-bottom: 18px;}
			 .indexQuotesItem-main .btn a {
				padding-top: 5px;
				padding-bottom: 5px;}
  @media screen and (max-width: 1399px) {
    .indexQuotesItem-main-contentItem-head-num {
      font-size: 17px; }
    .indexQuotesItem-main-contentItem-head-tit {
      font-size: 18px; } }
  @media screen and (max-width: 1199px) {
    .indexQuotesItem-main {
      padding: 0px 6px; }
      .indexQuotesItem-main-contentItem {
        padding: 22px 6px 15px; }
        .indexQuotesItem-main-contentItem-head-tit {
          letter-spacing: -0.5px;
          font-size: 17px; }
          .indexQuotesItem-main-contentItem-head-tit small {
            font-size: 12px; }
        .indexQuotesItem-main-contentItem-main-content-item-text {
          font-size: 18px; }
          .indexQuotesItem-main-contentItem-main-content-item-text i {
            font-size: 15px; } }
  @media screen and (max-width: 991px) {
    .indexQuotesItem {
      display: block;
      width: auto;
      padding-top: 30px; }
      .indexQuotesItem:nth-of-type(1) {
        padding-top: 0px; } }
  @media screen and (max-width: 767px) {
    .indexQuotesItem-header-tit, .indexNews-tit {
      font-size: 20px; }
    .indexQuotesItem-header-time {
      font-size: 14px; }
    .indexQuotesItem-main {
      border: solid 1px #d8d8d8;
      border-top: none; }
      .indexQuotesItem-main-contentItem {
        display: block;
        width: auto; }
        .indexQuotesItem-main-contentItem:nth-of-type(1) {
          border-bottom: dashed 1px #ddd; }
        .indexQuotesItem-main-contentItem-head {
          padding-top: 0px; }
          .indexQuotesItem-main-contentItem-head-num {
            position: relative; } }

.indexNews {
  margin: 40px 0px; }
  .indexNews-tit {
    padding-bottom: 15px; }
  .indexNews-item {
    position: relative;
    padding-bottom: 16px; }
    .indexNews-item:last-of-type {
      padding-bottom: 0px; }
    .indexNews-item a {
      color: #2f2f2f;
      border-bottom: solid 1px transparent;
      -webkit-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      transition: 0.3s ease all; }
      .indexNews-item a:hover {
        border-bottom-color: #2f2f2f; }
    .indexNews-item-date {
      font-size: 16px;
      line-height: 30px;
      background: #fff;
      position: absolute;
      left: 0px;
      top: 0px;
      width: 105px;
      border-bottom: solid 4px #fead9b;
      text-align: center;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .indexNews-item-tit {
      font-size: 20px;
      padding-left: 117px;
      font-weight: bold; }
  @media screen and (max-width: 767px) {
    .indexNews-item-date {
      line-height: 24px;
      font-size: 14px; }
    .indexNews-item-tit {
      font-size: 16px; } }

/* 懶人包 */
.qaArea {
  background: #b9ddec url(../images/qaBanner-bg.png) top center no-repeat;
  margin: 22px 0px -46px;
  padding-bottom: 46px; }
  .qaArea-banner {
    padding: 26px 0px 80px; }
    .qaArea-banner-main {
      display: block;
      max-width: 100%; }
  .qaArea-tab {
    font-size: 0px;
    text-align: center;
    padding-bottom: 12px; }
    .qaArea-tab-item {
      display: inline-block;
      vertical-align: top;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 332px;
      margin: 0px 24px; }
      .qaArea-tab-item-icon {
        display: block;
        margin: 0 auto; }
      .qaArea-tab-item-tit {
        background-repeat: no-repeat;
        background-size: 100%;
        color: #fff;
        font-weight: bold;
        font-size: 32px;
        letter-spacing: 2px;
        padding: 14px 0px;
        margin-top: 13px; }
      .qaArea-tab-item a {
        -webkit-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        transition: 0.3s ease all;
        position: relative;
        top: 0px; }
        .qaArea-tab-item a:hover {
          top: -5px; }
      .qaArea-tab-item.item1 .qaArea-tab-item-tit {
        background-image: url(../images/qaTabTitBg-1.png); }
      .qaArea-tab-item.item2 .qaArea-tab-item-tit {
        background-image: url(../images/qaTabTitBg-2.png); }
      .qaArea-tab-item.item3 .qaArea-tab-item-tit {
        background-image: url(../images/qaTabTitBg-3.png); }
      .qaArea-tab-item.item4 .qaArea-tab-item-tit {
        background-image: url(../images/qaTabTitBg-4.png); }
  .qaArea-tabContent {
    background: #fff;
    border: solid 4px #262626;
    border-radius: 4px;
    padding: 53px 72px; }
  .qaArea-qaList {
    margin-bottom: 18px; }
    .qaArea-qaList:last-of-type {
      margin-bottom: 0px; }
    .qaArea-qaList-tit {
      position: relative;
      background: #f2f2f3;
      padding: 18px 60px 17px;
      cursor: pointer; }
      .qaArea-qaList-tit-icon {
        position: absolute;
        top: 17px;
        left: 16px;
        border-radius: 100%;
        color: #fff;
        font-weight: bold;
        background: #ed5858;
        width: 33px;
        line-height: 33px;
        text-align: center;
        font-size: 22px; }
      .qaArea-qaList-tit-content {
        font-weight: bold;
        font-size: 24px;
        line-height: 1.3; }
      .qaArea-qaList-tit-toggleIcon {
        font-size: 48px;
        line-height: 25px;
        font-weight: bold;
        color: #ed5858;
        position: absolute;
        top: 20px;
        right: 20px;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        transition: 0.3s ease all; }
      .qaArea-qaList-tit.active .qaArea-qaList-tit-toggleIcon {
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg); }
    .qaArea-qaList-answer {
      border: solid 2px #f2f2f3;
      border-top: none;
      padding: 15px 15px;
      display: none; }
  @media screen and (max-width: 1399px) {
    .qaArea-tab-item {
      width: 270px; }
      .qaArea-tab-item-tit {
        padding: 7px 0px; } }
  @media screen and (max-width: 1199px) {
    .qaArea {
      background-size: 171vw; }
      .qaArea-tab-item {
        width: 240px; }
        .qaArea-tab-item-tit {
          padding: 3px 0px; }
      .qaArea-tabContent {
        padding: 40px 30px; } }
  @media screen and (max-width: 991px) {
    .qaArea {
      margin-bottom: -30px;
      padding-bottom: 30px; }
      .qaArea-banner {
        padding-bottom: 50px; }
      .qaArea-tab-item {
        width: 185px; }
        .qaArea-tab-item-icon {
          width: 120px; }
        .qaArea-tab-item-tit {
          font-size: 25px;
          margin-top: 8px; } }
  @media screen and (max-width: 767px) {
    .qaArea {
      background-size: 186vw; }
      .qaArea-banner {
        padding-bottom: 30px; }
      .qaArea-tab {
        margin: 0px -7px; }
        .qaArea-tab-item {
          width: 33.33333%;
          margin: 0px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          padding: 0px 7px; }
          .qaArea-tab-item-icon {
            width: 70px; }
          .qaArea-tab-item-tit {
            letter-spacing: 0px;
            font-size: 20px;
            background-image: none !important;
            -webkit-box-shadow: 1px 2px 3px 0px rgba(96, 37, 21, 0.75);
            box-shadow: 1px 2px 3px 0px rgba(96, 37, 21, 0.75);
            border-radius: 80px; }
          .qaArea-tab-item.item1 .qaArea-tab-item-tit {
            background: #ef698f; }
          .qaArea-tab-item.item2 .qaArea-tab-item-tit {
            background: #0caa87; }
          .qaArea-tab-item.item3 .qaArea-tab-item-tit {
            background: #eb9101; }
      .qaArea-tabContent {
        padding: 10px 10px;
        border: solid 2px; }
      .qaArea-qaList-tit {
        padding: 18px 48px; }
        .qaArea-qaList-tit-icon {
          font-size: 18px;
          width: 30px;
          line-height: 30px;
          top: 13px;
          left: 10px; }
        .qaArea-qaList-tit-content {
          font-size: 19px; }
        .qaArea-qaList-tit-toggleIcon {
          font-size: 30px;
          line-height: 17px;
          right: 14px; }
      .qaArea-qaList-answer {
        padding: 10px; } }


.tab {
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	line-height: 1.5;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	width: 100%;
	margin-top: 10px;}

.tabs {
	display: table;
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;}

	.tabs ul {
	width: 100%;}
	.tabs li {
	line-height: 38px;
	padding: 0;
	position: relative;
	display: inline;}
	  
	.tabs li a {
	color: #888;
	font-weight: 500;
	display: inline-block;
	letter-spacing: 0;
	outline: none;
	width: 98%;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	line-height: 48px;
	}
  @media screen and (max-width: 767px) {
		.tabs li {
			line-height: 32px;}
	  	.tabs li a {
		  	line-height: 32px;}
	}

.tabs_item {
	display: none;
	padding: 0px 0;}
.tabs_item h4 {
	font-weight: bold;
	font-size: 20px;
	margin: 5px;
	color: #2C5D7C;}
.tabs_item:first-child {display: block}
ul.tabs.active {
	padding-left: 0px;}
.tabs_item img {
	width: 100%;
	height: auto;
}

.current a {}

#wrapper-buttons{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}/*
#wrapper-buttons:hover {
	cursor: pointer;
}*/
#wrapper-buttons .dropdown {
	border: solid thin #100;
	display: none;
}
#one   {
	display: none;
}
#two   {
	display: none;
}
#wrapper-buttons .press {
	box-sizing: border-box;
}


.openAccountWay {
  padding-bottom: 0px;
  padding-top: 100px; }
  .openAccountWay-bg {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 187px;
    background: #ffd940; }
    .openAccountWay-bg-car {
      position: absolute;
      left: 3vw;
      top: -2.5vw;
      width: 10.573vw;
      -webkit-animation: openAccountWay-car 3s ease-out infinite;
      animation: openAccountWay-car 3s ease-out infinite;
      -webkit-animation-delay: 1s;
      animation-delay: 1s; }
    .openAccountWay-bg-step {
      position: absolute;
      top: -35px; }
      .openAccountWay-bg-step span {
        position: absolute;
        font-size: 13px;
        color: #560083;
        white-space: nowrap;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -15px; }
      .openAccountWay-bg-step:nth-of-type(1) {
        left: 5vw; }
      .openAccountWay-bg-step:nth-of-type(2) {
        right: 5vw; }
  .openAccountWay-item {
    display: inline-block;
    vertical-align: top;
    padding: 0px 16px 41px;
    position: relative; }
    .openAccountWay-item-area {
      font-size: 0px;
      text-align: center;
      padding-right: 230px; }
    .openAccountWay-item-top {
      margin: 0 auto;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-radius: 100%;
      background: #c72d59;
      border: solid 5px #8b082d;
      width: 200px;
      height: 200px;
      padding-top: 20px;
      display: block;
      -webkit-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      transition: 0.3s ease all;
      position: relative;
      top: 0px;
      -webkit-animation: openAccountWay-item-top 0.3s ease-in infinite alternate;
      animation: openAccountWay-item-top 0.3s ease-in infinite alternate;
      cursor: pointer; }
      .openAccountWay-item-top-quotationMarks {
        position: absolute;
        top: 0px;
        right: -10px; }
      .openAccountWay-item-top-icon {
        display: block;
        margin: 0 auto; }
      .openAccountWay-item-top-tit {
        font-size: 22px;
        font-weight: bold;
        color: #fff;
        padding-top: 5px; }
      .openAccountWay-item-top:hover {
        top: -4px; }
    .openAccountWay-item .btn a {
      color: #fff;
      text-align: center;
      display: inline-block; }
      .openAccountWay-item .btn a i {
        -webkit-animation: openAccountWay-item-btnArrow 0.3s ease-out infinite alternate;
        animation: openAccountWay-item-btnArrow 0.3s ease-out infinite alternate; }
    .openAccountWay-item:nth-of-type(2) .openAccountWay-item-top {
	background-color: #055EA7;
	border-color: #0D3F82;
	-webkit-animation: none;
	animation: none;
}
    .openAccountWay-item:nth-of-type(2) .btn a i {
      -webkit-animation: none;
      animation: none; }
    .openAccountWay-item.active:before {
      content: '';
      position: absolute;
      bottom: 0px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      border-bottom: solid 26px #32004c;
      border-left: solid 31px transparent;
      border-right: solid 31px transparent; }
    .openAccountWay-item-openStepBtn {
      font-size: 16px;
      cursor: pointer;
      padding-top: 5px; }
  .openAccountWay-women {
    position: absolute;
    bottom: 0px;
    right: 0px; }
    .openAccountWay-women-women {
      display: block; }
    .openAccountWay-women-quotationMarks {
      position: absolute;
      top: 0px;
      left: 0px; }
    .openAccountWay-women-text {
      font-size: 30px;
      color: #3f0060;
      position: absolute;
      top: 35px;
      left: -110px;
      font-weight: bold;
      -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate(13deg);
      -ms-transform: rotate(13deg);
      transform: rotate(13deg); }
  @media screen and (max-width: 1199px) {
    .openAccountWay {
      padding-top: 50px; }
      .openAccountWay-item {
        padding: 0px 10px 41px; }
        .openAccountWay-item-area {
          padding-right: 23vw;
          margin-left: -10px;
          margin-right: -10px; }
        .openAccountWay-item .btn a {
          padding: 0px 18px; }
      .openAccountWay-women-women {
        width: 25vw; }
      .openAccountWay-women-text {
        top: -2px;
        left: -70px;
        font-size: 24px; }
      .openAccountWay-women-quotationMarks {
        top: -28px;
        left: 30px;
        width: 6vw; } }
  @media screen and (max-width: 991px) {
    .openAccountWay-item {
      text-align: center; }
      .openAccountWay-item-area {
        text-align: left;
        padding-right: 0px; }
      .openAccountWay-item .btn a {
        padding: 11px 15px;
        font-size: 18px;
        line-height: 1.3; }
      .openAccountWay-item-top {
        width: 160px;
        height: 160px;
        padding-top: 30px; }
        .openAccountWay-item-top-icon {
          width: 70px; }
        .openAccountWay-item-top-quotationMarks {
          top: -13px;
          right: -17px;
          width: 20px; }
    .openAccountWay-women {
      right: -30px; }
      .openAccountWay-women-women {
        width: 31vw; }
    .openAccountWay-bg-step {
      display: none; } }
  @media screen and (max-width: 767px) {
    .openAccountWay {
      padding-top: 170px; }
      .openAccountWay-bg-car {
        display: none; }
      .openAccountWay-item {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 49%;
        padding: 0px 6px 3px; }
        .openAccountWay-item-area {
          z-index: 1;
          position: relative; }
        .openAccountWay-item-top {
          width: 100%;
          height: calc(50vw - 15px - 12px);
          padding-top: 6vw; }
          .openAccountWay-item-top-icon, .openAccountWay-item-top-tit {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }
          .openAccountWay-item-top-icon {
            margin-top: -30px; }
          .openAccountWay-item-top-tit {
            font-size: 18px;
            margin-top: 30px; }
        .openAccountWay-item.active:before {
          display: none; }
      .openAccountWay-women {
        bottom: 187px;
        right: 5vw; }
        .openAccountWay-women-women {
          width: 54vw; }
        .openAccountWay-women-quotationMarks {
          display: none; }
        .openAccountWay-women-text {
          top: 48px;
          left: -100px;
          -webkit-transform: rotate(15deg);
          -ms-transform: rotate(15deg);
          transform: rotate(15deg); } }
  @media screen and (max-width: 320px) {
    .openAccountWay-item-top-tit {
      font-size: 15px; } }

@-webkit-keyframes openAccountWay-item-top {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

@keyframes openAccountWay-item-top {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

@-webkit-keyframes openAccountWay-item-btnArrow {
  0% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px); } }

@keyframes openAccountWay-item-btnArrow {
  0% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px); } }

@-webkit-keyframes openAccountWay-car {
  50% {
    opacity: 1; }
  80% {
    left: 100vw;
    opacity: 0; }
  100% {
    left: 100vw;
    opacity: 0; } }

@keyframes openAccountWay-car {
  50% {
    opacity: 1; }
  80% {
    left: 100vw;
    opacity: 0; }
  100% {
    left: 100vw;
    opacity: 0; } }

.openAccountStep {
  background: #32004c;
  padding: 45px 0px;
  display: none;
  position: relative; }
  .openAccountStep-tit, .notice-tit {
    font-weight: bold;
    text-align: center;
    color: #ffd940;
    font-size: 30px; }
    .openAccountStep-tit-stit {
      font-weight: normal;
      color: #fff;
      font-size: 18px; }
  .openAccountStep-item {
    color: #fff;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20%;
    padding: 0px 8px;
    -webkit-animation: openAccountStep-item 0.2s ease backwards;
    animation: openAccountStep-item 0.2s ease backwards; }
    .openAccountStep-item-area {
      font-size: 0px;
      text-align: center;
      padding-top: 15px;
      margin: 0px -8px; }
    .openAccountStep-item-icon {
      background: #fff;
      border-radius: 10px; }
      .openAccountStep-item-icon img {
        width: 100%;
        display: block; }
    .openAccountStep-item-no {
      font-weight: bold;
      color: #ffd940;
      font-size: 22px;
      padding-top: 5px; }
    .openAccountStep-item-text {
      font-size: 18px; }
    .openAccountStep-item-remark {
      font-size: 16px; }
    .openAccountStep-item:nth-of-type(1) {
      -webkit-animation-delay: 0s;
      animation-delay: 0s; }
    .openAccountStep-item:nth-of-type(2) {
      -webkit-animation-delay: 0.2s;
      animation-delay: 0.2s; }
    .openAccountStep-item:nth-of-type(3) {
      -webkit-animation-delay: 0.4s;
      animation-delay: 0.4s; }
    .openAccountStep-item:nth-of-type(4) {
      -webkit-animation-delay: 0.6s;
      animation-delay: 0.6s; }
    .openAccountStep-item:nth-of-type(5) {
      -webkit-animation-delay: 0.8s;
      animation-delay: 0.8s; }
  @media screen and (max-width: 991px) {
    .openAccountStep-tit, .notice-tit {
      font-size: 25px; }
    .openAccountStep-item-no {
      font-size: 18px; }
    .openAccountStep-item-text {
      font-size: 16px; }
    .openAccountStep-item-remark {
      font-size: 14px; } }
  @media screen and (max-width: 767px) {
    .openAccountStep:before {
      content: '';
      position: absolute;
      top: -26px;
      left: 25%;
      -webkit-transform: translateX(-13px);
      -ms-transform: translateX(-13px);
      transform: translateX(-13px);
      border-bottom: solid 26px #32004c;
      border-left: solid 31px transparent;
      border-right: solid 31px transparent; }
    .openAccountStep:nth-of-type(2):before {
      left: 70%; }
    .openAccountStep-item {
      width: 50%;
      padding: 8px; }
      .openAccountStep-item:nth-of-type(5) {
        width: 100%; }
      .openAccountStep-item-icon img {
        width: 160px;
        margin: 0 auto; } }

@-webkit-keyframes openAccountStep-item {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); } }

@keyframes openAccountStep-item {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); } }




/*191210 dropdown menu*/
nav{
  margin: .3em auto;
  width: 620px;
}

ul.dropdown, ul.sub_menu{
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.dropdown{ 
  position: relative; 
  width: 100%; 
}

ul.dropdown li{
	font-weight: bold;
	float: left;
	width: 124px;
	position: relative;
}

ul.dropdown a:hover{ 
  color: #000; 
}

ul.dropdown li a { 
  display: block; 
  padding: 10px 3px;
  color: #34495e; 
  position: relative; 
  z-index: 2000; 
  text-align: center;
  text-decoration: none;
  font-weight: 400;
}

ul.dropdown li a:hover,
ul.dropdown li a.hover{
	background-color: #E1E1E1;
	position: relative;
}

ul.dropdown ul{ 
 display: none;
 position: absolute; 
  top: 0; 
  left: 0; 
  z-index: 1000;
}

ul.dropdown ul li { 
  font-weight: normal; 
  background: #f6f6f6; 
  color: #000; 
  border-bottom: 1px solid #ccc; 
}

ul.dropdown ul li a{ 
  display: block; 
  color: #34495e !important;
  background: #eee !important;
  padding: 16px 6px !important;	
} 

ul.dropdown ul li a:hover{
  display: block; 
  background: #3498db !important;
  color: #fff !important;
} 

.drop > a{
  position: relative;
}

.drop > a:after{
  content:"";
  position: absolute;
  right: 20px;
  top: 46%;
  border-left: 5px solid transparent;
  border-top: 5px solid #333;
  border-right: 5px solid transparent;
  z-index: 999;
}

.drop > a:hover:after{
  content:"";
  border-left: 5px solid transparent;
  border-top: 5px solid #fe6847;
  border-right: 5px solid transparent;
}
