html {
  font-size: 62.5%;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #FFFFFF;
}

.main {
  position: relative;
}

.pc {
  display: block;
}

.m {
  display: none;
}

/* Begin section 8 */
.section8 {
  background: url('//sc.cfygxz.com/source/www/homepage/section8_bg.png');
  background-size: 100% 100%;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
}

.section8 .title {
  text-align: center;
  color: #ffffff;
  font-size: 3em;
  font-weight: 700;
  margin: 150px 0 10px 0;
  letter-spacing: 5px;
}

.section8 .sub-title {
  text-align: center;
  font-size: 2em;
  color: #ffffff;
  font-weight: lighter;
  letter-spacing: 0.1em;
}

.section8 .sub-title .content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section8 .sub-title .content span {
  text-align: center;
  font-size: 1.7em;
  color: #ffae00;
  font-weight: normal;
  letter-spacing: 0.1em;
  padding: 0 3px;
}

.section8 .step {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}

.ipage-component-step,
.ipage-component-step[data-type=dark],
.ipage-component-step[data-type=light] {
  background: url('//sc.cfygxz.com/source/www/homepage/s8_step_bg.png');
  background-size: 100% 100%;
  max-width: 755px;
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  padding: 50px 0 30px 30px;
}

.ipage-component-step .ipage-component-step-ul {}

.ipage-component-step .ipage-component-step-ul .step-item-li {
  padding-bottom: 40px;
  position: relative;
}

.ipage-component-step .ipage-component-step-ul .step-item-li::before {
  z-index: 0;
  content: "";
  position: absolute;
  left: 24.5px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #8b8989;
}

.ipage-component-step .ipage-component-step-ul .step-item-li:last-child::before {
  height: 0;
}

.ipage-component-step .ipage-component-step-ul .step-item-li .step-item {
  display: flex;
  align-items: center;
}

.ipage-component-step .ipage-component-step-ul .step-item-li .no-content {
  align-items: center;
}

.ipage-component-step .ipage-component-step-ul .step-item-li .step-item .step-item-index {
  position: relative;
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  color: #ffffff;
  background: #8b8989;
  margin-right: 16px;
  cursor: pointer;
}

.ipage-component-step .ipage-component-step-ul .step-item-li .step-item .step-item-content {
  flex: 1;
}

.ipage-component-step .ipage-component-step-ul .step-item-li .step-item .step-item-content .step-item-content-title {
  font-weight: lighter;
  font-size: 1.9em;
  letter-spacing: 0.1em;
}

.ipage-component-step .ipage-component-step-ul .step-item-li .step-item .step-item-content .step-item-content-detail {
  font-size: 14px;
  color: #a8acb1;
}

.ipage-component-step .ipage-component-step-ul .step-item-li.active .step-item .step-item-index {
  color: #ffffff;
  background: #ffab00;
}

.ipage-component-step .ipage-component-step-ul .step-item-li.active .step-item .step-item-content .step-item-content-title {
  font-weight: 600;
}

.ipage-component-step-images {
  position: absolute;
  right: -1%;
  top: -11%;
}

.pc-image-position{
  position: absolute;
  right: -35%;
  top: -11%;
}

.ipage-component-step-images .step-item-image>img {
  max-width: 300px;
  width: 100%;
  height: auto;
}

.ipage-component-step-images .pc-image>img {
  max-width: 671.6px;
  width: 100%;
  height: auto;
}

.ipage-component-step-images .img-3 {
  position: relative;
}

.ipage-component-step-images .img-3 .grade-cust {
  position: absolute;
  top: 125px;
  left: -50px;
}

.ipage-component-step-images .img-3 .grade-cust>img {
  width: 387px;
  height: auto;
}

