/* 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.3);
}




.min-btn {
  display: inline-block;
  font-size: 1rem;
  background: #FF7115;
  color: #fff;
  padding: .6rem 1.6rem;
  border-radius: 5rem;
  transition: all .35s ease;
}

.min-btn:hover {
  color: #fff;
  background: #000;
}

.index-title {
  font-weight: 600;
  font-size: 2.5rem;
  text-align: center;
  padding-bottom: 3rem;
  color: #1E293B;
}


@media (max-width: 768px) {
  .fe-tip-box {
    display: none;
  }
  .index-title {
    padding-bottom: 1.5rem;
    font-size: 1.125rem;
  }

  h5 {
    font-weight: 400;
    font-size: 1rem;
  }

}

/* 首页banner
-------------------------------------------------- */

.banner-01 {
  height: 520px;
  color: #fff;
  margin-top: 60px;
  background: url(../images/index2/banner1bg.jpg) center no-repeat;
  background-size: cover;
}

.banner-mobile {
  display: none;
}

.banner .main-box {
  max-width: 976px;
  margin: 0 auto;
}

.banner .row {
  margin-bottom: 0;
  align-items: center;
}

.banner .soft-box {
  padding: 8rem 0 3rem;
}

.banner .soft-box h2 {
  color: #2254BE;
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 3.5rem;
  line-height: 4.2rem;
}

.banner .soft-box p {
  max-width: 521px;
  padding: 0 0 1rem;
  color: #234487;
  font-size: 1.125rem;
}

.banner .soft-box .download-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.banner .soft-box .download-group .download-item {
  display: inline-block;
}

.banner .soft-box .list-btn ul {
  display: flex;
  padding: 0;
}

.banner .soft-box .list-btn li {
  margin-right: 1rem;
}

.banner .soft-box .list-btn .btn-ai {
  border: 1px solid #fff;
  background-color: #fff;
  color: #454F5F;
}

.banner .soft-box .list-btn .btn-ai:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
}

.banner-02 {
  height: 520px;
  color: #fff;
  margin-top: 60px;
  background: url(../images/index2/banner2bg.jpg) center no-repeat;
  background-size: cover;
}

.banner .about-box {
  max-width: 590px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5rem 0 0;
}
.banner .about-box .list-btn .btn-about {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
  display: block;
  background-size: 12px;
  top: 56%;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  background-color: rgba(0, 0, 0, 0.2);
}

.banner .swiper-button-prev { 
  background-image: url(../images/index2/leftside.png);
}
.banner .swiper-button-next { 
  background-image: url(../images/index2/rightside.png);
}

@media (max-width: 768px) {

  .banner-01 {
    height: 610px;
    background: url(../images/index2/banner1mobile.jpg) center bottom no-repeat;
    background-size: cover;
  }

  .banner-pc {
    display: none;
  }

  .banner-mobile {
    display: block;
  }

  .banner .soft-box {
    padding: 2.5rem 1.5rem 0;
  }

  .banner .soft-box p {
    font-size: 14px;
    padding: 0;
  }

  .banner .soft-box .list-btn {
    width: 100%;
  }

  .banner .soft-box .list-btn ul {
    flex-direction: column;
  }

  .banner .soft-box .list-btn li {
    width: 100%;
    margin:  0 0 .5rem 0;
  }
  .banner .soft-box .list-btn li .min-btn {
    width: 100%;
    text-align: center;
  }

  .banner .soft-bg {
    height: 230px;
  }

  .banner-02 {
    height: 610px;
    background: url(../images/index2/banner2mobile.jpg) center no-repeat;
    background-size: cover;
  }

  .banner .about-box {
    padding: 3rem 0;
  }

  .banner .swiper-button-next,
  .banner .swiper-button-prev {
    display: block;
    background-size: 8px 13px;
    top: 78%;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background-color: rgba(0, 0, 0, 0.2);
  }


}


/* quotedata
-------------------------------------------------- */

