* {
  margin: 0;
  padding: 0;
  font-family: Microsoft YaHei, tahoma, arial, Hiragino Sans GB, \\5b8b\4f53,
    sans-serif;
  color: #666;
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.ttf") format("ttf"),
    url("../fonts/Roboto-Bold.eot") format("eot"),
    url("../fonts/Roboto-Bold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Roboto-Medium";
  src: url("../fonts/Roboto-Medium.ttf") format("ttf"),
    url("../fonts/Roboto-Medium.eot") format("eot"),
    url("../fonts/Roboto-Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.ttf") format("ttf"),
    url("../fonts/Roboto-Regular.eot") format("eot"),
    url("../fonts/Roboto-Regular.woff") format("woff");
  font-display: swap;
}

html,
body {
  width: 100%;
  height: 100%;
}

input {
  font-size: 12px;
}

input[type="checkbox"] {
  vertical-align: middle;
}

a:focus {
  outline: none;
}

i {
  font-style: normal;
}

a:focus,
a:hover {
  text-decoration: none !important;
}

a {
  text-decoration: none;
  cursor: pointer;
}

li {
  list-style: none;
}

img {
  border: 0px none;
  vertical-align: top;
}

input {
  outline: none;
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

.wrap {
  width: 1088px;
  min-width: 1088px;
  margin: auto;
}

header {
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  box-sizing: border-box;
  background: #000000;
}
header.active {
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.06);
}

header .logo {
  width: 177px;
  height: 19px;
  cursor: pointer;
}
header .left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .menu-box {
  display: flex;
  align-items: center;
}

header .menu {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: Roboto-Medium;
  color: #ffffff;
  margin-left: 80px;
  cursor: pointer;
}
header .menu a {
  font-size: 16px;
  font-family: Roboto-Medium;
  color: #ffffff;
}
header .menu a:hover {
  color: #21ffb1;
}
header .menu:hover {
  color: #21ffb1;
}
header .menu.active,
header .menu.active a {
  color: #21ffb1;
}
header .menu:nth-child(1) {
  margin-left: 0;
}
.content-box {
  overflow: hidden;
}
.banner-content {
  height: 740px;
  background: #000000;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.banner-content .wrap {
  position: relative;
}
.banner-content img {
  position: absolute;
}
.banner-content .icon1 {
  top: 213px;
  left: -305px;
}
.banner-content .icon2 {
  bottom: 82px;
  left: -223px;
}
.banner-content .icon3 {
  top: 105px;
  right: -286px;
}
.banner-content .icon4 {
  bottom: 221px;
  right: -155px;
}
.banner-content .icon5 {
  bottom: 70px;
  right: -330px;
}
.banner-box .banner-title {
  font-family: Roboto-Bold;
  font-weight: bold;
  font-size: 78px;
  color: #ffffff;
  line-height: 96px;
  margin-top: 226px;
  text-align: center;
}
.banner-box .item-text {
  width: 850px;
  font-family: Roboto-Regular;
  font-weight: 500;
  font-size: 26px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 45px;
  margin: 43px auto 0;
  text-align: center;
}
.banner-content .wrap {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.opportunity-box {
  background: #fdfeff;
  padding-top: 120px;
}
.opportunity-box h2 {
  font-family: Roboto-Bold;
  font-weight: bold;
  font-size: 34px;
  color: #333333;
  line-height: 42px;
  text-align: center;
}
.opportunity-box .text {
  font-family: Roboto-Medium;
  font-weight: 500;
  font-size: 20px;
  color: #292929;
  line-height: 32px;
  text-align: center;
  margin: 60px 0 56px;
}

.certifications-item {
  height: 285px;
  background-image: url(../img/bg.webp);
  background-size: 100% 100%;
  overflow: hidden;
}
.certifications-item .title {
  font-family: Roboto-Bold;
  font-weight: bold;
  font-size: 28px;
  color: #ffffff;
  line-height: 34px;
  margin: 60px 0 30px;
  text-align: center;
}
.certifications-item .certifications-text {
  font-family: Roboto-Regular;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  line-height: 34px;
  padding: 0 150px;
  text-align: center;
}
.markets-box {
  padding: 110px 0 84px;
}
.assets-list-box {
  width: 1088px;
  background: #ffffff;
  box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  padding: 56px 0 28px;
}
.markets-content .assets-list-box {
  position: relative;
  top: -140px;
}
.assets-type-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 48px;
}
.assets-type-box .hot {
  font-family: Roboto-Bold;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  line-height: 28px;
}
.assets-list-box .assets-type {
  display: flex;
  align-items: center;
  justify-content: center;
}
.assets-type .type {
  font-family: Roboto-Medium;
  font-size: 20px;
  color: #999999;
  line-height: 40px;
  cursor: pointer;
  width: 180px;
  height: 40px;
  background: #f4f5f7;
  border-radius: 28px;
  margin-left: 24px;
  text-align: center;
}
.assets-type .type.active {
  color: #333333;
}
.assets-list {
  margin: 18px 0 0;
  overflow: hidden;
}
table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 20px;
  overflow: hidden;
  border-bottom: 1px solid #eae9e9;
}
table .w1 {
  width: 45%;
  text-align: left;
  padding-left: 48px;
}
table .w2 {
  width: 15%;
  text-align: left;
}
table .w3 {
  width: 20%;
  text-align: center;
}
table .w4 {
  width: 20%;
  padding-right: 48px;
}
table thead {
  line-height: 70px;
}
table thead th:last-child p {
  margin-right: 24px;
  border-radius: 0 8px 8px 0;
}
table thead th p {
  font-family: Roboto-Regular;
  font-weight: 400;
  font-size: 18px;
  color: #999999;
}
tr td {
  height: 80px;
}
tr td .range-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
tr td .range {
  height: 21px;
  display: flex;
  font-family: Roboto-Bold;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  margin-top: 4px;
  position: relative;
  padding-left: 18px;
}
tr td .range::before {
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid dashed dashed dashed;
  border-color: #21c25e transparent transparent transparent;
  border-radius: 3px;
}
tr td .range.up {
  color: #21c25e;
}
tr td .range.up::before {
  top: 2px;
  transform: rotate(180deg);
}
tr td .range.down {
  color: #f42d00;
}
tr td .range.down::before {
  border-color: #f42d00 transparent transparent transparent;
}
tr td .chart-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
tr td .chart {
  width: 130px;
  height: 51px;
}
tr td .border {
  height: 100%;
}
tr td .assets-info {
  display: flex;
  align-items: center;
  font-family: Roboto-Medium;
  font-weight: 500;
  font-size: 20px;
  color: #333333;
}
tr td .assets-info img {
  width: 38px;
  margin-right: 16px;
}
tr td .price-box {
  display: flex;
  align-items: center;
}
tr td .price-box .price {
  font-family: Roboto-Bold;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
}
tbody tr:hover {
  cursor: pointer;
  background: #f9fafd;
}
.markets-content tbody tr:hover {
  cursor: pointer;
  background: #ffffff;
}
.discover-box {
  width: 160px;
  height: 44px;
  background: #080808;
  border-radius: 8px;
  font-family: Roboto-Medium;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  line-height: 44px;
  margin: 28px auto 0;
  cursor: pointer;
}
.view-all {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}
.view-all .show-more {
  width: 200px;
  height: 56px;
  background: #080808;
  border-radius: 8px;
  text-align: center;
  line-height: 56px;
  font-family: Roboto-Medium;
  font-size: 18px;
  color: #ffffff;
}
.view-all p {
  font-family: Roboto-Medium;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 21px;
  cursor: pointer;
}
.view-all .loading {
  display: none;
}
.view-all .no-more {
  color: #999999;
  display: none;
}

