<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* public */

@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html * {
  outline: 0;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
  font-family: Microsoft YaHei New, Microsoft Yahei, å¾®è½¯é›…é»‘, å®‹ä½“, SimSun,
    STXihei, åŽæ–‡ç»†é»‘, Arial, Helvetica, sans-serif !important;
  background: #fff;
}

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  smoothing: grayscale;
  -o-smoothing: grayscale;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: inherit;
}

h2,
h3,
h4 {
  font-weight: 500;
}

.wrapper_w {
  max-width: 1200px;
  display: block;
  margin: 0 auto;
  /* overflow: hidden; */
}

.pd_lr_15 {
  padding: 0 15px;
}

.row {
  padding: 0 15px;
  overflow: hidden;
  height: 100%;
}

.prel {
  position: relative;
}

/*é€šç”¨*/

.img_w80 {
  max-width: 80%;
  display: block;
  margin: 10px auto;
}

.wrapper_w {
  max-width: 1200px;
  margin: 0 auto;
}

.img_w100 {
  width: 100%;
  display: block;
}

.w50 {
  width: 50%;
}

.w94 {
  width: 94%;
}

.clear {
  clear: both;
  overflow: hidden;
  content: "";
}

.clear:after {
  zoom: 1;
}

.prel {
  position: relative;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.tc {
  text-align: center;
}

.bn,
.bl_sm {
  display: none;
}

.bn_xs_tbcel {
  display: table-cell;
}

.bn_sm {
  display: block;
}

.pd0 {
  padding: 0;
}

.pd_t_0 {
  padding-top: 0 !important;
}

.pd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pd_r_12 {
  padding-right: 12px;
}

.pd_lr_15 {
  padding-right: 15px;
  padding-left: 15px;
}

.pd_tp_65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.pd_t_5 {
  padding-top: 5px;
}

.pd_t_90 {
  padding-top: 90px;
}

.pd_tb_140_120 {
  padding-top: 140px;
  padding-bottom: 120px;
}

.pd_tb_210_120 {
  padding-top: 210px;
  padding-bottom: 120px;
}

.auto {
  margin: 0 auto;
}

.mg_t_10 {
  margin-top: 10px;
}

.m_auto {
  margin: 20px auto !important;
}

.mg_t_20 {
  margin-top: 20px;
}

.mg_t_40 {
  margin-top: 40px;
}

.mg_b_20 {
  margin-bottom: 20px;
}

.lh_2 {
  line-height: 2;
}

.h0 {
  height: 0;
}

.h42 {
  height: 42px;
}

.h64 {
  height: 64px;
}

.cor3 {
  color: #333;
}

.cor6 {
  color: #666;
}

.cor9 {
  color: #999;
}

.corf {
  color: #fff;
}

.corfe {
  color: #fefefe;
}

.cor3c {
  color: #3c85cf !important;
}

.corfo {
  color: #f0f0f0;
}

.bgf {
  background-color: #fff;
}

.bg005f94 {
  background-color: #005f94;
}

.bg5b707c {
  background-color: #5b707c;
}

.bgf0f2f5 {
  background-color: #f0f2f5;
}

.fs_14 {
  font-size: 14px;
}

.fs_16 {
  font-size: 16px;
}

.fs_18 {
  font-size: 18px;
}

.fs_22 {
  font-size: 22px;
}

.fs_24 {
  font-size: 24px;
}

.fs_32 {
  font-size: 32px;
}

.fs_48 {
  font-size: 48px !important;
}

.fs_36 {
  font-size: 36px !important;
}

.fw600 {
  font-weight: 600;
}

.platform_btn {
  width: 230px;
  line-height: 46px;
  border: 1px solid #cca674;
  border-radius: 4px;
  margin: 20px 0;
  background: #cca674;
  color: #fff;
}

.platform_btn:hover,
.platform_btn:focus {
  color: #fff;
  background-color: #dbc09d;
  border-color: #dbc09d;
  box-shadow: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.platform_btn:active {
  color: #fff;
  background-color: #bd9163;
  border-color: #bd9163;
  box-shadow: none !important;
}

.ant-row {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  height: auto;
  zoom: 1;
  display: block;
}

/* head */

div.radar_layout_header {
  background: #2a2c35;
  height: 64px;
  line-height: 64px;
  width: 100%;
}
.radar_layout_header .wrapper_w {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.logo {
  height: 36px;
  margin-top: 14px;
}

.layout_header_left {
  width: 24%;
  height: 64px;
  overflow: hidden;
}
.layout_header_left .menu-btn {
  display: none;
}
.layout_header_right {
  width: 76%;
  height: 64px;
  line-height: 64px;
  /* overflow: hidden; */
}

.navbar_nav {
  overflow: hidden;
  width: 60%;
  float: left;
}

.navbar_nav li {
  float: left;
  color: rgba(255, 255, 255, 0.67);
  width: auto;
  padding: 0 24px;
  text-align: center;
  font-size: 14px;
  line-height: 62px;
  border-bottom: 2px solid #2a2c35;
  -webkit-box-sizing: border-box;
  margin-top: 0 !important;
  box-sizing: border-box;
}

.navbar_nav li.activeHot {
  color: #cca674;
  border-bottom: 2px solid #cca674;
}

.navbar_nav li:hover {
  color: #cca674;
  border-bottom: 2px solid #cca674;
  cursor: pointer;
}
.language {
  width: 10%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  float: left;
}
.language.off .on {
  display: none;
}
.language.on .off {
  display: none;
}

.language &gt; img {
  width: 20px;
  margin: 22px 0;
}
.language .arrow {
  margin-left: 10px;
  width: 10px;
}
.language.on .arrow {
  width: 16px;
}
.language ul {
  display: none;
  position: absolute;
  z-index: 2;
  background: #eeeeee;
  top: 56px;
  right: 10px;
  border-radius: 4px;
}
.language ul li {
  width: 120px;
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.language ul li img {
  width: 20px;
  margin-right: 10px;
}
.openAccount {
  overflow: hidden;
  width: 14%;
  height: 64px;
  float: left;
}

.openAccount &gt; a {
  display: block;
  overflow: hidden;
  float: left;
  width: 100%;
  background: #cca674;
  border-bottom: 2px solid #cca674 !important;
  text-align: center;
  color: #fff;
}

.openAccount &gt; a:hover,
.openAccount &gt; a:focus {
  background-color: #dbc09d !important;
  border-color: #dbc09d !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.openAccount &gt; a:active {
  background-color: #bd9163 !important;
  border-color: #bd9163 !important;
}

.loginBox {
  width: 16%;
  float: left;
  text-align: center;
  color: rgba(255, 255, 255, 0.67);
}

.loginBox &gt; a {
  display: block;
  color: rgba(255, 255, 255, 0.67);
}

.loginBox &gt; a:hover {
  color: #fff;
}

/* banner */

.index_banner_top {
  height: 500px;
  background: url(../img/radar_bg.jpg) center top no-repeat #ddd !important;
  background-size: cover !important;
  line-height: 2;
}

.index_banner_top .text_box {
  position: absolute;
  left: 4%;
  width: 92%;
  color: #fff;
  overflow: hidden;
  height: 100%;
  padding: 2rem 0;
}

.index_banner_title_box {
  height: 186px;
  position: relative;
  top: 50%;
  margin-top: -100px;
}

.login_shadow_title {
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  line-height: 57px;
}

.index_banner_top .text_box h2 {
  font-size: 32px;
}

.index_banner_top .text_box p {
  font-size: 18px;
}

.login_refer {
  width: 240px;
  margin: 30px auto;
}

.email_input {
  border: none;
  color: #333;
  border-radius: 0;
  padding: 10px;
  width: 75%;
  float: left;
  line-height: 28px;
  height: 48px;
}

.btn_email_submit {
  display: inline-block;
  width: 100% !important;
  border-radius: 4px;
  margin: 0 !important;
  cursor: pointer;
  font-size: 30px !important;
  line-height: 68px;
}

.error_email {
  padding: 7px 10px !important;
  color: #d93e38;
  text-align: left !important;
  font-size: 12px !important;
}

#email_modal {
  display: none;
  border-radius: 5px;
  color: #333;
  background: rgba(255, 255, 255, 0.7);
  background: #fff;
  position: fixed;
  width: 240px;
  height: 140px;
  min-height: 30px;
  font-size: 14px;
  /*    top: 40px;*/
  text-align: center;
  left: 50%;
  top: 50%;
  margin-top: -70px;
  padding: 10px 5px;
  margin-left: -120px;
}

#email_success {
  margin-top: 15px;
}

/*second*/

.more_introduce {
  padding: 56px 15px;
}

.more_introduce_ul {
  overflow: hidden;
}

.more_introduce_ul &gt; li {
  float: left;
  width: 25%;
}

.more_introduce_list {
  overflow: hidden;
  margin-bottom: 15px;
}

.more_introduce_item {
  overflow: hidden;
  display: block;
  margin: 0 10px;
  padding: 50px 0;
  color: #fff;
}

.more_introduce .mid_info p {
  color: #fff;
}

.intro_title {
  margin: 8px 0;
}

.index_banner_platform {
  background: #f0f0f0;
}

.more_blue {
  background: #49aee6;
}

.more_green {
  background: #28a9be;
}

.more_gray {
  background: #abb8c4;
}

.more_dark {
  background: #475f70;
}

.more_introduce_item {
  overflow: hidden;
  display: block;
  margin: 0 10px;
  padding: 50px 0;
  color: #fff;
  height: 280px;
  position: relative;
}

.more_introduce .text_box {
  margin-bottom: 40px;
}

.intro_tip_more {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

/* third */

.index_banner_platform {
  background: #f0f0f0;
  padding: 56px 15px;
}

step_big_box {
  overflow: hidden;
  margin: 15px auto;
}

.platform_list {
  overflow: hidden;
}

.platform_list &gt; li {
  width: 50%;
  float: left;
}

.platform_list_box {
  overflow: hidden;
  padding: 15px 0;
}

.platform_list_box img {
  width: 100%;
}

.platform_list_inner {
  padding: 0 15px;
  text-align: center;
}

.platform_list_inner_title {
  color: #cca674;
  margin-top: 10px;
  text-align: left;
  line-height: 1;
}

.platform_list_inner_tip {
  color: #333;
  margin-top: 10px;
  text-align: left;
  line-height: 1.4;
}

.platform_list_inner_detail {
  color: #666;
  margin-top: 10px;
  text-align: justify;
  height: 100px;
}

.open_account {
  background: #666;
  color: #fff;
}

/* forth */

.open_account {
  padding: 48px 0;
}

/* fifth */

.service_box {
  padding: 56px 0;
  background: #f0f0f0;
}

.service_box_ul {
  overflow: hidden;
}

.service_box_ul &gt; li {
  width: 50%;
  float: left;
}

.service_box .service_box_item {
  color: #333;
  margin-bottom: 10px;
}

.service_box_item &gt; h4 {
  margin: 0 0 16px;
}

.service_box_item p {
  color: #666;
  line-height: 1.5;
}

/* foot */

.index_footer {
  background: #333;
  padding: 36px 15px;
}
.foot_list {
  overflow: hidden;
}

.foot_list &gt; li {
  float: left;
  width: 25%;
  padding: 4px 0;
  line-height: 1.6;
}

.index_footer .copy {
  margin-top: 64px;
}

@media (min-width: 1200px) {
  .index_banner_top {
    height: 600px;
  }
}
@media (max-width: 996px) {
  .platform_list_inner_detail {
    height: 140px;
  }
}

@media (max-width: 996px) {
  .fs_48 {
    font-size: 30px !important;
  }
  .fs_36 {
    font-size: 26px !important;
  }
  .fs_32 {
    font-size: 24px;
  }
  .fs_22 {
    font-size: 20px;
  }
  .fs_24 {
    font-size: 18px;
  }
  .fs_18 {
    font-size: 14px;
  }
  .fs_16 {
    font-size: 13px;
  }
  .fs_14 {
    font-size: 12px;
  }
  .h42 {
    height: 32px;
  }
  .layout_header_right {
    display: none;
    position: absolute;
    top: 64px;
    left: 0;
    z-index: 2;
    background: #2a2c35;
    color: #333;
    height: auto;
  }
  .navbar_nav {
    width: 100%;
    float: none;
  }
  .language,
  .openAccount,
  .loginBox {
    width: 100%;
    float: none;
    text-align: left;
    padding: 0 24px;
  }
  .language {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .language ul {
    position: static;
    display: none;
    width: 100%;
    background: none;
    color: #fff;
  }
  .navbar_nav li.activeHot,
  .navbar_nav li:hover {
    border-color: transparent;
  }

  .navbar_nav li {
    width: 100%;
    text-align: left;
  }
  .layout_header_left {
    width: 100%;
    padding: 0 15px;
  }
  .layout_header_left .menu-btn {
    display: block;
    width: 20px;
  }
  .row {
    display: flex;
    justify-content: space-between;
  }
  .logo {
    height: 28px;
    margin-top: 18px;
  }
  .index_banner_top {
    height: 400px;
  }
  .index_banner_top {
    height: 400px;
  }
  .index_banner_top .text_box h2 {
    font-size: 24px;
  }
  .index_banner_top .text_box p {
    font-size: 14px;
  }
  .index_list_mid {
    padding: 30px 0;
  }
  .index_list_mid img {
    float: left;
    margin-right: 2rem;
  }
  .index_list_mid .clear {
    width: 90%;
    margin-left: 5%;
  }
  .index_list_mid .mid_info {
    float: left;
    text-align: left;
    margin-top: 6px;
  }
  .btn_email_submit {
    font-size: 24px !important;
  }
  .more_introduce_ul &gt; li {
    width: 50%;
  }
  .platform_list &gt; li {
    width: 100%;
  }
  .platform_list_inner_detail {
    height: auto;
  }
  .open_account .introduce_tip {
    text-align: justify;
    word-wrap: break-word;
  }
  .m_auto {
    margin: 15px 0 !important;
  }
  .service_box_ul &gt; li {
    width: 50%;
  }
  .foot_list &gt; li {
    width: 50%;
  }
  .index_footer .copy {
    margin-top: 30px;
  }
}

@media screen and (max-width: 600px) {
  .login_shadow_title {
    line-height: 42px;
  }
  .login_shadow_tip {
    font-size: 14px !important;
  }
  .more_introduce,
  index_banner_platform,
  .open_account,
  .service_box {
    padding: 40px 15px;
  }
}

@media screen and (max-width: 460px) {
  .login_refer {
    width: 280px;
  }
}
</pre></body></html>