body {
  overflow-x: visible !important;
}
/*p{*/
/*    padding: 14px 0 !important;*/
/*}*/
.trading_box {
  width: 100%;
  background: url("/dist/images/banner_bg.png") no-repeat;
  background-size: cover;
}
.trading_banner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  /*padding-top: 101px;*/
  /*padding-bottom: 69px;*/
  padding-top: 80px;
  padding-bottom: 50px;
}
.bannerToHref {
  text-align: center;
  margin: 32px 0;
}
.bannerToHref a {
  text-decoration: none;
  display: inline-block;
}
.bannerToHref a img {
  display: inline-block;
  width: 165px;
}
.trading_banner .trading_left .tradingAce {
  font-size: 30px;
  color: #fff;
}
.trading_banner .trading_left .tradingAce img {
  display: inline-block;
  vertical-align: middle;
  width: 47px;
  margin-right: 3px;
}
.trading_banner .trading_left .tradTitle {
  font-size: 58px;
  font-weight: bold;
  color: #fff;
  line-height: 74px;
  margin: 19px 0 20px;
}
.trading_banner .trading_left .cnTradTitle,
.trading_banner .trading_left .zhTradTitle {
  padding-right: 100px;
}
.trading_banner .trading_left .tradEwm .tips {
  font-size: 14px;
  color: #fff;
  margin-top: 10px !important;
}
.enTradEwm,
.cnTradEwm,
.zhTradEwm,
.vnTradEwm {
  width: 120px;
  text-align: center;
}
.trading_banner .trading_left .tradEwm img {
  display: inline-block;
  width: 120px;
}
.trading_banner .trading_right_pc img {
  width: 652px;
}
.trading_banner .trading_right_mobile img {
  width: 358px;
}
.trading_banner .trading_right_mobile,
.bannerToHref {
  display: none;
}
/*tool----------------------------------*/
.toolBanner {
  max-width: 1200px;
  margin: 70px auto auto auto;
}
.toolBanner h2 {
  display: flex;
  text-align: center;
  justify-content: center;
  color: #000000ff;
  font-size: 48px;
  font-weight: 700 !important;
  margin-bottom: 32px;
}
.toolBanner h2 div {
  font-size: 48px;
  font-weight: 700 !important;
}
.toolBanner .tool_bg {
  width: 1130px;
  margin: 0 auto;
}
/*productDesPc-------------------------------------*/
.productDesPc {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.productDesPc .articleContent {
  top: 0;
  bottom: 0;
  background-color: #fff;
  height: 100vh;
  position: sticky;
}
.productDesPc .articleContent .articleSection {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 440px;
}
.articleSection .articleTitle {
  opacity: 0;
  color: #000000ff;
  font-size: 48px;
  font-weight: 700;
  transform: translate(0, 40px);
}
.articleSection .showArticleTitle {
  opacity: 1;
  transform: translate(0, 0);
  transition: all ease-out 0.6s 0.5s;
}
.articleSection .part {
  opacity: 0;
  transform: translate(0, 40px);
  color: #1f1f1f99;
  font-size: 20px;
  font-weight: 400;
  margin: 24px 0;
}
.articleSection .showPart {
  opacity: 1;
  transform: translate(0, 0);
  transition: all ease-out 0.7s 0.6s;
}
.productDesMobile {
  display: none;
}
.articleSection .toHref {
  opacity: 0;
  transform: translate(0, 40px);
}
.articleSection .showToHref {
  opacity: 1;
  transform: translate(0, 0);
  transition: all ease-out 0.8s 0.7s;
}
.articleSection .toHref a {
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
  text-decoration: none;
}
.video1,
.video2,
.video3 {
  width: 575px;
  height: 653px;
}
.videoContainer {
  padding-top: 250px;
  padding-bottom: 100px;
}
.videoBox .videoContent {
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-top: 200px;
}
.videoBox .videoContent:first-child {
  margin-top: 0;
}
.videoBox .videoContent video {
  position: absolute;
  top: 30px;
  border-radius: 30px;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  width: 260px;
  z-index: 0;
}
.videoBox .videoContent .iphone_frame {
  width: 400px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
}
.video1 {
  background: url("/dist/images/video_bg1.png") no-repeat;
  background-size: cover;
}
.video2 {
  background: url("/dist/images/video_bg2.png") no-repeat;
  background-size: cover;
}
.video3 {
  background: url("/dist/images/video_bg3.png") no-repeat;
  background-size: cover;
}
/*studyContent学习板块*/
.studyContent {
  background: #f6f6f7ff;
}
.studyBox {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 86px 0;
}
.studyContent .studyLeft img {
  width: 509px;
}
.studyContent .studyRight {
  width: 567px;
}
.studyContent .studyRight h1 {
  color: #000000ff;
  font-size: 48px;
  font-weight: 700 !important;
  margin-top: 0;
  margin-bottom: 21px !important;
}
.studyContent .studyRight .studyRight_applying1 {
  color: #1f1f1f99;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 12px;
}
.studyContent .studyRight .studyRight_applying2 {
  color: #1f1f1f99;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 32px;
}
.studyContent .studyRight .TradeBtnPc span,
.TradeBtnPcA span {
  font-weight: bold!important;
}
.studyContent .studyRight .TradeBtnPc,
.TradeBtnMobile {
  background: linear-gradient(180deg, #5e51ffff 0%, #3a29ffff 100%);
  border-radius: 10px;
  border: 0;
  /*padding: 11px 70px;*/
  cursor: pointer;
  color: #fff;
  transition: 0.3s;
}
.studyContent .studyRight .TradeBtnPc:hover {
  box-shadow: 0 4px 2px 2px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
  color: #ffffff;
}
.studyContent .studyRight .TradeBtnPc a:hover {
  color: #ffffff !important;
}
.TradeBtnPcA {
  display: inline-block;
  padding: 11px 70px;
  color: #fff !important;
  font-size: 20px;
  text-decoration: none;
}
.TradeBtnMobile {
  display: none;
}
/*移动端样式*/
@media screen and (max-width: 769px) {
  body,
  html {
    overflow-x: hidden !important;
  }
  .trading_banner {
    flex-direction: column;
    padding-top: 35px;
    padding-bottom: 0;
    text-align: center;
  }
  .trading_box {
    padding-top: 150px;
  }
  .trading_banner .trading_left .tradingAce {
    font-size: 20px;
    font-weight: 400;
  }
  .trading_banner .trading_left .tradingAce img {
    display: inline-block;
    vertical-align: middle;
    width: 23px;
  }
  .trading_banner .trading_left .tradTitle {
    font-size: 34px;
    font-weight: 700;
    line-height: 38px;
    margin: 19px 10px 20px;
  }
  .trading_banner .trading_left .cnTradTitle,
  .trading_banner .trading_left .zhTradTitle {
    padding-right: 0;
  }
  .tradEwm {
    display: none;
  }
  .trading_banner .trading_right_pc {
    display: none;
  }
  .trading_banner .trading_right_mobile,
  .bannerToHref {
    display: block;
  }
  .trading_banner .trading_right_mobile {
    margin: 0 auto;
  }
  .toolBanner {
    margin: 40px auto;
  }
  .toolBanner h2 {
    margin: 0 10px 32px !important;
  }
  .toolBanner h2 div {
    font-size: 28px;
    font-weight: 700 !important;
  }
  .toolBanner .tool_bg,
  .toolBanner .tool_bg img {
    box-sizing: border-box;
    width: 100%;
  }
  .toolBanner .tool_bg {
    padding: 0 16px;
  }
  .productDesPc {
    display: none;
  }
  .productDesMobile {
    display: block;
    text-align: center;
  }
  .productDesMobile .productDesTitle {
    font-size: 28px;
    font-weight: 700;
  }
  .productDesMobile p {
    color: #1f1f1f99;
    font-size: 16px;
    font-weight: 400;
    padding: 0 16px !important;
    margin: 16px auto 32px !important;
  }
  .productDesMobile img {
    display: inline-block;
    width: 80%;
  }
  .productDesMobile .downloadAppBox {
    margin: 30px 10px 0;
  }
  .productDesMobile .downloadApp {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    border-radius: 10px;
    background: #4f40f91a;
    padding: 30px;
  }
  .productDesMobile .downloadApp .tradingAce img {
    width: 64px;
  }
  .productDesMobile .downloadApp .tradingAce .tradingAceText {
    color: #000000ff;
    font-size: 12px;
    font-weight: 500;
  }
  .productDesMobile .downloadApp .toHref img {
    display: inline-block;
    width: 168px;
    height: 41px;
  }
  .productDesMobile .downloadApp .toHref {
    border-left: 1px solid #dadaf2ff;
    margin-left: 25px;
    padding-left: 20px;
  }
  .productDesMobile .downloadApp .toHref a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    border: 0;
  }
  .productDesMobile .downloadApp .toHref a:first-child {
    margin-bottom: 10px;
  }
  .productDesMobile .productDesImg {
    margin-bottom: 72px;
  }
  .studyBox {
    margin-top: 40px;
    flex-direction: column-reverse;
    align-items: center;
    padding: 40px 16px;
    text-align: center;
  }
  .studyContent .studyRight {
    padding: 0;
    width: 358px;
  }
  .studyContent .studyRight h1 {
    color: #000000ff;
    font-size: 28px;
    font-weight: 700 !important;
    margin-bottom: 16px !important;
  }
  .studyContent .studyRight p {
    font-size: 16px;
  }
  .studyContent .studyRight .studyRight_applying1 {
    font-size: 16px;
  }
  .studyContent .studyRight .studyRight_applying2 {
    font-size: 16px;
    margin-bottom: 32px;
  }
  .studyContent .studyLeft img {
    width: 350px;
  }
  .TradeBtnPc {
    display: none;
  }
  .TradeBtnMobile {
    display: block;
    margin-top: 32px;
  }
}
/*animate*/
.articleSection .do-animate {
  display: block;
  transform: translate(0, 0);
  transition: all ease-out 0.6s 0.5s;
}
.articleSection .animate-delay1.animate-hide {
  animation: csr6 1s ease-in;
}
@keyframes csr6 {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: 0;
    transform: translate3d(0, -100px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
}
/*顶部提示*/
.header {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  z-index: 99;
}
.header .header-title {
  background: #010F24;
  text-align: center;
  min-height: 38px;
}
.header .header-title h1 {
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 18px;
  margin: 0 auto;
  padding: 10px 0;
  height: auto;
  background: none;
  display: none;
}
#loginBox .container{
  padding: 0!important;
}
[data-header-slot="header"]{
  position: static;
  box-shadow: none!important;
}
#loginMaskBox{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.loginAfter{
  display: none;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  cursor: pointer;
  height: 100%;
  margin: 0 20px;
  align-items: center;
}
.loginAfter .email{
  display: flex;
  align-items: center;
  justify-content: center;
}
.loginAfter .email img{
  width: 20px;
  height: 20px;
  margin-right: 3px;
}
.loginAfter .item-select{
  position: absolute;
  top: 60px;
  left: -20px;
  display: none;
  min-width: 175px;
  background: #ffffff;
  border-radius: 4px;
  padding: 12px;
  z-index: 1000;
  box-shadow: 0 6px 25px 0 #00000014;
}
.loginAfter-item{
  white-space: nowrap;
  display: flex;
  align-content: center;
  height: 100% !important;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  /*margin-bottom: 12px !important;*/
  padding: 6px 12px;
  border-radius: 4px;
}
.loginAfter-item:hover{
  background: #f6f6f7ff;
}