.view-all img {
  width: 18px;
  height: 12px;
  margin-left: 8px;
  cursor: pointer;
}
.assets-detail-box {
  background: #fdfeff;
  padding: 0px 0 130px;
}
.assets-detail-box .banner {
  height: 266px;
  background-image: url(../img/assets_bg.webp);
  background-size: 100% 100%;
  overflow: hidden;
}
.assets-detail-box .banner .bread-list {
  display: flex;
  align-items: center;
  margin-top: 96px;
}
.assets-detail-box .banner .bread-list a {
  font-family: Roboto-Regular;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.57);
  line-height: 16px;
}
.assets-detail-box .banner .bread-list a:hover {
  color: #21ffb1;
}
.assets-detail-box .banner .bread-list span {
  margin: 0 5px;
}
.assets-detail-box .banner .bread-list span,
.assets-detail-box .banner .bread-list p {
  font-family: Roboto-Regular;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.57);
  line-height: 16px;
}
.assets-detail-box .assets-info {
  width: 240px;
  height: 316px;
  background: #ffffff;
  box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 16px 16px 32px;
  box-sizing: border-box;
  position: sticky;
  top: 100px;
  z-index: 999;
}
.assets-detail-box .type-introduce {
  display: flex;
  align-items: center;
  position: relative;
}
.assets-detail-box .type-introduce .type {
  font-family: Roboto-Medium;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
}
.assets-detail-box .type-introduce img {
  width: 12px;
  height: 12px;
  margin-left: 6px;
  cursor: pointer;
}
.assets-detail-box .type-introduce .type-info {
  position: absolute;
  top: -100px;
  background: #4a4a4a;
  border-radius: 8px;
  padding: 16px;
  font-family: Roboto-Medium;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #ffffff;
  display: none;
}
.assets-detail-box .type-introduce .type-info::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  content: "";
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid dashed dashed dashed;
  border-color: #4a4a4a transparent transparent transparent;
  margin: auto;
}
.assets-detail-box .type-introduce .type-info.Commodities {
  left: -15px;
  top: -105px;
}
.assets-detail-box .type-introduce .type-info.Indices {
  left: -15px;
  top: -105px;
}
.assets-detail-box .type-introduce .type-info.Crypto {
  left: -15px;
  top: -165px;
}
.assets-detail-box .info-box {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.assets-detail-box .assets-info .price {
  font-family: Roboto-Bold;
  font-weight: bold;
  font-size: 28px;
  color: #333333;
  line-height: 34px;
  margin: 12px 0 11px;
}
.assets-detail-box .assets-info .price-range {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.assets-detail-box .range {
  font-family: Roboto-Medium;
  font-weight: 500;
  font-size: 14px;
  color: #21c25e;
  line-height: 16px;
  position: relative;
  padding-left: 16px;
  display: flex;
  align-items: center;
}
.assets-detail-box .range.down {
  color: #f42d00;
}
.assets-detail-box .range.up::before {
  transform: rotate(180deg);
  position: absolute;
  left: 0;
  top: -2px;
  content: "";
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid dashed dashed dashed;
  border-color: #21c25e transparent transparent transparent;
  border-radius: 3px;
}
.assets-detail-box .range.down::before {
  position: absolute;
  left: 0;
  top: 6px;
  content: "";
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid dashed dashed dashed;
  border-radius: 3px;
  border-color: #f42d00 transparent transparent transparent;
}
.assets-detail-box .assets-info .info-box img {
  width: 60px;
  margin: 8px 0 12px;
}
.assets-detail-box .assets-info .name {
  font-family: Roboto-Bold;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
}
.assets-detail-box .border {
  background: #ffffff;
  box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
.assets-detail-box .content {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: -75px;
}
.instrument-box {
  margin-top: 36px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px dashed #dddddd;
  border-bottom: 1px dashed #dddddd;
}
.instrument-box p {
  font-family: Roboto-Medium;
  font-weight: 500;
  font-size: 11px;
  color: #666666;
}
.assets-detail-box .chart-about {
  width: 824px;
}
.assets-introduce {
  padding: 28px 24px 40px;
  background: #ffffff;
}
.assets-introduce.chart-box {
  margin-bottom: 24px;
}
.assets-introduce .name-box {
  display: flex;
  align-items: center;
  padding-bottom: 19px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 24px;
}
.assets-introduce .name-box img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.assets-introduce .name-box p {
  font-family: Roboto-Bold;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 32px;
}
.chart-info-box .price-change {
  padding: 11px 24px;
  background: #f7f9fd;
  border-radius: 4px;
  width: 128px;
  box-sizing: border-box;
}
.chart-info-box .price-change .text {
  font-family: Roboto-Medium;
  font-weight: 500;
  font-size: 12px;
  color: #999999;
  line-height: 14px;
}
.chart-info-box .price-change p {
  font-family: Roboto-Bold;
  font-weight: bold;
  font-size: 16px;
  color: #f42d00;
  line-height: 19px;
}
.chart-info-box .price-change p:nth-child(1) {
  margin-bottom: 6px;
}
.chart-info-box .price-change.up p {
  color: #21c25e;
}
.chart-info-box .price-change.down p {
  color: #f42d00;
}
.chart-info-box #chat {
  width: 100%;
  height: 320px;
}

.assets-introduce .name {
  font-family: Roboto-Bold;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 24px;
}
.assets-introduce .introduce {
  font-family: Roboto-Regular;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 2;
}

.trusted-box {
  background: #f7f9fc;
  padding: 90px 0 120px;
}
.trusted-box h2 {
  font-family: Roboto-Bold;
  font-weight: bold;
  font-size: 34px;
  color: #333333;
  line-height: 42px;
  text-align: center;
}
.trusted-item {
  padding-top: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.trusted {
  width: 532px;
  height: 152px;
  background: #ffffff;
  box-shadow: 0px 2px 12px 0px rgba(87, 155, 193, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 24px 30px 24px 18px;
  margin-top: 24px;
  box-sizing: border-box;
}
.trusted .img-box {
  width: 68px;
  height: 68px;
  margin-right: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trusted .img-box img {
  max-width: 100%;
}
.trusted .text-box {
  flex: 1;
}
.trusted .title {
  font-family: Roboto-Bold;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 22px;
  margin-bottom: 10px;
}
.trusted .text {
  font-family: Roboto-Regular;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.join-us-box {
  background: #fdfeff;
  padding: 120px 0;
}
.join-us {
  height: 340px;
  background-image: url(../img/join_us.webp);
  background-size: 100% 100%;
  overflow: hidden;
}
.join-us h2 {
  font-family: Roboto-Medium;
  font-size: 32px;
  color: #ffffff;
  line-height: 48px;
  width: 594px;
  margin: 80px auto 40px;
  text-align: center;
}
.join-us .btn {
  width: 148px;
  height: 45px;
  background: #21ffb1;
  border-radius: 8px;
  margin: auto;
}
.join-us .btn a {
  display: block;
  width: 100%;
  height: 100%;
  font-family: Roboto-Medium;
  font-size: 24px;
  color: #080808;
  line-height: 45px;
  text-align: center;
}

.contact-box {
  height: 600px;
  background-image: url(../img/contactUsBg.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.contact-box .wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-box .left {
  width: 370px;
}
.contact-box .left .submit-request {
  font-family: Roboto-Medium;
  font-weight: 500;
  font-size: 24px;
  color: #1d6eff;
  line-height: 30px;
}
.contact-box .left h2 {
  font-family: Roboto-Bold;
  font-weight: 900;
  font-size: 48px;
  color: #ffffff;
  line-height: 64px;
  margin: 17px 0 90px;
}
.contact-box .left .text {
  font-family: Roboto-Medium;
  font-weight: 500;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 30px;
}
.contact-us {
  margin-top: 80px;
  padding: 80px 0 120px;
  background: #f9fafd;
}
.contact-us h2 {
  font-size: 34px;
  font-family: Roboto-Bold;
  font-weight: bold;
  color: #0c053c;
  line-height: 40px;
  text-align: center;
}
.contact-us .text {
  font-family: Roboto-Regular;
  font-weight: 500;
  font-size: 20px;
  color: #292929;
  line-height: 36px;
  text-align: center;
  margin: 20px 0 60px;
}
.contact-form {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border-radius: 24px;
  padding: 50px 60px 48px;
  box-sizing: border-box;
}
.form {
  width: 100%;
}
.contact-form .form-item {
  width: 100%;
  margin-bottom: 16px;
}
.form-item .input-box {
  display: flex;
  background: #f7f7fa;
  border-radius: 7px;
  padding-left: 16px;
}
.form-item-sub {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-item-sub .input-box {
  width: 100%;
  box-sizing: border-box;
}
.form-item-sub .input-box:nth-child(2) {
  margin-left: 16px;
}
.form-item .input-box p {
  margin-top: 16px;
  color: #ea0000;
}
.contact-form .form-item input,
.contact-form .form-item textarea {
  width: 100%;
  height: 48px;
  background: #f7f7fa;
  border-radius: 7px;
  text-indent: 8px;
  font-size: 16px;
  font-family: Roboto-Medium;
  font-weight: 500;
  color: #22053c;
}
.contact-form .form-item input::placeholder {
  font-size: 16px;
  font-family: Roboto-Medium;
  font-weight: 500;
  color: #bbbbbb;
}
.contact-form .form-item textarea {
  height: 108px;
  line-height: 48px;
  border: none;
  outline: none;
}
textarea::placeholder {
  font-size: 16px;
  font-family: Roboto-Medium;
  font-weight: 500;
  color: #bbbbbb;
}
.submit {
  width: 200px;
  height: 56px;
  font-size: 24px;
  border-radius: 8px;
  line-height: 56px;
  margin: 48px auto 0;
  font-family: Roboto-Medium;
  background: #080808;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
.error {
  font-size: 14px;
  font-family: Roboto-Medium;
  font-weight: 500;
  color: #ff6c26;
  margin-top: 5px;
  padding-left: 16px;
}
.success-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.19);
  transition: all 0.3s;
  display: none;
}
.success-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 342px;
  height: 128px;
  background: #ffffff;
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.17);
  border-radius: 6px;
  padding: 18px;
  box-sizing: border-box;
}
.success-content .df {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.success-content .df div {
  display: flex;
  align-items: center;
}
.success-content .df div img {
  width: 24px;
  height: 24px;
  margin-right: 7px;
}
.success-content .df p {
  font-size: 16px;
  font-family: Roboto-Medium;
  font-weight: 500;
  color: #666666;
  line-height: 19px;
}
.success-content .close {
  width: 13px;
  height: 13px;
  cursor: pointer;
}
.success-content .ok {
  width: 58px;
  height: 29px;
  background: #1d6eff;
  border-radius: 15px;
  font-size: 16px;
  font-family: Roboto-Bold;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 29px;
  float: right;
  margin-top: 40px;
  cursor: pointer;
}

footer {
  padding: 60px 0 60px;
  background: #000000;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.footer-menu {
  display: flex;
  justify-content: space-between;
}
.footer-menu .company-info img {
  width: 177px;
  height: 19px;
  margin-bottom: 32px;
}
.footer-menu .company-info p {
  font-size: 18px;
  font-family: Roboto-Medium;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  line-height: 32px;
}

footer .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  height: 74px;
}
footer .bottom p {
  font-size: 16px;
  font-family: Roboto-Regular;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}
footer .bottom .media-list {
  display: flex;
  align-items: center;
}
footer .bottom .media-list img {
  width: 20px;
  height: 20px;
  margin-left: 26px;
}
footer .bottom .media-list img:nth-child(2) {
  width: auto;
}
.markets-content {
  background: #f9fafd;
}

.markets-us .banner {
  height: 529px;
  background-image: url("../img/markets_bg.webp");
  background-size: 100% 100%;
  overflow: hidden;
}
.markets-us .banner h1 {
  text-align: center;
  font-family: Roboto-Bold;
  font-weight: bold;
  font-size: 42px;
  color: #ffffff;
  line-height: 42px;
  margin-top: 185px;
}
.markets-us .banner p {
  font-family: Roboto-Regular;
  font-weight: 400;
  font-size: 25px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 29px;
  text-align: center;
  margin-top: 36px;
}
