* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  background: #fff;
  /* min-width: 1080px; */
  font: 16px/1.5 "微软雅黑", arial, \5b8b\4f53, sans-serif;
}

ul {
  list-style: none;
}

a {
  cursor: pointer;
  text-decoration: none;
}

@font-face {
  font-family: "numberFont";
  src: url("../font/alternate-bold.otf");
}

@font-face {
  font-family: "webfont";
  src: url("../font/web-font.TTF")
}

.web-font {
  font-family: webfont !important;
}

.is-number {
  font-family: numberFont;
}

.transition-btn {
  transition: all 0.3s;
}

.transition-btn:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0px 5px 18px 0px rgba(0, 197, 232, 0.3);
}

.page {
  display: none;
}

.wrap {
  margin: 0px auto;
  position: relative;
  overflow-y: hidden;
  height: 100%;
}

header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

.scf-login {
  position: absolute;
  right: 30px;
  top: 5px;
  line-height: 50px;
}

.scf-login .login {
  color: #fff;
}

.scf-login .login:hover {
  color: #00C5E8;
}

.scf-login .register {
  width: 78px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 4px;
  background: #00C5E8;
  color: #fff;
  border: 1px solid #00C5E8;
  font-size: 12px;
  margin-left: 40px;
  transition: all 0.3s;
}

.scf-login .register:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.logo {
  width: 110px;
  position: absolute;
  left: 20px;
  top: 10px;
}

.logo img {
  width: 100%;
}

.mobile-nav-bar {
  display: none;
}