@media (max-width: 768px) {
  .loginOutBox{
    display: none;
    width: 20px;
    height: 20px;
    float: right;
    position: absolute;
    right: 85px;
    top: 17px;
  }
  .loginOutBox img{
    width: 20px;
    height: 20px;
  }
  .header .header-title h1 {
    padding: 12px 20px;
    text-align: left;
    line-height: 16px;
  }
  #loginBox .container .loginRight{
    min-height: auto!important;
  }
  .loginRight .pagePanel .doubleVerification .noMethod{
    margin-bottom: 100px;
  }
  [data-page="resetPassForm"]{
    margin-bottom: 20px;
  }
 .loginRight .stepBar .step{
    display: block!important;
    padding: 0!important;
    margin-top: 40px!important;
    text-align: center;
 }
  .loginRight .pagePanel .doubleVerification .resetSafetyVerify .assistTextPrompt{
    margin-bottom: 50px;
  }
  #loginBox{
    top: unset!important;
    left: unset!important;
    transform: none!important;
  }
}
.header .navbar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  /*min-width: 1200px;*/
  /*max-width: 1324px;*/
  height: 68px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.header .navbar-container .logo-box img {
  height: 46px;
  cursor: pointer;
}
.header .navbar-container .navbar-box {
  position: relative;
  height: 100%;
}
.header .navbar-container .navbar-box .navbar-nav {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .navbar-container .navbar-box .navbar-nav li {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0 20px;
  position: relative;
}
.header .navbar-container .navbar-box .navbar-nav li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #333333;
  font-size: 16px;
  margin: 0 8px 0 0 !important;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  font-weight: 500;
}

