* {
  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: 106px;
  height: 32px;
  cursor: pointer;
  margin-right: 90px;
}
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: #196bff;
}
header .menu:hover {
  color: #196bff;
}
header .menu:nth-child(1) {
  margin-left: 0;
}
.content-box {
  overflow: hidden;
}
.banner-content {
  height: 883px;
  background-image: url(../img/banner.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: 90px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.banner-box .banner-title {
  font-family: Roboto-Bold;
  font-weight: bold;
  font-size: 80px;
  color: #ffffff;
  line-height: 95px;
  margin-top: 155px;
}
.banner-box .banner-title p {
  background: linear-gradient(
    180deg,
    #a7ff24 0%,
    #f0f845 18%,
    #ca6def 40%,
    #49e6c7 69%,
    #445cd9 87%,
    rgba(255, 255, 255, 0.4) 100%
  );
  background-clip: text;
  color: transparent;
}
.banner-box .item-text {
  width: 534px;
  font-family: Roboto-Medium;
  font-weight: 500;
  font-size: 20px;
  color: #c2d0ea;
  line-height: 36px;
  margin: 30px 0 64px;
}
.banner-content .wrap {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.banner-btn {
  display: flex;
  align-items: center;
}
.banner-btn {
  width: 274px;
  height: 86px;
  background: linear-gradient(
    180deg,
    #a7ff24 0%,
    #f0f845 18%,
    #ca6def 40%,
    #49e6c7 69%,
    #445cd9 87%,
    #5aabdf 100%
  );
  border-radius: 43px;
  cursor: pointer;
}
.banner-btn .btn {
  width: 258px;
  height: 70px;
  background: #000000;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Roboto-Medium;
  font-weight: 500;
  font-size: 32px;
  color: #ffffff;
  margin: auto;
}
.markets-box {
  padding: 110px 0 84px;
}
.assets-list-box .assets-type {
  display: flex;
  align-items: center;
  justify-content: center;
}
.assets-type .type {
  font-family: Roboto-Bold;
  font-weight: bold;
  font-size: 20px;
  color: #999999;
  line-height: 24px;
  margin-right: 76px;
  cursor: pointer;
}
.assets-type .type.active {
  color: #333333;
}
.assets-type-box .line-box {
  margin-top: 10px;
}
.assets-type-box .line {
  width: 82px;
  height: 3px;
  background: #1d6eff;
  border-radius: 2px;
  transform: translateX(228px);
  transition: all 0.3s;
}
.assets-list {
  margin: 18px 0 0;
  overflow: hidden;
}
table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-bottom: 1px solid #eae9e9;
}
table .w1 {
  width: 45%;
  text-align: left;
}
table .w2 {
  width: 15%;
  text-align: left;
}
table .w3 {
  width: 20%;
  text-align: center;
}
table .w4 {
  width: 20%;
}
table thead {
  line-height: 70px;
  border-bottom: 1px solid #eae9e9;
}
table thead th:last-child p {
  margin-right: 24px;
  border-radius: 0 8px 8px 0;
}
tr td {
  height: 116px;
}
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%;
  border-bottom: 1px solid #eae9e9;
}
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: 40px;
  margin-right: 24px;
}
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;
}
tbody tr:hover .border {
  border-bottom: 1px solid transparent;
}
.view-all {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}
.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: #f9fafd;
  padding: 158px 0 130px;
}
.assets-detail-box .assets-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 121px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #e8e8ea;
  padding: 0 32px;
  box-sizing: border-box;
}
.assets-detail-box .assets-info .left {
  display: flex;
  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-bottom: 9px;
}
.assets-detail-box .assets-info .price-range {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.assets-detail-box .assets-info .range {
  font-family: Roboto-Medium;
  font-weight: 500;
  font-size: 14px;
  color: #21c25e;
  line-height: 16px;
  position: relative;
  padding-left: 16px;
}
.assets-detail-box .assets-info .range.down {
  color: #f42d00;
}
.assets-detail-box .assets-info .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 .assets-info .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 img {
  width: 56px;
  margin-right: 14px;
}
.assets-detail-box .assets-info .name {
  font-family: Roboto-Bold;
  font-weight: bold;
  font-size: 28px;
  color: #333333;
}
.assets-detail-box .assets-info .unit {
  font-family: Roboto-Medium;
  font-weight: 500;
  font-size: 12px;
  color: #8b97a7;
  line-height: 14px;
  margin-top: 5px;
}
.assets-detail-box .border {
  border-radius: 12px;
  border: 1px solid #e8e8ea;
}
.assets-chat-similar {
  margin: 50px 0 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.assets-chat-similar .assets-chat {
  width: 624px;
  height: 478px;
  padding: 32px 30px 20px;
  box-sizing: border-box;
  background: #ffffff;
}
.assets-chat-similar .assets-chat .price-range {
  display: flex;
  align-items: center;
}
.assets-chat-similar .assets-chat .price {
  font-family: Roboto-Bold;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 24px;
  margin-right: 10px;
}
.assets-chat-similar .assets-chat .range {
  font-family: Roboto-Medium;
  font-weight: 500;
  font-size: 12px;
  color: #21c25e;
}
.assets-chat .chat {
  width: 100%;
  height: 305px;
  margin-top: 56px;
}
.assets-chat-similar .hint {
  font-family: Roboto-Medium;
  font-weight: 500;
  font-size: 14px;
  color: #ff0000;
  line-height: 20px;
  margin-top: 20px;
}
.similar-assets {
  width: 438px;
  height: 478px;
  box-sizing: border-box;
  padding: 32px 30px;
  overflow: hidden;
  background: #ffffff;
}
.similar-assets .title {
  font-family: Roboto-Bold;
  font-weight: bold;
  font-size: 28px;
  color: #333333;
  line-height: 33px;
}
.similar-assets .similar-assets-list {
  margin-top: 6px;
}
.similar-assets .assets {
  margin-top: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.assets-introduce {
  padding: 48px 30px 56px;
  background: #ffffff;
}
.similar-assets .assets .icon-name {
  display: flex;
  align-items: center;
}
.similar-assets .assets .icon-name img {
  width: 38px;
  margin-right: 14px;
}
.similar-assets .assets .icon-name .name {
  font-family: Roboto-Medium;
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  line-height: 24px;
}
.similar-assets .assets .icon-name .unit {
  font-family: Roboto-Medium;
  font-weight: 500;
  font-size: 12px;
  color: #8b97a7;
  line-height: 14px;
  margin-top: 4px;
}
.similar-assets .assets .price-range .price {
  font-family: Roboto-Medium;
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  line-height: 24px;
}
.similar-assets .assets .price-range .range {
  font-family: Roboto-Medium;
  font-weight: 500;
  font-size: 12px;
  color: #21c25e;
  line-height: 14px;
  text-align: right;
  margin-top: 4px;
}

.assets-introduce .name {
  font-family: Roboto-Bold;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 24px;
}
.assets-introduce .introduce {
  font-family: Roboto-Regular;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 2;
}

.our-services {
  height: 803px;
  background: #09091d;
  overflow: hidden;
}
.our-services h2 {
  font-family: Roboto-Bold;
  font-weight: bold;
  font-size: 38px;
  color: #ffffff;
  line-height: 44px;
  text-align: center;
  margin: 130px 0 90px;
}
.services-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.services-content .services {
  width: 344px;
  height: 409px;
  padding: 0 32px 0;
  box-sizing: border-box;
  background-size: 100% 100%;
}
.services-content .services:nth-child(1) {
  background-image: url(../img/markets1.webp);
}
.services-content .services:nth-child(2) {
  background-image: url(../img/markets2.webp);
}
.services-content .services:nth-child(3) {
  background-image: url(../img/markets3.webp);
}
.services-content .services .title {
  font-family: Roboto-Bold;
  font-weight: bold;
  font-size: 34px;
  color: #ffffff;
  line-height: 40px;
  margin: 218px 0 24px;
}
.services-content .services .text {
  font-family: Roboto-Regular;
  font-weight: 400;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 30px;
}

.our-cases {
  padding: 0 0 130px;
  overflow: hidden;
  background: #f9fafd;
}
.cases-item {
  margin-top: 130px;
}
.cases-item:nth-child(1) .item-img {
  width: 238px;
  height: 224px;
}
.cases-item:nth-child(2) .item-img {
  width: 270px;
  height: 223px;
}
.cases-item:nth-child(2) p.name {
  padding-left: 388px;
}
.cases-item:nth-child(2) h2 {
  padding-left: 388px;
}
.cases-item:nth-child(2) .cases-content {
  flex-direction: row-reverse;
}
.cases-item .name {
  font-family: Roboto-Regular;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 56px;
}
.cases-item h2 {
  width: 530px;
  font-family: Roboto-Bold;
  font-weight: bold;
  font-size: 38px;
  color: #333333;
  line-height: 56px;
}
.cases-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.cases-content .left {
  display: flex;
  width: 700px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cases-content .left .list {
  width: 338px;
  height: 200px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #e8e8ea;
  box-sizing: border-box;
  padding: 22px 20px 20px;
  margin-top: 24px;
}
.cases-content .left .list .img-box {
  width: 24px;
  height: 28px;
  display: flex;
  align-items: center;
}
.cases-content .left .list img {
  width: 24px;
}
.cases-content .left .list .title {
  font-family: Roboto-Bold;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 24px;
  margin: 24px 0 10px;
}
.cases-content .left .list .text {
  font-family: Roboto-Regular;
  font-weight: 400;
  font-size: 16px;
  color: rgba(51, 51, 51, 0.7);
  line-height: 24px;
  text-align: left;
}
.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: 70px 0 110px;
  background: #f9f9fd;
}
.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 {
  width: 576px;
  position: relative;
  overflow: hidden;
}
.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: 160px;
  height: 40px;
  font-size: 18px;
  border-radius: 6px;
  line-height: 40px;
  margin: 48px auto 0;
  font-family: Roboto-Medium;
  background: #1d6eff;
  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: 76px 0 64px;
  background: #000000;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.footer-menu {
  display: flex;
  justify-content: space-between;
}
.footer-menu .company-info img {
  width: 106px;
  height: 32px;
  margin-bottom: 18px;
}
.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;
  padding-bottom: 130px;
}
.assets-popular {
  background: #ffffff;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.18);
  border-radius: 8px;
  padding: 24px 26px 13px;
  box-sizing: border-box;
  margin-bottom: 50px;
  position: relative;
  top: -70px;
}
.popular-title {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
.popular-title img {
  width: 20px;
  height: 24px;
  margin-right: 11px;
}
.popular-title p {
  font-family: Roboto-Bold;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
}
.markets-us .banner {
  height: 370px;
  background-image: url("../img/markets_banner.webp");
  background-size: 100% 100%;
  overflow: hidden;
  margin-top: 90px;
}
.markets-us .banner h1 {
  text-align: center;
  font-family: Roboto-Bold;
  font-weight: bold;
  font-size: 42px;
  color: #ffffff;
  line-height: 42px;
  margin-top: 98px;
}
.markets-us .banner p {
  font-family: Roboto-Regular;
  font-weight: 400;
  font-size: 25px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 29px;
  text-align: center;
  margin-top: 36px;
}
.assets-show-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.assets-show-box .assets {
  width: 244px;
  height: 132px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #c1cdd8;
  padding: 16px;
  box-sizing: border-box;
  margin-bottom: 24px;
}
.assets-show-box .assets-info {
  display: flex;
  align-items: center;
  font-family: Roboto-Medium;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
}
.assets-show-box .assets-info img {
  width: 32px;
  margin-right: 9px;
}
.assets-show-box .price-chart {
  display: flex;
  justify-content: space-between;
  margin-top: 13px;
}
.assets-show-box .price-box .price {
  font-family: Roboto-Medium;
  font-weight: 500;
  font-size: 22px;
  color: #333333;
  line-height: 25px;
  margin: 11px 0 4px;
}
.assets-show-box .price-box .range {
  font-family: Roboto-Medium;
  font-weight: 500;
  font-size: 14px;
  color: #21c25e;
  line-height: 16px;
}
.assets-show-box .price-box .range.down {
  color: #f42d00;
}
.assets-show-box .chart {
  width: 81px;
  height: 48px;
}
.portfolio-box {
  padding: 130px 0;
}
.portfolio-box h2 {
  font-family: Roboto-Bold;
  font-weight: bold;
  font-size: 38px;
  color: #333333;
  line-height: 44px;
  text-align: center;
}
.portfolio-box p,
.portfolio-box li {
  font-family: Roboto-Regular;
  font-weight: 400;
  font-size: 16px;
  color: rgba(51, 51, 51, 0.7);
  line-height: 26px;
}
.portfolio-box .company-info .sub {
  margin: 30px 0 40px;
  text-align: center;
}
.portfolio-box .investment-services {
  padding: 40px;
  background: #f9fafd;
  border-radius: 8px;
}
.portfolio-box .investment-services .title {
  font-family: Roboto-Bold;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.portfolio-box .investment-services p {
  margin: 16px 0 0;
}
.portfolio-box p a {
  color: #2c77ff;
}
.portfolio-box ul {
  padding-left: 16px;
}
.portfolio-box li {
  list-style-type: disc;
  margin-top: 12px;
}
.portfolio-box ul li::marker {
  color: #2c77ff;
}
.portfolio-box .portfolio {
  margin-top: 100px;
}
.portfolio-box .portfolio .sub {
  margin: 30px 0 68px;
  text-align: center;
}
.portfolio-box .portfolio .portfolio-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.portfolio-box .portfolio .portfolio-list img {
  width: 192px;
  height: 192px;
  margin: 0 120px 0 90px;
}
.portfolio-box .portfolio .portfolio-list ul {
  flex: 1;
}
.portfolio-box .portfolio .portfolio-list li {
  margin-top: 12px;
}
.portfolio-box .portfolio .portfolio-list li:nth-child(1) {
  margin-top: 0;
}
.portfolio-box .portfolio .visit {
  margin: 40px 0 64px;
  text-align: center;
}
.portfolio-box .portfolio .app-download {
  display: flex;
  align-items: center;
  justify-content: center;
}
.portfolio-box .portfolio .app-download .download {
  width: 152px;
  height: 48px;
  background: #09091d;
  border-radius: 6px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.portfolio-box .portfolio .app-download .download .coming-soon {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 40px;
  font-family: Roboto-Regular;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height:40px;
  background: #09091d;
  border-radius: 4px;
  text-align: center;
  display: none;
}
.portfolio-box .portfolio .app-download .download a {
  display: flex;
  align-items: center;
}
.portfolio-box .portfolio .app-download .download:nth-child(1) {
  margin-right: 88px;
}
.portfolio-box .portfolio .app-download .download img {
  width: 32px;
  height: 32px;
  margin: 0 8px 0 16px;
}
.portfolio-box .portfolio .app-download .download .t1 {
  font-family: Roboto-Regular;
  font-weight: 500;
  font-size: 10px;
  color: #ffffff;
  line-height: 14px;
}
.portfolio-box .portfolio .app-download .download .t2 {
  font-family: Roboto-Bold;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
}

.company-address-email {
  padding: 120px 0 100px;
}
.company-address-email h2 {
  font-family: Roboto-Bold;
  font-weight: bold;
  font-size: 38px;
  color: #333333;
  line-height: 44px;
  text-align: center;
  margin-bottom: 90px;
}
.company-address-email .address-email {
  display: flex;
  justify-content: space-between;
}
.company-address-email .address-email .title {
  font-family: Roboto-Bold;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  line-height: 28px;
  margin-bottom: 30px;
}
.company-address-email .address-email p {
  font-family: Roboto-Regular;
  font-weight: 400;
  font-size: 16px;
  color: rgba(51, 51, 51, 0.7);
  line-height: 26px;
}
.company-address-email .address-email p.address {
  width: 326px;
}
.disclaimer-box {
  background: #09091d;
  padding: 80px 0 100px;
  text-align: center;
}
.disclaimer-box h2 {
  font-family: Roboto-Bold;
  font-weight: bold;
  font-size: 38px;
  color: #ffffff;
  line-height: 44px;
}
.disclaimer-box p {
  font-family: Roboto-Regular;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
  margin-top: 20px;
}
.disclaimer-box p a {
  color: #1d6eff;
}
