html,
body {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  font-family: "宋体";
}

html {
  font-size: 62.5%
}

@media only screen and (min-width: 350px) {
  html {
    font-size: 70%!important;
  }
}

@media only screen and (min-width: 420px) {
  html {
    font-size: 78%!important;
  }
}

@media only screen and (min-width: 440px) {
  html {
    font-size: 80%!important;
  }
}

@media only screen and (min-width: 481px) {
  html {
    font-size: 94%!important;
  }
}

@media only screen and (min-width: 561px) {
  html {
    font-size: 109%!important;
  }
}

@media only screen and (min-width: 640px) {
  html {
    font-size: 125%!important;
  }
}

@media only screen and (min-width: 700px) {
  html {
    font-size: 136.72%!important;
  }
}

@media only screen and (min-width: 750px) {
  html {
    font-size: 146.48%!important;
  }
}

* {
  margin: 0;
  padding: 0;
}

body {
  color: #5E5E5E;
}

.fl {
  float: left
}

.fr {
  float: right
}

ul,
ul li {
  list-style: none;
}

.clear {
  clear: both
}

.hide {
  display: none
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #5E5E5E
}

img,
input,
label {
  border: 0 none;
  vertical-align: top;
}

.qianfen {
  color: #F09FAE
}

.clear {
  clear: both
}

.red {
  color: #D82545;
}

img {
  width: 100%
}

.wap {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.wap img {
  -webkit-user-drag: none;
}

.wap2 {
  display: none;
}

.prc {
  position: relative;
}

#block {
  position: absolute;
  top: 2rem;
  left: 8%;
  width: 45.3%;
  height: 7rem;
  background: rgba(14, 23, 87, 0.8);
  color: #fff;
}

#blogo {
  margin-top: 6%;
  width: 13%;
  margin-left: 25%;
}

#btitle {
  margin-top: 3%;
  margin-left: 25%;
  font-size: 200%;
  font-family: "SimHei";
  font-weight: 600;
}

#bcontent {
  margin-top: 3%;
  margin-left: 25%;
  font-size: 1rem;
  font-family: "SimHei";
}

#download {
  position: absolute;
  bottom: 5rem;
  left: 42%;
  width: 14%;
}

#foot {
  position: absolute;
  bottom: 0;
  width: 62.5%;
  height: 5rem;
  text-align: center;
  border-top: 1px solid #fff;
  left: 18.75%;
  font-size: 60%;
  line-height: 350%;
  color: #fff;
}

#foot a {
  color: #fff;
}