.header .navbar-container .navbar-box .navbar-nav li .item-select{
  position: absolute;
  top: 60px;
  left: -20px;
  display: none;
  min-width: 175px;
  background: #ffffff;
  border-radius: 4px;
  padding: 12px;
  z-index: 1000;
  box-shadow: 0 6px 25px 0 #00000014;
}
.header .navbar-container .navbar-box .navbar-nav li .item-select>a{
  white-space: nowrap;
  display: flex;
  align-content: center;
  height: 100% !important;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 12px !important;
  padding: 6px 12px;
  border-radius: 4px;
}
.header .navbar-container .navbar-box .navbar-nav li .item-select a:hover{
  background: #f6f6f7ff;
}

.header .navbar-container .navbar-box .navbar-nav li .header-arrow{
    display: block;
    width: 10px;
    height: 8px;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    transform: rotate(45deg);
    margin-top: -4px;
}
/*.header .navbar-container .navbar-box .navbar-nav li:nth-of-type(3) .header-arrow{*/
/*  display: none;*/
/*}*/
.header .navbar-container .navbar-box .navbar-nav li:hover .header-arrow{
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
}
/*.header .navbar-container .navbar-box .navbar-nav li a.selectUp:before {*/
/*  position: absolute;*/
/*  right: 26px;*/
/*  content: "";*/
/*  width: 8px;*/
/*  height: 8px;*/
/*  border-bottom: 1px solid #333333;*/
/*  border-right: 1px solid #333333;*/
/*  transform: rotate(45deg);*/
/*}*/
/*.header .navbar-container .navbar-box .navbar-nav li a.selectDown:after {*/
/*  position: absolute;*/
/*  right: 26px;*/
/*  bottom: 22px;*/
/*  content: "";*/
/*  width: 8px;*/
/*  height: 8px;*/
/*  border-top: 1px solid #333333;*/
/*  border-right: 1px solid #333333;*/
/*  transform: rotate(-45deg)*/
/*}*/
.header .navbar-container .navbar-box .cat-list li {
  width: 175px;
  position: absolute;
  background: #ffffff;
  border-radius: 10px;
  padding: 12px 12px 0;
  z-index: 1000;
  display: none;
  box-shadow: 0 6px 25px 0 #00000014;
}
.header .navbar-container .navbar-box .cat-list li:nth-of-type(3){
  padding: 0;
  height: 0;
}
.header .navbar-container .navbar-box .cat-list li a {
  display: flex;
  align-content: center;
  height: 100% !important;
  padding-left: 12px;
  width: 100%;
  border-radius: 10px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 12px;
  padding: 6px 12px;
  border-radius: 4px;
}
@keyframes slide-chart-bg-box {
  0% {
    background-position: 2000px 0;
  }
  100% {
    background-position: 0 0;
  }
}
.chart-bg-box {
  width: 1200px;
  height: 598px;
  /*background: url(/dist/images/chart-bg.png) no-repeat;*/
  background-size: 100% 100% !important;
  position: relative;
  animation: slide-chart-bg-box 800ms;
  animation-fill-mode: forwards;
  overflow: hidden;
}
/*.chart-bg-box::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6));*/
/*  opacity: 1;*/
/*  animation: fade-chart-bg-box 800ms forwards;*/
/*}*/

