/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  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: 768px) {
  .carousel {
    margin-top:83px;
  }
  .carousel-item,
  .carousel-item > img {
    height: 20rem;
  }
}

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

/******** S 营销列表 *********/
.marketing-item {
  background: #ffffff;
  padding: 4rem 0 2rem;
}
.flex-process-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.flex-process-content-list {
  width: 19%;
  min-height: 120px;
}
.marketing-item .flex-process-content-list {
  background: #fcf url("../images/index/marketing-item-bg01.png") center center no-repeat;
  background-size: cover;
  display: flex;
  min-height: 22rem;
  position: relative;
}
.marketing-item .flex-process-content-list:nth-of-type(2) {
  background-image: url("../images/index/marketing-item-bg02.png");
}
.marketing-item .flex-process-content-list:nth-of-type(3) {
  background-image:  url("../images/index/marketing-item-bg03.png");
}
.marketing-item .flex-process-content-list:nth-of-type(4) {
  background-image:  url("../images/index/marketing-item-bg04.png");
}
.marketing-item .flex-process-content-list:nth-of-type(5) {
  background-image:  url("../images/index/marketing-item-bg05.png");
}
.marketing-item .flex-process-content-list a{
  flex: 1;
  color: #ffffff;
  background: rgba(0,0,0,0.75);
  text-align: center;
  transition: background 0.4s ease-in;
}
.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 {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  transition: all 0.4s ease-in;
}
.marketing-item .item-list .theme img.icon {
  width: 3.4rem;
}
.marketing-item .item-list .title {
  font-size: 1.2rem;
  margin: 0.4rem 0;
}
.marketing-item .item-list .content {
  color: #FFFFFF;
  line-height: 1.6rem;
  text-align: justify;
  font-size: 0.9rem;
  margin-top: 9rem;
  opacity: 0;
  transition: opacity 0.4s ease-in;
}
.marketing-item .flex-process-content-list .content p {
  text-align: center;
  line-height: 1rem;
  margin-bottom: 0.2rem;
}
.marketing-item .flex-process-content-list:hover a{
  background:linear-gradient(180deg,rgba(223,188,105,0.96),rgba(164,129,53,0.96));
}
.marketing-item .item-list:hover .theme {
  color: #FFFFFF;
  position: static;
  transform: translateY(0);
}
.marketing-item .flex-process-content-list:hover .content {
  opacity: 1;
  margin-top: 0.4rem;
}

@-webkit-keyframes slideInUp{
  0%{ display: none; height: 0}
  100%{ display: block; height: auto}
}
@media screen and (max-width: 800px) {
  .marketing-item {
    padding: 1rem 0 0;
  }

  .flex-process-content {
    flex-wrap: wrap;
  }

  .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: #181818;
  padding: 4rem 0;
}

.quotedata-container h2{
  font-size: 2.25rem;
  text-align: center;
  color: #E4BB65;
  font-weight: bold;
  padding: 0;
  margin-bottom: 0.2rem;
}
.quotedata-container .title-english {
  color: #F4D185;
  text-align: center;
  font-size: 0.9rem;
  margin-bottm: 1rem;
}

.market-quotes {
    min-width: 560px;
    background-color: #131722;
    font-size: 14px;
    border: 1px solid #e0e3eb;
}
.market-quotes .mqrow {
    display: flex;
    flex-grow: 1;
    height: 100%;
    justify-content: space-between;
    min-height: 36px;
    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: rgb(8, 153, 129);
}
.market-quotes .down .change,
.market-quotes .down .percent {
    color: rgb(247, 82, 95);
}
.market-quotes .hd {
    color: #9598a1;
    border-bottom: 2px solid #434651;
}
.market-quotes .bd {
    color: #ffffff;
}
.market-quotes .bd .mqrow{
    border-bottom: 1px solid #434651;
}
@media (max-width: 576px) {
    .quotedata {
        width: 100%;
        overflow-x: scroll;
    }
    .market-quotes .mqrow {
        min-height: 36px;
    }
}
@media (max-width: 768px) {
  .quotedata-container {
    padding: 2rem 0;
  }

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

.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: #F5F5F5 url("../images/index/index-news-bg.png") center bottom no-repeat;
  background-size: 100% auto;
}

.index-news-content {
  background: #ffffff;
  padding: 0;
}

.index-news .nav {
  border-bottom: 1px solid #DDDDDD;
}

.index-news .nav .nav-link {
  background: none;
  font-size: 1.2rem;
  padding: 0 2rem;
  color: #333333;
}

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

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

.index-news .nav .active {
  color: #E4BB65;
  border-bottom-width: 3px;
  font-weight: bold;
}

.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 .tab-content {
  padding: 1rem 2rem 0;
}

