/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.fe-tip-box .tip-con { padding:5px; text-align: center; font-size:12px; color: #fff }
.headerfix .fe-tip-box { background: rgba(0, 0, 0, 0.6); }

/* banner */
.banner{width: auto;height: 100vh;}

.swiper1{width: 100%;height: 100%;position: relative;}
.swiper-container{width: 100%;height: 100% !important;}
.bannerbg{background: #000; width: auto;height: 100vh;}

/*首页banner*/
.swiper1 {
  width: 100%;
  height: 100vh;

  margin: 0 auto;
  z-index: 0
}

.swiper1 .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden
}
.swiper1 .swiper-slide .banner-content + div img{width:100%; height:100%;object-fit: cover;}

/*banner遮罩效果*/
.banner-mask{
  position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 3; opacity: 0.8;
    animation-name: myfirst;
    animation-duration: .8s;
    animation-timing-function: linear;
    animation-delay: 2s;
    -webkit-animation-name: myfirst;
    -webkit-animation-duration: .8s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 2s; 
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode:forwards;}
.ss0 .banner-mask,  
.ss1 .banner-mask{background: radial-gradient(rgba(0, 71, 171, .1), rgba(0, 0, 50, 1));mix-blend-mode: multiply;}
.ss2 .banner-mask{background: radial-gradient(rgba(0, 71, 171, .1), rgba(0, 0, 50, 1));mix-blend-mode: multiply;}
.ss3 .banner-mask{background: radial-gradient(rgba(0, 71, 171, .1), rgba(0, 0, 50, 1));mix-blend-mode: multiply; }
@keyframes myfirst
{
    from {opacity: 0.8;}
    to {opacity: 1;}
}
/*banner遮罩效果*/
.video-mask{position: absolute;left: 0;top: 0;background-color: #000000;opacity: 0.6;width: 100%;height: 100%;z-index: 98;display: none;}
.banner #myvideos{position: absolute;left: 0;top: 25%;z-index: 99;right: 0;margin: 0 auto;display: none;}
.play-icon{width: 80px;height: 80px;position: absolute;left: 0;right: 0;top: 50%;margin: 0 auto;display: block;cursor: pointer;z-index: 8;}
.video-play{width: 80px;height: 80px;position: absolute;left: 0;right: 0;top: 45%;margin: 0 auto;display: block;cursor: pointer;z-index: 100;display: none;}

.banner-content{max-width: 1366px; width: 100%; position: absolute;top: 0;bottom: 0;left: 0;right: 0; margin: 0 auto;display: flex;justify-content: center;align-items: center;flex-direction: column; z-index: 5;}
.banner-text01{margin-bottom: 42px; font:600 24px/1; color: rgba(255,255,255,.9)}
.banner-text{font:600 32px/1.25; padding: 0 0 42px 0;color: #FFFFFF;text-align: center; letter-spacing: 4px;
text-shadow:
      2px 2px 0 rgba(0, 0, 0, .2),
        4px 4px 0 rgba(0, 0, 0, .1),
        8px 8px 0 rgba(0, 0, 0, .0);
}

.banner-text a{color: rgba(255,255,255,.9);
 transition: color .4s;}
.banner-text a:hover{color: rgba(255,255,255,1);}
@media only screen and (min-width:992.1px ) {
  .banner-text{font-size: 38px;}
}

@media only screen and (min-width:1366.1px ) {
  .banner-text{font-size: 52px;}
}

.banner-content p{font:500 18px;color: #FFFFFF;text-align: center;letter-spacing: 0px}
.banner-content p a{color: rgba(255,255,255,.8);}
.banner-content p a:hover{color: rgba(255,255,255,1);}

.banner-btn{width: 520px;display: flex;justify-content: space-between;align-items: center;margin: 0 auto;padding-top: 194px;}
.banner-btn div{border-radius: 10px;width: 240px;height: 58px;display: flex;justify-content: center;align-items: center;cursor: pointer;transition: all 0.4s;}
.banner-btn div:hover{transform: scale(1.1);}
.banner-btn div:nth-of-type(1){border: 1px solid #E1BC6E;}
.banner-btn div:nth-of-type(2){background-color: #E1BC6E;}
.banner-btn div a{font:400 30px}
.banner-btn div:nth-of-type(1) a{color: #E1BC6E;}
.banner-btn div:nth-of-type(2) a{color: #000000;}

.swiper-pagination{display: none; position: absolute;bottom: 150px !important;}
@media only screen and (max-width: 992px) {
  .swiper-pagination{bottom: 20px !important;}
  }
.swiper-pagination-bullet-active{background-color: #333333 !important;width: 60px !important;}
.swiper-pagination-bullet{width: 10px;background-color: #999999 !important;height: 6px !important;border-radius: 3px !important;}

.slideActived{position: relative;}
.slideActived:after{content:''; display:block; border-bottom:2px solid #DAB660; margin: 0 auto;border-radius: 4px;position: absolute;left: 0;bottom: 2px;}

@media (max-width:576px){
  .banner-btn{ width: 320px; }
}


/* Carousel base class */
.carousel {
  margin-top: 0;
  margin-bottom: 0;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 41rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 41rem;
}

@media (max-width: 1400px) {
  .carousel-item,
  .carousel-item > img {
    height: 30rem;
  }
}

@media (max-width: 768px) {
  .carousel {
    margin-top:83px;
  }
  .carousel-item,
  .carousel-item > img {
    height: 20rem;
  }
}

@media (max-width: 576px) {
  .carousel {
    margin-top:130px;
  }
  .carousel-item,
  .carousel-item > img {
    height: 12rem;
  }
}


.index-title {
  font-size: 2rem;
  text-align: center;
  padding-bottom: 3rem;
}

/******** S 营销列表 *********/
.marketing-item {
  background: #ffffff;
  padding: 4.5rem 0 4rem;
}
.flex-process-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.flex-process-content-list {
  width: 18%;
  min-height: 120px;
}
.marketing-item .flex-process-content-list {
  border: 1px solid #E5E7EB;
  border-radius: 1rem;
  display: flex;
  min-height: 16.25rem;
  position: relative;
  transition:transform .3s ease,box-shadow .3s ease;
}

.marketing-item .flex-process-content-list:hover{
    transform:translateY(-4px);
    box-shadow:0 4px 16px rgba(0,0,0,.24);
}
.marketing-item .flex-process-content-list a{
  flex: 1;
  text-align: center;
}
.marketing-item .item-list {
  width: calc(100% - 4rem);
  padding: 2.2rem 2rem;
  height: calc(100% - 4.4rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: content-box;
  overflow: hidden;
}
.marketing-item .item-list .theme {
  margin-bottom: .8rem;
}
.marketing-item .item-list .title {
  color: #000;
  font-size: 1.25rem;
  margin: 0.4rem 0;
}
.marketing-item .item-list .content {
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-size: 1rem;

}


@-webkit-keyframes slideInUp{
  0%{ display: none; height: 0}
  100%{ display: block; height: auto}
}

@media (max-width: 768px) {
  .flex-process-content {
    flex-direction: column;
    align-items: center;
  }
  .marketing-item .flex-process-content-list {
    width: 100%;
    margin-bottom: 1rem;
  }
}
/******** E 营销列表 *********/

/* MARKETING CONTENT
-------------------------------------------------- */
.notice-list {
  background: #f2f2f2;
  color: #666666;
  font-size: 1.125rem;
}

.notice-list a{
  color:#666666;
}
.notice-list .notice-img{
  margin-left: 5rem;
}

.notice-list .notice-time{ 
  margin-left: 2rem;
}

#scroll_div {
  line-height:50px;
  overflow: hidden;
  white-space: nowrap;
  width: 90%;
  margin : 0 auto;
}

#scroll_begin,
#scroll_end { 
  display: inline;
}


.quotedata-container {
  background: #FAFAFA;
  padding: 4.5rem 0 4rem;
}

.market-quotes {
    min-width: 560px;
    font-size: 14px;
}
.market-quotes .mqrow {
    display: flex;
    flex-grow: 1;
    height: 100%;
    justify-content: space-between;
    min-height: 4.5rem;
    width: 100%;
}
.market-quotes .mqrow div {
    align-items: center;
    display: flex;
    width: 78px;
}
.market-quotes .mqrow .name {
    padding-left: 10px;
}
.market-quotes .up .change,
.market-quotes .up .percent {
    color: #00BB75;
}
.market-quotes .down .change,
.market-quotes .down .percent {
    color: #FF4800;
}
.market-quotes .hd {
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    
}
.market-quotes .hd .mqrow {
  min-height: 2.5rem;
}
.market-quotes .bd {
    color: #000;
    background: #fff;
}
@media (max-width: 576px) {
    .quotedata {
        width: 100%;
        overflow-x: scroll;
    }
}
@media (max-width: 768px) {
  .quotedata-container {
    padding: 2rem 0;
  }

  .quotedata-container h2{
    font-size: 1.5rem;
  }
}

.index-intro {
  text-align: center;
  padding: 7rem 0;
}

.index-intro .col-sm {
  transition: all .5s;
}
.index-intro .col-sm:hover{
  transform: translateY(-20px);
}

.index-intro h3{
  padding-bottom: 1rem;
  color: #e1bc6e;
}

.index-intro p {
  padding-top: 2rem;
  font-size: 1.25rem;
  color:#8ea1bb;
}

.quotedata {
}
.quotedata .nav {
  border-bottom: 1px solid #E4BB65;
  border-top: 1px solid #E4BB65;
  border-right: 1px solid #E4BB65;
  display: flex;
}
.quotedata .nav .nav-item {
  flex: 1;
  margin: 0;
}
.quotedata .nav .nav-link {
  border-left: 1px solid #E4BB65;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 1px;
  padding: 1.2rem 0;
}

.quotedata .nav .active {
  background: #E4BB65;
  color: #111111;
}

.quota-box {
  width: 100%;
  overflow-x: scroll;
}

/*资讯*/
.index-news {
  padding: 4rem 0;
   background: url(../images/index/index-newsbg.png) no-repeat top right;
}

.index-news h3 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

.index-news-content {
  padding: 0;
}

.index-news .nav {
  flex-direction: column;
}

.index-news .nav .nav-link {
  background: none;
  font-size: 1rem;
  padding: 0 .8rem;
  color: rgba(0, 0, 0, 0.6);
}

.index-news .nav em {
  padding-right:1rem;
}

.index-news .nav span {
  padding: .8rem 0;
  display: inline-block;
}

.index-news .nav .active {
  color: #1F2937;
  background: #F9FAFB;
  border-radius: 12px;

}

.index-news .nav .active span{
  position: relative;
}

/*.index-news .nav .active span:after {
   content: "";
   font-size: 1.2rem;
   width: 2em;
   height: 2px;
   position: absolute;
   left: 1em;
   bottom: -1px;
  background: #E4BB65;
}*/

.index-news .nav .active em {
  display: none;
}

.index-news .list-group-item {
  padding: 1.2rem;
  border: 1px solid #E5E7EB;
  background: #fff;
  overflow: hidden;
  position: relative;
  margin-bottom: 1.2rem;
  transition:transform .3s ease,box-shadow .3s ease;
}

.index-news .list-group-item:hover{
    transform:translateY(-4px);
    box-shadow:0 4px 16px rgba(0,0,0,.24);
}

.index-news .list-group-item .title {
  font-size: 1.12rem;
  color: #000;
}
.index-news .list-group-item .content {
  padding-bottom: 1rem;
  padding-top: 0.6rem;
}
.index-news .list-group-item  p{
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0!important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-news .list-group-item .date {
  color: rgba(0, 0, 0, 0.4);
}

/* S 有日历 */
.index-news .list-group-item  .day {
  position: absolute;
  color: #BBBBBB;
  font-weight: bold;
  text-align: center;
  top: 0.4rem;
}
.index-news .list-group-item  .day .time {
  font-size: 2.8rem;
  line-height: 3rem;
}
.index-news .list-group-item  .day .year {
  font-size: 0.9rem;
}

.index-news .list-group-item .item-main .title{
  padding-left: 5rem;
}
.index-news .list-group-item .item-main p {
  padding-left: 5rem;
}


/* E 有日历 */

@media (max-width: 768px) {
  .index-news .nav {
    flex-direction: row;
  }
  .index-news {
    padding: 1rem 0;
  }
  .index-news .nav .nav-link {
    font-size: 1rem;
  }
  .index-news .nav span {
    padding: 1rem 0;
    display: inline-block;
  }
  .index-news .nav .active {
    font-size: 1.2rem;
  }
  .index-news-content {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .note-content{
    margin: 1rem 0 0;
    padding: 0;
  }
}

.index-news .list-group-item h4::before{
  display: inline-block;
  margin-right: .555em;
  vertical-align: .255em;
  content: "";
  border-bottom: .4em solid;
  border-right: .4em solid transparent;
  border-top: 0;
  border-left: .4em solid transparent;
  display: none;
}


.index-news .list-group-item .more{
  color:#ceaa56;
}

/* S 註冊開戶通道*/
.index-user {
  padding: 4rem 0;
}

.index-user .row {
  max-width: 920px;
  margin: 0 auto;
}
.index-user .row .reg-btn {
  text-align: left;
  margin: 0 auto;
  padding: 1.7rem;
  color: #fff;
  max-width: 432px;
  height: 224px;
  border-radius: 16px;
  background: url(../images/index/regmtbg.png) no-repeat;
  background-size: cover;
  transition: all .2s;
}
.index-user .row .reg-btn.active {
  background: url(../images/index/regwtbg.png) no-repeat;
}
.index-user .row .reg-btn:hover{
    scale: .96;
}

.index-user .row .reg-btn h3 {
  font-size: 1.5rem;
  font-weight: 700;
}

.index-user .row .reg-btn p {
  padding: .7rem 0 1.2rem;
}
.index-user .row .reg-btn span {
  background: #fff;
  padding: .5rem 2rem;
  color: #4F3C2D;
}

.index-user .row .active {
  background: linear-gradient(180deg, #38292A 0%, #610C2D 100%);
}
.index-user .row .active span {
  color: #5B112C;
}

.index-user .list-group{
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.index-user .list-group-item {
  border: 0;
  background: transparent;
  padding: 0;
}

.index-user .nav-guide {
  display: flex;
  align-items: center;
  padding: 2rem 0 0;
}
.index-user .nav-guide li{
  list-style: none;
  margin: 0 .8rem;
}

.index-user .nav-guide li .icon {
  margin-right: 0.2rem;
}

.index-user .nav-guide li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1.8rem;
  height: 42px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: rgba(0, 0, 0, 0.8);
}
.index-user .nav-guide li a:hover {
  background: #efefef;
}


@media (max-width: 768px) {
  .index-user .nav-guide li {
    margin-bottom: .5rem;
  }
  .index-user .nav-guide li a {
    padding: 0 1rem;
  }
}

/* E 註冊開戶通道*/

/* 下载 */
.platform {
  background: #FAFAFA;
  padding: 4rem 0;
}
.index-down .nav {
  padding: 2rem 0;
}
.index-down .nav .nav-link {
  font-size: 1.5rem;
  color: #333333;
  padding: 0 2rem;
  position: relative;
}
.index-down .nav .nav-item .nav-link.active:after {
  content: "";
  width: 2.4rem;
  height: 3px;
  background: #333333;
  position: absolute;
  left: 50%;
  bottom: -0.4rem;
  transform: translateX(-50%);
}
.index-down .nav .active {
  font-weight: bold;
}

.index-down .tab-pane .pic {
  text-align: center;
}

.index-down h4 {
    font-size: 1.5rem;
    color: rgba(0, 0, 0, 0.8);
    padding-bottom: 1.5rem;
    text-align: center;
}
.index-down .list-group{
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.index-down .list-group-item {
  border: 0;
  background: transparent;
}

.index-down .intro-item li {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: rgba(0, 0, 0, 0.8);
  padding: 0 1.2rem;
}

.index-down .intro-item span {
  padding-top: .5rem;
}

.index-down .btn-item li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 1.2rem;
}
.index-down .btn-item .btn{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .5rem 0;
  border-radius: 2rem;
  opacity: 1;
  background: #000000;
  color: #fff;
  width: 10rem;
}
.index-down .btn-item .btn:hover{
  box-shadow: 0 3px 26px rgba(0,0,0,.4);
}

.index-down .btn-item .account-btn{
  background: #CEAE7E;
}

.index-down .btn-item span{
  padding-left: .5rem;
}

.index-down .policies{
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.4);
  padding-bottom: 2rem;
}


.pop-ewm-box{ position:absolute; bottom: 50px; padding:20px 25px; transition:all .4s; background-color:#000; border-radius:8px;box-sizing:border-box; display: none; opacity: 0;}

.pop-ewm-box .ewmbg { width:156px; height:156px; background:url(../images/index/ewmbg.png) no-repeat; padding: 10px; }
.pop-ewm-box .ewmbg img{ width:136px; }
.pop-ewm-box:after {
  position: absolute;
  left: 0;
  right:0;
  margin:auto;
  width: 0px;
  height: 0px;
  content: "";
  bottom: -15px;
  border-top:  8px solid #000;
  border-right: 8px solid transparent;
  border-bottom:8px solid transparent;
  border-left: 8px solid transparent;
}
.platform .pop-ewm-box p{padding: 11px 0 0; margin: 0; color: #FFFFFF; line-height: 18px;text-align: center; font-weight:400;}
.platform .pop-ewm-box p small{font-size: 12px; font-weight:200;}

.index-down .btn-item li:hover .pop-ewm-box{
  display:block;
  opacity:1;
}



@media (max-width: 768px) {
  .index-down .nav {
    padding: 0 0 1rem;
  }
  .index-down .nav .nav-link {
    font-size: 1.2rem;
    padding: 0 1rem;
  }

  .index-down .intro-item li,
  .index-down .btn-item li {
    margin-bottom: .5rem;
  }

  .index-down .policies {
    flex-direction: column;
  }

  .index-down .pic img {
    width: 100%;
  }


}

.index-honor {
  padding-bottom: 4rem;
  background: #FAFAFA;
}

.index-honor .hd .nav {
  padding: 4rem 0;
}
.index-honor .hd .nav .nav-item {
}
.index-honor .hd .nav .nav-item:last-child{
  border-right: 0;
}

.index-honor .hd .nav .nav-link {
  font-size: 1.25rem;
  color: rgba(0, 0, 0, 0.6);
  padding: 0 2rem;
  position: relative;
}
.index-honor .hd .nav .nav-link.active:after {
  content: "";
  width: 2.4rem;
  height: 3px;
  background: #000;
  position: absolute;
  left: 50%;
  bottom: -0.8rem;
  transform: translateX(-50%);
}
.index-honor .hd .nav .active {
  color: #000;
  font-weight: 500;
}

.index-honor .honor-item {
  text-align: center;
}

.index-honor .honor-item .item-box {
  width: 90%;
  background: #fff;
  border-radius: 16px;
  padding: 2rem;
  margin: 0 auto;
}

.index-honor .honor-item .item-box .pic {
  overflow: hidden;
  height: 200px;
}
.index-honor .honor-item h4{
  padding: 2rem 0 0;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.25rem;
}


.index-honor .tab-pane .nav .nav-item {
  display: flex;
  padding: 1rem 0;
  background: fff;
  margin: 0 .4rem 2rem;
  align-items: center;
  justify-content:center;
}

.index-honor .tab-pane .nav .nav-item .nav-link img{
  width: 10rem;
  opacity: 1;
}
.index-honor .tab-pane .nav .nav-item .nav-link:hover img {
  opacity: 0.8;
}

.media-content .nav-link, .organ-content .nav-link{
    margin: 0;
}
.media-content, .organ-content {
    padding-bottom: 4rem;
}

.index-honor .tab-pane .nav .nav-item:hover{
  /*background: #e1bc6e;*/
}

@media (max-width: 768px) {
  .index-honor .hd .nav .nav-link {
    font-size: 1rem;
    padding: 0 .5rem;
    margin-bottom: 2rem;
  }
  .index-honor .hd .nav .active {
    font-size: 1.4rem;
  }
}


.index-webtrade-row {
  z-index: 9999;
  position: fixed;
  bottom: 17px;
  left: 10px;
  padding: 0;
}
.index-webtrade-row .webtrade-link {
    width: 7rem;
    display: block;
    text-align: center;
    padding: 0.5rem 0rem;
    border-radius: 1.7rem;
    background: #E4BB65;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 0 auto;
}