body{
}
img{width: 100%;}

.header {
  width: 1480px;
  margin: auto;
}

.title {
  width: 100%;
  height: 100px;
  padding: 10px 10px;
  box-sizing: border-box;
  margin-top: 30px;
}

.logo {
  float: left;
  width: 25%;
  height: 80px;
  padding-left: 100px;
  line-height: 80px;
  /* background: url(../img/LOGO.png) no-repeat; */
  background-size: 80px 80px;
  font-size: 30px;
  color: #464cf2;
}

.header_l {
  float: right;
  height: 80px;
  padding: 0;
  margin: 0;
  line-height: 80px;
}

.header_l li {
  float: left;
  font-size: 30px;
  padding: 0 15px;
}

/* .header_l li a {
  color: black;
} */

.count {
  color: #00e500;
}

.header_l li a:hover {
  color: #00e500;
}

.bg_6 {
  color: #ffbc00;
  text-align: center;
  margin: 30px 0;
}

.record-t,
.record-b {
  display: block;
  width: 25%;
  text-align: center;
  font-size: 30px;
  margin: 20px auto;
}

.record-b {
  width: 40%;
  margin-bottom: 100px;
}

.record-b img {
  width: 20px;
  height: 20px;
}