.quotedata-container {
  position: relative;
  z-index: 2;
  margin: -45px auto 20px;
  max-width: 976px;
  border-radius: 12px;
  background: #FFFFFF;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.04);
}

.quotedata-container .quotedata {
  
  padding: 15px;
}

.market-quotes {
  font-size: 14px;
  display: flex;
  justify-content: space-around;
}

.market-quotes .col-lg-4 {
  padding-left: 10px;
  padding-right: 10px;
}

.market-quotes .mqrow {
  position: relative;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 62px;
  border-radius: 12px;
}

.market-quotes .mqrow .sec,
.market-quotes .mqrow .third {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.market-quotes .mqrow::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 12px;
  z-index: -1;
}

.market-quotes .mqrow#LLG {
  background: linear-gradient(270deg, rgba(249, 236, 212, 0.22) 0%, #FFEFD2 100%);
}
.market-quotes .mqrow#LLG::before {
  background: linear-gradient(270deg, rgba(255, 251, 243, 0) 0%, #F7DAA4 100%);
}

.market-quotes .mqrow#LLS {
  background: linear-gradient(270deg, #FAFAFA 0%, #ECEEF0 100%);
}
.market-quotes .mqrow#LLS::before {
  background: linear-gradient(270deg, rgba(255, 251, 243, 0) 0%, #DFDFDF 100%);
}

.market-quotes .mqrow#CL {
  background: linear-gradient(270deg, #F8FCFF 0%, #F0FAFF 100%);
}
.market-quotes .mqrow#CL::before {
  background: linear-gradient(270deg, rgba(255, 251, 243, 0) 0%, #CFE0FD 100%);
}



.market-quotes .mqrow .name {
  color: #1A1F36;
  font-size: 1.125rem;
}

.market-quotes .mqrow .price {
  font-size: 1.25rem;
}

.market-quotes .mqrow .icon {
  width: 1rem;
  height: 1rem;
}
.market-quotes .mqrow .percent {
  padding-left: .3rem;
}


.market-quotes .up {
  color: #14C784;
}

.market-quotes .up .icon {
  background: url(../images/index2/icon-up.png) no-repeat;
  background-size: 16px;
}

.market-quotes .down {
  color: #FF4800;
}

.market-quotes .down .icon {
  background: url(../images/index2/icon-down.png) no-repeat;
  background-size: 16px;
}


@media (max-width:768px) {
  
  .quotedata-container {
    margin: -2rem 0 1rem;
    box-shadow: none;
    background: transparent;
  }

  .quotedata-container .quotedata {
    padding: 0;
    
  }

  .market-quotes .mqrow {
    padding: 10px;
    flex-direction: column;
    align-items: self-start;
    margin-bottom: 1rem;
    height: auto;
  }

  .market-quotes .mqrow#LLG {
    background: linear-gradient(0deg, rgba(255, 251, 243, 0) 50%, #FFF6DA 100%), #FFFFFF;
  }
  .market-quotes .mqrow#LLG::before {
    background: linear-gradient(180deg, #FFFFFF 0%, #FFF8E2 100%);
  }
  
  .market-quotes .mqrow#LLS {
    background: linear-gradient(0deg, rgba(255, 251, 243, 0) 50%, #E7ECF6 100%), #FFFFFF;
  }
  .market-quotes .mqrow#LLS::before {
    background: linear-gradient(180deg, #FFFFFF 0%, #ECF0F6 100%);
  }
  
  .market-quotes .mqrow#CL {
    background: linear-gradient(0deg, rgba(255, 251, 243, 0) 50%, #DAE7FF 100%), #FFFFFF;
  }
  .market-quotes .mqrow#CL::before {
    background: linear-gradient(180deg, #FFFFFF 0%, #E0EBFE 100%);
  }

  .market-quotes .mqrow .name {
    color: rgba(0, 0, 0, 0.8);
    font-size: 1rem;
  }
  
  .market-quotes .mqrow .price {
    font-size: 1rem;
  }

  .market-quotes .mqrow .sec {
    padding: 3px 0
  }
  
  .market-quotes .mqrow .third {
    font-size: 12px;
  }
  
}