@keyframes fade-chart-bg-box{
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


@keyframes slide-chart-phone-box {
  0% {
    background-position: 0 2000px;
  }
  100% {
    background-position: 0 0;
  }
}
.chart-bg-box .chart-phone-box{
  /*background: url("/dist/images/chart-phone.png") no-repeat center;*/
  background-size: cover !important;
  width: 343px;
  height: 662px;
  animation: slide-chart-phone-box 800ms forwards;
}

/*品种滚动*/
@keyframes slide-symbol-container {
  0% {
    visibility: visible;
    width: 0;
    transform: translateX(2000px);
    border-radius: 20px;
  }
  /*40% {*/
  /*  width: 736px;*/
  /*  transform: translateX(-100px);*/
  /*}*/
  /*60% {*/
  /*  width: 736px;*/
  /*  transform: translateX(120px);*/
  /*}*/
  /*80% {*/
  /*  width: 736px;*/
  /*  transform: translateX(-60px);*/
  /*}*/
  100% {
    width: 736px;
    border-radius: 20px 0 0 20px;
    transform: translateX(0px);
    visibility: visible;
  }
}
.symbol-container {
  position: absolute;
  right: 0;
  bottom: 80px;
  width: 736px;
  height: 68px;
  overflow: hidden;
  border-radius: 20px 0 0 20px;
  background: #ffffff;
  visibility: hidden;
  box-shadow: 4px 15px 27px 0 #3c3c431f;
  animation: slide-symbol-container 1s;
  animation-fill-mode: forwards;
  animation-delay: 300ms;
  cursor: pointer;
}
.symbol-container .slider {
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 12px;
  /*animation: slide 20s linear infinite;*/
  /* 调整动画为线性动画 */
}
.symbol-container .slider li {
  width: 44px;
  height: 44px;
  list-style-type: none;
  margin-right: 40px;
  /* 添加一个背景色占位符代替图片 */
}
.symbol-container .slider li img {
  width: 44px;
  height: 44px;
}
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.chart-data-container .col-left {
  padding-top: 32px;
  border-radius: 4px;
  background: #ffffffff;
  box-shadow: 0 17px 72px 0 #0000000f;

}


/*btn hover*/
.new-active-btn:hover{
  background: #004FC1 !important;
  transition: all 0.2s;
}


/*h5 样式*/
@media (max-width: 768px){
  .chart-bg-box{
    height: auto;
  }
  /*品种滚动*/
  .symbol-container {
    position: absolute;
    left: 5%;
    bottom: 26px;
    width: 90%;
    height: 52px;
    overflow: hidden;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 4px 15px 27px 0 #3c3c431f;
    box-sizing: border-box;
    animation: unset;
    animation-fill-mode: unset;
    animation-delay: unset;
    visibility: visible;
  }
  .symbol-container .slider {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 12px;
    box-sizing: border-box;
    /*animation: slide 20s linear infinite;*/
    /* 调整动画为线性动画 */
  }
  .symbol-container .slider li {
    width: 32px;
    height: 32px;
    list-style-type: none;
    margin-right: 24px;
    /* 添加一个背景色占位符代替图片 */
  }
  .symbol-container .slider li img {
    width: 32px;
    height: 32px;
  }
  .row2 .form-group input{
    height: 42px !important;
    line-height: 42px;
    margin-top: -10px;
    margin-bottom: 10px;
  }
  .row2 .form-group .searchIcon{
    top: 4px;
  }


}


@media screen and (min-width: 1100px) and (max-width: 1250px){
  body{
    zoom: 0.88;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px){
  .header .navbar-container{
    padding: 0 32px;
  }
  .new-fluid-wrap{
    padding: 0 32px;
  }

  .download-container{
    height: auto;
  }
  .new-left{
    display: flex;
    flex-direction: column;

  }
  .new-left .application-box{
    margin-top: 36px;
    margin-left: 0;
  }
  .step-container .step-right img{
    width: 500px;
    height: auto;
    margin-top: 160px;
  }

  .award-content{
    height: auto;
  }
  .award-content .row-award{
    width: 100%;
    padding-bottom: 120px;
  }
  .award-content .content-award{
    flex-direction: column;
  }
  .row-award .content-award .content-left{
    width: 714px;
    margin-bottom: 32px;
  }
  .footer{
    padding: 0 32px;
  }

}

/*@media screen and (min-width: 1000px) and (max-width: 1250px){*/
/*  body{*/
/*    zoom: 0.88;*/
/*  }*/
/*}*/
/*@media (min-width: 1060px) and (max-width: 1200px) {*/
/*  *{*/
/*    box-sizing: border-box;*/
/*  }*/
/*  .row{*/
/*    width: 100%;*/
/*  }*/
/*  .row .base-box{*/
/*    width: 100%;*/
/*  }*/
/*  html,body{*/
/*    width: 100vw;*/
/*  }*/
/*  .header{*/
/*    min-width: unset;*/
/*  }*/
/*  .header .navbar-container{*/
/*    width: 100%;*/
/*    padding: 0 32px;*/
/*  }*/
/*  .chart-bg-box{*/
/*    width: 100%;*/
/*    padding-left: 32px;*/
/*    padding-right: 32px;*/
/*  }*/

/*}*/

.banner-ad img {
  max-width: 100%;
  border-radius: 5px;
}

.row.banner-ad {
  margin: 20px auto;
}