@charset "utf-8";
/* 调查总队专属style */

body {
  background: url(../images/dczd01.jpg) no-repeat center -30px;
}

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

.hide, .onlymob {
  display: none;
}

.nav a:hover, .nav a.on {
  background: #fd6d5f;
  color: #ffffff;
}

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

.des h4:before {
  background: #fd6d5f;
}

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

.bg03 {
  background: #fd655d;
  background-image: linear-gradient( 90deg, #fd655d, #fda16b);
}

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

.box03 tr:first-child {
  background: #FDA26B;
  background: linear-gradient( 90deg, #FDA26B, #FD615C);
}

.box03 th, .box03 td {
  border-color: rgba(253, 112, 95, .45);
}

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

.desRight {
  margin: 150px auto 200px;
}

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

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

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

.box06 li {
  background-color: #fd8364;
  background-image: url(../images/dczd41.png);
}

.box06 li:nth-child(2) {
  background-image: url(../images/dczd42.png);
}

.box06 li:nth-child(3) {
  background-image: url(../images/dczd43.png);
}

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

.box07 a:hover, #goTop:hover {
  background: #FFC670;
  background: linear-gradient( 90deg, #FF4974, #FFC670);
}
.bottom_fixed input#fs {
  background: linear-gradient( 90deg, #FF4974, #FFC670);
}
@media only all and (max-width:1200px) {
  body {
    background: url(../images/dczd01.jpg) no-repeat center 2rem;
    background-size: 32rem auto;
  }
  .box01 {
    margin-top: 1.5rem;
  }
  .nav {
    margin-top: 2rem;
  }
  .nav a {
    background: rgb(246, 248, 247);
  }
  .onlymob {
    display: block;
  }
  .desRight {
    margin: 2.5rem auto;
  }
}