/* 优势
-------------------------------------------------- */

.section-adv {
  width: 100%;
  padding: 50px 0 10px;
}

.adv-icon-list {
  width: 100%;
  height: 200px;
  padding: 16px 0 0 36px;
  display: flex;
  justify-content: center;
  background: #F7F8F9;;
  margin-bottom: 1.5rem;

  transition: transform .3s ease, box-shadow .3s ease;
}

.adv-icon-list:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, .24);
}

.adv-icon-list h3 {
  padding-top: 1.2rem;
  font-size: 1.5rem;
  color: #1A1F36;
  font-weight: 600;
}

.adv-icon-list .desc {
  padding: .5rem 0 2rem;
  color: #454F5F;
}
.adv-icon-list .iconfont {
  display: flex;
  justify-content: end;
}
.adv-icon-list .iconfont img{
  width: 204px;
}

@media (max-width:768px) {
  .section-adv {
    padding: 0;
  }

  .adv-icon-list {
    padding: 24px 10px 0 16px;
    height: auto;
  }

  .adv-icon-list h3 {
    padding-top:0;
    font-size: 1rem;
  }

  .adv-icon-list .desc {
    padding: 0;
    font-size: 14px;
  }

  .adv-icon-list .iconfont img{
    width: 122px;
  }
  
}

/* 账号
-------------------------------------------------- */

.section-account {
  padding: 80px 0 126px;
}

.fwb {
  font-weight: 700;
}

