@font-face {
  font-family: 'Poppins';
  src: url('https://static.findlvr.net/c2c-website/fonts/poppins-regular.ttf');
}
@font-face {
  font-family: 'DINAlternate';
  src: url('https://static.findlvr.net/c2c-website/fonts/DINAlternateBold.ttf');
}
html {
  font-size: 14px;
  padding: 0;
  margin: 0;
}
body {
  font-family: 'Poppins', 'Microsoft YaHei';
  background: #020133;
}
body,
html,
div {
  margin: 0;
  padding: 0;
  color: #fff;
}
img {
  vertical-align: middle;
  display: inline-block;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dd,
dt {
  margin: 0;
  padding: 0;
}
input,
a,
button {
  -webkit-tap-highlight-color: transparent;
}
input,
textarea {
  font-family: 'Poppins', 'Microsoft YaHei';
}
a {
  text-decoration: none;
  color: #fff;
}
a:focus,
input:focus {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
ul,
ol,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.color_black {
  color: #666;
}
.color_main {
  color: #26247b;
}
.color_white {
  color: #ffffff;
}
.color_yellow {
  color: #cf9a2c;
}
.color_blue {
  color: #9f9eb7;
}
.color_blue2 {
  color: #a7b8cf;
}
.color_blue3 {
  color: #929bba;
}
.color_white {
  color: #ffffff;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex_between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex_space {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.flex_between_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex_end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex_end_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex_center_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex_column_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.flex_direction {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.web_page {
  width: 1200px;
  margin: 0 auto;
}
.web_page_small {
  width: 890px;
  margin: 0 auto;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
.font10 {
  font-size: 10px;
}
.font12 {
  font-size: 12px;
}
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font23 {
  font-size: 23px;
}
.font24 {
  font-size: 24px;
}
.font26 {
  font-size: 26px;
}
.font32 {
  font-size: 32px;
}
.font74 {
  font-size: 74px;
}
.letter0_28 {
  letter-spacing: 0.28px;
}
.letter0_44 {
  letter-spacing: 0.44px;
}
.letter0_78 {
  letter-spacing: 0.78px;
}
.letter1_3 {
  letter-spacing: 1.3px;
}
.letter2_8 {
  letter-spacing: 2.8px;
}
.line1_42 {
  line-height: 1.42;
}
.line1_43 {
  line-height: 1.43;
}
.line1_5 {
  line-height: 1.5;
}
.line1_17 {
  line-height: 1.17;
}
.line1_86 {
  line-height: 1.86;
}
.line2_57 {
  line-height: 2.57;
}
.font_center {
  text-align: center;
}
.font_bold {
  font-weight: 600;
}
.font_normal {
  font-weight: normal;
}
.input_grad::-webkit-input-placeholder {
  color: #6d6d73;
}
.input_grad:-moz-placeholder {
  color: #6d6d73;
}
.input_grad::-moz-placeholder {
  color: #6d6d73;
}
.input_grad:-ms-input-placeholder {
  color: #6d6d73;
}
.nowrap {
  white-space: nowrap;
}
@media (max-width: 1360px) {
  .web_page {
    width: 1180px;
  }
}
@media (max-width: 780px) {
  .web_page {
    width: 320px;
  }
}
html,
body {
  overflow-x: hidden;
}
.wb_btn {
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  background-color: #26247b;
  color: #cf9a2c;
  padding: 8.5px 20px;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 99;
}
.wb_btn.start {
  font-size: 18px;
  padding: 12.5px 55px 12px 20px;
  background-image: url("https://static.findlvr.net/c2c-website/images/start.svg");
  background-position: right 16px center;
  background-repeat: no-repeat;
}
.wb_btn.start:after {
  content: "";
  width: 114px;
  height: 20px;
  background: url("https://static.findlvr.net/c2c-website/images/point_blue.svg") bottom no-repeat;
  position: absolute;
  bottom: -30px;
  left: 20px;
}
.wb_btn.yellow:after {
  background-image: url("https://static.findlvr.net/c2c-website/images/send_btn_bg.svg");
  left: 6px;
}
.wb_btn:hover {
  background-color: #3C39C5;
  color: #e8ad31;
}
.wb_com_text {
  margin: 0 0 50px;
  color: #929bba;
  font-size: 18px;
  line-height: 2;
}
.why_title_sub {
  font-size: 20px;
  color: #a7b8cf;
  margin-bottom: 30px;
}
.why_title_sub span {
  font-size: 26px;
  margin-top: 10px;
}
.why_title {
  font-size: 48px;
  color: #cf9a2c;
  font-weight: normal;
  line-height: 68px;
  margin-bottom: 20px;
}
.why_title.line_title {
  background: url("https://static.findlvr.net/c2c-website/images/title_line1.svg") no-repeat bottom;
  padding-bottom: 20px;
}
.solution_title {
  font-size: 48px;
  color: #26247b;
  font-weight: normal;
  background: url("https://static.findlvr.net/c2c-website/images/point_blue.svg") no-repeat left bottom;
  padding-bottom: 20px;
}
.wb_rotate {
  position: relative;
}
.wb_rotate .rotate_point {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.wb_rotate .rotate_point .point {
  position: absolute;
}
.wb_rotate .rotate_point .point:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #cf9a2c;
  border-radius: 50%;
}
.wb_rotate .rotate_point .point:nth-child(1) {
  width: 72%;
  height: 72%;
  -webkit-animation: iconRotate 15s infinite linear;
          animation: iconRotate 15s infinite linear;
}
.wb_rotate .rotate_point .point:nth-child(2) {
  width: 53%;
  height: 53%;
  -webkit-animation: iconRotate 10s infinite linear;
          animation: iconRotate 10s infinite linear;
}
.wb_rotate .rotate_point .point:nth-child(3) {
  width: 33.8%;
  height: 33.8%;
  -webkit-animation: iconRotate 12s infinite linear;
          animation: iconRotate 12s infinite linear;
}
.wb_rotate .rotate_point .point:nth-child(3):before {
  width: 10px;
  height: 10px;
}
.contact_form .wb_form_item {
  border-radius: 4px;
  border: dashed 1px #929bba;
  width: 500px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  position: relative;
  background: #fff;
}
.contact_form .wb_form_item.input {
  height: 80px;
  margin-bottom: 22px;
}
.contact_form .wb_form_item.input input {
  width: 100%;
  height: 30px;
  border: none;
  background: transparent;
}
.contact_form .wb_form_item.textarea {
  height: 260px;
}
.contact_form .wb_form_item.textarea textarea {
  width: 100%;
  height: 85%;
  resize: none;
  border: none;
  outline: none;
}
.contact_form .wb_form_item.textarea .textarea_bg {
  position: absolute;
  opacity: 0.1;
  bottom: 10px;
  right: 10px;
  width: 60px;
}
.contact_form .wb_form_item.error {
  margin-bottom: 52px;
}
.contact_form .wb_form_item .label {
  font-size: 16px;
  color: #929bba;
}
.contact_form .wb_form_item_title {
  position: absolute;
  bottom: -30px;
  font-size: 16px;
  color: #bf0711;
}
.go_top {
  position: fixed;
  right: 42px;
  bottom: 22px;
  display: none;
  background: #26247b;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  border-radius: 50%;
}
.go_top:hover {
  background: #3C39C5;
}
.wb_loading {
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  left: 0;
  position: absolute;
}
.wb_loading.active .wb_loading_ico {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: 16px;
  font-size: 20px;
  width: 32px;
  height: 32px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: dooRotate 1.2s infinite linear;
          animation: dooRotate 1.2s infinite linear;
}
.wb_loading .wb_loading_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.05);
}
.wb_loading .wb_loading_ico {
  font-variant: tabular-nums;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  color: #3699ff;
  display: none;
}
.wb_loading .wb_loading_ico i {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: #1890ff;
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
  display: block;
  position: absolute;
  opacity: 0.3;
  -webkit-animation: dooSpinMove 1s infinite linear alternate;
          animation: dooSpinMove 1s infinite linear alternate;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.wb_loading .wb_loading_ico i:nth-child(1) {
  left: 0;
  top: 0;
}
.wb_loading .wb_loading_ico i:nth-child(2) {
  right: 0;
  top: 0;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.wb_loading .wb_loading_ico i:nth-child(3) {
  right: 0;
  bottom: 0;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.wb_loading .wb_loading_ico i:nth-child(4) {
  left: 0;
  bottom: 0;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.wb_message {
  color: #fff;
  text-align: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  -webkit-animation-name: MESSAGE-APPEAR;
          animation-name: MESSAGE-APPEAR;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
.wb_message span {
  display: inline-block;
  border-radius: 5px;
  padding: 10px 20px;
}
.message_success span {
  background-color: #11117a;
}
.message_error span {
  background-color: #d81c1c;
}
@-webkit-keyframes MESSAGE-APPEAR {
  0% {
    opacity: 0;
    top: 0;
  }
  33% {
    opacity: 1;
    top: 50px;
  }
  99% {
    opacity: 1;
    top: 50px;
  }
  100% {
    opacity: 0;
    top: -50px;
  }
}
@keyframes MESSAGE-APPEAR {
  0% {
    opacity: 0;
    top: 0;
  }
  33% {
    opacity: 1;
    top: 50px;
  }
  99% {
    opacity: 1;
    top: 50px;
  }
  100% {
    opacity: 0;
    top: -50px;
  }
}
.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
          animation-name: fadeInUpSmall;
}
.zoomInBg {
  -webkit-animation-name: zoomInBg;
          animation-name: zoomInBg;
}
@-webkit-keyframes iconRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes iconRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@-webkit-keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@-webkit-keyframes zoomInBg {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes zoomInBg {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
header {
  position: fixed;
  width: 100%;
  background: #020133;
  z-index: 999;
}
.wb_home {
  margin-top: 90px;
}
.wb_com_text {
  width: 643px;
}
.broker_text {
  width: 467px;
}
.broker_text p {
  font-size: 18px;
  margin-top: 38px;
}
.wb_why {
  margin-top: -200px;
}
.why_certified {
  padding-bottom: 180px;
}
.why_certified .why_certified_text {
  width: 412px;
  margin-right: 38px;
}
.why_certified .why_certified_img {
  width: 730px;
}
.broker_slide {
  width: 589px;
  padding: 0 30px;
}
.wb_solution {
  background-image: url("https://static.findlvr.net/c2c-website/images/map_bg_blue.svg"), url("https://static.findlvr.net/c2c-website/images/map_bg_blue.svg"), url("https://static.findlvr.net/c2c-website/images/logo_icon_op.svg");
  background-position: right -522px top 176px, left -345px bottom 270px, right 100px bottom 270px;
  padding: 100px 0 270px;
  background-size: auto, auto, 288px;
}
.wb_solution .wb_solution_client {
  margin-top: 170px;
}
.wb_solution .wb_solution_client .solution_client_con {
  width: 541px;
  height: 530px;
  margin-left: 115px;
  font-size: 18px;
}
.wb_solution .wb_solution_client .solution_client_con .client_btn {
  margin-top: 15px;
}
.wb_contact .wb_contact_bg {
  height: 400px;
  background: url("https://static.findlvr.net/c2c-website/images/contact_bg.png");
  background-size: cover;
}
.wb_contact .contact_box {
  border-radius: 20px;
  padding: 50px 70px 50px 40px;
  top: -90px;
  margin-top: -110px;
}
.wb_contact .contact_box .contact_text {
  margin-left: 90px;
}
.wb_contact .contact_box .contact_text h2 {
  font-size: 40px;
}
.wb_contact .contact_box .contact_text p {
  font-size: 18px;
  line-height: 1.5;
  margin: 38px 0 50px;
}
.wb_contact .contact_list {
  margin-top: 20px;
  padding-bottom: 80px;
}
.wb_contact .contact_list .point_line {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.wb_footer .wb_footer_con {
  padding-top: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("https://static.findlvr.net/c2c-website/images/map_bg_white1.svg") no-repeat right 50px top -306px;
  background-size: 80%;
}
.wb_footer .wb_footer_con .wb_footer_logo {
  padding-bottom: 40px;
}
.wb_footer .wb_footer_con .wb_footer_logo img {
  display: inline-block;
}
.wb_footer .wb_footer_con .wb_footer_list {
  float: right;
}
.wb_footer .wb_footer_con .wb_footer_list ul li {
  margin-left: 80px;
  font-size: 18px;
  display: inline-block;
}
.wb_footer .wb_footer_con .wb_footer_list ul li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wb_footer .wb_footer_con .wb_footer_list ul li a:hover {
  color: #cf9a2c;
}
.wb_footer .wb_footer_con .wb_footer_address {
  padding-bottom: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.wb_footer .wb_footer_con .wb_footer_address p {
  font-size: 14px;
  color: #fff;
}
.wb_footer .wb_footer_con .wb_footer_address p span {
  display: block;
  margin-bottom: 8px;
}
.wb_footer .wb_footer_con .wb_footer_address .wb_footer_tnc a {
  cursor: pointer;
  display: inline-block;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wb_footer .wb_footer_con .wb_footer_address .wb_footer_tnc a:hover,
.wb_footer .wb_footer_con .wb_footer_address .wb_footer_tnc a:focus {
  color: #cf9a2c;
}
.wb_footer .wb_footer_con .copyright {
  color: #999999;
  font-size: 14px;
  padding-bottom: 40px;
}
.why_robust_list.web_page {
  margin-top: 110px;
}
.why_robust_list .why_robust_item {
  width: 28%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.why_robust_list .why_robust_item .why_robust_img {
  width: 198px;
  height: 198px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center, -200px;
}
.why_robust_list .why_robust_item h4 {
  font-size: 24px;
  margin: 46px 0 28px;
  color: #ebf1f4;
}
.why_robust_list .why_robust_item p {
  font-size: 16px;
  line-height: 1.5;
  color: #929bba;
}
.why_robust_list .why_robust_item p span {
  font-weight: 500;
  color: #ffffff;
}
.why_robust_list .why_robust_item:nth-child(1) .why_robust_img {
  background-image: url("https://static.findlvr.net/c2c-website/images/why_robust1.svg"), url("https://static.findlvr.net/c2c-website/images/why_robust_hover1.svg");
}
.why_robust_list .why_robust_item:nth-child(2) .why_robust_img {
  background-image: url("https://static.findlvr.net/c2c-website/images/why_robust2.svg"), url("https://static.findlvr.net/c2c-website/images/why_robust_hover2.svg");
}
.why_robust_list .why_robust_item:nth-child(3) .why_robust_img {
  background-image: url("https://static.findlvr.net/c2c-website/images/why_robust3.svg"), url("https://static.findlvr.net/c2c-website/images/why_robust_hover3.svg");
}
.why_robust_list .why_robust_item:hover h4 {
  color: #cf9a2c;
}
.why_robust_list .why_robust_item:hover .why_robust_img {
  background-position: -200px, center;
}
@media (min-width: 2560px) {
  body .wb_why .why_bottom_box .why_robust {
    padding: 269px 0 508px;
  }
}
.floating-button {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background-color: transparent;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 999;
  overflow: visible;
}
.button-icon {
  width: 100px;
  height: 100px;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.modal-content {
  background-color: #fff;
  position: absolute;
  bottom: 100px;
  right: 30px;
  width: 240px;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  margin: 0;
}
.search-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 16px 8px 16px;
  background-color: white;
  position: relative;
}
.team-search-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 16px 8px 8px;
  background-color: white;
  position: relative;
}
.search-icon {
  position: absolute;
  left: 24px;
  color: #999;
  font-style: normal;
}
.search-input {
  width: 100%;
  padding: 8px 8px 8px 32px;
  border-radius: 20px;
  border: none;
  background-color: #f5f5f5;
  font-size: 14px;
}
.header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.back-button {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  padding: 10px 0 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
}
.list-container {
  max-height: 200px;
  min-height: 200px;
  overflow-y: auto;
}
.list-item {
  padding: 10px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.item-name {
  font-size: 14px;
  color: #333;
}
.arrow-icon {
  content: "\f105";
  font-family: "FontAwesome";
  color: #ccc;
  font-size: 24px;
}
.open-icon {
  color: #ccc;
  padding: 0 8px;
}
.external-link-icon:before {
  content: "\f08e";
  font-family: "FontAwesome";
  color: #ccc;
  font-size: 14px;
}

@font-face {
  font-family: 'Poppins';
  src: url('https://static.findlvr.net/c2c-website/fonts/poppins-regular.ttf');
}
@font-face {
  font-family: 'DINAlternate';
  src: url('https://static.findlvr.net/c2c-website/fonts/DINAlternateBold.ttf');
}
html {
  font-size: 14px;
  padding: 0;
  margin: 0;
}
body {
  font-family: 'Poppins', 'Microsoft YaHei';
  background: #020133;
}
body,
html,
div {
  margin: 0;
  padding: 0;
  color: #fff;
}
img {
  vertical-align: middle;
  display: inline-block;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dd,
dt {
  margin: 0;
  padding: 0;
}
input,
a,
button {
  -webkit-tap-highlight-color: transparent;
}
input,
textarea {
  font-family: 'Poppins', 'Microsoft YaHei';
}
a {
  text-decoration: none;
  color: #fff;
}
a:focus,
input:focus {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
ul,
ol,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.color_black {
  color: #666;
}
.color_main {
  color: #26247b;
}
.color_white {
  color: #ffffff;
}
.color_yellow {
  color: #cf9a2c;
}
.color_blue {
  color: #9f9eb7;
}
.color_blue2 {
  color: #a7b8cf;
}
.color_blue3 {
  color: #929bba;
}
.color_white {
  color: #ffffff;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex_between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex_space {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.flex_between_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex_end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex_end_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex_center_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex_column_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.flex_direction {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.web_page {
  width: 1200px;
  margin: 0 auto;
}
.web_page_small {
  width: 890px;
  margin: 0 auto;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
.font10 {
  font-size: 10px;
}
.font12 {
  font-size: 12px;
}
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font23 {
  font-size: 23px;
}
.font24 {
  font-size: 24px;
}
.font26 {
  font-size: 26px;
}
.font32 {
  font-size: 32px;
}
.font74 {
  font-size: 74px;
}
.letter0_28 {
  letter-spacing: 0.28px;
}
.letter0_44 {
  letter-spacing: 0.44px;
}
.letter0_78 {
  letter-spacing: 0.78px;
}
.letter1_3 {
  letter-spacing: 1.3px;
}
.letter2_8 {
  letter-spacing: 2.8px;
}
.line1_42 {
  line-height: 1.42;
}
.line1_43 {
  line-height: 1.43;
}
.line1_5 {
  line-height: 1.5;
}
.line1_17 {
  line-height: 1.17;
}
.line1_86 {
  line-height: 1.86;
}
.line2_57 {
  line-height: 2.57;
}
.font_center {
  text-align: center;
}
.font_bold {
  font-weight: 600;
}
.font_normal {
  font-weight: normal;
}
.input_grad::-webkit-input-placeholder {
  color: #6d6d73;
}
.input_grad:-moz-placeholder {
  color: #6d6d73;
}
.input_grad::-moz-placeholder {
  color: #6d6d73;
}
.input_grad:-ms-input-placeholder {
  color: #6d6d73;
}
.nowrap {
  white-space: nowrap;
}
@media (max-width: 1360px) {
  .web_page {
    width: 1180px;
  }
}
@media (max-width: 780px) {
  .web_page {
    width: 320px;
  }
}
html,
body {
  overflow-x: hidden;
}
.wb_btn {
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  background-color: #26247b;
  color: #cf9a2c;
  padding: 8.5px 20px;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 99;
}
.wb_btn.start {
  font-size: 18px;
  padding: 12.5px 55px 12px 20px;
  background-image: url("https://static.findlvr.net/c2c-website/images/start.svg");
  background-position: right 16px center;
  background-repeat: no-repeat;
}
.wb_btn.start:after {
  content: "";
  width: 114px;
  height: 20px;
  background: url("https://static.findlvr.net/c2c-website/images/point_blue.svg") bottom no-repeat;
  position: absolute;
  bottom: -30px;
  left: 20px;
}
.wb_btn.yellow:after {
  background-image: url("https://static.findlvr.net/c2c-website/images/send_btn_bg.svg");
  left: 6px;
}
.wb_btn:hover {
  background-color: #3C39C5;
  color: #e8ad31;
}
.wb_com_text {
  margin: 0 0 50px;
  color: #929bba;
  font-size: 18px;
  line-height: 2;
}
.why_title_sub {
  font-size: 20px;
  color: #a7b8cf;
  margin-bottom: 30px;
}
.why_title_sub span {
  font-size: 26px;
  margin-top: 10px;
}
.why_title {
  font-size: 48px;
  color: #cf9a2c;
  font-weight: normal;
  line-height: 68px;
  margin-bottom: 20px;
}
.why_title.line_title {
  background: url("https://static.findlvr.net/c2c-website/images/title_line1.svg") no-repeat bottom;
  padding-bottom: 20px;
}
.solution_title {
  font-size: 48px;
  color: #26247b;
  font-weight: normal;
  background: url("https://static.findlvr.net/c2c-website/images/point_blue.svg") no-repeat left bottom;
  padding-bottom: 20px;
}
.wb_rotate {
  position: relative;
}
.wb_rotate .rotate_point {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.wb_rotate .rotate_point .point {
  position: absolute;
}
.wb_rotate .rotate_point .point:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #cf9a2c;
  border-radius: 50%;
}
.wb_rotate .rotate_point .point:nth-child(1) {
  width: 72%;
  height: 72%;
  -webkit-animation: iconRotate 15s infinite linear;
          animation: iconRotate 15s infinite linear;
}
.wb_rotate .rotate_point .point:nth-child(2) {
  width: 53%;
  height: 53%;
  -webkit-animation: iconRotate 10s infinite linear;
          animation: iconRotate 10s infinite linear;
}
.wb_rotate .rotate_point .point:nth-child(3) {
  width: 33.8%;
  height: 33.8%;
  -webkit-animation: iconRotate 12s infinite linear;
          animation: iconRotate 12s infinite linear;
}
.wb_rotate .rotate_point .point:nth-child(3):before {
  width: 10px;
  height: 10px;
}
.contact_form .wb_form_item {
  border-radius: 4px;
  border: dashed 1px #929bba;
  width: 500px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  position: relative;
  background: #fff;
}
.contact_form .wb_form_item.input {
  height: 80px;
  margin-bottom: 22px;
}
.contact_form .wb_form_item.input input {
  width: 100%;
  height: 30px;
  border: none;
  background: transparent;
}
.contact_form .wb_form_item.textarea {
  height: 260px;
}
.contact_form .wb_form_item.textarea textarea {
  width: 100%;
  height: 85%;
  resize: none;
  border: none;
  outline: none;
}
.contact_form .wb_form_item.textarea .textarea_bg {
  position: absolute;
  opacity: 0.1;
  bottom: 10px;
  right: 10px;
  width: 60px;
}
.contact_form .wb_form_item.error {
  margin-bottom: 52px;
}
.contact_form .wb_form_item .label {
  font-size: 16px;
  color: #929bba;
}
.contact_form .wb_form_item_title {
  position: absolute;
  bottom: -30px;
  font-size: 16px;
  color: #bf0711;
}
.go_top {
  position: fixed;
  right: 42px;
  bottom: 22px;
  display: none;
  background: #26247b;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  border-radius: 50%;
}
.go_top:hover {
  background: #3C39C5;
}
.wb_loading {
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  left: 0;
  position: absolute;
}
.wb_loading.active .wb_loading_ico {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: 16px;
  font-size: 20px;
  width: 32px;
  height: 32px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: dooRotate 1.2s infinite linear;
          animation: dooRotate 1.2s infinite linear;
}
.wb_loading .wb_loading_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.05);
}
.wb_loading .wb_loading_ico {
  font-variant: tabular-nums;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  color: #3699ff;
  display: none;
}
.wb_loading .wb_loading_ico i {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: #1890ff;
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
  display: block;
  position: absolute;
  opacity: 0.3;
  -webkit-animation: dooSpinMove 1s infinite linear alternate;
          animation: dooSpinMove 1s infinite linear alternate;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.wb_loading .wb_loading_ico i:nth-child(1) {
  left: 0;
  top: 0;
}
.wb_loading .wb_loading_ico i:nth-child(2) {
  right: 0;
  top: 0;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.wb_loading .wb_loading_ico i:nth-child(3) {
  right: 0;
  bottom: 0;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.wb_loading .wb_loading_ico i:nth-child(4) {
  left: 0;
  bottom: 0;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.wb_message {
  color: #fff;
  text-align: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  -webkit-animation-name: MESSAGE-APPEAR;
          animation-name: MESSAGE-APPEAR;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
.wb_message span {
  display: inline-block;
  border-radius: 5px;
  padding: 10px 20px;
}
.message_success span {
  background-color: #11117a;
}
.message_error span {
  background-color: #d81c1c;
}
@-webkit-keyframes MESSAGE-APPEAR {
  0% {
    opacity: 0;
    top: 0;
  }
  33% {
    opacity: 1;
    top: 50px;
  }
  99% {
    opacity: 1;
    top: 50px;
  }
  100% {
    opacity: 0;
    top: -50px;
  }
}
@keyframes MESSAGE-APPEAR {
  0% {
    opacity: 0;
    top: 0;
  }
  33% {
    opacity: 1;
    top: 50px;
  }
  99% {
    opacity: 1;
    top: 50px;
  }
  100% {
    opacity: 0;
    top: -50px;
  }
}
.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
          animation-name: fadeInUpSmall;
}
.zoomInBg {
  -webkit-animation-name: zoomInBg;
          animation-name: zoomInBg;
}
@-webkit-keyframes iconRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes iconRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@-webkit-keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@-webkit-keyframes zoomInBg {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes zoomInBg {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.nav_padding {
  position: relative;
  top: -90px;
}
header {
  border-bottom: 1px solid #cf9a2c;
}
header .header {
  height: 80px;
}
header .header nav li {
  margin-left: 50px;
}
header .header nav li a {
  color: #9f9eb7;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
}
header .header nav li a.active {
  color: #cf9a2c;
}
header .header nav li a.active:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #cf9a2c;
  border-radius: 50%;
  left: 50%;
  bottom: -50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
header .header nav li a:hover {
  color: #cf9a2c;
}
.wb_home {
  border-top: 1px solid transparent;
}
.wb_home .wb_home_title {
  color: #d0a44b;
  font-size: 54px;
  font-weight: normal;
  margin: 77px 0 30px;
}
.wb_home .wb_home_title span {
  color: #f0d192;
}
.wb_home .wb_home_list {
  color: #a7b8cf;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px;
}
.wb_home .wb_home_list li {
  margin-right: 20px;
  padding-left: 24px;
  background: url("https://static.findlvr.net/c2c-website/images/hook.svg") left no-repeat;
}
.wb_home .wb_home_earth {
  position: relative;
  width: 1500px;
  margin: 18px auto 0;
}
.wb_home .wb_home_earth .img_earth {
  min-height: 600px;
  width: 100%;
  position: relative;
  top: -218px;
  z-index: -1;
}
.wb_home .wb_home_earth .point_box {
  color: #a7b8cf;
  font-size: 20px;
  font-weight: 500;
  height: 82%;
  width: 100%;
  position: absolute;
  top: 0;
}
.wb_home .wb_home_earth .point_box .earth_point {
  display: inline-block;
  min-width: 10px;
  min-height: 10px;
  position: absolute;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.wb_home .wb_home_earth .point_box .earth_point .point {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #cf9a2c;
  border-radius: 50%;
  bottom: 0;
}
.wb_home .wb_home_earth .point_box .earth_point:nth-child(1) {
  left: 15%;
  top: 19.7%;
}
.wb_home .wb_home_earth .point_box .earth_point:nth-child(2) {
  left: 4%;
  top: 23.7%;
}
.wb_home .wb_home_earth .point_box .earth_point:nth-child(3) {
  left: -1%;
  top: 29.5%;
}
.wb_home .wb_home_earth .point_box .earth_point:nth-child(4) {
  left: 6%;
  top: 47.8%;
}
.wb_home .wb_home_earth .point_box .earth_point:nth-child(5) {
  left: 19%;
  top: 49.2%;
}
.wb_home .wb_home_earth .point_box .earth_point:nth-child(6) {
  left: 39%;
  top: 47.5%;
}
.wb_home .wb_home_earth .point_box .earth_point:nth-child(7) {
  left: 51%;
  top: 45.6%;
}
.wb_why {
  position: relative;
}
.wb_why .point_bg {
  width: 1217px;
  height: 1217px;
  opacity: 0.08;
  background-color: #d8d8d8;
  position: absolute;
  top: -255px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}
.wb_why .why_top_box {
  padding: 60px 0 600px;
}
.wb_why .why_top_box .why_top_rotate {
  position: absolute;
  top: -54px;
  right: 120px;
  z-index: -1;
}
.wb_why .why_img_box {
  position: relative;
  z-index: -1;
}
.wb_why .why_img_box img {
  position: absolute;
}
.wb_why .why_img_box img:nth-child(1) {
  right: 810px;
  bottom: 225px;
}
.wb_why .why_img_box img:nth-child(2) {
  right: 335px;
  bottom: -71px;
}
.wb_why .why_img_box img:nth-child(3) {
  right: 0;
  bottom: -600px;
  margin-right: -435px;
}
.wb_why .why_bottom_box {
  margin-top: 110px;
  text-align: center;
}
.wb_why .why_bottom_box .why_title_sub {
  margin-bottom: 20px;
}
.wb_why .why_bottom_box .why_list {
  margin-top: 160px;
  margin-bottom: 200px;
}
.wb_why .why_bottom_box .why_list ul {
  color: #929bba;
}
.wb_why .why_bottom_box .why_list ul li {
  width: 275px;
  height: 360px;
  border-radius: 12px;
  border: solid 1px #26247b;
  font-size: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wb_why .why_bottom_box .why_list ul li .num {
  font-family: DINAlternate;
  font-size: 80px;
  color: #fff;
  background: url("https://static.findlvr.net/c2c-website/images/why_list_bg1.svg") no-repeat;
  display: block;
  margin: 80px 40px 55px;
  line-height: 1;
  padding-bottom: 45px;
  position: relative;
}
.wb_why .why_bottom_box .why_list ul li .num:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #cf9a2c;
  position: absolute;
  bottom: 0;
}
.wb_why .why_bottom_box .why_list ul li .num span {
  font-size: 56px;
}
.wb_why .why_bottom_box .why_list ul li:hover {
  border-color: #cf9a2c;
  color: #cf9a2c;
}
.wb_why .why_bottom_box .why_list ul li:hover .num {
  color: #cf9a2c;
  background-image: url("https://static.findlvr.net/c2c-website/images/why_list_bg.svg");
}
.wb_why .why_bottom_box .why_certified .why_certified_text {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wb_why .why_bottom_box .why_certified .why_certified_img {
  position: relative;
}
.wb_why .why_bottom_box .why_certified .why_certified_img img {
  width: 100%;
}
.wb_why .why_bottom_box .why_certified .why_certified_img .certified_prev,
.wb_why .why_bottom_box .why_certified .why_certified_img .certified_next {
  width: 46px;
  height: 46px;
  background-size: contain;
  left: -24px;
  top: 50px;
  background-color: #26247b;
}
.wb_why .why_bottom_box .why_certified .why_certified_img .certified_prev:hover,
.wb_why .why_bottom_box .why_certified .why_certified_img .certified_next:hover {
  background-color: #3C39C5;
}
.wb_why .why_bottom_box .why_certified .why_certified_img .certified_next {
  right: -24px;
  bottom: 30px;
  top: auto;
  left: auto;
}
.wb_why .why_bottom_box .why_robust {
  min-width: 1200px;
  padding: 198px 0 312px;
  background: #fff url("https://static.findlvr.net/c2c-website/images/why_robust_bg.png") no-repeat center;
  background-size: cover;
}
.wb_solution {
  background-color: #fff;
  background-repeat: no-repeat;
  position: relative;
}
.wb_solution .wb_solution_broker {
  height: 589px;
  position: relative;
}
.wb_solution .wb_solution_broker .broker_text p {
  line-height: 1.5;
  color: #666;
}
.wb_solution .wb_solution_broker .broker_slide {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wb_solution .wb_solution_broker .broker_slide .swiper-rotate img {
  width: 80px;
}
.wb_solution .wb_solution_broker .broker_slide .swiper-rotate .swiper-slide div {
  text-align: center;
  height: 102px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wb_solution .wb_solution_broker .broker_slide .swiper-rotate .swiper-slide.swiper-slide-prev {
  right: 6px;
}
.wb_solution .wb_solution_broker .broker_slide .swiper-rotate .swiper-slide.swiper-slide-next {
  left: 6px;
}
.wb_solution .wb_solution_broker .broker_slide .swiper-rotate .swiper-slide-active img {
  width: 102px;
}
.wb_solution .wb_solution_broker .broker_slide .rotate_prev,
.wb_solution .wb_solution_broker .broker_slide .rotate_next {
  width: 46px;
  height: 46px;
  background-size: contain;
  left: -18px;
}
.wb_solution .wb_solution_broker .broker_slide .rotate_next {
  left: auto;
  right: -18px;
}
.wb_solution .wb_solution_broker .wb_rotate {
  position: absolute;
  right: 0;
}
.wb_solution .wb_solution_client .solution_client_con .client_slide p {
  color: #666;
}
.wb_solution .wb_solution_client .solution_client_con .client_pople {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 48px 0 38px;
  font-size: 20px;
}
.wb_solution .wb_solution_client .solution_client_con .client_pople img {
  margin-right: 20px;
}
.wb_solution .wb_solution_client .solution_client_con .client_pople h5 {
  color: #333;
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 20px;
}
.wb_solution .wb_solution_client .solution_client_con .client_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.wb_solution .wb_solution_client .solution_client_con .client_prev,
.wb_solution .wb_solution_client .solution_client_con .client_next {
  width: 46px;
  height: 46px;
  cursor: pointer;
}
.wb_solution .wb_solution_client .solution_client_con .client_next {
  margin-left: 24px;
}
.wb_solution .solution_bg {
  position: absolute;
}
.wb_contact {
  background: #fff;
}
.wb_contact .contact_box {
  background: #fff;
  -webkit-box-shadow: 3px 4px 14px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 3px 4px 14px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.wb_contact .contact_box .contact_text,
.wb_contact .contact_box .contact_form {
  position: relative;
}
.wb_contact .contact_box .contact_text h2 {
  color: #26247b;
  font-weight: 500;
}
.wb_contact .contact_box .contact_text p {
  color: #666;
}
.wb_contact .contact_box .contact_bg_point {
  position: absolute;
  background-color: #f1f0fa;
}
.wb_contact .contact_box .contact_bg_point.contact_bg_point1 {
  width: 970px;
  height: 970px;
  opacity: 0.5;
  border-radius: 50%;
  top: -70%;
}
.wb_contact .contact_box .contact_bg_point.contact_bg_point2 {
  width: 700px;
  height: 700px;
  border-radius: 50%;
  top: -66%;
  left: -6%;
}
.wb_contact .contact_list .contact_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 36px;
}
.wb_contact .contact_list .contact_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -13px;
}
.wb_contact .contact_list .contact_item .contact_item_text {
  width: 285px;
  text-align: center;
}
.wb_contact .contact_list .contact_item .contact_item_text span {
  height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.wb_contact .contact_list .contact_item .contact_item_text p {
  color: #666;
  font-size: 16px;
  padding-top: 14px;
}
.swiper_next {
  background: #26247b url("https://static.findlvr.net/c2c-website/images/swiper_next_new.svg") no-repeat center;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.swiper_next:hover {
  background-color: #3C39C5;
}
.swiper_prev {
  background: #CF9A2C url("https://static.findlvr.net/c2c-website/images/swiper_prev_new.svg") no-repeat center;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.swiper_prev:hover {
  background-color: #e8ad31;
}
@media (max-width: 1500px) {
  .wb_home .wb_home_earth {
    width: 1360px;
  }
  .wb_home .wb_home_earth .point_box .earth_point:nth-child(1) {
    top: 17%;
  }
  .wb_home .wb_home_earth .point_box .earth_point:nth-child(2) {
    top: 21%;
  }
  .wb_home .wb_home_earth .point_box .earth_point:nth-child(3) {
    top: 27%;
  }
  .wb_home .wb_home_earth .point_box .earth_point:nth-child(4) {
    top: 46.8%;
  }
  .wb_home .wb_home_earth .point_box .earth_point:nth-child(5) {
    top: 48.2%;
  }
  .wb_home .wb_home_earth .point_box .earth_point:nth-child(6) {
    top: 46.3%;
  }
  .wb_home .wb_home_earth .point_box .earth_point:nth-child(7) {
    top: 44.2%;
  }
}
@media (max-width: 1360px) {
  .wb_home .wb_home_earth {
    width: 1263px;
  }
  .wb_home .wb_home_earth .point_box .earth_point:nth-child(1) {
    top: 15%;
  }
  .wb_home .wb_home_earth .point_box .earth_point:nth-child(2) {
    top: 18.6%;
  }
  .wb_home .wb_home_earth .point_box .earth_point:nth-child(3) {
    top: 24.8%;
  }
  .wb_home .wb_home_earth .point_box .earth_point:nth-child(4) {
    top: 46%;
  }
  .wb_home .wb_home_earth .point_box .earth_point:nth-child(5) {
    top: 47.2%;
  }
  .wb_home .wb_home_earth .point_box .earth_point:nth-child(6) {
    top: 45.3%;
  }
  .wb_home .wb_home_earth .point_box .earth_point:nth-child(7) {
    top: 43.2%;
  }
}

