body {
  margin: 0;
  padding: 0;
  padding-top: 70px;
  padding-bottom: 70px;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: "Microsoft YaHei", "SimHei", "SimSun", "MS UI Gothic", sans-serif;
  line-height: 24px;
}
@media (max-width: 500px) {
  body {
    padding-top: 58px;
    padding-bottom: 120px;
    font-size: 12px;
  }
}
body .black {
  font-weight: 600;
}
body .green {
  color: #21ad21;
}
body .blue {
  color: rgba(0, 0, 238, 0.7215686275) !important;
  text-decoration: underline !important;
}
body .header {
  width: 100%;
  height: 70px;
  background-color: #f9c300;
  position: fixed;
  top: 0;
}
@media (max-width: 500px) {
  body .header {
    padding-top: 0;
    height: 58px;
  }
}
body .header .logo-container {
  margin: 0 auto;
  width: 930px;
}
body .header .logo-container .logo-bomin {
  height: 70px;
  width: 200px;
  float: left;
}
body .header .logo-container .logo-bomin .logo {
  display: block;
  height: 70px;
  width: 300px;
}
body .header .logo-container .logo-bomin .logo img {
  margin-top: 20px;
  border: 0;
  float: left;
}
body .header .logo-container .logo-bomin .logo .img1 {
  width: 200px;
}
body .header .logo-container .logo-bomin .logo .img2 {
  width: 35px;
  margin-left: 10px;
  margin-top: 33px;
}
@media (max-width: 500px) {
  body .header .logo-container .logo-bomin .logo {
    height: 58px;
    margin-left: 18px;
  }
  body .header .logo-container .logo-bomin .logo .img1 {
    width: 160px;
    margin-top: 17px;
  }
  body .header .logo-container .logo-bomin .logo .img2 {
    width: 30px;
    margin-top: 26px;
    margin-left: 15px;
  }
}
body .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 10px;
}
body .content .code-box {
  text-align: center;
}
body .content .code-box img {
  width: 300px;
}
@media (max-width: 500px) {
  body .content .code-box img {
    width: 200px;
  }
}
body .content .tip {
  width: 500px;
  text-align: center;
  font-weight: 800;
  font-size: 18px;
}
@media (max-width: 500px) {
  body .content .tip {
    width: 400px;
    font-size: 14px;
  }
}
body .content .tip span {
  display: inline-block;
}
body .content .tip span:nth-of-type(2) {
  line-height: 40px;
}
body .content .tip .box {
  width: 0;
  height: 0;
  margin: 20px auto;
  border-top: 20px solid #000;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}
body .content h2 {
  text-align: center;
}
body .content p {
  text-indent: 2em;
  margin-top: 10px;
  margin-bottom: 10px;
}
body .content ul {
  margin: 5px 0px;
  padding-left: 2em;
}
body .content ul li {
  list-style: none;
}
body .content ul li a {
  color: black;
  text-decoration: none;
}
body .content ul li a:hover {
  text-decoration: underline;
}
body .content .notic {
  text-align: center;
}
body .content h4 {
  margin-bottom: 0px;
  margin-top: -70px;
  padding-top: 70px;
}
body table {
  border-color: #ffffff;
}
body table tbody tr td {
  white-space: pre-wrap;
}
body .spPicture {
  display: none;
}
@media (max-width: 500px) {
  body .spPicture {
    display: block;
  }
  body .spPicture img {
    width: 100%;
  }
}
body .footer {
  height: 70px;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #fff;
}
@media (max-width: 500px) {
  body .footer {
    height: 120px;
  }
  body .footer .footer-content {
    width: 100% !important;
    line-height: 120px;
    line-height: inherit !important;
  }
  body .footer .footer-content .copyright {
    display: flex;
    flex-direction: column;
  }
  body .footer .footer-content .copyright #beianGongan span {
    vertical-align: super;
  }
  body .footer .footer-content .copyright #beianGongan img {
    vertical-align: baseline !important;
  }
  body .footer .footer-content .copyright .icweb_link img {
    width: 40px;
    height: 40px;
  }
}
body .footer .footer-content {
  width: 930px;
  margin: 0 auto;
  font-size: 11px;
  line-height: 40px;
}
body .footer .footer-content .copyright {
  text-align: center;
}
body .footer .footer-content .copyright .aa {
  text-decoration: none;
  color: black;
}
body .footer .footer-content .copyright #beianGongan {
  height: 20px;
  line-height: 20px;
  text-decoration: none;
  color: black;
}
body .footer .footer-content .copyright #beianGongan img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
body .footer .footer-content .copyright #beianGongan span {
  height: 20px;
  line-height: 20px;
  margin: 0px 0px 0px 5px;
}
body .footer .footer-content .copyright .icweb_link {
  vertical-align: -webkit-baseline-middle;
}
body .footer .footer-content .copyright .icweb_link img {
  margin-top: 5px;
}