.index_account {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index_account_cont {
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-in;
  cursor: pointer;
  background: transparent;
  padding: 52px 52px;
  text-align: center;
  width: 400px;
}

.index_account_cont div:first-child {
  margin-bottom: 46px;
}

.index_account_cont h2.en {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: end;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.6;
}

.index_account_cont .en span {
  font-size: 56px;
  line-height: 0.7;
}

.index_account_cont .en em {
  font-style: normal;
  line-height: 1;
  font-size: 24px;
}

.index_account_cont .en i {
  font-weight: 700;
  font-style: normal;
}

.index_account_cont.on {
  color: #fff;
}

.index_account_cont h6 {
  font-weight: normal;
  font-size: 1rem;
  padding-top: .5rem;
}

.index_account2 {
  position: relative;
  background: #F6F7F8;
}

.index_account_bg {
  background: #CDA569;
  height: calc(100% + 40px);
  visibility: visible;
  transition: all .3s;
  position: absolute;
  top: -20px;
  z-index: 1;
}

@media (max-width:768px) {
  .section-account {
    padding: 10px 0 0;
  }

  .index_account_cont {
    padding: 41px 52px;
  }

  .index_account_cont div:first-child {
    margin-bottom: 20px;
  }

  .index_account_cont h3 {
    font-size: 1.125rem;
    font-weight: 600;
  }

  .index_account_cont h6 {
    font-size: 14px;
  }
}


/* 平台
-------------------------------------------------- */

.section-platform {
  padding: 50px 0;
  background: #151616 url(../images/index2/platformbg.png) no-repeat center center;
  background-size: contain;
}

.section-platform .index-title {
  color: #fff;
}


.section-platform .card {
  align-items: center;
  justify-content: space-between;
  border: none;
  border-radius: 0;
}

.section-platform .card-body {
  padding: 2rem;
  height: 19rem;
  justify-content: start;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.section-platform .card-title {
  text-align: center;
  color: #1A1F36;
  font-weight: 600;
  font-size: 1.5rem;
  padding: 0 0 1.25rem;
  margin: 0;
}

.section-platform .card-text {
  color: #454F5F;
  text-align: center;
  padding-bottom: 1rem;
}


.section-platform .min-btn {
  background: #1A1F36;
  width: 100%;
  text-align: center;
}

.section-platform .min-btn:hover {
  color: #fff;
  background: #CDA569;
  box-shadow: 0 3px 26px rgba(0, 0, 0, .4);
}


.section-platform .card-rate {
  display: none;
  color: #1A1F36;
}

.section-platform .card-rate h5 {
  font-weight: 500;
  padding: 10px 0;
  text-align: center;
  font-size: 1.25rem;
  color: #1A1F36;
}

.section-platform .rate-line {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
}

.section-platform .rate-line span {
  color: #454F5F;
}

.section-platform .rate-line .rate-group ul {
  display: flex;
}

.section-platform .rate-line .rate-group ul li {
  width: 16px;
  height: 16px;
  margin: 0 2px;
  background: url(../images/index2/starton.png) no-repeat;
  background-size: 16px;
}

.section-platform .rate-line .rate-group ul li.grey {
  background: url(../images/index2/start.png) no-repeat;
  background-size: 16px;
}


.section-platform .list-group {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.section-platform .list-group-item {
  border: 0;
  background: transparent;
}

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

.section-platform .intro-item span {
  padding-top: .5rem;
}

.section-platform .btn-item li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 48%;
  padding: 0;
  margin-bottom: 10px;
}

.section-platform .btn-item .btn {
  display: flex;
  align-items: center;
  padding: .5rem 0 .5rem 1rem;
  border-radius: 2rem;
  opacity: 1;
  background: #F6F5F8;
  color: #1A1F36;
  width: 100%;
  white-space: nowrap;
}

.section-platform .btn-item .btn:hover {
  color: #fff;
  background: #CDA569;
  box-shadow: 0 3px 26px rgba(0, 0, 0, .4);
}

.section-platform .btn-item .account-btn {
  background: #1A1F36;
  justify-content: center;
  padding: .5rem 0;
  color: #fff;
}

.section-platform .btn-item span {
  padding-left: .5rem;
}

.section-platform .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/index2/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;
}

.pop-ewm-box p {
  padding: 11px 0 0;
  margin: 0;
  color: #FFFFFF;
  line-height: 18px;
  text-align: center;
  font-weight: 400;
}

.pop-ewm-box p small {
  font-size: 12px;
  font-weight: 200;
}

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

@media (max-width: 768px) {
  .section-platform {
    padding: 30px 0;
  }

  .section-platform .second {
    order: -1;
  }

  .section-platform .card {
    margin-bottom: 12px;
  }
  
  .section-platform .card-title {
    font-size: 1rem;
    padding: 0 0 .8rem;
  }
  .section-platform .card-rate h5 {
    font-size: 1rem;
  }

  .section-platform .card-text p {
    font-size: 14px;
    margin-bottom: 0;
  }

  .section-platform .card-body {
    height: auto;
    padding: 1rem 2rem;
  }

  .section-platform .btn-item li:hover .pop-ewm-box {
    display: none;
    opacity: 0;
  }

  
}




.section-youshi {
  width: 100%;
  padding: 50px 0 10px;
}

.youshi-icon-list {
  width: 100%;
  padding: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F7F8F9;;
  margin-bottom: 1.5rem;

  transition: transform .3s ease, box-shadow .3s ease;
}

.youshi-icon-list:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, .24);
}

.youshi-icon-list h3 {
  padding-top: 1.2rem;
  font-size: 1.5rem;
  color: #1A1F36;
  font-weight: 600;
}

.youshi-icon-list .desc {
  padding: .5rem 0 2rem;
  color: #454F5F;
}
.youshi-icon-list .iconfont {
  width: 72px;
}
.youshi-icon-list .iconfont img{
  width: 72px;
}

@media (max-width:768px) {
  .section-youshi {
    padding: 18px 28px 18px 16px;
  }

  .youshi-icon-list {
    padding: 10px 18px;
    height: auto;
  }

  .youshi-icon-list h3 {
    padding-top: .5rem;
    font-size: 1rem;
  }

  .youshi-icon-list .desc {
    padding: 0;
    font-size: 14px;
  }

  .youshi-icon-list .iconfont {
    width: 56px;
  }
  .youshi-icon-list .iconfont img{
    width: 56px;
  }
  
}










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