@charset "utf-8";
/* 银监会专属style */

body {
  background-image: url(../images/yjh01.jpg);
}

.btn {
  background: #FE920D;
  background: linear-gradient( 90deg, #FE920D, #FEB05C, #FEB05C, #FE920D) repeat-x left / 300% 100%;
}

.hide, .onlymob {
  display: none;
}

.nav a:hover, .nav a.on, .box02 p span, .box05 span, #closeCode:hover, .codeBox p a:hover {
  color: #fff;
}

.des h4:before {
  background-color: #0c98fc;
}

.banner .btn {
  background: #0869FC;
  background: linear-gradient( 90deg, #0869FC, #298EFF);
}

.box01 dt span {
  background-color: #5682ff;
}

.bg03 {
  background: #0d93fc;
  background-image: linear-gradient( 90deg, #0d93fc, #09c0fd);
}

.box03 {
  background-image: url(../images/yjh20.jpg);
}

.box03 tr:first-child {
  background: #09C1FD;
  background: linear-gradient( 90deg, #09C1FD, #0D90FC);
}

.box03 th, .box03 td {
  border-color: rgba(12, 156, 252, .45);
}

.box04 {
  background-image: url(../images/yjh30.jpg);
}

.desRight {
  margin: 100px auto 100px;
}

.desRight .bg {
  background-image: url(../images/yjh31.png);
}

.desLeft .bg {
  top: -100px;
  background-image: url(../images/yjh32.png);
}

.bg06 {
  background-image: url(../images/yjh51.jpg);
}

.box06 li {
  background-color: #0c95f3
}

.box07 a {
  background: #0c95f3;
  box-shadow: 0 19px 28px rgba(9, 212, 162, 0.15);
}

.box07 a:hover, #goTop:hover {
  background: #31B1FF;
  background: linear-gradient( 90deg, #008AE8, #31B1FF);
}

.bottom_fixed input#fs {
  background: linear-gradient( 90deg, #008AE8, #31B1FF);
}

@media only all and (max-width:1200px) {
  .onlymob {
    display: block;
  }
  .desRight {
    margin: 2.5rem auto;
  }
}