body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "PingFang SC", "Noto Sans", "Noto Sans CJK SC", "Microsoft YaHei", "微软雅黑", sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  box-sizing: border-box;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
  font-weight: normal;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
[hidefocus],
summary {
  outline: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}
sup,
sub {
  font-size: 83%;
}
pre,
code,
kbd,
samp {
  font-family: inherit;
}
q:before,
q:after {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
label,
summary {
  cursor: default;
}
a,
button {
  cursor: pointer;
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}
del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}
textarea,
input,
button,
select,
keygen,
legend {
  font: 14px/1.14 arial, \5b8b\4f53;
  color: #666;
  outline: 0;
  box-shadow: none;
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}
#newBridge,
#KFLOGO,
#icon_module {
  display: none !important;
}
#div_company_mini .mini-btn {
  height: 0 !important;
}
.box {
  width: 1200px;
  margin: 0 auto;
}
@keyframes sheen {
  0% {
    transform: skewY(-45deg) translateX(0);
  }
  100% {
    transform: skewY(-45deg) translateX(12.5em);
  }
}
.btn_ghost {
  padding: 8px 30px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.btn_ghost:hover {
  opacity: 1;
  background-color: #fff;
  color: #004fff;
  border-bottom: 1px solid #fff;
}
.btn_primary_ghost {
  padding: 8px 30px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.btn_primary_ghost:hover {
  opacity: 1;
  background-color: #fff;
  color: #004fff;
  border-bottom: 1px solid #fff;
}
.btn_primary_ghost:hover {
  color: #fff;
  background: #2e6dff;
}
.btn_ghost_primary {
  padding: 8px 30px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #004fff;
  border: 1px solid #004fff;
}
.btn_ghost_primary:hover {
  opacity: 1;
  background-color: #fff;
  color: #004fff;
  border-bottom: 1px solid #fff;
}
.btn_ghost_primary:hover {
  background-color: #e2ecff;
  border: 1px solid #004fff;
}
.btn_ghost_lightred {
  padding: 8px 30px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(90deg, #ff5f0f 0%, #f2320b 100%);
  border: 1px solid transparent;
}
.btn_ghost_lightred:hover {
  opacity: 1;
  background-color: #fff;
  color: #004fff;
  border-bottom: 1px solid #fff;
}
.btn_ghost_lightred:hover {
  background: #fff;
  color: #f3340b;
  border: 1px solid #f3340b;
}
.btn_orange {
  padding: 8px 30px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #f3340b;
  border: 1px solid #fff;
  background-color: #fff;
}
.btn_orange:hover {
  opacity: 1;
  background-color: #fff;
  color: #004fff;
  border-bottom: 1px solid #fff;
}
.btn_orange:hover {
  background: linear-gradient(90deg, #ff5f0f 0%, #f2320b 100%);
  color: #fff;
  border: 1px solid #fff;
}
.btn_primary {
  padding: 8px 30px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #fff;
  background-color: #004fff;
}
.btn_primary:hover {
  opacity: 1;
  background-color: #fff;
  color: #004fff;
  border-bottom: 1px solid #fff;
}
.btn_primary:hover {
  background-color: #3e79ff;
  color: #fff;
}
.btn_default {
  padding: 8px 30px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #004fff;
  background-color: #fff;
}
.btn_default:hover {
  opacity: 1;
  background-color: #fff;
  color: #004fff;
  border-bottom: 1px solid #fff;
}
.btn_default:hover {
  background-color: #e0eafd;
}
.header_m {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  transition: all 0.3s ease-in;
  box-sizing: border-box;
  z-index: 9;
}
.header_m a {
  text-decoration: none;
}
.header_m .t,
.header_m .d {
  width: 8.4rem;
}
.header_m .d {
  display: block;
}
.header_m .t {
  display: none;
}
.header_m .close,
.header_m .entry {
  display: block;
  width: 2.4rem;
  height: 2.5rem;
  cursor: pointer;
}
.header_m .close {
  width: 2rem;
  height: 2rem;
  background: url(//assets.shangzhibo.tv/assets/icon_close@2x4986.png) no-repeat;
  background-size: 100% 100%;
}
.header_m .entry {
  background: url(//assets.shangzhibo.tv/assets/icon_menu_white@2xaa64.png) no-repeat;
  background-size: 100% 100%;
}
.header_m section {
  display: none;
  opacity: 0;
  width: 100%;
  height: 110%;
  position: fixed;
  top: -3.2rem;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.header_m section.slide_animate {
  display: block;
  opacity: 0.5;
}
.header_m .box {
  position: fixed;
  top: -0.2rem;
  right: -80%;
  width: 80%;
  height: 100%;
  float: right;
  transition: 0.5s;
  background: #fff;
}
.header_m .box .head {
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem 0 1.5rem;
}
.header_m .box .head img {
  width: 8.4rem;
}
.header_m .box .menu {
  width: 100%;
  height: 90%;
  overflow-y: scroll;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.header_m .box .menu li a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
}
.header_m .box .menu > li {
  width: 100%;
  height: 5.4rem;
  line-height: 5.4rem;
  padding: 0 2rem 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.header_m .box .menu > li:first-of-type {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}
.header_m .box .menu .has_sub {
  display: none;
}
.header_m .box .menu .solution {
  display: block;
}
.header_m .box .menu .solution .solution_head {
  width: 100%;
  height: 0.1rem;
  display: flex;
  align-items: center;
}
.header_m .box .menu .solution .solution_head span {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
}
.header_m .box .menu .solution .solution_head .dropdown,
.header_m .box .menu .solution .solution_head .up {
  width: 2rem;
  padding-top: 4.7rem;
}
.header_m .box .menu .solution .solution_head .up {
  display: none;
}
.header_m .box .menu .solution .solution_head.active .dropdown {
  display: none;
}
.header_m .box .menu .solution .solution_head.active .up {
  display: block;
}
.header_m .box .menu .solution .solution_men {
  display: none;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.header_m .box .menu .solution .solution_men .menu_box {
  width: 45%;
  height: 4rem;
}
.header_m .box .menu .solution .solution_men .menu_box a {
  color: #666666;
  font-size: 1.4rem;
  font-weight: 400;
}
.header_m .box .menu .solution .solution_men.show {
  display: flex;
}
.header_m .box .menu .solution.show {
  height: 17.9rem;
}
.header_m .box .menu .media_solution {
  display: none;
}
.header_m .box .menu .btns {
  width: 100%;
  text-align: center;
  padding-top: 2rem;
}
.header_m .box .menu .btns .btn_primary {
  display: block;
  width: 18rem;
  margin: 0 auto;
  padding: 1.1rem 3rem;
  font-weight: 600;
  font-size: 1.4rem;
  border-radius: 1.95rem;
}
.header_m .box .menu .btns .btn_ghost_primary {
  width: 18rem;
  padding: 1rem 3rem;
  margin-top: 1.6rem;
  margin: 1.6rem auto;
  font-weight: 600;
  font-size: 1.4rem;
  border-radius: 1.95rem;
}
.header_m .box .menu .btns .btn_ghost_primary img {
  width: 1.6rem;
  position: absolute;
  left: 2.2rem;
  top: 0.8rem;
}
.header_m .box .menu .btns .btn_ghost_primary span {
  padding-left: 1.2rem;
}
.header_m .box.act {
  right: 0;
}
.default {
  background-color: #fff;
  box-shadow: 0px 2px 13px 0px rgba(82, 99, 117, 0.13);
}
.default .t {
  display: block;
}
.default .d {
  display: none;
}
.default .entry {
  background: url(//assets.shangzhibo.tv/assets/icon_menu_black@2x735c.png) no-repeat;
  background-size: 100% 100%;
}
.bodyAfter {
  overflow: hidden;
  height: 100vh;
  position: fixed;
  top: 0;
}
.bodyBefore {
  position: static;
  height: auto;
  overflow: auto;
}
.head_background {
  background-color: #666666;
}
.clue_m {
  width: 100%;
  background: url(//assets.shangzhibo.tv/assets/pic_bg_consultingservice@2x505d.png) center center;
  background-size: 100% 100%;
}
.clue_m .text {
  text-align: center;
}
.clue_m .text p {
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 600;
}
.clue_m .text p:nth-child(2) {
  padding-top: 1rem;
}
.clue_m .form {
  padding-top: 1.6rem;
}
.clue_m .form .input_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.6rem;
}
.clue_m .form .input_wrap span {
  color: #FFFFFF;
  font-size: 1.3rem;
  font-weight: 500;
}
.clue_m .form .input_wrap:nth-child(2) span {
  padding-left: 2.4rem;
}
.clue_m .form .input_wrap:nth-child(3) span {
  padding-left: 1.2rem;
}
.clue_m .form input,
.clue_m .form button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  text-decoration: none;
}
.clue_m .form input {
  width: 23rem;
  height: 3.2rem;
  background: #fff;
  border-radius: 0.4rem;
  margin-left: 1rem;
  margin-right: 1.8rem;
  padding: 1rem 0 1rem 1.2rem;
  color: #333333;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
}
.clue_m .form input::placeholder {
  font-size: 1.4rem;
  font-weight: 400;
  color: #BDC0C5;
}
.clue_m .button_wrap {
  margin-top: 2.1rem;
  text-align: center;
}
.clue_m .button_wrap button {
  width: 13.35rem;
  height: 3.45rem;
  background: url("//assets.shangzhibo.tv/assets/btn_on trial_normal@2x8eef.png") center center;
  background-size: 100% 100%;
}
.clue_m .button_wrap p {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 400;
  padding-top: 0.8rem;
  font-size: 1.2rem;
}
.footer_m {
  width: 100vw;
  background: #11193A;
}
.footer_m .content {
  width: 100%;
  height: 68.3rem;
}
.footer_m .content .links_m {
  padding-top: 3.4rem;
}
.footer_m .content .links_m .title_m {
  padding-left: 1.7rem;
  font-weight: 600;
  color: #FFFFFF;
  font-size: 1.6rem;
}
.footer_m .content .links_m .list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 1.7rem;
  padding-top: 1.7rem;
}
.footer_m .content .links_m .list li {
  width: 11.2rem;
  height: 3.6rem;
  line-height: 1.8rem;
}
.footer_m .content .links_m .list li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.4rem;
  transition: all 0.3s ease-in-out;
}
.footer_m .content .lineation {
  width: 92%;
  padding-top: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0 auto;
}
.footer_m .content .info {
  width: 100%;
  padding-top: 2.6rem;
}
.footer_m .content .info .box {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 1.7rem;
}
.footer_m .content .info .box .logo {
  width: 9.3rem;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  padding-right: 11rem;
}
.footer_m .content .info .box .logo img {
  width: 9.3rem;
}
.footer_m .content .info .box .slogan {
  font-size: 1.5rem;
  padding-left: 1.6rem;
  color: #FFFFFF;
  font-weight: 500;
}
.footer_m .content .info .msg {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.6);
  padding-left: 1.7rem;
  padding-top: 1.7rem;
}
.footer_m .content .info .msg:nth-child(4) {
  color: rgba(255, 255, 255, 0.6);
}
.footer_m .content .qrcode {
  width: 9rem;
  padding-top: 2rem;
  padding-left: 1.7rem;
}
.footer_m .content .qrcode img {
  width: 100%;
}
.footer_m .content .consult {
  display: flex;
  justify-content: space-around;
  width: 100%;
  padding: 10px 10px;
  margin-top: 3.4rem;
  background-color: #FFFFFF;
}
.footer_m .content .consult .phone {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer_m .content .consult .phone img {
  width: 2.2rem;
}
.footer_m .content .consult .phone span {
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  padding-top: 5px;
}
.footer_m .content .consult .btn_primary {
  display: flex;
  width: 195px;
  align-items: center;
  justify-content: center;
  font-size: 14.5px;
  border-radius: 39px;
}
.footbar_m {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100vw;
  display: flex;
  justify-content: space-around;
  padding: 1rem 1rem;
  margin-top: 3.4rem;
  background-color: #FFFFFF;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.footbar_m .phone,
.footbar_m .tel {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footbar_m .phone img,
.footbar_m .tel img {
  width: 2.2rem;
}
.footbar_m .phone span,
.footbar_m .tel span {
  color: #666666;
  font-size: 1.2rem;
  font-weight: 400;
  padding-top: 0.5rem;
}
.footbar_m .phone span a,
.footbar_m .tel span a {
  color: #666666;
}
.footbar_m .btn_primary {
  display: flex;
  width: 19.5rem;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
  border-radius: 3.9rem;
}
html,
body {
  max-width: 100%;
  margin: 0;
  padding: 0;
  font-size: 10px;
}
main {
  width: 100vw;
}
.banners {
  background: url(//assets.shangzhibo.tv/assets/banner_bg@2xa3e0.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  text-align: center;
}
.banners .banner_box {
  width: 100%;
}
.banners .banner_box .content {
  width: 100%;
  height: 19rem;
  padding-top: 7.7rem;
  text-align: center;
}
.banners .banner_box .content h2 {
  font-size: 3rem;
  color: #fff;
}
.banners .banner_box .content .help_title {
  padding-top: 1rem;
}
.banners .banner_box .content p {
  padding-top: 1.2rem;
  font-size: 1.3rem;
  color: #ffffff;
  font-weight: 400;
}
.banners .banner_box .content .btn_default {
  margin-top: 1.55rem;
  padding: 0.8rem 2.35rem;
  font-size: 1.3rem;
  border-radius: 1.5rem;
}
.banners .banner_box img {
  width: 33.9rem;
  margin-bottom: -2px;
}
section {
  width: 100%;
  padding: 3.2rem 0;
}
.section.financial_title {
  padding-bottom: 2rem;
}
.section.financial_title .caption {
  text-align: center;
}
.section.financial_title .caption p {
  color: #333333;
  font-weight: bold;
  font-size: 2rem;
}
.section.financial_title .caption .title_wrap {
  display: flex;
  flex-wrap: wrap;
  padding-top: 2.4rem;
}
.section.financial_title .caption .title_wrap .title_every {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-bottom: 2.5rem;
}
.section.financial_title .caption .title_wrap .title_every img {
  width: 5rem;
}
.section.financial_title .caption .title_wrap .title_every span {
  color: #333333;
  font-weight: bold;
  font-size: 1.4rem;
  padding-top: 1rem;
}
.section.financial_solution {
  background: #F6FAFF;
}
.section.financial_solution .title {
  text-align: center;
  color: #333333;
  font-weight: bold;
  font-size: 2rem;
  padding-bottom: 2.4rem;
}
.section.financial_solution .top_border {
  display: none;
  width: 90%;
  height: 0.4rem;
  background: linear-gradient(59deg, #5EB9FF 0%, #5977FF 100%);
  margin: 0 auto;
}
.section.financial_solution .top_border.active {
  display: block;
}
.section.financial_solution .solution_menu {
  height: 7.4rem;
  padding-top: 2.5rem;
  box-shadow: 0px 0.4rem 4rem -0.9rem rgba(132, 142, 163, 0.3);
  border-radius: 0.4rem;
  background: #ffffff;
  margin: 2rem;
  margin-top: 0;
}
.section.financial_solution .solution_menu .menu_head {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 1.6rem;
}
.section.financial_solution .solution_menu .menu_head img {
  width: 2.4rem;
}
.section.financial_solution .solution_menu .menu_head span {
  color: #333333;
  font-weight: bold;
  font-size: 1.7rem;
  padding-left: 1rem;
}
.section.financial_solution .solution_menu .menu_head .downdrop,
.section.financial_solution .solution_menu .menu_head .up {
  position: absolute;
  right: 1.2rem;
  width: 2.1rem;
}
.section.financial_solution .solution_menu .menu_head .up {
  display: none;
}
.section.financial_solution .solution_menu .menu_head.active .downdrop {
  display: none;
}
.section.financial_solution .solution_menu .menu_head.active .up {
  display: block;
}
.section.financial_solution .solution_menu .menu_content {
  display: none;
  text-align: center;
}
.section.financial_solution .solution_menu .menu_content img {
  width: 32.5rem;
  padding-top: 1.6rem;
  padding-bottom: 1.5rem;
}
.section.financial_solution .solution_menu .menu_content p {
  display: flex;
  align-items: center;
  color: #333333;
  font-size: 1.3rem;
  font-weight: 400;
  padding-left: 1.6rem;
  padding-bottom: 1.6rem;
  text-align: left;
}
.section.financial_solution .solution_menu .menu_content p:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  display: inline-block;
  border-radius: 50%;
  background: #4F8EFF;
  vertical-align: middle;
  margin-right: 0.7rem;
}
.section.financial_solution .solution_menu .menu_content .btn_primary {
  border-radius: 3.1rem;
  font-size: 1.3rem;
}
.section.financial_solution .solution_menu .describe {
  padding-left: 1.6rem;
  padding-top: 0.8rem;
  padding-bottom: 1.9rem;
  color: #666666;
  font-size: 1.4rem;
  font-weight: 400;
}
.section.financial_solution .solution_menu.show {
  height: 38.5rem;
  background: linear-gradient(180deg, #EEF7FF 0%, #FFFFFF 100%);
}
.section.financial_solution .solution_menu.show .menu_content {
  display: block;
}
.section.financial_solution .solution_menu:nth-last-child(1) {
  margin-bottom: 0;
}
.section.financial_platform p {
  color: #333333;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.section.financial_platform .swiper {
  height: 20rem;
  background: #ffffff;
}
.section.financial_platform .swiper .swiper-wrapper {
  text-align: center;
}
.section.financial_platform .swiper .swiper-wrapper .swiper-slide .imgbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 3.05rem;
}
.section.financial_platform .swiper .swiper-wrapper .swiper-slide .imgbox li {
  width: 30%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.95rem;
}
.section.financial_platform .swiper .swiper-wrapper .swiper-slide .imgbox li img {
  width: 3rem;
}
.section.financial_platform .swiper .swiper-wrapper .swiper-slide .imgbox li span {
  color: #333333;
  padding-top: 1rem;
  font-size: 1.4rem;
  font-weight: bold;
}
.section.financial_platform .swiper .swiper-pagination {
  bottom: 0;
}
.section.financial_platform .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 1.2rem;
  height: 0.3rem;
  background: #E1E3E8;
  border-radius: 0;
  opacity: 1;
}
.section.financial_platform .swiper .swiper-pagination .my-bullet-active {
  width: 1.2rem;
  height: 0.3rem;
  background: #004FFF;
  border-radius: 0;
  opacity: 1;
}
.section.financial_customer {
  background: #F6FAFF;
}
.section.financial_customer .title {
  color: #333333;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.section.financial_customer .customer_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  box-shadow: 0px 0.2rem 2.9rem 0px rgba(209, 213, 225, 0.27);
  border-radius: 0.4rem;
  margin: 1.6rem;
  margin-bottom: 2rem;
}
.section.financial_customer .customer_box .imgwrap {
  position: relative;
}
.section.financial_customer .customer_box .imgwrap img {
  width: 100%;
}
.section.financial_customer .customer_box .imgwrap .icon {
  position: absolute;
  width: 5rem;
  top: 37%;
  left: 43%;
}
.section.financial_customer .customer_box .content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
}
.section.financial_customer .customer_box .content p {
  color: #333333;
  font-size: 1.4rem;
  font-weight: bold;
}
.section.financial_customer .customer_box:nth-last-child(1) {
  margin-bottom: 0;
}
#mobile_icon_div {
  display: none !important;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "PingFang SC", "Noto Sans", "Noto Sans CJK SC", "Microsoft YaHei", "微软雅黑", sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  box-sizing: border-box;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
  font-weight: normal;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
[hidefocus],
summary {
  outline: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}
sup,
sub {
  font-size: 83%;
}
pre,
code,
kbd,
samp {
  font-family: inherit;
}
q:before,
q:after {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
label,
summary {
  cursor: default;
}
a,
button {
  cursor: pointer;
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}
del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}
textarea,
input,
button,
select,
keygen,
legend {
  font: 14px/1.14 arial, \5b8b\4f53;
  color: #666;
  outline: 0;
  box-shadow: none;
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}
#newBridge,
#KFLOGO,
#icon_module {
  display: none !important;
}
#div_company_mini .mini-btn {
  height: 0 !important;
}
.box {
  width: 1200px;
  margin: 0 auto;
}
@keyframes sheen {
  0% {
    transform: skewY(-45deg) translateX(0);
  }
  100% {
    transform: skewY(-45deg) translateX(12.5em);
  }
}
.btn_ghost {
  padding: 8px 30px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.btn_ghost:hover {
  opacity: 1;
  background-color: #fff;
  color: #004fff;
  border-bottom: 1px solid #fff;
}
.btn_primary_ghost {
  padding: 8px 30px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.btn_primary_ghost:hover {
  opacity: 1;
  background-color: #fff;
  color: #004fff;
  border-bottom: 1px solid #fff;
}
.btn_primary_ghost:hover {
  color: #fff;
  background: #2e6dff;
}
.btn_ghost_primary {
  padding: 8px 30px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #004fff;
  border: 1px solid #004fff;
}
.btn_ghost_primary:hover {
  opacity: 1;
  background-color: #fff;
  color: #004fff;
  border-bottom: 1px solid #fff;
}
.btn_ghost_primary:hover {
  background-color: #e2ecff;
  border: 1px solid #004fff;
}
.btn_ghost_lightred {
  padding: 8px 30px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(90deg, #ff5f0f 0%, #f2320b 100%);
  border: 1px solid transparent;
}
.btn_ghost_lightred:hover {
  opacity: 1;
  background-color: #fff;
  color: #004fff;
  border-bottom: 1px solid #fff;
}
.btn_ghost_lightred:hover {
  background: #fff;
  color: #f3340b;
  border: 1px solid #f3340b;
}
.btn_orange {
  padding: 8px 30px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #f3340b;
  border: 1px solid #fff;
  background-color: #fff;
}
.btn_orange:hover {
  opacity: 1;
  background-color: #fff;
  color: #004fff;
  border-bottom: 1px solid #fff;
}
.btn_orange:hover {
  background: linear-gradient(90deg, #ff5f0f 0%, #f2320b 100%);
  color: #fff;
  border: 1px solid #fff;
}
.btn_primary {
  padding: 8px 30px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #fff;
  background-color: #004fff;
}
.btn_primary:hover {
  opacity: 1;
  background-color: #fff;
  color: #004fff;
  border-bottom: 1px solid #fff;
}
.btn_primary:hover {
  background-color: #3e79ff;
  color: #fff;
}
.btn_default {
  padding: 8px 30px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #004fff;
  background-color: #fff;
}
.btn_default:hover {
  opacity: 1;
  background-color: #fff;
  color: #004fff;
  border-bottom: 1px solid #fff;
}
.btn_default:hover {
  background-color: #e0eafd;
}