.index-news .list-group-item .title {
  color: #333333;
}
.index-news .list-group-item .content {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 1rem;
  padding-top: 0.6rem;
}
.index-news .list-group-item  p{
  margin-bottom: 0!important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.index-news .list-group-item {
  color: #666666;
  background: #ffffff;
  border: 0 none;
  padding: 0 0 1rem;
  overflow: hidden;
  position: relative;
}

/* 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 {
    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{
  float: right;
  color:#666666;
}

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

.index-user .row {
  padding: 1rem 0 2rem;
}

.index-user h2{
  font-size: 2.25rem;
  text-align: center;
  color: #E4BB65;
  font-weight: bold;
  padding: 0;
  margin-bottom: 0.2rem;
}
.index-user .title-english {
  color: #F4D185;
  text-align: center;
  font-size: 0.9rem;
}

.index-user .row .reg-btn {
  font-size: 2rem;
  padding: 5.82rem 0;
  width: 100%;
  color: #000000;
  background: url("../images/index/btn_java.png") no-repeat center;
  background-size: 100% 100%;
}

.index-user .row .reg-btn p {
  font-size: 1rem;
}

.index-user .row .reg-btn.mt4 {
  background-image: url("../images/index/btn_mt4.png");
}

.index-user .nav {
  padding-left: 1rem;
}

.index-user .nav .nav-item {
  padding: 1rem 0 0;
  margin: 0 .1rem;
  font-size: 1.2rem;
  text-align: left;
}

.index-user .nav .nav-item .icon {
  height: 1.8rem;
  margin-right: 0.2rem;
}

.index-user .nav .active,
.index-user .nav .nav-item:hover{
  color: #E8C474;
}

.index-user .nav .nav-item .nav-link {
  padding: 0;
  color: #E8C474;
}

.index-user .nav .active .nav-link,
.index-user .nav .nav-item:hover  .nav-link{
  color: #E8C474;
}

@media (max-width: 768px) {
  .index-user {
    padding: 2rem 0;
  }
  
  .index-user .row {
    padding: 2.5rem 0;
  }
  .index-user h2{
    font-size: 1.5rem;
  }
  .index-user h2 img{
    display: none;
  }
  .index-user .row .reg-btn {
    font-size: 2rem;
    padding: 3rem 0;
  }
  .index-user .nav .nav-item {
    min-width: 10rem;
  }
}

/* E 註冊開戶通道*/

/* 下载 */
.platform {
  background: #ffffff;
  padding: 1rem 0 3rem;
}
.index-down .nav {
  padding: 2rem 0;
}
.index-down .nav .nav-link {
  font-size: 1.8rem;
  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 .list-group{
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 1rem 0 4rem;
  flex-wrap: wrap;
}
.index-down .list-group-item {
  background: url("../images/index/icon_dui.png") left center no-repeat;
  background-size: auto 100%;
  border: 0;
  color: #666666;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 0 0 0 1.4rem;
  margin: 0 1rem 0.4rem;
  min-width: 10rem;
}

.index-down .list-group-item span{ 
  margin-right: 1rem;
}

.download-group {
}
.download-group .download-item {
  display: inline-block;
  text-align: center;
  margin-right: 1.2rem;
}
.download-group .download-item img {
  width: 8rem;
}
.download-group .download-item p {
  color: #666666;
  line-height: 2rem;
}

.index-down .list-btn .btn{
  border: 1px solid #e8c474;
  border-radius: 0;
  font-size: 1.1rem;
  padding: .6rem 1.4rem;
  color: #000000;
  margin-top: 5rem;
  outline-style: none;
  box-shadow: none!important;
}
.index-down .list-btn .btn img {
  height: 1rem;
}
.index-down .list-btn span{ 
  margin-right: .5rem;
}
.index-down .list-btn .down-btn {
  background: url(../images/down_01_bg.png) repeat-x center;
  color: #ffffff;
}

.index-down .mt4-tab .list-group {
  padding: 11rem 0 2rem;
}

@media (max-width: 768px) {
  .index-down .nav {
    padding: 0 0 1rem;
  }
  .index-down .nav .nav-link {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
  .index-down .nav .active {
    font-size: 2rem;
  }
  .index-down .list-btn .col-sm{
    text-align: center;
    margin-bottom: .5rem;
  }
  .index-down .mt4-tab .list-group {
    padding: 5rem 0 2rem;
  }
  .platform .download-group{
    text-align: center;
  }
  .index-down .list-group {
    padding-bottom: 2rem;
  }
  .index-down .list-btn .btn {
    margin-top: 2rem;
  }
}

.index-honor {
    background: #000000;
}

.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: 2rem;
  color: #ffffff;
  padding: 0 2rem;
  position: relative;
}
.index-honor .hd .nav .nav-link.active:after {
  content: "";
  width: 2.4rem;
  height: 3px;
  background: #E8C474;
  position: absolute;
  left: 50%;
  bottom: -0.8rem;
  transform: translateX(-50%);
}
.index-honor .hd .nav .active {
  color: #E8C474;
}

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

.index-honor .honor-item img {
  width: 90%;
}

.index-honor .honor-item h4{
  padding: 2rem 0 4rem;
  color: #ffffff;
  font-size: 1.2rem;
}

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

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

.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;
  }
}

.modal-content{border-radius:.9rem}
.modal-dialog{max-width:600px;height:212px; margin-top:20%;/*display:none;*/}
.close{ position: absolute;z-index:1111;margin-top:5px;right:5px; text-align:right; }
.wel{ float:left; width:100%; text-align:center; font-size:18px; color:#181818;margin-top:15px;}
.wbutton{ float:left; max-width:100%;width:190px; height:48px; line-height:48px; margin-top:20px;border-radius:10px; text-align:center; font-size:18px; color:#fff; background:#e4b659;}
.wbutton:hover{color:#fff; background:#d2ad54}
.wbutton2{float:left; max-width:100%;width:186px; height:44px; line-height:44px; margin-top:20px;border-radius:10px; text-align:center; font-size:18px; color:#d2ad54; border:#d2ad54 2px solid}
.wbutton2:hover{color:#fff; background:#d2ad54;border:#d2ad54 2px solid}
.wel2{ float:left; width:100%; text-align:center; font-size:16px;color:#7c7c7c; margin-top:15px;}

.index-webtrade-row {
  z-index: 9999;
  position: fixed;
  bottom: 17px;
  left: 10px;
  padding: 0m;
}
.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;
}