html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
img {
  display: block;
}
body,
html {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #121212;
}
#main {
  padding: 0;
  width: 100%;
  margin: 0;
  color: #121212;
}
.web-btn {
  width: 270px;
  height: 60px;
  line-height: 60px;
  background: #fb615b;
  border: 2px solid #fb615b;
  border-radius: 4px;
  font-size: 22px;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
.web-btn.blue {
  background: #37aeb3;
  border-color: #37aeb3;
}
.web-btn:before {
  content: "";
  position: absolute;
  top: -14px;
  right: -14px;
  bottom: -14px;
  left: -14px;
  opacity: 0;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  border: 2px solid #fb615b;
}
.web-btn.blue:before {
  border-color: #37aeb3;
}
.web-btn:hover:before {
  -webkit-animation-name: hvr-ripple-in;
  animation-name: hvr-ripple-in;
}
.web-btn em {
  background: url("/en/images/index/icon_button_arrow.png") no-repeat;
  background-size: 100% 100%;
  width: 28px;
  height: 28px;
  margin-left: 6px;
}
.web-banner {
  overflow: hidden;
  background: #fbfcff;
  margin-top: 72px;
  position: relative;
}
.web-banner .swiper-slide {
  width: 100%;
}
.web-banner .swiper-pagination {
  bottom: 20px;
}
.web-banner .swiper-pagination-bullet {
  width: 48px;
  height: 4px;
  background: #20222b;
  border-radius: 4px;
  opacity: 0.3;
}
.web-banner .swiper-pagination-bullet-active {
  background: #20222b;
  opacity: 1;
}
.web-banner .swiper-slide .slide-item1 {
  background: #fbfcff;
}
.web-banner .swiper-slide .slide-item1 .web-font {
  background: url("/en/images/index/banner/banner1.png") no-repeat center right;
  padding-top: 229px;
}
.web-banner .swiper-slide .slide-item2 {
  background: url("/en/images/index/banner/banner_EN_PC_2504.png") no-repeat top center;
  background-size: 100% 100%;
  width: 100%;
}

.web-banner .swiper-slide .slide-item7 {
  background: #0c122a;
}
.web-banner .swiper-slide .slide-item7 .web-font {
  background: url("/en/images/index/banner/referral_banner_EN_PC_25.jpg") no-repeat center right;
  background-size: 1920px 100%;
  padding-top: 160px;
  text-align: right;
}
.web-banner .swiper-slide .slide-item8 {
  background: -webkit-linear-gradient(45deg, #2f33b0, #4482cc);
  background: -o-linear-gradient(45deg, #2f33b0, #4482cc);
  background: -moz-linear-gradient(45deg, #2f33b0, #4482cc);
  background: linear-gradient(45deg, #2f33b0, #4482cc);
}
.web-banner .swiper-slide .slide-item8 .web-font {
  background: url("https://img.cfglobal139.com/source/en/pc/zt/campaign2501/banner_EN_PC_2501.png")
    no-repeat center center;
  background-size: 100% 100%;
  padding-top: 140px;
}
.web-banner .swiper-slide .slide-item2 .web-font .inner {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
}
.web-banner .swiper-slide .slide-item7 .web-font .inner {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
}
.web-banner .swiper-slide .slide-item8 .web-font {
  display: flex;
  justify-content: end;
  align-items: flex-start;
  flex-direction: column;
}
.web-banner .swiper-slide .slide-item2 .web-font a {
  margin: 660px auto;
}
.web-banner .swiper-slide .slide-item7 .web-font a {
  margin: 500px auto;
  background: #ff7c4b;
  border-color: #ff7c4b;
}
.web-banner .swiper-slide .slide-item7 .web-font a:before {
  border-color: #ff7c4b;
}
.web-banner .swiper-slide .slide-item8 .web-font a {
  margin: 0 0 50px 250px;
}
.web-banner .web-font {
  height: 760px;
}
.web-banner .web-font span,
.web-banner .web-font p {
  display: block;
  text-transform: capitalize;
}
.web-banner .web-font span {
  font-size: 72px;
  line-height: 90px;
  color: #20222b;
  font-weight: bolder;
}
.web-banner .swiper-slide .slide-item8 .web-font span {
  color: #fff;
  font-size: 26px;
  font-weight: normal;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 10px 120px;
}
.web-banner .web-font p {
  font-size: 30px;
  line-height: 35px;
  color: #777;
  padding: 25px 0 40px;
}
.web-page.bgColor4 {
  background: #f7f9fb;
  padding: 80px 0 40px;
}
.web-page.bgColor7 {
  padding-bottom: 100px;
}
.web-page .platOdds {
  overflow: hidden;
  background: #37aeb3;
  padding: 15px 0;
}
.web-page .platOdds ul {
  display: flex;
  justify-content: space-between;
}
.web-page .platOdds li {
  border-right: solid 1px rgba(255, 255, 255, 0.2);
  width: 25%;
  padding-left: 50px;
}
.web-page .platOdds li:last-child {
  border-right: none;
}
.web-page .platOdds li:first-child {
  padding-left: 0;
}
.web-page .platOdds li span,
.web-page .platOdds li p {
  overflow: hidden;
  display: block;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
}
.web-page .platOdds li span {
  font-size: 40px;
  line-height: 48px;
  font-weight: bolder;
}
.web-page .prod-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 100px 0;
}
.web-page .prod-con .proData {
  overflow: hidden;
  width: 800px;
  border-radius: 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 30px;
}
.web-page .prod-con .proData .proNav {
  overflow-y: hidden;
  overflow-x: scroll;
  padding-bottom: 10px;
}
/* 滚动条整体样式 */
.web-page .prod-con .proData .proNav::-webkit-scrollbar {
  width: 10px; /* 滚动条宽度 */
  height: 5px;
}
/* 滚动条轨道样式 */
.web-page .prod-con .proData .proNav::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #f7f9fb;
  border-radius: 10px;
}
/* 滚动条滑块样式 */
.web-page .prod-con .proData .proNav::-webkit-scrollbar-thumb {
  background: #37aeb3;
  border-radius: 10px;
}
/* 滚动条滑块在鼠标悬停时的样式 */
.web-page .prod-con .proData .proNav::-webkit-scrollbar-thumb:hover {
  background: #37aeb3;
}
.web-page .prod-con .proData .proNav ul {
  overflow: hidden;
  width: 100%;
}
.web-page .prod-con .proData .proNav li {
  overflow: hidden;
  display: inline-block;
  float: left;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  color: #121212;
  cursor: pointer;
  background: #f6f9ff;
  text-transform: capitalize;
  margin: 0 10px 0 0;
  padding: 0 15px;
  border-radius: 6px;
}
.web-page .prod-con .proData .proNav li:hover,
.web-page .prod-con .proData .proNav li.checked {
  background: #37aeb3;
  color: #fff;
}
.web-page .prod-con .proData .proTable {
  overflow: hidden;
  margin: 20px 0 0 0;
}
.web-page .prod-con .proData .proTable table {
  overflow: hidden;
  width: 100%;
  display: table;
}
.web-page .prod-con .proData .proTable table tbody tr {
  border-radius: 10px;
}
.web-page .prod-con .proData .proTable table tbody tr:hover {
  transform: scale(1.02);
}
.web-page .prod-con .proData .proTable table th {
  font-size: 16px;
  color: #666;
  padding: 10px 0;
  text-align: center;
  background: #f6f9ff;
  font-family: "Gilroy";
}
.web-page .prod-con .proData .proTable table td {
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #666;
}
.web-page .prod-con .proData .proTable table th:first-child,
.web-page .prod-con .proData .proTable table td:first-child {
  text-align: left;
  padding-left: 20px;
}
.web-page .prod-con .proData .proTable table th:last-child,
.web-page .prod-con .proData .proTable table td:last-child {
  text-align: right;
  padding-right: 20px;
}
.web-page .prod-con .proData .proTable table td span {
  overflow: hidden;
  display: block;
  margin: 0 auto;
  width: 140px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  color: #666;
}
.web-page .prod-con .proData .proTable table td.green span {
  background: #4ac158;
  color: #fff;
}
.web-page .prod-con .proData .proTable table td.red span {
  background: #fb605a;
  color: #fff;
}
.web-page .prod-con .proData .proTable table td.rise {
  color: #4ac158;
}
.web-page .prod-con .proData .proTable table td.fall {
  color: #f05336;
}
.web-page .prod-con .pro-exp {
  position: relative;
  width: 540px;
}
.web-page .prod-con .pro-exp span,
.web-page .prod-con .pro-exp p {
  display: block;
  color: #121212;
  width: 100%;
  font-family: "Gilroy";
}
.web-page .prod-con .pro-exp span {
  font-size: 42px;
  line-height: 50px;
  font-family: "Gilroy-bold";
}
.web-page .prod-con .pro-exp p {
  font-size: 20px;
  line-height: 28px;
  margin: 30px 0 40px;
}
.web-page .operate-con {
  overflow: hidden;
  padding: 0 0 85px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.web-page .operate-con .operate-exp {
  overflow: hidden;
  background-color: #f6f9ff;
  width: 600px;
  border-radius: 20px;
  margin-right: 15px;
}
.web-page .operate-con .operate-exp .item {
  overflow: hidden;
  background: url("/en/images/index/report_titlebg.png") no-repeat;
  width: 100%;
  height: 670px;
  padding: 25px 0;
}
.web-page .operate-con .operate-exp span,
.web-page .operate-con .operate-exp p,
.web-page .operate-con .operate-exp em {
  overflow: hidden;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #121212;
  font-family: "Gilroy";
  margin: 0 25px;
}
.web-page .operate-con .operate-exp span {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 10px;
  font-family: Gilroy-bold;
}
.web-page .operate-con .operate-data {
  overflow: hidden;
  width: 60%;
}
.web-page .operate-con .operate-exp em {
  background: url("/en/images/index/icon_report_no1.png") no-repeat;
  width: 48px;
  height: 44px;
  margin-bottom: 380px;
}
.web-page .web-tab {
  overflow: hidden;
  margin-bottom: 50px;
}
.web-page .web-tab .inner {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #d8d8d8;
}
.web-page .web-tab .tab-title {
  overflow: hidden;
}
.web-page .web-tab .tab-title span {
  overflow: hidden;
  display: block;
  font-size: 56px;
  line-height: 68px;
  font-weight: bolder;
}
.web-page .web-tab .tab-Nav {
  overflow: hidden;
}
.web-page .web-tab .tab-Nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.web-page .web-tab .tab-Nav li {
  padding: 30px 5px;
  border-bottom: solid 2px transparent;
  cursor: pointer;
  margin: 0 25px;
}
.web-page .web-tab .tab-Nav li p {
  overflow: hidden;
  display: block;
  font-size: 24px;
  line-height: 28px;
  color: #121212;
}
.web-page .web-tab .tab-Nav li.checked {
  border-bottom-color: #37aeb3;
}
.web-page .web-tab .tab-Nav li.checked p {
  color: #37aeb3;
}
.web-page .web-pla {
  display: none;
}
.web-page .web-pla.checked {
  display: block;
}
.web-page .web-pla.Mt5 {
  background: url("/en/images/index/tradingplatform_mt5.png") no-repeat bottom
    right;
  background-size: 1032px 488px;
  height: 488px;
}
.web-page .web-pla.TrexTrade {
  background: url("/en/images/index/tradingplatform_TREXtrade.png") no-repeat
    bottom right;
  background-size: 829px 536px;
  height: 536px;
}
.web-page .web-pla .item-title {
  overflow: hidden;
  margin: 0 0 30px;
  width: 40%;
}
.web-page .web-pla .item-title p {
  overflow: hidden;
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #777;
}
.web-page .web-pla .item-list {
  overflow: hidden;
  width: 35%;
}
.web-page .web-pla .item-list li {
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 20px 0;
}
.web-page .web-pla .item-list li p {
  overflow: hidden;
  font-size: 16px;
  color: #3d3d3d;
  line-height: 20px;
  margin-left: 10px;
  width: 90%;
}
.web-page .web-pla .item-list li em {
  background: url("/en/images/index/icon_finish_tick.png") no-repeat;
  width: 24px;
  height: 24px;
}
.web-page .web-pla .item-down {
  position: relative;
  z-index: 9;
}
.web-page .web-pla .item-down ul {
  display: flex;
  justify-content: flex-start;
  margin: 25px 0 20px;
}
.web-page .web-pla .item-down li {
  width: 36px;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}
.web-page .web-pla.TrexTrade .item-down li {
  width: 180px;
  height: 50px;
  background: #222;
  margin-right: 20px;
  padding: 8px 25px;
  border-radius: 8px;
}
.web-page .web-pla .item-down li:hover {
  transform: scale(1.02);
}
.web-page .web-pla .item-down li img {
  width: 100%;
}
.web-page .web-pla .item-down li .codeItem {
  position: absolute;
  left: 0;
  top: 50px;
  width: auto;
  background: #fff;
  z-index: 1;
  padding: 0 20px;
  display: none;
}
.web-page .web-pla.TrexTrade .item-down li .codeItem {
  top: 66px;
}
.web-page .web-pla .item-down li:hover .codeItem {
  display: block;
}
.web-page .web-pla .item-down li .codeItem:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  z-index: 1;
  top: -24px;
  left: 12px;
  border-right: 7px solid rgba(0, 0, 0, 0);
  border-left: 7px solid rgba(0, 0, 0, 0);
  border-top: 12px solid rgba(0, 0, 0, 0);
  border-bottom: 12px solid #fff;
}
.web-page .web-pla .item-down li .codeItem img {
  width: 240px;
  margin: 20px auto;
}
.web-page .web-title {
  overflow: hidden;
  margin-top: 100px;
}
.web-page .web-title span,
.web-page .web-title p,
.web-page .web-title em {
  overflow: hidden;
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: #777777;
}
.web-page .web-title span {
  font-size: 42px;
  line-height: 60px;
  margin: 6px 0 9px;
  color: #121212;
  font-weight: bolder;
}
.web-page .web-title p {
  font-size: 24px;
  line-height: 28px;
}
.web-page .web-conList {
  margin: 60px 0;
}
.web-page .web-conList ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.web-page .web-conList li {
  overflow: hidden;
  width: 680px;
  padding: 20px 0;
}
.web-page .web-conList li .item {
  overflow: hidden;
  border: solid 1px #ececec;
  border-radius: 10px;
  height: 338px;
}
.web-page .web-conList li:hover {
  transform: scale(1.05);
}
.web-page .web-conList li img {
  margin: 30px auto 20px;
}
.web-page .web-conList li p,
.web-page .web-conList li span {
  overflow: hidden;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  width: 80%;
  margin: 0 auto;
}
.web-page .web-conList li span {
  font-size: 28px;
  line-height: 30px;
  font-weight: bolder;
}
.web-page .web-btnList {
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.web-page .web-btnList .item {
  width: 210px;
}
.web-page .web-btnList a {
  overflow: hidden;
  display: block;
  font-size: 22px;
  color: #fff;
  width: 200px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin: 0 auto;
  transition: all 0.25s;
  text-transform: capitalize;
  border-radius: 4px;
  border: solid 1px #37aeb3;
}
.web-page .web-btnList a.account {
  background: #37aeb3;
}
.web-page .web-btnList a.about {
  border: solid 1px #37aeb3;
  color: #37aeb3;
}
.web-page .web-btnList a:hover {
  transition: all 0.25s;
  width: 210px;
}
.web-page .web-steps {
  padding-bottom: 60px;
}
.web-page .web-steps.step1 {
  background: url("/en/images/index/account_phone1.png") no-repeat bottom right;
  background-size: 650px 500px;
}
.web-page .web-steps.step2 {
  background: url("/en/images/index/account_phone2.png") no-repeat bottom right;
  background-size: 650px 500px;
}
.web-page .web-steps.step3 {
  background: url("/en/images/index/account_phone3.png") no-repeat bottom right;
  background-size: 650px 500px;
}
.web-page .web-steps .web-title span {
  text-align: left;
}
.web-page .web-steps .steps-list {
  overflow: hidden;
  width: 600px;
  position: relative;
  margin-top: 65px;
}
.web-page .web-steps .steps-list .steps-line {
  width: 96%;
  height: 1px;
  background: #e1e1e1;
  position: absolute;
  top: 23px;
  left: 0;
}
.web-page .web-steps .steps-list ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.web-page .web-steps .steps-list li {
  position: relative;
  cursor: pointer;
}
.web-page .web-steps .steps-list li em {
  overflow: hidden;
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  background: #222222;
  color: #fff;
  font-size: 20px;
  line-height: 44px;
  text-align: center;
}
.web-page .web-steps .steps-list li a {
  overflow: hidden;
  display: block;
  font-size: 24px;
  line-height: 28px;
  margin-top: 30px;
  color: #222;
}
.web-page .web-steps .steps-explain {
  margin: 60px 0 0;
}
.web-page .web-steps .steps-explain p {
  overflow: hidden;
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #777;
}
.web-page .web-steps .steps-explain a {
  margin-top: 65px;
}
.web-page .web-payMethods {
  margin: 100px 0 -50px;
}
.web-page .web-payMethods ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.web-page .web-payMethods li {
  width: 200px;
}
.web-page .web-payMethods li:hover {
  transform: scale(1.02);
}
.web-page .web-payMethods li img {
  width: auto;
}
@media (max-width: 1440px) and (min-width: 1280px) {
  .inner {
    width: 1200px;
  }

  .web-page .prod-con .proData {
    width: 700px;
  }

  .web-page .prod-con .proData .proNav ul {
    width: 750px;
  }

  .web-page .prod-con .proData .proNav li {
    font-size: 18px;
  }

  .web-page .prod-con .pro-exp {
    width: 450px;
  }

  .web-page .operate-con .operate-exp {
    width: 500px;
  }

  .web-page .operate-con .operate-exp em {
    margin-bottom: 300px;
  }

  .web-page .web-pla.Mt5 {
    background-size: 800px 378px;
  }

  .web-page .web-pla.TrexTrade {
    background-size: 700px 452px;
  }

  .web-page .web-conList li {
    width: 580px;
  }
}
@media (max-width: 1280px) {
  .inner {
    width: 1000px;
  }

  .web-page .prod-con .proData {
    width: 550px;
    padding: 30px 10px;
  }

  .web-page .prod-con .proData .proNav ul {
    width: 650px;
  }

  .web-page .prod-con .proData .proNav li {
    font-size: 14px;
  }

  .web-page .prod-con .pro-exp {
    width: 400px;
  }

  .web-page .prod-con .pro-exp span {
    font-size: 36px;
  }

  .web-page .prod-con .pro-exp p {
    font-size: 16px;
  }

  .web-page .operate-con .operate-exp {
    width: 400px;
  }

  .web-page .operate-con .operate-exp em {
    margin-bottom: 300px;
  }

  .web-page .web-pla.Mt5 {
    background-size: 700px 331px;
  }

  .web-page .web-pla.TrexTrade {
    background-size: 600px 388px;
  }

  .web-page .web-pla .item-title {
    width: 60%;
  }

  .web-page .web-conList li {
    width: 480px;
  }

  .web-page .web-steps .steps-list {
    width: 500px;
  }

  .web-page .web-steps {
    background-size: 550px 423px;
  }
}