.section8 .container .btn-open {
  width: 75%;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.section8 .container .btn-open a {
  background-color: transparent;
  border: 1px solid;
  background-size: 100% 100%;
  border-color: #ffffff;
  width: 246px;
  height: 45px;
  margin: 0 10px;
  border-radius: 4px;
  font-size: 2em;
  color: #ffffff;
  font-weight: 600;
  line-height: 2.2em;
  display: flex;
  justify-content: center;
  font-family: Microsoft JhengHei;
}

.section8 .container .btn-open a:first-child:hover {
  background-color: #ffffff;
  border: 1px solid;
  background-size: 100% 100%;
  border-color: #ffffff;
  color: #063584;
}

.section8 .container .btn-open a:last-child {
  border: unset;
  border-color: unset;
  width: 180px;
  height: 45px;
  background: linear-gradient(180deg, rgba(255, 172, 0, 1) 0%, rgba(255, 136, 0, 1) 100%);
}

/* section8  title animation */
@import url('https://fonts.googleapis.com/css2?family=Arvo&display=swap');

.rotate span {
  font-size: 3rem;
  color: #ffffff;
  display: inline-flex;
  animation: rotate 4s infinite;
}

@keyframes rotate {

  0%,
  75% {
    transform: rotateY(360deg);
  }
}

.title span:nth-of-type(1) {
  animation-delay: 0.4s;
}

.title span:nth-of-type(2) {
  animation-delay: 0.8s;
}

.title span:nth-of-type(3) {
  animation-delay: 1.2s;
}

.title span:nth-of-type(4) {
  animation-delay: 1.6s;
}

.title span:nth-of-type(5) {
  animation-delay: 2s;
}

.title span:nth-of-type(6) {
  animation-delay: 2.4s;
}

/* .sub-title .content {
    font-family: "Play", sans-serif;
  }
  .sub-title .content .neon {
    margin: 1rem auto;
    animation: neon 1s ease infinite;
  }
  @keyframes neon {
    0%,
    100% {
        text-shadow: 0 0 10px #800e0b, 0 0 20px #800e0b, 0 0 20px #800e0b, 0 0 20px #800e0b, 0 0 2px #800e0b, 2px 2px 2px #40340a;
        color: #ffab1e;
    }
    50% {
        text-shadow: 0 0 2px #800e0b, 0 0 5px #800e0b, 0 0 5px #800e0b, 0 0 5px #800e0b, 0 0 2px #800e0b, 4px 4px 2px #40340a;
        color: #ffab00;
    }
  } */

/* End section8  title animation */
/* End section 8 */
/*-----------------------Begin media screen --------------------*/

@media (min-width: 480px) {
  .button-top {
    bottom: -37px;
    height: 57px;
  }

  .button-top a {
    height: 57px;
    line-height: 57px;
    font-size: 2.2em;
  }

  .button-top a.bt-left {
    background: url(//sc.cfygxz.com/source/www/homepage/buttop-left-1024.png) left no-repeat;
  }

  .button-top a.bt-left:hover {
    background: url(//sc.cfygxz.com/source/www/homepage/buttopl-hover-1024.png) left no-repeat;
  }

  .button-top a.bt-left:hover:before {
    left: 23%;
  }

  .button-top a.bt-left:before {
    top: 17px;
    left: 25%;
  }

  .button-top a.bt-right {
    background: url(//sc.cfygxz.com/source/www/homepage/buttop-right-1024.png) right no-repeat;
  }

  .button-top a.bt-right:hover {
    background: url(//sc.cfygxz.com/source/www/homepage/buttopr-hover-1024.png) right no-repeat;
  }

  .button-top a.bt-right:hover:before {
    left: 23%;
  }

  .button-top a.bt-right:before {
    top: 17px;
    left: 25%;
  }

  .section1 .quotation .block-1 {
    left: 0;
    top: 14.22%;
  }

  .section1 .quotation .block-2 {
    left: 49%;
    top: 6.22%;
  }

  .section1 .quotation .block-3 {
    left: 0;
    top: 51.63%;
  }

  .section1 .quotation .block-4 {
    left: 49%;
    top: 43.92%;
  }

  .section2 .chart-wrapper .gloss {
    top: 61.5%;
  }

  .section3 .calender .this-date {
    left: 30px;
    top: 20px;
  }

  .section3 .news-bg {
    margin-left: -7%;
  }

  .section4 h2 {}

  .section4 .item-wrapperi {
    width: 88%;
  }

  .section4 .itemdt-wrapp {
    width: 88%;
  }

  .section4 .zen-bg {
    position: absolute;
    top: -4%;
    max-width: 140%;
    height: auto;
    margin: 0 auto;
    left: -21%;
  }

  .section5 .info-custom .madlib-error {
    left: 5%;
  }

  .section7 .partner-icon .partner-display .partner-img>img {
    max-width: 91px;
  }

  /* .section8 .container .btn-open{
      width: 70%;
    } */
}

@media (min-width: 1024px) {
  .button-top {
    bottom: -37px;
    height: 57px;
  }

  .button-top a {
    height: 57px;
    line-height: 57px;
    font-size: 2.2em;
  }

  .button-top a.bt-left {
    background: url(//sc.cfygxz.com/source/www/homepage/buttop-left-1024.png) center no-repeat;
  }

  .button-top a.bt-left:hover {
    background: url(//sc.cfygxz.com/source/www/homepage/buttopl-hover-1024.png) center no-repeat;
  }

  .button-top a.bt-left:hover:before {
    left: 23%;
  }

  .button-top a.bt-left:before {
    top: 17px;
    left: 25%;
  }

  .button-top a.bt-right {
    background: url(//sc.cfygxz.com/source/www/homepage/buttop-right-1024.png) center no-repeat;
  }

  .button-top a.bt-right:hover {
    background: url(//sc.cfygxz.com/source/www/homepage/buttopr-hover-1024.png) center no-repeat;
  }

  .button-top a.bt-right:hover:before {
    left: 23%;
  }

  .button-top a.bt-right:before {
    top: 17px;
    left: 25%;
  }

  /* .section3 .calender .sub-info .star {
       padding-left: 3.5%;
     }*/
  .section4 .zen-bg {
    position: absolute;
    top: -4%;
    max-width: 140%;
    height: auto;
    margin: 0 auto;
    left: -21%;
  }

  .section5 .info-custom {
    font-size: 2.6em;
  }

  .section7 .partner-icon .partner-display .partner-img>img {
    max-width: 104px;
  }

  /* .section8 .container .btn-open{
      width: 65%;
    } */
}

@media (min-width: 1218px) {
  .button-top {
    height: 68px;
    bottom: -44px;
  }

  .button-top a {
    height: 68px;
    line-height: 68px;
  }

  .button-top a.bt-left {
    background: url(//sc.cfygxz.com/source/www/homepage/buttop-left.png) left center no-repeat;
  }

  .button-top a.bt-left:before {
    top: 22px;
    left: 29%;
  }

  .button-top a.bt-left:hover {
    background: url(//sc.cfygxz.com/source/www/homepage/buttopl-hover.png) left center no-repeat;
  }

  .button-top a.bt-left:hover:before {
    left: 26%;
    transform: scaleX(0.8);
  }

  .button-top a.bt-left:hover span {
    left: 45%;
  }

  .button-top a.bt-left span {
    left: 48%;
  }

  .button-top a.bt-right {
    background: url(//sc.cfygxz.com/source/www/homepage/buttop-right.png) right center no-repeat;
  }

  .button-top a.bt-right:before {
    top: 22px;
    left: 29%;
  }

  .button-top a.bt-right:hover {
    background: url(//sc.cfygxz.com/source/www/homepage/buttopr-hover.png) right center no-repeat;
  }

  .button-top a.bt-right:hover:before {
    left: 26%;
    transform: scaleX(0.8);
  }

  .button-top a.bt-right:hover span {
    left: 45%;
  }

  .section3 .calender .sub-desc .value-tt {
    width: 15.18%;
    text-align: center;
  }

  .section3 .calender .sub-desc .star-tt {
    width: 18.09%;
  }

  .section6 .view-more {
    bottom: 6%;
  }

  .section7 .col-left {
    width: 41%;
  }

  .section7 .col-right {
    width: 59%;
  }

  .section7 .partner-icon .partner-display .partner-img>img {
    max-width: 106px;
  }

  /* .section8 .container .btn-open{
      width: 75%;
    } */

}

@media (min-width: 1367px) {
  .container {
    width: 1160px;
  }

  .button-top .container {
    width: 1160px;
  }

  .section1 .quotation .block-1 {
    left: 0;
    top: 16.33%;
  }

  .section1 .quotation .block-2 {
    left: 46.67%;
    top: 7.44%;
  }

  .section1 .quotation .block-3 {
    left: 8.33%;
    top: 52.63%;
  }

  .section1 .quotation .block-4 {
    left: 55%;
    top: 43.92%;
  }

  .section2 .container {
    width: 1160px;
  }

  .section2 .chart-wrapper .gloss {
    top: 61.5%;
  }

  .section3 .calender .this-date {
    left: 40px;
    top: 30px;
  }

  /* .section3 .calender .sub-info .star {
       padding-left: 4.7%;
       width: 14.09%;
     }*/
  .section3 .news-bg {
    margin-left: 0;
  }

  .section4 .zen-bg {
    max-width: 120%;
    left: -12%;
  }

  .section4 h2 {
    width: 82%;
  }

  .section4 .item-wrapperi {
    width: 80%;
  }

  .section4 .itemdt-wrapp {
    width: 80%;
  }

  .section5 .info-custom {
    font-size: 3.2em;
    line-height: 75px;
  }

  .section5 .info-custom .madlib-error {
    left: 8%;
  }

  .section7 .col-left {
    width: 50%;
  }

  .section7 .col-right {
    width: 50%;
  }

  .section7 .partner-icon .partner-display .partner-img>img {
    max-width: 106px;
  }

  /* .section8 .container .btn-open{
      width: 75%;
    } */

}

@media (min-width: 1440px) {
  .section4 .zen-bg {
    max-width: 120%;
    left: -2%;
  }

  .section6 .view-more {
    bottom: 10%;
  }

  .section6 .grow-chart {
    width: 27.16%;
    top: 81%;
  }

  .section7 .partner-icon .partner-display .partner-img>img {
    max-width: 106px;
  }
}

@media (min-width: 1600px) {
  .section6 .view-more {
    bottom: 10%;
  }

  .section6 .grow-chart {
    width: 27.16%;
    top: 81%;
  }

  .section7 .partner-icon .partner-display .partner-img>img {
    max-width: 106px;
  }

  /* .section8 .container .btn-open {
      width: 74%;
  } */

}

@media (min-width: 1920px) {
  .section1 .nav-wrapper li a.ic-stock {
    background: #fff url(//sc.cfygxz.com/source/www/homepage/icon-stock.png) 30% center no-repeat;
  }

  .section1 .nav-wrapper li a.ic-currency {
    background: #fff url(//sc.cfygxz.com/source/www/homepage/icon-currency.png) 30% center no-repeat;
  }

  .section1 .nav-wrapper li a.ic-gold {
    background: #fff url(//sc.cfygxz.com/source/www/homepage/icon-gold.png) 25% center no-repeat;
  }

  .section1 .nav-wrapper li a.ic-oil {
    background: #fff url(//sc.cfygxz.com/source/www/homepage/icon-oil.png) 25% center no-repeat;
  }

  .section1 .nav-wrapper li a.ic-ideal {
    background: #fff url(//sc.cfygxz.com/source/www/homepage/icon-virtual-currency.png) 25% center no-repeat;
  }

  .section1 .nav-wrapper li.active a,
  .section1 .nav-wrapper li:hover a {
    color: #fff;
    border: 1px solid #03354c;
  }

  .section1 .nav-wrapper li.active a.ic-stock,
  .section1 .nav-wrapper li:hover a.ic-stock {
    background: #03425f url(//sc.cfygxz.com/source/www/homepage/ichv-stock.png) 30% center no-repeat;
  }

  .section1 .nav-wrapper li.active a.ic-currency,
  .section1 .nav-wrapper li:hover a.ic-currency {
    background: #03425f url(//sc.cfygxz.com/source/www/homepage/ichv-currency.png) 30% center no-repeat;
  }

  .section1 .nav-wrapper li.active a.ic-gold,
  .section1 .nav-wrapper li:hover a.ic-gold {
    background: #03425f url(//sc.cfygxz.com/source/www/homepage/ichv-gold.png) 25% center no-repeat;
  }

  .section1 .nav-wrapper li.active a.ic-oil,
  .section1 .nav-wrapper li:hover a.ic-oil {
    background: #03425f url(//sc.cfygxz.com/source/www/homepage/ichv-oil.png) 25% center no-repeat;
  }

  .section1 .nav-wrapper li.active a.ic-ideal,
  .section1 .nav-wrapper li:hover a.ic-ideal {
    background: #03425f url(//sc.cfygxz.com/source/www/homepage/icon-virtual-currency-p.png) 25% center no-repeat;
  }

  .section3 .calender .sub-desc .value-tt {
    width: 10.18%;
  }

  .section3 .calender .sub-desc .star-tt {
    width: 23.09%;
  }

  /* .section3 .calender .sub-info .star {
       padding-left:8%;
     }*/
  .section4 .zen-bg {
    position: absolute;
    top: -4%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    left: 0;
  }

  .section7 .partner-icon .partner-display .partner-img>img {
    max-width: 130px;
  }

  /* .section8 .container .btn-open{
      width: 75%;
    } */

}

.section3 .calender .sub-info .value {
  width: 16.18%;
  text-align: center;
}

.section3 .calender .sub-desc .content-tt {
  width: 40.07%;
}

.section3 .calender .sub-desc .value-tt {
  width: 15.18%;
}

.section3 .calender .sub-desc .star-tt {
  width: 20.09%;
}

.section7 .partner-icon .partner-display .partner-img>img {
  max-width: 91px;
}

/* .section8 .container .btn-open{
      width: 68%;
    } */

}

@media (max-width: 1900px) {
  .section3 .calender .sub-info .value {
    width: 13.18%;
    text-align: center;
  }

  .section3 .calender .sub-info .star {
    width: 20.09%;
    text-align: center;
  }

  .section7 .partner-icon .partner-display .partner-img>img {
    max-width: 117px;
  }

}


@media (max-width: 768px) {
  .section7 .partner-icon .partner-display .partner-img>img {
    max-width: 78px;
  }

  /* .section8 .container .btn-open{
      width: 60%;
    } */
  .ipage-component-step-images .img-3 .grade-cust {
    left: -20px;
  }

  .ipage-component-step-images .img-3 .grade-cust>img {
    width: 309.6px;
    height: auto;
  }
}

/* @media (max-width: 750px){
    .section8 .container .btn-open {
    width: 55%;
  }
  }
  
  @media (max-width: 480px){
    .section8 .container .btn-open {
    width: 100%;
  }
  } */


/*-----------------------End media screen --------------------*/

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.myriad {
  font-family: Myriad, arial, sans-serif;
  font-size: 1.2em;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  font-family: "Microsoft JhengHei", "Microsoft YaHei", arial, sans-serif;
  background-color: #fff;
  border-bottom: solid 1px #999;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 25px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  top: 12px;
  font-size: 1em;
}

.nice-select .current {
  position: relative;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 1px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding: 8px 29px 8px 25px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

/*  ========================Flip clock css ======================== */

.flip-clock-wrapper {
  position: absolute;
  top: 66.7%;
  left: 41%;
  right: 0;
  margin: 0 auto;
}

.flip-clock-wrapper ul {
  width: 40px;
  height: 60px;
}

.flip-clock-wrapper ul li a {
  line-height: 1.5 !important;
  font-family: Myriad, arial, sans-serif;
}

.flip-clock-wrapper ul li a div div.inn {
  background-color: #fff;
  color: #666;
  font-size: 40px;
  text-shadow: initial;
}

.flip-clock-wrapper ul li a div.up:after {
  background-color: #ccc;
  height: 3px !important;
  top: 29px;
  opacity: 0.7;
}

.flip-clock-divider {
  width: 22px;
}

.flip-clock-divider .flip-clock-label {
  color: #ffffff;
  font-family: "Microsoft JhengHei", "Microsoft YaHei", arial, sans-serif;
  top: 1.3em;
  font-size: 1.6em;
  right: -119px;
}

.flip-clock-dot {
  background: #fff;
  width: 6px;
  height: 6px;
}

.flip-clock-dot.top {
  display: none;
  top: 22px;
}

.flip-clock-dot.bottom {
  display: none;
  bottom: 53px;
}

.flip-clock-divider.seconds .flip-clock-label {
  right: -123px;
}

.flip-clock-divider.minutes .flip-clock-label {
  right: -121px;
}

/* Css NFP Banner  */

.clock1.flip-clock-wrapper {
  top: 66.9%;
  left: 40.9%;
}

/*�м�����Ͷ�ʲ���*/

.web-touzi {
  width: 580px;
  position: relative;
  float: left;
}

.web-touzi p {
  display: inline-block;
  font-size: 16px;
  position: relative;
}

.web-touzi p span {
  color: #0096dc;
  position: relative;
  z-index: 2;
}

.web-class ul li {
  float: left;
  font-size: 16px;
  color: #333;
  padding: 20px 27px 30px;
  background: #f9f9f9;
}

.web-class ul li i {
  font-size: 48px;
  font-family: MyriadPro, arial, sans-serif;
}

.web-class .web-class-top {
  height: 64px;
  line-height: 64px;
  border: 1px solid #e8e9ed;
  background: #f1f2f4;
  text-align: center;
}

.web-class .web-class-top img {
  position: relative;
  width: 38px;
  display: inline-block;
  top: 10px;
  left: -10px;
}

.web-class ul {
  border: 1px solid #e8e9ed;
  border-top: none;
  background: #f9f9f9;
}

.web-class .web-class-top a {
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #035b83;
}

.section4 .item-1 .container,
.section4 .item-2 .container {
  height: 412px;
}

.section4 .item-2 .web-bg {
  width: 627px;
  height: 498px;
  background: url(//sc.cfygxz.com/source/www/homepage/CFIX-img.png) no-repeat;
  position: relative;
  margin-left: 650px;
  top: -70px;
}

.section4 .item-1 .web-bg {
  width: 627px;
  height: 498px;
  background: url(//sc.cfygxz.com/source/www/homepage/CFD-img.png) no-repeat;
  position: relative;
  margin-left: 650px;
  top: -70px;
}

.section4 .item-1 .web-bg video {
  position: absolute;
  width: 204px;
  top: 63px;
  left: 27px;
}

.section4 .item-2 .web-bg video {
  position: absolute;
  width: 204px;
  top: 68px;
  left: 201px;
}

.web-down {
  margin: 0 auto;
  padding-top: 44px;
  position: relative;
}

.web-down .layout-1 {
  width: 200px;
  display: inline-block;
  vertical-align: middle;
}

.web-down .layout-2 {
  position: relative;
}

.web-down .layout-2 .item-3 {
  position: absolute;
  bottom: -15px;
  left: 5px;
}

.web-down .layout-2 .item-3 a {
  color: #666;
  font-size: 14px;
}

.web-down .layout-2 .item-3 a:first-child {
  margin-right: 20px;
}

.web-down .layout-1 a {
  display: block;
  width: 100%;
  height: 40px;
  background: #0096dc;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  margin-bottom: 5px;
  padding-left: 45px;
}

.item-1 .web-down .layout-1 a {
  padding-left: 63px;
  transition: all 0.3s;
}

.web-down .layout-1 a span {
  display: inline-block;
  background: url(//sc.cfygxz.com/source/www/homepage/WIN-ICON.png) no-repeat;
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
  left: -10px;
}

.item-1 .web-down .layout-1 a:hover {
  background: #035b83;
}

.web-down .layout-1 p {
  margin-top: 10px;
  text-align: center;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #0096dc;
  color: #fff;
  padding-left: 16px;
}

.web-down .layout-1 p span {
  display: inline-block;
  background: url(//sc.cfygxz.com/source/www/template/phone.png) no-repeat;
  width: 15px;
  height: 25px;
  position: relative;
  top: 5px;
  left: -4px;
}

.web-down .layout-1 p i {
  display: inline-block;
  background: url(//sc.cfygxz.com/source/www/homepage/sanjiao-icon.png) no-repeat;
  width: 20px;
  height: 20px;
  position: relative;
  top: 6px;
  left: 63px;
}

.web-down .layout-2 {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

.web-down .layout-2 img {
  width: 98px;
  height: 98px;
}

.web-down .layout-3 {
  margin-left: 70px;
  top: 36px;
}

.item-2 .web-down .layout-3 {
  margin-left: 177px;
  top: 36px;
}

.web-down .layout-1 a i {
  display: inline-block;
  background: url(//sc.cfygxz.com/source/www/homepage/sanjiao-icon.png) no-repeat;
  width: 20px;
  height: 20px;
  position: relative;
  top: 6px;
  left: 63px;
}

.section4 .web-arrow a {
  display: block;
  background: url(//sc.cfygxz.com/source/www/homepage/arrow-two.png);
  width: 54px;
  height: 26px;
}

.section4 .item-1,
.section4 .item-2 {
  padding-bottom: 50px;
}

.section4 .item-2 .web-class ul li {
  padding-left: 22px;
  padding-right: 12px;
}

.section4 .item-2 .web-down .layout-1 a span {
  display: inline-block;
  background: url(//sc.cfygxz.com/source/www/homepage/app-one.png) no-repeat;
  width: 28px;
  height: 27px;
  position: relative;
  top: 4px;
  left: -4px;
}

.section4 .item-2 .web-down .layout-1 p span {
  display: inline-block;
  background: url(//sc.cfygxz.com/source/www/template/phone.png) no-repeat;
  width: 15px;
  height: 25px;
  position: relative;
  top: 7px;
  left: -7px;
}

.section4 .link-ref:hover {
  background-position: right center;
}

.show {
  display: block;
}

.section4 .link-ref {
  /*float: right;*/
  font-size: 16px;
  color: #0096dc;
  display: inline-block;
  width: 80px;
  background: url(//sc.cfygxz.com/source/www/homepage/more-bt.png) 95% center no-repeat;
  transition: all ease-in 0.25s;
}

object.banner {
  width: 100%;
  height: 520px;
}

.preload-captcha-container {
  height: 100%;
  width: 100%;
  background: #fff;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  color: #000;
  font-size: 16px;
  z-index: 100000;
}

.preload-captcha-container>.logo {
  text-align: left;
  width: 100%;
  padding-left: 25px;
}

.captcha-desc {
  padding-bottom: 200px;
}

.copyright {
  line-height: 1.8;
  color: #999;
  font-size: 10px;
  padding: 15px 0;
}

#captcha-box {
  padding-top: 350px;
}

.geetest_panel_ghost {
  display: none !important;
}

.geetest_wind.geetest_panel .geetest_panel_box {
  top: 35% !important;
}

.geetest_wind.geetest_panel {
  top: 307px !important;
  height: 220px !important;
}

/* Css NFP Banner */

/*  ========================End flip clock css ========================*/

/*# sourceMappingURL=homepage.css.map */
@media screen and (max-width: 1280px) {
  .hero h1 {
    font-size: 3em;
    top: 36px;
  }

  .hero .mainbanner-title a:nth-child(2) {
    top: 130px;
  }

  .hero .mainbanner-title a {
    top: 210px;
  }

}

@media screen and (max-width: 1000px) {
  .hero h1 {
    font-size: 3em;
    top: 60px;
  }

  .hero .mainbanner-title a:nth-child(2) {
    top: 160px;
  }

  .hero .mainbanner-title a {
    top: 160px;
    left: 30%;
  }

}

.container .tab-pagination {
  height: 60px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  margin-top: 40px;
  width: 450px;
}

.container .tab-pagination>.tab-bullet {
  position: relative;
  flex: 1;
  line-height: 1.9em;
  font-size: 2.7em;
  text-align: center;
  letter-spacing: 2px;
  color: #5c8bb7;
  opacity: 1;
  position: relative;
  z-index: 0;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  display: inline;
  width: 192px;
  height: 55px;
  border: 1px solid #5c8bb7;
  border-radius: 5px;
  margin: 0 2rem;
}

.container .tab-pagination>.tab-bullet.active {
  color: #ffffff;
  border: 1px solid #ffffff;
}

.tab-container .tab-slider {
  text-align: center;
  width: 7.5rem;
  margin: 0 auto;
}



swiper-container {
  width: 1px;
  height: 1px;
}

@media screen and (max-width: 799px) {
  html {
    font-size: 4rem;
  }

  .main {
    overflow: hidden;
  }

  .pc {
    display: none;
  }

  .m {
    display: block;
  }

  .hero h1 {
    font-size: .55rem;
    line-height: 1.3;
    z-index: 500;
    color: #ffffff;
    font-weight: 700;
    position: absolute;
    top: 1.5rem;
    left: 0%;
    letter-spacing: 3px;
  }

  #TopBanner_video {
    height: 5.2rem;
    width: unset;
  }

  .hero .mainbanner-title a:nth-child(2) {
    font-size: .25rem;
    width: 2.5rem;
    height: 0.5rem;
    letter-spacing: 1px;
    top: 3.2rem;
    left: 0;
  }

  .hero .mainbanner-title a {
    position: relative;
    font-size: .23rem;
    width: 3.35rem;
    height: 0.45rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: end;
    justify-content: end;
    text-align: end;
    top: 4.2rem;
    left: 0;
  }

  .gift-title {
    position: absolute;
    right: 0;
  }

  .hero .mainbanner-title a .gift {
    width: 0.71rem;
    height: 0.71rem;
    position: absolute;
    left: -0.1rem;
    top: -0.2rem;
  }

  .section2 {
    background: url(//sc.cfygxz.com/source/www/homepage/m/s2_bg.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 3.58rem;
    display: flex;
    align-items: center;
    display: flex;
    align-items: center;
    padding: 0;
  }

  .section2 .container .company {
    display: flex;
    height: 100%;
    flex-flow: column;
    justify-content: center;
    flex-wrap: nowrap;
  }

  .section2 .container .company .company-reward-block img {
    max-width: 1.8rem;
    width: 100%;
    height: auto;
    margin: 0 10px;
  }

  .company-reward-block {
    margin: 0 auto;
  }

  .section2 .container .company .company-status-block .total-cust .main-title,
  .section2 .container .company .company-status-block .status-year .main-title {
    font-size: 0.65rem;
  }

  .section2 .container .company .company-status-block .total-cust .main-title .icon {
    width: 0.27rem;
    height: 0.27rem;
  }

  .section2 .container .company .company-status-block .total-cust .sub-title,
  .section2 .container .company .company-status-block .status-year .sub-title {
    font-size: 0.23rem;
  }

  .section2 .container .company .company-status-block .line {
    margin: 0;
  }

  .section3 {
    background: url('//sc.cfygxz.com/source/www/homepage/m/s3_bg.png') no-repeat;
    background-size: 100% 100%;
    max-width: 7.5rem;
    width: 100%;
    height: 12.8rem;
    overflow: hidden;
    margin: 0 auto;
  }

  .section3 .block {
    padding: 0.8rem 0 0 0;
  }

  .section3 .block .left-part {
    width: 100%;
  }

  .section3 .block .left-part .title p span {
    font-size: 0.4rem;
  }

  .section3 .block .left-part .title img {
    max-width: 0.64rem;
    width: 100%;
  }

  .section3 .block .left-part .title img:last-child {
    max-width: 1.26rem;
    width: 100%;
  }

  .swiper-slide {
    height: 3.98rem;
  }

  /* Section8 Start */
  .section8 .title {
    font-size: .45rem;
    margin: 1.5rem 0 0.1rem 0;
  }

  .rotate span {
    font-size: 0.35rem;
  }

  .section8 .sub-title {
    font-size: 0.25rem;
  }

  .section8 {
    background: url('//sc.cfygxz.com/source/www/homepage/m/section8_bg.png');
    background-size: 100% 100%;
    width: 100%;
    height: 16.58rem;
    overflow: hidden;
  }

  .section8 .container .btn-open a {
    font-size: 0.3rem;
    height: 0.65rem;
    width: 3.2rem;
    letter-spacing: 1px;
  }

  .section8 .container .btn-open a:last-child {
    height: 0.65rem;
    letter-spacing: 1px;
    width: 2.4rem;
  }

  .section8 .sub-title .content {
    display: block;
  }

  .section8 .sub-title .content span {
    font-size: 1.3em;
  }

  .section8 .open-acc-panel {
    height: 11.5rem;
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: center;
  }

  .section8 .pc-height {
    height: 6.5rem;
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: center;
  }

  .section8 .open-acc-panel .swiper-wrapper {
    align-items: center;
  }

  .section8 .open-acc-panel .step-panel {
    height: 1.8rem;
  }

  .section8 .open-acc-panel .step-panel .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 1.2rem;
  }

  .section8 .open-acc-panel .step-panel .swiper-slide .step-bg {
    background: url('//sc.cfygxz.com/source/www/homepage/m/step_bg_m.png');
    background-size: 100% 100%;
    width: 5.61rem;
    height: 2.23rem;
    position: relative;
    text-align: center;
  }

  .section8 .open-acc-panel .step-panel .swiper-slide .number-plate {
    width: 0.66rem;
    height: 0.66rem;
    margin-top: -0.33rem;
  }

  .section8 .open-acc-panel .step-panel .swiper-slide .step-bg .step-img {
    width: 3.75rem;
    margin: 0 auto;
  }

  .section8 .open-acc-panel .step-panel .swiper-slide .step-bg .pc-image {
    width: 5.61rem;
    margin: 0 auto;
  }

  .section8 .open-acc-panel .step-panel .swiper-slide .step-bg .step-text {
    text-align: center;
    font-size: 0.3rem;
    font-family: Microsoft JhengHei;
    color: #000000;
    padding: 0.3rem 0;
    font-weight: 600;
    height: 0.8rem;
  }

  .grade-cust {
    position: absolute;
    top: 3.6rem;
    left: 0.15rem;
  }

  .grade-cust img {
    width: 5.33rem;
    height: 1.59rem;
  }

  .section8 .container .btn-open {
    margin-top: 0.3rem;
    justify-content: space-around;
    width: 100%;
  }

  .app-platform-panel {
    display: flex;
    justify-content: space-evenly;
    margin-top: 0.45rem;
    width: 100%;
  }

  .app-platform-panel a {
    background: url(//sc.cfygxz.com/source/www/homepage/m/app_panel_bg.png);
    background-size: 100% 100%;
    display: flex;
    width: 3.39rem;
    height: 1.07rem;
    align-items: center;
    justify-content: center;
    margin: 0 0.2rem;
  }

  .app-platform-panel a img {
    width: 0.43rem;
    height: 0.54rem;
    margin-right: 0.2rem;
  }

  .app-platform-panel a img:nth-child(2) {
    width: 0.48rem;
    height: 0.54rem;
  }

  .app-platform-panel a p {
    color: #ffffff;
    font-family: Arial;
    font-size: 0.25rem;
    font-weight: 700;
  }

  .app-platform-panel a p span {
    color: #ffffff;
    font-family: Microsoft JhengHei;
    font-size: 0.18rem;
    font-weight: lighter;
  }

  .menu .expmenu li ul li p {
    border-top: none;
    border-bottom: none;
    margin: 0 auto;
    padding-left: 0.8rem;
    height: 0.7rem;
    line-height: 0.7rem;
    color: #fecd69;
    font-family: Microsoft JhengHei;
    font-weight: 100;
    font-size: 0.32rem;
  }

  .menu .expmenu li ul li.sub-menu-nav {
    background: #093965;
    border-top: unset;
  }

  .menu .expmenu li ul li.sub-menu-nav ul.sub-child2 {
    display: block !important;
  }

  .menu .expmenu li ul li ul.sub-child2 li {
    background: #093965;
    border-top: unset;
  }

  .menu .expmenu li ul li ul.sub-child2 li a {
    padding-left: 0rem;
    height: 0.4rem;
    line-height: 0.4rem;
  }

  /* tab-pagination */
  .container .tab-pagination{
    width: 100%;
  }
  .container .tab-pagination>.tab-bullet {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.35rem;
    line-height: 0.5rem;
    width: 2.35rem;
    height: 0.78rem;
    margin: 0 0.25rem;
  }


  .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    display: flex !important;
    justify-content: center !important;
    bottom: 0rem !important;
    left: 0 !important;
    width: 100% !important;
  }
  /* Section8 End */
}

@media screen and (max-width: 640px) {
  html {
    font-size: 3.8rem;
  }
}

@media screen and (max-width: 380px) {
  html {
    font-size: 3rem;
  }

}

#MT5-nonHeader, #MT5-nonFooter, #MT5-nonMenu{
  display: none;
}

.download-panel{
  display: flex;
  justify-content: space-evenly;
  align-items: baseline;
  height: 0.4rem;
  padding-bottom: 0.2rem;
} 

.download-panel .icon{
  width: 1rem;
  height: auto;
  margin: 0 0.1rem;
}

.section8 .open-acc-panel .step-panel .swiper-slide .step-bg .download-title{
  padding: 0.3rem 0;
  height: 0.2rem;
}

#ios{
  background: url(//sc.cfygxz.com/source/www/MT5/m/ios_icon.png);
  background-size: 100% 100%;
  width: 1rem;
  height: 0.36rem;
  border:transparent;
}

#Googleplay{
  background: url(//sc.cfygxz.com/source/www/MT5/m/GooglePlay_icon.png);
  background-size: 100% 100%;
  width: 1rem;
  height: 0.36rem;
  border:transparent;
}

#Huawei{
  background: url(//sc.cfygxz.com/source/www/MT5/m/HongMeng_icon.png);
  background-size: 100% 100%;
  width: 1rem;
  height: 0.36rem;
  border:transparent;
}

#APK{
  background: url(//sc.cfygxz.com/source/www/MT5/m/Android_icon.png);
  background-size: 100% 100%;
  width: 1rem;
  height: 0.36rem;
  border:transparent;
}

.pdf-icon{
  width: 0.26rem;
  height: 0.26rem;
}

.step-text a{
  display: inline-block;
}

.step-text span.blue{
  color: #0096DB;
  font-size: .25rem;
}

.swiper-wrapper {
  background: unset !important;
}