.nav-bar {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.nav {
  width: 100%;
  text-align: center;
}

.nav a {
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.nav a:hover {
  color: #00C5E8;
}

.nav-item {
  position: relative;
}

.nav ul li {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  width: 90px;
}

.banner-footer {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.btn {
  display: inline-block;
  width: 160px;
  text-align: center;
  border-radius: 100px;
  padding: 12px;
  margin-right: 10px;
  font-size: 16px;
  transform: translateY(1px);
  -ms-transform: translateY(1px);
  /* IE 9 */
  -moz-transform: translateY(1px);
  /* Firefox */
  -webkit-transform: translateY(1px);
  /* Safari 和 Chrome */
  -o-transform: translateY(1px);
  /* Opera */
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.btn-default {
  border: 1px solid #99A9BF;
  color: #5E6D82;
  background: #fff;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  transform: translateY(0px);
  -ms-transform: translateY(0px);
  /* IE 9 */
  -moz-transform: translateY(0px);
  /* Firefox */
  -webkit-transform: translateY(0px);
  /* Safari 和 Chrome */
  -o-transform: translateY(0px);
  /* Opera */
  background: #99A9BF;
  color: #fff;
  border-color: #99A9BF;
  box-shadow: 0 4px 12px rgba(131, 146, 166, 0.30);
}

.btn-selected {
  background: #00D9EA;
  color: #fff;
}

.btn-selected:hover,
.btn-selected:focus,
.btn-selected:active {
  transform: translateY(0px);
  -ms-transform: translateY(0px);
  /* IE 9 */
  -moz-transform: translateY(0px);
  /* Firefox */
  -webkit-transform: translateY(0px);
  /* Safari 和 Chrome */
  -o-transform: translateY(0px);
  /* Opera */
  background: #00BEDC;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 176, 202, 0.20);
}

.logo-bg {
  -webkit-transform-style: preserve-3d;
  -webkit-perspective: 0px;
  -moz-transform-style: preserve-3d;
  -moz-perspective: 0px;
  animation: mydhua 250s ease 3s infinite;
  -webkit-animation: mydhua 250s linear 3s infinite;
  -moz-animation: mydhua 250s linear 3s infinite;
}

@-webkit-keyframes mydhua {
  0% {
    -webkit-transform: rotateZ(0deg);
    -webkit-transform-origin: center center;
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    -webkit-transform-origin: center center;
  }
}

@-moz-keyframes mydhua {
  0% {
    -webkit-transform: rotateZ(0deg);
    -webkit-transform-origin: center center;
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    -webkit-transform-origin: center center;
  }
}

.banner-content {
  color: #0D253E;
  font-size: 44px;
  margin: 0px;
  padding: 0px;
}

.main-content {
  width: 1000px;
  margin: 0 auto;
}

.main-column-2 {
  width: 96%;
  margin: 0px auto;
  display: flex;
  text-align: left;
  max-width: 1100px;
}

.main-column-left {
  flex: 1;
  padding: 10px;
}

.main-column-right {
  flex: 1;
  padding: 10px;
}

.main-column-left img,
.main-column-right img {
  width: 90%;
  margin-left: 5%;
  display: block;
  margin-right: 5%;
}

.main-title,
.ad-title {
  font-size: 36px;
  font-weight: 300;
  color: #000;
  margin-top: 150px;
  line-height: 40px;
  position: relative;
}

.main-sub-title {
  font-size: 16px;
  color: #5E6D82;
  margin-top: 0px;
}

.slogan {
  font-size: 16px;
  color: #99A9BF;
  position: absolute;
  top: -40px;
}

.main-desc,
.ad-desc {
  font-size: 14px;
  color: #888888;
  margin-top: 40px;
}

.main-line {
  border: 1px solid #00C5E2;
  width: 80px;
  margin: 30px auto 0 auto;
}

.node-img {
  width: 100%;
}

.node-img img {
  width: 100%;
}

footer {
  width: 100%;
  height: 348px;
  background: rgba(252, 252, 252, 1);
  position: relative;
}

.footer-bar {
  max-width: 1000px;
  width: 96%;
  margin: 0 auto;
  padding: 75px 0 0 0;
  display: flex;
}

.footer-item {
  width: 33%;
}

.footer-item h4 {
  color: #555555;
  font-size: 16px;
  font-weight: 400;
}

.footer-item a {
  display: block;
  color: #888888;
  font-size: 14px;
  margin-top: 20px;
}

.footer-item a:hover {
  color: #00C5E2;
}

.footer-item .fix-align-left {
  padding-left: 40px;
}

.footer-img {
  width: 130px;
}

.footer-img img {
  width: 100%;
}

.footer-icon span {
  display: inline-block;
  width: 40px;
  margin-top: 10px;
  position: relative;
}

.footer-icon span:hover .icon-code {
  opacity: 1;
}

.icon-code {
  position: absolute;
  transition: all ease 0.5s;
  opacity: 0;
  width: 136px;
  background: #fff;
  box-shadow: 0px 6px 15px 0px rgba(151, 162, 186, 0.4);
  border-radius: 4px;
  bottom: 50px;
}

.icon-code p {
  text-align: center;
  color: #000;
  margin-top: 5px;
  font-size: 16px !important;
  line-height: 30px;
  letter-spacing: 0 !important;
}

.icon-code-img {
  margin: 0 5px;
}

.footer-icon span img {
  width: 100%;
}

.icp {
  font-size: 14px;
  color: #888;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.icp a {
  color: #888;
}

.product-tip {
  display: inline-block;
  text-align: center;
  width: 62px;
  height: 20px;
  line-height: 20px;
  background: linear-gradient(270deg, rgba(33, 125, 240, 1) 0%, rgba(0, 197, 232, 1) 100%);
  border-radius: 3px 3px 3px 0px;
  font-size: 12px;
  color: #fff;
  vertical-align: top;
  margin-left: -12px;
}

.pro {
  display: inline-block;
  text-align: center;
  width: 38px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  position: absolute;
  background: linear-gradient(270deg, rgba(33, 125, 240, 1) 0%, rgba(0, 197, 232, 1) 100%);
  border-radius: 4px 4px 4px 0px;
  opacity: 0.7079000000000001;
  right: -65px;
}

.code-panel {
  border-radius: 3px;
  border: 1px solid rgba(232, 232, 232, 1);
  display: flex;
  margin-top: 14px;
  margin-left: 24px;
  margin-right: 24px;
  max-width: 424px;
}

.code-panel .code-img {
  width: 100px;
  display: inline-block;
  margin-right: 14px;
}

.code-panel-word {
  max-width: 290px;
  padding-right: 14px;
  padding-top: 10px;
}

.code-img img {
  width: 100%;
}

.code-panel-word p {
  margin-bottom: 10px;
}

.free {
  display: none;
  width: 180px;
  padding: 4px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 6px 15px 0px rgba(151, 162, 186, 0.4);
  border-radius: 4px;
  position: absolute;
  padding-bottom: 10px;
  left: 0;
  line-height: 20px;
  z-index: 9999;
  top: -240px;
}

.free img {
  width: 100%;
  display: block;
  margin: 0;
}

.free span {
  color: #475669;
  font-size: 12px;
  margin: 0 5px;
}

.pop {
  display: none;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
}

.pop .pop-code {
  width: 180px;
  padding: 4px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 6px 15px 0px rgba(151, 162, 186, 0.4);
  border-radius: 4px;
  margin: 30% auto;
  transform: translateY(-50%);
}

.pop-code img {
  width: 100%;
  display: block;
}

.pop-code span {
  color: #475669;
  font-size: 12px;
}

.pop-question {
  display: none;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
}

.pop-question-body {
  width: 770px;
  min-height: 500px;
  background: rgba(255, 255, 255, 1);
  border-radius: 10px;
  display: flex;
  margin-left: 50%;
  margin-top: 200px;
  overflow: hidden;
  transform: translateX(-50%);
}

.pop-question .left {
  min-width: 360px;
  width: 360px;
}

.pop-question .pop-logo {
  width: 110px;
  margin: 25px;
}

.pop-question .left .company-code {
  width: 145px;
  text-align: center;
  margin: 0 auto;
}

.left .company-code h4 {
  font-size: 22px;
  color: #00C5E8;
  line-height: 30px;
  margin-top: 70px;
}

.left .company-code p {
  font-size: 16px;
  color: #555555;
  margin: 5px 0 15px 0;
}

.company-code img {
  width: 100%;
  display: block;
}

.pop-logo img {
  width: 100%;
  display: block;
}

.pop-question .left .after {
  width: 130px;
  height: 36px;
  background: rgba(255, 255, 255, 1);
  border-radius: 4px;
  border: 1px solid rgba(232, 232, 232, 1);
  text-align: center;
  cursor: pointer;
  color: #555555;
  font-size: 14px;
  line-height: 36px;
  margin: 54px auto 0 auto;
}

.wantask {
  cursor: pointer;
}

.control-row-group {
  opacity: 0;
  display: flex;
}

.control-group {
  flex: 1;
  position: relative;
  margin: 10px;
}

.control-group .form-label {
  position: absolute;
  left: 5px;
  top: 10px;
}

.control-group .form-label {
  position: absolute;
  left: 15px;
  top: 14px;
  font-size: 14px;
  color: #939EA8;
}

.form-content {
  margin: 0px 50px 0px 0px;
}

.form-control {
  display: block;
  width: 100%;
  height: 43px;
  padding: 1px 4px 1px 50px;
  font-size: 14px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #DEDEE0;
  border-radius: 4px;
}

.form-control:hover,
.form-control:focus,
.form-control:active {
  border-color: #00C5E2;
  outline: 0;
}

.email {
  color: #00C5E2;
}

.footer-email:hover {
  color: #00C5E2;
}

.bg-scale {
  -webkit-animation: scale_dg 4s linear 0ms normal forwards;
  -moz-animation: scale_dg 4s linear 0ms normal forwards;
  -o-animation: scale_dg 4s linear 0ms normal forwards;
  animation: scale_dg 4s linear 0ms normal forwards;
}

@-webkit-keyframes scale_dg {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes scale_dg {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@-moz-keyframes scale_dg {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.banner-body {
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 1200px;
}

.square {
  width: 675px;
}

.square-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.left-square {
  margin-left: -200px;
  margin-top: 300px;
}

.right-square {
  margin-right: -200px;
  margin-top: -630px;
  float: right;
}

.fright {
  float: right;
}

.partner {
  margin-top: 115px;
  overflow: hidden;
}

.partner-item {
  min-width: 240px;
  height: 90px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 6px 15px 2px rgba(151, 162, 186, 0.15);
  border-radius: 4px;
  border: 1px solid rgba(236, 242, 246, 1);
  margin-right: 30px;
}

.partner-item-icon {
  width: 120px;
  margin: 24px 60px;
}

.partner-item-icon img {
  width: 100%;
  display: block;
}

@keyframes rowleft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-2992px, 0, 0);
    transform: translate3d(-2992px, 0, 0);
  }
}

@keyframes mobilerowleft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-2056px, 0, 0);
    transform: translate3d(-2056px, 0, 0);
  }
}

.partner .rowleft {
  -webkit-animation: 20s rowleft linear infinite normal;
  animation: 20s rowleft linear infinite normal;
  animation-delay: 2s;
  position: relative;
  display: flex;
  margin-bottom: 30px;
}

.partner .mobile-rowleft {
  display: none;
  -webkit-animation: 20s mobilerowleft linear infinite normal;
  animation: 20s mobilerowleft linear infinite normal;
  animation-delay: 2s;
  position: relative;
  margin-bottom: 15px;
}

.banner-body img {
  width: 100%;
  display: block;
}

.banner-word {
  position: absolute;
  text-align: center;
  top: -100px;
  width: 100%;
}

.banner-word-btn {
  top: 10px;
}

.banner-word p {
  font-size: 26px;
  color: #222;
  font-weight: normal;
  letter-spacing: 5px;
}

.banner-word h1 {
  font-size: 50px;
  color: #222;
}

.banner-link {
  margin-top: 40px;
  text-align: center;
}

.banner-link a {
  display: inline-block;
  line-height: 45px;
  border-radius: 5px;
  border: 1px solid rgba(0, 197, 232, 1);
  color: #00C5E8;
}

.banner-link a:hover {
  background: rgba(0, 197, 232, 1);
  color: #fff;
}

.banner-link span {
  display: inline-block;
  vertical-align: top;
  line-height: 45px;
  border-radius: 5px;
  border: 1px solid #D2D2D2;
  width: 45px;
  text-align: center;
  margin-left: 6px;
  cursor: pointer;
  position: relative;
}

.banner-link span:hover .icon-code {
  opacity: 1;
}

.banner-link span img {
  width: 100%;
}

.banner-bottom {
  display: none;
}

.wrapper {
  max-width: 1100px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.company-icon {
  width: 50px;
  height: 50px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-right: 12px;
  overflow: hidden;
  background: url('../image/logo-panel.png') no-repeat;
  background-position: 30px 30px;
  background-size: 500% 600%;
}

.ceo-desc {
  text-align: left;
  margin-top: 5px;
}

.company-icon img {
  width: 100%;
}

.ranking-body .contract {
  width: 60px;
  height: 30px;
  background: rgba(0, 197, 232, 1);
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  outline: none;
  border: none;
  cursor: pointer;
}

.ranking-body .tag {
  padding: 0 4px;
  height: 18px;
  display: inline-block;
  border-radius: 2px;
  font-size: 12px;
  text-align: center;
  color: #97A2BA;
  margin-left: 12px;
  border: 1px solid rgba(151, 162, 186, 1);
}

.mobile-bg {
  display: none;
}

.more {
  margin-top: 42px;
  margin-left: 24px;
}

.smart-policy {
  background: rgba(238, 248, 254, 1);
  z-index: 99;
  border-radius: 0px 50px 0px 50px;
  position: absolute;
  bottom: 10%;
  display: flex;
  left: calc((100% - 1350px)/2);
  padding: 0 50px 0 60px;
  width: 1240px;
  justify-content: space-between;
}

.help-fuse-bar {
  margin: 0 auto 40px auto;
  display: flex;
  padding: 0 35px;
  width: 1200px;
  justify-content: space-between;
}

.smart-policy-left,
.help-fuse-left {
  width: 420px;
  margin-top: 130px;
}

.smart-policy-left h1,
.help-fuse-left h1 {
  font-size: 30px;
  font-weight: normal;
}

.smart-policy-left p,
.smart-policy-left h4,
.help-fuse-left p,
.help-fuse-left h4 {
  font-size: 16px;
  color: #555;
}

.smart-policy-left h4,
.help-fuse-left h4 {
  margin-top: 28px;
  font-weight: normal;
}

.smart-policy-right,
.help-fuse-right {
  min-width: 660px;
  max-width: 660px;
  flex: 1;
  margin: 65px 0;
  box-shadow: 0px 6px 15px 2px rgba(151, 162, 186, 0.15);
}

.help-fuse-right img {
  width: 100%;
  display: block;
}

.help-fuse {
  display: flex;
}

.to-policy a,
.help-fuse a:first-child {
  color: #fff;
  display: block;
  width: 230px;
  height: 50px;
  background: rgba(7, 115, 252, 1);
  border-radius: 6px;
  line-height: 50px;
  text-align: center;
  margin-top: 40px;
}

.help-fuse a:last-child {
  display: block;
  width: 110px;
  height: 50px;
  border: 1px solid rgba(210, 210, 210, 1);
  background-color: #fff;
  color: #555;
  border-radius: 6px;
  line-height: 50px;
  text-align: center;
  margin-top: 40px;
  margin-left: 10px;
}

.to-policy span,
.help-fuse span {
  display: inline-block;
  width: 26px;
  margin-left: 32px;
  vertical-align: middle;
}

.to-policy span img,
.help-fuse span img {
  width: 100%;
  display: block;
}

.financial {
  padding-top: 80px;
  padding-bottom: 60px;
  text-align: center;
  background: linear-gradient(180deg, rgba(235, 246, 252, 1) 0%, rgba(244, 248, 255, 1) 100%);
}

.financial .word {
  margin: 60px auto;
  width: 800px;
  padding-left: 55px;
  background: url('../../static/image/quotation.png') no-repeat top left;
  background-size: 45px;
  font-weight: 300;
}

.financial-icon {
  display: none;
}

.ceo {
  width: 300px;
  display: flex;
  margin: 0 auto;
}

.title h1 {
  font-size: 36px;
  margin-bottom: 42px;
  text-align: center;
  font-weight: 300;
}

.media {
  margin: 100px auto 0 auto;
  width: 980px;
  padding-bottom: 80px;
}

.media-bar {
  width: 100%;
  margin-top: 42px;
}

.media-item {
  width: 460px;
  height: 96px;
  background: rgba(255, 255, 255, 1);
  border-radius: 4px;
  margin-bottom: 20px;
  padding-right: 20px;
  transition: all ease 0.6s;
  border: 1px solid rgba(232, 232, 232, 1);
}

.media-item:hover {
  box-shadow: 0px 6px 15px 0px rgba(151, 162, 186, 0.4);
}

.media-logo {
  width: 132px;
  float: left;
}

.media-logo img {
  width: 100%;
}

.clearfix {
  clear: both;
}

.cur-color {
  color: #00C5E8;
}

.reward {
  padding: 0px 3%;
  background: linear-gradient(270deg, rgba(255, 89, 158, 1) 0%, rgba(255, 171, 104, 1) 100%);
  box-shadow: 0px 5px 20px 0px rgba(150, 7, 43, 0.2);
  border-radius: 10px;
  max-width: 1000px;
  width: 94%;
  margin: 90px auto;
  display: flex;
  justify-content: space-between;
}

.reward .qrcode {
  width: 110px;
  height: 110px;
  position: relative;
  margin-top: 20px;
  margin-right: 50px;
}

.reward h1 {
  color: #fff;
  font-weight: 300;
}

.reward p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin-top: 14px;
}

.reward-word {
  padding: 45px 0 50px 0;
}

.reward .qrcode p {
  font-size: 14px;
  position: absolute;
  bottom: 0;
  width: 150%;
  left: -25%;
  bottom: -50px;
}

.sec-banner h1 {
  font-size: 50px;
  font-weight: 300;
}

.banner-tip {
  width: 80%;
  margin: 14% auto 0 auto;
}

.baseof {
  font-size: 18px;
  margin-bottom: 20px;
}

.sec-banner-word {
  font-size: 14px;
  margin: 2% auto;
  text-align: center;
  max-width: 800px;
}

.sec-banner-btn {
  margin: 3% 0 0 0;
  background: rgba(0, 197, 232, 1);
  border-radius: 5px;
  border: none;
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
  padding: 14px 30px;
}

.sec-banner-btn:hover {
  box-shadow: 0px 5px 18px 0px rgba(0, 197, 232, 0.3);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.industry {
  margin-top: 0;
}

.company-description {
  width: 416px;
  height: 580px;
  background: #fff;
  position: relative;
  left: 0%;
  z-index: 999;
  border-radius: 10px;
  overflow: hidden;
  padding-top: 0;
  box-shadow: 0px 5px 20px 0px rgba(0, 88, 104, 0.1);
}

.company-description h3 {
  font-size: 40px;
  font-weight: 300;
  color: #000;
}

.company-description h4 {
  font-size: 36px;
  font-weight: 300;
  margin-left: 24px;
  color: #000;
}

.text-center {
  text-align: center;
}

.mobile-photo,
.mobile-footer {
  display: none;
}

.mobile-title-top {
  display: none;
}


/* sechain */

.panel {
  padding: 100px 5% 0px 5%;
  text-align: center;
  background: #fff
}

.base-node {
  margin-top: 0;
}

.node {
  padding-bottom: 0;
}

.panel .ad-desc .list-tag {
  width: 8px;
  height: 8px;
  border: 2px solid rgba(0, 197, 232, 1);
  border-radius: 50%;
  display: inline-block;
  margin-right: 20px;
  margin-top: 4px;
  vertical-align: middle;
}

.risk-tip {
  width: 450px;
}

.risk-report {
  margin-top: 200px;
}

.send-report {
  margin-top: 130px;
}

.list-word {
  width: 95%;
}

.panel .ad-desc li {
  padding: 7px 0px;
  display: flex;
}

.panel .btn {
  border-radius: 5px;
  font-size: 16px;
  color: rgba(0, 197, 232, 1);
  border: 1px solid rgba(0, 197, 232, 1);
}

.panel .btn:hover {
  background: rgba(0, 197, 232, 1);
  color: #fff;
  box-shadow: 0px 5px 18px 0px rgba(0, 197, 232, 0.3);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.panel .link {
  color: rgba(0, 197, 232, 1);
}

.price {
  width: 450px;
  display: inline-block;
  margin-right: 10px;
  margin-top: 0px;
  vertical-align: top;
  box-shadow: 0px 20px 40px 0px rgba(151, 162, 186, 0.2);
}

.price .header {
  padding: 30px 55px 0px;
  color: rgba(255, 255, 255, 1);
  min-height: 90px;
}

.price .header .header-title {
  font-size: 24px;
  font-weight: 300;
}

.price .header .header-desc {
  font-size: 14px;
  margin-top: 10px;
}

.price .content {
  padding: 24px;
  height: 220px;
  font-weight: 300;
}

.gray-bg {
  background: linear-gradient(135deg, rgba(249, 250, 252, 1) 0%, rgba(236, 240, 245, 1) 100%);
  position: absolute;
  top: 150px;
  left: 0px;
  right: 0px;
  bottom: 10px;
}

.data-risk {
  margin-top: 100px;
}

.risk-component {
  padding-top: 80px;
}

.price .content .content-title {
  font-size: 30px;
  margin-bottom: 18px;
  font-weight: 300;
}

.price .content .content-desc {
  color: rgba(85, 85, 85, 1);
  margin-top: 6px;
}

.price .content .btn {
  margin: 20px 0px;
}

.price .line {
  border-top: 1px #E8E8E8 solid;
}

.price .item {
  padding: 20px 20px;
  text-align: left;
}

.price .item .profile {
  color: rgba(136, 136, 136, 1);
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
}

.price .item-main {
  height: 500px;
}

.price .item-more {
  height: 110px;
}

.price .item li {
  padding: 10px 0px;
}

.price .item .price-tag {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("../../static/img/勾.png");
  background-size: 14px;
  background-repeat: no-repeat;
  padding-right: 20px;
  vertical-align: top;
  margin-top: 5px;
}

.price .item .item-content {
  display: inline-block;
  width: 330px;
  color: #555555;
}

.fixed-nav {
  width: 84%;
  padding: 0 8%;
  height: 60px;
  line-height: 60px;
  background: rgba(255, 255, 255, 1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  display: none;
  justify-content: space-between;
}

.fixed-nav ul li {
  display: inline-block;
  margin-right: 64px;
}

.fixed-nav ul li a:hover {
  color: rgba(0, 197, 232, 1);
}

.fixed-nav .button {
  width: 80px;
  height: 34px;
  display: block;
  text-align: center;
  background: rgba(0, 197, 232, 1);
  border-radius: 4px;
  color: #fff;
  text-align: center;
  outline: none;
  border: none;
  line-height: 34px;
  font-size: 14px;
  margin: 14px 0;
}

.fixed-nav .button:hover {
  box-shadow: 0px 5px 18px 0px rgba(0, 197, 232, 0.3);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.fixed-nav-icon {
  width: 100px;
  margin: 5px 0;
}

.fixed-nav-icon img {
  width: 100%;
}

.fixed-nav-bar {
  display: flex;
  margin: 0px auto;
}

.fixed-nav-bar a {
  display: block;
  color: #000000;
}

.position-fixed {
  position: fixed;
  display: flex;
  top: 0;
  background: #fff;
  z-index: 99;
}

.match-banner {
  font-size: 44px;
  color: #fff;
  margin-left: -20px;
}

.match-word {
  font-size: 34px;
  color: #fff;
  margin-top: 40px;
}

.try {
  font-size: 34px;
  font-weight: 300;
  margin: 70px 0;
}

.joinus {
  font-size: 34px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 20px;
}

.joinus-word {
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 50px;
}

.journey {
  font-size: 40px;
  font-family: arial;
  color: #474E60;
  line-height: 50px;
}

.journey-content {
  color: #5E6D82;
  margin-top: 200px;
  position: relative;
  z-index: 2
}

.banner-bar {
  width: 100%;
  background: #EEEEF7;
  position: relative;
}

.banner-bar-hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  display: none;
}

.banner-bar:hover .banner-bar-hover {
  display: block;
}

.banner-center {
  width: 1000px;
  margin: 0 auto;
}

.banner-center img {
  width: 100%;
  display: block;
}

.container {
  width: 1000px;
  margin: 0 auto;
}

.container h2 {
  height: 50px;
  font-size: 34px;
  font-weight: 300;
  color: rgba(0, 0, 0, 1);
  line-height: 50px;
  text-align: center;
}

.container p {
  font-size: 16px;
  line-height: 26px;
  color: #555;
}

.content {
  text-align: center;
}

.capital-logo {
  width: 90%;
  margin: 0 auto;
  max-width: 800px;
}

.capital-logo img {
  width: 100%;
  display: block;
}

.mobile-capital-logo {
  display: none;
}

.jobs li {
  width: 164px;
  background: rgba(255, 255, 255, 1);
  border-radius: 4px;
  display: inline-block;
  margin: 0 22px;
  text-align: left;
  border: 1px solid rgba(232, 232, 232, 1);
  transition: all ease 0.6s;
}

.jobs li:hover {
  box-shadow: 0px 6px 15px 0px rgba(151, 162, 186, 0.4);
}

.jobs li a {
  padding: 25px 20px 20px 20px;
  display: inline-block;
}

.jobs li .title {
  height: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #555555;
  line-height: 12px;
}

.jobs li .area {
  width: 32px;
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #888888;
  line-height: 20px;
}

.institution {
  text-align: center;
  padding-bottom: 100px;
  padding-top: 80px;
}

.recruit {
  padding-bottom: 150px;
}

.recruit h2 {
  margin: 40px 0px 64px 0px;
}

.about-us {
  margin-top: -40px;
  z-index: 999;
  position: relative;
  background: #fff;
  box-shadow: 0px 6px 20px 0px rgba(151, 162, 186, 0.1);
}


/* register */

.node-reg-bar {
  width: 100%;
  height: 100vh;
  display: flex;
  background: linear-gradient(180deg, rgba(78, 86, 96, 1) 0%, rgba(28, 29, 32, 1) 100%);
}

.node-reg-bar-left {
  width: 63%;
  height: 100%;
  color: #fff;
  position: relative;
}

.reg-bar-panel {
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  top: 50%;
}

.node-left-word {
  width: 68%;
  text-align: center;
  margin: 0 auto;
}

.scf-img {
  width: 60%;
  margin: 38px auto 0 auto;
}

.scf-img img {
  width: 100%;
}

.node-reg-bar-right {
  width: 37%;
  height: 100%;
  background: #fff;
  position: relative;
}

.node-head {
  width: 100%;
  position: relative;
  text-align: right
}

.node-head .back-home {
  display: inline-block;
  width: 80px;
  color: #00C5E8;
  height: 34px;
  border-radius: 4px;
  border: 1px solid rgba(0, 197, 232, 1);
  text-align: center;
  line-height: 34px;
  margin: 25px;
  font-size: 14px;
}

.node-head .back-home:hover {
  background: #00C5E8;
  color: #fff;
}

.send-email {
  height: 50px;
  cursor: pointer;
  background: rgba(0, 197, 232, 1);
  border-radius: 4px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  transition: all 0.3s;
}

.send-email:hover {
  box-shadow: 0px 5px 18px 0px rgba(0, 197, 232, 0.3);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.register-panel {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  width: 70%;
  left: 15%;
}

.register-panel h3 {
  font-size: 32px;
  font-weight: 300;
}

.register-panel p {
  margin-top: 14px;
  font-size: 16px;
  color: #888888
}

.register-panel .form {
  margin-top: 70px;
}

.form .input {
  height: 50px;
  width: 92%;
  padding: 0 4%;
  background: rgba(255, 255, 255, 1);
  border-radius: 4px;
  font-size: 14px;
  margin: 10px 0 20px 0;
  border: 1px solid rgba(210, 210, 210, 1);
  outline: none;
}

.form .input:focus {
  border: 1px solid #00C5E8;
}

.had-acount {
  color: #555;
  font-size: 14px;
  display: inline-block;
  margin-top: 30px;
}

.had-acount span {
  color: #00C5E8;
}

.finish {
  width: 70%;
  left: 15%;
  position: absolute;
  text-align: center;
  transform: translateY(-50%);
  top: 50%;
  display: none;
}

.finish h3 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 10px;
}

.icon-complete {
  width: 50px;
  display: inline-block;
  margin: 0px auto 26px auto;
}

.icon-complete img {
  width: 100%;
}


/*弹框*/

.show {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -100px;
  display: block;
  width: 370px;
  height: 80px;
  border-radius: 10px;
  color: #fff;
  z-index: 22;
}

.show-false {
  display: none;
  background: #F7BA2A;
}

.show p {
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-top: -54px;
  font-family: arial;
  font-size: 16px;
  color: #FFF;
}

.show-true {
  display: none;
  background: #13CE66;
}

.show-true .success_text {
  margin-top: -50px;
  padding-left: 75px;
}

.show-true .success_text span {
  width: 100%;
  height: 25px;
  line-height: 25px;
  text-align: left;
  display: inline-block;
  font-size: 16px;
}

.show-true .success_text span:last-child {
  font-size: 14px;
}

.error-icon {
  width: 32px;
  height: 32px;
  margin: 24px;
}

.policy-banner-body {
  padding-top: 60px;
}

.appointment {
  text-align: center;
  background: #0773FC;
  color: #fff;
  height: 500px;
  overflow: hidden;
}

.appointment-bg {
  width: 1440px;
  position: absolute;
  left: 50%;
  margin-left: -720px;
}

.appointment-bg img {
  display: block;
  width: 100%;
}

.appointment-word {
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  z-index: 99;
}

.appointment p {
  font-size: 26px;
  font-weight: normal;
}

.appointment h2 {
  font-size: 50px;
  font-weight: normal;
}

.appointment span {
  display: block;
  color: #FCFCFC;
  font-size: 16px;
  width: 800px;
  margin: 0 auto;
}

.make-an-appointment a {
  display: block;
  width: 180px;
  height: 50px;
  background: rgba(255, 255, 255, 1);
  border-radius: 5px;
  line-height: 50px;
  margin: 67px auto;
  color: #0773FC;
  font-size: 16px;
  border: 1px solid rgba(6, 90, 244, 1);
}

.policy-progress {
  width: 1200px;
  padding-bottom: 120px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

.policy-progress-item {
  width: 240px;
  height: 200px;
  padding: 20px;
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-top: -20px;
  line-height: 20px;
  background-color: #fff;
  text-align: center;
}

.policy-progress-item .icon {
  margin: 0 auto;
  width: 50px;
  height: 50px;
}

.policy-progress-item .icon img {
  width: 100%;
  display: block;
}

.policy-progress-item p {
  font-size: 18px;
  color: #222;
  margin: 14px 0;
  font-weight: bold;
}

.policy-progress-item span {
  color: #555;
  font-size: 14px;
}

.how-to-standard {
  width: 100%;
  min-height: 700px;
}

.how-to-standard h1 {
  font-size: 40px;
  color: #222;
  font-weight: normal;
  text-align: center;
}

.mobile-how-to-standard {
  width: 100%;
  display: none;
}

.mobile-how-to-standard h4 {
  font-size: 24px;
  color: #222222;
  font-weight: normal;
  text-align: center;
}

.mobile-how-to-standard .standard-img {
  margin: 20px 0;
}

.mobile-how-to-standard .standard-img img {
  width: 100%;
  display: block;
}

.how-to-standard-item {
  margin: 30px;
}

.how-to-standard-item p {
  font-size: 18px;
  margin: 10px;
  color: #222;
  text-align: center;
}

.how-to-standard-item span {
  font-size: 14px;
  color: #888;
  display: block;
  margin: 0 10px;
  text-align: center;
}

.ask-policy {
  width: 100%;
  text-align: center;
  margin: 40px 0;
}

.ask-policy h2 {
  font-size: 30px;
  font-weight: normal;
}

.want-to-ask {
  width: 180px;
  height: 50px;
  margin: 22px auto;
  background: rgba(7, 115, 252, 1);
  border-radius: 5px;
}

.want-to-ask a {
  display: block;
  line-height: 50px;
  color: #fff;
}